@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: #fff;
    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: #fff;
    box-shadow: 0 0 1px #000000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 136px;
}

.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: #000;
    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: 30%;
    left: 50%;
    text-align: center;
    font-family: 'Montserrat';
    z-index: 9;
    transform: translate(-50%);
    background: linear-gradient(45deg, #000000ed, #000000d6, #000000cf);
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 3px #8f8f8f;
}

/* p.banner-view {
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #f4dfb4;
    font-size: 26px;
    background: #1557a5;
    padding: 5px 10px;
} */
p.banner-view {
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #000000;
    font-size: 26px;
    background: #1557a5;
    padding: 5px 10px;
}

.banner-btn .btn {
    background: #1557a5;
    color: #ffffff;
    box-shadow: none;
}

.project-section-infromation h1 {
    font-family: 'Playfair Display';
    font-size: 47px;
    color: #fff;
}

p.banner-location {
    color: #fff;
    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;
    bottom: 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: 45px;
    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: #1557a5;
    color: #ffffff;
    box-shadow: none;
    position: relative;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
}

.overview-points p {
    font-family: 'Montserrat';
    text-align: justify;
    font-size: 15px;
}

.welcome-privana {
    position: relative;
    overflow: hidden;
    /* padding: 20px 0 40px 0; */
    border-bottom: 1px dotted #000;
}

.bg-colors {
    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 {
    background: #1557a5;
    color: #fff;
    padding: 10px;
    outline: 1px dotted #fff;
    outline-offset: 10px;
    font-size: 14px;
}

@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 {
    font-family: 'Montserrat';
}

.gallery-img {
    position: relative;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #fff;
}

.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;
    font-family: 'Montserrat';
}

.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;
    text-align: left;
}

