.cover {
  position: relative;
  min-height: 670px;
}
@media (min-width: 1600px) {
  .container {
    min-width: 82.5%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 82.5%;
  }
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: 100%;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

.services {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.87) 70%,
    rgba(255, 255, 255, 0) 100%
  );

  position: relative;
  width: 100%;
  margin-top: 249px;
}

.services::after {
  /* content: ""; */
  position: absolute;
  top: -8.2rem;
  height: 19rem;
  width: 100%;
  background-image: url(./images/shape.png);
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0.5;
}

.services .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 15rem;
  padding-bottom: 2.5rem;
  gap: 1rem;
}
.service figure {
  position: relative;
}
.service {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  border: 2px solid var(--prime6);
  text-align: center;
  display: block;
  flex: 0 0 340px;
  padding: 1rem;
  text-align: center;
  z-index: 1;
  isolation: isolate;
  mix-blend-mode: multiply;
}
.service::after {
  /* content: ""; */
  z-index: -1;
  position: absolute;
  top: -6.1rem;
  height: 6rem;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.91) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  width: 100%;
  right: 0;
}
.service .icon {
  position: absolute;
  height: 120px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
  background-color: #fff;
}

.service .icon img {
  display: block;
  width: 90px;
  margin: 0 auto;
}

.service figcaption {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: calc(0.9vw + 16px);
  z-index: 1;
  position: relative;
}

.service figcaption + p {
  font-size: calc(0.25vw + 16px);
  line-height: 1.2;
}
.services.customers {
  margin-top: 9rem;
}
.customers .container .row {
  gap: 1rem;
  padding-top: 5.5rem;
}
.customers h2 {
  font-weight: 600;
  color: var(--prime2);
  text-align: center;
  font-size: calc(3vw + 14px);
  width: 100%;
}
.customers .service {
  aspect-ratio: 3 / 2;
  border: none;
  padding: 1rem;
  flex: 0 0 20%;
  max-width: 302px;
}
.customers .service figure {
  height: 100%;
  width: 100%;
}
.customers .service .icon {
  top: auto;
  inset: 0;
  margin: auto;
  transform: none;
  width: 100%;
  height: 100%;
}
.customers .service .icon img {
  width: clamp(8.5rem, 16rem, 100%);
}
.hero {
  color: #fff;
  background-size: 100% auto;
  width: 100%;
  padding-top: 0.25%;
  background-repeat: no-repeat;
}

