* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Wavehaus", sans-serif;
  font-size: 20px;
}

:root {
  --primaryColor: #e81f2d;
  --textColor: #272727;
}

body {
  background-color: #f6f6f6;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mattone", sans-serif;
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
  .box-section .container {
    max-width: 1555px;
  }
}

#header {
  padding: 0 70px;
  position: fixed;
  top: 27px;
  left: 0;
  width: 100%;
  z-index: 999;
}

#mobile-menu .logo-area,
#header .logo-area {
  width: 162px;
  height: 48px;
}

#mobile-menu .logo-area img,
#header .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header-wrapper {
  padding: 31px 64px 20px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 116px;
  background: #fff;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.05);
}

#header .header-wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 92px;
}

#header .main-menu {
  display: flex;
  align-items: center;
  gap: 61px;
}

#header .main-menu .menu-item a {
  color: var(--textColor);
  font-size: 16px;
  line-height: 131.25%;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s ease;
}

#header .mobile-menu .menu-item.current-menu-item a,
#header .main-menu .menu-item.current-menu-item a,
#header .mobile-menu .menu-item:hover a,
#header .main-menu .menu-item:hover a {
  color: var(--primaryColor);
}

#header .header-cta {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 39px;
  border-radius: 19.5px;
  background: var(--primaryColor);
}

#header .mobile-menu-btn {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20 7L4 7' stroke='%23e81f2d' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M20 12L4 12' stroke='%23e81f2d' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M20 17L4 17' stroke='%23e81f2d' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

#mobile-menu {
  width: 100%;
}

#mobile-menu .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 30px;
}

#mobile-menu .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

#mobile-menu .mobile-menu .menu-item a {
  color: var(--textColor);
  font-size: 24px;
  line-height: 131.25%;
  font-weight: 600;
  text-transform: capitalize;
}

#mobile-menu .mobile-menu-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  width: 277.638px;
  height: 60.763px;
  border-radius: 30px;
  background: var(--primaryColor);
}

main.home .s1 {
  padding-top: calc(127px + 114px);
  padding-bottom: 77px;
  background-image: url(../images/home/hero-bg-img.webp);
  background-repeat: no-repeat;
  background-position: right 40px bottom;
  background-size: 1142px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

main.home .s1.release-sticky {
  position: relative !important;
}

main.home .s1 h1.title {
  color: var(--primaryColor);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 46px;
  max-width: 930px;
}

main.home .s1 p {
  color: var(--textColor);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  max-width: 710px;
}

main.home .s2 {
  position: relative;
  z-index: 2;
}

main.home .s2-top {
  width: 100%;
  min-height: 338px;
  background-image: url(../images/home/home-dark-top.svg);
  background-position: bottom -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

main.home .s5-top .cta-btn,
main.home .s2-top .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  width: 151.319px;
  height: 52.072px;
  border-radius: 30px;
  background: var(--primaryColor);
}

main.home .s2-content {
  background: #1a1a1a;
  padding: 20px 0 280px 0;
}

main.home .s2-content .subtitle {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  margin-bottom: 111px;
}

main.home .s2-content .items-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 150px;
}

main.home .s2-content .item-1 {
  flex: 1.05;
}

main.home .s2-content .item-2 {
  flex: 1.2;
}
main.home .s2-content .item-3 {
  flex: 1.5;
}

main.home .s2-content .item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 141.667%;
  margin-bottom: 47px;
}

main.home .s2-content .item p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

main.home .s2-content .item-seperator {
  width: 79px;
  height: 217px;
  background-image: url(../images/general/seperator.svg);
  background-repeat: no-repeat;
  background-position: center;
}

main.home .s2-content {
  background-image: url(../images/home/home-dark-bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -120px;
}

main.home .s2-bottom {
  width: 100%;
  min-height: 429px;
  background-image: url(../images/services/dark-bottom.svg);
  background-position: top -5px center;
  background-repeat: no-repeat;
  background-size: 100%;
}

main.home .s3 .abs-images {
  display: flex;
  justify-content: end;
  gap: 380px;
  margin-top: -130px;
  position: relative;
  z-index: 3;
}

main.home .s3 .abs-images .image {
  width: 340px;
  height: 398px;
}

main.home .s3 .abs-images .img-1 {
  margin-top: -150px;
}

main.home .s3 .abs-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

main.home .s3 .content-area {
  margin-top: -640px;
  position: relative;
  z-index: 3;
}

main.home .s3 .subtitle {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  margin-bottom: 63px;
}

main.home .s3 .title {
  color: var(--primaryColor);
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 78px;
}

main.home .s3 .boxes-area {
  display: flex;
  gap: 20px;
}

main.home .s3 .box-item {
  flex: 1;
  border-radius: 12px;
  background: var(--primaryColor);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

main.home .s3 .box-item::before {
  content: "";
  position: absolute;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: #1a1a1a;
  left: 36px;
  top: -44.5px;
  display: block;
  z-index: 1;
}

main.home .s3 .box-item .box-content {
  padding: 165px 25px 55px 36px;
}

main.home .s3 .box-item p {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

main.home .s3 .box-item:nth-child(3) p {
  max-width: 250px;
}

main.home .s3 .box-item.image {
  background-color: transparent;
}

main.home .s3 .box-item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.home .s3 .box-item.image::before {
  display: none;
}

main.home .s4 {
  padding-top: 112px;
}

main.home .s4 .box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 39.6px 0 rgba(0, 0, 0, 0.1);
  padding: 85px 75px 37px 69px;
  position: relative;
  z-index: 3;
}

main.home .s4 .box .subtitle {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  margin-bottom: 115px;
}

main.home .s4 .box-items {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}

main.home .s4 .box-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 210px;
}

main.home .s4 .box-title {
  color: #1a1a1a;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  min-height: 102px;
}

main.home .s4 .box-item:nth-child(2) .box-title {
  min-width: 240px;
}

main.home .s4 .box-item:nth-child(5) p,
main.home .s4 .box-item:nth-child(3) p {
  min-width: 225px;
}

main.home .s4 .box-item:nth-child(4) p {
  min-width: 240px;
}

main.home .s4 .box-item .image-area {
  width: 210.422px;
  height: 138.192px;
}

main.home .s4 .box-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

main.home .s5 {
  position: relative;
  z-index: 5;
  background-color: var(--primaryColor);
}

main.home .s5-top {
  width: 100%;
  min-height: 338px;
  background-image: url(../images/home/home-red-top.svg);
  background-position: bottom -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-top: -125px; */
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

main.home .s5-content {
  background: var(--primaryColor);
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  height: auto;

  z-index: 2;
  /* overflow: hidden; */
}

main.home .s5 .boxes-wrap {
  position: relative;
  width: 100%;
  height: 361px;
}

main.home .s5 .box-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transform: translateY(150%);
  transition: transform 0.1s linear;

  border-radius: 24px;
  background: #fff;
  box-shadow: 0 -12px 24px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
}

main.home .s5 .box-item:first-child {
  transform: translateY(0) !important;
  z-index: 1;
}

main.home .s5-bottom {
  width: 100%;
  min-height: 338px;
  background-image: url(../images/home/home-red-bottom.svg);
  background-position: top -5px center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 30px;
}

main.home .s5-bottom .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  width: 277.638px;
  height: 60.763px;
  border-radius: 30px;
  background: var(--primaryColor);
}

