* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  overflow: hidden;
}

.container,
.container-fluid {
  padding: 0px !important;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

@font-face {
  font-family: Dropkicker;
  src: url("../fonts/Dropkicker/Dropkicker-Regular-BF64e5680b0e3f3.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Dropkicker;
  src: url("../fonts/Dropkicker/Dropkicker-Thin-BF64e5680ae8149.ttf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Dropkicker;
  src: url("../fonts/Dropkicker/Dropkicker-SemiBold-BF64e5680ab09dc.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

:root {
  --dropkicker: "Dropkicker";
  --montserrat: "montserrat";
  --green-color: #5a4536;
}

body {
  background-color: rgb(253, 252, 238) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--dropkicker);
}

body,
p,
a {
  font-family: var(--montserrat);
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.p-60 {
  padding: 40px 0px 60px;
}

.p-80 {
  padding: 80px 0px 80px 40px;
}

.p-100 {
  padding: 100px 0px 40px;
}

a {
  text-decoration: none !important;
}

.heading-section {
  text-align: center;
  position: relative;
  z-index: 99;
  /* margin-bottom: 30px; */
}

.heading-section .title-head {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0px;
  color: #000000;
  text-align: center;
}

.heading-section .title-subhead {
  width: 50%;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 400;
  line-height: 35px;
  padding-top: 25px;
  margin: auto;
  font-size: 18px;
  text-align: center;
}

header.header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header nav.navbar {
  width: 100%;
  justify-content: center;
  min-height: 100px;
}

.navbar.fixed nav.navbar {
  min-height: 110px;
}

button.nav-toggler {
  background: transparent;
  border: none;
}

img.nav-toggler.hamburger-icon {
  width: 30px;
}

.header a.banner-query-btn {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

.header a.banner-query-btn:hover {
  color: rgb(0, 0, 0);
}

.header .project-logo {
  width: 109px;
  /* filter: invert(1) brightness(30.5); */
}

.navbar.fixed {
  position: fixed;
  top: 0px;
  background: #BFAF9F;
  z-index: 99;
  box-shadow: rgba(181, 181, 181, 0.7) 0px 8px 6px -6px;
}

.navbar.fixed .project-logo {
  /* width: 130px; */
}

.navbar.fixed .openmenu {
  width: 30px;
}

.navbar.fixed a.banner-query-btn {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background: transparent;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  border: 1px solid rgb(20, 105, 60);
  cursor: pointer;
}

.navbar.fixed a.banner-query-btn:hover {
  color: rgb(0, 0, 0) !important;
}

.closemenu {
  display: none;
}

.openmenu {
  width: 30px;
  cursor: pointer;
}

.closemenu {
  width: 18px;
}

.mobile-open .closemenu {
  display: block;
  position: absolute;
  right: 30px;
  top: 80px;
  padding: 10px;
  width: 36px;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s ease-in;
  border: 1px solid;
  border-radius: 50%;
}

.mobile-open .openmenu {
  display: none;
}

.menu_section {
  position: fixed;
  max-width: 510px;
  right: -100%;
  top: 0px;
  bottom: 0px;
  background: rgb(253, 252, 238);
  transition: 0.7s ease-in-out;
  height: 100%;
  width: 100%;
  border-left: 1px solid rgb(202, 193, 158);
  z-index: 9999999;
  overflow: hidden scroll !important;
}

.menu_logo img {
  width: 180px;
  padding: 20px;
}

.menu_logo {
  text-align: center;
}

.menu_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu_section ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.03px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu_section ul li a:hover {
  color: rgb(0, 0, 0) !important;
}

.menu_in ul li a.closemenu {
  width: 100%;
}

.menu_section ul li {
  padding: 15px 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.menu_location p {
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.4px;
}

.menu_location p img.map {
  filter: invert(1);
  width: 11px;
  margin-right: 5px;
}

.mobile-open .mobile-trigger {
  cursor: pointer;
  display: block;
  height: auto;
  line-height: normal;
  padding: 0px;
  position: relative;
  right: -185px;
  width: auto;
  z-index: 99999;
}

.mobile-trigger i,
.mobile-trigger i::after,
.mobile-trigger i::before {
  position: relative;
  top: 0px;
  background-color: var(--primary-color);
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 30px;
}

.mobile-trigger i::after,
.mobile-trigger i::before {
  content: "";
  position: absolute;
}

.mobile-trigger i::before {
  top: -10px;
}

.mobile-trigger i::after {
  top: 10px;
}

.mobile-open .mobile-trigger i::before {
  background-color: var(--primary-color);
  bottom: 0px;
  top: 0px;
  transform: rotate(-45deg);
  transition:
    bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.mobile-open .mobile-trigger i::after {
  background-color: var(--primary-color);
  top: 0px;
  transform: rotate(45deg);
  transition:
    top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.mobile-open .mobile-trigger i {
  background-color: transparent;
}

.menu_section {
  position: fixed;
  max-width: 510px;
  right: -100%;
  top: 0px;
  bottom: 0px;
  z-index: 9;
  background: rgb(253, 252, 238);
  transition: 0.7s ease-in-out;
  height: 100%;
  width: 100%;
  border-left: 1px solid rgb(202, 193, 158);
  overflow: hidden scroll !important;
}

.mobile-open .menu_section {
  right: 0px;
}

.menu_section .menu_in {
  padding: 60px 116px 20px 60px;
  position: relative;
}

.menu_section .absLogo {
  content: "";
  position: absolute;
  bottom: -21%;
  right: -2%;
  height: 55%;
  width: 34%;
  z-index: -1;
  rotate: 288deg;
  opacity: 0.11;
}

.menu_section .absLogo img {
  height: 100%;
}

.navbar-socila-links {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  padding: 18px 0px;
}

.menu-section {
  display: flex;
  justify-content: center;
  column-fill: balance;
  align-items: center;
  gap: 50px;
}

.banner-call-section {
  border: 1px solid rgb(255, 255, 255);
  padding: 7px 16px;
  border-radius: 60px;
  background: rgb(255, 255, 255);
}

.banner-call-section img {
  width: 14px;
}

a.navbar-call-btn {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

a.navbar-call-btn:hover {
  color: rgb(0, 0, 0);
}

.navbar.fixed .banner-call-section {
  border: 1px solid rgb(20, 105, 60);
  padding: 7px 16px;
  border-radius: 60px;
  background: transparent;
}

.banner-section .banner-img {
  height: 100vh;
  /* object-fit: cover; */
  position: relative;
  /* mask-image: linear-gradient(to bottom, #000 60%, transparent); */
}

.banner-container {
  position: relative;
}

.banner-section .carousel-inner::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 70%;
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); */
}

.banner-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.banner-typology {
  padding-bottom: 4px;
  text-align: center;
}

.banner-content .banner-typology h3 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 22px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.63); */
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 12px;
  text-align: center;
}

.banner-content .banner-typology h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
  margin-bottom: 0px;
  display: inline-block;
  text-align: center;
}

.banner-content .banner-typology p {
  text-align: center;
  color: rgb(255, 255, 255);
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 12px;
}

.banner-content .banner-typology p img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.banner-content .banner-pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: rgb(255, 255, 255);
  padding-bottom: 30px;
}

.banner-content .payment-plan {
  background: rgb(9, 121, 82);
  font-size: 12px;
  border-radius: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0px;
  min-width: 202px;
}

.banner-content .status {
  background: rgb(9, 121, 82);
  font-size: 12px;
  border-radius: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0px;
  min-width: 200px;
  text-align: center;
}

.banner-content .starting-price {
  /* background: rgb(9, 121, 82); */
  padding: 7px 40px;
  letter-spacing: 3px;
  font-weight: 600;
  border-radius: 50px;
  margin: 0px;
  margin-top: 8px;
  position: relative;
  /* display: none; */
}

.banner-content .starting-price span:nth-of-type(1) {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.22); */
  /* padding-bottom: 5px; */
  /* margin-bottom: 7px; */
  display: block;
  font-size: 16px;
}

.side-call-btn {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 99;
}

.side-call-btn a {
  /* background: #9E7856; */
  background: rgb(234, 212, 127);
  padding: 8px 9px;
  border-radius: 150px;
  border: 2px solid #c3a96b;
}

.side-call-btn a img {
  width: 22px;
  /* filter: invert(1); */
}

.about-us {
  position: relative;
  background: #fff;
}

/*.about-us::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/bg/01.png") left bottom -50px / 100% no-repeat;
}*/

.overview-left-view {
  padding: 0px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.overview-left-view p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 500;
  text-align: justify;
}

.overview-right-view {
  padding: 0px;
  position: relative;
}

.overview-right-view img {
  border-radius: 10px;
}

.overview-query-btn a {
  text-decoration: none;
  color: #ffffff;
  /* background: #9E7856; */
  padding: 12px 25px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}

.overview-query-btn a:hover {
  color: #ffffff;
}

.about-us .over-back-img {
  position: relative;
  padding-bottom: 20px;
}

.highlight-section {
  position: relative;
  background: #BFAF9F;
}

/* .highlight-section::before {
    position: absolute;
    content: "";
    left: 2%;
    top: 52%;
    width: 28%;
    height: 28%;
    background: url("../images/leaf-background-image.png") 0% 0% / 260px no-repeat;
}

.highlight-section::after {
    position: absolute;
    content: "";
    right: 2%;
    top: 52%;
    width: 28%;
    height: 28%;
    background: url("../images/leaf-background-image.png") 0% 0% / 260px no-repeat;
    transform: scaleX(-1);
} */

.highlight-section ul#pills-tab {
  justify-content: center;
  padding: 40px;
  gap: 150px;
}

.highlight-section .nav-pills .nav-link {
  color: rgb(0, 0, 0);
  font-family: Dropkicker;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 0px !important;
  border: 1px solid rgb(0, 0, 0) !important;
}

.highlight-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(255, 255, 255);
  font-family: Dropkicker;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 300;
  padding: 10px 30px;
  background-color: #9e7856 !important;
  border-radius: 0px !important;
  border: 1px solid rgb(20, 105, 60) !important;
}

.highlight-section .tab-pane {
  padding: 0px 70px;
}

.highlight-details {
  text-align: center;
  padding: 25px 15px;
}

.highlight-details .high-icons img {
  width: 80px;
}

.highlight-details .high-points {
  padding-top: 27px;
}

.highlight-details .high-points h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0px;
}

