body {
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  overflow-y: hidden;
}
a {
  text-decoration: none !important;
}
* {
  box-sizing: border-box;
  user-select: none;
  font-style: normal !important;
  font-family: Montserrat, sans-serif !important;
}
img {
  width: 100%;
  object-position: center;
}
a {
  text-decoration: none;
  color: unset;
}
.inner-wrap {
  max-width: 1440px;
  margin: 0 auto;
}
#preloader {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none !important;
  user-select: none !important;
  background-color: #fff;
}
.call-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #00468c;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  display: none;
}
.call-btn img {
  width: 25px;
}
.call-btn {
  display: none;
}
#preloader img {
  width: 150px;
}
#carouselExampleFade {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#gate,
#gate-mobile {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 20;
  object-fit: cover;
}
#gate-mobile {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #00000009;
}
::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  border-radius: 999px;
}
.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image {
  height: 100vh;
  width: 100vw;
}
.image-1 {
  background: url(/img/carousel/02.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.image-2 {
  background: url(/img/carousel/01.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.image-3 {
  background: url(/img/carousel/03.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.image-4 {
  background: url(/img/carousel/04.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.image-5 {
  background: url(/img/carousel/05.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.image-6 {
  background: url(/img/carousel/06.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
#navbar {
  position: fixed;
  top: 0;
  z-index: 30 !important;
  width: 100vw;
  backdrop-filter: blur(1px);
  padding-inline: 100px;
  padding-block: 25px 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.navbar-nav {
  align-items: center;
  gap: 40px;
}
#backdrop {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.095);
  background: hsla(0, 0%, 100%, 0.9);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  z-index: 20;
  width: 100vw;
  border-bottom: 1px solid #ffffff92;
  transition: opacity 0.3s ease-in-out;
  backdrop-filter: blur(12px);
}
.linked-btn {
  background: #0077b5;
  border-radius: 8px;
  border: 1px solid #0077b5;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0 0 0 auto;
}
.linked-btn svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.navbar-brand img {
  max-width: 210px;
  cursor: pointer;
}
.brand img {
  cursor: pointer;
}
.navbar-nav .nav-link.active {
  color: #e20040;
}
.navbar-nav .blue-btn {
  margin-top: 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.nav-link {
  color: #222222de;
  text-align: center;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase !important;
  cursor: pointer;
}
.splide__pagination--ttb {
  left: 0.5em;
  right: auto;
}
.navbar-nav .nav-link:hover {
  color: #e20040 !important;
}
.section-heading {
  color: #222;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 10px;
}
.white-bg {
  background: #ffffffbd;
  align-items: flex-start;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#hambuger-menu {
  display: none;
  justify-content: flex-end !important;
}
.cards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 62px;
}
.card-item .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 10px;
}
.card-item .description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 144.5%;
}
.card-item {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #212529;
  transition: all 0.3s ease-in-out;
}
#offerings .card-item > img {
  width: 100.7%;
  position: relative;
  left: -1px;
  top: -1px;
}
.card-item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.card-item img {
  border-radius: 25px 25px 0 0;
  object-fit: cover;
}
#offerings .card-item > img {
  margin-bottom: 17px;
  height: 226px;
}
#offerings .card-item .content-wrap {
  padding: 0 20px 20px;
}
#offerings .offering-btn {
  margin: 0 auto;
}
.top-section {
  min-height: 220px;
}
.offering-btn {
  background: #e40042;
  color: #fff;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-close {
  display: none;
}
.text-wrap {
  min-height: 290px;
  text-align: center;
}
button {
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.container-fluid {
  padding: 0;
}
.offering-btn img {
  max-width: 21px;
}
section {
  margin-top: 100px;
}
img {
  width: 100%;
}
.heading-small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.heading-big {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#stats .left,
#stats .right {
  flex-basis: 50%;
  max-width: 50%;
}
.stats-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#case-study .wrap {
  position: relative;
  top: -90px;
}
.stats-wrap .heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 8;
}
.stats-wrap .number {
  font-size: 220px;
  font-style: normal;
  font-weight: 600;
  line-height: 40%;
}
#case-study .card-item .img-wrap img {
  height: 250px;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: 17px;
}
#case-study .description {
  height: max-content;
  text-align: center;
}
#case-study .description {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.5%;
  min-height: max-content;
}
#case-study .card-item {
  height: 260px;
  padding-inline: 20px;
}
#case-study {
  margin-top: 150px;
}
#case-study .cards-wrap {
  display: block;
}
#case-study {
  margin-top: 200px;
  background: #f5f5f5;
  padding-block: 60px;
}
.splide__slide {
  margin-right: 2rem;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.splide__track {
  overflow-x: visible;
  cursor: pointer;
}
#case-study .splide__track {
  overflow: visible;
  cursor: pointer;
}
.slider-custom {
  margin-top: 160px;
}
#testimonial {
  background: linear-gradient(to right, #fff 50%, #00468c 50%);
}
#testimonial .heading {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#testimonial .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 120px;
  padding-block: 120px;
}
#testimonial .left {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: -100px;
}
#testimonial .splide__track {
  overflow-x: hidden;
  padding-block: 40px;
  padding-right: 40px !important;
}
#testimonial .right {
  padding-left: 80px;
  flex-basis: 70%;
  width: 70%;
  height: 100%;
}
#testimonial .heading {
  text-align: left;
}
#testimonial .quotes {
  width: 142.678px;
  height: 134.169px;
  margin-bottom: 70px;
  position: relative;
  object-fit: contain;
}
.nav-buttons img {
  max-width: 33.49px;
}
.nav-buttons {
  margin-top: 20px;
  gap: 28px;
}
.nav-buttons #next-btn,
.nav-buttons #prev-btn {
  cursor: pointer;
  padding-block: 10px;
}
.testimonial-item {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  padding: 27px 34px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-item:before {
  content: url(/img/before.svg);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: 0;
  bottom: 14px;
}
.splide__arrow--next,
.splide__arrow--prev {
  display: none;
}
.testimonial-item .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.testimonial-item .brand img {
  width: 80px;
  height: 20px;
  object-fit: contain;
}
#slider2 {
  max-width: 100%;
  margin-top: 0;
}
#slider2 .splide__slide {
  margin-inline: 1.5rem;
}
#cta {
  background: url(/img/cta.webp) no-repeat;
  background-size: cover;
  margin-top: 300px;
  height: 537.205px;
  background-position-x: center;
}
#cta .form-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#cta-form {
  width: 1096px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  top: -200px;
  border-radius: 25px;
}
#cta-form .top {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 27px;
}
#cta-form .top input {
  flex-basis: 50%;
  width: 50%;
}
input,
textarea {
  border-radius: 10px;
  border: 1px solid #8e8e8e;
  font-size: 18px;
  padding: 26px 23px;
  width: 100%;
  outline: 0;
}
.blue-btn {
  display: flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #00468c !important;
  background: #00468c;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 28px;
  transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
  border: 1px solid #e20040 !important;
  background: #e20040;
}
#footer {
  padding-inline: 100px;
  display: grid;
  grid-template-columns: 1.5fr max-content;
  gap: 80px;
  padding-block: 70px 50px;
  background: #fafafa;
  border-top: 1px solid #d0d0d04e;
}
#footer .footer-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
#footer .brand .description {
  max-width: 300px;
  color: #8e8e8e;
}
#footer :not(.heading, #footerbutton) {
  color: #8e8e8e;
}
#footer button {
  color: #fff;
}
#footer .link-wrap .heading svg {
  fill: #676767;
}
#footer .link-wrap .heading {
  display: flex;
  color: #676767;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
