:root {
  --brand: #598d38;
  --brand-dark: #285a25;
  --brand-mid: #477a2d;
  --brand-light: #91aa55;
  --ink: #171717;
  --muted: #777b76;
  --line: rgba(89, 141, 56, .7);
  --soft: #eff0ec;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

#main {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}
/*
.container {
  max-width: 1140px;
}*/

.section-pad {
  padding: 118px 0;
}

.section-dark {
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 10;
}

.nav-shell {
  min-height: 124px;
}

.navbar-brand img {
  height: auto;
  width: 164px;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  gap: 27px;
}

.nav-link {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 22px 0;
  position: relative;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--brand);
}
.nav-link.active {
color: #929292 !important;
}

.nav-link.active::after {
  background: var(--brand);
  bottom: 9px;
  content: "";
  height: 10px;
  left:7px;
  position: absolute;
  width: 10px;
}

.hero {
  background: url("../img/hero.webp") center / cover no-repeat;
  min-height: 805px;
  position: relative;
}

.hero-content {
  align-items: center;
  display: flex;
  min-height: 805px;
}

.hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 500;
  line-height: 1.08;
  margin: 170px 0 22px;
}

.hero-lead {
  display: grid;
  font-size: 23px;
  grid-template-columns: 17px minmax(0, 470px);
  gap: 23px;
  line-height: 1.15;
  margin: 0;
}

.hero-lead span {
  background: var(--brand);
  height: 17px;
  margin-top: 4px;
  width: 17px;
}

.scroll-cue {
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 999px;
  bottom: 42px;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 22px;
}

.scroll-cue::before {
  animation: scrollDot 1.8s infinite;
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 5px;
}

.photo-info {
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 2;
}

.photo-info.is-author {
  letter-spacing: .08em;
}

.photo-info:hover,
.photo-info:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.intro {
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.intro-pattern {
  background: url("../img/dots-top.svg") top center / 1060px auto no-repeat;
  inset: 0 0 auto;
  height: 210px;
  opacity: .22;
  pointer-events: none;
  position: absolute;
}

.intro-copy {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 34px;
  max-width: 635px;
}

.btn {
  --bs-btn-border-radius: 3px;
  --bs-btn-padding-x: 25px;
  --bs-btn-padding-y: 11px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  min-width: 140px;
}

.btn-brand {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--brand-dark);
  --bs-btn-hover-border-color: var(--brand-dark);
  --bs-btn-hover-color: #fff;
}

.btn-outline-brand {
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #111;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
}

.btn-light-brand {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #111;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
}

.eyebrow {
  background: var(--soft);
  color: #929292;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 52px;
  padding: 12px 19px;
  text-transform: uppercase;
}

.services {
  padding-top: 42px;
}

.services h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 55px;
  max-width: 540px;
}

.service-list {
  margin-bottom: 18px;
}

.service-list a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 11px 0 12px;
  text-transform: uppercase;
}

.service-list a:hover {
  color: var(--brand);
}

.services-img {
  height: 620px;
  object-fit: cover;
  object-position: center;
  width: 300px;
}

.why {
  background: url("../img/whytechdrill.webp") center / cover no-repeat;
  padding: 58px 0 82px;
}

.eyebrow-light {
  background: #fff;
  color: #7d817d;
  margin-bottom: 84px;
}

.why-grid {
  margin-bottom: 66px;
}

.why-icon {
  height: 85px;
  margin: 0 auto 51px;
  width: auto;
}

.why-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.why h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 23px;
}

.why p {
  font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.25px;
  margin: 0 auto;
  max-width: 292px;
}

.proof {
  overflow: hidden;
  padding-bottom: 138px;
  padding-top: 112px;
  position: relative;
}

.proof-dots {
  background: url("../img/dots-round.svg") center / contain no-repeat;
  height: 620px;
  opacity: .45;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 720px;
}

.project-badge {
  max-width: 459px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}

.project-badge img {
  height: auto;
  width: 459px;
}

.proof-cards {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 102px;
  position: relative;
  z-index: 1;
}

.proof-card {
  color: #fff;
  min-height: 477px;
  padding: 50px 26px 36px;
}

.proof-card:nth-child(2) {
  margin-top: -66px;
}

.proof-card:nth-child(3) {
  margin-top: -135px;
}

.proof-card-dark {
  background: #285a25;
}

.proof-card-mid {
  background: #4c7b2d;
}

.proof-card-light {
  background: var(--brand-light);
}

.proof-card h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 32px;
}

.proof-card p,
.proof-card li {
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.25px;
}

