* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1525px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}
.contact-wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.contact-wrap .whatsapp {
  background: #4CCA5A;
  backdrop-filter: blur(4.5004839897px);
  -webkit-box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-wrap .whatsapp:hover {
  background: rgba(76, 202, 90, 0.8);
}
.contact-wrap .call {
  background: #3970FF;
  backdrop-filter: blur(4.5004839897px);
  -webkit-box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-wrap .call:hover {
  background: rgba(57, 112, 255, 0.8);
}

.landingpage {
  overflow: hidden;
}
.landingpage .logo {
  position: relative;
}
.landingpage .logo img {
  height: 100%;
}
.landingpage .banner {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.landingpage .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  z-index: 0;
}
.landingpage .banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 112px);
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .landingpage .banner .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landingpage .banner .banner-text {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .landingpage .banner .banner-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landingpage .banner .banner-text h1 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 7.8rem;
  line-height: 86px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  max-width: 600px;
  padding: 0 0 55px;
}
@media screen and (max-width: 1300px) {
  .landingpage .banner .banner-text h1 {
    font-size: 6rem;
    max-width: 460px;
  }
}
@media screen and (max-width: 1150PX) {
  .landingpage .banner .banner-text h1 {
    font-size: 5rem;
    max-width: 430px;
    line-height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text h1 {
    font-size: 4rem;
    max-width: 390px;
    line-height: 55px;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text h1 {
    font-size: 3.5rem;
    max-width: 300px;
    line-height: 40px;
  }
}
.landingpage .banner .banner-text .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-top: 2px solid #FCD635;
  border-bottom: 2px solid #FCD635;
  width: 700px;
}
@media screen and (max-width: 1300px) {
  .landingpage .banner .banner-text .box {
    max-width: 540px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1150px) {
  .landingpage .banner .banner-text .box {
    max-width: 450px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text .box {
    max-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text .box {
    max-width: 300px;
  }
}
.landingpage .banner .banner-text .box h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.36);
}
.landingpage .banner .banner-text .box h2:nth-child(1) {
  margin-right: 30px;
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text .box h2:nth-child(1) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text .box h2:nth-child(1) {
    margin-right: 10px;
  }
}
.landingpage .banner .banner-text .box h2:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text .box h2:nth-child(2) {
    margin: 0 15px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text .box h2:nth-child(2) {
    margin: 0 10px;
  }
}
.landingpage .banner .banner-text .box h2:nth-child(3) {
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text .box h2:nth-child(3) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text .box h2:nth-child(3) {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1300px) {
  .landingpage .banner .banner-text .box h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1150px) {
  .landingpage .banner .banner-text .box h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-text .box h2 {
    line-height: 35px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-text .box h2 {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.landingpage .banner .banner-form {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .landingpage .banner .banner-form {
    width: 100%;
    padding: 50px 0;
  }
}
.landingpage .banner .banner-form .form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fefefe;
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 992px) {
  .landingpage .banner .banner-form .form {
    margin: 0 auto;
  }
}
.landingpage .banner .banner-form .form h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #1A2238;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-form .form h2 {
    font-size: 2.5rem;
    line-height: 32px;
  }
}
.landingpage .banner .banner-form .form .line {
  border: 1px solid #F7A928;
  width: 42px;
  margin: 17px auto 18px;
  display: block;
}
.landingpage .banner .banner-form .form input, .landingpage .banner .banner-form .form textarea {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 33px;
  letter-spacing: -0.02em;
  padding: 9px 17px 7px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 300px;
  color: rgba(69, 77, 92, 0.75);
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-form .form input, .landingpage .banner .banner-form .form textarea {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .banner .banner-form .form input, .landingpage .banner .banner-form .form textarea {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.landingpage .banner .banner-form .form textarea {
  margin: 0 0 20px;
}
.landingpage .banner .banner-form .form #name {
  text-transform: capitalize;
}
.landingpage .banner .banner-form .form .showLabel {
  position: relative;
}
.landingpage .banner .banner-form .form .showLabel label.error {
  position: absolute;
  bottom: -15px;
  left: 0px;
  color: #fff;
  z-index: 1;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  white-space: nowrap;
  background: red;
}
.landingpage .banner .banner-form .form .showLabel label.error::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  border-bottom: 5px solid red;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.landingpage .banner .banner-form .form .submit-btn {
  background: #3970FF;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 2rem;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: white;
  padding: 10px 10px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 108.146px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.landingpage .banner .banner-form .form .submit-btn:hover, .landingpage .banner .banner-form .form .submit-btn:focus {
  border-color: #F7A928;
  color: #000;
  -webkit-box-shadow: inset 0 -8em 0 0 #F7A928;
          box-shadow: inset 0 -8em 0 0 #F7A928;
}
@media screen and (max-width: 576px) {
  .landingpage .banner .banner-form .form .submit-btn {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.landingpage .banner .banner-form .form .c-load, .landingpage .banner .banner-form .form .c-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landingpage .banner .banner-form .form .c-load .circle, .landingpage .banner .banner-form .form .c-status .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #F7A928;
  border-right-color: transparent;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.landingpage .banner .banner-form .form .c-load .status-box, .landingpage .banner .banner-form .form .c-status .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landingpage .banner .banner-form .form .c-load .status-box .status-icon img, .landingpage .banner .banner-form .form .c-status .status-box .status-icon img {
  max-width: 65px;
}
.landingpage .banner .banner-form .form .c-load .status-text, .landingpage .banner .banner-form .form .c-status .status-text {
  text-align: center;
}
.landingpage .banner .banner-form .form .c-load .status-text h5, .landingpage .banner .banner-form .form .c-status .status-text h5 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #1A2238;
}
.landingpage .banner .banner-form .form .c-load .status-text p, .landingpage .banner .banner-form .form .c-status .status-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
}
.landingpage .popular-areas {
  padding: 70px 0 110px;
}
@media screen and (max-width: 576px) {
  .landingpage .popular-areas {
    padding: 50px 0;
  }
}
.landingpage .popular-areas h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: -0.02em;
  color: #1A2238;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .landingpage .popular-areas h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .popular-areas h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .popular-areas h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .popular-areas .popular-areas-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  padding: 25px 0 0;
}
@media screen and (max-width: 992px) {
  .landingpage .popular-areas .popular-areas-content {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .landingpage .popular-areas .popular-areas-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.landingpage .popular-areas .popular-areas-content .box .card {
  position: relative;
}
.landingpage .popular-areas .popular-areas-content .box .card::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67.19%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.88)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.19%, rgba(0, 0, 0, 0.88) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.landingpage .popular-areas .popular-areas-content .box .card img {
  width: 100%;
  height: auto;
  display: block;
}
.landingpage .popular-areas .popular-areas-content .box .card .card-detail {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.landingpage .popular-areas .popular-areas-content .box .card .card-detail h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
@media screen and (max-width: 576px) {
  .landingpage .popular-areas .popular-areas-content .box .card .card-detail h3 {
    font-size: 1.6rem;
  }
}
.landingpage .popular-areas .popular-areas-content .box .card:hover .card-detail {
  background: #FCD635;
  height: 100%;
}
.landingpage .popular-areas .popular-areas-content .box .card:hover .card-detail h3 {
  color: #1A2238;
  border-top: #1A2238 2px solid;
  border-bottom: #1A2238 2px solid;
  line-height: 40px;
}
.landingpage .about {
  background: #ECF7FF;
  padding: 80px 80px 135px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .landingpage .about {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .about {
    padding: 80px 15px 100px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about {
    padding: 50px 0;
  }
}
.landingpage .about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/about-rect.png");
  background-repeat: no-repeat;
  background-position: left center;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1760px) {
  .landingpage .about::before {
    left: -60px;
  }
}
.landingpage .about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/about-rect-2.png");
  background-repeat: no-repeat;
  background-position: right center;
  top: -60px;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 992px) {
  .landingpage .about::after {
    background-position: right bottom;
  }
}
.landingpage .about h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  color: #1A2238;
  padding: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .landingpage .about h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .about h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .about h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1390px) {
  .landingpage .about .about-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landingpage .about .about-content .about-img {
  position: relative;
  z-index: 3;
  padding-right: 26px;
}
@media screen and (max-width: 992px) {
  .landingpage .about .about-content .about-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding-right: 0;
  }
}
.landingpage .about .about-content .about-img #shoukath {
  width: 100%;
  max-width: 443px;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 1200px) {
  .landingpage .about .about-content .about-img #shoukath {
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img #shoukath {
    max-width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .about .about-content .about-img #shoukath {
    max-width: 240px;
  }
}
.landingpage .about .about-content .about-img .white-bg {
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 0px);
  background: #ffffff;
  top: 30px;
  left: 35px;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .landingpage .about .about-content .about-img .white-bg {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img .white-bg {
    width: calc(100% - 35px);
  }
}
.landingpage .about .about-content .about-img::before {
  content: "";
  position: absolute;
  width: 478px;
  height: 478px;
  left: -87px;
  bottom: 0;
  background: rgba(53, 252, 145, 0.1);
  background-position: bottom left;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: -2;
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img::before {
    width: 290px;
    height: 290px;
    left: 0;
  }
}
.landingpage .about .about-content .about-img::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 425px);
  right: calc(100% - 460px);
  background-position: bottom right;
  background-image: url("../images/box.svg");
  width: 100%;
  height: 100%;
  z-index: 99;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .landingpage .about .about-content .about-img::after {
    bottom: calc(100% - 380px);
    right: calc(100% - 390px);
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img::after {
    bottom: calc(100% - 280px);
    right: calc(100% - 350px);
    background-size: 145px 190px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .about .about-content .about-img::after {
    bottom: calc(100% - 225px);
    right: calc(100% - 305px);
    background-size: 120px 160px;
  }
}
.landingpage .about .about-content .about-img span {
  position: absolute;
  bottom: calc(100% - 465px);
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .landingpage .about .about-content .about-img span {
    bottom: calc(100% - 395px);
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img span {
    bottom: calc(100% - 300px);
    left: -22px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .about .about-content .about-img span {
    bottom: calc(100% - 240px);
    left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-img span #im-shoukath {
    max-width: 180px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .about .about-content .about-img span #im-shoukath {
    max-width: 120px;
  }
}
.landingpage .about .about-content .about-text {
  padding-left: 52px;
}
@media screen and (max-width: 1390px) {
  .landingpage .about .about-content .about-text {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .about .about-content .about-text {
    width: 100%;
    padding: 50px 0 0;
  }
}
.landingpage .about .about-content .about-text h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: rgba(26, 34, 56, 0.8);
  padding: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .landingpage .about .about-content .about-text h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-text h3 {
    font-size: 2.5rem;
    line-height: 35px;
  }
}
.landingpage .about .about-content .about-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
  margin: 12px 0;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .landingpage .about .about-content .about-text p {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .about .about-content .about-text p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .experience-project {
  position: relative;
  padding: 100px 0 120px;
  background: white;
}
@media screen and (max-width: 576px) {
  .landingpage .experience-project {
    padding: 60px 0 80px;
  }
}
.landingpage .experience-project::before {
  content: "";
  position: absolute;
  border: 1.5px solid rgba(25, 49, 82, 0.21);
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.landingpage .experience-project .exp-project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 815px;
  height: 111px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .landingpage .experience-project .exp-project-content {
    max-width: calc(100% - 150px);
  }
}
@media screen and (max-width: 576px) {
  .landingpage .experience-project .exp-project-content {
    max-width: calc(100% - 90px);
  }
}
@media screen and (max-width: 450px) {
  .landingpage .experience-project .exp-project-content {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 350px) {
  .landingpage .experience-project .exp-project-content {
    max-width: calc(100% - 25px);
  }
}
.landingpage .experience-project .exp-project-content::before, .landingpage .experience-project .exp-project-content::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #FCD635;
}
.landingpage .experience-project .exp-project-content::before {
  left: 0;
}
.landingpage .experience-project .exp-project-content::after {
  right: 0;
}
.landingpage .experience-project .box {
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .landingpage .experience-project .box {
    margin: 0 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .experience-project .box {
    margin: 0 15px;
  }
}
.landingpage .experience-project .box span {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #3970FF;
  padding: 0 0 10px;
}
.landingpage .experience-project .box span i {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .landingpage .experience-project .box span {
    font-size: 5.5rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .experience-project .box span {
    font-size: 4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .experience-project .box span {
    font-size: 3.5rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .experience-project .box span {
    font-size: 2rem;
    line-height: 25px;
  }
}
.landingpage .experience-project .box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
}
@media screen and (max-width: 992px) {
  .landingpage .experience-project .box p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .experience-project .box p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .experience-project .box p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .experience-project .box p {
    font-size: 1.2rem;
    line-height: 15px;
  }
}
.landingpage .top-trending-projects {
  padding: 80px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(65.62%, #F7F7F7), to(#FFFFFF));
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 65.62%, #FFFFFF 100%);
}
@media screen and (max-width: 576px) {
  .landingpage .top-trending-projects {
    padding: 50px 0;
  }
}
.landingpage .top-trending-projects h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1A2238;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .landingpage .top-trending-projects h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .top-trending-projects h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .top-trending-projects h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .top-trending-projects p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: rgba(26, 34, 56, 0.85);
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .landingpage .top-trending-projects p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .top-trending-projects p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .top-trending-projects .projects-slider-container {
  max-width: 800px;
  margin: 0 auto;
}
.landingpage .projects-content {
  padding: 50px 0 80px;
}
@media screen and (max-width: 576px) {
  .landingpage .projects-content {
    padding: 30px 0 50px;
  }
}
.landingpage .projects-content .box {
  padding: 0 15px;
}
.landingpage .projects-content .card {
  position: relative;
  z-index: -1;
}
.landingpage .projects-content .card img {
  display: block;
  width: 100%;
  height: auto;
}
.landingpage .projects-content .card-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -160px;
}
.landingpage .projects-content .card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 20px;
  background: white;
  -webkit-box-shadow: 0px 3.6652px 22.9075px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3.6652px 22.9075px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: calc(100% - 60px);
}
.landingpage .projects-content .card-details h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1A2238;
}
@media screen and (max-width: 1300px) {
  .landingpage .projects-content .card-details h3 {
    font-size: 17px;
    line-height: 20px;
  }
}
.landingpage .projects-content .card-details p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
  max-width: 250px;
  padding: 10px 0 15px;
}
@media screen and (max-width: 1300px) {
  .landingpage .projects-content .card-details p {
    font-size: 14px;
    line-height: 22px;
  }
}
.landingpage .projects-content .card-details .unlock {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  background: transparent;
  color: #416BFF;
  padding: 10px;
  width: 100%;
  max-width: 170px;
  border: 1px solid #416BFF;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.landingpage .projects-content .card-details .unlock:hover, .landingpage .projects-content .card-details .unlock:focus {
  border-color: #416BFF;
  color: #fff;
  -webkit-box-shadow: inset 0 -8em 0 0 #416BFF;
          box-shadow: inset 0 -8em 0 0 #416BFF;
}
@media screen and (max-width: 1300px) {
  .landingpage .projects-content .card-details .unlock {
    font-size: 15px;
    line-height: 22px;
  }
}
.landingpage .projects-slider-container .swiper-pagination {
  bottom: 0px;
}
.landingpage .projects-slider-container .swiper-pagination-bullet, .landingpage .projects-slider-container .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.landingpage .projects-slider-container .swiper-pagination-bullet {
  background: #D2d2d2;
}
.landingpage .projects-slider-container .swiper-pagination-bullet-active {
  background: #737171;
}
.landingpage .types-of-project {
  padding: 80px 0 120px;
  background-repeat: no-repeat;
  background: #3970FF;
  position: relative;
  background-size: cover;
  z-index: 0;
}
.landingpage .types-of-project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/projects/projects-bg.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
@media screen and (max-width: 576px) {
  .landingpage .types-of-project {
    padding: 50px 0;
  }
}
.landingpage .types-of-project h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: -0.02em;
  color: #FEFEFE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .landingpage .types-of-project h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .types-of-project h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .types-of-project h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .types-of-project p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #FEFEFE;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .landingpage .types-of-project p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .types-of-project p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .types-of-project .types-of-project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 576px) {
  .landingpage .types-of-project .types-of-project-content {
    padding: 15px 0 0;
  }
}
.landingpage .types-of-project .types-of-project-content .box {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .landingpage .types-of-project .types-of-project-content .box {
    width: 33.33%;
  }
}
.landingpage .types-of-project .types-of-project-content .box .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landingpage .types-of-project .types-of-project-content .box .card h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FEFEFE;
}
@media screen and (max-width: 992px) {
  .landingpage .types-of-project .types-of-project-content .box .card h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .types-of-project .types-of-project-content .box .card h3 {
    font-size: 16px;
    line-height: 10px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .types-of-project .types-of-project-content .box .card h3 {
    font-size: 14px;
  }
}
.landingpage .types-of-project .types-of-project-content .box .card img {
  height: auto;
}
@media screen and (max-width: 450px) {
  .landingpage .types-of-project .types-of-project-content .box .card img {
    max-width: 120px;
  }
}
.landingpage .our-services {
  padding: 80px 0 140px;
  background: white;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services {
    padding: 50px 0;
  }
}
.landingpage .our-services::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("../images/ourservice.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: bottom;
  z-index: -1;
}
.landingpage .our-services h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1A2238;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .our-services h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .our-services h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .our-services p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: rgba(26, 34, 56, 0.85);
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .our-services p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .our-services .our-services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 0;
  margin: 0 -5px;
}
@media screen and (max-width: 576px) {
  .landingpage .our-services .our-services-content {
    padding: 25px 0 0;
  }
}
.landingpage .our-services .our-services-content .box {
  padding: 5px;
}
.landingpage .our-services .our-services-content .box:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services .our-services-content .box:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .our-services .our-services-content .box:nth-child(1) {
    width: 100%;
  }
}
.landingpage .our-services .our-services-content .box:nth-child(2), .landingpage .our-services .our-services-content .box:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services .our-services-content .box:nth-child(2), .landingpage .our-services .our-services-content .box:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .our-services .our-services-content .box:nth-child(2), .landingpage .our-services .our-services-content .box:nth-child(3) {
    width: 100%;
  }
}
.landingpage .our-services .our-services-content .box:nth-child(4), .landingpage .our-services .our-services-content .box:nth-child(5) {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .landingpage .our-services .our-services-content .box:nth-child(4), .landingpage .our-services .our-services-content .box:nth-child(5) {
    width: 100%;
  }
}
.landingpage .our-services .our-services-content .card {
  position: relative;
  height: 100%;
}
.landingpage .our-services .our-services-content .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181.3deg, rgba(0, 0, 0, 0) 46.45%, rgba(37, 37, 37, 0.88) 98.01%);
  z-index: 1;
}
.landingpage .our-services .our-services-content .card .card-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .landingpage .our-services .our-services-content .card .card-bg {
    min-height: 220px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .our-services .our-services-content .card .card-bg {
    min-height: 320px;
  }
}
.landingpage .our-services .our-services-content .card-details {
  position: absolute;
  bottom: 0;
  z-index: 99;
  padding: 0 0 40px 50px;
}
@media screen and (max-width: 1300px) {
  .landingpage .our-services .our-services-content .card-details {
    padding: 0 0 30px 30px;
  }
}
.landingpage .our-services .our-services-content .card-details h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 12px 0 0;
}
@media screen and (max-width: 1300px) {
  .landingpage .our-services .our-services-content .card-details h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .our-services .our-services-content .card-details h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .our-services .our-services-content .card-details img {
    max-width: 45px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .our-services .our-services-content .card-details img {
    max-width: 30px;
  }
}
.landingpage .testimonials {
  background-image: url("../images/testimonials/test-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials {
    padding: 50px 0;
  }
}
.landingpage .testimonials h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .landingpage .testimonials h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .testimonials h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .testimonials p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .landingpage .testimonials p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .testimonials .testimonials-content {
  padding: 30px 0 60px;
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials .testimonials-content {
    padding: 30px 0 50px;
  }
}
.landingpage .testimonials .testimonials-content .box {
  padding: 0 15px;
}
.landingpage .testimonials .testimonials-content .box .card {
  background: white;
  padding: 45px 30px 45px 35px;
}
.landingpage .testimonials .testimonials-content .box .card p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  color: #3F3F3F;
  max-width: 360px;
  text-align: unset;
  margin: unset;
}
@media screen and (max-width: 1300px) {
  .landingpage .testimonials .testimonials-content .box .card p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .landingpage .testimonials .testimonials-content .box .card p {
    max-width: unset;
  }
}
@media screen and (max-width: 770px) {
  .landingpage .testimonials .testimonials-content .box .card p {
    max-width: 530px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials .testimonials-content .box .card p {
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 360px;
  }
}
.landingpage .testimonials .testimonials-content .box .card .test-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile {
    padding: 0 0 15px;
  }
}
.landingpage .testimonials .testimonials-content .box .card .test-profile .profile-img {
  padding-right: 11px;
}
.landingpage .testimonials .testimonials-content .box .card .test-profile .profile-img img {
  height: auto;
}
@media screen and (max-width: 1300px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-img img {
    width: 100%;
    max-width: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-img img {
    max-width: 65px;
  }
}
.landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info {
  padding-left: 11px;
}
.landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #193152;
}
@media screen and (max-width: 1300px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h4 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .testimonials .testimonials-content .box .card .test-profile .profile-info h4 {
    font-size: 14px;
    line-height: 25px;
  }
}
.landingpage .testimonials .testimonials-slider {
  overflow: hidden;
  margin: 0 -15px;
}
.landingpage .testimonials .testimonials-slider .swiper-pagination-2 .swiper-pagination-bullet, .landingpage .testimonials .testimonials-slider .swiper-pagination-2 .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.landingpage .testimonials .testimonials-slider .swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #737171;
}
.landingpage .testimonials .testimonials-slider .swiper-pagination-2 .swiper-pagination-bullet {
  background: #d2d2d2;
}
.landingpage .why-invest-in-dubai {
  position: relative;
  padding: 100px 0 140px;
  background: #F1F5FF;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .landingpage .why-invest-in-dubai {
    padding: 50px 0;
  }
}
.landingpage .why-invest-in-dubai::before, .landingpage .why-invest-in-dubai::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.landingpage .why-invest-in-dubai::before {
  background-image: url("../images/invest-dubai/paris.png");
  background-position: bottom left;
  left: 0;
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai::before {
    background-size: 150px 300px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .why-invest-in-dubai::before {
    background-size: 120px 240px;
  }
}
.landingpage .why-invest-in-dubai::after {
  background-image: url("../images/invest-dubai/wheel.png");
  background-position: bottom right;
  right: 0;
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai::after {
    background-size: 220px 240px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .why-invest-in-dubai::after {
    background-size: 150px 170px;
  }
}
.landingpage .why-invest-in-dubai h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1A2238;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .why-invest-in-dubai h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .why-invest-in-dubai h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .why-invest-in-dubai p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.85);
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .why-invest-in-dubai p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .why-invest-in-dubai .invest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 0;
  margin: 0 -15px;
}
.landingpage .why-invest-in-dubai .invest-content .box {
  width: 33.33%;
  padding: 20px 15px;
}
@media screen and (max-width: 1200px) {
  .landingpage .why-invest-in-dubai .invest-content .box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai .invest-content .box {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .why-invest-in-dubai .invest-content .box {
    padding: 15px;
  }
}
.landingpage .why-invest-in-dubai .invest-content .box .card {
  background: white;
  padding: 35px 45px;
}
@media screen and (max-width: 576px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card {
    padding: 30px 20px;
  }
}
.landingpage .why-invest-in-dubai .invest-content .box .card .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landingpage .why-invest-in-dubai .invest-content .box .card .card-img {
  padding-right: 16px;
}
.landingpage .why-invest-in-dubai .invest-content .box .card .card-img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card .card-img img {
    max-width: 70px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card .card-img img {
    max-width: 60px;
  }
}
@media screen and (max-width: 350px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card .card-img img {
    max-width: 50px;
  }
}
.landingpage .why-invest-in-dubai .invest-content .box .card .card-txt {
  padding-left: 16px;
}
.landingpage .why-invest-in-dubai .invest-content .box .card .card-txt h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #1A2238;
  max-width: 175px;
}
@media screen and (max-width: 1300px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card .card-txt h3 {
    font-size: 17px;
    line-height: 22px;
    max-width: 230px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .why-invest-in-dubai .invest-content .box .card .card-txt h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.landingpage .get-in-touch {
  background: white;
  padding: 90px 0 100px;
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch {
    padding: 50px 0;
  }
}
.landingpage .get-in-touch h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  padding: 0 0 10px;
  color: #1A2238;
}
@media screen and (max-width: 768px) {
  .landingpage .get-in-touch h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .landingpage .get-in-touch h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.landingpage .get-in-touch p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .landingpage .get-in-touch p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .get-in-touch .get-in-touch-content {
  padding: 40px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .landingpage .get-in-touch .get-in-touch-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch .get-in-touch-content {
    padding: 30px 0 0;
  }
}
.landingpage .get-in-touch .get-in-touch-content .box {
  width: 100%;
  display: block;
}
.landingpage .get-in-touch .get-in-touch-content .box:nth-child(1), .landingpage .get-in-touch .get-in-touch-content .box:nth-child(2) {
  background: #FFFFFF;
  border: 2px solid #E9F1FD;
}
.landingpage .get-in-touch .get-in-touch-content .box:nth-child(3) {
  background: #3970ff;
}
.landingpage .get-in-touch .get-in-touch-content .box .card {
  padding: 45px 45px 60px;
}
.landingpage .get-in-touch .get-in-touch-content .box .card h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1A2238;
  padding: 0 0 20px;
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch .get-in-touch-content .box .card h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.landingpage .get-in-touch .get-in-touch-content .box .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  text-decoration: none;
}
.landingpage .get-in-touch .get-in-touch-content .box .card a img {
  padding-right: 7px;
}
.landingpage .get-in-touch .get-in-touch-content .box .card a p {
  padding-left: 7px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #1A2238;
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch .get-in-touch-content .box .card a p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.landingpage .get-in-touch .get-in-touch-content .box #blue-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 55px 20px;
}
.landingpage .get-in-touch .get-in-touch-content .box #blue-card h3 {
  color: white;
  font-weight: 600;
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch .get-in-touch-content .box #blue-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.landingpage .get-in-touch .get-in-touch-content .box #blue-card .form-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1A2238;
  padding: 10px 40px;
  background: white;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.landingpage .get-in-touch .get-in-touch-content .box #blue-card .form-link:hover, .landingpage .get-in-touch .get-in-touch-content .box #blue-card .form-link:focus {
  border-color: #000;
  color: #fff;
  -webkit-box-shadow: inset 0 -25em 0 0 #000;
          box-shadow: inset 0 -25em 0 0 #000;
}
@media screen and (max-width: 576px) {
  .landingpage .get-in-touch .get-in-touch-content .box #blue-card .form-link {
    font-size: 14px;
    line-height: 18px;
  }
}
.landingpage .footer {
  background: #193152;
  padding: 85px 0 25px;
}
@media screen and (max-width: 992px) {
  .landingpage .footer {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer {
    padding: 50px 0 20px;
  }
}
.landingpage .footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .landingpage .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landingpage .footer .footer-content .footer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .landingpage .footer .footer-content .footer-content-wrap {
    gap: 50px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .landingpage .footer .footer-content .footer-content-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .landingpage .footer .footer-content .footer-content-wrap .footer-logo img {
    width: 90px;
  }
}
@media screen and (max-width: 992px) {
  .landingpage .footer .footer-content .footer-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .landingpage .footer .footer-content .footer-content-wrap .footer-right {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-content-wrap {
    gap: 20px;
  }
  .landingpage .footer .footer-content .footer-content-wrap .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landingpage .footer .footer-content .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 200px);
}
.landingpage .footer .footer-content .footer-right .footer-get-in-touch h3 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #F1F5FF;
}
.landingpage .footer .footer-content .footer-right .footer-get-in-touch p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0.6;
  max-width: 225px;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .landingpage .footer .footer-content .footer-right .footer-get-in-touch h3 {
    font-size: 32px;
  }
  .landingpage .footer .footer-content .footer-right .footer-get-in-touch p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-right .footer-get-in-touch h3 {
    font-size: 28px;
  }
  .landingpage .footer .footer-content .footer-right .footer-get-in-touch p {
    max-width: unset;
    margin-top: 15px;
  }
}
.landingpage .footer .footer-content .footer-right .contact .details h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.landingpage .footer .footer-content .footer-right .contact .details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.landingpage .footer .footer-content .footer-right .contact .details a p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.9;
}
@media screen and (max-width: 1300px) {
  .landingpage .footer .footer-content .footer-right .contact .details h4 {
    font-size: 15px;
  }
  .landingpage .footer .footer-content .footer-right .contact .details a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-right .contact .details h4 {
    margin-bottom: 10px;
  }
}
.landingpage .footer .footer-content .footer-right .contact .details + .details {
  margin-top: 30px;
}
.landingpage .footer .footer-content .footer-right .form h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #F1F5FF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .landingpage .footer .footer-content .footer-right .form h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-right .form h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.landingpage .footer .footer-content .footer-right .form-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 10px 40px;
  background: #3970FF;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1215686275);
}
.landingpage .footer .footer-content .footer-right .form-link:hover, .landingpage .footer .footer-content .footer-right .form-link:focus {
  border-color: #000;
  color: #fff;
  -webkit-box-shadow: inset 0 -25em 0 0 #000;
          box-shadow: inset 0 -25em 0 0 #000;
}
@media screen and (max-width: 576px) {
  .landingpage .footer .footer-content .footer-right .form-link {
    font-size: 14px;
    line-height: 18px;
  }
}
.landingpage .footer .footer-content .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.landingpage .footer .footer-content .footer-info .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .landingpage .footer .footer-content .footer-info .footer-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landingpage .footer .footer-content .footer-info .footer-links a {
  padding-left: 26px;
}
.landingpage .footer .footer-content .footer-info .footer-links a:nth-child(1) {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .landingpage .footer .footer-content .footer-info .footer-links .footer-icon {
    width: 20px;
  }
}
.landingpage .footer .footer-content .footer-info p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #DBDBDB;
}
@media screen and (max-width: 1300px) {
  .landingpage .footer .footer-content .footer-info p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-info p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .landingpage .footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 25px;
  }
}

.popUpWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.42);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.popUpWrapper.showPopup {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.popUpWrapper .popUp {
  position: relative;
}
.popUpWrapper .popUp .closepop {
  position: absolute;
  width: 30px;
  right: -45px;
  top: -25px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .popUpWrapper .popUp .closepop {
    width: 25px;
    right: 0px;
    top: -40px;
  }
}
.popUpWrapper .popUp .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fefefe;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 50px 60px;
}
.popUpWrapper .popUp .form h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #1A2238;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .popUpWrapper .popUp .form h2 {
    font-size: 2.5rem;
    line-height: 32px;
  }
}
.popUpWrapper .popUp .form .line {
  border: 1px solid #F7A928;
  width: 42px;
  margin: 17px auto 18px;
  display: block;
}
.popUpWrapper .popUp .form input, .popUpWrapper .popUp .form textarea {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 33px;
  letter-spacing: -0.02em;
  padding: 9px 17px 7px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 300px;
  color: rgba(69, 77, 92, 0.75);
}
@media screen and (max-width: 576px) {
  .popUpWrapper .popUp .form input, .popUpWrapper .popUp .form textarea {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.popUpWrapper .popUp .form #name {
  text-transform: capitalize;
}
.popUpWrapper .popUp .form textarea {
  margin: 0 0 20px;
}
.popUpWrapper .popUp .form .showLabel {
  position: relative;
}
.popUpWrapper .popUp .form .showLabel label.error {
  position: absolute;
  bottom: -15px;
  left: 0px;
  color: #fff;
  z-index: 1;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  white-space: nowrap;
  background: red;
}
.popUpWrapper .popUp .form .showLabel label.error::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  border-bottom: 5px solid red;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.popUpWrapper .popUp .form .submit-btn {
  background: #3970FF;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 2rem;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: white;
  padding: 10px 10px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 108.146px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.popUpWrapper .popUp .form .submit-btn:hover, .popUpWrapper .popUp .form .submit-btn:focus {
  border-color: #F7A928;
  color: #000;
  -webkit-box-shadow: inset 0 -8em 0 0 #F7A928;
          box-shadow: inset 0 -8em 0 0 #F7A928;
}
@media screen and (max-width: 576px) {
  .popUpWrapper .popUp .form .submit-btn {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.popUpWrapper .popUp .form .c-load, .popUpWrapper .popUp .form .c-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popUpWrapper .popUp .form .c-load .circle, .popUpWrapper .popUp .form .c-status .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #F7A928;
  border-right-color: transparent;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.popUpWrapper .popUp .form .c-load .status-box, .popUpWrapper .popUp .form .c-status .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popUpWrapper .popUp .form .c-load .status-box .status-icon img, .popUpWrapper .popUp .form .c-status .status-box .status-icon img {
  max-width: 65px;
}
.popUpWrapper .popUp .form .c-load .status-text, .popUpWrapper .popUp .form .c-status .status-text {
  text-align: center;
}
.popUpWrapper .popUp .form .c-load .status-text h5, .popUpWrapper .popUp .form .c-status .status-text h5 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #1A2238;
}
.popUpWrapper .popUp .form .c-load .status-text p, .popUpWrapper .popUp .form .c-status .status-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
}

.thanks-block {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}
.thanks-block .banner-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.thanks-block .banner-logo a {
  display: inline-block;
}
.thanks-block .banner-logo a img {
  width: 80px;
}
.thanks-block h1 {
  color: #193152;
  font-size: 40px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.569px;
}
@media screen and (max-width: 768px) {
  .thanks-block h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 450px) {
  .thanks-block h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
.thanks-block p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
  padding: 5px 0 25px;
}
@media screen and (max-width: 768px) {
  .thanks-block p {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0 20px;
  }
}
.thanks-block .copyrights {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: rgba(26, 34, 56, 0.75);
  font-size: 14px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.thanks-block .home {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 33.1px;
  letter-spacing: -0.4px;
  background: #3970FF;
  padding: 10px;
  border-radius: 30px;
  width: 100%;
  display: block;
  max-width: 165px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thanks-block .home:hover, .thanks-block .home:focus {
  border-color: #F7A928;
  color: #000;
  -webkit-box-shadow: inset 0 -8em 0 0 #F7A928;
          box-shadow: inset 0 -8em 0 0 #F7A928;
}
@media screen and (max-width: 768px) {
  .thanks-block .home {
    font-size: 14px;
    padding: 5px;
  }
}