.banner.home-banner .flex {
  align-items: flex-end;
}
.banner.home-banner .flex .colA {
  flex: 1;
}
.banner.home-banner .flex .colA .content {
  max-width: 571px;
}
.banner.home-banner .flex .colA .content p {
  max-width: 467px;
}
.banner.home-banner .flex .colB {
  flex: 0 0 100%;
}
.banner.home-banner .flex .colB .FormSection {
  padding-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .flex .colB .FormSection .container {
    padding: 0px;
  }
}

.home-secK {
  padding: 68px 0 82px;
}
@media only screen and (max-width: 767px) {
  .home-secK {
    padding: 40px 0;
  }
}
.home-secK .upper-sec .heading {
  text-align: center;
}
.home-secK .upper-sec .heading h3 {
  font-size: 36px;
  font-weight: 400;
  color: var(--black);
}
.home-secK .upper-sec .heading p {
  font-size: 16px;
  color: var(--black);
}
.home-secK .builder-slider {
  z-index: 0;
}
.home-secK .builder-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
  z-index: 0;
}
.home-secK .builder-slider .item {
  align-content: center;
  justify-items: center;
  padding: 0 26px;
}
main {
  background: #000;
}
main .about-secB {
  padding: 32px 0 40px;
}
main .about-secB .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  main .about-secB .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 540px) {
  main .about-secB .row {
    gap: 20px;
  }
}
main .about-secB .row .colA h1 {
  font-size: 36px;
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Orpheus Pro";
}
@media only screen and (max-width: 991px) {
  main .about-secB .row .colA h1 {
    margin-bottom: 2rem;
  }
}
main .vimi-nav {
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 380px) {
  main .vimi-nav {
    gap: 28px;
  }
}
main .vimi-nav li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  padding: 13px 0;
  transition: 0.5s ease;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav li {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 380px) {
  main .vimi-nav li {
    font-size: 12px;
  }
}
main .vimi-nav li::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CC9B50;
  opacity: 0;
  transition: 0.5s ease;
}
main .vimi-nav li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav li:not(:last-child) {
    margin-right: 12px;
  }
}
main .vimi-nav li.active {
  color: #fff;
}
main .vimi-nav li.active::after {
  opacity: 1;
}
main .vimi-nav li::before {
  position: absolute;
  top: auto;
  height: 2px;
  transition: 0.5s ease;
  width: 0;
}
main .vimi-nav li.active::before {
  width: 100%;
}
main .vimi-nav-content {
  max-width: 100%;
}
main .vimi-nav-content .tabs {
  transition: 0.5s ease;
  color: #000;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper a {
  height: 382px;
  display: block;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper a {
    height: auto;
  }
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .vimi-nav-content .tabs:not(.active) {
  transform: translateY(20px);
}
main .vimi-nav-content .tabs .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
main .vimi-nav-content .tabs .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
main .vimi-nav-content .tabs .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
main .vimi-nav-content .tabs .overlay-effect:hover h3, main .vimi-nav-content .tabs .overlay-effect:hover p {
  transform: translateY(-10px);
}
main .vimi-nav-content .tabs .overlay-effect h3, main .vimi-nav-content .tabs .overlay-effect p {
  font-size: 14px;
  color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
  gap: 6px;
  line-height: 30px;
}
main .vimi-nav-content .tabs .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
main .vimi-nav-content .tabs .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
main .vimi-nav-content .tabs .overlay-effect .buttons .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
main .vimi-nav-content .tabs .overlay-effect .buttons button {
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .overlay-effect .buttons button {
    padding: 2px 12px;
  }
}
main .vimi-nav-content .tabs .overlay-effect .buttons a {
  text-decoration: none;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .overlay-effect .buttons a {
    padding: 10px 12px;
  }
}
main .vimi-nav-content .tabs .overlay-effect .buttons a.enquire-btn {
  background-color: #fff;
  border: 1px solid var(--white);
}
main .vimi-nav-content .tabs .overlay-effect .buttons a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid var(--white);
}

@media only screen and (max-width: 767px) {
  .home-secA .upper-sec {
    display: none;
  }
}
.home-secA .upper-sec .slider-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 150px;
  z-index: 2;
  position: absolute;
  display: flex;
}
.home-secA .upper-sec .slider-nav .swiper-button-disabled {
  opacity: 0;
}
.home-secA .upper-sec .slider-nav button {
  border: 1px solid #fff;
  background: #fff;
}
.home-secA .upper-sec .slider-nav button svg path {
  fill: #000;
}

