* {
    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;
}



:root {
    --dropkicker: 'Dropkicker';
    --montserrat: 'montserrat';
    --green-color: #5a4536;
}

body {
    background-color: rgb(253, 252, 238) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body,
p,
a {
    font-family: 'Inter', sans-serif;
}

.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;
}

.heading-section .title-head {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 50px;
    margin: 0px;
    color: #0e4d26;
    text-align: center;
}

.location-section .title-head {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;
    color: #0e4d26;
    text-align: center;
}

.heading-section .title-subhead {
    width: 100%;
    letter-spacing: 0px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 35px;
    padding-top: 0px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.location-section .title-subhead {
    width: 100%;
    letter-spacing: 0px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 35px;
    padding-top: 0px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.QR-img img{ height: 60px; }
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: 110px;
}

.navbar.fixed {
    position: fixed;
    top: 0px;
    background: rgb(223 242 231);
    z-index: 99;
    box-shadow: rgba(181, 181, 181, 0.7) 0px 8px 6px -6px;
    height: 75px;
}

.navbar.fixed .project-logo {}

.navbar.fixed .openmenu {
    width: 30px;
    filter: unset;
}

.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;
    filter: invert(1);
}

.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: 80px;
    padding: 0px;
}

.menu_logo {
    text-align: left;
}

.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: 6px;
    background: transparent;
}

.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;
    background: transparent;
    border-radius: 5px;
}

.banner-section .banner-img {
    position: relative;
    height: 100vh;
    object-fit: cover;
}

.banner-container {
    position: relative;
}

.banner-section .carousel-inner::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
}

.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;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 12px;
    text-align: center;
}

.banner-content .banner-typology h2 {
    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 0px 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 {
    padding: 7px 40px;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 50px;
    margin: 8px 0px 0px;
    position: relative;
}

.banner-content .starting-price span:nth-of-type(1) {
    display: block;
    font-size: 16px;
}

.side-call-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
    writing-mode: vertical-lr;
    border-radius: 6px;
}

.side-call-btn a {
    background: rgb(223 242 231);
    padding: 8px 9px;
    border: 1px solid rgb(23, 60, 120);
    border-radius: 6px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.side-call-btn a img {
    width: 22px;
}

.side-call-btn1 {
    position: fixed;
    right: 10px;
    top: 90%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}

.side-call-btn1 a {}

.side-call-btn1 a img {
    width: 32px;
}

.about-us {
    position: relative;
    background: rgb(255, 255, 255);
}

.overview-left-view {
    padding: 0px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.overview-left-view p {
    font-size: 16px;
    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;
    height: 59vh;
    object-fit: cover;
}

.overview-query-btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 12px 25px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.overview-query-btn a:hover {
    color: rgb(255, 255, 255);
}

.about-us .over-back-img {
    position: relative;
    padding-bottom: 20px;
}

.highlight-section {
    position: relative;
    background: rgb(223 242 231);

}



.specifications-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 6px 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: #0e4d26;
    font-size: 26px;
    letter-spacing: 2px;
}

.top-view-video .video-btn {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #0e4d26;
    padding: 12px 40px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.top-view-video .video-btn::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    left: -15px;
    top: 0px;
    background-color: #0e4d26;
}

.top-view-video .video-btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    right: -15px;
    top: 0px;
    background-color: #0e4d26;
}

.amenities-section {
    position: relative;
    background: rgb(255, 255, 255);
}

.amenities-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.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: 0px;
    margin: 0px;
    padding: 8px 0px 3px;
}

.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: 5px;
    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: #0e4d26 !important;
    border-radius: 0px !important;
    border: 1px solid rgb(20, 105, 60) !important;
}

button.amenity-view-btn {
    color: rgb(255, 255, 255);
    padding: 11px 30px;
    border: 0px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

div#pills-tabContent {
    padding-top: 30px;
}

.price-section {
    position: relative;
    background: 0% 0% / cover rgb(255, 255, 255);
}

.price-section .heading-section .title-subhead {}

.pricing-box {
    margin-top: 50px;
    padding: 50px;
    text-align: center;
    background: rgb(223 242 231);
}