main.home .s5 .subtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  margin-bottom: 50px;
}

main.home .s5 .boxes-wrap {
  display: flex;
  flex-direction: column;
  gap: 93px;
}

main.home .s5 .box-item {
  display: flex;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 -12px 24px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

main.home .s5 .box-item .image-area {
  height: 361px;
  flex: 1;
}

main.home .s5 .box-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.home .s5 .box-item .box-details {
  flex: 1.2;
  padding: 75px 54px 60px 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main.home .s5 .box-item .box-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  line-height: 141.667%;
  text-transform: uppercase;
  margin-bottom: 39px;
  max-width: 475px;
}

main.home .s5 .box-item:nth-last-child(2) .box-title {
  max-width: 540px;
}

main.home .s5 .box-item p {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

main.home .s6 {
  padding: 200px 0 75px 0;
}

main.home .s6 .title {
  color: var(--primaryColor);
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 99px;
}

main.home .s6 .video-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 623px;
}

main.home .s6 .video-area img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

main.home .s6 .video-area .play-btn {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--primaryColor);
  mix-blend-mode: multiply;
}

main.home .s6 .video-area .play-btn-icon {
  position: absolute;
  display: flex;
  width: 78px;
  height: 78px;
  background-image: url(../images/icons/play-btn-transparent.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

section.footer-banner {
  padding: 105px 0 175px 0;
  background-image: url(../images/general/get-started-bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1143px;
  /* background-size: 60%; */
}

section.footer-banner .content-area {
  display: flex;
  flex-direction: column;
  max-width: 855px;
}

section.footer-banner .title {
  color: var(--primaryColor);
  font-size: 90px;
  font-weight: 400;
  line-height: 108.889%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 46px;
}

section.footer-banner p {
  color: var(--textColor);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 70px;
}

section.footer-banner p > strong {
  font-weight: 700;
  font-size: 22px;
}

section.footer-banner .cta-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--primaryColor);
  width: 349.315px;
  height: 60.763px;
}

section.footer-banner .image-mobile {
  display: none;
}

/* Services */
main.services .s1 {
  padding-top: calc(127px + 75px);
}

main.services .s1 .content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.services .s1 .subtitle {
  color: #191919;
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  margin-bottom: 3.5px;
  text-align: center;
}

main.services .s1 .title {
  color: var(--primaryColor);
  font-size: 90px;
  font-weight: 400;
  line-height: 108.889%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 86px;
  text-align: center;
}

main.services .s1 .subtext {
  color: #272727;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 53px;
}

main.services .s2 .items-row {
  display: flex;
  gap: 37px;
}

main.services .s2 .items-row .item-seperator {
  width: 79px;
  height: 217px;
  background-image: url(../images/general/seperator.svg);
  background-repeat: no-repeat;
  background-position: center;
}

main.services .s2 .items-row .item {
  flex: 1;
}

main.services .s2 .items-row .item-2 {
  flex: 1.2;
}
main.services .s2 .items-row .item-3 {
  flex: 1.23;
}

main.services .s2 .items-row .item p {
  color: #fff;
}

main.services .s2 .item-title {
  color: #f6f6f6;
  font-size: 24px;
  font-weight: 400;
  line-height: 141.667%;
  text-transform: uppercase;
  margin-bottom: 47px;
}

main.services .video-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 114px 0 125px 0;
}

main.services .video-wrap.release-sticky {
  position: relative !important;
}

main.services .video-wrap .video-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 625px;
}

main.services .video-wrap .video-area img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: top center;
}

main.services .video-wrap .video-area .play-btn {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--primaryColor);
  mix-blend-mode: multiply;
}