.proof-card ul {
  margin-bottom: 28px;
  padding-left: 22px;
}

.proof-card a {
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  margin-top: 23px;
}

.proof-card a:hover {
  color: rgba(255, 255, 255, .78);
}

.cta {
  background: url("../img/stopka.webp") center / cover no-repeat;
  padding: 130px 0 118px;
}

.cta h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 28px;

  
}

.cta p {

  line-height: 1.08;
  margin: 0 auto 58px;
  max-width: 780px;


font-size: 22px;
color: #FFFFFF;
text-align: center;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 70px 0 40px;
}

.footer-logo {
  margin-bottom: 48px;
  width: 224px;
}

.footer-contact {
  display: grid;
  gap: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact li {
  align-items: start;
  display: grid;
  font-size: 15px;
  font-weight: 700;
  gap: 18px;
  grid-template-columns: 22px 1fr;
}

.footer-contact i {
  color: #9f9f9f;
  font-size: 18px;
}

.footer-contact span {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.subpage-hero {
  align-items: center;
  background: url("../img/whytechdrill.webp") center / cover no-repeat;
  display: flex;
  min-height: 130px;
}

.subpage-hero h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}

.about-main {
  padding-bottom: 72px;
}

.about-main h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 20px;
  max-width: 560px;
}

.about-main p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 430px;
}

.about-main-img {
  height: 506px;
  object-fit: cover;
  object-position: center;
  width: 380px;
}

.about-text-blocks {
  padding: 0 0 88px;
}

.about-copy {
  max-width: 460px;
}

.about-copy h2 {
  border-bottom: 6px solid var(--brand);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.about-copy p,
.about-copy li {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 0;
}

.about-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.about-copy-left {
  margin-left: 0;
}

.about-copy-center {
  margin: 68px auto 0;
}

.about-copy-right {
  margin: 68px 0 0 auto;
}

.about-map {
  min-height: 715px;
  overflow: hidden;
  position: relative;
}

.looking-ahead {
  background: var(--brand-light);
  color: #fff;
  margin-top: 315px;
  max-width: 470px;
  padding: 52px 42px;
  position: relative;
  z-index: 2;
}

.looking-ahead span {
  background: var(--brand-light);
  height: 32px;
  position: absolute;
  right: -32px;
  top: -32px;
  width: 32px;
}

.looking-ahead h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 28px;
}

.looking-ahead p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
}

.europe-map {
  bottom: 38px;
  max-width: none;
  opacity: .9;
  position: absolute;
  right: -28px;
  width: 760px;
}

.contact-title {
  min-height: 130px;
}

.contact-lead {
  padding: 90px 0;
}

.contact-lead p {
  display: grid;
  font-size: 25px;
  font-weight: 500;
  grid-template-columns: 19px minmax(0, 570px);
  gap: 20px;
  line-height: 1.14;
  margin: 0;
  max-width: 680px;
}

.contact-lead span {
  background: var(--brand);
  height: 19px;
  margin-top: 5px;
  width: 19px;
}

.contact-panel {
  background: linear-gradient(90deg, #fff 0 50%, #000 50% 100%);
}

.contact-form-wrap,
.contact-info-wrap {
  min-height: 668px;
  padding: 72px 72px 64px 6px;
}

.contact-info-wrap {
  background: #000;
  padding-left: 72px;
  padding-right: 0;
}

.contact-form-wrap h2,
.contact-info-wrap h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 50px;
  max-width: 420px;
}

.contact-form {
  max-width: 406px;
}

.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 7px 9px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #c7c7c7;
  border-radius: 0;
  display: block;
  font: inherit;
  margin-bottom: 13px;
  min-height: 39px;
  padding: 8px 10px;
  width: 100%;
}

.contact-form textarea {
  min-height: 103px;
  resize: vertical;
}

.contact-form .btn {
  display: block;
  margin: 42px auto 0;
  min-width: 176px;
}

.contact-detail {
  margin-bottom: 26px;
}

