@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant+SC:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #052415;
    --gold-color: #C5A274;
}

p,
a,
span,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.nav-item a{
    color: var(--primary-color) !important;
    font-family: "Cormorant SC", serif;
    font-weight: 600;
    font-size: 20px;

}


.banner-img {
    position: relative;
}

.banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178.99deg, rgba(255, 255, 255, 0) 36.66%, #052013 87.23%);
}

.banner-img img {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.banner-nav {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.banner-nav img {
    width: 150px;
    height: auto !important;
    /* filter: invert(1); */
}

.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-btn p {
    background-color: var(--primary-color);
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 500;
}

.menu-btn img {
    width: 15px;
    height: 15px;
}

.abs-top-conetnt {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.abs-top-conetnt h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 900;
    line-height: 78px;
    letter-spacing: 0.29em;
    text-transform: uppercase;
}

.abs-top-conetnt p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px !important;
}

.typologt-sec {
    background-color: var(--primary-color);
    padding: 15px 0px;
    border-top: 1px solid #ccc;
}

.typology-card {
    border-right: 1px solid color(a98-rgb 1 1 1 / 0.5);
    padding: 20px 40px;
}
.borer-typo{
    border-right:0;
}

.typology-card h3 {
    color: var(--gold-color);
    font-family: "Cormorant SC", serif;
    font-size: 27px;
}

.typology-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #fff;
}

.padding {
    padding: 60px 0px;
}

.overview-sec {
    position: relative;
    overflow: hidden;
}

.overview-sec::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: 10%;
    top: 0;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.overview-sec::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    right: -10%;
    top: 0;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.same-heading {
    position: relative;
    /* z-index: 1; */
}

.same-heading::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: 50%;
    top: -124px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.same-heading h2 {
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-size: 56px;
}

.same-heading p {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .75px;
}

.bg-green-overview {
    background-color: var(--primary-color);
    padding: 85px 0px;
    border-radius: 50px;
    position: relative;
    margin-top: 90px !important;
}

.overview-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.overview-card h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

.overview-card p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* .overview-image-abs{
    position: absolute;
    top: 0;
    right: 0;
} */
/* .bg-green-overview::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 813px;
    height: 653px;
    background-image: url(/images/overview-image.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 50px;
    overflow: hidden;
} */

.overview-image-abs{
    position: absolute;
    top: -7%;
    right: 0;
    width: 632px;
}

/* .amenities-slider{
    padding-left: 10%;
} */

.amenities-slider .item {
    position: relative;
}

.amenities-item {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 50px;
    max-width: 90%;
    right: 20px;
    background-color: #C5A274;
}

.amenities-item img {
    width: 30px !important;
}

.amenities-item p {
    font-family: "Cormorant SC", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.amenities-slider .item .img {
    height: 400px;
    object-fit: cover;
    background-position: top;
}

.highlight-sec {
    background-color: var(--primary-color);
    padding: 120px 0px;
    border-radius: 50px;
    position: relative;
}

.retail-slider img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}



.abs-retail-slider {
    position: absolute;
    width: 85%;
    top: 70%;
    right: 0;
}


.same-btn a {
    background-color: var(--primary-color);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 14px;
}

.price-sec {
    /* margin-top: 20%; */
}