main.services .video-wrap .video-area .play-btn-icon {
  position: absolute;
  display: flex;
  width: 78px;
  height: 78px;
  background-image: url(../images/icons/play-btn-transparent.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

main.services .s2 {
  position: relative;
  z-index: 2;
}

main.services .s2-top {
  width: 100%;
  min-height: 338px;
  background-image: url(../images/services/dark-top.svg);
  background-position: bottom -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
}

main.services .s2-content {
  background: #1a1a1a;
  padding: 80px 0 0 0;
}

main.services .s2-bottom {
  width: 100%;
  min-height: 338px;
  background-image: url(../images/services/dark-bottom.svg);
  background-position: top -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
}

main.services .s2 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.services .s2 .title {
  color: var(--primaryColor);
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 81px;
}

main.services .s2 .description {
  color: var(--primaryColor);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 60px;
}

main.services .s1 .items-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 79px;
  row-gap: 33px;
  max-width: 1200px;
}

main.services .s1 .items-wrap .item {
  display: flex;
  align-items: center;
  gap: 33px;
}

main.services .s1 .items-wrap .item .item-title {
  color: #191919;
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  flex: 1;
}

main.services .s3 {
  padding-bottom: 96px;
}

main.services .s3 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.services .s3 .image-area {
  width: 100%;
  max-width: 1210px;
  margin-bottom: 61px;
}

main.services .s3 .image-area img {
  width: 100%;
  height: auto;
}

main.services .s3 .title {
  color: var(--primaryColor);
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

main.services .s3 p {
  color: var(--textColor);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  max-width: 972px;
}

main.services .s4 {
  padding-bottom: 180px;
}

main.services .s4 .box-item {
  padding: 102px 38px 102px 69px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 39.6px 0 rgba(0, 0, 0, 0.1);
}

main.services .s4 .subtitle {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  margin-bottom: 80px;
}

main.services .s4 .items-wrap {
  display: flex;
  align-items: center;
  gap: 45px;
}

main.services .s4 .item {
  flex: 1;
}
main.services .s4 .item-2 {
  flex: 0.8;
}
main.services .s4 .item-3 {
  flex: 1.2;
}

main.services .s4 .item-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  line-height: 141.667%;
}

main.services .s4 .item-seperator {
  width: 79px;
  height: 212px;
  background-image: url(../images/general/seperator.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* FAQ */

main.faq .s1 {
  padding-top: calc(127px + 75px);
  padding-bottom: 105px;
}

main.faq .s1 .content-area {
  display: flex;
  position: relative;
}

main.faq .s1 .image-area {
  width: 100%;
  max-width: 507px;
  position: absolute;
  right: -75px;
  top: -50px;
}

main.faq .s1 .title {
  color: var(--primaryColor);
  font-size: 90px;
  font-weight: 400;
  line-height: 108.889%;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 1075px;
}

main.faq .s2 {
  padding-bottom: 150px;
}

main.faq .s2 .box-item {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 39.6px 0 rgba(0, 0, 0, 0.1);
  padding: 102px 70px 80px 70px;
}

main.faq .s2 .title {
  color: var(--primaryColor);
  font-size: 22px;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

main.faq .s2 .description {
  color: var(--textColor);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 100px;
}

main.faq .s2 .items-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

main.faq .s2 .item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

main.faq .s2 .item .image-area {
  min-height: 126px;
  display: flex;
  align-items: center;
}

main.faq .s2 .items-wrap p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

main.faq .s2 .items-wrap p > strong {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

main.faq .s3-top {
  width: 100%;
  min-height: 302px;
  background-image: url(../images/faq/faq-red-top.svg);
  background-position: bottom -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
}

main.faq .s3-content {
  background-color: var(--primaryColor);
  padding: 30px 0 145px 0;
}

main.faq .s3-bottom {
  width: 100%;
  min-height: 302px;
  background-image: url(../images/faq/faq-red-bottom.svg);
  background-position: top -5px center;
  background-size: 100%;
  background-repeat: no-repeat;
}

main.faq .s3 .title {
  color: #f6f6f6;
  font-size: 90px;
  font-weight: 400;
  line-height: 108.889%;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 81px;
}

main.faq .s3 .faq-area {
  display: flex;
  flex-direction: column;
  gap: 113px;
}

main.faq .s3 .faq-section .section-title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
  text-transform: uppercase;
}

main.faq .s3 .faqs-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

main.faq .s3 .faq-item {
  position: relative;
  overflow: hidden;
}

main.faq .s3 .faq-header {
  padding: 14px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 44px;
  border: 1px solid #000;
  cursor: pointer;
}

main.faq .s3 .faq-item.show .faq-header {
  border-color: #fff;
}

main.faq .s3 .faq-item .faq-header .faq-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

main.faq .s3 .faq-header .chevron-down {
  width: 36px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48554 10.6065L3.8147e-05 2.121L2.12104 -7.41826e-07L9.54604 7.425L16.971 -9.27119e-08L19.092 2.121L10.6065 10.6065C10.3252 10.8877 9.94379 11.0457 9.54604 11.0457C9.14829 11.0457 8.76683 10.8877 8.48554 10.6065Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  transition: 0.3s ease;
}

main.faq .s3 .faq-item.show .faq-header .chevron-down {
  filter: invert(1);
  rotate: 180deg;
}

main.faq .s3 .faq-item .faq-body {
  height: 0px;
  opacity: 0;
}
main.faq .s3 .faq-item .faq-content {
  padding: 49px 0 25px 0;
}

main.faq .s3 .faq-item .faq-content li,
main.faq .s3 .faq-item .faq-content p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

main.faq .s3 .faq-item .faq-content p{
  margin-bottom: 10px;
}

main.faq .s3 .faq-item .faq-content p:nth-last-child(1){
  margin-bottom: 0;
}

main.faq .s3 .faq-item .faq-content ul{
  padding-left: 1.5rem;
  margin-bottom: 10px;
}

main.faq .s3 .faq-item .faq-content li{
  list-style: disc;
  margin-bottom: 2.5px;
}

main.faq section.footer-banner {
  background-size: 1045px;
}

main.faq section.footer-banner .content-area {
  max-width: 1030px;
  position: relative;
  z-index: -1;
}

/* Contact */

main.contact .acf-map {
  width: 100%;
  height: 100%;
}

main.contact .acf-map img {
  max-width: inherit !important;
}

main.contact {
  padding-top: calc(127px + 75px);
  background-color: #f6f6f6;
}

main.contact .contact_ustitle span,
main.contact .contact_ustitle {
  font-size: 40px;
  line-height: 50px;
  font-family: "Mattone", sans-serif;
}

main.contact .contact_ustitle span {
  color: #e81f2d;
}

main.contact .contact_navtabs {
  border-bottom: none;
}

main.contact .contact_navtabs .nav-link {
  border: none;
}

main.contact .contact_navtabs li {
  margin-right: 13px;
}

main.contact .contact_navtabs .nav-link {
  background: #f6f6f6;
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.2px;
  text-align: center;
  padding: 10px 50px;
  font-family: "Wavehaus";
}

main.contact .contact_navtabs .nav-link.active {
  background: #e81f2d;
  color: #fff !important;
  border: none;
}

main.contact .location_title {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #494242;
  margin: 0px 0 30px;
}

main.contact .location_heading {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #e81f2d;
}

main.contact .location_para {
  padding: 20px 0;
}

main.contact .location_para p {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 0;
}

main.contact .schedule_form {
  padding: 50px 0 80px;
}

main.contact .form_title {
  font-family: "Wavehaus";
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #959595;
  text-transform: uppercase;
  margin-bottom: 35px;
}

main.contact .schedule_form label {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #959595;
  margin-bottom: 10px;
}

main.contact .schedule_form .form-group {
  margin-bottom: 30px;
}

main.contact .schedule_form input,
main.contact .schedule_form select {
  border: 0.7px solid #7a7a7a;
  border-radius: 10px;
  height: 45px;
  font-size: 16px;
}

main.contact .form_tilered {
  font-family: "Wavehaus";
  font-size: 26px;
  line-height: 30px;
  color: #e81f2d;
  margin-bottom: 20px;
  font-weight: bold;
}

main.contact .schedule_form .custom-control label .wpcf7-list-item-label {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #414141;
  padding-left: 10px;
}

main.contact .rush_results {
  font-family: "Wavehaus";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #414141;
}

main.contact .rush_results i {
  color: #e81f2d;
}

main.contact.work_heading {
  font-family: "Wavehaus";
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #494242;
}

main.contact .work_instruction {
  font-family: "Wavehaus";
  max-width: 600px;
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0;
  text-transform: capitalize;
  color: #959595;
}

main.contact .download_link {
  font-family: "Wavehaus";
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #141414;
  margin-bottom: 20px;
  font-weight: bold;
}

main.contact .work_section {
  padding: 70px 0;
}

main.contact .form_types button {
  width: 100%;
  padding: 12px;
  margin: 5px 0 5px;
}

main.contact .schedule_form .btn_danger {
  text-transform: uppercase;
}

main.contact .contact_navtabs .nav-link {
  line-height: 28px;
}

main.contact .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7a7a7a;
}

main.contact .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

main.contact .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e81f2d;
  background-color: #e81f2d;
  border-radius: 20px;
}

main.contact .schedule_form .custom-control label {
  padding-left: 20px;
}

main.contact .custom-switch .custom-control-label::after {
  background-color: #f6f6f6;
  width: 17px;
  height: 17px;
  top: 8px;
  -webkit-transform: translateX(0.2rem);
  -ms-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}

main.contact .custom-switch .custom-control-label::before {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 25px;
  border-radius: 20px;
  width: 44px;
}

main.contact
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.3rem);
  -ms-transform: translateX(1.3rem);
  transform: translateX(1.3rem);
  width: 17px;
  height: 17px;
  top: 8px;
}

