@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=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..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');
}

body {
    position: relative,
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #000000c9;
    padding: 10px 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 {
    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: 125px;
    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-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-img {
    position: relative;
    overflow: hidden;
}

.banner-section-img img {
    width: 100%;
    height: auto;
    animation: zoomEffect 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Zoom in slightly */
    }
}

.borders-right {
    border-right: 1px dashed;
}

.banner-section-information {
    position: absolute;
    top: 30%;
    left: 5%;
    content: "";
    z-index: 9;
    font-family: "Playfair", serif;
    text-align: center;
    color: #ffffff;
    background: rgb(0 0 0 / 88%);
    width: 34%;
    padding: 20px;
    border-radius: 5px;
}

.banner-section-information h1 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 0;
}

p.banner-price b {
    font-family: 'Cinzel';
    color: #e52c58;
}

.new-launch-banner {
    background: #bb542b;
    font-size: 40px;
    padding: 5px 10px;
    box-shadow: 2px 0px 14px -5px #000;
    color: #fff;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.padding-space-extra {
    padding: 55px 0;
}

.project-section {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-family: "Cinzel", serif;
    text-align: center;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
}

.project-section-info {
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.project-img {
    position: relative;
}

.project-status {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%);
    padding: 10px;
    background: #bb542b;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0 3px #616161;
    width: 60%;
}

.project-img img {
    box-shadow: 0 0 3px #000;
    border-radius: 10px;
}

.project-info {
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%);
    width: 100%;
}

.project-info h3 {
    font-family: 'Bon-Vivant-Serif';
    font-size: 25px;
}

p.banner-location-point {
    background: linear-gradient(45deg, #00000061, #000000b8, #0000007a);
    padding: 5px 0;
    color: #fff;
    font-size: 19px;
}

.project-btn {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.bord {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #fff;
    content: "";
    z-index: 9;
    border-radius: 0;
}

.call-fer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.call-ft {
    background: #fff;
    color: #000000;
    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 #cbc8caa8;
    }

    25% {
        box-shadow: 0 0 0 8px #cbc8ca6e,
            0 0 0 16px #cbc8ca4b;
    }

    30% {
        box-shadow: 0 0 0 12px #cbc8ca46,
            0 0 0 24px #cbc8ca1f;
    }
}

.call-fer .btn {
    background: #fff;
    color: #000000;
}

p.banner-location {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    width: 70%;
}

p.banner-configuration {
    font-family: "Playfair", serif;
    font-size: 45px;
    margin-bottom: 0;
    color: #21151d;
}

p.configuration-fer {
    font-size: 39px;
    margin-bottom: 0;
    color: #ff86a3;
}

p.banner-price {
    font-size: 28px;
    margin-bottom: 5px;
}

.configuration-img {
    padding: 10px;
    border: 3px solid #caa37d;
    border-radius: 8px;
}

.configuration-img img {
    border-radius: 5px;
}

.configuration-info {
    text-align: center;
    background: #caa37d;
    color: #000;
    margin-top: 12px;
    font-family: 'Montserrat';
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.configuration-info p {
    margin-bottom: 0;
}

.highlight-info {
    background: #22151e;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
}

.highlight-info p {
    padding: 10px;
    margin-bottom: 0;
    font-size: 19px;
}

.gallery-img {
    margin: 5px;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #afa8a8;
}

.configuration-section,
.highlight-section,
.overview-section,
.price-section,
.floor-section {
    position: relative;
    overflow: hidden;
}

.bg-color {
    background: #f0f5fb;
}

.section-title p {
    text-align: center !important;
}

.overview-section-information p {
    text-align: justify;
}

.desktop-gallery {
    display: block;
}

.tab-gallery {
    display: none;
}

.gallery-section {
    position: relative;
    overflow: hidden;
}

.gallery-section .container-fluid {
    padding: 0;
}

.price-section {
    position: relative;
}

.price-section-info {
    position: relative;
    z-index: 9;
}

p.price-type {
    font-size: 28px;
    font-family: 'Cinzel';
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000000;
    color: #e52c58;
}

.price-point {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #caa37d;
}

.overview-section-information {
    font-family: 'Montserrat';
}

.price-section-information {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 3px #c9c9c9;
    border-radius: 6px;
    font-family: 'Montserrat';
}

.call-section {
    background: #4b4b4b;
}

p.starting-size-fer {
    margin-bottom: 5px;
}

p.starting-size-fert {
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Cinzel';
}

.starting-price-fer {
    margin-bottom: 0;
    font-size: 16px;
}

.starting-price-fert b {
    color: #e52c58;
    font-size: 26px;
    font-family: 'Cinzel';
}

.starting-price-fert {
    margin-bottom: 0;
}

.price-project {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.price-size {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.footer-inner h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.submit-brochure {
    background: #000;
    color: #fff;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.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;
    background: transparent;
}

.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;
}

.floor-plan-info {
    background: #d0d5db;
    padding: 10px;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
    box-shadow: 0 0 3px #696666;
    position: relative;
    z-index: 9;
}

.floor-plan-info p {
    margin-bottom: 0;
    padding-top: 5px;
    color: #000;
}

.floor-plan-img img {
    border-radius: 5px;
}

.location-section-info .section-title {
    text-align: left;
}

.location-section-info .section-title h2 {
    font-size: 31px;
}

.location-section-info .section-title p {
    text-align: left !important;
}

.location-section-info ul li .location-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #000;
    font-family: 'Montserrat';
}

.location-section-img {
    padding: 20px;
    background: #f0f5fb;
    border-radius: 10px;
    box-shadow: 0 0 3px #a7a6a6;
}

.location-section-img img {
    border-radius: 10px;
}

.location-section-info ul li .location-points p {
    margin-bottom: 0;
}

.amenities-info {
    text-align: center;
    box-shadow: 0 0 3px #979797;
    background: #fff;
    margin: 5px;
    padding: 13px;
}

.amenities-info p {
    margin-bottom: 0;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
}

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';
}

.about-developer {
    background: #bcd9eb;
}

.about-developer-infer p {
    text-align: justify;
    font-size: 14px;
}

.about-developer-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.about-developer-infer {
    font-family: 'Montserrat';
}

.privana-north a {
    color: #000;
}

.privana-north b {
    font-family: 'Bon-Vivant-Serif';
    font-size: 25px;
    font-weight: 300;
}

.enquire-outer {
    display: none;
}

.btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
}