.pricing-box .typology {
    font-size: 20px;
    letter-spacing: 3px;
    border: 1px solid;
    padding: 12px;
    text-align: center;
    font-weight: 400;
    margin: 0px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
}

.pricing-box .starting-price {
    padding: 35px 0px 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: rgb(90, 69, 54);
}

.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: rgb(96, 96, 96);
}

.pricing-box .size {
    display: flex;
    padding: 32px 0px;
    color: rgb(92, 92, 92);
    justify-content: space-evenly;
}

.pricing-box .size h5 {
    letter-spacing: 2px;
    font-size: 18px;
}

.price-query-btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 12px 25px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.price-query-btn a:hover {
    color: rgb(255, 255, 255);
}

.floor-plan-section {
    position: relative;
    background: rgb(255, 255, 255);
}

.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;
    width: fit-content;
    margin: auto;
    padding-bottom: 6px;
}

.floor-sec a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 12px 22px;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    width: fit-content;
    font-weight: 600;
}

.floor-sec a:hover {
    color: rgb(255, 255, 255);
}

.floor-view-btn.floor-sec {
    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: rgb(10, 50, 62);
}

.master-plan-img .img-details .head-name h4 {
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: rgb(219, 186, 73);
}

.img-specs {
    display: flex;
    gap: 15px;
}

.img-specs span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
}

.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 rgb(255, 255, 255);
}

.location-section {
    position: relative;
    background: rgb(223 242 231);
}

.location-section {
    padding: 100px 0px;
}

.location-section h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.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 #0e4d26;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.location-section .nav-pills .nav-link img {
    width: 40px;
    height: 40px;
}

.location-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0e4d26;
    border-color: #0e4d26;
}

.location-section .amenities-section ul li {
    margin: 0px 25px;
}

.location-section .tab-content .box {
    background-color: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 5px;
}

.location-section .tab-content .box h6 {
    padding-bottom: 25px;
    color: rgb(90, 69, 54);
    text-transform: uppercase;
    font-family: var(--font-lato);
}

.location-section .tab-content .box p {
    margin-bottom: 15px;
    font-size: 14px;
    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: rgb(223 242 231);
    padding: 60px 0px;
}

.location-section ul.nav.nav-pills {
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 30px;
    gap: 0px 15px;
}

.location-section .nav-link.active img {
    filter: invert(1);
    width: 40px;
    height: 40px;
}

.location-section .location-map-img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}

.map-image {
    padding: 50px 0px;
    position: relative;
}

.map-image .location-video {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 99;
    background: #0e4d26;
    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: #0e4d26;
    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;
}

.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: rgb(255, 255, 255);
}

.overview-query-btn {
    display: block;
    text-align: start;
    margin-top: 25px;
    position: relative;
    z-index: 9999;
}

.location-section .map-image img {
    width: 100%;
}

.about-builder-content {
    padding: 10px 20px 0px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    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: 'Poppins', sans-serif;
    font-size: 17px;
    color: rgb(39, 39, 39);
    margin: 0px;
}

.builder-projects-details p span {
    font-size: 21px;
    color: #0e4d26;
}

.about-builder .heading-section .title-head {
    text-align: left;
}

.abt-builder-sec {
    padding: 0px 50px 50px;
    position: relative;
}

.footer-form {
    padding: 35px;
    margin-right: 50px;
    margin-top: 4px;
    background: rgb(242 246 247);
    border: 1px solid rgb(14 77 38);
    border-radius: 5px;
}

.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-size: 14px;
}

.about-builder .form-control:focus {
    box-shadow: none !important;
}

.submit_btn {
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    background: #0e4d26;
    border: unset;
    border-radius: 0px !important;
    padding: 10px !important;
    color: rgb(255, 255, 255) !important;
}

.footer {
    position: relative;
}

.footer {
    background: #0e4d26;
    text-align: center;
}

footer#about-builder {}

.footer .project-light-logo img {
    width: 160px;
    padding: 30px 0px;
    filter: invert(1) brightness(100);
}

