@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&amp;display=swap');

/* 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;
    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,
.highlight-section,
.gallery-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: 30%;
    left: 30px;
    content: "";
    z-index: 9;
    color: #fff;
    text-align: left;
    font-family: 'Montserrat';
    width: 36%;
}

.banner-section-information h1 {
    font-family: "Libre Caslon Display", serif;
    font-size: 65px;
    margin-bottom: 0;
}

.banner-location {
    font-family: "Libre Caslon Display", serif;
    font-size: 25px;
    margin-bottom: 10px;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #000000ba, #0000008a, transparent, #000000eb);
    z-index: 8;
}

.banner-price {
    font-family: "Libre Caslon Display", serif;
    font-size: 30px;
    text-transform: uppercase;
}

.padding-space-extra {
    padding: 60px 0;
}

.section-title h2 {
    font-family: "Libre Caslon Display", serif;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.section-title {
    text-align: center;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    text-align: center !important;
}

.highlight-info {
    background: #9bb4c9;
    padding: 20px;
    font-family: 'Libre Caslon Display';
    border-radius: 10px;
    box-shadow: 0 0 3px #a3a2a2;
    height: 275px;
}

.highlight-info p {
    font-family: 'Montserrat';
    font-size: 14px;
}

.gallery-img {
    margin: 0 auto;
    text-align: center;
}

.bg-color {
    background: linear-gradient(180deg, #9bb4c9, #c3e3ff, transparent);
}

.gallery-img img {
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

.price-info {
    background: #9bb4c9;
    padding: 20px;
    text-align: center;
    font-family: 'Libre Caslon Display';
}

.project-type h3 {
    text-transform: uppercase;
    background: #fff;
    border-radius: 7px;
    padding: 5px;
}

.project-price {
    padding-bottom: 5px;
    border-bottom: 1px dashed #000000;
    margin-bottom: 10px;
}

.pricing-project {
    font-size: 34px;
    margin-bottom: 0;
}

.price-start-project {
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.price-info {
    background: #9bb4c9;
    padding: 20px;
    text-align: center;
    font-family: 'Libre Caslon Display';
    border-radius: 10px;
    box-shadow: 0 0 3px #737171;
}

.project-size p {
    font-size: 17px;
    font-family: 'Montserrat';
}

.price-info .btn {
    font-family: 'Montserrat';
    border-radius: 20px;
    width: 49%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.price-info .btn i {
    background: #ffffff;
    padding: 15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.location-img img {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
    border: 1px dashed #000;
}

.amenities-img img {
    border-radius: 20px;
}

.amenities-info {
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat';
}

.amenities-info p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    content: "";
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.amenities-img {
    position: relative;
    overflow: hidden;
}

.amenities-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #0000008c, transparent);
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
}

.price-section,
.overview-section,
.floor-section {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}

.amenities-section {
    position: relative;
    overflow: hidden;
}

.location-section {
    position: relative;
    overflow: hidden;
}

.faq-section {
    position: relative;
    overflow: hidden;
}

.overview-section-information p {
    font-family: 'Montserrat';
    text-align: justify;
}

.location-infos {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    padding: 15px;
    border-radius: 25px;
}

.location-section {
    position: relative;
    overflow: hidden;
}

.location-infos p {
    margin-bottom: 0;
}

.location-infos i {
    font-size: 20px;
}

.floor-plan-info {
    text-align: center;
    font-family: 'Montserrat';
    background: #000;
    padding: 10px;
    color: #fff;
}

.floor-plan-info p {
    margin-bottom: 0;
}

.floor-img {
    margin-bottom: 10px;
}

.footer-inner h3 {
    text-align: center;
}

.footer-inner form {
    font-family: "Montserrat", sans-serif;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.call-section hr {
    border-top: 1px dashed #ffffff;
}

.footer-group-row,
.footer-points {
    font-family: 'Montserrat';
}

.footer-group-row p,
.footer-points p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li i {
    margin-right: 10px;
}

.footer-points ul {
    padding-left: 10px;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ffffff;
    color: #fff;
}

.footer-group-row ul li .btn {
    background: transparent;
    color: #ffffff;
    padding: 0;
    box-shadow: none;
    display: inline-block;
}

.footer-points ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-privacy {
    padding: 30px 0;
    text-align: center;
    font-family: 'Montserrat';
}

.enquire-outer {
    display: none;
}

.call-section {
    background: #000;
    color: #fff;
    font-family: 'Libre Caslon Display';
}

.card {
    font-family: 'Montserrat';
    font-size: 15px;
}

#accordion .card {
    margin-bottom: 15px;
    overflow: hidden;
}

.card-header {
    padding: 10px 0;
    background: #000;

}

.card-header h5 .btn {
    width: 100%;
    text-align: left;
}

.card-header h5 .btn {
    width: 100%;
    text-align: left !important;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: start;
}

#accordion .btn-link {
    text-align: left;
    white-space: normal;
}

.project-btn {
    text-align: center;
    margin-top: 20px;
}

.banner-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-btn .btn {
    background: #000;
    color: #fff;
}

.btn {
    font-family: 'Montserrat';
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    background: #000;
    color: #fff;
    box-shadow: 0 0 3px #959595;
}

.btn i {
    background: #ffffff;
    padding: 15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.floor-img img {
    filter: blur(7px);
}

.footer-inner form .btn {
    background: #fff;
    color: #000;
}

.modal-body {
    font-family: 'Montserrat';
}

.modal-body .btn {
    border-radius: 0;
}

@media screen and (max-width:1400px) {
    .banner-section-information {
        width: 39%;
    }
}

@media screen and (max-width:1295px) {
    .highlight-info {
        height: 290px;
    }
}

@media screen and (max-width:1199px) {
    .banner-section-information {
        width: 45%;
    }

    .highlight-info {
        height: 240px;
    }

    .price-info .btn {
        width: 65%;
    }

}

@media screen and (max-width:1030px) {
    .banner-section-information {
        width: 50%;
    }

    .highlight-info {
        height: 265px;
    }
}

@media 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: #000;
        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: 73px;
        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: #000;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #000;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #000;
    }

    .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;
    }

    .highlight-info {
        height: 230px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .price-info .btn {
        width: 45%;
    }

    .container {
        max-width: 850px;
    }

    .banner-section-information {
        width: 57%;
    }

    p.banner-configuration {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:830px) {
    .banner-section-information {
        width: 61%;
    }

    .price-info .btn {
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .newClass {
        border-radius: 0;
    }

    header {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .banner-section-information {
        width: 67%;
    }

    .floor-plan-info {
        margin-bottom: 20px;
    }

    .footer-inner form .form-group {
        margin-bottom: 15px;
    }

    .banner-section-information h1 {
        font-size: 57px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .section-title p {
        font-size: 19px;
    }

    .hidden-view {
        display: none;
    }

    p.banner-configuration {
        font-size: 26px;
    }
}

@media screen and (max-width:700px) {
    .banner-section-information {
        width: 75%;
        top: 24%;
    }

    .highlight-info {
        height: 302px;
    }

    .banner-section-information h1 {
        font-size: 48px;
    }

    .banner-price {
        font-size: 28px;
    }

    .banner-section {
        margin-top: 67px;
    }

    .price-info .btn {
        width: 69%;
    }

    .banner-section-information {
        width: 85%;
    }
}

@media screen and (max-width:575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .price-info {
        margin-bottom: 20px;
    }

    .highlight-info {
        height: 220px;
    }

    .banner-btn .download-brochure {
        display: none;
    }

    .price-info .btn {
        width: 50%;
    }

    .banner-btn {
        justify-content: start;
    }

    .banner-btn .btn {
        margin: 0;
    }

    .enquire-outer {
        display: block;
        background: #000;
        color: #fff;
        text-align: center;
        font-family: 'Montserrat-Regular';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 3px #4f4a4a;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        font-family: 'Montserrat';
        width: 50%;
        background: #9bb4c9;
        padding: 10px 0;
        color: #000;
    }

    .enquire-outer ul .call-now {
        background: #000000;
        color: #fff;
    }

    .enquire-outer ul .call-now a {
        color: #fff;
        padding: 15px 50px;
        text-decoration: none;
    }
}

@media screen and (max-width:500px) {
    .banner-section-information h1 {
        font-size: 40px;
    }

    .banner-location {
        font-size: 23px;
    }

    .banner-configuration {
        font-size: 23px;
    }

    .banner-price {
        font-size: 24px;
    }

    .banner-section::before {
        background: #0000008a;
    }

    p.banner-configuration {
        font-size: 24px;
    }

    .banner-section-information {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .section-title h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 17px;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    .banner-section-information {
        left: 15px;
    }

    p.banner-configuration {
        font-size: 21px;
    }

    .banner-price {
        font-size: 20px;
    }

    .banner-section-information h1 {
        font-size: 38px;
    }

    .highlight-info {
        height: 250px;
    }

    .price-info .btn {
        width: 65%;
    }

    .footer-inner h3 {
        font-size: 20px;
    }
}