.conf {
    position: relative;
}

.faq-section {
    text-align: center;
}

.faq-heading {
    font-family: 'Bon-Vivant-Serif';
}

.faq-heading h3 {
    background: #caa37d;
    margin-bottom: 0;
    font-size: 17px;
    padding: 10px;
    text-align: left;
    color: #000000;
    font-family: 'Montserrat';
}

.faq-heading p {
    text-align: justify;
    color: #000;
    background: #ffffff;
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 13px;
}

.submit-brochure {
    background: #000;
}

.section-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    color: #e52c58;
}

.banner-section-information a {
    text-decoration: none;
    color: #fff;
}

.project-btn a {
    text-decoration: none;
    color: #fff;
}

.banner-location i {
    font-size: 25px;
    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;
    }
}

.faq-section-information .section-title h2 {
    font-size: 30px;
}

.mobile-location {
    display: none;
}

.desktop-location {
    display: block;
}

.desktop-conf {
    display: block;
}

.mobile-conf {
    display: none;
}

/* .floor-plan-img img {
    filter: blur(2px);
} */
a.whatsapp {
    background-color: #2fb842;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    margin: 0;
    z-index: 990;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    animation: whatsapp-fill 1.5s ease infinite;
}

@keyframes whatsapp-fill {
    15% {
        box-shadow: 0 0 0 4px #2fb84141;
    }

    25% {
        box-shadow: 0 0 0 8px #2fb84163,
            0 0 0 16px #2fb841a9;
    }

    30% {
        box-shadow: 0 0 0 12px #2fb841b6,
            0 0 0 24px #2fb8412c;
    }
}

.amenities-img {
    max-width: 70px;
    margin: 0 auto;
}

.highlight-section-ferwert .section-title {
    text-align: left;
}

.highlight-section-ferwert .section-title h2 {
    font-size: 29px;
}

.highlight-section-ferwert .section-title p {
    text-align: left !important;
}

.highlight-section-ferwert ul {
    padding-left: 18px;
    font-family: 'Montserrat';
}

.highlight-section-ferwert ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.highlight-section-ferwert .project-btn {
    text-align: left;
}

.mobile-highlight {
    display: none;
}

