@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: 117px;
    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-information {
    position: absolute;
    top: 20%;
    right: 5%;
    content: "";
    z-index: 9;
    font-family: 'Bon-Vivant-Serif';
    text-align: center;
    color: #000000;
    width: 40%;
}
.new-launch-banner {
    background: #2F6098;
    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:30px 0;
}
.project-section {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.section-title{
    font-family: 'Bon-Vivant-Serif';
}
.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: #2F6098;
    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: 7%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%);
    width: 100%;
}
.bg-north .project-info h3{
    background:#bb542b;
    color:#fff;
}
.bg-south .project-info h3{
    background:#2F6098;
    color:#fff;
}
.bg-west .project-info h3{
    background:#297a3f;
    color:#fff;
}
.project-info h3 {
    font-family: 'Bon-Vivant-Serif';
    font-size: 25px;
    padding: 10px 0 3px 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 25px;
}
p.banner-location-point {
    background: linear-gradient(45deg, #00000061, #000000b8, #0000007a);
    padding: 5px 0;
    color: #fff;
    font-size: 19px;
}
.project-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    content: "";
    z-index: 9;
    background: #2F6098;
    box-shadow: 0 0 2px #000;
}
.project-btn .btn{
    background:none;
    box-shadow:none;
    color:#fff;
    width:100%;
    position:relative;
    border-radius:0;
}
.bord{
    position:absolute;
    top:0;
    left:0;
    border-right:2px solid #fff;
    content:"";
    z-index:9;
    border-radius:0;
}
.project-btn .btn:hover{
background:#000;
transition:0.5s;
}
.call-fer{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
.call-ft{
    background: #000;
    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 #000000c0;
    }
    25% {
        box-shadow: 0 0 0 8px #0000007e,
                    0 0 0 16px #00000075;
    }
    30% {
        box-shadow: 0 0 0 12px #00000063,
                    0 0 0 24px #00000048;
    }
}
.bg-south .call-fer .btn{
     background: #2F6098;
     color:#fff;
}
.bg-south .call-ft{
     background: #2F6098;
      animation: call-south 1.5s ease infinite;
}
@keyframes call-south {
    15% {
        box-shadow: 0 0 0 4px #2f6098c0;
    }
    25% {
        box-shadow: 0 0 0 8px #2f6098c2,
                    0 0 0 16px #2f609898;
    }
    30% {
        box-shadow: 0 0 0 12px #2f6098a6,
                    0 0 0 24px #2f60987e;
    }
}
.call-fer .btn{
     background: #000;
     color:#fff;
}
p.banner-location {
    background: #2F6098;
    padding: 5px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 22px;
}
.north-configuration {
    background: #bb542b;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
        display: flex;
    justify-content: center;
    align-items: center;
        font-family: 'Montserrat';
}
.south-configuration {
    background: #2F6098;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
     display: flex;
    justify-content: center;
    align-items: center;
        font-family: 'Montserrat';
}
.west-configuration {
    background: #297a3f;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
     display: flex;
    justify-content: center;
    align-items: center;
        font-family: 'Montserrat';
}
.bg-north .project-status{
background:#bb542b;
}
.bg-north .call-fer .btn{
    background:#bb542b;
}
.bg-north .call-ft{
    background:#bb542b;
    animation: call-north 1.5s ease infinite;
}
@keyframes call-north {
    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;
    }
}
.bg-north .project-btn{
background:#bb542b;
}
.bg-west .project-status{
background:#297a3f;
}
.bg-west .call-fer .btn{
    background:#297a3f;
}
.bg-west .call-ft{
    background:#297a3f;
    animation: call-west 1.5s ease infinite;
}
@keyframes call-west {
    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;
    }
}
.bg-west .project-btn{
 background:#297a3f;
}
.call-section {
    background: #2F6098;
}
.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';  
}
.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: #2F6098;
    color: #fff;
}
.faq-section{
    text-align: center;
    background: #fff;
}
.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: #d3d3d3;
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 13px;
}
.submit-brochure{
    background:#000;
}
.section-title h2 {
    font-size: 40px;
}
.banner-section-information a{
    text-decoration:none;
    color:#fff;
}
.project-btn a{
    text-decoration: none;
    color:#fff;
}
.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; }
}
.faq-section-information .section-title h2{
    font-size:30px;
}
.mobile-banner-fer{
    display:none;
}
.desktop-banner-fer{
    display:block;
}
@media screen and (max-width:1295px){
    .banner-section-information {
    width: 40%;
}
}
@media screen and (max-width:1199px){
     .banner-section-information {
    width: 50%;
}
    .menu ul li a {
    padding: 0px 10px;
}
.project-section-info {
    margin-bottom: 20px;
}
}
@media screen and (max-width:991px){
      .banner-section-information {
    width: 60%;
}
    .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: #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;
    }
.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: #2F6098;
        padding: 10px 0;
    }
    .enquire-outer ul .call-now {
        background: #000000;
    }
    .enquire-outer ul .call-now a {
    color: #fff;
    padding: 15px 50px;
    text-decoration:none;
}
.new-launch-banner {
    font-size: 30px;
}
.banner-section-information {
    right: 5%;
}
}
@media screen and (max-width:767px){
    header{
        top:0;
        width:100%;
        border-radius:0;
    }
    .newClass{
        border-radius:0;
    }
    .banner-section{
        margin-top:62px;
    }
    .project-section-info {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:575px){
    .mobile-banner-fer {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .desktop-banner-fer{
        display:none;
    }
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
    .banner-section-information {
        width: 100%;
        right: 0;
        top: 20px;
        padding:20px;
    }
    .about-developer-infer {
    margin-bottom: 20px;
}
footer {
    padding: 20px 0 40px 0;
}
}
@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;
}
}