.hero > .container {
  padding-top: 15rem;
}
.hero .row {
  flex-direction: column;
}
.hero h2 {
  line-height: 1;
  font-weight: 700;
  font-size: calc(6vw + 16px);
}
.hero h2 + p {
  line-height: 1;
  font-size: calc(1.75vw + 16px);
  position: relative;
}
.hero h2 + p::after {
  content: "";
  position: relative;
  display: block;
  width: 150px;
  height: 10px;
  background-color: var(--prime2);
  left: 0;
  bottom: -2rem;
}
.hero .col {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.hero .text {
  padding-top: 4rem;
  line-height: 1.25;
  font-size: calc(0.75vw + 16px);
  margin-right: auto;
  max-width: 57%;
  padding: 2rem;
}

.hero .cta {
  display: block;
  margin-top: 4rem;
}

.hero .text a {
  background-color: var(--prime5);
  padding: 0.6rem 2.5rem;
  border-radius: 100vw;
  color: #fff;
}
.hero .text a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sections {
  margin-top: 8rem;
}

.sections .row {
  justify-content: space-between;
}
.sections img {
  width: 100%;
  max-width: 810px;
  object-fit: cover;
  aspect-ratio: 2 / 1;
  border-radius: 20px;
  overflow: hidden;
}

.col-text {
  width: 45%;
  max-width: 680px;
}
.col-img {
  max-width: 50%;
}

.sections h2 {
  position: relative;
  color: var(--prime1);
  font-size: calc(1.68vw + 16px);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.sections h2::after {
  content: "";
  position: relative;
  display: block;
  width: 150px;
  height: 5px;
  background-color: var(--prime2);
  left: 0;
  bottom: -2rem;
}

.sections .text {
  color: var(--prime1);
  font-size: calc(0.4vw + 14px);
  line-height: 1.4;
}
.sections .text + a {
  color: #fff;
  background-color: var(--prime2);
  padding: 0.5rem 2rem;
  border-radius: 100vw;
  font-size: 1.24rem;
  display: block;
  width: fit-content;
  margin-top: 1.5rem;
}
.sections .sec:last-child {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 2px solid var(--prime6);
}
.contact {
  position: relative;
  height: 36rem;
  margin-top: 5rem;
  overflow-x: clip;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.contact .container > .row:first-child {
  position: relative;
  color: var(--prime2);
  top: -2.5rem;
  margin-bottom: 1rem;
}
.contact .container > .row:last-child {
}
.contact .row > h2 {
  background-color: #fff;
  font-weight: 700;
  font-size: calc(3vw + 16px);
  position: relative;
  isolation: isolate;
}
.contact .row > h2::after {
  content: "";
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 230%;
  z-index: -1;
  height: 4rem;
  background-color: #fff;
}
.contact .fields {
  display: flex;
  flex-wrap: wrap;
  height: 12rem;
  max-width: 880px;
}
.contact .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 400px;
  mix-blend-mode: multiply;
  margin-bottom: 30px;
}
.contact .form-group:has(button) {
  margin-right: auto;
  width: 60%;
}
.contact .offset-sm-3 {
  margin-right: 0;
}
.contact .smart-form .form-group.form-group-dropdown label {
  /* background-color: red; */
}
.contact .smart-form .form-group > label {
  display: inline-flex;
  position: absolute;
  top: -1.3rem;
  z-index: 9;
  right: 2rem;
  background-color: #fff;
  width: fit-content;
  color: var(--prime1);
}
.contact .col-sm-3 {
  flex: 1 0 100%;
  max-width: 100%;
}
.contact .smart-form .required-live-text {
  margin-right: 10px;
}
.contact .form-control {
  height: calc(2.25rem + 20px);
  border-radius: 0.7rem;
}
.contact button {
  margin-top: 10px;
  background-color: var(--prime5);
  border-radius: 100vw;
  padding: 0.25rem 3rem;
}

.contact .smart-form {
  padding: 2rem;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (min-width: 1800px) {
  .sections {
    margin-top: 15rem;
  }
}

@media (max-width: 1800px) {
  .hero {
    height: auto;
  }
  .hero > .container {
    padding-top: 7rem;
  }
  .hero .text {
    padding-top: 2rem;
  }
  .services {
    margin-top: 17.5rem;
    padding-block: 0rem;
  }
  .service {
    flex: 1 0 20%;
  }
}

@media (max-width: 1400px) {
  .services {
    margin-top: 3.5rem;
  }
  .contact {
    margin-top: 7rem;
  }
}
@media (max-width: 991px) {
  .services .container .row {
    padding-top: 9rem;
  }
  .sections {
    margin-top: 2rem;
  }
  .cover .toggle-slick {
    display: none;
  }
  .hero .text {
    background-color: #1e48a2cf;
  }
  .cover {
    padding: 0;
    padding-top: 10px; /* header height + padding */
  }
  .service {
    flex: 1 0 48%;
    margin-bottom: 5rem;
  }
  .service figcaption {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: calc(1.5vw + 16px);
  }
  .service .icon {
    height: 80px;
    top: -3.5rem;
  }
  .service .icon img {
    width: 70px;
  }
  .contact {
    height: auto;
    background-size: 95% auto;
    background-repeat: no-repeat;
    margin-top: 0;
    background-position: top;
  }
  .contact .row > h2::after {
    background-color: transparent;
  }
  .contact .smart-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-inline: 0;
  }
  .header .logo {
    left: auto;
    right: 10px;
    transform: none;
    width: 240px;
  }
  .header .logo img {
    top: -20px;
    width: 140px;
  }
  .header .logo::after {
    width: 240px;
  }
  .contact .container > .row:first-child {
    top: 0rem;
    padding-right: 1.5rem;
    margin-bottom: 7rem;
  }
  .contact .fields {
    height: auto;
    max-width: 90%;
  }
  .contact .form-group:has(button) {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .hero {
    color: var(--prime1);
    background-position: 0 -50px;
  }
  .hero > .container {
    padding-top: 22rem;
  }
  .hero h2 + p::after {
    height: 5px;
  }
  .hero .text {
    padding: 0;
    background-color: #ffffff99;
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
  .sections {
    padding-inline: 2rem;
    margin-top: 0;
  }
  .sections .sec:first-child .row {
    flex-direction: column-reverse;
  }
  .sections .col-img {
    margin-bottom: 2rem;
  }
  .services .container .row {
    padding-top: 5rem;
  }
  .services.customers .container .row {
    padding-top: 0;
  }
  .col-img,
  .col-text {
    width: 100%;
    max-width: 100%;
  }
  .sections .row {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .customers .service {
    margin-top: 3.5rem;
    flex: 0 0 45%;
    margin-bottom: 1rem;
  }
  .hero > .container .row {
    padding-inline: 2rem;
  }
  .services {
    padding-inline: 2rem;
  }
  .service {
    flex: 1 0 100%;
  }
  .contact .form-group {
    width: 320px;
  }
  .footer::after {
    width: 30%;
  }
  .hero > .container {
    padding-top: 18.5rem;
  }
}

@media (max-width: 500px) {
  .customers .service {
    aspect-ratio: 16 / 9;
    width: 100%;
    justify-content: center;
  }
  .customers .service .icon img {
    width: 82%;
  }

  .customers .service figure {
    flex: 1;
    width: 100%;
  }
  .customers .service {
    margin-top: 0;
  }
  .services.customers .container .row {
    flex-direction: column;
    align-items: center;
  }
}