#footer .link-wrap a span img {
  width: 20px;
}
#footer .link-wrap a span {
  display: flex;
  align-items: center;
  gap: 5px;
}
#footer .link-wrap a span {
  transition: all 0.3s ease-in-out;
}
#footer .link-wrap a span:hover {
  color: #e20040 !important;
}
#footer .logo {
  width: 143px;
  margin-bottom: 17px;
}
#formModal #cta-form {
  width: 100%;
  max-width: 100%;
  background: 0 0;
  box-shadow: unset;
  padding: 40px;
  position: static;
  border-radius: unset;
}
#formModal .modal-body {
  display: flex;
}
#formModal #cta-form .description {
  text-align: center;
  color: #000;
}
#formModal .text-wrap {
  min-height: auto;
}
#formModal input,
#formModal textarea {
  padding-block: 9px;
}
#formModal input,
#formModal textarea {
  margin-bottom: 15px;
}
.map iframe {
  height: 530px;
}
#formModal .modal-content {
  border-radius: 25px;
}
#formModal .modal-content img {
  border-radius: 25px 0 0 25px;
  height: 100%;
  object-fit: cover;
}
#formModal .modal-body {
  padding: 0;
}
#formModal .form-wrap,
#formModal .text-wrap {
  flex-basis: 50%;
}
#formModal {
  padding-right: 0 !important;
  align-items: center;
  justify-content: center;
}
#formModal .modal-dialog {
  max-width: 900px;
  height: 100%;
}
#formModal .heading {
  text-align: center !important;
  font-size: 32px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#formModal .description {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
