body {
  margin: 0;
  font-family: 'Inter';
  color: #ffffff;
  background-color: #04070D;
}

.bg-body {
  /*background: #04070D;*/
}

.logo-img {
  width: 100%;
  max-width: 172px;
}

.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  /*text-transform: uppercase;*/
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(255,255,255,0);
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255,255,255,0);
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(255,255,255,0);
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-gray-500);
  --bs-btn-disabled-border-color: var(--bs-gray-500);
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  font-family: 'Inter';
  font-size: 19px;
  font-weight: 300;
  line-height: normal;
  color: #e0feff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 0.5px;
  border-radius: 10.514px;
  background: linear-gradient(0deg, #000 0%, #002D2A 100%);
  box-shadow: 0 -3.505px 7.886px -3.943px rgba(0, 234, 255, 0.50) inset;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: transparent;
  border-color: #ffffff00;
  border: 1px;
  border-radius: 10.514px;
  background: linear-gradient(0deg, #000 0%, #005651 100%);
  box-shadow: 0 -9px 18.4px 0 rgba(0, 177, 183, 0.75) inset, 0 -3px 7.8px 0 rgba(218, 245, 255, 0.50) inset;
  transform: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: #ffffff;
  border: 1px;
}

.btn-secondary {
  padding: 16px 52px;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 45, 42, 0.20) 100%);
  box-shadow: 0 -3px 7.8px 0 rgba(218, 245, 255, 0.20) inset;
  font-size: 22px;
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#main {
  /*background-image: url(../../assets/img/background-image.jpg);*/
  background-size: cover;
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  height: 80vh;
  /*background-position-y: 0;*/
}

.header-name {
  font-family: 'Inter';
  font-weight: 600!important;
  font-size: 72px;
  line-height: 120%;
  margin-bottom: 36px;
  background: radial-gradient(55.73% 636.2% at 33.42% 208.58%, #00766E 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.header-name.cntct-header-name {
  background: none;
  color: #FFF;
  font-size: 56px;
}

.header-title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Inter';
  line-height: 120%;
  margin-bottom: 16px;
  padding: 0;
}

.header-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 36px;
  opacity: 90%;
}

.main-btn {
  padding: 16px 52px!important;
  border: 1px solid rgba(24, 24, 24, 0.00);
  border-radius: 12px;
  background: linear-gradient(0deg, #000 0%, #002D2A 100%);
  box-shadow: 0 -9px 18.4px 0 rgba(0, 177, 183, 0.25) inset, 0 -3px 7.8px 0 rgba(218, 245, 255, 0.50) inset;
  font-size: 22px;
  color: #FFF;
}

.main-btn:hover {
  border-radius: 10.514px;
  background: linear-gradient(0deg, #000 0%, #005651 100%);
  box-shadow: 0 -9px 18.4px 0 rgba(0, 177, 183, 0.75) inset, 0 -3px 7.8px 0 rgba(218, 245, 255, 0.50) inset;
  color: #E0FEFF;
}

.header-btn:hover, .btn-secondary:hover {
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 121, 113, 0.20) 100%);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.70) inset, 0 -3px 7.8px 0 rgba(218, 245, 255, 0.40) inset;
  transform: none;
}

.mb100-title {
  margin-bottom: 100px;
}

.text-big {
  font-size: 22px;
  margin-bottom: 20px;
}

.text-reg {
  font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
  color: #00766E;
}

.services-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 22px;
}

.py-4 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
  }
}

.gradient-line-horizontal {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #000000, #ffffff);
  margin: 10px 0;
}