.LuxuryProperties-Section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section {
    padding: 40px 0;
  }
}
.LuxuryProperties-Section .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .row {
    margin-bottom: 1.6rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .row .upper-sec {
    display: none;
  }
}
.LuxuryProperties-Section .row .upper-sec .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.LuxuryProperties-Section .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect {
    padding: 1rem;
  }
}
.LuxuryProperties-Section .overlay-effect .colA {
  text-align: end;
}
.LuxuryProperties-Section .overlay-effect .colA img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colA img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colA img {
    width: 50px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LuxuryProperties-Section .overlay-effect .colB .sec-1 h3 {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-1 p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 p {
    font-size: 12px;
    padding-right: 34px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 p svg {
    width: 32px;
    height: 32px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 {
    gap: 20px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
    font-size: 10px;
    white-space: nowrap;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 button {
  background: #fff;
  border-radius: 25px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 button {
    display: none;
  }
}

.home-secE {
  background: #121212;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .home-secE {
    padding: 40px 0;
  }
}
.home-secE .row {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-secE .row {
    margin-bottom: 1.6rem;
  }
}
.home-secE .row h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.home-location-wrap {
  --gaptb: 14px;
  --itemwidth: 23.82%;
  --color: rgb(0 0 0 / .5);
  position: relative;
}

.home-location-progress-wrap button {
  width: 42px;
  height: 42px;
  border: 1px solid #775623;
  border-radius: 25px;
  background: none;
  cursor: pointer;
}
.home-location-progress-wrap .home-location-prev svg {
  transform: scale(-1);
}
.home-location-progress-wrap svg path {
  fill: #E1313C;
}

@media only screen and (max-width: 1200px) {
  .home-secE .home-location-wrap {
    --itemwidth: 31.9%;
  }
}
.home-secE .home-location-wrap .home-location-slider .item {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: var(--gaptb) !important;
  height: auto !important;
}

@media only screen and (max-width: 520px) {
  .home-secE .home-location-wrap .home-location-slider .item {
    padding: 10px;
    gap: 15px;
  }
}
.home-secE .home-location-wrap .home-location-slider .item figure {
  line-height: 0;
  height: 65px;
  flex: 0 1 auto;
}

.home-secE .home-location-wrap .home-location-slider .item figure img {
  aspect-ratio: 1.491;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-secE .home-location-wrap .home-location-slider .item figcaption {
  flex: 1;
}

.home-secE .home-location-wrap .home-location-slider .item figcaption h6 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 400;
}

@media only screen and (max-width: 520px) {
  .home-secE .home-location-wrap .home-location-slider .item figcaption h6 {
    font-size: 16px;
  }
}
.home-secE .home-location-wrap .home-location-slider .item figcaption p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.home-secE .home-location-progress-wrap {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .home-secE .home-location-progress-wrap {
    display: none;
  }
}

.AssetDead-Section .banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 76.92%);
}
.AssetDead-Section .banner::after {
  background: none;
}
@media only screen and (max-width: 1020px) {
  .AssetDead-Section .banner .bg {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .AssetDead-Section .banner .bg {
    height: 52vh;
  }
}
@media only screen and (max-width: 360px) {
  .AssetDead-Section .banner .bg {
    height: 72vh;
  }
}
.AssetDead-Section .banner .banner-wrapper .colA .content {
  max-width: 550px;
  text-align: center;
}
.AssetDead-Section .banner .banner-wrapper .colA .content h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 26px;
}
.AssetDead-Section .banner .banner-wrapper .colA .content p {
  font-size: 16px;
  font-weight: 400;
}
.AssetDead-Section .banner .banner-wrapper .colA .content img {
  width: 100px;
}
.AssetDead-Section .banner .banner-wrapper .colA .content a {
  background: linear-gradient(90deg, #5D4115 0%, #CC9B50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  transition: 0.4s ease-in-out;
}
.AssetDead-Section .banner .banner-wrapper .colA .content a:hover svg {
  transform: translateX(12px);
}
.AssetDead-Section .banner .banner-wrapper .colA .content a svg {
  transition: 0.4s ease-in-out;
}

.home-secC {
  background: var(--black);
  padding: 6.9rem 0 7.75rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 40px 0;
  }
}
.home-secC .flex .colA {
  flex: 1;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA {
    padding-right: 0;
  }
}
.home-secC .flex .colA .content .heading h3 {
  color: var(--white);
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA .content .heading h3 {
    text-align: center;
  }
}
.home-secC .flex .colA .btm-des-sec {
  display: flex;
  gap: 46px;
  margin-top: 9rem;
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colA .btm-des-sec {
    justify-content: center;
    margin-top: 2rem;
  }
}
.home-secC .flex .colA .btm-des-sec li img {
  width: 100px;
}
.home-secC .flex .colA .btm-des-sec li p {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colA .btm-des-sec li p {
    text-align: center;
  }
}
.home-secC .flex .colA .btm-des-sec li h6:has(.count) {
  font-size: 52px;
  line-height: 1;
  font-family: "Orpheus Pro";
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA .btm-des-sec li h6:has(.count) {
    font-size: 36px;
  }
}
.home-secC .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colB {
    flex: 1;
    max-width: 100%;
    margin-top: 2.6rem;
  }
}
.home-secC .flex .colB .award-slider-wrap {
  position: relative;
}
.home-secC .flex .colB .award-slider-wrap .award-slider {
  transform: translateX(130px);
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider {
    transform: translateX(0);
  }
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item {
  transition: 1.5s ease;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption {
  background: var(--white);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption h6 {
  color: var(--black);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-next {
  transform: translateX(-100px) scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active, .swiper-slide-next) {
  transform: scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active) {
  z-index: -1;
  transform-origin: left;
  opacity: 0.4;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure {
  line-height: 0;
  overflow: hidden;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure img {
  width: 100%;
  aspect-ratio: 1.409;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption {
  background: #0E1942;
  transition: 0.5s ease;
  padding: 27px 55px;
  text-align: center;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption h6 {
  font-family: "Orpheus Pro";
  font-size: 22px;
  line-height: 1.2;
  color: var(--white);
  transition: 0.5s ease;
}

.NewsSection {
  background: #121212;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .NewsSection {
    padding: 40px 0;
  }
}
.NewsSection .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .NewsSection .row {
    margin-bottom: 1.6rem;
  }
}
.NewsSection .row .slider-nav {
  position: absolute;
  right: 0;
  display: flex;
  gap: 20px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .NewsSection .row .slider-nav {
    display: none;
  }
}

.home-secD {
  padding: 6.8rem 0;
}
.home-secD .heading {
  margin-bottom: 3.2rem;
}
.home-secD .testimonial-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.home-secD .testimonial-wrap .testimonial-dots {
  margin-top: 1.5rem;
  padding-left: 33%;
}
.home-secD .testimonial-wrap .testimonial-nav .testimonial-prev:hover path, .home-secD .testimonial-wrap .testimonial-nav .testimonial-next:hover path {
  fill: var(--secondary);
}
.home-secD .testimonial-wrap .testimonial-slider {
  --triangle: 40px;
  padding-bottom: var(--triangle);
  max-width: calc(100% - 220px);
}
.home-secD .testimonial-wrap .testimonial-slider .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure {
  flex: 0 1 255px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 71.66%);
}
.home-secD .testimonial-wrap .testimonial-slider .item figure img {
  width: 100%;
  aspect-ratio: 0.907;
  filter: grayscale(1);
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title, .home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  position: absolute;
  z-index: 1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 30px 36px;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title > * {
  color: var(--white);
  line-height: 1.1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  --btnsize: 52px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption {
  flex: 1;
  margin-right: 42px;
  border: 1px solid #7D7D7D;
  border-radius: 30px;
  position: relative;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption .content {
  position: relative;
  background: var(--white);
  border-radius: 30px;
  height: 100%;
  z-index: 1;
  padding: 64px 48px 96px;
  text-align: center;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: var(--white);
  border: 1px solid #7D7D7D;
  transform: rotate(45deg);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }
}
.heading h2 {
  font-size: 36px;
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Orpheus Pro";
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .heading h2 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Orpheus Pro";
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

/* Form Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease;
}
.modal-overlay.active {
  opacity: 1;
  transform: translateY(0%);
}
.modal-overlay .close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.modal-overlay h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}
.modal-overlay p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}
.modal-overlay .img {
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.modal-overlay .img img {
  width: 100%;
}
.modal-overlay .content {
  background-color: #fff;
  width: 22%;
  padding: 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.modal-overlay .content .interest {
  font-size: 18px !important;
}
.modal-overlay .content form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-overlay .content form input {
  padding: 8px 6px;
  border-radius: 4px;
  border: 1px solid lightgray;
  font-size: 14px;
}
.modal-overlay .content form button {
  background: var(--bgg);
  color: white;
  padding: 8px;
  outline: 0;
  border: 0;
  border-radius: 4px;
}
.modal-overlay .content .terms {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .modal-overlay .content {
    width: 95%;
  }
}/*# sourceMappingURL=home.css.map */