#formModal .blue-btn {
  width: 100%;
  margin-top: 0;
}
#formModal #cta-form input {
  margin-bottom: 0;
}
#formModal .form-wrap {
  padding: 30px;
  display: flex;
  align-items: center;
}
#footer ul {
  list-style: none;
  padding-left: 0;
  gap: 5px;
}
#footer .heading {
  color: #7c0049;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.5%;
  margin-bottom: 10px;
}
#footer :not(.heading) {
  font-size: 14px;
  font-weight: 500;
}
#footer .phone {
  margin-bottom: 20px;
}
#footer .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
#footer a {
  transition: all 0.3s ease-in-out;
}
#footer a:hover {
  color: #e20040 !important;
}
.blue-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 5px;
}
.socials svg {
  height: 20px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  fill: #000;
  transition: all 0.3s ease-in-out;
}
.socials svg:hover {
  fill: #e20040;
}
span {
  font-family: inherit !important;
  font-weight: inherit;
  font-size: inherit;
}
#case-study .card-item {
  height: 260px;
  padding-inline: 20px;
  border: 1px solid #dbdbdb;
}
.map {
  margin-block: 100px 50px !important;
  border-radius: 50px;
  overflow: hidden;
}

#cards {
  margin-top: 100px;
  background: linear-gradient(to top, #00468c 40%, #fff 20%);
  background-position: 80px 345px;
  /* padding-bottom: 40px; */
}

.testimonial-name{
  color: #000000cd;
}

.testimonial-company {
  color: #00000074;
}

#cards .heading-small {
  font-weight: 600;
  text-transform: uppercase;
}

#cards .inner-wrap.two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#cards .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 40px;
  /* box-shadow: none !important; */
  /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15); */
  text-align: center;
  border: none;
  border: 1px solid #222;
}

#cards .section-heading {
  margin-bottom: 50px;
}

/* #cards .card-item.middle {
  border-inline: 1px solid #66666650;
} */

#cards .card-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 0;
  /* filter: invert(1); */
}

#cards .heading {
  line-height: 1.3;
}

#cards .card-item .img-wrap {
  /* width: max-content;
  height: max-content;
  border-radius: 999px;
  background: #00468c;
  display: flex;
  justify-content: center;
  align-items: center; */
  margin-bottom: 30px;
  /* padding: 20px; */
}

