@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');

body {
    background: rgb(244, 241, 232);
}

/* 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: 104px;
}

.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;
    font-family: 'Montserrat';
}

.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-img {
    animation: zoomEffect 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Zoom in slightly */
    }
}

.banner-section-information {
    position: absolute;
    top: 0%;
    left: 0;
    content: "";
    z-index: 9;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 27%);
    z-index: 8;
}

.banner-forom-section {
    position: absolute;
    width: 85%;
    bottom: -12px;
    left: 4%;
    background: rgba(12, 19, 15, 0.84);
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    text-align: left;
    padding: 10px;
    font-family: 'Montserrat';
    z-index: 9;
    border-radius: 10px;
}

.banner-forom-section p {
    color: #ff9800;
    font-size: 20px;
    margin-bottom: 10px;
}

.project-details-ban {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    color: #fff;
    background-color: rgb(0 0 0 / 52%);
    padding: 20px 30px;
    border-radius: 20px;
    outline: 1px solid;
    outline-offset: 5px;
    background: rgba(12, 19, 15, 0.84);
    border-radius: 10px;
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    outline-offset: 3px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.banner-forom-section .btn {
    width: 100%;
}

.key-high img {
    max-width: 32px;
}

.key-high p {
    margin-bottom: 0;
    font-size: 14px;
}

.blinking_text {
    animation: blinkingText 1s infinite ease-in-out alternate-reverse;
}

@keyframes blinkingText {
    0% {
        color: #ff9800;
        /* orange */
    }

    50% {
        color: #ffffff;
        /* white */
    }

    100% {
        color: #ff9800;
    }
}

.banner-price-typo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner-typology {
    display: inline-block;
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: fit-content;
}

.banner-typology h3 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding: 3px 0px;
}

.project-details-ban .location {
    font-size: 17px;
    margin-bottom: 0px;
}

.project-details-ban h1 {
    padding-bottom: 0;
    font-size: 43px;
    line-height: 55px;
    font-family: "Libre Caslon Display", serif;
    text-transform: uppercase;
}

.project-key-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 10px;
    justify-content: center;
}

.key-high {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px -2px;
    background: #00000061;
}

.banner-price {
    font-family: "Libre Caslon Display", serif;
    font-size: 30px;
    text-transform: uppercase;
    /* color: #ffb371; */
    color: #12e4ef;
}

.padding-space-extra {
    padding: 60px 0;
}

.project-section-information {
    font-family: 'Montserrat';
    text-align: center;
}

.project-section-information h2 {
    font-family: 'Libre Caslon Display';
    font-size: 39px;
}

.overview-section {
    background: #fff;
    font-family: 'Montserrat';
}

.section-title h2 {
    font-size: 30px;
    font-family: 'Montserrat';
}

.section-title p {
    margin-bottom: 10px;
    background: #4d4036;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
}

.overview-information p {
    font-size: 16px;
    text-align: justify;
}

.overview-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000000ab;
}

.col-highlights {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px;
}

