@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
}

@font-face {
    font-family: 'winner sans';
    src: url(../font/winner\ sans.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000;
    padding: 15px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px gray;
}

.newClass {
    background-color: #000;
    box-shadow: 0 0 5px gray;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 130px;
}

.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;
    margin-top: 5px;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
}

.banner-section .container-fluid {
    padding: 0;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-information {
    position: absolute;
    bottom: 3%;
    left: 3%;
    content: "";
    font-family: 'Montserrat';
    color: #fff;
    z-index: 9;
}

.banner-inner h1 {
    font-family: 'winner sans';
    font-size: 47px;
    letter-spacing: 1px;
}

.banner-inner p {
    font-family: 'Montserrat';
    font-size: 20px;
}

.banner-items {
    font-family: 'winner sans' !important;
    font-size: 35px !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.banner-price {
    font-family: 'winner sans' !important;
    font-size: 30px !important;
    letter-spacing: 1px;
}

.banner-price b {
    color: #dbe73d;
    font-size: 45px !important;
}

.banner-btn {
    position: absolute;
    bottom: 6%;
    right: 10%;
    z-index: 9;
    font-family: 'Montserrat';
    padding: 10px;
    border: 1px solid #fff;
}

.banner-btn-fet {
    background: #9b2223;
    border-radius: 0;
    padding: 10px;
    color: #fff;
}

.amenities-img {
    max-width: 71px;
    margin: 0 auto;
    filter: invert(1);
}

.amenities-section-info {
    background: #000000;
    box-shadow: 0 0 2px #9b9797;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    outline: 1px dashed #fff;
    outline-offset: -8px;
}

.amenities-section-information .btn {
    background: #000;
    color: #fff;
}

.location-section-information .section-title h2 {
    text-align: left;
}

.location-section-information .section-title p {
    text-align: left !important;
}

.amenities-section-information {
    text-align: center;
}

.amenities-section-info p {
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title h2 {
    font-family: 'winner sans' !important;
    font-size: 35px !important;
    text-align: center;
}

.section-title p {
    text-align: center !important;
    font-size: 17px;
    font-family: 'Montserrat';
}

.overview-section-info p {
    font-size: 17px;
    font-family: 'Montserrat';
    text-align: left;
}

.overview-section-info {
    text-align: center;
}

.btn {
    font-size: 17px;
    font-family: 'Montserrat';
    box-shadow: 0 0 3px #000;
}

.bg-color {
    background: #9b2223;
    color: #fff;
}

.price-list-infromation {
    background: #ffffff;
    box-shadow: 0 0 3px #a1a1a1;
    text-align: center;
    padding: 0 0 10px 0;
    color: #000;
}

.gallery-img {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px dashed #ffffff;
}

.gallery-img img {
    box-shadow: 0 0 2px #000000;
}

.gallery-section-information .btn {
    background: #fff;
    color: #000;
}

.location-advantages-img {
    box-shadow: 0 0 3px #6f6b6b;
}

.floor-plan-section {
    text-align: center;
}

.location-section-information ul li {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a1a1a1;
}

.highlight-section-img {
    padding: 10px;
    border: 1px dashed #9a2223;
}

.highlight-section-information .section-title h2 {
    text-align: left;
}

.highlight-section-information .section-title p {
    text-align: left !important;
}

.highlight-section-information ul li {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1bfbf;
}

.price-type {
    background: #9b2223;
    padding: 10px 0;
    color: #fff;
    font-family: 'winner sans';
    font-size: 30px;
    margin-bottom: 10px;
}

.price-type p {
    margin-bottom: 0;
}

.price-size {
    font-family: 'Montserrat';
}

.price-size p {
    margin-bottom: 10px;
}

p.size-set {
    font-size: 23px;
    font-weight: 500;
}

.starting-price {
    font-family: 'Montserrat';
}

.starting-price p {
    margin-bottom: 10px;
}

p.starting-p {
    font-weight: 700;
    font-size: 27px;
    font-family: 'winner sans';
    letter-spacing: 1px;
}

.blur-fit {
    filter: blur(2px);
}

.btn-now {
    background: #9b2223;
    box-shadow: none;
    color: #fff;
}

.floor-plan-info {
    background: #9b2223;
    text-align: center;
    box-shadow: 0 0 3px #897f7f;
}

.floor-plan-info p {
    color: #fff;
    font-family: 'Montserrat';
    padding: 10px 0;
}

.card-body {
    text-align: left;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
}

.footer-inner {
    border: 1px solid #7d7c7c;
    padding: 20px;
    background: #fff;
    color: #000;
}

.footer-inner h4 {
    font-size: 32px;
    font-family: 'winner sans';
    text-align: center;
}

.card-header {
    background: #9b2223;
    color: #fff;
}

.btn {
    background: #9b2223;
    color: #fff;
}

.card-header-title {
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: left;
}

.card-header-title a {
    font-weight: 600;
    cursor: pointer;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 500;
    position: absolute;
    right: 20px;
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
}

.gallery-section {
    text-align: center;
}

.gallery-hidden {
    display: block;
}

.calltoactionmobileresponsive {
    display: none;
}

.floor-plan-img {
    filter: blur(4px);
}

.banner-btn-fet a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {
    .banner-section-information {
        padding: 20px 80px;
    }
}

@media only screen and (max-width: 1400px) {
    .location-advantages-info ul li {
        font-size: 17px;
    }

    .overview-inner-infromation p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1295px) {
    .banner-inner-infromation h1 {
        font-size: 40px;
    }

    .info-banner {
        font-size: 25px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .overview-inner-infromation p {
        font-size: 16px;
    }

    .highlight-fit p {
        font-size: 15px;
    }

    .amenities-section-info p {
        font-size: 17px;
    }

    .location-advantages-info ul li {
        font-size: 15px;
    }

    /* .container {
        max-width: 956px;
    } */
}

@media only screen and (max-width: 1199px) {
    p.special-payment {
        width: 70%;
    }

    .footer-nav ul {
        margin-left: 67px;
    }

    .highlight-fit {
        height: 185px;
    }

    /* .container {
        max-width: 956px;
    } */
    .banner-section {
        margin-top: 76px;
    }

    .price-list-information {
        margin-right: 0;
    }

    .price-type {
        font-size: 26px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .banner-inner-infromation h1 {
        font-size: 38px;
    }

    p.size-set {
        font-size: 20px;
    }

    .menu ul li a {
        font-size: 14px;
    }

    .banner-section-information {
        padding: 20px 37px;
    }

    .amenities-section-info {
        height: 140px;
    }

    .location-section-information .section-title p {
        font-size: 16px;
    }

    .gallery-section-info ul li {
        font-size: 16px;
    }

    .location-section-information ul li {
        font-size: 15px;
    }

    p.footer-disclaimer {
        font-size: 15px;
    }

    p.policy-point {
        margin-bottom: 0;
    }

    .highlight-infromation-set .section-title {
        margin-bottom: 30px;
    }

    .amenities-section-info p {
        font-size: 14px;
    }

    .banner-inner-infoter {
        bottom: 33%;
        padding: 0 40px;
    }

    .footer-inner h4 {
        font-size: 20px;
    }

    .banner-information {
        left: 5%;
    }

    .banner-inner h1 {
        font-size: 40px;
    }

    .banner-items {
        font-size: 27px !important;
    }

    .banner-price {
        font-size: 25px !important;
    }

    .banner-btn {
        padding: 7px;
    }

    .overview-section-info p {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 30px !important;
    }

    .btn {
        font-size: 14px;
    }

    .highlight-section-information .section-title h2 {
        font-size: 27px !important;
    }

    .highlight-section-information ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    p.special-payment {
        width: 85%;
    }

    .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: #fff;
        top: 62px;
        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%;
    }

    .menu ul li a {
        color: #000;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .banner-inner-infoter {
        bottom: 27%;
        padding: 0 40px;
    }

    .info-banner {
        font-size: 20px;
    }

    .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;
    }

    .overview-section-info p {
        font-size: 14px;
    }

    .banner-section {
        margin-top: 87px;
    }

    .banner-inner h1 {
        font-size: 35px;
    }

    .banner-inner p {
        font-size: 17px;
    }

    .gallery-section-img .amenities-slider::after {
        right: -10px;
    }

    .banner-inner-infromation p {
        font-size: 17px;
    }

    .banner-inner-infromation h1 {
        font-size: 32px;
    }

    .section-title p {
        font-size: 17px;
    }

    .highlight-img {
        display: none;
    }

    .overview-section-info p {
        text-align: justify;
    }

    .location-advantages-info ul li {
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 655px;
    }

    .highlight-section-img {
        display: none;
    }

    p.special-payment {
        font-size: 20px;
        width: 55%;
        text-align: left;
    }

    /* .container {
        max-width: 540px;
    } */
    .padding-space-extra {
        padding: 40px 0;
    }

    .btn {
        font-size: 14px;
    }

    .gallery-section-info ul {
        display: none;
    }

    .gallery-section-information .download-brochure {
        display: none;
    }

    .overview-section {
        text-align: center;
    }

    .overview-inner-infromation {
        text-align: center;
    }

    .overview-inner-infromation p {
        text-align: justify;
        font-size: 15px;
    }

    .hidden-view {
        display: block !important;
        margin: 0 auto;
        margin-top: 20px;
    }

    .gallery-section {
        text-align: center;
    }

    .highlight-section {
        text-align: center;
    }

    .highlight-fit {
        text-align: left;
    }

    .location-section-information {
        margin-bottom: 20px;
    }

    .faq-section {
        margin-bottom: 20px;
    }

    .highlight-section-information ul li {
        text-align: left;
    }

    .section-title p {
        font-size: 16px;
    }

    .banner-inner h1 {
        font-size: 28px;
    }

    .banner-inner p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .amenities-img {
        max-width: 55px;
        margin: 0 auto;
        filter: invert(1);
        margin-bottom: 20px;
    }

    .banner-price b {
        font-size: 35px !important;
    }

    .floorplan-section {
        text-align: center;
    }

    .floorplan-inner-section .download-brochure {
        display: none;
    }

    .banner-section {
        margin-top: 73px;
    }

    .banner-inner-infromation h1 {
        font-size: 25px;
    }

    .info-banner {
        font-size: 19px;
    }

    .info-price {
        font-size: 24px;
    }

    .price-set b {
        font-size: 29px;
    }

    p.type-plot {
        font-size: 19px;
    }

    p.type {
        font-size: 16px;
    }

    .location-advantages-info {
        margin-bottom: 20px;
    }

    .footer-inner form .form-group {
        margin-bottom: 20px !important;
    }

    .footer-inner form .form-group .form-control {
        border-radius: 0;
    }

    .price-list-information {
        margin-bottom: 54px;
    }

    .gallery-inner-img {
        display: none;
    }
}

@media only screen and (max-width: 565px) {
    .banner-section::before {
        background: #00000000;
    }
    .banner-price b {
        color: #dd4546;
    }
    .gallery-img {
        padding: 0;
    }

    header {
        padding: 14px 0;
    }

    p.special-payment {
        font-size: 20px;
        width: 67%;
        text-align: left;
    }

    .paymentplan-point ul li {
        padding: 13px 20px;
        font-size: 17px;
    }

    .footer-nav ul {
        margin-left: 111px;
    }

    .information-banner-section p {
        margin-bottom: 10px;
    }

    .highlight-fit p {
        font-size: 13px;
    }

    .banner-section {
        margin-top: 74px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .banner-information {
        bottom: 60%;
        text-align: center;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }
    .banner-inner p {
        font-size: 18px;
    }
    .banner-inner {
        color: #000;
    }

    .banner-btn {
        right: 15%;
        transform: translate(-50%);
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        display: block;
        text-align: center;
    }

    .section-title::before {
        position: absolute;
        top: -7px;
        left: 50%;
        border-top: 2px solid #986431;
        content: "";
        width: 32%;
        transform: translate(-50%);
        display: block;
    }

    .banner-inner-infromation {
        margin-bottom: 10px;
    }

    .banner-inner-infromation h1 {
        font-size: 26px;
    }

    .banner-inner-infromation p {
        font-size: 14px;
    }

    .banner-section-information {
        display: block;
        text-align: center;
        bottom: 87px;
    }

    .coming-soon {
        animation: none !important;
    }

    .banner-inner-infoter {
        bottom: 2%;
        padding: 0 0px;
        display: block;
        text-align: center;
    }

    .pricelist-section.padding-space-extra {
        padding: 40px 0 0 0;
    }

    .section-title h2 {
        font-size: 24px !important;
    }

    .section-title p {
        font-size: 14px;
    }

    .location-section-information {
        padding: 0 10px;
    }

    .card-header-title {
        font-size: 13px;
    }

    .card-body {
        font-size: 14px;
    }

    .highlight-section-information {
        padding: 0 10px;
    }

    .price-list-infromation {
        margin-bottom: 20px;
    }

    .banner-brochure {
        margin-top: 6px;
    }

    .location-advantages-info ul {
        padding: 0 0 0 10px;
        text-align: justify;
    }

    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }

    p.market-privacy {
        font-size: 14px;
    }

    .location-advantages-info {
        text-align: center;
    }

    .footer-inner h4 {
        font-size: 22px;
    }

    .location-advantages-info ul li {
        font-size: 14px;
    }

    .info-banner {
        font-size: 17px;
    }

    .overview-inner-infromation p {
        font-size: 13px;
    }

    .calltoactionmobileresponsive {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-around;
        width: 100%;
        align-items: center;
        background: #9b2223;
        padding: 10px 0;
        font-family: 'Montserrat';
        z-index: 99;
        box-shadow: 0 0 3px #fff;
    }

    .calltoactionmobileresponsive .mobile-icon a {
        color: #fff;
        text-decoration: none;
    }

    .icon-message {
        border-left: 1px solid #fff;
        padding-left: 20px;
    }

    p.policy-point {
        margin-bottom: 0px !important;
    }
    .banner-price {
    background: linear-gradient(45deg, #00000052, black, #0000004d);
    color: #fff;
}
}
@media only screen and (max-width: 435px) {
    .banner-information {
        bottom: 50%;
    }
    .footer-privacy {
    padding: 40px 0 50px 0 !important;
}
    .banner-btn {
        right: 0%;
    }
    .highlight-section-information .section-title h2 {
        text-align: center;
    }
    .highlight-section-information .section-title p {
    text-align: center !important;
}
}
@media only screen and (max-width: 400px) {
        .banner-information {
        bottom: 40%;
    }
}