@media (max-width: 1440px) {
  .navbar-brand img {
    max-width: 170px;
  }
  .top-section {
    min-height: 260px;
  }
  #navbar {
    padding-inline: 100px;
    padding-block: 25px 20px;
  }
  .inner-wrap {
    max-width: 1260px;
    margin: 0 auto;
  }
  .section-heading {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .stats-wrap .number {
    font-size: 180px;
    line-height: 40%;
  }
  .testimonial-item .description {
    font-size: 22px;
  }
  #slider2 .splide__slide {
    margin-inline: 1rem;
  }
  input,
  textarea {
    padding: 16px 18px;
  }
  #cards {
    margin-top: 100px;
    background: linear-gradient(to top, #00468c 40%, #fff 20%);
    background-position: 80px 325px;
  }
  .blue-btn {
    padding: 16px 34px;
  }
  .card-item .description {
    min-height: unset;
  }
  .card-item .text-wrap {
    min-height: 330px;
  }
  #footer {
    gap: 50px;
  }
}
@media (max-width: 1320px) {
  .navbar-nav {
    align-items: center;
    gap: 20px;
  }
  .navbar-brand img {
    max-width: 167px;
  }
  .top-section {
    min-height: 310px;
  }
  .price {
    min-height: 80px;
  }
  .card-item:nth-of-type(4) .description {
    min-height: 280px;
  }
  .blue-btn {
    padding: 12px 34px;
  }
  #footer,
  #navbar {
    padding-inline: 40px;
  }
  #footer *,
  #footer .description {
    font-size: 14px;
  }
  .section-heading {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .inner-wrap {
    max-width: 1120px;
    margin: 0 auto;
  }
  .card-item .text-wrap {
    min-height: 290px;
  }
  .heading-big {
    font-size: 45px;
    margin-bottom: 50px;
  }
  #case-study .description {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.5%;
    min-height: max-content;
  }
  #testimonial .testimonial-wrap {
    padding-left: 50px;
  }
  #navbar {
    padding-inline: 50px;
  }
  .nav-link {
    font-size: 14px;
  }
  #cards {
    background-position: 80px 315px;
  }
}
@media (max-width: 1199px) {
  #navbar {
    padding-inline: 30px;
    padding-block: 18px 12px;
  }
  #cards {
    background-position: 80px 325px;
  }
  .map iframe {
    height: 400px;
  }
  .navbar-brand img {
    max-width: 147px;
  }
  #footer {
    grid-template-columns: 2fr 3fr;
    row-gap: 20px;
  }
  #footer .footer-col {
    gap: 50px;
  }
  .cards-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-item .text-wrap {
    min-height: 180px;
  }
  .inner-wrap {
    max-width: 920px;
  }
  .stats-wrap .number {
    font-size: 120px;
    line-height: 40%;
  }
  .testimonial-item .description {
    font-size: 19px;
  }
  #cta-form {
    width: 850px;
  }
  .stats-wrap .number {
    font-size: 130px;
  }
  .card-item:nth-of-type(1) .description,
  .card-item:nth-of-type(2) .description,
  .card-item:nth-of-type(3) .description {
    min-height: 130px;
  }
  .card-item:nth-of-type(4) .description {
    min-height: 140px;
  }
  .price {
    min-height: max-content;
  }
  .top-section {
    min-height: max-content;
  }
}
@media (max-width: 991px) {
  #hambuger-menu {
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    border: none;
  }

  #cards .card-item {
    padding: 36px;
  }
  #cards .card-item .heading {
    font-size: 18px;
  }
  #formModal .description {
    text-align: center;
  }
  #formModal .form-wrap,
  #formModal .text-wrap {
    flex-basis: 100%;
    width: 100%;
  }
  #formModal .modal-content img {
    border-radius: 25px 25px 0 0;
    height: 260px;
    object-fit: cover;
    object-position: center -130px;
  }
  #formModal .text-wrap {
    max-height: 260px;
    height: max-content;
  }
  #formModal .form-wrap {
    height: max-content;
  }
  #formModal .modal-body {
    flex-direction: column;
  }
  #videoModal .modal-body {
    text-align: right;
    padding: 5px;
  }
  #videoModal {
    overflow-x: hidden;
  }
  #videoModal .modal-content {
    background: 0 0;
    background-color: transparent !important;
    border: none;
  }
  #videoModal .btn-close {
    margin-inline: auto 0;
  }
  #videoModal .modal-content {
    backdrop-filter: unset;
  }
  #videoModal .modal-dialog {
    height: 100%;
    margin-inline: 20px;
  }
  #hambuger-menu svg {
    stroke: #22222267;
    outline: 0;
    transition: all 0.3s ease-in-out;
  }
  .modal-content {
    max-width: max-content;
    height: max-content;
    border-radius: 0;
    background-color: #ffffff58 !important;
    backdrop-filter: blur(9px);
    color: #fafafa;
  }
  #formModal .heading {
    color: #000;
  }
  #formModal .modal-content {
    height: max-content;
    max-width: max-content;
    width: 80vw;
    margin: 30px auto;
    border-radius: 25px;
  }
  #staticBackdrop .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
  }
  .button-wrap {
    display: flex;
    justify-content: flex-end;
    padding-inline: 30px;
    padding-block: 30px 20px;
  }
  .menu {
    padding-top: 60px;
  }
  .modal .modal-dialog {
    margin: 0;
    height: max-content;
    min-height: max-content;
    max-height: max-content;
    max-width: 100%;
  }
  .close-btn {
    background: 0 0;
    outline: 0 !important;
    border: none;
    box-shadow: none;
    position: relative;
    right: 0;
  }
}