.highlights-img {
    max-width: 36px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.gallery-section-information {
    font-family: 'Montserrat';
    text-align: center;
}

.gallery-section {
    background: #fff;
}

.gallery-section-information .section-title {
    margin-bottom: 20px;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.price-section-infromation {
    text-align: center;
}

.price-section-infromation .section-title {
    margin-bottom: 20px;
}

.price-section-info {
    background: #fff;
    box-shadow: 0 0 3px #8e8e8e;
    padding: 20px 0;
}

.prie-type p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.prie-type {
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    border-bottom: 1px dashed #948f8f;
}

.price-size {
    margin-bottom: 10px;
    border-bottom: 1px dashed #949494;
}

.price-size p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}

.btn.enquire-btn {
    background: #4d4036;
    color: #fff;
}

.price-list {
    font-family: 'Montserrat';
}

.highlight-section {
    font-family: 'Montserrat';
    text-align: center;
}

.highlight-section-information .row {
    margin-top: 30px;
}

.amenities-section {
    text-align: center;
    font-family: 'Montserrat';
    background: #fff;
}

.amenities-section .section-title {
    margin-bottom: 15px;
}

.amneities-info {
    background: #4d4036;
    color: #fff;
}

.location-dem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-advantages-section ul {
    padding-left: 10px;
}

.location-advantages-section ul li {
    font-family: 'Montserrat';
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.location-advantages-section {
    font-family: 'Montserrat';
}

footer {
    background: #4d4036;
    padding: 30px 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

footer p {
    margin-bottom: 0;
}

footer p a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

footer p a:hover {
    color: #fff;
    text-decoration: none;
    ;
}

/* Circle wrapper */
.site-visit-circle {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 160px;
    height: 160px;
}


/* SVG rotating text */
.site-visit-circle svg {
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

.site-visit-circle text {
    fill: #ffffff;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
}

/* Center icon */
.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #fff;
}

/* Rotation animation */
@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.floor-section-info {
    position: Relative;
    overflow: hidden;
    background: #4d4036;
    color: #fff;
}

.floor-plan-img {
    position: relative;
    filter: blur(6px);
}

.floor-section {
    text-align: center;
    font-family: 'Montserrat';
}

.floor-section-info p {
    margin-top: 20px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 5px 0;
}

.btn {
    background: #4d4036;
    color: #fff;
}

.highlight-section .btn {
    margin-top: 15px;
}

.gallery-section-information .btn {
    margin-top: 15px;
}

.starting-type {
    background: #4d4036;
    padding: 5px;
    color: #fff;
}

.floor-section {
    background: #fff;
    ;
}

.modal-body {
    background: #4d4036;
    color: #fff;
    font-family: 'Montserrat';
}

.close {
    color: #fff;
    opacity: 1;
}

.close span {
    font-size: 42px;
}

.section-title p {
    padding-left: 10px;
}

.download-brochure {
    background: #fff;
    color: #000;
}

.mobile-section {
    display: none;
}
.about-developer {
    font-family: 'Montserrat';
}
.banner-fert {
    background: #4d4036;
    padding: 10px;
    color: #fff;
}
.banner-fert .btn{
    width:100%;
}
@media only screen and (max-width: 1295px) {
    .project-details-ban h1 {
        font-size: 34px;
        line-height: 30px;
    }

    .project-details-ban {
        padding: 10px 30px;
    }

    .section-title h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1199px) {

    .project-details-ban {
        top: 46%;
    }

    .banner-forom-section {
        bottom: -21px;
    }
}

@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;
    }

    .banner-forom-section p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .project-details-ban .location {
        display: none;
    }

    .center-icon {
        font-size: 37px;
    }

    .site-visit-circle {
        width: 123px;
        height: 137px;
    }

    .container {
        max-width: 885px;
    }

    .highlights-img {
        max-width: 26px;
    }

    .highlights-content p {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .starting-price p {
        margin-bottom: 6px;
    }

    .start-price {
        margin-bottom: 10px;
    }

    .overview-information p {
        font-size: 15px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .project-details-ban .location {
        display: block;
    }

    .site-visit-circle {
        left: 70%;
    }

    .project-details-ban .location {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-information {
        position: relative;
    }

    .project-details-ban {
        top: 0;
        position: relative;
        left: 0;
        transform: none;
        text-align: center;
        background: #fff;
        color: #000;
        outline: none;
        border-radius: 0;
    }

    .banner-section::before {
        display: none;
    }

    .banner-forom-section {
        bottom: 0;
        position: relative;
        width: 94%;
        left: 0;
        transform: none;
        border-radius: 0;
        margin: 0 auto;
    }

    .banner-section-img {
        animation: none;
    }

    .project-key-highlights {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: 7px 0 5px;
        justify-content: center;
        order: 2;
        align-items: center;
    }

    .banner-typology {
        padding: 4px 12px;
        margin-top: 6px;
        background: rgb(77 64 54);
        letter-spacing: 1px;
        border-radius: 8px;
    }

    .banner-typology h3 {
        font-size: 18px;
        color: #fff;
    }

    .banner-price-typo {
        display: block;
        order: 1;
        margin-top: 0;
    }

    .key-high {
        width: 100%;
        padding: 7px 10px;
        justify-content: start;
        box-shadow: #4d4036 0 2px 5px -2px;
        background: #f4f1e8;
    }

    .banner-btn {
        order: 3;
    }

    .high-view-more.banner-button {
        text-decoration: none;
        width: fit-content;
        margin: 2px auto;
        border: 1px solid #4d4036;
        border-radius: 5px;
        background: #4d4036;
        padding: 5px 30px;
        color: #fff;
    }

    .high-view-more p {
        font-size: 16px;
        margin-bottom: 0
    }

    .high-view-more {
        text-decoration: none;
        display: flex;
        gap: 10px;
        align-items: center;
        width: fit-content;
        margin-left: 20px auto;
        border: 1px solid #4d4036;
        border-radius: 6px;
        background: #4d4036;
        padding: 9px 30px;
        color: #fff;
    }

    @keyframes blinkingText {
        0% {
            color: #ff9800;
            /* orange */
        }

        50% {
            color: #000000;
            /* white */
        }

        100% {
            color: #ff9800;
        }
    }

    .banner-forom-section p {
        font-size: 27px;
        margin-bottom: 21px;
        border: 1px dashed #fff;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-family: 'Libre Caslon Display';
    }

    .container {
        max-width: 720px;
    }

    .padding-space-extra {
        padding: 45px 0;
    }

    .overview-information .btn {
        margin-bottom: 20px;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

    .banner-forom-section .btn {
        width: 100%;
        background: #Fff;
        color: #000;
    }

    .section-title p {
        padding-left: 10px;
    }

    .floor-section-info {
        margin-bottom: 20px;
    }

    .mobile-section {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #4d4036;
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 8px 6px;
        z-index: 9;
        box-shadow: 0 -6px 10px -8px #333;
        font-family: 'Montserrat';
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid;
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid;
    }

    .mobile-section a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    header {
        width: 100%;
        left: 50%;
        top: 0;
        border-radius: 0 !important;
    }
     .banner-section {
    margin-top: 69px;
}
}

@media only screen and (max-width: 565px) {
    .banner-typology h3 {
        font-size: 15px;
    }

    .project-details-ban .location {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 21px;
    }

    .col-highlights {
        padding: 10px;
    }

    .disclamier-point {
        font-size: 13px;
        text-align: justify;
    }

    footer {
        background: #4d4036;
        padding: 30px 20px 40px 20px;
        font-family: 'Montserrat';
        color: #fff;
        text-align: center;
    }
    .about-developer-section h2 {
        font-size: 25px;
    }

    .about-developer-section p {
        font-size: 14px;
        text-align: justify;
    }
}