main.contact .location_para a {
  color: #222;
  font-size: 16px;
}

main.contact .location_para a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #e81f2d;
  text-decoration: none;
}

main.contact .wpcf7 .custom-switch p {
  margin-bottom: 0;
  font-size: 0;
}

main.contact .disclaimer-area {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 25px;
}

main.contact .disclaimer-area p {
  display: flex;
  gap: 10px;
}

main.contact .disclaimer-area .wpcf7-list-item-label {
  display: none;
}

main.contact .schedule_form .wpcf7-submit {
  border: 1px solid #e81f2d;
  border-radius: 40px;
  height: 40px;
}

main.contact .disclaimer-area .wpcf7-list-item {
  margin: 0;
}

main.contact .disclaimer-area label {
  flex: 1;
  text-transform: none;
}

main.contact .disclaimer-area label a {
  color: #e81f2d;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px;
}

main.contact .disclaimer-area input {
  width: 20px;
  height: 20px;
  accent-color: #e81f2d;
  margin-top: 4.5px;
}

main.contact .custom-switch .wpcf7-form-control-wrap {
  position: relative;
}

main.contact .custom-switch .wpcf7-form-control-wrap input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

main.contact
  .custom-switch
  .wpcf7-form-control-wrap
  input:focus
  ~ .wpcf7-list-item-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

main.contact
  .custom-switch
  .wpcf7-form-control-wrap
  input:checked
  ~ .wpcf7-list-item-label::before {
  color: #fff;
  border-color: #e81f2d;
  background-color: #e81f2d;
  border-radius: 20px;
}

main.contact .schedule_form .custom-control label {
  padding-left: 20px;
}

main.contact .custom-switch .wpcf7-list-item-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

main.contact
  .custom-switch
  .wpcf7-form-control-wrap
  input:checked
  ~ .wpcf7-list-item-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.3rem);
  -ms-transform: translateX(1.3rem);
  transform: translateX(1.3rem);
  width: 17px;
  height: 17px;
  top: 8px;
}

