@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #000000;
    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;
  }
  .active {
    background: #19407d;
    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 0 3px #bdbdbd;
}
  .newClass {
    background-color: #000;
    box-shadow: 0 0 1px #ffffff;
    z-index: 999;
    border-radius:10px;
}
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 112px;
    filter: invert(1);
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section{
    background:url('../images/amenities.jpg');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    display: block;
  }
  p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}
  .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 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;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .responsiv-mobile {
    display: none;
}
/* Header CSS */
.banner-section{
    position:relative;
}
.banner-section .container-fluid{
    padding:0;
}
.project-section-infromation {
    position: absolute;
    top: 20%;
    right: 5%;
    text-align: center;
    font-family: 'Montserrat';
    z-index: 9;
    padding: 0px;
}
/* p.banner-view {
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #f4dfb4;
    font-size: 26px;
    background: #34a853;
    padding: 5px 10px;
} */
 p.banner-view {
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #000000;
    font-size: 26px;
    background: #34a853;
    padding: 5px 10px;
}
.banner-btn .btn {
    background: #34a853;
    color: #ffffff;
    box-shadow: none;
}
.project-section-infromation h1 {
    font-family: 'Playfair Display';
    font-size: 47px;
    color: #000000;
}
p.banner-location {
    color: #000000;
    font-size: 19px;
    margin-bottom: 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; }
}
.blinks {
    -webkit-animation: blinks .75s linear infinite;
    -moz-animation: blinks .75s linear infinite;
    -ms-animation: blinks .75s linear infinite;
    -o-animation: blinks .75s linear infinite;
     animation: blinks .75s linear infinite;
}
@keyframes blinks {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.5; }
    100% { opacity: 0.5; }
}
.privana-coming-soon {
    position: absolute;
    top: 13%;
    left: 27%;
    z-index: 99;
}
.btn-pulse {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
      transform: scale(0.9);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.9);
    }
}
.banner-location img {
    max-width: 32px;
}
.padding-space-extra {
    padding: 75px 0;
}

.welcome-privana-section{
    position:relative;
}
.welcome-privana-section::before {
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -72px;
    border: 10px solid #c9c9c9;
    width: 175px;
    height: 175px;
    z-index: -1;
    content: "";
    animation: floatBefore 5s ease-in-out infinite;
}
@keyframes floatBefore {
    0%, 100% {
      transform: translateX(0) translateY(0);
    }
    50% {
      transform: translateX(10px) translateY(10px);
    }
  }
/* .welcome-privana-section::after {
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 23%;
    border: 10px solid #c9c9c9;
    width: 175px;
    height: 175px;
    z-index: -1;
    content: "";
    animation: floatAfter 5s ease-in-out infinite;
} */
@keyframes floatAfter {
    0%, 100% {
      transform: translateX(0) translateY(0);
    }
    50% {
      transform: translateX(-10px) translateY(-10px);
    }
  }