.contact-detail span {
  color: #c8c8c8;
  display: block;
  font-size: 11px;
  letter-spacing: .16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-detail a {
  color: var(--brand);
  font-size: 26px;
  font-weight: 500;
}

.contact-detail a:hover {
  color: #fff;
}

.poland-map-wrap {
  margin: 10px 0 8px 90px;
  max-width: 300px;
}

.location-detail {
  margin-top: -58px;
}

.location-detail strong {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.contact-dots {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  height: 360px;
  overflow: hidden;
  padding-top: 42px;
}

.contact-dots img {
  opacity: .43;
  max-width: none;
  width: 760px;
}

.footer-nav {
  display: grid;
  gap: 23px;
}

.site-footer .footer-nav ul,
.site-footer .footer-nav .menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  column-gap: 58px;
  row-gap: 23px;
}

.site-footer .footer-nav li,
.site-footer .footer-nav .menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-nav li::marker {
  content: "";
}

.site-footer .footer-nav a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-footer .footer-nav a:hover,
.footer-contact a:hover {
  color: var(--brand);
}

.back-top {
  color: #bdbdbd;
  display: inline-flex;
  font-size: 56px;
  line-height: 1;
}

.back-top:hover {
  color: var(--brand);
}

.footer-bottom {
  color: #8f8f8f;
  font-size: 13px;
  margin-top: 72px;
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    gap: 18px;
  }

  .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 960px;
  }

  .nav-shell {
    min-height: 92px;
  }

  .navbar-brand img {
    width: 142px;
  }

  .navbar-collapse {
    border-top: 1px solid #ececec;
    padding: 18px 0;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0;
  }

  .nav-link {
    padding: 10px 0;
  }

  .nav-link.active::after {
    bottom: 12px;
    left: auto;
    right: 0;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero h1 {
    margin-top: 80px;
  }

  .section-pad {
    padding: 86px 0;
  }

  .services {
    padding-top: 20px;
  }

  .services-img {
    height: 560px;
    width: 100%;
  }

  .why {
    padding: 86px 0;
  }

  .proof-cards {
    gap: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 70px;
    max-width: 560px;
  }

  .proof-card,
  .proof-card:nth-child(2),
  .proof-card:nth-child(3) {
    margin-top: 0;
    min-height: auto;
    padding: 42px 32px;
  }

  .project-badge {
    grid-template-columns: 1fr;
  }

  .project-badge img {
    width: 100%;
  }

  .about-main-img {
    height: auto;
    width: 100%;
  }

  .about-copy,
  .about-copy-left,
  .about-copy-center,
  .about-copy-right {
    margin: 42px 0 0;
    max-width: 100%;
  }

  .about-map {
    min-height: auto;
    padding-bottom: 80px;
  }

  .looking-ahead {
    margin-top: 40px;
  }

  .europe-map {
    margin: 50px auto 0;
    position: static;
    width: 100%;
  }

  .contact-panel {
    background: #fff;
  }

  .contact-form-wrap,
  .contact-info-wrap {
    min-height: auto;
    padding: 56px 32px;
  }

  .contact-info-wrap {
    padding-left: 32px;
  }

  .poland-map-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 720px;
  }

  .hero,
  .hero-content {
    min-height: 590px;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1.05;
  }

  .photo-info {
    bottom: 15px;
    right: 15px;
  }

  .hero-lead {
    font-size: 19px;
    grid-template-columns: 14px 1fr;
    gap: 15px;
  }

  .hero-lead span {
    height: 14px;
    width: 14px;
  }

  .intro-copy,
  .services h2,
  .cta p {
    font-size: 22px;
  }

  .service-list a {
    font-size: 18px;
  }

  .eyebrow {
    margin-bottom: 44px;
  }

  .eyebrow-light {
    margin-bottom: 60px;
  }

  .why-grid {
    margin-bottom: 50px;
  }

  .proof-dots {
    right: -260px;
  }

  .cta h2 {
    font-size: 30px;
  }

  .subpage-hero h1 {
    font-size: 28px;
  }

  .about-main h2,
  .contact-lead p {
    font-size: 22px;
  }

  .contact-lead {
    padding: 64px 0;
  }

  .contact-lead p {
    grid-template-columns: 16px 1fr;
  }

  .contact-lead span {
    height: 16px;
    width: 16px;
  }

  .contact-detail a,
  .location-detail strong {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 68px 0;
  }

  .hero {
    background-position: 54% center;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 42px;
    margin-top: 52px;
  }

  .hero-lead {
    max-width: 330px;
  }

  .btn {
    width: 100%;
  }

  .services-img {
    height: 430px;
  }

  .proof-card {
    padding: 34px 24px;
  }

  .project-badge img {
    width: 100%;
  }

  .site-footer {
    padding-top: 56px;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact li {
    grid-template-columns: 1fr;
    gap: 7px;
    justify-items: center;
  }

  .footer-nav {
    justify-items: center;
  }

  .site-footer .footer-nav ul,
  .site-footer .footer-nav .menu {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .back-top {
    justify-content: center;
    width: 100%;
  }
}