/* .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 {
    padding-left: 30px;
}

.location-section-info ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.faq-heading h3 {
    font-size: 18px;
    background: #1557a5;
    padding: 10px;
    margin-bottom: 0;
}

.faq-heading {
    background: #fff;
}

.faq-heading p {
    color: #000;
    padding: 10px;
    font-size: 15px;
}

.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 {
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.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;
    text-align: center;
}

.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: #1557a5;
}

.starting-price-banner b {
    color: #000;
    font-size: 31px;
}

.banner-btn .contact-sales-manager {
    background: #fff;
    color: #000;
}

.call-section-btn {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 55px;
    height: 55px;
    background: #1557a5;
    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: #ffffff;
    text-decoration: none;
    padding: 40px;
}

@keyframes call {
    15% {
        box-shadow: 0 0 0 4px #1557a5;
    }

    25% {
        box-shadow: 0 0 0 8px #1557a5de,
            0 0 0 16px #1557a5cc;
    }

    30% {
        box-shadow: 0 0 0 12px #1557a5cb,
            0 0 0 24px #1557a59a;
    }
}

.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;
}

.container {
    max-width: 1500px;
}

.overview-view {
    display: none;
}

.location-hidden {
    display: none;
}
.project-info {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px #0e56a8;
  margin-bottom: 20px;
  position: relative;
}
.project-call {
    position: absolute;
    bottom: 12px;
    right: 10px;
    content: "";
}
.call-form {
    background: #0e56a8;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 3px #fff;
    animation: pulse-animation 2s infinite !important;
}
.project-highlight h3 {
    background: #1557a5;
    font-size: 23px;
    padding: 10px;
    font-family: 'Montserrat';
    box-shadow: 0 0 1px #000;
    color: #ffffff;
}
.project-img {
    position:relative;
}
p.location-point {
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 5px;
}
p.price-info {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-bottom: 5px;
    color: #1a57a2;
    font-weight: 600;
}
p.Size-info {
    font-family: 'Montserrat';
    font-size: 18px;
}
.project-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.project-btn .project-der {
    width: 100%;
}
.btn-download {
    background: #000 !important;
}
button.btn.btn-view {
    background: #0e56a8;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-family: 'Montserrat';
}
.logo-home {
    max-width: 141px;
}
@media only screen and (max-width: 1500px) {
    .container {
        max-width: 1275px;
    }
}

@media only screen and (max-width: 1295px) {
    .welcome-privana-section::before {
        left: 0px;
    }

    .acres {
        right: 0;
    }

    .container {
        max-width: 1165px;
    }

    .logo {
        max-width: 159px;
    }

    .privana-north-info h2 {
        font-size: 42px;
    }

    .floor-plan-information .section-title h2 {
        font-size: 35px;
    }
}

@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: 42px;
    }

    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: 1120px) {
    .project-section-infromation {
        width: 50%;
    }

    .overview-points p {
        font-size: 16px;
    }

    .container {
        max-width: 1104px;
    }

    .privana-north-info h2 {
        font-size: 38px;
    }

    .hidden-view {
        display: none;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .location-section-info .section-title h2 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 1055px) {
    .project-section-infromation {
        width: 60%;
    }

    .overview-points p {
        font-size: 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: #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: #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: #000;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #000;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #000;
    }

    .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;
    }

    .overview-hidden {
        display: none;
    }

    .overview-view {
        display: block;
    }

    .project-section-infromation {
        width: 70%;
    }

    .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: 31px;
    }

    .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;
    }

    .section-title h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 819px) {
    .location-section-info .section-title h2 {
        font-size: 27px;
    }

    p.banner-location {
        font-size: 21px;
    }

    .section-title p {
        font-size: 18px;
    }
}

@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: 38px;
    }

    .floor-plan-information .section-title h2 {
        font-size: 29px;
    }

    .location-view {
        display: none;
    }

    .location-hidden {
        display: block;
    }

    .location-section-info ul li {
        font-size: 17px;
    }

    .location-section-info ul {
        padding-left: 30px;
        margin-top: 20px;
    }

    .project-section-infromation {
        top: 20%;
    }
}

@media only screen and (max-width: 645px) {
    .gallery-info p {
        font-size: 26px;
    }

    .floor-plan-information .section-title h2 {
        font-size: 28px;
    }

    .overview-section-iner p {
        font-size: 15px;
    }

    .project-section-infromation h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 590px) {
    .project-section-infromation {
        width: 85%;
    }

    .logo {
        max-width: 191px;
    }

}

@media only screen and (max-width: 575px) {
    .call-section-btn {
        bottom: 10%;
        right: 5%;
    }

    .project-section-infromation h1 {
        font-size: 34px;
    }

    .overview-points p {
        font-size: 17px;
    }

    .footer-inner h3 {
        font-size: 20px;
    }
    .project-section-infromation {
        padding: 0px 0px;
        background: transparent;
        box-shadow: none;
    }
        .project-section-infromation h1 {
        color: #fff;
    }
        p.banner-location {
        color: #fff;
    }
    .banner-btn .contact-sales-manager {
    background: #000000;
    color: #fff;
}
    .amenities-section-infer p {
        text-align: center;
    }

    .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: #1557a5;
    }

    .footer-privacy {
        padding: 20px 0 40px 0;
    }

    p.footer-disclaimer {
        text-align: justify;
    }
}

@media only screen and (max-width: 545px) {
    .project-section-infromation {
        width: 95%;
    }
}

@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: 490px) {
       .project-section-infromation {
        width: 98%;
        top: 10%;
    }
}

@media only screen and (max-width: 476px) {
    .project-section-infromation h1 {
        font-size: 33px;
    }
        .section-title p {
        font-size: 15px;
    }
    p.banner-view {
        font-size: 23px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .clubhouse {
        font-size: 33px;
    }

    .location-section-info .section-title h2 {
        font-size: 28px;
    }
        .location-section-info ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 460px) {
    header {
        width: 100%;
        left: 50%;
        top: 0px;
        border-radius: 0;
    }
    .newClass {
        border-radius: 0;
    }

    .starting-price-banner {
        font-size: 18px;
    }

    .starting-price-banner b {
        color: #000;
        font-size: 25px;
    }

        .floor-plan-information .section-title h2 {
        font-size: 26px;
    }
    .banner-btn .download-brochure{
        display:none;
    }
}

@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: 424px) {
        .project-section-infromation h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 422px) {

    .acres {
        bottom: 0;
    }

    .floor-plan-information .section-title h2 {
        font-size: 23px;
    }

    .overview-section-iner .btn {
        font-size: 15px;
    }

    .footer-inner h3 {
        font-size: 19px;
    }
    .privana-north-info h2 {
        font-size: 30px;
    }
        .section-title h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 410px) {
        .project-section-infromation h1 {
        font-size: 30px;
    }
        .overview-points p {
        font-size: 15px;
    }
        .privana-north-info h2 {
        font-size: 27px;
    }
        .banner-section {
        margin-top: 62px;
    }
        .logo {
        max-width: 166px;
    }
        p.banner-location {
        font-size: 19px;
    }
    .privana-north-in {
    font-size: 17px;
}
}
@media only screen and (max-width: 402px) {
    .project-section-infromation h1 {
        font-size: 28px;
    }

    .starting-price-banner {
        font-size: 17px;
    }
     .acres {
        bottom: 13px;
    }
}

@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;
    }

}