@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

@font-face {
    font-family: 'Fontspring-DEMO-tintacoated-regular';
    src: url(../font/Fontspring-DEMO-tintacoated-regular.woff) format('woff'),
        url(../font/Fontspring-DEMO-tintacoated-regular.woff2) format('woff2');
}

body {
    font-family: "Maven Pro", sans-serif;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #fff;
    padding: 5px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-radius: 10px;
}

.newClass {
    background-color: #fff;
    box-shadow: 0 0 1px #000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 117px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-size: 25px;
}

.menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000003b, #0000006e, #0000000f, transparent);
    content: "";
    z-index: 9;
}

.banner-section-infromation {
    position: absolute;
    bottom: 40%;
    left: 5%;
    z-index: 99;
    content: "";
    color: #fff;
}

.banner-section-infromation h1 {
    font-family: 'Fontspring-DEMO-tintacoated-regular';
    font-size: 50px;
}

.padding-space-extra {
    padding: 70px 0;
}

.section-title {
    text-align: center;
}

.project-details {
    background: #f0f0f0;
    box-shadow: 0 0 3px #00000059;
    text-align: center;
    font-family: 'Maven Pro';
    padding: 20px 10px;
    position: relative;
}

.project-typer,
.project-price-inf,
.project-sizes-inf {
    margin-bottom: 5px;
    font-size: 18px;
}

.project-tyer {
    margin-bottom: 0;
    font-size: 24px;
}

.project--type {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #504e4e;
}

p.project-price-in {
    font-size: 19px;
    margin-bottom: 0;
}

.project-price-in b {
    font-size: 26px;
}

.project-price {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #504e4e;
}

.project-sizes-in {
    font-size: 18px;
    margin-bottom: 0;
}

.bg-color {
    background: #f0f0f0;
}

.project-size {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #504e4e;
}

.btn {
    font-size: 15px;
    background: #000;
    color: #fff;
}

.price-icon {
    position: absolute;
    top: -20px;
    max-width: 56px;
    left: -19px;
    background: #000;
    padding: 10px;
    width: 100%;
    border-radius: 100%;
}

.price-icon img {
    filter: invert(1);
}

/* floor plan Details */
.floor-section .tabs {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.floor-section .tab-btn {
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    background: #afadad;
    cursor: pointer;
    font-size: 17px;
}

.floor-section .tab-btn.active {
    background: #181818;
    color: white;
}

.floor-section .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 300px));
    gap: 25px;
    justify-content: center;
    /* 👈 ye important hai */
}

.floor-section .card {
    display: none;
    /* hide by default */
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.floor-section .card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: blur(4px);
}

.floor-section .card h3 {
    padding: 12px;
    font-size: 19px;
    background: #181818;
    color: #fff;
}

.search-section {
    background: url('../images/banner.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
    padding: 120px 0;
}

.search-section-information .section-title {
    text-align: left;
}

.search-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009e;
    content: "";
}

.searching-btn .btn {
    background: #fff;
    color: #000;
    font-size: 18px;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}

.overview-inner img {
    border-radius: 15px;
    box-shadow: 0 0 3px #737373;
}

.overview-section-infromation .section-title {
    text-align: left;
}

.overview-section-infromation .section-title p {
    text-align: justify;
}

.overview-section-infromation p {
    text-align: justify;
}

.highlight-section-int p {
    Background: #000;
    color: #b8b4b4;
    padding: 5px;
}

.location-section-info ul {
    padding-left: 10px;
}

.location-section-info ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #787373;
}

.location-section-info .section-title {
    text-align: left;
}

.location-section-info .section-title p {
    text-align: justify;
}

.location-img img {
    border-radius: 13px;
    box-shadow: 0 0 3px #8e8e8e;
}

.amenities-info {
    position: relative;
    overflow: hidden;
}

.amenities-para {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #000000;
    padding: 5px;
    color: #fff;
}

.amenities-img img {
    border-radius: 10px;
}

.card-header {
    color: #000;
}

.card-header h3 a {
    width: 100%;
}

.card-header h3 {
    font-size: 18px;
}

.card-body {
    color: #000;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section-form {
    border: 1px dashed #fff;
    padding: 10px;
    border-radius: 5px;
}

.faq-section-form form .btn {
    width: 100%;
}

.faq-section-information .section-title {
    text-align: left;
}