@media screen and (max-width:1400px) {
    .highlight-info p {
        font-size: 17px;
    }
}

@media screen and (max-width:1295px) {
    .highlight-info p {
        font-size: 15px;
    }
}

@media screen and (max-width:1199px) {
    header {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }

    .banner-section {
        margin-top: 70px;
    }

    .menu ul li a {
        padding: 0px 10px;
    }

    .project-section-info {
        margin-bottom: 20px;
    }

    p.price-type {
        font-size: 28px;
    }

    .footer-inner h3 {
        font-size: 25px;
    }

    .banner-section-information {
        top: 20%;
        width: 45%;
    }
}

@media screen and (max-width:991px) {
    .banner-section {
        margin-top: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .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: #21151d;
        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;
    }

    .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: #bb8069;
        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;
    }

    .new-launch-banner {
        font-size: 30px;
    }

    .container {
        max-width: 780px;
    }
    .location-section-info .section-title h2 {
    font-size: 28px;
}
    .banner-section-information {
        top: 20%;
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .mobile-highlight {
        display: block;
    }

    .desktop-highlight {
        display: none;
    }

    .highlight-section-ferwert ul {
        padding-top: 20px;
    }

    .banner-section-information {
        position: relative;
        left:0;
        top:0;
        width:100%;
        border-radius:0;
    }

    .banner-section {
        margin-top: 0px;
    }

    header {
        top: 0;
        width: 100%;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }
    .floor-plan-info {
        margin-bottom: 20px;
    }

    .container {
        max-width: 635px;
    }

    .price-type,
    .price-size {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #caa37d;
    }

    .mobile-location {
        display: block;
    }

    .desktop-location {
        display: none;
    }

    .location-section-info {
        margin-top: 20px;
    }

    .footer-group-row {
        margin-top: 20px;
    }

    .footer-points {
        margin-top: 20px;
    }

    .desktop-conf {
        display: none;
    }

    .mobile-conf {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    p.banner-configuration {
        font-family: "Playfair", serif;
        font-size: 40px;
        color: #ffffff;
        background: linear-gradient(45deg, #000000e0, #000000d6, #000000b3);
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 19px;
    }

    .conf::before {
        display: none;
    }

    .conf::after {
        display: none;
    }

    .banner-btn {
        margin-top: 15px;
    }

    .desktop-gallery {
        display: none;
    }

    .tab-gallery {
        display: block;
    }

    .footer-inner h3 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-group-row p,
    .footer-points p {
        font-size: 20px;
    }

    .overlay {
        top: 65px;
    }
}

@media screen and (max-width:575px) {
    a.whatsapp {
        right: 12px;
        bottom: 71px;
    }

    .section-title p {
        font-size: 16px;
    }

    .highlight-info {
        height: 100%;
    }

    .about-developer-infer {
        margin-bottom: 20px;
    }

    footer {
        padding: 20px 0 40px 0;
    }

    .configuration-section-points {
        position: relative;
        margin-bottom: 20px;
    }

    .configuration-info {
        text-align: center;
        background: #21151e;
        color: #ffffff;
        margin-top: 12px;
        font-family: 'Montserrat';
        font-size: 20px;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: absolute;
        bottom: 10px;
        width: 85%;
        left: 50%;
        transform: translate(-50%);
    }

    .section-title h2 {
        font-size: 34px;
        margin-bottom: 0;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media screen and (max-width:440px) {
    .banner-section-information h1 {
        font-size: 40px;
    }

    p.banner-price {
        font-size: 26px;
    }

    .banner-section {
        margin-top: 10px;
    }

    p.banner-configuration {
        font-size: 35px;
    }

    p.banner-price {
        font-size: 27px;
    }

    .faq-heading h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:420px) {
    .new-launch-banner {
        font-size: 25px;
    }

    .faq-section-information .section-title h2 {
        font-size: 23px;
    }

    p.banner-location {
        font-size: 19px;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .project-info h3 {
        font-family: 'Bon-Vivant-Serif';
        font-size: 28px;
    }

    .project-btn .btn {
        font-size: 14px;
    }

    .enquire-outer ul .call-now a {
        padding: 15px 25px;
    }

    .footer-inner h3 {
        font-size: 18px;
    }

    .banner-location i {
        font-size: 27px;
    }

    .overview-section-information p {
        font-size: 14px;
    }

    .hidden-view {
        display: none;
    }
}