html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
  overflow-x: hidden;
}

.bgLight {
  background-color: #f6f6f6;
}

.swiperArrows {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiperArrows.swiper-button-next:after,
.swiperArrows.swiper-button-prev:after {
  font-size: 16px;
  color: #1c4531;
}

.swiperArrows:hover {
  background-color: #1c4531;
}

.swiperArrows.swiper-button-next:hover:after,
.swiperArrows.swiper-button-prev:hover:after {
  color: #fff;
}

.location {
  background-color: #1c4531;
}

.location .section-title {
  text-align: left;
}

.location .section-title h2,
.location .section-title p {
  color: #fff;
}

.location .section-title h2:after {
  background-color: #fff;
  right: auto;
}
.amenities .section-title {
  text-align: left;
}

.amenities .section-title p {
  color: var(--heading-color);
  text-align: start;
  padding-top: 10px;
}

.amenities .section-title h2:after {
  background-color: var(--heading-color);
  right: auto;
}

.about .section-title h2:after {
  right: auto;
}

.location h4 {
  color: #fff;
}

.specifBox img {
  width: 80px;
}

.specifBox p {
  font-size: 14px;
  margin-top: 5px;
}

.contact.light-background {
  background-color: #f6f6f6;
}

.floorPlanBox {
  border: 6px solid #1c4531;
  padding: 15px;
}

.floorPlanBox img {
  filter: blur(5px);
}

.footer .footer-about .discliamer p {
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
}

.qrImag {
  width: 80px;
  min-width: 80px;
}

.ovarlayGallery {
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.4s linear;
}

.gallery-box:hover .ovarlayGallery {
  opacity: 1;
}

.about .section-title h2 {
  font-size: 40px;
  line-height: 1;
}

.smallText {
  font-size: 26px;
  font-weight: 600;
}

/* Tabs  */

.nav-tabs .nav-link {
  background-color: #fff;
  border: 0;
  color: #000;
  border-radius: 0;
  padding: 12px 25px;
  font-weight: 500;
  text-transform: uppercase !important;
}

.floorPlan .nav-tabs .nav-link {
  background-color: #f6f6f6;
}

.nav-tabs {
  border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #1c4531;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .nav-item:nth-child(1) .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* Tabs  */

.locationBtn a {
  background-color: #c17539;
  color: var(--contrast-color);
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
  border: 0;
}

.locationBtn a:hover {
  background-color: var(--contrast-color);
  color: #c17539;
}

.swiper-slide img,
.floorPlanBox,
.location-img img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .header .logo img {
    max-height: 62px;
  }
  .header .header-container {
    padding: 5px 20px;
  }
  .mobile-nav-active .navmenu > ul {
    height: max-content;
  }
  .mobile-nav-active .navmenu > ul {
    background-color: #1c4531;
  }

  .mobile-nav-active .navmenu > ul li a {
    color: #fff;
  }

  .about .image-wrapper,
  .about .feature-list-wrapper {
    margin: 0;
  }

  .specifBox img {
    width: 60px;
  }

  .footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 15px;
  }

  .footer .footer-about .logo img {
    width: 120px;
  }

  .footer .credits {
    margin-top: 5px;
  }
  .section-padding {
    padding: 60px 0;
  }

  .nav-tabs {
    width: 100%;
  }

  .nav-item .nav-link {
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
  }

  .gallery .nav-item {
    width: 33.33%;
    min-width: 33.33%;
  }

  .floorPlan .nav-item {
    width: 50%;
    min-width: 50%;
  }

  .floorPlan .nav-tabs .nav-item:nth-child(1) .nav-link {
    border-bottom-left-radius: 0;
  }
  .floorPlan .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 10px;
  }
  .floorPlan .nav-tabs .nav-item:nth-child(3) .nav-link {
    border-bottom-left-radius: 10px;
  }
  .floorPlan .nav-tabs .nav-item:nth-child(4) .nav-link {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
  }

  .floorPlan .row .col-md-4:nth-child(n + 2) {
    margin-top: 15px;
  }

  .why-invest-box {
    padding: 30px 10px;
  }
  .why-invest-box p {
    font-size: 13px;
  }

  .why-invest .col-6:nth-child(n + 3) {
    margin-top: 20px;
  }
  .section-title h2 {
    padding-bottom: 15px;
  }

  .about .section-title h2 {
    font-size: 28px;
  }

  .smallText {
    font-size: 18px;
  }

  .about .about-meta {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  .why-invest .col-6:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.gallery-box p{
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 600;
}
.whatsappIcon {
  position: fixed;
  bottom: 55px;
  right: 10px;
}
.whatsappIcon img {
  width: 52px;
}
.project-logo p{
  color: #fff;
  text-align: center;
}
.project-logo img{
  margin: 0 auto;
  display: block;
  margin-right: auto !important;
}