.highlight-details .high-points p {
  padding-top: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
}

.specifications-details {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 10px 0px;
}

.specifications-details p {
  margin: 0px;
  letter-spacing: 1px;
  font-size: 14px;
}

.specifications-details img {
  width: 16px;
}

.specifications-img {
  display: flex;
  justify-content: center;
}

.top-view-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 80px 0px 0px;
}

.top-view-video .video-head {
  color: #9e7856;
  font-size: 26px;
  letter-spacing: 2px;
}

.top-view-video .video-btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: #9e7856;
  padding: 12px 40px;
  letter-spacing: 2px;
  font-family: var(--dropkicker);
  position: relative;
}

.top-view-video .video-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  left: -15px;
  top: 0px;
  background-color: #9e7856;
}

.top-view-video .video-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  right: -15px;
  top: 0px;
  background-color: #9e7856;
}

.amenities-section {
  position: relative;
  background: rgb(255 255 255);
}

.amenities-section::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: url("../images/bg/02.png") left bottom 0px / 100% no-repeat; */
}

.amenities-detail-section .tab-content {
  height: 100%;
}

.amenities-detail-section .tab-content .tab-pane {
  height: 100%;
}

.amenities-detail-section .tab-content .tab-pane .amenity-detail-image {
  height: 100%;
  position: relative;
}

.amenities-detail-section
  .tab-content
  .tab-pane
  .amenity-detail-image
  .amnt-img-text {
  position: absolute;
  bottom: 0px;
  right: 20px;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.amenities-detail-section .tab-content .tab-pane .amenity-detail-image img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.amenities-detail-section .nav-link .light-icon {
  display: none;
}

.amenities-detail-section .nav-link .dark-icon {
  display: block;
}

.amenities-detail-section .nav-link.active .light-icon {
  display: block;
}

.amenities-detail-section .nav-link.active .dark-icon {
  display: none;
}

.amenity-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 10px 5px !important;
}

.amenity-btn .dark-icon,
.amenity-btn .light-icon {
  width: 40px;
}

.amenity-btn p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
  padding: 8px 0px 3px;
  color: rgb(0, 0, 0);
}

.amenities-detail-section {
  padding: 70px 30px 100px;
  position: relative;
}

.amemity-icons-details-section .nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.amenities-detail-section ul#pills-tab {
  justify-content: center;
  padding: 40px;
  gap: 150px;
}

.amenities-detail-section .nav-pills .nav-link {
  color: rgb(0, 0, 0);
  font-family: Dropkicker;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 300;
  padding: 10px 30px;
  min-width: 190px;
  background: transparent;
  backdrop-filter: blur(5px);
  border-radius: 0px !important;
  border: 1px solid rgb(0, 0, 0) !important;
}

.amenities-detail-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(255, 255, 255);
  font-family: Dropkicker;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 300;
  padding: 10px 30px;
  background-color: #BFAF9F!important;
  border-radius: 0px !important;
  border: 1px solid rgb(20, 105, 60) !important;
}

button.amenity-view-btn {
  /* background: #9E7856; */
  color: rgb(255 255 255);
  padding: 11px 30px;
  border: 0px;
  letter-spacing: 2px;
  /* font-family: var(--dropkicker); */
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

div#pills-tabContent {
  padding-top: 30px;
}

.price-section {
  position: relative;
  background: #ffffff;
  /* background: linear-gradient(to bottom, #7a4a1f, #b8742a, #cd8d3b, #d39340); */
  /* background-repeat: no-repeat; */
  background-size: cover;
}

/* .price-section::before {
    position: absolute;
    content: "";
    width: 24%;
    height: 40%;
    right: 8%;
    top: 0px;
    background: url("../images/leaf-background-image.png") 0% 0% / 310px no-repeat;
    transform: scaleX(-1);
} */

.price-section .heading-section .title-subhead {
  padding: 25px 10px 0px;
}

.pricing-box {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(20, 105, 60, 0.18) 0px 5px 20px 0px;
  /* border: 1px solid #5a4536; */
  background: #BFAF9F;
}
.pricing-box .typology {
  font-size: 15px;
  letter-spacing: 3px;
  border: 1px solid;
  line-height: 27px !important;
  padding: 5px;
  text-align: center;
  font-weight: 400;
  margin: 0px;
  color: #000000;
}

.pricing-box .starting-price {
  padding: 35px 0px 12px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
}

.pricing-box .price {
  font-size: 24px;
  letter-spacing: 3px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.34);
  margin: 0px;
  color: #000;
}

