@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Bon-Vivant-Serif';
    src: url(/font/Bon-Vivant-Serif.woff) format('woff'),
        url(/font/Bon-Vivant-Serif.woff2) format('woff2');
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #000;
    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: #000;
    box-shadow: 0 0 1px #f5f5f5;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 148px;
    filter: invert(1);
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}

.menu ul li a {
    color: #fff;
    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 */
.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(0deg, #000000, #00000054, transparent);
    content: "";
    z-index: 9;
}

.banner-section-information {
    position: absolute;
    bottom: 7%;
    left: 50%;
    content: "";
    z-index: 9;
    font-family: 'Bon-Vivant-Serif';
    text-align: center;
    transform: translate(-50%);
    color: #fff;
    width: 100%
}

.banner-section-information h1 {
    font-size: 43px;
    text-transform: uppercase;
}

.banner-location {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    padding: 10px;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #bb542b;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-inn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}

.section-title {
    font-family: 'Bon-Vivant-Serif';
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #bb542b;
    margin-bottom: 0;
}

.bg-colors {
    background: url('../images/bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}

.highlight-section-img img {
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
    padding: 5px;
}

.highlight-section-imgs img {
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

.highlight-information-info {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    padding: 5px 0;
    border-top: 3px solid #bb542b;
    border-bottom: 3px solid #bb542b;
}

.highlight-information-img img {
    background: #bb542b;
    width: 86px;
    height: 86px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 5px 1px 1px #616060;
    filter: invert(1);
}

.highlight-section-info .project-btn {
    margin-top: 30px;
}

.btn {
    background: #bb542b;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.highlight-section-info {
    font-family: "Montserrat", sans-serif;
}

.gallery-section {
    position: relative;
    overflow: hidden;
}

.gallery-section .container-fluid {
    padding: 0;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img::before {
    background: linear-gradient(180deg, #000000a6, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
}

.gallery-section-information {
    position: relative;
}

.gallery-section-information .section-title {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%);
    content: "";
    z-index: 9;
    width: 100%;
    color: #fff;
    text-align: center;
}

.gallery-section-information .section-title h2 {
    color: #fff;
}

.overview-section-info {
    font-family: "Montserrat", sans-serif;
}

.overview-section-info p {
    text-align: justify;
}

.overview-section-img img {
    box-shadow: 0 0 3px #6f6d6d;
}

.price-section {
    background: url('../images/Price.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.price-section::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000094;
}

.price-section-information {
    position: relative;
    z-index: 9;
}

.price-section-information .section-title {
    color: #fff;
    text-align: center;
}

.price-section-information .section-title h2 {
    color: #fff;
}

.project-apartment-type {
    font-size: 28px;
    font-family: 'Bon-Vivant-Serif';
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #fff;
}

.price-section-info {
    width: 85%;
    background: #bb542b;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0 0 2px #fff;
}

.price-type {
    font-family: 'Bon-Vivant-Serif';
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-type p {
    margin-bottom: 0;
}

.price-size {
    font-family: 'Bon-Vivant-Serif';
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.price-size p {
    margin-bottom: 0;
}

.price-project {
    font-family: 'Bon-Vivant-Serif';
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-project p {
    margin-bottom: 0;
}

.floor-plan-img {
    box-shadow: 0 0 3px #898989;
}

.floor-section-information .section-title {
    text-align: center;
}

.floor-section-info {
    font-family: 'Montserrat';
    text-align: center;
    position: relative;
}

.floor-section-info p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    content: "";
    background: #bb542b;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 3px #000;
}

.floor-plan-img {
    filter: blur(1px);
}

.amenities-section {
    background: url('../images/price.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 0;
}

.amenities-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    background: #000000b3;
    width: 100%;
    height: 100%;
    color: #fff;
}

.amenities-section-information {
    position: relative;
    z-index: 9;
    color: #fff;
}

.amenities-section .section-title h2 {
    color: #fff;
}

.amenities-points-information {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    color: #000;
    font-family: 'Bon-Vivant-Serif';
    padding: 10px;
}

.amenities-points-information p {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.location-points-info .location-para {
    font-family: 'Bon-Vivant-Serif';
    font-size: 25px;
    border-bottom: 2px dashed #bb542b;
    text-transform: uppercase;
    text-align: left;
}

.location-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Bon-Vivant-Serif';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #bb542b;
}

.location-section-img {
    margin: 0 auto;
    text-align: center;
}

.location-section-img img {
    box-shadow: 0 0 3px #000;
    border-radius: 10px;
}

.location-part {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
}

.location-points b {
    font-size: 20px;
    text-align: left;
}

.location-section-info .section-title h2 {
    font-size: 35px;
}

.location-points-info ul {
    padding-left: 25px;
}

.banner-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.floor-section {
    padding: 100px 0;
}

.desktop-gallery {
    display: block;
}

.tab-gallery {
    display: none;
}

.tab-overview {
    display: none;
}

.desktop-overview {
    display: block;
}

.call-fer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-ft {
    background: #bb542b;
    color: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
    animation: call 1.5s ease infinite;
}

@keyframes call {
    15% {
        box-shadow: 0 0 0 4px #ffffffce;
    }

    25% {
        box-shadow: 0 0 0 8px #ffffff88,
            0 0 0 16px #ffffff81;
    }

    30% {
        box-shadow: 0 0 0 12px #ffffff6b,
            0 0 0 24px #ffffff48;
    }
}

.mobile-btn {
    display: none;
}

.enquire-outer {
    display: none;
}

.faq-section {
    text-align: center;
    background: #d9d9d9;
}

.faq-heading {
    font-family: 'Bon-Vivant-Serif';
}

.faq-heading h3 {
    background: #000;
    margin-bottom: 0;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    color: #fff;
}

.faq-heading p {
    text-align: justify;
    color: #000;
    background: #fff;
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 13px;
}

.call-section {
    background: #bb542b;
}

.footer-inner h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 25px;
}

.submit-brochure {
    background: #000;
    color: #fff;
}

.footer-group-row {
    font-family: 'Montserrat';
}

.footer-group-row p {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-group-row ul {
    color: #fff;
    list-style: none;
    padding-left: 5px;
}

.footer-group-row ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-group-row ul li i {
    margin-right: 10px;
}

.footer-group-row ul li .btn {
    padding: 0;
}

.footer-points {
    font-family: 'Montserrat';
}

.footer-points p {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul {
    color: #fff;
    padding-left: 10px;
}

.footer-points ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul li a {
    color: #fff;
    text-decoration: none;
}

.location-footer {
    padding: 5px;
    border: 1px dashed #fff;
}

footer {
    text-align: center;
    font-family: 'Montserrat';
    padding: 20px 0;
}

.footer-disclaimer {
    text-align: justify;
}

.auto-popup-right h3 {
    font-family: 'Bon-Vivant-Serif';
}

.auto-popup-right {
    font-family: 'Montserrat';
}

.banner-location i {
    font-size: 34px;
    margin-right: 10px;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

.price-section-info .project-btn {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #fff;
}

.price-section-info .btn {
    background: #ffffff;
    color: #000;
}

.banner-price {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    padding: 10px;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #bb542b;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-setup img {
    max-width: 35px;
}

.form-setup p {
    margin-bottom: 0;
}

@media screen and (max-width:1199px) {
    .section-title {
        margin-bottom: 0px;
    }

    .banner-location {
        font-size: 18px;
        width: 48%;
    }

    .banner-price {
        font-size: 18px;
        width: 49%;
    }

    .overview-section-info .section-title h2 {
        font-size: 36px;
    }

    .price-section-info {
        width: 90%;
    }
}

@media screen and (max-width:1135px) {
    .menu ul li a {
        padding: 0px 10px;
        font-size: 14px;
    }

    .highlight-information-text p {
        font-size: 16px;
    }

    .hidden-view {
        display: none;
    }

    .overview-section-info .section-title h2 {
        font-size: 33px;
    }

    .banner-inn {
        width: 60%;
    }

    .menu ul li a {
        font-size: 12px;
    }
}

@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: #fff;
        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: #000;
        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: #fff;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }

    .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;
    }

    .high-extra {
        display: none;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .desktop-gallery {
        display: none;
    }

    .tab-gallery {
        display: block;
    }

    .container {
        max-width: 844px;
    }


}

@media screen and (max-width:830px) {
    .banner-location {
        font-size: 16px;
        width: 48%;
    }
}

@media screen and (max-width:767px) {
    .banner-location {
        width: 45%;
    }

    .banner-section-information h1 {
        font-size: 45px;
    }

    .highlight-section-info {
        margin-top: 30px;
    }

    .banner-inn {
        width: 75%;
    }

    .tab-overview {
        display: block;
    }

    .desktop-overview {
        display: none;
    }

    .overview-section-info {
        margin-top: 20px;
    }

    .price-section-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .price-type p {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #fff;
    }


    .floor-section-info {
        margin-bottom: 20px;
    }

    .floor-section-info p {
        bottom: 0;
        width: 100%;
    }

    .location-section-information .section-title {
        text-align: center;
    }

    header {
        width: 100%;
        top: 0px;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }

    .banner-section {
        margin-top: 62px;
    }

    .padding-space-extra {
        text-align: center;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .footer-outer {
        text-align: left;
    }
}

@media screen and (max-width:640px) {
    .banner-location {
        margin-bottom: 20px;
        width: 45%;
    }

    .banner-section::before {
        background: linear-gradient(0deg, #000000c2, #00000091, transparent);
    }

    .floor-section {
        padding: 50px 0;
    }

    .banner-inn {
        width: 85%;
    }

    .location-points-info {
        margin-top: 30px;
    }

    .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: #fff;
        color: #000;
        padding: 10px 0;
    }

    /* .enquire-outer ul .call-now {
        background: #000000;
    } */

    .enquire-outer ul li a {
        color: #000;
    }

    .banner-section-information h1 {
        font-size: 35px;
    }
}

@media screen and (max-width:600px) {
    .padding-space-extra {
        text-align: center;
    }

    .banner-location {
        width: 50%;
    }
}

@media screen and (max-width:575px) {
    .banner-location {
        width: 65%;
    }

    .gallery-section-information .section-title {
        position: relative;
    }

    .gallery-section-information {
        position: relative;
        background: #bb542b;
        padding-top: 20px;
    }

    .gallery-img::before {
        background: linear-gradient(180deg, #00000026, transparent);
    }

    .banner-price {
        background: #44abd4;
        width: 65%;
        color: #000;
    }

    p.hidden-view {
        display: none;
    }

    p.policy-point {
        margin-bottom: 65px;
    }

    .banner-inn {
        width: 85%;
        display: block;
    }

    .footer-inner h3 {
        font-size: 19px;
    }

    .amenities-section-img {
        max-width: 90px;
        margin: 0 auto;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-btn {
        display: none;
    }

    .mobile-btn {
        display: block;
    }

    .banner-location {
        margin-bottom: 15px;
        background: transparent;
        padding: 0;
    }

    .enquire-outer ul .call-now a {
        padding: 15px 35px;
    }

    .banner-location i {
        font-size: 27px;
    }

    .banner-section {
        margin-top: 55px;
    }

    .logo {
        max-width: 115px;
    }

    .section-title p {
        font-size: 16px;
    }

    .view {
        display: none;
    }

    .footer-disclaimer {
        font-size: 14px;
    }
}

@media screen and (max-width:465px) {
    .banner-section-information h1 {
        font-size: 39px;
    }

    .banner-price {
        width: 75%;
        font-size: 16px;
    }

    .form-setup img {
        max-width: 27px;
    }
        p.policy-point {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:425px) {
    .banner-section-information h1 {
        font-size: 40px;
    }

    footer {
        padding: 20px 0 35px 0;
    }

    .section-title h2 {
        font-size: 29px;
    }
}

@media screen and (max-width:400px) {
    .banner-section-information h1 {
        font-size: 34px;
    }

    .banner-price {
        width: 75%;
    }

    .enquire-outer ul li {
        border-right: 1px solid #d1cece;
    }

    .form-setup img {
        max-width: 30px;
    }

    .form-setup p {
        font-size: 13px;
    }

    .banner-location {
        padding: 7px 10px;
    }

    .padding-space-extra {
        padding: 35px 0;
    }

    .hidden-view {
        display: none;
    }

    .price-section-information .section-title h2 {
        font-size: 26px;
    }

    .project-apartment-type {
        font-size: 30px;
    }

    .price-project {
        font-size: 21px;
    }

    .price-size {
        font-size: 21px;
    }

    .price-type p {
        font-size: 19px;
    }

    .floor-section-information .section-title h2 {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .footer-inner h3 {
        font-size: 19px;
    }
}

@media screen and (max-width:380px) {
    .section-title h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:370px) {
    .banner-section-information h1 {
        font-size: 32px;
    }

    .enquire-outer ul .call-now a {
        padding: 15px 30px;
    }
}