@media (max-width: 991px) {
  ::-webkit-scrollbar {
    display: none !important;
  }
  .map iframe {
    height: 380px;
  }
  .inner-wrap {
    max-width: 720px;
  }
  .card-item .text-wrap {
    min-height: 230px;
  }
  #testimonial .heading {
    font-size: 36px;
  }
  #cta-form {
    width: 700px;
  }
  #cta-form .top {
    gap: 15px;
    margin-bottom: 15px;
  }
  #testimonial .quotes {
    width: 92.678px;
  }
  .slider-custom {
    margin-top: 140px;
  }
  .stats-wrap .number {
    font-size: 100px;
  }
  .heading-big {
    font-size: 37px;
    line-height: 113%;
  }
  .stats-wrap .heading {
    line-height: 5;
  }
  .modal-content {
    background-color: #fff !important;
  }
  html {
    overflow: hidden;
    width: 100%;
  }
  #footer {
    grid-template-columns: 1fr;
    gap: 20px 50px;
  }
  #footer .footer-col {
    gap: 20px;
  }
  #footer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .link-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  input,
  textarea {
    font-size: 16px;
    padding: 16px;
  }
  #cta-form {
    top: -160px;
  }
  #cta {
    margin-top: 230px;
  }
  #testimonial {
    background: linear-gradient(to right, #fff 60%, #00468c 50%);
  }
  #slider2 .splide__slide {
    margin-inline: 1.2rem;
  }
  #gate-mobile {
    display: block;
  }
  #gate {
    display: none;
  }
  #footer .links {
    display: none;
  }
  #formModal .modal-content {
    padding-inline: 0;
    max-width: 100%;
    height: max-content;
  }
  #footer .footer-col {
    grid-template-columns: 1fr;
  }
  #footer .brand .description {
    max-width: 250px;
  }
  .brand,
  .cities {
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (max-width: 974px) {
  #cards {
    margin-top: 100px;
    background: linear-gradient(to top, #00468c 40%, #fff 20%);
    background-position: 80px 315px;
  }
}
@media (max-width: 575px) {
  #footer .footer-col {
    grid-template-columns: 100%;
  }
  #cards .inner-wrap.two {
    grid-template-columns: 100%;
  }
  #cards {
    margin-top: 60px;
    background: linear-gradient(to top, #00468c 71%, #fff 20%);
    background-position: 80px -10px;
    padding-bottom: 40px;
  }
  .linked-btn {
    margin-inline: 0 auto;
  }
  .call-btn {
    display: flex;
  }
  #footer .link-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .btn-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgba(255, 255, 255, 0.901);
    padding: 10px;
    border-radius: 999px;
  }
  #formModal .modal-content {
    margin: 0 auto;
    border-radius: 0;
  }
  .navbar-brand img {
    max-width: 137px;
  }
  #formModal .modal-content {
    width: 100%;
    height: 100%;
    padding-inline: 0;
    padding-block: 0;
  }
  #formModal .text-wrap {
    max-height: 320px;
  }
  #formModal .modal-content img {
    height: 100%;
  }
  #formModal #cta-form {
    padding: 20px;
  }
  #formModal #cta-form .description {
    font-size: 15px;
  }
  #formModal .modal-content img {
    object-position: center;
    border-radius: 0;
  }
  #formModal .form-wrap {
    align-items: flex-start;
  }
  #formModal #cta-form .heading {
    font-size: 24px;
  }
  #formModal .heading {
    text-align: center !important;
    font-size: 27px;
    margin-bottom: 20px;
  }
  #footer .brand .description {
    max-width: 100%;
  }
  #footer .heading {
    font-size: 16px;
  }
  #navbar {
    padding-inline: 20px;
  }
  #hambuger-menu {
    padding: 0;
  }
  #hambuger-menu svg {
    width: 40px;
  }
  .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cards-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-wrap {
    max-width: 340px;
  }
  .card-item .text-wrap {
    min-height: max-content;
  }
  .heading-big {
    font-size: 20px;
    line-height: 123%;
  }
  .stats-wrap .number {
    font-size: 53px;
  }
  .heading-big {
    margin-bottom: 40px;
  }
  .stats-wrap .heading {
    font-size: 12px;
  }
  .slider-custom {
    max-width: 340px;
    margin-inline: auto;
  }
  #testimonial .testimonial-wrap {
    padding-left: 0;
    flex-direction: column;
    max-width: 340px;
    margin-inline: auto;
    padding-block: 0 60px;
  }
  #testimonial .left {
    flex-direction: column-reverse;
    align-items: center;
    position: static;
    margin-bottom: 30px;
  }
  #testimonial {
    margin-top: 50px;
  }
  .nav-buttons {
    display: none !important;
  }
  #testimonial .right {
    padding-left: 0;
    flex-basis: 100%;
    width: 100%;
    height: 100%;
  }
  #slider2 .splide__slide {
    margin-inline: 1rem;
  }
  #testimonial {
    background: linear-gradient(to top, #00468c 40%, #fff 20%);
  }
  #testimonial .heading {
    text-align: center;
  }
  #testimonial .quotes {
    width: 36px;
    height: max-content;
    margin: 30px 0 0;
  }
  #testimonial .splide__track {
    padding-block: 0;
    padding-left: 1.2rem !important;
    overflow: visible;
  }
  .testimonial-item .description {
    font-size: 15px;
  }
  #testimonial .heading {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #testimonial .right {
    padding: 0;
  }
  #cta-form {
    width: 340px;
  }
  #cta-form .top {
    flex-direction: column;
  }
  #cta-form .top input {
    width: 100%;
  }
  .blue-btn,
  input,
  textarea {
    font-size: 14px;
  }
  .links {
    display: none;
  }
  #footer {
    grid-template-columns: 1fr;
    padding-block: 30px;
  }
  #footer,
  #navbar {
    padding-inline: 20px;
  }
  .brand,
  .cities {
    border-bottom: 1px solid #e0e0e0;
  }
  #testimonial .brand {
    border: none;
  }
  #footer .socials {
    gap: 27px;
  }
  .stats-wrap {
    gap: 30px;
  }
  .stats-wrap .heading {
    line-height: 3;
  }
  #case-study {
    margin-top: 80px;
  }
  .slider-custom {
    margin-top: 130px;
  }
  #case-study .card-item {
    height: 240px;
  }
}
#footer,
nav {
  user-select: none !important;
}