.pricing-box .size {
  display: flex;
  padding: 32px 0px;
  color: #000;
  justify-content: space-evenly;
}

.pricing-box .size h5 {
  letter-spacing: 2px;
  font-size: 18px;
}

.price-query-btn a {
  text-decoration: none;
  color: #ffffff;
  /* background: #9E7856; */
  padding: 12px 25px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.price-query-btn a:hover {
  color: #ffffff;
}

.floor-plan-section {
  position: relative;
  background: #fff;
}

/*.floor-plan-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/bg/05.png") center bottom / 100% no-repeat;
}*/

.master-plan h4 {
  text-align: center;
  padding-top: 0px;
  letter-spacing: 3px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.34);
  width: fit-content;
  margin: auto;
  padding-bottom: 6px;
}

.floor-sec .floor-typo {
  padding-top: 15px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}

.floor-sec .floor-plan {
  text-align: center;
  padding-top: 40px;
  letter-spacing: 3px;
  /* border-bottom: 1px solid rgba(193, 193, 193, 0.34); */
  width: fit-content;
  margin: auto;
  padding-bottom: 6px;
}

.floor-sec a {
  text-decoration: none;
  color: #ffffff;
  /* background: #9E7856; */
  padding: 12px 22px;
  font-size: 11px;
  letter-spacing: 2px;
  display: block;
  width: fit-content;
  font-weight: 600;
}

.floor-sec a:hover {
  color: #ffffff;
}

.floor-view-btn.floor-sec {
  /* position: relative; */
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* gap: 10px; */
  /* padding-left: 50px; */
  margin-top: 40px;
}

.floor-view-btn.floor-sec h4 {
  letter-spacing: 2px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: transparent;
  text-decoration: none;
  background: none !important;
}

.master-plan {
  position: relative;
}

.master-plan-img {
  padding: 0px 50px;
}

.master-plan-img .img-details {
  border: 1px solid;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background: #0a323e;
}

.master-plan-img .img-details .head-name h4 {
  letter-spacing: 2px;
  padding-bottom: 10px;
  color: #dbba49;
}

.img-specs {
  display: flex;
  gap: 15px;
}

.img-specs span {
  font-family: var(--montserrat);
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.img-specs .number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgb(127, 97, 47);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}

.points-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: baseline;
}

.visual-journey {
  position: relative;
  background: #fff;
  /* background: linear-gradient(to bottom, #7a4a1f, #b8742a, #cd8d3b, #d39340); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

/* .visual-journey::before {
    position: absolute;
    content: "";
    width: 24%;
    height: 40%;
    right: 8%;
    top: 0px;
    background: url("../images/leaf-background-image.png") 0% 0% / 310px no-repeat;
    transform: scaleX(-1);
} */

.gallery-images-section {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 70px;
}

.gallery-images-section .gal-image {
  width: 24%;
}

.gallery-images-section .gal-image img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}

.location-section {
  position: relative;
  background: #BFAF9F;
}

.location-section {
  padding: 100px 0px;
}

.location-section h2 {
  /* color: rgb(0, 0, 0); */
  font-family: var(--font-sangbleu);
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  width: 76%;
  margin: 0px auto;
  line-height: 38px;
  text-transform: uppercase;
  color: rgb(0 0 0);
}

.location-section .amenities-section {
  text-align: center;
}

.location-section .amenities-section ul {
  text-align: center;
  justify-content: center;
}

.location-section .nav-pills .nav-link {
  height: 70px;
  width: 70px;
  display: grid;
  align-items: center;
  border: 1px solid #c3a96b;
  border-radius: 100px !important;
  background: #967059;
}

.location-section .nav-pills .nav-link img {
  width: 100%;
  /* filter: brightness(0) saturate(100%) invert(91%) sepia(38%) saturate(598%) hue-rotate(331deg) brightness(94%) contrast(94%); */
}

.location-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #7e5e45;
  border-color: #7e5e45;
}

.location-section .amenities-section ul li {
  margin: 0px 25px;
}

.location-section .tab-content .box {
  background-color: rgb(255, 255, 255);
  padding: 25px;
  border-radius: 15px;
}

.location-section .tab-content .box h6 {
  padding-bottom: 25px;
  color: #5a4536;
  text-transform: uppercase;
  font-family: var(--font-lato);
}

.location-section .tab-content .box p {
  margin-bottom: 15px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.location-section .tab-content .img-box {
  height: 100%;
}

.location-section .tab-content .img-box img {
  height: 100px;
  object-fit: cover;
}

.location-section .container .row {
  height: 100%;
}

.location-section .tab-content > .active {
  height: 100%;
}

.location-section .tab-content {
  height: 100%;
}

.location-section {
  background-color: #BFAF9F;
  padding: 60px 0px;
}

.location-section ul.nav.nav-pills {
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 40px;
  gap: 0px 40px;
}

.location-section .nav-link.active img {
  filter: invert(1);
}

.location-section .location-map-img {
  width: 100%;
  height: 368px;
  object-fit: cover;
}

/*.location-section::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bg/02.png") left bottom -20px / 100% no-repeat;
}*/

.map-image {
  padding: 50px 0px;
  position: relative;
}

.map-image .location-video {
  position: absolute;
  bottom: 10%;
  right: 6%;
  z-index: 99;
  background: #9e7856;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 25px;
}

.location-details {
  padding-left: 60px;
  padding-top: 50px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-points {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.72);
}

.location-points .location-icon {
  background: #9e7856;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 54px;
  min-width: 64px;
  border-radius: 5px;
}

.location-points .location-icon img {
  width: 34px;
  /* filter: invert(1); */
}

.location-points .location-icon p {
  margin: 0px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.location-points p {
  margin: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  width: 79%;
  font-weight: 500;
}

.location-section .overview-query-btn {
  text-align: center;
}

.location-section .overview-query-btn a {
  margin-left: 0px;
}

.location-section .overview-query-btn a:hover {
  color: #ffffff;
}

.overview-query-btn {
  display: block;
  text-align: start;
  margin-top: 25px;
}

.location-section .map-image img {
  width: 100%;
}

.about-builder-content {
  padding: 10px 20px 0px 0px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
}

.builder-projects-details {
  position: relative;
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.builder-projects-details::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(94, 94, 94);
}

.builder-projects-details::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(94, 94, 94);
}

.builder-projects-details p {
  letter-spacing: 2px;
  font-family: var(--dropkicker);
  font-size: 17px;
  color: rgb(39, 39, 39);
  margin: 0px;
}

.builder-projects-details p span {
  font-size: 21px;
  color: #9e7856;
}

.about-builder .heading-section .title-head {
  text-align: left;
}

.abt-builder-sec {
  padding: 0px 50px 50px;
  position: relative;
}

/* .abt-builder-sec::before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 40%;
    height: 50%;
    background: url("../images/leaf-background-image.png") 0% 0% / 250px no-repeat;
    transform: scaleX(-1);
} */

.footer-form {
  padding: 50px;
  margin-right: 50px;
  margin-top: 4px;
  background: rgb(255 255 255);
}

.about-builder .form-control {
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 11px 14px;
  border: 1px solid rgb(113, 113, 113) !important;
  background-color: transparent !important;
}

.about-builder .form-control::placeholder {
  letter-spacing: 1px;
  font-family: var(--montserrat);
  font-size: 14px;
}

.about-builder .form-control:focus {
  box-shadow: none !important;
}

.submit_btn {
  /* border: 1px solid; */
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--montserrat);
  font-size: 15px;
  border-radius: 0px !important;
  padding: 10px !important;
  color: rgb(255 255 255) !important;
  background: #9e7856;
  border: unset;
  /* background: #9E7856 !important; */
}