.rera-section p {
    margin: 0px;
    color: rgb(221, 221, 221);
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 300;
}

.rera-section a {
    color: rgb(255, 255, 255);
    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: rgb(245, 245, 245);
    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: rgb(226, 226, 226);
    letter-spacing: 1px;
    font-size: 12px;
}

.media-partner-gtf p a {
    color: rgb(255, 255, 255);
    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(223 242 231);
}

.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: 'Poppins', sans-serif;
    font-weight: 300;
    padding-bottom: 12px;
    margin: 0px;
}

.popup-pricing span {
    font-size: 12px;
    letter-spacing: 2px;
     font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.popup-pricing p {
    font-size: 30px;
    letter-spacing: 5px;
    font-family: 'Poppins', sans-serif;
    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: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.popup-section .submit_btn {
    border: unset;
    /* background: #0e4d26; */
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 0px !important;
    padding: 12px !important;
    color: rgb(255, 255, 255) !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: 80px;
    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(0, 0, 0, 0.88);
    font-size: 10px;
    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;
    object-fit: contain;
}

.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: 110px;
}

.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: 'Inter', sans-serif;
}

.overview-right-view p.amnt-img-text {
    position: absolute;
    bottom: 0px;
    right: 90px;
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.highlight-section p.amnt-img-text {
    position: absolute;
    bottom: 80px;
    right: 880px;
    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 {}

.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 {}

.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: #0e4d26;
}

.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: #0e4d26;
    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 {
    border: 4px solid rgb(10, 50, 62);
}

.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 {
    width: 100%;
    border: 4px solid rgb(10, 50, 62);
}

.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: 0px;
    position: absolute;
}

.sparrow-class {
    width: 6%;
    position: relative;
    left: -2%;
}

.about-builder {
    background: rgb(255, 255, 255);
}

.gold-btn {
    padding: 12px 28px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: linear-gradient(39deg, #0e4d26, #0e4d26, #268a69, #268a69) 0% 0% / 300% 300%;
    animation: 4s ease 0s infinite normal none running goldShine;
    transition: transform 0.3s, box-shadow 0.3s;
    font-family: 'Inter', sans-serif;
    border: 0;
}

.price-section .gold-btn {}

.gold-btn:hover {
    transform: translateY(-2px);
    box-shadow: #268a69 0px 8px 20px;
    color: rgb(255, 255, 255);
}

@keyframes goldShine {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.price-section .heading-section .title-head {}

.visual-journey .heading-section .title-head {
    color: #0e4d26;
}

.f-plans {
    background: rgb(223 242 231);
    padding: 80px 0px;
}

.visual-journey .title-subhead {}

.footer-logo {
    width: 40%;
}

.reamoredbtn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.mobile-show {
    display: none;
}

.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 0px;
    align-items: baseline;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.visual-journey .carousel-inner img {
    border-radius: 20px;
    max-height: 599px;
    object-fit: cover;
    margin-top: 30px;
}

.carousel-indicators {
    bottom: -10% !important;
}

.amenities-pera {
    position: absolute;
    bottom: 0%;
    right: 1%;
    color: rgb(255, 255, 255);
    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: rgb(96, 76, 62) !important;
}

.floor-div {
    display: block;
}

.blink-light {
    width: 2%;
    margin-left: -6px;
    margin-right: 2px;
}

.banner-thumbnail {
    position: absolute;
    right: 1%;
    bottom: 0px;
    color: rgb(38, 38, 38);
    z-index: 9;
    font-size: 14px;
}

.new_typo {
    position: unset;
    background-color: rgb(255, 255, 255);
    padding: 50px 0px;
    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;
    background: rgba(255, 255, 255, 0.84);
    padding: 16px 22px;
    border-radius: 3px;
}

.new_typo .banner-new-design .address {
    color: rgb(0, 0, 0);
}

.new_typo .banner-new-design .address {
    color: rgb(41, 40, 40);
    font-weight: 900;
}

.new_typo .banner-new-design .banner-details {
    background: rgb(223 242 231);
}

.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: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
}

.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: rgb(62, 62, 62);
    transition: color 0.3s;
}

