@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);
}

/* .navbar.fixed_header .navbar-brand img.black-logo{
    display: none;
}

.navbar .navbar-brand img.white-logo{
display: none;
}
.navbar.fixed_header .navbar-brand img.white-logo{
display: block;
}
.nav.navbar.fixed_header img.black-logo{
display: block;
} */



.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;
}

.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: 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 0px;
    text-align: center;
}
.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: 14px;
    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;
    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: 0;
    right: 0;
    width: 588px;
}

/* .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: 27px;
    margin-bottom: 5px;
}

.location-card p {
    font-weight: 500;
    font-size: 11px;
    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: 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: 0;
}

.disclaimer p{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

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

.banner-nav .navbar-brand img{
    filter: none;
}

.offcanvas-title img {
    filter: none;
    max-width: 170px;
}

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

img.modal-logo {
    filter: none;
    max-width: 145px;
    text-align: center;
}

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: 22px;
    left: 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: 13px;
    bottom: 85px;
}

.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);
}

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

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

.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;
}