main.contact .custom-switch .wpcf7-list-item-label::before {
  left: 0;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

main.contact .custom-switch .wpcf7-list-item-label::before {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 25px;
  border-radius: 20px;
  width: 44px;
}

main.contact .custom-switch .wpcf7-list-item-label::after {
  position: absolute;
  background-color: #f6f6f6;
  width: 17px;
  height: 17px;
  left: 2px;
  background-color: #f6f6f6;
  top: 8px;
  -webkit-transform: translateX(0.2rem);
  -ms-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

main.contact .btn_danger {
  background-color: #e81f2d;
  border: 1px solid #e81f2d;
  color: #fff;
  font-family: "Wavehaus";
}

main.contact .btn_danger:hover {
  color: #e81f2d;
  background-color: #fff;
  border-color: #fff;
}

main.contact .btn_danger_submit {
  background-color: #e81f2d;
  border: 1px solid #e81f2d;
  color: #fff;
  font-family: "Wavehaus";
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

main.contact .btn_danger_submit:hover {
  color: #fff;
  background-color: #e81f2d;
  border-color: #fff;
  opacity: 0.9;
}

main.contact .btn {
  border-radius: 40px;
  padding: 7px 35px;
  font-size: 16px;
}

main.contact .banner li.active:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #fff0;
  position: absolute;
  left: -4px;
  border: 1px solid #e81f2d;
  border-radius: 50%;
  top: -4px;
}

main.contact .dropdown-item:focus,
main.contact .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e81f2d;
}

main.contact .btn_danger_brd:hover {
  color: #e81f2d;
}

main.contact button:hover {
  color: #e81f2d;
  background-color: #fff;
  border-color: #fff;
}

main.contact .btn_danger_brd {
  color: #fff;
  background-color: transparent;
  border: 1px solid #e81f2d;
}

main.contact p {
  margin-bottom: 1rem;
  font-size: 16px;
}

@media (min-width: 1200px) {
  main.contact .contact_navtabs li.nav-item {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1199.98px) {
  main.contact .contact_navtabs .nav-link {
    padding: 10px 20px;
  }

  main.contact .form_title {
    font-size: 24px;
  }

  main.contact .contact_ustitle span,
  main.contact .contact_ustitle {
    font-size: 36px;
    line-height: 50px;
  }

  main.contact .contact_navtabs li.nav-item {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991.98px) {
  main.contact .contact_navtabs .nav-link {
    padding: 10px 10px;
    font-size: 12px;
  }

  main.contact .contact_ustitle span,
  main.contact .contact_ustitle {
    font-size: 29px;
    line-height: 50px;
  }

  main.contact .contact_nav ul {
    background: #f2f2f2 !important;
  }
}

@media (max-width: 767.98px) {
  main.contact .contact_nav ul {
    background: #f2f2f2 !important;
  }

  main.contact .contact_navtabs li.nav-item {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 575.98px) {
  main.contact .contact_ustitle span,
  main.contact .contact_ustitle {
    font-size: 20px;
    line-height: 30px;
  }

  main.contact .contact_navtabs li.nav-item {
    margin-bottom: 15px !important;
  }

  main.contact .form_title {
    font-size: 18px;
    line-height: 28px;
  }

  main.contact .contact .heading_black {
    font-size: 21px;
    line-height: 34px;
  }

  main.contact .location_title {
    font-size: 24px;
  }

  main.contact .schedule_form .form-group {
    margin-bottom: 10px;
  }

  main.contact .form_tilered {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  main.contact .contact_nav ul {
    background: #f2f2f2 !important;
  }
}

@media (max-width: 420px) {
  main.contact .contact .heading_black {
    font-size: 21px;
    line-height: 34px;
  }

  main.contact .location_title {
    font-size: 23px;
  }
}

@media (max-width: 360px) {
  main.contact .contact .heading_black {
    font-size: 17px;
    line-height: 34px;
  }

  main.contact .location_title {
    font-size: 21px;
  }
}

#footer {
  background-color: #fff;
  padding: 90px 125px 220px 125px;
  background-image: url(../images/general/footer-bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 75px;
}

#footer .footer-top .contact-link {
  color: var(--primaryColor);
  font-size: 30px;
  font-weight: 600;
  line-height: 93.333%;
}

#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

#footer .copyright {
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 157.143%;
}

#footer .f-bottom-left {
  display: flex;
  align-items: center;
  gap: 75px;
}

#footer .f-bottom-left p,
#footer .f-bottom-left p a {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-transform: capitalize;
}

#footer .f-bottom-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

#footer .f-bottom-right .list {
  display: flex;
  align-items: center;
}

#footer .f-bottom-right .list-1 {
  gap: 14px;
}

#footer .f-bottom-right .list-2 {
  gap: 21px;
}

#footer .social-media {
  display: flex;
  align-items: center;
  gap: 23px;
}

#footer .sm-items {
  display: flex;
  align-items: center;
  gap: 18px;
}

#footer .sm-items i {
  font-size: 24px;
  color: var(--textColor);
}

@media (min-width: 1950px) {
  main.faq .s3-top,
  main.services .s2-top,
  main.home .s5-top,
  main.home .s2-top {
    min-height: 420px;
  }
  main.faq .s3-bottom,
  main.services .s2-bottom,
  main.home .s5-bottom,
  main.home .s2-bottom {
    min-height: 480px;
  }
}
@media (min-width: 2200px) {
  main.faq .s3-top,
  main.services .s2-top,
  main.home .s5-top,
  main.home .s2-top {
    min-height: 460px;
  }
  main.faq .s3-bottom,
  main.services .s2-bottom,
  main.home .s5-bottom,
  main.home .s2-bottom {
    min-height: 590px;
  }
}

@media (max-width: 1899px) {
  main.home .s1 {
    background-size: 59.5%;
  }

  main.faq section.footer-banner,
  section.footer-banner {
    background-size: 60%;
    background-position: right center;
  }
}