.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: rgb(0, 0, 0);
    transition: color 0.3s;
}

.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: rgb(47, 47, 47);
}

.h1_heading {
    font-size: 40px;
    color: rgb(26, 63, 125);
    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;
    border-radius: 5px;
    padding: 20px;
    max-width: 1320px;
    margin: 0px auto;
    border: 1px solid rgb(25, 62, 123);
    background: rgb(223 242 231);
}

.info-item {
    flex: 1 1 0%;
    text-align: center;
    position: relative;
    padding: 10px 5px;
}

.info-item:not(:last-child) {
    border-right: 1px solid rgb(23, 60, 120);
}

.heading {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    margin-bottom: 12px;
    position: relative;
}

.heading::after {
    content: "";
    width: 150px;
    height: 1px;
    background: rgb(22, 59, 119);
    display: block;
    margin: 8px auto 0px;
}

.text {
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.banner-new-design .address {
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    font-variant: lining-nums;
}

.banner-new-design .address img {
    width: 31px;
    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 rgb(206, 169, 100);
    z-index: 99;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(20px);
}

.banner-new-design .banner-details div:not(:last-child) {
    border-right: 1px solid rgb(234, 212, 127);
}

.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: rgb(41, 41, 41);
    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: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: 'Inter', sans-serif;
    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: rgb(206, 169, 100);
    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: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
    flex: 1 1 0%;
}

.banner-new-design .banner-details .banner-typology {
    flex: 1 1 0%;
}

.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: linear-gradient(39deg, rgb(157, 101, 48), rgb(243, 187, 96), rgb(245, 224, 142), rgb(157, 101, 48));
}

.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: rgb(42, 42, 42);
}

.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: rgb(0, 0, 0);
    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: rgb(0, 0, 0);
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.project-club {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: rgb(255, 255, 255);
}

.club_item {
    padding: 10px 0px;
}

.club_item h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.club_center_img {
    width: 100%;
    margin: auto;
    display: block;
}

.club_center_content {
    padding: 0px;
    position: relative;
}

.club_center_text {
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    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 center;
    opacity: 0.8;
    display: none;
}

.about-us::after {
    position: absolute;
    left: 21%;
    top: 70%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 450px;
    content: "";
    background: url("../images/contant-icon.png") 0% 0% / 150px no-repeat;
    opacity: 0.09;
    z-index: 9;
}

.title-head {
    color: #0e4d26;
}

.highlight-section::after {
       position: absolute;
    right: 2%;
    top: 65%;
    transform: translate(-50%, -50%);
    height: 55%;
    width: 210px;
    content: "";
    background: url(../images/contant-icon.png) 0% 0% / 200px no-repeat;
    opacity: 0.09;
    z-index: 9;
}

.floor-plan .floor img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 25px;
    filter: blur(4px);
}

.floor-plan .floor .heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: var(--primary-color);
    font-family: var(--vetrino);
    letter-spacing: 2px;
}

.floor-plan .floorpla_slider_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.floor-plan {
    position: relative;
    overflow-x: hidden;
    padding: 80px 0px 80px 40px;
    background: rgb(223 242 231);
}