.footer {
  position: relative;
}

/* .footer::before {
    position: absolute;
    content: "";
    left: 60%;
    top: 9%;
    width: 33%;
    height: 85%;
    background: url("../images/leaf-vector.png") 0% 0% / 320px no-repeat;
    opacity: 0.1;
} */

.footer {
  background: #795c46;
  text-align: center;
  /* background: linear-gradient(to bottom, #7a4a1f, #b8742a, #ad6d28, #ad6d28); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

footer#about-builder {
}

.footer .project-light-logo img {
  width: 160px;
  padding: 30px 0px;
  filter: invert(1) brightness(100);
}

.rera-section p {
  margin: 0px;
  color: #dddddd;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.rera-section a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.rera-section a:hover,
.rera-section a:focus {
  color: rgb(255, 255, 255);
  box-shadow: none;
}

.rera-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.disclaimer p {
  font-size: 12px;
  color: #f5f5f5;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0px;
  text-align: center;
}

.media-partner-gtf p {
  margin: 0px;
  padding-bottom: 42px;
  color: #e2e2e2;
  letter-spacing: 1px;
  font-size: 12px;
}

.media-partner-gtf p a {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.media-partner-gtf p a:hover,
.media-partner-gtf p a:focus {
  color: rgb(255, 255, 255);
  box-shadow: none;
}

.popup-section .modal-content {
  background: rgb(253, 252, 238);
}

/* .popup-section .modal-content::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 40px;
    width: 40%;
    height: 85%;
    background: url("../images/leaf-background-image.png") 0% 0% / 360px no-repeat;
    transform: scaleX(-1);
    opacity: 0.5;
} */

.popup-section .form_section button.btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.popup-section .modal-dialog .popup_image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-section .modal-dialog.modal-dialog-centered {
  max-width: 1000px;
}

.popup-section .modal-dialog .bg_logo {
  width: 230px;
  height: 230px;
  top: 32%;
}

.popup-section .modal-dialog .menu_logo {
  text-align: center;
}

.popup-section .popup_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.popup-section .popup_image::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 43%;
}

.popup-section .popup_image::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 46%;
  height: 45%;
  background-size: 200px;
  opacity: 0.2;
}

.popup-image-details {
  position: absolute;
  bottom: 0px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-image-details .popup-typology p {
  font-size: 20px;
  letter-spacing: 4px;
  font-family: var(--dropkicker);
  font-weight: 300;
  padding-bottom: 12px;
  margin: 0px;
}

.popup-pricing span {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-weight: 300;
}

.popup-pricing p {
  font-size: 30px;
  letter-spacing: 5px;
  font-family: var(--dropkicker);
  font-weight: 300;
}

.popup-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-section .popup-form {
  padding: 20px 30px;
}

.popup-section .form_section .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  padding: 15px 5px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: transparent;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.58px;
  letter-spacing: 0.2em;
}

.popup-section .form_section .form-control::placeholder {
  font-family: var(--montserrat);
  font-size: 13px;
  letter-spacing: 1px;
}

.popup-section .submit_btn {
  border: unset;
  background: #352626;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--montserrat);
  font-size: 13px;
  margin-top: 10px;
  border-radius: 0px !important;
  padding: 12px !important;
  color: rgb(255 255 255) !important;
  /* background: #9E7856 !important; */
}

.popup-section button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  border: 1px solid;
  border-radius: 50%;
  padding: 10px;
  font-size: 10px;
}

.popup-project-logo img {
  margin: auto;
  display: block;
  width: 109px;
  padding-bottom: 10px;
}

.mobile-section {
  display: none;
}

.m-view {
  display: none;
}

.d-view {
  display: block;
}

.banner-mobile {
  min-height: 68vh;
  object-fit: cover;
}

.checkbox-section {
  color: rgba(85, 85, 85, 0.88);
  font-size: 8px;
  gap: 5px;
  margin-top: 13px;
  letter-spacing: 0.5px;
}

.video-section .modal-body {
  padding: 40px;
}

.popup-section.video-section .modal-content::before {
  content: unset;
}

.popup-section.video-section .modal-content::after {
  content: unset;
}

.header .project-logo.logo-light {
  display: block;
}

.header .navbar.fixed .project-logo.logo-light {
  display: none;
}

.header .project-logo.logo-dark {
  display: none;
}

.header .navbar.fixed .project-logo.logo-dark {
  display: block;
  filter: unset;
  width: 109px;
}

.mobile-section a:active {
  color: rgb(255, 255, 255);
}

.mobile-section a:hover {
  color: rgb(27 27 27);
}

.footer {
  padding-top: 30px;
}

.gallery-images-section .gal-image {
  position: relative;
}

.gallery-images-section .gal-image span.img-tagline {
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-family: Montserrat;
}

.overview-right-view p.amnt-img-text {
  position: absolute;
  bottom: 0px;
  right: 90px;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.gallery-images-section {
  justify-content: center;
}

nav.navbar.fixed .project-logo {
  margin-top: 0px;
}

.builder-projects-details {
  justify-content: center;
  width: 100%;
}

.builder-projects-details::before,
.builder-projects-details::after {
  display: none;
}

.builder-projects-details p {
  position: relative;
}

.builder-projects-details p::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -25px;
  width: 1px;
  height: 47px;
  background-color: rgb(0, 0, 0);
}

.builder-projects-details p:nth-child(4)::after {
  display: none;
}

div#about-builder .about-builder-content {
  /* margin-bottom: 40px; */
}

.banner-call-section.rera-number {
  border: unset;
  background-color: unset;
  color: rgb(255, 255, 255);
}

p.rera-p {
  font-size: 8px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.navbar.fixed .banner-call-section.rera-number {
  border: none;
}

.navbar.fixed .banner-call-section.rera-number {
  color: rgb(0, 0, 0);
}

div#master-and-floor-plan .container {
  position: relative;
}

.floorplan-row {
  /* margin-top: 80px !important; */
}

.floorplan-row ul.nav.nav-tabs {
  flex-wrap: wrap;
  width: inherit;
  margin-left: 20%;
  background-color: rgb(9, 121, 82);
  color: rgb(255, 255, 255);
  border-radius: 0px;
}

.floorplan-row ul.nav.nav-tabs li {
  width: 100%;
  background-color: #9e7856;
}

.floorplan-row a.nav-link {
  color: rgb(255, 255, 255);
}

.floorplan-row a.nav-link {
  color: rgb(255, 255, 255) !important;
}

.floorplan-row a.nav-link.active {
  color: rgb(0, 0, 0) !important;
  border: none !important;
  border-radius: 0px !important;
}

.floorplan-row a.nav-link {
  border: none !important;
}

#exampleLightbox .carousel-item img {
  width: 100%;
}

#exampleLightbox .modal-content {
  background-color: rgb(253, 252, 238);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #9e7856;
  border-radius: 14%;
  padding: 17px;
  width: 26px !important;
  height: 32px !important;
}

#exampleLightbox button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  border: 1px solid;
  border-radius: 50%;
  padding: 10px;
  font-size: 10px;
  opacity: 1;
  filter: invert(1);
}

p.rera-p.mobile_rera {
  display: none;
}

body.mobile-open p.rera-p.mobile_rera {
  display: none;
}