@media (max-width: 1599px) {
  main.home .s1 h1.title {
    font-size: 64px;
    max-width: 730px;
  }

  main.home .s1 p {
    font-size: 20px;
    max-width: 635px;
  }

  main.home .s2-content {
    padding: 10px 0 200px 0;
  }

  main.home .s2-content .item p {
    font-size: 20px;
  }

  main.home .s2-content .item-title {
    margin-bottom: 35px;
  }

  main.home .s3 .title {
    font-size: 64px;
    max-width: 970px;
  }

  main.home .s3 .abs-images .image {
    width: 280px;
    height: 328px;
  }

  main.home .s3 .abs-images {
    gap: 360px;
    margin-top: -180px;
  }

  main.home .s4 .box-items {
    flex-wrap: wrap;
    row-gap: 75px;
    column-gap: 120px;
    justify-content: center;
  }

  main.home .s4 .box-item {
    max-width: 100%;
  }

  main.home .s4 .box-title {
    max-width: 350px;
    font-size: 21px;
    min-height: 68px;
  }

  main.home .s4 .box-item:nth-last-child(1) .box-title,
  main.home .s4 .box-item:nth-last-child(2) .box-title {
    min-height: 68px;
  }

  main.home .s4 .box-item .image-area {
    width: 100%;
    height: auto;
    aspect-ratio: 210.42/138.19;
  }

  main.home .s5 .boxes-wrap {
    gap: 63px;
  }

  main.home .s6 .title {
    font-size: 64px;
    margin-bottom: 75px;
  }

  /* FAQ */
  main.faq .s1 .title {
    font-size: 72px;
  }

  section.footer-banner .title {
    font-size: 72px;
  }

  main.faq .s1 .image-area {
    max-width: 450px;
    position: relative;
    right: -35px;
    top: auto;
  }

  /* Services */
  main.services .s1 .title {
    font-size: 72px;
    max-width: 980px;
    margin-bottom: 70px;
  }

  main.services .s2 .item-title {
    margin-bottom: 37px;
  }

  main.services .s2 .items-row {
    gap: 26px;
  }

  main.services .s2 .title {
    font-size: 64px;
  }

  main.services .s2-top,
  main.services .s2-bottom {
    min-height: 280px;
  }

  main.services .s3 .title {
    font-size: 56px;
  }

  #footer {
    padding: 90px 50px 210px 50px;
  }
}

@media (max-width: 1399px) {
  #header .header-wrapper .header-right {
    gap: 60px;
  }

  #header .main-menu {
    gap: 40px;
  }

  main.home .s1 {
    padding-top: calc(127px + 75px);
    background-position: right 20px bottom;
    background-size: 55%;
  }

  main.home .s2-bottom,
  main.home .s2-top {
    min-height: 300px;
  }

  main.home .s2-content {
    padding: 10px 0 150px 0;
    margin-top: -70px;
  }

  main.home .s3 .content-area {
    margin-top: -580px;
  }

  main.home .s3 .subtitle {
    margin-bottom: 45px;
  }

  main.home .s3 .box-item p {
    font-size: 22px;
  }

  main.home .s3 .abs-images {
    gap: 240px;
    margin-top: -225px;
  }

  main.home .s3 .abs-images .img-1 {
    margin-top: -100px;
  }

  main.home .s4 .box-title {
    font-size: 19px;
  }

  main.home .s4 .box-items {
    column-gap: 80px;
  }

  main.home .s4 .box .subtitle {
    margin-bottom: 75px;
  }

  main.home .s5-top {
    min-height: 300px;
    /* margin-top: -170px; */
  }

  main.home .s5 .boxes-wrap {
    height: 310px;
  }

  main.home .s5 .box-item .box-details {
    padding: 50px 54px 40px 100px;
  }

  main.home .s5 .box-item .image-area {
    height: 310px;
  }

  main.home .s5 .box-item .box-title {
    margin-bottom: 30px;
  }

  main.home .s6 {
    padding: 150px 0 75px 0;
  }

  /* FAQ */
  main.faq .s1 .title {
    font-size: 64px;
    max-width: 900px;
  }

  main.faq .s1 .image-area {
    max-width: 420px;
    position: absolute;
    right: -30px;
    top: -45px;
  }

  main.faq .s1 {
    padding-bottom: 145px;
  }

  main.faq .s2 .items-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  main.faq .s2 .item .image-area {
    min-height: 111px;
  }

  main.faq .s3 .title {
    font-size: 72px;
  }

  /* Services */
  main.services .s1 .title {
    font-size: 64px;
    margin-bottom: 50px;
  }

  main.services .s1 .subtext {
    font-size: 20px;
  }

  main.services .s3 .image-area {
    max-width: 960px;
  }

  main.services .s3 .title {
    font-size: 52px;
  }

  main.services .s4 .item-title {
    font-size: 22px;
  }

  main.services .s4 .items-wrap {
    gap: 19px;
  }

  main.services .s4 {
    padding-bottom: 90px;
  }

  section.footer-banner .title {
    font-size: 64px;
    margin-bottom: 35px;
  }

  section.footer-banner p {
    margin-bottom: 40px;
  }

  #footer .footer-bottom {
    flex-direction: column-reverse;
    align-items: start;
  }

  #footer .f-bottom-left {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  #header {
    padding: 0 40px;
  }

  #header .header-wrapper {
    padding: 31px 60px 20px 60px;
  }

  main.home .s1 {
    background-size: 890px;
    padding-bottom: 400px;
  }

  main.home .s2-content .item-seperator {
    height: 1px;
    flex: none;
    background: var(--primaryColor);
    width: 100%;
  }

  main.home .s2-content .item {
    flex: none;
  }

  main.home .s2-content .items-row {
    flex-direction: column;
    gap: 45px;
  }

  main.home .s3 .boxes-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  main.home .s3 .box-item .box-content {
    min-height: 532px;
    display: flex;
    align-items: end;
  }

  main.home .s3 .box-item p {
    font-size: 28px;
  }

  main.home .s3 .abs-images .image {
    width: 200px;
    height: 234px;
  }

  main.home .s3 .title {
    font-size: 56px;
  }

  main.home .s5 .boxes-wrap {
    height: 275px;
  }

  main.home .s5 .box-item .image-area {
    height: 275px;
  }

  main.home .s5 .box-item .box-details {
    padding: 40px 45px 30px 55px;
  }

  main.home .s5 .box-item .box-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  main.home .s4 .box-item:nth-last-child(1) .box-title {
    min-height: auto;
  }
  main.home .s4 .box-item:nth-last-child(2) .box-title,
  main.home .s4 .box-title {
    min-height: 68px;
  }

  main.home .s5 .box-item p {
    font-size: 20px;
  }

  /* FAQ */
  main.faq .s1 .image-area {
    position: relative;
    top: auto;
    right: auto;
  }

  main.faq .s1 .title {
    font-size: 48px;
    max-width: 700px;
  }

  main.faq .s1 .content-area {
    flex-direction: column;
  }

  main.faq .s1 .image-area {
    max-width: 100%;
    display: flex;
    justify-content: end;
    margin-top: -250px;
  }

  main.faq .s1 {
    padding-bottom: 75px;
  }

  main.faq .s1 .image-area img {
    width: 100%;
    max-width: 420px;
  }

  main.faq .s2 {
    padding-bottom: 50px;
  }

  main.faq .s3 .title {
    font-size: 56px;
  }

  main.faq .s3 .faq-section .section-title,
  main.faq .s3 .faq-item .faq-header .faq-title {
    font-size: 20px;
  }

  main.faq .s3 .faq-item .faq-content li,
  main.faq .s3 .faq-item .faq-content strong,
  main.faq .s3 .faq-item .faq-content a,
  main.faq .s3 .faq-item .faq-content b,
  main.faq .s3 .faq-item .faq-content p {
    font-size: 18px;
  }

  main.faq .s3-content {
    padding: 20px 0 100px 0;
  }

  main.faq .s3-top,
  main.faq .s3-bottom {
    min-height: 250px;
  }

  /* Services */
  main.services .s2 .items-row {
    flex-direction: column;
    gap: 27px;
  }

  main.services .s1 .subtitle {
    font-size: 20px;
  }

  main.services .s1 .title {
    font-size: 48px;
    margin-bottom: 45px;
    max-width: 720px;
  }

  main.services .s2 .items-row .item-seperator {
    background-image: none;
    height: 1px;
    background: var(--primaryColor);
    width: 100%;
  }

  main.services .s2 .item-title {
    margin-bottom: 27px;
  }

  main.services .s2-top,
  main.services .s2-bottom {
    min-height: 210px;
  }

  main.services .s2-content {
    padding: 50px 0 0 0;
  }

  main.services .s2 .title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  main.services .s2 .description {
    font-size: 20px;
    margin-bottom: 30px;
  }

  main.services .s1 .items-wrap .item {
    gap: 23px;
  }

  main.services .s1 .items-wrap .item .item-title {
    font-size: 20px;
  }

  main.services .s3 .title {
    font-size: 48px;
  }

  main.services .s4 .items-wrap {
    flex-direction: column;
    align-items: start;
    gap: 45px;
  }

  main.services .s4 .item-seperator {
    background-image: none;
    height: 1px;
    background: var(--primaryColor);
    width: 100%;
  }
}