.floor-plan .query-btn-new {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.floor-plan .floorpla_slider_buttons .prev img,
.next img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-plan-section {
    display: flex;
    justify-content: center;
    margin: 50px;
}

.site-plan-section img.img-fluid {
    height: 500px !important;
    object-fit: cover;
}

.floor-plan .section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.multiple-tabs-section {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.multiple-tabs-section .nav-link {
    background: rgb(255, 255, 255);
    width: 175px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: var(--vetrino);
    letter-spacing: 2px;
    padding: 12px 15px;
    border: 1px solid rgb(16 77 42) !important;
}

.multiple-tabs-section .nav-link.active {
    padding: 12px 15px;
    font-size: 14px;
    background: linear-gradient(39deg, #0e4d26, #0e4d26, #154d3a, #154d3a) 0% 0% / 300% 300%;
    animation: 4s ease 0s infinite normal none running goldShine;
    transition: transform 0.3s, box-shadow 0.3s;
}

.navbar-query-btn {
    color: rgb(0, 0, 0);
}

.navbar-query-btn span {
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}

.navbar.fixed .navbar-query-btn span {
    color: rgb(0, 0, 0);
}
.about-builder .container {
    z-index: 99;
    position: relative;
}

.about-builder {
    position: relative;
    overflow: hidden;
    background: rgb(223 242 231);;
}

.banner-section .carousel-indicators{
    bottom: 3% !important;
    z-index: 9;
}
.banner-section .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}


.content_over_banner .project_box .banner_btn{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.content_over_banner .project_box {
  position: absolute;
  bottom: 8%;
  left: 10%;
  z-index: 99;
}
.content_over_banner .project_box h1{
  font-family: var(--second-font);
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.46px;
  margin: 10px 0;
  color: #fff;
}
.content_over_banner .project_box h2{
  font-family: var(--second-font);
  font-size: 80px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.46px;
  margin: 10px 0;
  color: #fff;
}
.content_over_banner .project_box h6{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.content_over_banner .project_box h6::before{
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 1px;
  height: 34px;
}
.content_over_banner .form_section {
   background: rgb(0 0 0 / 51%);
  /* opacity: 30%; */
  padding: 30px 15px 30.8px 23px;
  position: absolute;
  bottom: 20%;
  right: 15%;
  z-index: 99;
  max-width: 444px;
  width: 444px;
}
.content_over_banner .form_section h6{
  font-family: var(--second-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 35.54px;
  letter-spacing: 0.71px;
  margin-bottom: 4px;
  color: #fff;
}
.content_over_banner .form_section p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.33px;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
  color: #fff;
}
.content_over_banner .form_section input{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.71px;
  /* font-family: 'Poppins', sans-serif; */
}
.content_over_banner .form_section input::placeholder{
  color: #fff;
}
.content_over_banner .form_section .inp-box label{
  color: #fff;
}
.content_over_banner .form_section .button{
  padding: 13px 0 12px;
  color: #000;
  width: 100%;
}
.m_starting_price{
  display: none;
}
.m_typo{
  display: none;
}
.banner-section::after {
   content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 8;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 75%);
}
.content_over_banner .form_section input:focus-visible{
    outline: none;
    box-shadow: none;
}

.m_typology{
    display: none;
}

/* footer form */

.offer-banner-header{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    /* margin-top: 40px; */
    padding-top: 40px;
}
.main_title {
    color: #000;
    font-family: var(--freight);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    /* text-transform: uppercase; */
    position: relative;
    padding: 12px 0;
}
.about-heading {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
.enquiry-container-premium {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    margin-top: 80px;
}
.enquiry-visual-premium {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 550px;
}
.enquiry-visual-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: transform 12s ease;
}
.enquiry-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 50px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 20%, transparent 100%);
    color: white;
}
.premium-badge {
    display: inline-block;
    padding: 6px 5px;
    background: var(--gradient-gold);
    color: white;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.enquiry-overlay-content h3 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    margin-bottom: 15px;
}
.enquiry-overlay-content p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-width: 500px;
}
.enquiry-list-premium {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    font-weight: 500;
}
.enquiry-form-card {
    background: #dff2e7;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-header-premium {
    margin-bottom: 35px;
}
.form-header-premium h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-family: var(--freight);
}
.form-header-premium p {
    color: #6e6e73;
    font-size: 0.95rem;
}
.input-group-premium {
    margin-bottom: 8px;
}
.checkbox-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: flex-start;
}
.input-group-premium label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.input-group-premium input, .input-group-premium select, .input-group-premium textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    background: #fdfdfd;
    transition: all 0.3s ease;
    color: #000;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.footer_form{
    background: #fff;
    padding-bottom: 50px;
}