.spot {
  position: absolute;
  width: 460px;
  height: 460px;
  left: 0px;
  top: -100px;
  background: radial-gradient(50.58% 22.61% at 50% 50%, #CCFF00 0%, #010101 100%);
  transform: rotate(-40deg);
  z-index: -3;
}

.card {
  padding: 22px 12px 22px 12px;
  border-radius: 30px;
  border: 1px solid rgba(24, 24, 24);
  background: radial-gradient(350.12% 413.79% at 253.33% 347.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.card-body {
  padding: 0;
}

.card-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 350;
  line-height: 150%;
  color: #eff1f4;
}

@media (min-width:768px) {
  .card-width {
    flex: 0 0 auto;
    width: 44%;
  }
}

.adv-head {
  display: flex;
  gap: 40px;
  align-items: center;
}

.adv-text {
  font-size: 20px;
  line-height: 130%;
}

.adv-flex {
  gap: 45px;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  color: white;
  background: linear-gradient(86.2deg, #CCFF00 -11.43%, #000000 109.84%);
}

@media (min-width: 768px) {
  .adv-line-1 {
    margin-bottom: 80px!important;
  }
}

.spot2 {
  width: 318px;
  height: 271px;
  transform: rotate(210deg);
  left: -15px;
  top: -115px;
}

.why-work-text {
  font-size: 22px;
}

.why-work-wrap {
  /*width: 100%;*/
  /*max-width: 440px;*/
  border-radius: 36px;
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(57deg, #CCFF00 -20%, rgba(0, 0, 0, 0.2) 81.66%, rgba(0, 0, 0, 0.4) 108%);
  color: white;
  border: 1px solid #1c1c1c;
}

@media (max-width: 991px) {
  .why-work-row {
    gap: 20px;
  }
}

.why-work-note {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .why-work-note-wrap {
    margin-top: 80px!important;
  }
}

.line-horizontal {
  height: 1px;
  width: 100%;
  background: linear-gradient(181deg, #000000 0%, #FFFFFF 49.52%, #000000 100%);
}

.spot3 {
  width: 220px;
  height: 200px;
  transform: rotate(325deg);
  left: 150px;
  top: -90px;
}

.contact-form {
  padding: 40px;
  border-radius: 36px;
  border: 1px solid rgba(24, 24, 24);
  background: radial-gradient(350.12% 413.79% at 253.33% 347.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 100%);
}

.text-reg.label-text {
  margin-bottom: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 0.5px solid white;
  border-radius: 0;
  transition: none;
}

.form-control::placeholder {
  color: white;
  opacity: 0.4;
}

.form-row {
  justify-content: space-between;
}

.form-point {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.form-messarea {
  margin-bottom: 60px;
}

.footer-logo {
  width: 100%;
  max-width: 171px;
}

.footer-header {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Syncopate';
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-point {
  margin-bottom: 20px;
  font-size: 16px;
}

@media (min-width: 1400px) {
  .form-point {
    width: 100%;
    max-width: 322px;
  }
}

.adv-header {
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .header-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .header-title {
    font-size: 33px;
  }
}

@media (max-width: 991px) {
  .header-title br {
    display: none;
  }
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 767px) {
  #main {
    /*height: 100vh;*/
    /*background-position-y: 140px;*/
  }
}

@media (min-width: 991px) {
  #main {
    /*height: 100vh;*/
    /*background-position-y: -100px;*/
  }
}

@media (max-width: 767px) {
  .mb100-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  header-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .header-title {
    font-size: 25px;
  }
}

@media (max-width: 560px) {
  .spot {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 560px) {
  .spot3 {
    width: 200px;
    height: 180px;
    left: 110px;
  }
}

@media (max-width: 560px) {
  .adv-head {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .adv-header {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .bs-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 560px) {
  .adv-text {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .contact-form {
    width: 94%;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .footer-item {
    margin-bottom: 30px;
  }
}

.form-control:focus {
  color: white;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 0.5px solid white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s;
}


.vector-overlay {
  position: absolute;
  width: 872.7923550597704px;
  height: 2132.233146140506px;
  top: -40%;
  left: 40%;
  background: #00766E;
  opacity: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
  transform: rotate(-43.6deg);
  transform-origin: center;
}

.image-wrapper {
  position: relative;
  /*display: inline-block;*/
  background: #000;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.backimg {
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/background-image.jpg");
  background-size: cover;
  background-position: center;
  /*rotate: -90deg;*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: auto;*/
  /*box-shadow: 0px 4px 4px 0px #00000040;*/
  -webkit-mask-image: linear-gradient(90deg, #04070D 26.31%, rgba(4, 7, 13, 0.1) 55.53%, #04070D 90.29%);
  mask-image: linear-gradient(90deg, #04070D 26.31%, rgba(4, 7, 13, 0.1) 55.53%, #04070D 90.29%);
  -webkit-mask-image: linear-gradient( to bottom, transparent 0%, black 10%, black 90%, transparent 100% );
  mask-image: linear-gradient( to bottom, transparent 0%, black 10%, black 90%, transparent 100% );
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  color: #E6E6E6;
}

.badge-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.badge {
  padding: 6px 18px;
  margin-bottom: 16px;
  border: 0.3px solid;
  border-image-source: linear-gradient(321.3deg, rgba(255, 255, 255, 0.4) -36.83%, #02070C 86.2%);
  background: linear-gradient(353.7deg, #00eaff -455.21%, #010D0C 107.02%);
  border-radius: 30px;
}

.card-text {
  font-size: 16px;
  line-height: 150%;
  color: #eff1f4;
  margin-bottom: 16px;
  text-decoration: none;
  font-weight: 300;
}

.services-img, .about-img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  margin-bottom: 33px;
}

.services-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 46px;
  align-self: stretch;
  flex-wrap: wrap;
}

.services-left {
  border-radius: 40px;
  background: #04070D;
  flex: 1;
}

.services-right, .about-cards {
  display: flex;
  gap: 35px 25px;
  flex-wrap: wrap;
  flex: 1;
}

.services-card, .about-card {
  width: 48%;
  /*height: 291px;*/
  overflow: hidden;
}

.services-left-back {
  color: #FFF;
  font-family: Inter;
  font-size: 242.45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: rotate(41.309deg);
  opacity: 0.9;
  mix-blend-mode: overlay;
  word-wrap: break-word;
  margin-top: 190px;
  margin-left: 50px;
  margin-bottom: 0;
  pointer-events: none;
  transform: skew(147deg, 25deg);
}

.services-left-link {
  color: #FFF;
  font-family: Inter;
  font-size: 24.514px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ellipse {
  width: 100%;
  height: 400px;
  transform: rotate(-15deg);
  flex-shrink: 0;
  background: radial-gradient(98.45% 113.62% at 33.22% 105.29%, #fff 100%, #010d0c 42.14%);
  mix-blend-mode: plus-lighter;
  filter: blur(100px);
  box-shadow: 100px 100px 100px;
  position: absolute;
  top: -280px;
  left: -60px;
}

.services-point {
  display: inline-flex;
  height: 54.844px;
  padding: 18px 18.248px 17.844px 19px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 33.135px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(58px);
  -webkit-backdrop-filter: blur(58px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.25), 0 4px 14px rgba(0, 0, 0, 0.05);
}

.point-text {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.services-left-card {
  height: 617px;
  background: #1FBDC9;
  background: radial-gradient(917.12% 363.79% at 233.33% 357.32%, #022021 72%, #051011 100%);
}

.b2b {
  position: absolute;
  left: -40px;
  top: 10px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 220px;
  letter-spacing: 0.14em;
  line-height: 1;
  background: linear-gradient( 180deg, rgba(173, 219, 226, 0.7) 0%, rgba(10, 26, 32, 0.4) 60%, rgba(1, 13, 12, 0) 100% );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.35;
  mix-blend-mode: screen;
  transform-origin: center;
  transform: rotate(-32deg);
  pointer-events: none;
}

.arrow-right {
  display: inline;
}

.background-gradient-2 {
  background: url(../../assets/img/background-2.png) lightgray 50% / cover no-repeat;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  margin-top: -450px;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 20px;
}

.background-gradient-2.abt-back3 {
  background: url(../../assets/img/abt-back3.png) lightgray 50% / cover no-repeat;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  margin-top: -450px;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 20px;
}

.background-gradient-21 {
  background: url(../../assets/img/background-2.png) lightgray 50% / cover no-repeat;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  margin-top: -150px;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 20px;
  transform: rotate(180deg);
}

.background-gradient-4 {
  background: url(../../assets/img/background-4.png) lightgray 50% / cover no-repeat;
  background-position-y: 200px;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  margin-top: -450px;
  z-index: -1;
  overflow: hidden;
}

.background-gradient-1 {
  background: url(../../assets/img/background-1.jpg) lightgray 50% / cover no-repeat;
  width: 100%;
  background-size: 120%;
  /*height: 300px;*/
  position: relative;
  margin-top: -450px;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .background-gradient-1 {
    background-size: 175%;
  }
}

@media (max-width: 575px) {
  .background-gradient-1 {
    background-size: 280%;
  }
}

.background-gradient-5 {
  background: url(../../assets/img/background-5.jpg) lightgray 50% / cover no-repeat;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  margin-top: -350px;
  z-index: -1;
  overflow: hidden;
}

.abstraction-icon {
  position: absolute;
  top: -100px;
  /*left: calc(50% - 1054.85px);*/
  width: 100%;
  /*height: 998px;*/
  overflow: hidden;
  object-fit: contain;
}

.abstraction-icon4 {
  position: absolute;
  top: 0;
  left: 0;
  /*left: calc(50% - 1054.85px);*/
  width: 100%;
  height: 998px;
  overflow: hidden;
  /*object-fit: contain;*/
  transform: rotate(180deg);
}

.gradient-triple {
  /*position: absolute;*/
  top: 15px;
  /*left: 136.35px;*/
  /*width: 1920.1px;*/
  /*height: 983px;*/
}

.gradient-triple-3 {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  /*height: 300px;*/
}

.gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 950px;
  background: linear-gradient(180deg, #04070D 26.31%, rgba(4, 7, 13, 0.00) 55.53%, #04070D 90.29%);
}

.gradient2 {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, #04070d, rgba(4, 7, 13, 0) 45.67%, #04070d);
  width: 100%;
  height: 300px;
}

.background-gradient-2-child {
  position: absolute;
  top: 497px;
  left: 0px;
  filter: blur(189.92px);
  width: 1922.9px;
  height: 820.6px;
  object-fit: contain;
  mix-blend-mode: overlay;
}

.vector-icon {
  width: 100%;
  height: 800px;
  position: relative;
  filter: blur(189.92px);
  overflow: hidden;
  object-fit: contain;
  mix-blend-mode: overlay;
  background-color: rgba(0,118,110,0.6);
  transform: rotate(303deg);
}

.fade-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.85) 55%, #000 85%);
  top: 180px;
  height: 300px;
}

.fade-overlay2 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0) 55%, #000 85%);
  top: -40px;
  height: 300px;
}

.about-row {
  margin: 0;
  gap: 30px;
}

.about-col {
  padding: 0;
}

.about-col.about-col-2 {
  display: flex;
  align-items: self-end;
  margin-bottom: 35px;
}

.about-cards {
  margin-top: 50px;
}

.about-card .card-title {
  font-size: 24px;
}

.about-icon-div {
  display: flex;
  width: 70px;
  height: 70px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 40px;
  border: 1px solid rgba(93, 96, 106, 0.30);
  background: rgba(4, 7, 13, 0.40);
  margin-bottom: 33px;
}

.about-img {
  margin-bottom: 0;
}

.about-card .about-card-title {
  display: inline;
  color: #c6c6c6;
  font-size: 33px;
  font-weight: 500;
  line-height: 150%;
  word-wrap: normal;
}

.about-card-title2 {
  display: inline;
  color: #fff;
  font-size: 33px;
  line-height: 150%;
  word-wrap: normal;
}

.about-highlight {
  color: #00766e;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  word-wrap: normal;
}

.about-card .card-text {
  font-size: 15px;
}

.background-gradient-3 {
  background: url(../../assets/img/background-3.png) lightgray 50% / cover no-repeat;
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: -10px;
  z-index: -1;
  overflow: hidden;
}

.abstraction-icon-3 {
  position: absolute;
  /*top: 391.43px;*/
  /*left: calc(50% - 1029px);*/
  /*width: 1947px;*/
  /*height: 645.6px;*/
  object-fit: cover;
}

.approach-card {
  display: flex;
  padding: 22px 49px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid rgba(24, 24, 24);
  background: radial-gradient(350.12% 413.79% at 253.33% 347.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 100%);
  margin: 0;
  max-width: 31.2%;
}

.srvcs-card {
  display: flex;
  padding: 45px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 174px;
  border-radius: 20px;
  margin: 80px 0 0;
  background: radial-gradient(917.12% 363.79% at 233.33% 357.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 84.13%);
  border: 1px solid rgba(24, 24, 24);
}

.abt-step-card {
  display: flex;
  padding: 0 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  gap: 100px;
  margin: 39px 0 0;
}

.abt-step-wrap {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 39px;
  border-radius: 20px;
  margin: 80px 0 0;
  background: radial-gradient(917.12% 363.79% at 233.33% 357.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 84.13%);
  border: 1px solid rgba(24, 24, 24);
}

.abt-card {
  display: flex;
  padding: 0 45px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
  border-radius: 20px;
  margin-bottom: 160px;
}

.abtcard {
  display: flex;
  padding: 45px;
  flex-direction: row;
  gap: 174px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 24);
  background: radial-gradient(350.12% 413.79% at 253.33% 347.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 90%);
  margin: 80px 0 0;
}

.approach-row-cards {
  gap: 40px;
  padding: 0;
  margin: 80px 0 0;
}

.srvcs-wrap {
  gap: 40px;
  padding: 0;
  margin: 80px 0 0;
}

.approach-card .card-text {
  color: #BDBDBD;
}

.bs-icon-lg.bs-icon-rounded.bs-icon-primary.bs-icon.approach-icon-wrap {
  display: flex!important;
  width: 100%;
  height: 156px;
  padding: 24px 50px 45px 50px;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.00);
  background: var(--Nexleads-v3-Inside-Card-Gradient, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(178deg, rgba(184, 199, 217, 0.20) -70.74%, rgba(29, 30, 31, 0.00) 98.83%));
}

.approach-icon {
  flex: 0 0 auto;
}

.line {
  stroke-width: 1px;
  stroke: #BDBDBD;
}

.approach-icon-div {
  display: flex;
  width: 100%;
  max-width: 208px;
  height: 105px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(93, 96, 106, 0.30);
  background: rgba(4, 7, 13, 0.40);
  padding: 0 35px;
  gap: 20px;
}

#services {
  padding-bottom: 170px!important;
  padding-top: 50px!important;
}

.service {
  padding-bottom: 170px!important;
  padding-top: 50px!important;
}

#approach {
  padding-bottom: 170px!important;
}

.contact-wrap-form {
  margin-top: 80px;
}

.contact-text {
  color: #FFF;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.main-btn.form-button {
  border-radius: 36px;
  border: 0.5px solid rgb(255,255,255);
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  padding: 10px!important;
}

.header-btn {
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 45, 42, 0.20) 100%);
  box-shadow: 0 -3px 7.8px 0 rgba(218, 245, 255, 0.20) inset;
  font-size: 15px;
  padding: 16px 52px;
}

.main-btn.form-button:hover {
  border-radius: 36px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 121, 113, 0.20) 100%);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.70) inset, 0 -3px 7.8px 0 rgba(218, 245, 255, 0.40) inset;
}

.footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin: 56px 0 40px;
}

.footer-link {
  color: #FFF;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.footer-bottom {
  margin: 40px 0 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  line-height: normal;
}

a:hover {
  transform: scale(1.15);
}

#contacts {
  padding-top: 20px!important;
  padding-bottom: 50px!important;
}

@media (max-width: 1399px) {
  .services-right {
    gap: 15px 15px;
  }
}

@media (max-width: 1399px) {
  .approach-row-cards {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .header-name, .header-name.cntct-header-name {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .header-name, .header-name.cntct-header-name {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .header-name, .header-name.cntct-header-name {
    font-size: 46px;
  }
}

@media (max-width: 400px) {
  .header-name, .header-name.cntct-header-name {
    font-size: 41px;
  }
}

@media (max-width: 1199px) {
  .services-card {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .services-card {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .services-card {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .approach-row-cards {
    gap: 29px;
  }
}

@media (max-width: 991px) {
  .approach-row-cards, .contact-wrap-form {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .approach-card .card-text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .bs-icon-lg.bs-icon-rounded.bs-icon-primary.bs-icon.approach-icon-wrap {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .bs-icon-lg.bs-icon-rounded.bs-icon-primary.bs-icon.approach-icon-wrap {
    padding: 20px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .about-col.about-col-2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .about-col.about-col-2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .about-card .about-card-title, .about-highlight, .about-card-title2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-card .about-card-title, .about-highlight, .about-card-title2 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .btn, .main-btn, .btn-secondary {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .header-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .btn, .btn-secondary {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .approach-card {
    max-width: 47%;
    padding: 22px 25px;
  }
}

@media (max-width: 575px) {
  .approach-card {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .contact-form {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .contact-wrap-form svg {
    width: 16px;
  }
}

@media (max-width: 991px) {
  .header-text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .card-text.services-left-back {
    font-size: 205px;
  }
}

@media (max-width: 575px) {
  .card-text.services-left-back {
    font-size: 160px;
  }
}

@media (max-width: 400px) {
  .card-text.services-left-back {
    font-size: 135px;
    margin-left: 20px;
    margin-top: 145px;
  }
}

@media (max-width: 767px) {
  .about-cards {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .about-cards {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .services-img, .about-img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .about-icon-div {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .approach-icon-div svg, .approach-icon-div img {
    width: 30px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .approach-icon-div {
    height: 80px;
    padding: 0 20px;
  }
}

.approach-card .card-title {
  font-size: 21px;
}

@media (max-width: 767px) {
  .about-card .card-title, .approach-card .card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .card-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #services {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  #services.service {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  #services.service.abt {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #services.service {
    padding-bottom: 100px!important;
  }
}

@media (max-width: 991px) {
  .service {
    padding-bottom: 100px!important;
  }
}

@media (max-width: 767px) {
  .nav-link {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header-btn {
    margin: 0 auto;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navbar {
    border-bottom: 1px solid rgba(24, 24, 24);
  }
}

@media (max-width: 575px) {
  .services-point {
    padding: 10px 15px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .point-text {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .services-point.point3 {
    left: 100px!important;
  }
}

@media (max-width: 400px) {
  .services-left-card {
    height: 480px;
  }
}

@media (max-width: 400px) {
  .services-point.point2 {
    top: calc(21% - 9.4px)!important;
  }
}

@media (max-width: 575px) {
  .about-row {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .about-card {
    width: 100%;
    padding: 0 12px!important;
  }
}

@media (max-width: 575px) {
  .footer-wrap {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .footer-wrap-logo {
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 400px) {
  .header-text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .sub-title {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .about-row .header-title {
    margin-top: 10px!important;
  }
}

.background-gradient-4 {
  background-position-y: 250px;
}

.cntct-buttons-wrap {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.background-gradient-1.cntc-back1 {
  background: url(../../assets/img/cntc-back1.png) lightgray 50% / cover no-repeat;
  transform: scaleX(-1);
}

.background-gradient-1.srvcs-back1 {
  background: url(../../assets/img/srvcs-back1.png) lightgray 50% / cover no-repeat;
  background-position-y: 100px;
  background-position-x: -250px;
}

.background-gradient-1.abt-back1 {
  background: url(../../assets/img/background-5.jpg) lightgray 50% / cover no-repeat;
  transform: scaleX(-1);
}

#contacts.cntc-wrap {
  padding-top: 60px!important;
}

.contact-block {
  padding-top: 60px!important;
  padding-bottom: 50px!important;
}

.background-gradient-5.cntc-back2 {
  background: url(../../assets/img/cntc-back1.png) lightgray 50% / cover no-repeat;
  margin-top: -320px;
}

.background-gradient-5.abt-back4 {
  background: url(../../assets/img/cntc-back1.png) lightgray 50% / cover no-repeat;
  margin-top: -320px;
  transform: scaleX(-1);
}

@media (max-width: 480px) {
  .cntct-buttons-wrap {
    flex-direction: column;
    gap: 12px;
  }
}

.srvcs-card .card-text {
  font-weight: 300;
  color: #E6E6E6;
}

.srvcs-card .card-title {
  color: #FFF;
  font-size: 21px;
}

.srvcs-img-wrap {
  position: relative;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  flex: 0 0 auto;
}

.srvcs-img {
  display: block;
  width: 100%;
  height: auto;
}

.abt-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  .abt-img {
    margin-bottom: 30px;
  }
}

.img-tint {
  position: absolute;
  inset: 0;
  background: #00766E;
  mix-blend-mode: color;
  opacity: 0.85;
}

.background-gradient-3.srvcs-back2 {
  transform: scale(-1);
}

.background-gradient-3.abt-back2 {
  transform: scaleY(-1);
}

.contact-block .header-title {
  margin-bottom: 35px;
}

.contact-block .sub-title {
  margin-bottom: 35px;
}

@media (max-width: 1399px) {
  .srvcs-card {
    gap: 100px;
  }
}

@media (max-width: 991px) {
  .srvcs-card {
    gap: 50px;
    margin: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .srvcs-card {
    gap: 60px;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .srvcs-card {
    padding: 25px;
    gap: 50px;
  }
}

@media (max-width: 1399px) {
  .srvcs-img-wrap {
    flex: 0 0 45%;
  }
}

@media (max-width: 991px) {
  .abt-card-title {
    margin-bottom: 30px;
  }
}

.abt-card-text {
  color: #FFF;
}

.about-row.abt-wrap {
  height: 650px;
}

.about-col.abt-left {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.abt-right {
  overflow-y: auto;
  scrollbar-width: none;
  max-height: 100%;
}

@media (max-width: 991px) {
  .about-row.abt-wrap {
    height: auto;
    flex-direction: column;
    gap: 80px;
  }
}

@media (max-width: 991px) {
  .about-col.abt-left {
    position: initial;
  }
}

@media (max-width: 991px) {
  .abt-right {
    max-height: none;
    overflow: visible;
  }
}

.abt-step-card .card-text {
  color: #BDBDBD;
}

.abt-step-card .card-title {
  font-size: 24px;
}

@media (max-width: 991px) {
  .abt-step-card .card-title {
    font-size: 20px;
  }
}

.abt-step-card .card-badge {
  color: #8C8C8C;
  font-size: 16px;
  margin: 0 0 8px 0;
}

.step-choice {
  width: 100%;
  gap: 15px;
}

.step-point {
  border-radius: 10px;
  border: 1px solid rgba(216, 231, 242, 0.15);
  background: #04070D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 115px;
  cursor: pointer;
}

.step-point-text {
  font-size: 14px;
  font-weight: 300;
  color: #EFF1F4;
  margin: 0;
}

.step-point:hover, .step-point:active, .step-point:focus {
  border: 1px solid rgba(216, 231, 242, 0.50);
  box-shadow: 0 -1px 8px 0 rgba(0, 52, 49, 0.18) inset, 0 1px 35.7px 0 rgba(111, 111, 111, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.27);
}

.step-point.active {
  border: 1px solid rgba(216, 231, 242, 0.50);
  box-shadow: 0 -1px 8px 0 rgba(0, 52, 49, 0.18) inset, 0 1px 35.7px 0 rgba(111, 111, 111, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.27);
}

@media (max-width: 1399px) {
  .step-point {
    padding: 17px 100px;
  }
}

@media (max-width: 1199px) {
  .step-point {
    padding: 17px 75px;
  }
}

@media (max-width: 991px) {
  .step-point {
    padding: 17px 45px;
  }
}

@media (max-width: 767px) {
  .step-point {
    padding: 12px 25px;
  }
}

@media (max-width: 520px) {
  .step-point {
    padding: 12px 40px;
  }
}

@media (max-width: 991px) {
  .abt-card {
    padding: 30px 20px;
    gap: 39px;
    background: radial-gradient(917.12% 363.79% at 233.33% 357.32%, #1FBDC9 0%, rgba(1, 13, 12, 0.10) 84.13%);
    border: 1px solid rgba(24, 24, 24);
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .abt-card .col {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .abt-step-card {
    gap: 50px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .abt-step-card {
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 991px) {
  #abt-card4 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .step-point-text {
    font-size: 12px;
  }
}

.js-sticky-section {
  min-height: 100vh;
}


.iti--inline-dropdown .iti__dropdown-content {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(24, 24, 24);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.iti__search-input {
  background-color: #173943;
  color: #FFF;
}

.iti__search-input::placeholder {
  color: white;
  opacity: 0.7;
}

.iti__country {
  background-color: transparent;
  color: #ffffff;
}

.iti__country:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.iti__country.iti__highlight {
  background-color: rgba(14, 50, 56, 0.60)!important;
}

.iti__country-name,
.iti__dial-code {
  color: #ffffff;
}

.iti__dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.iti__dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgba(31, 189, 201, 0.35);
  border-radius: 4px;
}

.iti__dropdown-content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
}

#privacy h4 {
  margin: 15px 0;
}