@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: #000;
    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 {
    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: 100px;
}

.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: #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;
}

.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 ENDS */
.banner-section {
    position: relative;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #000000a6, transparent);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
}

.banner-section-information {
    position: absolute;
    top: 20%;
    right: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: 9;
    content: "";
    color: #fff;
    font-family: "Montserrat", serif;
    text-align: center;
    width: 50%;
}

.overview-section {
    font-family: "Montserrat", serif;
    text-align: center;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title {
    font-family: "Montserrat", serif;
    text-align: center;
}

.section-title p {
    text-align: center !important;
}

.overview-section-information p {
    text-align: justify;
}

.bg-color {
    background: linear-gradient(45deg, #9d4723, #e3855e, #9d4723);
}

.gallery-section-img {
    padding: 10px;
    border: 1px dotted #fff;
}

.gallery-section-information {
    text-align: center;
}

.gallery-section-information .btn {
    margin-top: 20px;
    /* background:#fff;
    box-shadow:0 0 3px #000; */
    font-family: "Montserrat", serif;
    /* color:#000; */
}

.highlight-section-info .section-title {
    text-align: left;
}

.highlight-section-info .section-title h2 {
    font-size: 28px;
}

.highlight-section-info .section-title p {
    text-align: left !important;
}

.highlight-section-info ul {
    padding-left: 10px;
    font-family: "Montserrat", serif;
}

.highlight-section-info ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.price-section-information {
    text-align: center;
    font-family: 'Montserrat';
}

.price-section-info {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #6b6969;
    margin-bottom: 20px;
}

.price-type p {
    background: #000;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 2px #7b7a7a;
    color: #fff;
}

.floor-section-info {
    position: relative;
    box-shadow: 0 0 3px #000;
}

.floor-section-img img {
    filter: blur(4px);
}

.floor-section-info p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #9d4723, #e3855e, #9d4723);
    color: #000000;
    padding: 20px;
    font-family: 'Montserrat';
}

.location-section-info .section-title h2 {
    text-align: left;
    font-size: 25px;
}

.location-section-info .section-title p {
    text-align: left !important;
    font-size: 16px;
}

.location-section-info ul {
    padding-left: 10px;
    font-family: 'Montserrat';
}

.location-section-info ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.location-section-information .btn {
    font-family: 'Montserrat';
}

.location-section-img img {
    box-shadow: 0 0 3px #000;
}

.amenities-section-img {
    max-width: 120px;
    margin: 0 auto;
}

.amenities-section-info {
    text-align: center;
    font-family: 'Montserrat';
    background: #f0f0f0;
    box-shadow: 0 0 3px #9f9e9e;
    padding: 10px;
}

.amenities-section-info p {
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 700;
}

.footer-section {
    background: #000;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner h5 {
    margin-bottom: 20px;
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
}

.project-logo-footer {
    margin-bottom: 15px;
    max-width: 145px;
}

.get-touch {
    text-align: left;
}

.get-touch ul {
    padding-left: 18px;
}

.get-touch ul li a {
    color: #fff;
}

.get-touch ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #fff;
}

.footer-section hr {
    border-top: 1px dotted;
}

.footer-address {
    text-align: left;
}

.footer-address ul {
    padding-left: 15px;
}

.footer-address ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #fff;
}

.footer-address ul li a {
    color: #fff;
}

.enquire-outer {
    display: none;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section-info h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 43px;
}

p.banner-location {
    font-size: 17px;
    /* background: linear-gradient(45deg, transparent, #034ea1, transparent); */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    width: 33%;
    margin: 0 auto;
    margin-bottom: 5px;
}