@media (max-width: 1600px) {
    .p-80 {
        padding: 50px 0px 50px;
    }



    .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;
        height: 60vh;
        object-fit: cover;
    }

    .heading-section .title-head {
        font-size: 28px;
    }

    .heading-section .title-subhead {
        line-height: 32px;
        padding-top: 0px;
        font-size: 20px;
    }

    .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 {}

    .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 {
        margin-top: 0px;
    }

    .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:1480px){
    .content_over_banner .form_section {
         background: rgb(0 0 0 / 51%);
        /* opacity: 30%; */
        padding: 30px 15px 30.8px 23px;
        position: absolute;
        bottom: 14%;
        right: 5%;
        z-index: 99;
        max-width: 444px;
        width: 444px;
    }
}
@media (max-width: 1440px) {
    .highlight-section p.amnt-img-text {
        position: absolute;
        bottom: 60px;
        right: 760px;
        color: rgb(255, 255, 255);
        font-size: 13px;
    }
}

@media (max-width: 1367px) {
    .specifications-details {
        padding: 8px 0px;
    }

    .highlight-section p.amnt-img-text {
        position: absolute;
        bottom: 70px;
        right: 720px;
        color: rgb(255, 255, 255);
        font-size: 13px;
    }

    .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 20px;
    }

    .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 {}

    .header .navbar.fixed .project-logo.logo-dark {}
    .content_over_banner .form_section input {
        width: 100%;
        padding: 7px 0;
    }
    .content_over_banner .form_section {
         background: rgb(0 0 0 / 51%);
        padding: 20px 15px 20px 23px;
        position: absolute;
        bottom: 7%;
        right: 8%;
        z-index: 99;
        max-width: 390px;
        width: 350px;
    }


}

@media(max-width:1280px){
    .content_over_banner .project_box h6 {
        font-size: 18px;
        padding-left: 0px;
    }
    .content_over_banner .form_section {
        right: 5%;
    }
}

p.rera-p-mobile {
    display: none;
}