.bg-colors-fit{
    background: url(../images/Bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.privana-north-info h2 {
    font-size: 55px;
    color: #000;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}
.privana-north-in{
    color:#000;
    font-family: 'Montserrat';
}
.privana-north-img img{
    box-shadow: 0 0 3px #575757;
    border-radius:10px;
}
.btn {
    font-family: 'Montserrat';
    background: #34a853;
    color: #ffffff;
    box-shadow: none;
  position: relative;
}
.section-title{
    text-align: center;
}
.section-title h2 {
    font-family: "Playfair Display", serif;
    color: #34a853;
    font-size: 45px;
}
.welcome-privana {
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px 0;
    border-bottom: 1px dotted #000;
}
.highlight-section {
    border-bottom: 1px dotted #000;
    padding: 40px 0;
    background: url(../images/Bg-1.webp);
    font-family: 'Montserrat';
    color: #fff;
}

.bg-color{
    background:#f4ede6;
}
.highlight-section .section-title h2{
    color:#fff !important;
}
.highlight-section-info {
    position: relative;
    box-shadow: 0 0 3px #545050;
    font-family: 'Montserrat';
}
.highlight-section-info p{
    display: flex;
    position:absolute;
    bottom:0;
    left:0;
    transform:translate(-50%);
    width:100%;
    background:#34a853;
    height: 85px;
    color:#fff;
    padding:20px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transform: translateY(20px); */
    transition: all 0.5s ease;
    outline:1px dotted #fff;
    outline-offset:-10px;
}
.swiper-slide .highlight-section-info p {
    opacity: 1;
    animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
.swiper-pagination {
    transform: translate(-50%);
    left: 50%;
}
.overview-section-iner {
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
}
.gallery-section .section-title h2{
    color:#000;
}
.gallery-section .section-title{
    font-family: 'Montserrat';
}
.gallery-img {
    position: relative;
}
.gallery-img::before{
    position:absolute;
    content:"";
    z-index:9;
    top:0;
    left:0;
    background:linear-gradient(0deg, #000000b0, transparent);
    width:100%;
    height:100%;
}
.gallery-section{
    position:relative;
}
.gallery-section .container-fluid{
    padding:0;
}
.gallery-info p{
    position:absolute;
    bottom:8%;
    left:8%;
    z-index:9;
    content:"";
    font-family: 'Montserrat';
    font-size:45px;
    color:#fff;
    font-weight: 700;
}
.floor-plan-information .section-title h2 {
    color: #000;
    font-family: 'Montserrat';
    font-size: 38px;
}
.floor-plan-information .section-title p{
    font-family: 'Montserrat';
}
.floor-plan-points {
    position: relative;
    background: #1e1c1a;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    box-shadow:0 0 3px #000;
}
.floor-plan-points p{
    padding:10px;
}
.floor-plan-points::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%);
    border-left: 2px solid #000;
    height: 40%;
}
.amenities-section{
    background: url('../images/aminities.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.amenities-section::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    content: "";
    background: #000000d1;
    width: 100%;
    height: 100%;
}
.amenities-section-information{
    position:relative;
    z-index: 99;
}
.amenities-section .section-title h2{
    color:#fff;
}
.amenities-section .section-title p{
    color:#fff;
}
.amenities-section-infer {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    color: #fff;
    border: 1px dotted #fff;
    margin-bottom: 10px;
}
.amenities-icon img{
    max-width:70px;
}
.amenities-section-infer p {
    margin-bottom: 0;
}
/* .price-section-information{
    background:url('../images/Bg-1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:30px 0;
    border-radius: 10px;
} */
.price-section .section-title h2{
    color:#000;
}
.price-section .section-title{
    font-family: 'Montserrat';
}
.price-section-info {
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    position: relative;
    outline: 1px dotted #fff;
    outline-offset: -8px;
    background: url(../images/Bg-1.webp);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}
.type {
    background: #ffffff;
    color: #000000;
    width: 78%;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    box-shadow: 0 0 3px #6b6969;
    border-radius: 6px;
}
.type p{
    margin-bottom:0;
}
.price-se {
    position: relative;
}
p.Starting-price-info {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
p.starting-size {
    margin-bottom: 5px;
}
p.starting-price {
    margin-bottom: 3px;
}
.starting-price-info b {
    font-size: 28px;
}
.starting-price-info{
    margin-bottom:10px;
}
.enquire-now {
    background: #ffffff;
    color: #000000;
}
.location-section-info .section-title{
    text-align: left;
}
.location-section-info{
color:#000;
font-family: 'Montserrat';
text-align: left;
}
.location-section-info .section-title h2{
    color:#000;
}
.location-section-info ul {
    background: url('../images/Bg-1.webp');
    padding:20px 0;
    padding-left: 30px;
    color:#fff;
}
.location-section-info ul li{
margin-bottom:10px;
}
.call-section{
    background: url('../images/Bg-1.webp');
    color:#fff;
    font-family: 'Montserrat';
}
.location-section-img img{
    border-radius: 10px;
    box-shadow:0 0 3px #000;
}
.location-section-img {
    padding:10px;
    border:1px dotted #000;
    border-radius:10px;
}
.call-section form .form-group{
margin-bottom:0;
}
.footer-privacy{
    padding:20px 0;
    font-family: 'Montserrat';
    text-align: center;
}
.privana-north-club{
    position:relative;
}
.clubhouse {
    position: absolute;
    top: 0px;
    left: -54px;
    color: #000;
    z-index: 9;
    content: "";
    font-size: 56px;
    font-family: "Playfair Display", serif;
    animation: floatBefore 5s ease-in-out infinite;
}
.acres {
    position: absolute;
    bottom: 0px;
    right: -77px;
    color: #000;
    z-index: 9;
    content: "";
    font-size: 56px;
    font-family: "Playfair Display", serif;
    animation: floatAfter 5s ease-in-out infinite;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.privana-north-club .btn{
    display:none;
}
.gallery-section{
    border-bottom:1px dotted #000;
    padding-bottom:20px;
}
.price-section{
    padding:30px 0 40px 0;
}
.highlight-section ,.gallery-section, .amenities-section, .floor-plan-section {
    text-align: center;
}
.amenities-section .btn{
background: #fff;
color:#000;
}
.highlight-section .btn, .gallery-section .btn{
    margin-top:10px;
}
.overview-section-iner .btn{
    background:#fff;
    color:#000;
}
.submit-brochure {
    background: #fff;
    color: #000;
}
.footer-inner h3{
    font-size:25px;
}
.fade-section {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    will-change: opacity, transform;
} 
.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.modal-content {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
}
.modal-content hr{
    border-top:1px dotted #fff;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.5;
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: .75
}
.enquire-outer{
    display:none;
}
.floor-plan-img img{
    filter: blur(5px);
}
.starting-price-banner {
    color: #fff;
    background: #34a853;
}
.starting-price-banner b {
    color: #000;
    font-size: 31px;
}
.banner-btn .contact-sales-manager{
    background:#000;
    color:#fff;
}
.call-section-btn {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 55px;
    height: 55px;
    background: #34a853;
    font-family: 'Montserrat';
    font-size: 26px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* box-shadow: 0 0 2px #000; */
    animation: call 1.5s ease infinite;
}
.call-section-btn a{
    color:#000;
    text-decoration:none;
    padding:40px;
}
@keyframes call {
    15% {
        box-shadow: 0 0 0 4px #34a853;
    }
    25% {
        box-shadow: 0 0 0 8px #34a853de,
                    0 0 0 16px #34a853cc;
    }
    30% {
        box-shadow: 0 0 0 12px #34a853cb,
                    0 0 0 24px #34a8539a;
    }
}
.contact-sales-manager{
    animation: calls 1.5s ease infinite;
}
@keyframes calls {
    15% {
        box-shadow: 0 0 0 4px #00000070;
    }
    25% {
        box-shadow: 0 0 0 8px #00000044,
                    0 0 0 16px #0000001a;
    }
}
.enquire-outer ul .call-now a {
    color: #000;
    padding: 15px 50px;
    text-decoration:none;
}
.project-rera {
    font-family: 'Montserrat';
    position: absolute;
    bottom: 6px;
    left: 0px;
    background: #34a853;
    padding: 9px;
    color: #fff;
}
.project-rera p {
    margin-bottom: 0;
    font-size: 20px;
}
@media only screen and (max-width: 1295px) {
    .welcome-privana-section::before {
        left: 0px;
    }
    .acres {
        right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .project-section-infromation {
    right: 2%;
}
    .menu ul li a {
        padding: 8px 9px;
    }
    .project-section-infromation h1 {
        font-size: 45px;
    }
    p.banner-view {
        font-size: 25px;
    }
    .privana-north-info h2 {
        font-size: 40px;
    }
    .clubhouse {
        font-size: 45px;
    }
    .acres {
        font-size: 44px;
    }
    .location-section-info .section-title h2 {
        font-size: 40px;
    }
    .footer-inner h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
}
@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: #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;
    }
    .active {
        background: transparent;
        box-shadow: none;
    }
    .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;
    }
    .menu ul li a {
        color: #fff;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .container {
        max-width: 845px;
    }
    .project-section-infromation {
        width: 45%;
    }
    .privana-north-info h2 {
        font-size: 32px;
    }
    .highlight-img {
        margin: 0 auto;
        text-align: center;
    }
    .overview-section-iner .section-title p{
        text-align: center;
    }
    .overview-section-iner p {
        text-align: justify;
    }
    .location-section-info .section-title h2 {
        font-size: 37px;
    }
    .location-section-info ul li {
        font-size: 15px;
    }
    .footer-inner h3 {
        text-align: center;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .gallery-info p{
        left: 3%;
        font-size: 35px;
    }
    .padding-space-extra {
        padding: 40px 0;
    }
    .floor-plan-information .section-title h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 819px) {
    .location-section-info .section-title h2 {
        font-size: 35px;
    }
        .project-section-infromation {
        width: 63%;
        background: #00000082;
        padding: 5PX;
    }
    .project-section-infromation H1{
       color:#fff;
    }
    p.banner-location {
    color: #fff;
}
}
@media only screen and (max-width: 767px) {
    .privana-north-info .btn {
        display: none;
    }
    .clubhouse {
        left: 7%;
    }
    .gallery-section {
        margin-top: 30px;
    }
    .call-section form .form-group {
        margin-bottom: 15px;
    }
    .privana-north-club .btn{
        display:block;
        margin-top:20px;
    }
    .project-section-infromation {
        width: 80%;
    }
    header {
    width: 100%;
    top: 0px;
    border-radius: 0;
}
.newClass{
    border-radius:0;
}
.banner-section {
    position: relative;
    margin-top: 70px;
}
}
@media only screen and (max-width: 741px) {
    .project-section-infromation {
        padding: 20px;
    }
}
@media only screen and (max-width: 695px) {
    .project-section-infromation h1 {
        font-size: 41px;
    }
}
@media only screen and (max-width: 645px) {
    .project-section-infromation {
        width: 100%;
        right: 0;
        top: 20px;
        background: transparent;
    }
    .project-section-infromation h1{
        color:#000;
    }
    p.banner-location {
        color: #000000;
    }
    .gallery-info p {
        font-size: 26px;
    }
    .floor-plan-information .section-title h2 {
        font-size: 28px;
    }
    .overview-section-iner p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .call-section-btn {
    bottom: 10%;
     right: 5%;
}
    .desktop-banner{
        display: none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display: block;
    }
    .clubhouse {
        font-size: 39px;
    }
    .acres {
        font-size: 38px;
    }
    .price-section-info {
        margin-bottom: 20px;
    }
    .gallery-info p {
        bottom: 5%;
        font-size: 24px;
        text-align: left;
    }
    .amenities-section-infer {
        display: block;
        text-align: center;
    }
    .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: #010402;
        padding: 10px 0;
    }
    .enquire-outer ul .call-now {
        background: #34a853;
    }
    .footer-privacy {
    padding: 20px 0 40px 0;
}
p.footer-disclaimer{
    text-align: justify;
}
.project-rera p {
    margin-bottom: 0;
    font-size: 14px;
}
}
@media only screen and (max-width: 532px) {
    .amenities-section .download-brochure{
        margin-bottom:10px;
    }
    .overview-section-iner .download-brochure{
        margin-bottom:10px;
    }
}
@media only screen and (max-width: 476px) {
    .project-section-infromation h1 {
        font-size: 38px;
    }
    p.banner-view {
        font-size: 23px;
    }
    .highlight-img{
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .highlight-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .section-title h2 {
        font-size: 29px;
    }
    .gallery-img{
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .gallery-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .clubhouse {
        font-size: 33px;
    }
        .location-section-info .section-title h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 460px) {
    .banner-section-img {
        height: 75vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-section-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    header {
        width: 100%;
        left: 50%;
        top: 0px;
        border-radius:0;
    }
    .newClass{
        border-radius:0;
    }
    .project-section-infromation {
        padding: 20px 10px;
        top: 0%;
    }
    .starting-price-banner {
    font-size: 18px;
}
.starting-price-banner b {
    color: #000;
    font-size: 25px;
}
    .privana-north-img{
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .privana-north-img img{
        object-fit: cover;
        width: 100%;
        height: 100%;   
    }
    .highlight-section-info p{
        height: 100px;
    }
    .highlight-img {
        height: 62vh;
    }
}
@media only screen and (max-width: 445px) {
    .location-section-info ul {
        padding-right: 10px;
    }
    .banner-btn .download-brochure {
        display: none;
    }
}
@media only screen and (max-width: 422px) {
    .project-section-infromation h1 {
        font-size: 36px;
    }
    .acres {
        bottom: 0;
    }
    .floor-plan-information .section-title h2 {
        font-size: 25px;
    }
    .overview-section-iner .btn {
        font-size: 15px;
    }
    .footer-inner h3 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 402px) {
    .project-section-infromation h1 {
        font-size: 34px;
    }
    .acres {
        bottom: 13px;
    }
}
@media only screen and (max-width: 402px) {
    .project-section-infromation h1 {
        font-size: 28px;
    }
        .starting-price-banner {
        font-size: 17px;
    }
}
@media only screen and (max-width: 360px) {
    .amenities-section-infer {
        display: block;
        justify-content: center;
        text-align: center;
    }
    .project-section-infromation {
        width: 100%;
    }
    p.banner-view {
        font-size: 21px;
    }
    .privana-north-info h2 {
        font-size: 29px;
    }
   
}