p.configuration {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

p.coming-tower {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 4px;
}

p.coming-tour {
    font-size: 30px;
    font-weight: 900;
    color: #0b2039;
    /* margin-bottom: 0; */
    background: linear-gradient(90deg, transparent, #fdfdfd, transparent);
    width: 62%;
    margin: 0 auto;
}

p.payment-plan-special {
    font-family: 'Montserrat';
    font-size: 20px;
    background: linear-gradient(90deg, transparent, #f0f0f0, transparent);
    color: #034ea1;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 50%;
    margin: 0 auto;
}

p.banner-price {
    font-size: 25px;
    font-weight: 800;
    background: linear-gradient(45deg, #9d4723, #e3855e, #9d4723);
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}

.download-brochure {
    background: #000;
    color: #fff;
}

.highlight-section-img {
    padding: 5px;
    border: 1px dotted #000;
    text-align: center;
}

.banner-btns {
    margin-top: 10px;
}

p.starting-project-price {
    font-size: 25px;
    font-weight: 600;
}

p.starting-price {
    margin-bottom: 0px;
}

.faq-section {
    font-family: 'Montserrat';
}

.faq-card h3 {
    padding: 10px;
    font-size: 19px;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 2px #878383;
}

.faq-card p {
    padding: 10px;
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0 0 2px #878383;
}

.faq-section-information .section-title {
    margin-bottom: 20px;
}

.highlight-section-img img {
    box-shadow: 0 0 2px #878383;
}

p.policy-point {
    margin-bottom: 0;
}

.auto-popup-right {
    font-family: 'Montserrat';
}

.enquire-outer {
    display: none;
}

.desktop-btns {
    display: block;
}

.mobile-btns {
    display: none;
}

.youtube-btn {
    background: #d5052e;
}
.footer-inner .btn{
    background:#fff;
    color:#000;
}
@media only screen and (max-width: 1199px) {
    p.banner-price {
        font-size: 22px;
    }

    .banner-section-info h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    p.banner-location {
        font-size: 18px;
    }

    .overview-section-information p {
        font-size: 15px;
    }

    .amenities-section-info p {
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 10px;
    }

    .menu ul li a {
        font-size: 13px;
    }

    p.payment-plan-special {
        width: 75%;
    }

    p.coming-tour {
        width: 90%;
    }
}

@media only screen and (max-width: 1018px) {
    .banner-section-information {
        position: absolute;
        top: 21%;
        width: 58%;
    }

    .logo {
        max-width: 81px;
    }
}

@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;
    }

    .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;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        width: 60%;
    }

    .gallery-section-img {
        margin-bottom: 20px;
    }

    p.banner-location {
        width: 50%;
    }

    .amenities-section-info {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 665px;
    }

    p.coming-tour {
        font-size: 26px;
    }

    p.payment-plan-special {
        background: linear-gradient(90deg, #ffffff80, #f0f0f0, #ffffff40);
    }

    .gallery-section-information .btn {
        margin-top: 10px;
    }

    .highlight-section-info .section-title h2 {
        font-size: 21px;
    }

    .highlight-section-info ul li {
        font-size: 16px;
    }

    .highlight-section-info {
        margin-bottom: 20px;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

    .floor-section-info p {
        padding: 11px;
        font-size: 13px;
    }

    .floor-section-info {
        margin-bottom: 15px;
    }

    .location-section-info {
        margin-bottom: 20px;
    }

    .amenities-section-info {
        margin-bottom: 20px;
    }

    .footer-inner form .form-group {
        margin-bottom: 14px;
    }

    p.footer-disclaimer {
        text-align: justify;
        font-size: 15px;
    }

    .banner-section::before {
        background: #0000003d;
    }
     .video-section-point iframe{
        height:350px !important;
    }
}

@media only screen and (max-width: 575px) {
    .hidden-view{
        display:none;
    }
    .banner-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72vh;
}
.padding-space-extra {
    padding: 35px 0;
}
    p.banner-price {
        padding: 0;
    }
 .banner-section-img img{
    width:100%;
    height:100%;
    object-fit:cover;
 }
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        width: 95%;
    }

    .newClass {
        border-radius: 0;
    }

    header {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .banner-section {
        position: relative;
        margin-top: 76px;
    }

    .banner-section-info h1 {
        font-size: 27px;
    }


    p.coming-tour {
        display: none;
    }

    .banner-section-information {
        top: 2%;
        width: 100%;
    }

    p.configuration {
        font-size: 25px;
    }

    .desktop-btns {
        display: none;
    }

    .mobile-btns {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        text-align: center;
        font-family: 'Montserrat';
        z-index: 9;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .overview-section-information p {
        font-size: 13px;
    }

    .floor-section-info p {
        width: 85%;
        text-align: center;
    }

    .location-section-info .section-title h2 {
        text-align: left;
        font-size: 22px;
    }

    .location-section-info .section-title p {
        font-size: 14px;
    }

    .location-section-info ul li {
        font-size: 13px;
    }

    .amenities-section-img {
        max-width: 80px;
        margin: 0 auto;
    }

    .footer-privacy {
        padding: 50px 0 20px 0;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #db8621;
        box-shadow: 0 0 2px #d3d3d3;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .enquire-outer ul li a .btn{
        background: #056ea9 !important;
        color:#fff;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Montserrat';
        color: #fff;
        background-color: #ad5530;
    }
    .video-section-point iframe{
        height:350px !important;
    }
}

@media only screen and (max-width: 423px) {
    .banner-btns .download-brochure {
        margin-bottom: 10px;
    }
 .video-section-point iframe{
        height:300px !important;
    }
    p.coming-tour {
        font-size: 24px;
    }

    p.coming-tower {
        font-size: 17px;
    }

    p.configuration {
        font-size: 19px;
    }

    p.payment-plan-special {
        font-size: 19px;
        padding: 4px;
    }

    .btn {
        font-size: 14px;
    }

    .banner-btns .download-brochure {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 390px) {
    p.banner-price {
        font-size: 19px;
        padding: 5px;
    }

    p.banner-location {
        font-size: 16px;
        margin-bottom: 0;
    }

    p.configuration {
        font-size: 21px;
    }

       .banner-section-information {
        top: 8%;
    }

    .banner-btns .download-brochure {
        margin-bottom: 10px;
    }

    .banner-btns .download-brochure {
        margin-bottom: 0px;
    }

    p.coming-tower {
        display: none;
    }

    .banner-btns {
        margin-top: 10px;
    }

}
@media only screen and (max-width: 350px) {
    .banner-btns .download-brochure {
        margin-bottom: 6px;
    }
}