@media (max-width: 768px) {
    .amenity-highlight p {
        margin: 0;
        font-size: 13px !important;
        color: #333;
        font-weight: 500 !important;
    }

    .amenity-highlight strong {
        color: #153a74;
        font-size: 13px !important;
        font-weight: 500;
    }

    .amenity-highlight {
        padding: 12px 2px !important;
        gap: 0 !important;
    }

    #exampleLightbox1 .modal-dialog.modal-xl.modal-dialog-centered {
        max-width: 600px;
    }

    .site-plan-section img.img-fluid {
        height: -webkit-fill-available;
        object-fit: cover;
    }

    .mobile-show {
        display: none;
    }

    #exampleLightbox1 .modal-content {
        background-color: rgb(253, 252, 238);
    }

    #exampleLightbox1 .carousel-item img.img-fluid.mh-100 {
        max-width: 100%;
    }

    .carousel-caption h5 {
        font-size: 20px !important;
    }

    .blink-light {
        width: 7%;
    }

    .location-section .tab-content>.active {
        height: 100%;
        padding: 0px !important;
    }

    .menu_logo {
        text-align: left;
    }

    .menu_logo img {
        width: 80px;
        padding: 10px;
    }

    .location-section {
        background-color: rgb(223 242 231);
        padding: 20px 0px;
    }

    .project-club {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        background: rgb(255, 255, 255);
    }

    .floor-plan .floor img {
        width: 100%;
        height: auto;
        object-fit: cover;
        padding: 15px;
        margin-bottom: 15px;
    }

    .location-section .title-subhead {
        width: 100%;
        letter-spacing: 2px;
        color: rgb(0, 0, 0);
        font-weight: 400;
        line-height: 28px;
        padding-top: 0px;
        margin: auto;
        font-size: 14px;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
    }

    .site-plan-section img.img-fluid {
        height: -webkit-fill-available;
        object-fit: cover;
        height: auto !important;
    }

    .site-plan-section {
        display: flex;
        justify-content: center;
        margin: 0px;
    }

    .side-call-btn1 {
        display: none;
    }

    .info-item:not(:last-child) {
        border-right: none;
    }

    .info-box {}

    #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: 226px !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: 100px;
        object-fit: contain;
    }

    .navbar-brand {
        width: 160px;
    }

    .floorplan-row {}

    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: 'Inter', sans-serif;
        display: block;
    }

    .sparrow-class {
        width: 15%;
        position: relative;
        left: -4%;
    }

    .h1_heading {
        font-size: 26px;
        color: rgb(0, 0, 0);
        text-shadow: unset;
    }

    .banner-new-design .address {
        padding: 4px 0px;
        font-size: 14px;
    }

    .banner-new-design .banner-details {
        width: 100%;
        border: 1px solid rgba(194, 180, 142, 0.79);
        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 {}

    .m_view{
        display: none;
    }
    .content_over_banner .project_box {
        bottom: 61%;
        left: unset;
        width: 100%;
        text-align: center;
        background: #0000006b;
    }
    /* .content_over_banner .project_box::after{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        top: 100%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: #000000;
    } */
    .content_over_banner .project_box .banner_btn {
        font-size: 11.85px;
        letter-spacing: 0.39px;
        padding: 3px 8px;
    }
    .content_over_banner .form_section{
        position: unset;
        width: 100%;
        max-width: 100%;
        background: #fff;
    }  
    .content_over_banner .form_section input {
        color: #000;
        border-bottom: 1px solid #000;
    }
    .content_over_banner .form_section input::placeholder {
        color: #000;
    }
    .content_over_banner .form_section h6 {
        font-size: 24px;
        line-height: unset;
        letter-spacing: 1px;
        margin-bottom: 12px;
        color: #000;
    }
    .content_over_banner .form_section p {
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 0.5px;
        margin-bottom: 16px;
        color: #000;
    }
    .content_over_banner .project_box h1 {
        font-size: 33.92px;
        letter-spacing: 0.28px;
        margin: 10px auto 5px;
        /* background: #0000006b; */
    }
    .content_over_banner .project_box h2 {
        font-size: 47.06px;
        letter-spacing: 0.46px;
        margin: 0px 0;
    }
    .content_over_banner .form_section .inp-box label{
        color: #000;
    }
    .content_over_banner .form_section .m_bg{
        /* background: #F9F9F9; */
        padding: 20px 0px;
    }
    .m_starting_price{
        display: block;
        background: #1A3C34;
        padding: 12px 26px;
    }
    .m_starting_price h6{
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        text-align: center;
    }
    .m_starting_price h6 span{
        font-weight: 500;
        color: #CFBC92;
    }
    .m_typo{
        display: block;
    }
    .search_box {
        padding: 14px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .divider {
        width: 1px;
        height: 20px;
        background: #999;
    }
    .item {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .banner-section::after{
        display: none;
    }
    .banner-section .carousel-indicators {
        bottom: 57% !important;
    }
    .content_over_banner .m_typology{
        display: block;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }

    /* footer form */

    .offer-banner-header {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
}
.title_section {
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
}
.main_title {
    font-size: 25px;
    font-weight: 200;
}
.about-heading {
        max-width: 100%;
        font-size: 15px;
        /* letter-spacing: 01px; */
    }
        .enquiry-container-premium {
        margin-top: 40px;
    }
        .enquiry-container-premium {
        grid-template-columns: 1fr;
        gap: 20px;
    }
        .enquiry-visual-premium {
        height: 450px;
        min-height: auto;
    }
        .enquiry-overlay-content {
        padding: 30px;
    }
        .enquiry-overlay-content h3 {
        font-size: 1.8rem;
    }
        .enquiry-form-card {
        padding: 30px 20px;
    }
        .input-group-premium {
        margin-bottom: 0px;
    }
    .input-group-premium input, .input-group-premium select, .input-group-premium textarea {
        padding: 6px 20px;
    }
    .footer_form {
        padding-bottom: 30px;
    }
    .offer-banner-header {
        padding-top: 20px;
    }

}

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;
    }

    .multiple-tabs-section .nav-link {

        width: 150px;


    }

    .location-section .nav-pills .nav-link img {
        width: 30px;
        height: 30px;
    }

    .location-section .nav-pills .nav-link {
        height: 60px;
        width: 60px;
        display: grid;
        align-items: center;
        border: 1px solid #0e4d26;
        background: rgb(255, 255, 255);
        border-radius: 5px;
        padding: 5px;
        align-items: center;
        justify-content: center;
    }

    .multiple-tabs-section {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .heading {
        font-size: 14px;
        letter-spacing: 2px;
        color: rgb(51, 51, 51);
        margin-bottom: 6px;
        position: relative;
    }

    .info-item {
        flex: 1 1 0%;
        text-align: center;
        position: relative;
        padding: 5px 5px;
    }

    .location-section ul.nav.nav-pills {
        justify-content: center;
        margin-bottom: 25px;
        margin-top: 30px;
        gap: 0px 5px;
    }

    .title-head {
        color: #0e4d26;
        font-size: 18px !important;
    }

    .new_typo {
        padding: 20px 0px;
    }

    div#project-overview {
        overflow: hidden;
    }

    .about-us::after {
        position: absolute;
        left: 65%;
        top: 87%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 55%;
        content: "";
        background: url("../images/contant-icon.png") 0% 0% / 310px no-repeat;
        opacity: 0.09;
        z-index: 9;
    }

    .heading::after {
        content: "";
        width: 40%;
        height: 1px;
        background: rgb(22, 59, 119);
        display: block;
        margin: 8px auto 0px;
    }

    .info-item:not(:last-child) {
        border-right: none;
        margin-bottom: 10px;
    }

    .side-call-btn1 {
        display: none;
    }

    .project-club {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .location-section .title-subhead {
        width: 90%;
        letter-spacing: 0.5px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .club_center_img {
        width: 100%;
        margin: auto;
        display: block;
    }

    .highlight-section::after {
        position: absolute;
        left: 72%;
        top: 80%;
    }

    .highlight-section {
        position: relative;
        background: rgb(223 242 231);
        overflow: hidden;
    }

    .info-box {
        display: block;
    }

    .banner-mobile {
        min-height: 100%;
    }

    .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: #0e4d26;
        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 {
        padding: 0px;
    }

    .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 rgb(0, 0, 0);
        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: 100%;
        letter-spacing: 0.5px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .pt-50 {
        padding-top: 20px;
    }

    .overview-left-view {
        padding: 0px 0px;
    }

    .overview-left-view p {
        text-align: center;
    }

    .overview-left-view p {
        line-height: 24px;
        text-align: justify;
        margin-top: 20px;
        font-size: 13px;
        padding: 0 15px;
    }

    .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;
        font-size: 18px;
    }

    .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;
    }

    .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: 5px 10px 0px;
        width: 90%;
        letter-spacing: 0.5px;
        font-size: 14px;
        line-height: 24px;
    }

    div#price {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .price-section::before {
        right: 4%;
        top: 28px;
        background-size: 110px;
    }

    .pricing-box {
        padding: 25px;
        margin: 20px;
    }

    div#master-and-floor-plan {
        padding: 30px 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 {
        font-size: 18px;
        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 {}

    .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;
    }

    .club_center_text {
        font-family: 'Inter', sans-serif;
        letter-spacing: 1px;
        color: rgb(0, 0, 0);
        padding: 10px;
        text-align: justify;
        line-height: 24px;
        font-size: 14px;
    }

    .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;
    }

    .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: 6px 0px;
    }

    .specifications-details p {
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 24px;
    }

    .specifications-details img {
        width: 14px;
    }

    .location-section .overview-query-btn a {
        margin-left: 0px;
    }

    .navbar.fixed .container {
        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: #0e4d26;
        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;
        top: -5px;
    }

    .header .project-logo {
        width: 95px;
        position: relative;
        left: unset;
        top: -3px;
        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;
    }

    .master-plan img {}

    h4.button-btn-mobile {
        text-decoration: none;
        color: rgb(0, 0, 0);
        padding: 12px 22px;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 600;
        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: 'Inter', sans-serif;
    }

    .builder-projects-details p:nth-child(2)::after {
        content: none;
    }

    .container.banner-content {
        background: rgb(223 242 231);
        padding-bottom: 0px !important;
    }

    .floorplan-row .carousel-inner {
        margin-top: 0px;
    }
}