@media (max-width: 991px) {
  #header .header-cta,
  #header .main-menu {
    display: none;
  }

  #header {
    top: 17px;
  }

  #mobile-menu .logo-area,
  #header .logo-area {
    width: 130px;
    height: 38px;
  }

  #header .mobile-menu-btn {
    display: flex;
  }

  main.home .s1 {
    background-size: 100%;
    padding-bottom: 450px;
  }

  main.home .s1 h1.title {
    font-size: 48px;
    margin-bottom: 35px;
  }

  main.home .s3 .title {
    font-size: 42px;
  }

  main.home .s2-content .subtitle,
  main.home .s3 .subtitle {
    font-size: 20px;
  }

  main.home .s3 .abs-images {
    gap: 100px;
    margin-top: -300px;
  }

  main.home .s3 .abs-images .img-1 {
    margin-top: -75px;
  }

  main.home .s3 .abs-images .image {
    width: 175px;
    height: 205px;
  }

  main.home .s3 .box-item .box-content {
    min-height: 425px;
  }

  main.home .s3 .box-item p {
    font-size: 26px;
  }

  main.home .s2-content {
    margin-top: 0;
  }

  main.home .s3 .content-area {
    margin-top: -200px;
  }

  main.home .s2-content .items-row{
    margin-bottom: 0;
  }

  main.home .s2-content {
    padding: 10px 0 220px 0;
  }

  main.home .s4 .box-item:nth-last-child(2) .box-title,
  main.home .s4 .box-title {
    min-height: auto;
  }

  main.home .s4 .box-item {
    gap: 20px;
  }

  main.home .s4 .box-items {
    flex-direction: column;
  }

  main.home .s4 .box .subtitle {
    font-size: 20px;
    margin-bottom: 45px;
  }

  main.home .s5 .box-item .image-area {
    flex: none;
  }

  main.home .s5-content {
    top: 100px;
  }

  main.home .s5 .boxes-wrap {
    height: max-content;
  }

  main.home .s5 .box-item {
    flex-direction: column;
    position: relative;
    transform: translateY(0) !important;
  }

  main.home .s5 .box-item .box-details {
    padding: 35px 30px 40px 30px;
  }

  main.home .s5-bottom {
    min-height: 270px;
  }

  main.home .s6 .title {
    font-size: 42px;
    margin-bottom: 50px;
  }

  /* FAQ */
  main.faq .s1 .image-area {
    margin-top: 0;
  }

  main.faq .s2 .items-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  main.faq .s2 .description,
  main.faq .s2 .title {
    font-size: 20px;
  }

  main.faq .s3 .title {
    font-size: 48px;
  }

  main.faq .s3-top,
  main.faq .s3-bottom {
    min-height: 180px;
  }

  /* Services */
  main.services .s1 .items-wrap .item {
    gap: 15px;
  }

  main.services .s1 .items-wrap .item .icon-area {
    height: 40px;
    width: 50px;
  }

  main.services .s1 .items-wrap .item .icon-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  main.services .s1 .items-wrap {
    column-gap: 50px;
    row-gap: 25px;
  }

  section.footer-banner {
    background-image: none;
    padding: 80px 0 125px 0;
  }

  section.footer-banner .image-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  section.footer-banner .image-mobile img {
    width: 100%;
    height: auto;
  }

  section.footer-banner .title {
    font-size: 48px;
  }

  section.footer-banner .content-area {
    margin-bottom: 45px;
  }

  #footer .footer-bottom {
    gap: 45px;
  }

  #footer .f-bottom-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer .footer-top .contact-link {
    font-size: 24px;
  }

  #footer {
    padding: 80px 35px 120px 35px;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 0 20px;
  }

  #header .header-wrapper {
    padding: 31px 35px 20px 35px;
  }

  main.home .s1 h1.title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  main.home .s1 h1.title > br {
    display: none;
  }

  main.home .s1 {
    padding-bottom: 375px;
  }

  main.home .s2-bottom,
  main.home .s2-top {
    min-height: 230px;
  }

  main.home .s2-content .subtitle {
    margin-bottom: 55px;
  }

  main.home .s2-content .item-title {
    margin-bottom: 25px;
  }

  main.home .s3 .boxes-area {
    grid-template-columns: repeat(1, 1fr);
  }

  main.home .s3 .box-item:nth-child(3) p {
    max-width: 100%;
  }

  main.home .s3 .box-item .box-content {
    min-height: 350px;
  }

  main.home .s3 .title {
    margin-bottom: 45px;
  }

  main.home .s4 {
    padding-top: 70px;
  }

  main.home .s4 .box {
    padding: 75px 35px 40px 35px;
  }

  main.home .s4 .box-item:nth-child(2) .box-title {
    min-width: auto;
  }

  /* main.home .s5-top {
    margin-top: -150px;
  } */

  main.home .s5-top,
  main.home .s5-bottom {
    min-height: 220px;
  }

  main.home .s6 {
    padding: 100px 0 75px 0;
  }

  /* FAQ */
  main.faq .s1 .title {
    font-size: 38px;
  }

  main.faq .s2 .box-item {
    padding: 75px 35px 55px 35px;
  }

  main.faq .s2 .items-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  main.faq .s2 .item .image-area {
    min-height: auto;
  }

  main.faq .s3 .title {
    font-size: 42px;
  }

  main.faq .s3 .faq-section .section-title {
    margin-bottom: 20px;
  }

  main.faq .s3 .faq-area {
    gap: 80px;
  }

  /* Services */
  main.services .s2 .title,
  main.services .s1 .title {
    font-size: 38px;
  }

  main.services .s2-top,
  main.services .s2-bottom {
    min-height: 110px;
  }

  main.services .s3 .title {
    font-size: 32px;
  }

  main.services .s3 p {
    font-size: 20px;
  }

  main.services .s3 {
    padding-bottom: 60px;
  }

  main.services .s4 .box-item {
    padding: 70px 30px 80px 45px;
  }

  main.services .s4 .item-title {
    font-size: 20px;
  }

  main.services .s4 .subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #footer .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  #header {
    top: 10px;
  }

  #header .header-wrapper {
    padding: 25px 35px 20px 35px;
  }

  main.contact,
  main.services .s1,
  main.faq .s1 {
    padding-top: 125px;
  }

  main.home .s1 {
    padding-bottom: 215px;
    padding-top: 117px;
    background-size: 400px;
  }

  main.home .s2-content {
    padding: 10px 0 125px 0;
  }

  main.home .s3 .abs-images {
    gap: 75px;
    margin-top: -345px;
  }

  main.home .s3 .abs-images .image {
    width: 130px;
    height: 152px;
  }

  main.home .s3 .abs-images .img-1 {
    margin-top: -45px;
  }

  main.home .s3 .content-area {
    margin-top: 0;
  }

  main.home .s3 .title {
    font-size: 36px;
  }

  main.home .s5 .subtitle {
    margin-bottom: 20px;
  }

  main.home .s5-top,
  main.home .s5-bottom {
    min-height: 190px;
  }

  main.home .s5 .box-item .box-title {
    font-size: 20px;
  }

  main.home .s5 .box-item .image-area {
    height: 250px;
  }

  main.home .s5 .box-item .box-details {
    padding: 20px 15px 25px 15px;
  }

  main.home .s5 .box-item p {
    font-size: 18px;
  }

  main.home .s6 .title {
    font-size: 36px;
    margin-bottom: 35px;
  }

  main.home .s6 {
    padding: 85px 0 35px 0;
  }

  #footer {
    padding: 70px 25px 75px 25px;
  }

  #footer .social-media {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  #footer .f-bottom-left {
    flex-direction: column;
    gap: 20px;
  }

  #footer .f-bottom-right .list {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.footer-banner {
    padding: 80px 0 75px 0;
  }

  section.footer-banner .title {
    font-size: 38px;
  }

  main.home .s5-bottom .cta-btn,
  section.footer-banner .cta-btn {
    width: 100%;
    max-width: 275px;
  }
}

@media (max-width: 400px) {

  main.home .s5 .box-item .box-title {
    font-size: 18px;
  }
}