@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

.main.no-scroll {
  overflow: hidden;
}

.w100 {
  width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  color: #000;
}

* {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}

button {
  box-shadow: none;
  background: none;
  border: none;
  cursor: pointer;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

.row:after {
  display: none !important;
  content: none !important;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}

.container-full {
  width: 100%;
  max-width: 1500px;
  padding: 0 40px;
  margin: auto;
}

.container-text {
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  margin: auto;
}

.row-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  justify-content: center;
}

.row-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  justify-content: center;
}

.row-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  justify-content: center;
}

.row-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .container-full {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .row-grid-4,
  .row-grid-3,
  .row-grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
  .row-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 25px 0;
}
.header .logo img {
  display: block;
  height: 25px;
  width: auto;
}
.header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF !important;
  transition: 0.2s;
}
.btn-outline:hover {
  background: #ffffff;
  color: #000000 !important;
}

.hidden {
  display: none;
}

.project-summary p {
  font-size: 14px;
  line-height: 120%;
}

.project-summary h3 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 16px;
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  padding-bottom: 80px;
}
.hero p {
  padding-bottom: 0 !important;
}
.hero .row {
  padding-bottom: 0 !important;
}
.hero .hero-info * {
  position: relative;
  z-index: 4;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%);
  z-index: 2;
}
.hero .col-form {
  position: relative;
  z-index: 88;
}
.hero .col-form .form-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 888;
}
.hero .row-flex {
  width: 100%;
  display: flex;
  gap: 30px;
}
.hero .row-flex .col-services {
  width: 68%;
}
.hero .row-flex .col-form {
  width: 32%;
  min-width: 400px;
}
.hero .hero-info {
  padding-top: 90px;
  text-align: center;
  margin-bottom: 40px;
}
.hero .hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}
.hero .hero-subtitle {
  max-width: 600px;
  margin: auto;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.hero .hero-services .cf7-col {
  margin-top: 12px;
}
.hero .hero-services .col {
  margin: 0 !important;
}
.hero .hero-services .row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.hero .hero-services .row-2 {
  display: flex;
  gap: 12px;
}
.hero .hero-services .box {
  height: 100%;
  background: #1A1A1A;
  border-radius: 15px;
  padding: 30px;
}
.hero .hero-services .box .box-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero .hero-services .service-card {
  position: relative;
  z-index: 888;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 130px;
  border: 1px solid #393939;
  background: #222222;
  border-radius: 10px;
  transition: 0.05s;
}
.hero .hero-services .service-card:hover {
  border: 1px solid #5d5d5d;
}
.hero .hero-services .service-card svg {
  opacity: 0;
  top: 8px;
  left: 8px;
  position: absolute;
  height: 21px;
  width: 21px;
}
.hero .hero-services .service-card img {
  height: 35px;
  width: auto;
}
.hero .hero-services .service-card .card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 105%;
}
.hero .hero-services .service-card.active {
  border: 1px solid #0063E1;
}
.hero .hero-services .service-card.active svg {
  opacity: 1;
}
.hero .hero-services .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: 3px;
  color: #e12826 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .hero .row-flex .col-services {
    width: 72%;
  }
  .hero .row-flex .col-form {
    width: 28%;
  }
  .hero .row-grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .hero .row-flex {
    flex-direction: column;
  }
  .hero .row-flex .col {
    width: 100%;
    min-width: auto;
  }
  .hero .row-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero .hero-services .service-card .card-title {
    font-size: 14px;
  }
  .hero .col-form .form-btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
  }
  .hero .hero-services .wpcf7 form .wpcf7-response-output {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero .row-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero .hero-services .box {
    padding: 20px;
  }
  .hero .hero-title {
    font-size: 32px;
  }
  .hero .hero-info {
    padding-top: 100px;
  }
  .header .logo img {
    height: 22px;
  }
  .hero .hero-services .service-card {
    height: 105px;
    padding-top: 10px;
  }
}/*# sourceMappingURL=main.css.map */