button.carousel-control-prev,
button.carousel-control-next {
  opacity: 1 !important;
}
.project_logo {
  text-align: center;
}

.project_logo img.img-fluid {
  max-width: 14%;
}
.master-plan img {
  /* filter: blur(4px); */
  border: 4px solid #0a323e;
}

.btn-slider {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -5%;
  left: 45%;
  right: inherit;
  max-width: fit-content;
}

.btn-slider .carousel-control-prev,
.btn-slider .carousel-control-next {
  position: relative;
  margin-right: 25px;
  color: rgb(166, 116, 68);
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 10px;
  outline: none;
  border: none;
  border-radius: unset;
  background-size: 100% 100%;
  background-position: center center;
  position: unset;
}

.floor-sec {
  text-align: center;
}

.floor-sec img.img-fluid {
  /* max-width: 500px; */
  width: 100%;
  border: 4px solid #0a323e;
}

.floor-view-btn {
  text-align: center;
}

.floor-sec a {
  display: inline-block;
}
.floorplan-row .carousel-inner {
  margin-top: 35px;
}
div#exampleLightbox1 button.btn-close {
  right: 0;
  position: absolute;
}
.sparrow-class {
  width: 6%;

  position: relative;

  left: -2%;
}

.about-builder {
  background: #BFAF9F;
}

.gold-btn {
  /* display: inline-block; */
  padding: 12px 28px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  /* text-transform: uppercase; */
  /* border-radius: 30px; */
 background: linear-gradient(
    135deg,
    #1f1717,
    #352626,
    #5e4538,
    #1f1717,
    #352626
);
  /* background: rgb(234, 212, 127); */
  background-size: 300% 300%;
  animation: goldShine 4s ease infinite;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  font-family: var(--montserrat);
}

.price-section .gold-btn {
  /* background: rgb(234, 212, 127)!important; */
}

/* Hover Effect */
.gold-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(158, 128, 80, 0.6);
  color: #ffffff;
}

/* Golden Animation */
@keyframes goldShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.price-section .heading-section .title-head {
  /* color: #ffffff; */
}
.visual-journey .heading-section .title-head {
  color: #000000;
}
.f-plans {
  background: #BFAF9F;
  padding: 80px 0px;
}
.visual-journey .title-subhead {
  /* color: #717171; */
}

.footer-logo {
  width: 40%;
}

.reamoredbtn {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.mobile-show {
  display: block;
}

.mobile-show .form-control {
  margin-bottom: 15px;
  border: 1px solid rgb(113, 113, 113) !important;
  background-color: transparent !important;
}

.checkbox-section {
  display: flex;
  padding: 10px 0;
  align-items: baseline;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/* new gallery css */
.visual-journey .carousel-inner img {
  border-radius: 20px;
  max-height: 599px;
  object-fit: cover;
  margin-top: 30px;
}

/* .carousel-control-next, .carousel-control-prev {
    bottom: -55px!important;
    top: unset;
    width: 4%!important;
}

.carousel-control-next {
    right: 46%!important;
}
.carousel-control-prev {
    left: 46%!important;
} */

.carousel-indicators {
  bottom: -10% !important;
}

.amenities-pera {
  position: absolute;
  bottom: 0%;
  right: 1%;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 300;
  z-index: 999;
}

.carousel-indicators [data-bs-target] {
  background-color: #f8e4d5 !important;
}
.floor-div {
  display: block;
}
.blink-light {
  width: 2%;
  margin-left: -6px;
  margin-right: 2px;
}
.banner-thumbnail {
  position: absolute;
  right: 1%;
  bottom: 0;
  color: #262626;
  z-index: 9;
  font-size: 14px;
}

.new_typo {
  position: unset;
  background-color: #fff;
  /* background: #BFAF9F; */
  padding: 50px 0;
  width: 100%;
  bottom: 0%;
}

.new_typo .banner-new-design {
  position: relative;
  transform: none;
  left: auto;
  right: auto;
}
.new_typo .banner-new-design .banner_logo {
  display: block;
  /* filter: brightness(0) saturate(100%) invert(51%) sepia(50%) saturate(276%)
    hue-rotate(350deg) brightness(93%) contrast(85%); */
  background: #ffffffd6;
  padding: 16px 22px;
  border-radius: 3px;
}

.new_typo .banner-new-design .address {
  color: #000;
}

.new_typo .banner-new-design .address {
  color: #292828;
  font-weight: 900;
}

.new_typo .banner-new-design .banner-details {
  /* background: #ffffff; */
  background: #BFAF9F;
  /* backdrop-filter: blur(20px); */
}

.new_typo .banner-new-design .banner-details .banner-status h5,
.new_typo .banner-new-design .banner-details .banner-typology h5,
.new_typo .banner-new-design .banner-details .banner-price h5,
.new_typo .banner-new-design .banner-details .banner-plan h5 {
  color: #ffffff;
}

.new_typo .banner-new-design .banner-details .banner-status h4,
.new_typo .banner-new-design .banner-details .banner-typology h4,
.new_typo .banner-new-design .banner-details .banner-price h4,
.new_typo .banner-new-design .banner-details .banner-plan h4 {
  color: #ffffff;
}

.new_typo .banner-new-design .banner-details .banner-status h5,
.new_typo .banner-new-design .banner-details .banner-typology h5,
.new_typo .banner-new-design .banner-details .banner-price h5,
.new_typo .banner-new-design .banner-details .banner-plan h5 {
  color: #3e3e3e;
  transition: color 0.3s ease;
}

.new_typo .banner-new-design .banner-details .banner-status h4,
.new_typo .banner-new-design .banner-details .banner-typology h4,
.new_typo .banner-new-design .banner-details .banner-price h4,
.new_typo .banner-new-design .banner-details .banner-plan h4 {
  color: #000000;
  transition: color 0.3s ease;
}

/* âœ… Change color only on the hovered box */
.new_typo .banner-new-design .banner-details .banner-status:hover h5,
.new_typo .banner-new-design .banner-details .banner-typology:hover h5,
.new_typo .banner-new-design .banner-details .banner-price:hover h5,
.new_typo .banner-new-design .banner-details .banner-plan:hover h5,
.new_typo .banner-new-design .banner-details .banner-status:hover h4,
.new_typo .banner-new-design .banner-details .banner-typology:hover h4,
.new_typo .banner-new-design .banner-details .banner-price:hover h4,
.new_typo .banner-new-design .banner-details .banner-plan:hover h4 {
  color: #2f2f2f;
}
.h1_heading {
  font-size: 40px;
  color: #000000;
  /* text-shadow: -6px 0px 5px black; */
  font-weight: 700;
}
.banner-new-design {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.banner-new-design .banner_logo {
  margin: auto;
  display: block;
  width: 230px;
  filter: unset;
}

.info-box {
  display: flex;
  background: #e7dfd0;
  border-radius: 6px;
  padding: 20px 20px;
  max-width: 1320px;
  margin: 0px auto;
  border: 1px solid #cea964;
  background: #BFAF9F;
}

.info-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 10px 5px;
}

.info-item:not(:last-child) {
  border-right: 1px solid #361502;
}

.heading {
  font-size: 16px;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 12px;
  position: relative;
}

.heading:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #361502;
  display: block;
  margin: 8px auto 0;
}

.text {
  font-size: 18px;
  color: #000;
}

.banner-new-design .address {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-variant: lining-nums;
}
.banner-new-design .address img {
  max-width: 30px;
  vertical-align: bottom;
  padding-right: 8px;
  filter: invert(1);
}
.banner-new-design .banner-details {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #cea964;
  z-index: 99;
  background: #00000047;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  color: #000000;
  background: #00000012;
  backdrop-filter: blur(20px);
}
.banner-new-design .banner-details div:not(:last-child) {
  border-right: 1px solid #ead47f;
  /* color: #fff; */
}

.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-typology,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #292929;
  align-items: center;
  gap: 15px;
  padding: 20px 5px;
  position: relative;
  transition: 0.4s ease-in;
}