.price-card {
    border-radius: 40px;
    padding: 100px 40px;
    padding-bottom: 20px;
    background-color: #072919;
    /* background-image: url(/images/price-img.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.price-card h3 {
    font-size: 36px;
    color: #fff;
    font-family: "Cormorant SC", serif;
}

.price-card h4 {
    font-size: 41px;
    font-family: "Cormorant SC", serif;
    color: #fff;
}

.price-card p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 40px;
}

.price-card a {
    background-color: var(--gold-color);
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
}

.floor-plan {
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 50px;
}

.floor-plan-card {
    position: relative;
}

.floor-plan-card::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 69px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #C5A274;
    opacity: 0.7;
    filter: blur(50px);
}

.floor-plan-content {
    margin-top: 30px;
    TEXT-ALIGN: CENTER;
}

.floor-plan-content h3 {
    color: #fff;
    font-family: "Cormorant SC", serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.floor-plan-content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.floor-plan-content a {
    text-decoration: none;
    background-color: #C5A274;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    DISPLAY: inline-block;
}

.floor-tabs {
    background-color: var(--gold-color);
    text-align: center;
    display: inline-block;
    margin: 30px 0px;
    padding: 6px;
    border-radius: 50px;
    position: relative;
    z-index: 99;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: rgba(221, 221, 221, 0)000;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.23em;
}

.tab-btn.active {
    background: #052415;
    color: #fff;
    border-radius: 50px;
    padding: 10px 70px;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.gallery-sec {
    position: relative;
    overflow: hidden;
}

.gallery-sec::after {
    content: '';
    position: absolute;
    width: 648px;
    height: 462px;
    right: -34%;
    top: -40px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.gallery-sec::before {
    content: '';
    position: absolute;
    width: 648px;
    height: 462px;
    left: 0;
    bottom: -40px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.left-gallery-img img,
.center-gallery-img img,
.right-gallery-img img {
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    background-position: center;
}

.location-card img {
    width: 48px;
}

.location-card p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 6px!important;
    margin-bottom: 0px;
}

.location-advantages-sec .same-heading::after {
    top: -80px !important;
    left: -109px !important;
}


.about-developer-sec {
    background: linear-gradient(to bottom, #052013 70%, #ffffff 30%);
    border-radius: 50px;

}

.about-developer-sec img {
    border-radius: 30px;
}

.about-developer-sec .same-heading::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: -108px;
    top: 100% !important;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(83px);
}

.about-developer-card {
    position: relative;
}

.about-developer-card::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gold-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0, #C5A274 55%, rgba(232, 216, 172, .06) 100%);
    position: absolute;
    top: -12px;
    right: 9%;
    z-index: 99;
    padding: 0;
}

.about-developer-card::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gold-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0, #C5A274 55%, rgba(232, 216, 172, .06) 100%);
    position: absolute;
    bottom: -12px;
    right: 9%;
    z-index: 99;
    padding: 0;
}
.about-developer-card h4 {
    color: var(--gold-color);
    font-weight: 800;
    font-family: "Cormorant SC", serif;
    font-size: 30px;
}

.about-developer-card p {
    color: #fff;
    margin: 0;
}

.footer-form-sec .same-heading::after{
    content: none;
}

.form-input{
    background: transparent;
    width: 100%;
    margin-top: 30px;
    border: none;
    border-bottom: 1px solid #052013;
}

.form-input:focus{
    outline: none;
}

.form-input::placeholder{
    font-size: 13px;
    color: #052013;
}

.footer-btn{
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

footer{
    background-color: var(--primary-color);
    border-radius: 50px 50px 0px 0px;
}

.rera-details .rera-no{
    color: #fff;
    font-size: 16px;
}

.rera-details p{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: .75px;
    line-height: 1.8;
}

.disclaimer{
    padding: 0px 90px;
    margin-top: 30px;
}

.disclaimer p{
    /* background-color: var(--gold-color); */
    /* padding: 10px; */
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

.disclaimer a{
    text-decoration: none;
   color: #fff;
}

.banner-nav .navbar-brand img{
    filter: invert(1);
}

.offcanvas-title img {
    filter: invert(1);
    max-width: 120px;
}

h1.project_logo img {
    max-width: 160px;
    height: auto;
}

img.modal-logo {
    /* filter: invert(1); */
    max-width: 130px;
}

button.close {
    border: none;
    /* padding: 10px; */
    border-radius: 53px;
    background: none;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 37px;
    line-height: 0;
}

button.close span {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.location_img img {
    width: 100%;
}

.offcanvas{
    z-index: 9999;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white !important;
    position: fixed;
    bottom: 20px;
    right: 8px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
a.btn-whatsapp-pulse.phone {
    left: 20px;
}

.floating-icons{
    display: none;
}

/* .floating-icons{
    opacity: 0;
    visibility: hidden;
    transition: .4s;
} */

.floating-icons.show{
    opacity: 0;
    visibility: visible;
}
.floating-icons{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
}
.btn-whatsapp-pulse{
    position: relative; /* ya remove kar do */
    bottom: auto;
    right: auto;
}

.mobile-section-footer.active {
    display: flex;
    gap: 0 5px;
    justify-content: center;
    text-align: center;
    padding: 8px;
}
.mobile-section-footer {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #0e172a;
    color: #fff;
    padding: 5px 0;
    border: 1px solid #f3b34a;
    padding: 10px;
}
.mobile-section-footer a{
    color: #fff;
    text-decoration: none;
}

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 9999;
    transition:0.4s ease;
}

nav.navbar.fixed_header{
    background: #072315;
    box-shadow:0 4px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}


nav.navbar.fixed_header img {
    filter: none;
}


nav.navbar.fixed_header .menu-btn p.m-0 {
    color: var(--primary-color);
    background: #fff;
}

nav.navbar.fixed_header .menu-btn p.m-0 img {
    filter: invert(1);
}@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant+SC:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #052415;
    --gold-color: #C5A274;
}

p,
a,
span,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.nav-item a{
    color: var(--primary-color) !important;
    font-family: "Cormorant SC", serif;
    font-weight: 600;
    font-size: 20px;

}


.banner-img {
    position: relative;
    z-index: 2;
}

.banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178.99deg, rgba(255, 255, 255, 0) 36.66%, #052013 87.23%);
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.banner-nav {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.banner-nav img {
    width: 310px;
    height: auto !important;
    /* filter: invert(1); */
}

.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-btn p {
    background-color: var(--primary-color);
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 500;
}

.menu-btn img {
    width: 15px;
    height: 15px;
}

.abs-top-conetnt {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.abs-top-conetnt h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 900;
    line-height: 78px;
    letter-spacing: 0.29em;
    text-transform: uppercase;
}

.abs-top-conetnt p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px !important;
}

.typologt-sec {
    background-color: var(--primary-color);
    padding: 15px 0px;
    border-top: 1px solid #ccc;
}

.typology-card {
    border-right: 1px solid color(a98-rgb 1 1 1 / 0.5);
    padding: 20px 7px;
}
.borer-typo{
    border-right:0;
}

.typology-card h3 {
    color: var(--gold-color);
    font-family: "Cormorant SC", serif;
    font-size: 27px;
}

.typology-card p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.padding {
    padding: 60px 0px;
}

.overview-sec {
    position: relative;
    overflow: hidden;
}

.overview-sec::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: 10%;
    top: 0;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.overview-sec::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    right: -10%;
    top: 0;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.same-heading {
    position: relative;
    /* z-index: 1; */
    margin-bottom: 49px;
}

.same-heading::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: 50%;
    top: -124px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.same-heading h2 {
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-size: 56px;
}

.same-heading p {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .75px;
    width: 89%;
    margin: 0 auto;
}

.bg-green-overview {
    background-color: var(--primary-color);
    padding: 85px 0px;
    border-radius: 50px;
    position: relative;
    margin-top: 90px !important;
}

.overview-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.overview-card h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

.overview-card p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* .overview-image-abs{
    position: absolute;
    top: 0;
    right: 0;
} */
/* .bg-green-overview::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 813px;
    height: 653px;
    background-image: url(/images/overview-image.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 50px;
    overflow: hidden;
} */

.overview-image-abs{
    position: absolute;
    top: -7%;
    right: 0;
    width: 632px;
}

/* .amenities-slider{
    padding-left: 10%;
} */

.amenities-slider .item {
    position: relative;
}

.amenities-item {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 50px;
    max-width: 90%;
    right: 20px;
    background-color: #C5A274;
}

.amenities-item img {
    width: 30px !important;
}

.amenities-item p {
    font-family: "Cormorant SC", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.amenities-slider .item .img {
    height: 400px;
    object-fit: cover;
    background-position: top;
}

.highlight-sec {
    background-color: var(--primary-color);
    padding: 120px 0px;
    border-radius: 50px;
    position: relative;
}

.retail-slider img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}



.abs-retail-slider {
    position: absolute;
    width: 85%;
    top: 70%;
    right: 0;
}


.same-btn a {
    background-color: var(--primary-color);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 14px;
    display: inline-block;
}

.price-sec {
    /* margin-top: 20%; */
}

.price-card {
    border-radius: 40px;
    padding: 100px 40px;
    padding-bottom: 20px;
    background-color: #072919;
    /* background-image: url(/images/price-img.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.price-card h3 {
    font-size: 36px;
    color: #fff;
    font-family: "Cormorant SC", serif;
}

.price-card h4 {
    font-size: 41px;
    font-family: "Cormorant SC", serif;
    color: #fff;
}

.price-card p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 40px;
}

.price-card a {
    background-color: var(--gold-color);
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
}

.floor-plan {
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 50px;
}

.floor-plan-card {
    position: relative;
}

.floor-plan-card::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 69px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #C5A274;
    opacity: 0.7;
    filter: blur(50px);
}

.floor-plan-content {
    margin-top: 30px;
    TEXT-ALIGN: CENTER;
}

.floor-plan-content h3 {
    color: #fff;
    font-family: "Cormorant SC", serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.floor-plan-content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.floor-plan-content a {
    text-decoration: none;
    background-color: #C5A274;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    DISPLAY: inline-block;
}

.floor-tabs {
    background-color: var(--gold-color);
    text-align: center;
    display: inline-block;
    margin: 30px 0px;
    padding: 6px;
    border-radius: 50px;
    position: relative;
    z-index: 99;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: rgba(221, 221, 221, 0)000;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.23em;
}

.tab-btn.active {
    background: #052415;
    color: #fff;
    border-radius: 50px;
    padding: 10px 70px;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.gallery-sec {
    position: relative;
    overflow: hidden;
}

.gallery-sec::after {
    content: '';
    position: absolute;
    width: 648px;
    height: 462px;
    right: -34%;
    top: -40px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.gallery-sec::before {
    content: '';
    position: absolute;
    width: 648px;
    height: 462px;
    left: 0;
    bottom: -40px;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(200px);
}

.left-gallery-img img,
.center-gallery-img img,
.right-gallery-img img {
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    background-position: center;
}

.location-card img {
    width: 48px;
}

.location-card p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000000;
    margin-top: 6px!important;
    margin-bottom: 0px;
}

.location-advantages-sec .same-heading::after {
    top: -80px !important;
    left: -109px !important;
}


.about-developer-sec {
    background: linear-gradient(to bottom, #052013 70%, #ffffff 30%);
    border-radius: 50px;

}

.about-developer-sec img {
    border-radius: 30px;
}

.about-developer-sec .same-heading::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 462px;
    left: -108px;
    top: 100% !important;
    transform: translateX(-50%);
    background: #C5A274;
    opacity: 0.5;
    filter: blur(83px);
}

.about-developer-card {
    position: relative;
}

.about-developer-card::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gold-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0, #C5A274 55%, rgba(232, 216, 172, .06) 100%);
    position: absolute;
    top: -12px;
    right: 9%;
    z-index: 99;
    padding: 0;
}

.about-developer-card::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gold-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0, #C5A274 55%, rgba(232, 216, 172, .06) 100%);
    position: absolute;
    bottom: -12px;
    right: 9%;
    z-index: 99;
    padding: 0;
}
.about-developer-card h4 {
    color: var(--gold-color);
    font-weight: 800;
    font-family: "Cormorant SC", serif;
    font-size: 30px;
}

.about-developer-card p {
    color: #fff;
    margin: 0;
}

.footer-form-sec .same-heading::after{
    content: none;
}

.form-input{
    background: transparent;
    width: 100%;
    margin-top: 30px;
    border: none;
    border-bottom: 1px solid #052013;
}

.form-input:focus{
    outline: none;
}

.form-input::placeholder{
    font-size: 13px;
    color: #052013;
}

.footer-btn{
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 50px;
    margin-top: 16px;
    text-transform: uppercase;
}

footer{
    background-color: var(--primary-color);
    border-radius: 50px 50px 0px 0px;
}

.rera-details .rera-no{
    color: #fff;
    font-size: 16px;
}

.rera-details p{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: .75px;
    line-height: 1.8;
}

.disclaimer{
    padding: 0px 90px;
    margin-top: 11px;
}

.disclaimer p{
    /* background-color: var(--gold-color); */
    /* padding: 10px; */
    border-radius: 50px;
    /* color: #fff; */
    font-weight: 500;
    display: inline-block;
    FONT-SIZE: 14PX;
}

.disclaimer a{
    text-decoration: none;
    color: #C5A274;
}

.banner-nav .navbar-brand img{
    /* filter: brightness(0.5); */
}

.offcanvas-title img {
    filter: invert(1);
    max-width: 120px;
}

h1.project_logo img {
    max-width: 160px;
    height: auto;
}

img.modal-logo {
    /* filter: invert(1); */
    max-width: 130px;
}

button.close {
    border: none;
    /* padding: 10px; */
    border-radius: 53px;
    background: none;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 37px;
    line-height: 0;
}

button.close span {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.location_img img {
    width: 100%;
}

.offcanvas{
    z-index: 9999;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white !important;
    position: fixed;
    bottom: 25px;
    left: 21px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
a.btn-whatsapp-pulse.phone {
    left: 24px;
    bottom: 87px;
}

.mobile-section-footer.active {
    display: flex;
    gap: 0 5px;
    justify-content: center;
    text-align: center;
    padding: 8px;
}
.mobile-section-footer {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #0e172a;
    color: #fff;
    padding: 5px 0;
    border: 1px solid #f3b34a;
    padding: 10px;
}
.mobile-section-footer a{
    color: #fff;
    text-decoration: none;
}

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 9999;
    transition:0.4s ease;
}

nav.navbar.fixed_header{
    background: #072315;
    box-shadow:0 4px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}


nav.navbar.fixed_header img {
    /* filter: invert(1); */
}


nav.navbar.fixed_header .menu-btn p.m-0 {
    color: var(--primary-color);
    background: #fff;
}

nav.navbar.fixed_header .menu-btn p.m-0 img {
    filter: invert(1);
}

.owl-carousel{
    z-index: auto!important;
}

.owl-carousel{
    z-index: auto!important;
}
/* style added */

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    background: transparent;
    width: 100%;
    margin-top: 30px;
    border: none;
    /* border-bottom: 1px solid #052013; */
}
.menu-btn a{
    color: #fff;
    text-decoration: none;
}

nav.navbar.fixed_header .menu-btn a{
    color: var(--primary-color);
}

/* form */
.form-box{
      position: fixed;
      right: 0;
      bottom: 0;
      width: 320px;
      z-index: 9999;
      background: #efe4d8;
      padding: 15px 12px;
      border-radius: 5px 0 0 0;
}

.top_form{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.main_flax_div{
    display: block;
}

.form-box.closed .main_flax_div{
    display: none;
}
.top_form h3{
    
font-size: 30px;
    
font-family: "Cormorant SC", serif;
    
font-weight: 700;
}
.close-form{
    display: block;
}

.overview-sec .same-btn{
padding-left: 45px;
}

@media(max-width:967px){
    .form-box{
             position: static;
        width: 100%;
    }
   
.btn-whatsapp-pulse {
        right: 8px;
        left: unset;
    }
    a.btn-whatsapp-pulse.phone {
        bottom: 22px;
    }
    .overview-sec .same-btn{
padding-left: 0;
}
}


.form-box.closed .main_flax_div {
    display: none;
}

.top_form {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-form {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}



    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --gold:     #C9A84C;
      --gold-lt:  #E2C47A;
      --dark:     #0D0D0D;
      --dark-2:   #141414;
      --dark-3:   #1C1C1C;
      --card-bg:  #181818;
      --border:   rgba(201,168,76,0.18);
      --text:     #F0EDE6;
      --muted:    #8A8478;
      --tag-bg:   rgba(201,168,76,0.10);
    }

   

    
        /* ── GRID (flex-based) ── */
        .platter-section {
            padding: 48px 48px 80px;
        }
        .grid {
            display: flex;
            gap: 30px;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

    /* ── PROJECT CARD ── */
        .card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      overflow: hidden;
      position: relative;
      transition: border-color 0.3s;
      cursor: pointer;
      flex: 0 1 400px;
      box-sizing: border-box;
    }
    .card:hover { border-color: rgba(201,168,76,0.45); }
    .card:hover .card-img img { transform: scale(1.04); }
    .card:hover .card-overlay { opacity: 1; }

    .card-img {
      position: relative;
      height: 230px;
      overflow: hidden;
    }
    .card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
      filter: brightness(0.88);
    }
    .card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgb(7 33 20 / 47%) 0%, transparent 55%);
      opacity: 0.7;
      transition: opacity 0.3s;
    }
    .card-status {
      position: absolute;
      top: 16px;
      left: 16px;
      font-size: 10px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 1px;
      font-weight: 600;
    }
    .status-new { background: var(--gold); color: var(--dark); }
    .status-ready { background: rgba(255,255,255,0.15); color: var(--text); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2); }

    .card-body {
      padding: 22px 24px 24px;
    }

    .card-typology {
      font-size: 10px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .card-typology::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--border);
    }

    .card-name {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      font-weight: 600;
      color: var(--text);
      line-height: 1.25;
      margin-bottom: 4px;
    }

    .card-location {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      color: #fff;
      margin-bottom: 18px;
      font-weight: 400;
    }
    .card-location svg { flex-shrink: 0; opacity: 0.7; }

    .card-divider {
      height: 1px;
      background: var(--border);
      margin-bottom: 18px;
    }

    .card-footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }
    .price-block {}
    .price-label {
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 4px;
    }
    .price-value {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      font-weight: 700;
      color: var(--gold);
      line-height: 1;
      padding: 8px 0;
    }
    .price-onwards {
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      color: #fff;
      margin-top: 3px;
      font-weight: 300;
    }

    .card-cta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
      padding: 9px 16px;
      border: 1px solid var(--gold);
      border-radius: 2px;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
    .card-cta:hover {
      background: var(--gold);
      color: var(--dark);
    }
    .card-cta svg { transition: transform 0.2s; }
    .card-cta:hover svg { transform: translateX(3px); }

    /* ── FEATURED CARD (spans 2 cols) ── */
        .card-featured {
            /* make featured cards wider in the flex layout */
            flex: 1 1 660px;
            display: flex;
            flex-direction: row;
            gap: 0;
            box-sizing: border-box;
        }
        .card-featured .card-img {
            flex: 1 1 50%;
            height: auto;
            min-height: 280px;
        }
        .card-featured .card-body {
            flex: 1 1 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 36px 36px;
        }
        .card-featured .card-name { font-size: 30px; }


    /* ── RESPONSIVE ── */
        @media (max-width: 900px) {
      header, .hero, .filter-bar, .platter-section, footer {
        padding-left: 20px;
        padding-right: 20px;
        padding: 50px 0;
      }
            .card-featured { flex: 1 1 100%; flex-direction: row; }
            .card-featured .card-img { min-height: 220px; height: 220px; }
      .hero-stats { gap: 24px; }
      .stat-sep { display: none; }
    }
    @media (max-width: 600px) {
            .grid { flex-direction: column; gap: 18px; }
            .card { flex: 1 1 100%; }
            .card-featured { flex-direction: column; }
            .card-featured .card-img { width: 100%; height: 220px; }
      .hero { padding-top: 44px; }
      h1 { font-size: 30px; }
      .header-cta span { display: none; }
    }


    .banner-nav .fixed_header .navbar-brand img.header_logo {
    filter: invert(1);
}