.faq-section-information .section-title p {
    text-align: justify;
}

.banner-btn .btn {
    background: #fff;
    color: #000;
}

p.project-location {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e1e0e0;
}

p.banner-price {
    font-size: 19px;
    background: linear-gradient(87deg, #00000000, #00000085, #00000085, #00000000);
    padding: 10px 5px;
}

p.banner-price b {
    color: #94c5e9;
    font-size: 30px;
}

.banner-btn .download-brochure {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
footer {
    background: #000;
    color: #fff;
}
.footer-section {
    background: #c3c3c3;
}

.footer-group-row p {
    font-size: 20px;
    border-bottom: 1px dashed;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.footer-group-row ul li i {
    margin-right: 5px;
}

.footer-group-row ul li .btn {
    background: transparent;
    padding: 0;
}

.footer-points p {
    font-size: 20px;
    border-bottom: 1px dashed #000;
}

.footer-points ul {
    padding-left: 12px;
}

.footer-points ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.footer-points ul li a {
    color: #000;
}

.enquire-outer {
    display: none;
}

section {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .banner-section-infromation h1 {
        font-size: 42px;
    }

    .banner-section-infromation {
        bottom: 30%;
    }

    .price-icon {
        max-width: 48px;
    }

    .project-tyer {
        font-size: 21px;
    }

    .project-typer,
    .project-price-inf,
    .project-sizes-inf {
        font-size: 17px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .floor-section .card h3 {
        font-size: 16px;
    }

    .search-section {
        padding: 100px 0;
    }

    .card-body {
        color: #000;
        font-size: 14px;
    }

}

@media only screen and (max-width: 991px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .container {
        max-width: 790px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-infromation h1 {
        font-size: 33px;
    }

    p.banner-price {
        font-size: 16px;
    }

    p.banner-price b {
        font-size: 22px;
    }

    .container {
        max-width: 665px;
    }

}

@media only screen and (max-width: 640px) {
    .container {
        max-width: 560px;
    }
}

@media only screen and (max-width: 565px) {
    .logo {
        max-width: 105px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .highlight-section-int p {
        font-size: 14px;
        padding: 10px;
    }

    .container {
        max-width: 460px;
    }

    .project-details {
        margin-bottom: 40px;
    }

    .price-section {
        padding: 30px 0 0 0;
    }

    .search-section-information .section-title h2 {
        font-size: 21px;
    }

    .search-section-information .section-title p {
        font-size: 14px;
    }

    .searching-btn .btn {
        font-size: 14px;
    }

    .overview-section-infromation p {
        font-size: 15px;
    }

    .location-section-info .section-title h2 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .card-header h3 {
        font-size: 16px;
    }

    .faq-section .card-header-title>a:after {
        font-size: 13px;
    }

    .banner-section::before {
        background: #00000082;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #10203e;
        box-shadow: 0 0 2px #8f8f8f;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 50%;
        background: #fefefe;
        padding: 5px 0;
        color: #000000;
        border-bottom: 1px solid #b4afaf;
        text-align: center;
    }

    .enquire-outer ul .call-now {
        background: #000;
        color: #fff;
    }

    .enquire-outer ul .call-now a {
        color: #fff;
        text-decoration: none;
    }

    .enquire-outer ul .call-now img {
        max-width: 28px;
    }

    .enquire-outer ul li img {
        max-width: 28px;
    }

    .enquire-outer ul li p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .auto-popup-right h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ct-tag {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 416px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .banner-section::before {
        background: linear-gradient(180deg, #00000000, #00000042, #000000ba, #000000cf);
    }
}

@media only screen and (max-width: 420px) {
    .banner-section-infromation {
        left: 0%;
        text-align: center;
        width: 100%;
        bottom: 5%;
    }

    .price-icon {
        left: -5px;
    }

    .banner-btn .download-brochure {
        display: none;
    }

    .search-section {
        text-align: center;
        padding: 65px 0;
    }

    .search-section-information .section-title h2 {
        text-align: center;
    }

    .search-section-information .section-title p {
        text-align: center;
    }

    .location-section-info .section-title h2 {
        font-size: 22px;
    }

    .location-section-info .section-title p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 400px) {
    header {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }

    .banner-section {
        margin-top: 48px;
    }

    .banner-section-infromation h1 {
        font-size: 27px;
    }

    p.banner-price {
        padding: 0px 5px;
    }

    
}