.banner-new-design .banner-details .banner-status h5,
.banner-new-design .banner-details .banner-typology h5,
.banner-new-design .banner-details .banner-price h5,
.banner-new-design .banner-details .banner-plan h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 10px;
  font-family: var(--montserrat);
  font-weight: 800;
}

.banner-new-design .banner-details .banner-status h5::after,
.banner-new-design .banner-details .banner-typology h5::after,
.banner-new-design .banner-details .banner-price h5::after,
.banner-new-design .banner-details .banner-plan h5::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #cea964;
  transform: translateX(-50%);
}

.banner-new-design .banner-details .banner-status h4,
.banner-new-design .banner-details .banner-typology h4,
.banner-new-design .banner-details .banner-price h4,
.banner-new-design .banner-details .banner-plan h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  font-family: var(--montserrat);
}

.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
  flex: 1;
}
.banner-new-design .banner-details .banner-typology {
  flex: 1;
}

.banner-new-design .banner-details .banner-status:hover,
.banner-new-design .banner-details .banner-typology:hover,
.banner-new-design .banner-details .banner-price:hover,
.banner-new-design .banner-details .banner-plan:hover {
  /* background: #ce964b; */
  background: linear-gradient(39deg, #9d6530, #f3bb60, #f5e08e, #9d6530);
  /* color: #000 !important; */
}
.banner-new-design .banner-details .banner-status:hover h5::after,
.banner-new-design .banner-details .banner-typology:hover h5::after,
.banner-new-design .banner-details .banner-price:hover h5::after,
.banner-new-design .banner-details .banner-plan:hover h5::after {
  background: #2a2a2a;
  /* color: #000; */
}
.banner-new-design .banner-details .banner-status:hover h5,
.banner-new-design .banner-details .banner-typology:hover h5,
.banner-new-design .banner-details .banner-price:hover h5,
.banner-new-design .banner-details .banner-plan:hover h5 {
  color: #000;
  font-weight: 500;
}
.banner-new-design .banner-details .banner-status:hover h4,
.banner-new-design .banner-details .banner-typology:hover h4,
.banner-new-design .banner-details .banner-price:hover h4,
.banner-new-design .banner-details .banner-plan:hover h4 {
  color: #000;
  font-weight: 500;
  font-family: var(--freight);
  font-family: var(--montserrat);
}

.project-club {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  background: #fff;
}

.club_item {
  padding: 10px 0px;
}

.club_item h5 {
  font-family: var(--montserrat);
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
  text-transform: uppercase;
}

.club_center_img {
  width: 80%;
  margin: auto;
  display: block;
}

.club_center_content {
  padding: 0px;
  position: relative;
}

.club_center_text {
  font-family: var(--montserrat);
  letter-spacing: 2px;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  padding: 20px;
}

.club_bg_img {
  position: absolute;
  top: -129px;
  left: 50%;
  transform: translateX(-50%);
  width: 185px;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  display: none;
}

@media (min-width: 768px) {
   
  #exampleLightbox1 .modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 600px;
  }

  .info-box {
    /* display: block; */
  }

  .mobile-show {
    display: none;
  }

  #exampleLightbox1 .modal-content {
    background-color: #fdfcee;
  }

  #exampleLightbox1 .carousel-item img.img-fluid.mh-100 {
    max-width: 100%;
    /* width: 100%; */
  }
  .carousel-caption h5 {
    font-size: 20px !important;
  }
}

@media (max-width: 1600px) {
  .p-80 {
    padding: 50px 0px 60px 0px;
  }

  .mobile-open .mobile-trigger {
    cursor: pointer;
    right: 15px;
  }

  .banner-content .banner-pricing {
    padding-bottom: 18px;
  }

  .banner-typology {
    padding-bottom: 12px;
  }

  .about-us::before {
    background-size: cover;
    background-position: center bottom;
  }

  .overview-right-view img {
    width: 90%;
    border-radius: 10px;
  }

  .heading-section .title-head {
    font-size: 18px;
  }

  .heading-section .title-subhead {
    line-height: 32px;
    padding-top: 0px;
    font-size: 16px;
  }

  .about-us .over-back-img {
    padding-bottom: 0px;
  }

  .amenities-section::before {
    background-size: cover;
    background-position: right center;
  }

  .floor-plan-section::before {
    background-size: cover;
    background-position: left -40px bottom -20px;
  }

  .master-plan img {
    /* width: 83%; */
  }

  .master-plan-img {
    padding: 0px 50px;
  }

  .location-section::before {
    background-size: cover;
    background-position: right 0px bottom -10px;
  }

  .location-points p {
    font-size: 13px;
    letter-spacing: 0.6px;
  }

  .location-points {
    margin-bottom: 30px;
  }

  .header .project-logo {
    /* width: 200px; */
    margin-top: 15px;
  }

  .navbar.fixed .project-logo {
    width: 120px;
  }

  .header nav.navbar {
    min-height: 85px;
  }

  .banner-content .starting-price {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .menu_section {
    max-width: 440px;
  }

  .menu_logo img {
    width: 160px;
    padding: 10px;
  }

  .menu_section ul li {
    padding: 12px 0px 10px;
  }

  .menu_section ul li a {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .amenities-detail-section {
    padding: 50px 30px 80px;
  }

  .gallery-images-section {
    padding-top: 30px;
  }

  .location-section .map-image img {
    width: 90%;
  }

  .footer .project-light-logo img {
    width: 160px;
    filter: invert(1) brightness(100);
  }
}

@media (max-width: 1367px) {
  .specifications-details {
    padding: 8px 0px;
  }
  .menu_section ul {
    padding-top: 25px;
  }

  .menu_section ul li {
    padding: 10px 0px;
  }

  .menu_section ul li a {
    font-size: 12px;
  }

  .banner-content .starting-price::before {
    left: -185px;
    width: 185px;
  }

  .banner-content .starting-price::after {
    right: -185px;
    width: 185px;
  }

  .overview-left-view {
    padding: 0px 50px;
  }

  .pricing-box .price {
    font-size: 22px;
  }

  .pricing-box .size h5 {
    font-size: 16px;
  }

  .menu_section .menu_in {
    padding-top: 30px;
  }

  .mobile-open .closemenu {
    top: 30px;
  }

  .header .project-logo {
    /* width: 26%; */
  }
  .header .navbar.fixed .project-logo.logo-dark {
    /* width: 26%; */
  }
}

p.rera-p-mobile {
  display: none;
}

@media (max-width: 768px) {
     .info-item:not(:last-child){
        border-right: none !important;
    }
  .blink-light {
    width: 7%;
  }

  .info-box {
    display: block;
  }

  #project-overview .project_logo img {
    filter: unset;
    display: none;
  }

  .banner-content .banner-typology p img {
    filter: invert(1);
  }
  .visual-journey img {
    min-height: auto;
  }

  .carousel-inner {
    min-height: 290px !important;
  }
  .carousel-inner {
    min-height: 492px;
  }
  .banner-content .starting-price span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 23px;
  }
  .floorplan-row ul.nav.nav-tabs {
    background-color: transparent;
    margin-left: 0px;
  }

  .header .navbar.fixed .project-logo.logo-dark {
    width: 80px;
  }

  .navbar-brand {
    width: 160px;
  }

  .floorplan-row {
    /* margin-top: 40px !important; */
  }

  p.rera-p-mobile {
    position: absolute;
    bottom: -7px;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Montserrat;
    display: block;
  }
  .sparrow-class {
    width: 15%;
    position: relative;
    left: -4%;
  }

  .h1_heading {
    font-size: 26px;
    color: #000;
    text-shadow: unset;
  }
  .banner-new-design .address {
    padding: 4px 0;
    font-size: 14px;
  }
  .banner-new-design .banner-details {
    width: 100%;
    border: 1px solid #c2b48ec9;
    flex-direction: column;
  }
  .banner-new-design .banner-details div:not(:last-child) {
    border-right: unset;
  }
  .banner-new-design .banner-details .banner-status:hover,
  .banner-new-design .banner-details .banner-typology:hover,
  .banner-new-design .banner-details .banner-price:hover,
  .banner-new-design .banner-details .banner-plan:hover {
    background: unset;
  }
  .new_typo {
    padding: 0px 0;
  }
}

h4.button-btn-mobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .banner-content .starting-price span:nth-of-type(1) {
    font-size: 14px;
    padding: 0px 20px;
  }

  .club_center_img {
    width: 100%;
    margin: auto;
    display: block;
  }

  .banner-mobile {
    min-height: 100%;
    /* object-fit: cover; */
  }
  .p-80 {
    padding: 20px 0px;
  }

  .m-view {
    display: block;
  }

  .d-view {
    display: none;
  }

  .menu_section .menu_in {
    padding: 20px 55px 20px 50px;
    position: relative;
  }

  .header a.banner-query-btn {
    display: none;
  }

  .header .project-logo {
    width: 100px;
  }

  .header nav.navbar {
    padding: 10px 8px;
  }

  .banner-content .banner-typology h3 {
    letter-spacing: 3px;
    font-size: 18px;
    color: #9e7856;
    font-weight: 400;
    text-align: center;
    padding: 6px 0px;
    line-height: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 6px;
  }

  .banner-content .banner-pricing {
    /* display: none; */
    padding: 0px;
    /* background: #000; */
  }

  .banner-content .starting-price {
    letter-spacing: 0.5px;
  }

  .banner-content .banner-pricing p {
    margin-bottom: 10px;
    text-align: center;
  }

  .banner-typology {
    padding-bottom: 0px;
    padding-top: 7px;
  }

  .banner-section .carousel-inner::after {
    display: none;
  }

  .banner-section .banner-img {
    height: 60vh;
  }

  .banner-content {
    position: relative;
  }

  .banner-content .payment-plan {
    background: rgb(9, 121, 82);
    font-size: 12px;
    padding: 12px 20px;
    border: 1px solid rgb(9, 121, 82);
    color: rgb(255, 255, 255);
    font-weight: 400;
  }

  .banner-content .starting-price {
    background: transparent;
    padding: 8px 0px;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 10px 0px;
  }

  .banner-content .status {
    background: rgb(9, 121, 82);
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(9, 121, 82);
  }

  .banner-content .banner-typology h2 {
    color: rgb(52 52 52);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 6px;
    border-bottom: unset;
    border-top: unset;
    margin-bottom: 0px;
    letter-spacing: 2px;
    margin-top: 0px;
  }

  .banner-content .banner-typology p {
    text-align: center;
    color: rgb(22 22 22);
    letter-spacing: 0.4px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .amenities-detail-section .tab-content .tab-pane .amenity-detail-image {
    height: 100%;
    padding-top: 35px;
  }

  .master-plan-img {
    padding: 0px 30px;
  }

  .side-call-btn {
    right: 20px;
    gap: 8px;
    display: none;
  }

  .heading-section .title-subhead {
    width: 90%;
    letter-spacing: 0.5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .pt-50 {
    padding-top: 20px;
  }

  .overview-left-view {
    padding: 0px 15px;
  }

  .overview-left-view p {
    text-align: center;
  }

  .overview-left-view p {
    line-height: 22px;
    text-align: justify;
  }

  .about-us .over-back-img::before {
    display: none;
  }

  .pricing-box .price {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .about-us::before {
    left: 0px;
    top: 0%;
    background-size: unset;
  }

  div#about-us {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .heading-section .title-head {
    letter-spacing: 2px;
  }

  .overview-query-btn img {
    display: none;
  }

  .overview-query-btn {
    text-align: center;
    z-index: 99;
  }

  .overview-query-btn a {
    margin-top: 15px;
  }

  .overview-right-view {
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .about-us .over-back-img::after {
    right: 1%;
    bottom: -10%;
    width: 65%;
    height: 25%;
  }

  #order-second {
    order: 1;
  }

  #order-first {
    order: 2;
  }

  .p-100 {
    padding: 40px 0px 10px;
  }

  .heading-section .title-head {
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .highlight-section ul#pills-tab {
    padding: 25px;
    gap: 20px;
  }

  .highlight-section .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    padding: 9px 28px;
    font-size: 12px;
  }

  .highlight-section .nav-pills .nav-link {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 9px 28px;
  }

  .highlight-section .tab-pane {
    padding: 0px 5px;
  }

  .highlight-details {
    padding: 10px;
  }

  .highlight-section::after {
    right: 0%;
    top: 22%;
    width: 25%;
    height: 10%;
    background-size: 100px;
    opacity: 0.5;
  }

  .highlight-section::before {
    right: 0%;
    top: 22%;
    width: 25%;
    height: 10%;
    background-size: 100px;
    opacity: 0.5;
  }

  .top-view-video .video-head {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .top-view-video {
    padding: 18px 0px 0px;
  }

  .amenities-detail-section {
    padding: 28px 5px 0px;
  }

  .amemity-icons-details-section .nav-pills {
    flex-wrap: wrap;
    gap: 10px;
  }

  .amenities-detail-section .nav-pills .nav-link {
    min-width: 100%;
  }

  .amemity-icons-details-section .nav-pills li {
    width: 48%;
    margin-bottom: 0px;
  }

  .amenity-btn p {
    letter-spacing: 0px;
  }

  .amenity-btn {
    padding: 10px 0px !important;
  }

  .amemity-icons-details-section {
    text-align: center;
  }

  button.amenity-view-btn.m-view {
    width: 80%;
    margin: 30px auto 0px;
  }

  div#amenities {
    padding-bottom: 0px;
  }

  .price-section .heading-section .title-subhead {
    padding: 0px 10px;
  }

  div#price {
    padding-bottom: 0px;
  }

  .price-section::before {
    right: 4%;
    top: 28px;
    background-size: 110px;
  }

  .pricing-box {
    padding: 25px;
    margin-top: 0px;
    margin: 20px;
  }

  div#master-and-floor-plan {
    padding: 30px 0px 0px 0px;
  }

  .floor-plan-section::before {
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center bottom;
  }

  .row.pt-70 {
    padding-top: 25px;
  }

  .master-plan {
    padding: 15px;
  }

  .master-plan h4 {
    padding-bottom: 25px;
  }

  .floor-sec .floor-plan {
    /* padding-bottom: 25px; */
    /* letter-spacing: 2px; */
    font-size: 18px;
    /* margin-top: 5px; */
    padding-top: 0px;
  }

  div#visual-journey {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .visual-journey::before {
    content: unset;
  }

  .gallery-images-section {
    padding-top: 25px;
  }

  .gallery-images-section {
    padding: 10px;
    flex-wrap: wrap;
  }

  .gallery-images-section .gal-image {
    width: 48%;
  }

  .abt-builder-sec::before {
    display: none;
  }

  .location-section::before {
    background-size: cover;
    top: unset;
    left: 0%;
  }

  div#location-advantages {
    /* padding-bottom: 0px; */
  }

  .map-image {
    padding-top: 20px;
  }

  .location-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-points p {
    letter-spacing: 0.5px;
    font-size: 13px;
  }

  .location-points .location-icon {
    width: 58px;
    height: 50px;
    min-width: 60px;
  }

  .location-points .location-icon img {
    width: 26px;
  }

  .location-points .location-icon p {
    font-size: 11px;
  }

  .location-points {
    margin-bottom: 10px;
  }

  .map-image .location-video {
    bottom: 12%;
    right: 50%;
    transform: translateX(50%);
    width: max-content;
    font-size: 12px;
  }

  div#about-builder {
    padding-bottom: 0px;
  }

  .about-builder-content {
    padding: 0px;
  }

  .abt-builder-sec {
    padding: 0px 20px 25px;
  }

  .about-builder-content p {
    text-align: justify;
    line-height: 24px;
    font-size: 13px;
  }

  .submit_btn {
    font-size: 13px;
  }

  .builder-projects-details {
    width: 100%;
    gap: 35px;
  }

  .builder-projects-details p {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .builder-projects-details p span {
    font-size: 18px;
  }

  .about-builder .heading-section .title-head {
    text-align: center;
  }

  .about-builder .form-control::placeholder {
    font-size: 12px;
  }

  .footer-form {
    margin-right: 0px;
    padding: 25px;
  }

  .about-builder .form-control {
    margin-bottom: 15px;
    padding: 10px;
  }

  .footer .project-light-logo img {
    width: 110px;
    padding: 25px 0px;
  }

  .disclaimer {
    padding: 0px 15px;
    /* text-align: justify; */
  }

  .popup-section .popup-form {
    padding: 0px;
  }

  .popup-section .popup_image::after {
    width: 46%;
    height: 45%;
    background-size: 130px;
  }

  .container,
  .container-fluid {
    padding: 12px !important;
  }

  .specifications-details {
    gap: 12px;
    padding: 10px 0px;
  }

  .specifications-details p {
    font-size: 12px;
  }

  .specifications-details img {
    width: 14px;
  }

  .location-section .overview-query-btn a {
    margin-left: 0px;
  }

  .navbar.fixed .container {
    /* padding: 0px !important; */
    padding: 10px 8px !important;
  }

  .floor-view-btn {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .floor-view-btn.floor-sec {
    justify-content: flex-start;
    padding-left: 0px;
    align-items: center;
  }

  .popup-project-logo {
    position: relative;
    top: 0px;
  }

  .popup-project-logo img {
    margin: auto;
    display: block;
    width: 100px;
  }

  .popup-section button.btn-close {
    right: 12px;
    top: 12px;
    opacity: 1;
  }

  .popup-pricing span {
    font-size: 13px;
  }

  .popup-image-details .popup-typology p {
    font-size: 31px;
  }

  .popup-section .form_section .form-control {
    padding: 10px 5px;
  }

  .video-section .modal-body {
    padding: 10px;
  }

  .popup-section.video-section button.btn-close {
    filter: invert(1);
    right: -3px;
    top: -39px;
  }

  .mobile-section {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background:  #352626;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
    width: 100%;
    border-radius: 0px;
  }

  .mobile-section.show {
    display: flex;
  }

  .mobile-section a {
    color: rgb(255 255 255);
    text-decoration: none;
    text-align: center;
    width: 32%;
    display: inline-block;
    font-size: 13px;
    flex: 1 1 0%;
    font-weight: 600;
  }

  .mobile-section a:not(:last-child) {
    border-right: 1px solid;
  }

  .header nav.navbar {
    min-height: auto;
  }

  .header .project-logo {
    width: 80px;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    margin-top: 0px;
  }

  .navbar.fixed .project-logo {
    width: 115px;
    margin-top: 0px !important;

    & nav.navbar.fixed .project-logo {
      margin-top: -19px;
    }
  }

  .banner-call-section {
    display: none;
  }

  .builder-projects-details {
    width: 100%;
    margin-bottom: 30px;
  }

  .builder-projects-details p {
    width: 40%;
  }

  .footer::before {
    left: 16%;
    top: 45%;
    width: 73%;
    height: 45%;
    background-size: 240px;
    opacity: 0.2;
  }

  .banner-content .starting-price::before {
    content: unset;
  }

  .banner-content .starting-price::after {
    content: unset;
  }

  .overview-right-view img {
    width: 100%;
  }

  .map-image {
    padding: 14px 0px 0px;
    position: relative;
  }

  .location-section .map-image img {
    width: 100%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    padding: 9px;
  }

  p.rera-p.mobile_rera {
    font-size: 11px;
    margin-top: 6px;
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 600;
  }

  span.mobile-trigger-in {
    width: 100%;
    text-align: end;
  }

  .mobile-trigger {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
  }

  p.rera-p-mobile {
    display: none;
  }

  nav.navbar.fixed {
    padding: 0px 10px;
  }

  nav.navbar.fixed p.rera-p.mobile_rera {
    color: rgb(0, 0, 0);
  }

  .overview-right-view p.amnt-img-text {
    left: 25px;
  }

  .nav-tabs .nav-link {
    text-align: center;
  }

  .floor-sec a {
    text-align: center;
    width: auto;
    display: inline-block;
  }

  .floor-sec {
    text-align: center;
    width: 100%;
  }

  .btn-slider {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -9%;
    left: 36%;
    right: inherit;
    max-width: fit-content;
  }

  .btn-slider .carousel-control-prev,
  .btn-slider .carousel-control-next {
    position: relative;
    margin-right: 25px;
    color: rgb(166, 116, 68);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 10px;
    outline: none;
    border: none;
    border-radius: unset;
    background-size: 100% 100%;
    background-position: center center;
    position: unset;
  }

  .project_logo img.img-fluid {
    max-width: 162px;
    filter: invert(1);
  }

  .project_logo {
    text-align: center;
    margin-bottom: 0px;
    /* margin-top: -61px; */
  }

  .master-plan img {
    /* filter: blur(4px); */
  }

  h4.button-btn-mobile {
    text-decoration: none;
    color: rgb(0 0 0);
    /* background: #9E7856; */
    padding: 12px 22px;
    font-size: 12px;
    letter-spacing: 2px;
    /* width: fit-content; */
    font-weight: 600;
    display: block;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .floor-plan-section {
    position: relative;
  }

  .floor-plan-section::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 19px;
    z-index: 9;
  }

  .floor-view-btn.floor-sec {
    display: none;
  }

  h3.mobile_typo {
    position: absolute;
    top: 24%;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: Montserrat;
  }

  .builder-projects-details p:nth-child(2)::after {
    content: none;
  }

  .container.banner-content {
    padding-bottom: 0px !important;
    background: #BFAF9F;
  }
  .floorplan-row .carousel-inner {
    margin-top: 0;
  }
}
