@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');
}

* {
    margin: 0;
    padding: 0;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newClass {
    background-color: #fff;
    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: 148px;
}

.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: #232323;
    text-decoration: none;
    font-size: 16px;
    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;
}

.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: 6px;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    background: #000000d6;
    color: #fff;
    padding: 20px 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-btns {
    position: absolute;
    bottom: 24%;
    z-index: 9;
    left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.banner-btns .btn {
    box-shadow: 0 0 3px #000000d6;
    background: #fff;
    color: #000000d6;
    font-weight: 500;
}

.banner-inner-infromation h1 {
    font-family: 'OPTIMA';
    font-size: 45px;
}

.banner-inner-infromation p {
    font-family: 'OPTIMA';
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.info-banner {
    font-size: 28px;
    font-family: 'OPTIMA';
    margin-bottom: 0;
}

.info-price {
    font-family: 'OPTIMA';
    font-size: 30px;
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title h2 {
    font-family: 'OPTIMA';
    font-size: 35px;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.overview-inner-infromation p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.btn {
    background: #071c35;
    color: #fff;
    border-radius: 0;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    box-shadow: 0 0 3px #000;
}

.bg-color {
    background: #f3f3f3;
}

.gallery-section-img .amenities-slider {
    position: relative;
}

.gallery-section-info ul {
    list-style: none;
}

.gallery-section-info ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'OPTIMA';
}

.gallery-section-info img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
    border: 2px solid #071c35;
}

/* .highlight-section-info .section-title{
    text-align: center;
} */
.pricelist-information {
    text-align: center;
}

.price-list-information {
    background: #071c35;
    color: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #000;
    position: relative;
    margin-right: 30px;
}

.pricelist-information .section-title {
    margin-bottom: 55px;
}

.price-type {
    background: #fff;
    color: #000;
    padding: 10px;
    box-shadow: 0 0 3px #000;
    margin-bottom: 10px;
    border-radius: 30px;
}

.price-type p {
    font-family: 'Montserrat';
    font-size: 19px;
    margin-bottom: 0;
}

p.type {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #d7d7d7;
    margin-bottom: 7px;
}

p.type-plot {
    font-family: 'OPTIMA';
    font-size: 22px;
}

.location-advantages-img {
    box-shadow: 0 0 3px #8d8c8c;
}

.price-set {
    margin-bottom: 0;
}

.price-set b {
    font-size: 35px;
}

.price-list-information {
    background: #071c35;
    color: #fff;
    padding: 47px 20px;
    box-shadow: 0 0 3px #000;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.price-list-information::before {
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.price-list-information::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.amenities-section-infromation .section-title {
    text-align: center;
}

.amenities-info-section {
    margin-top: 30px;
}

.amenities-section-info {
    background: #071c35;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 0 3px #575454;
    position: relative;
    height: 180px;
}

.amenities-icon {
    max-width: 48px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.highlight-icon {
    max-width: 48px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.highlight-icon img {
    filter: invert(1);
}

.amenities-icon img {
    filter: invert(1);
}

.amenities-section-info p {
    position: absolute;
    bottom: 0;
    left: 17px;
    font-family: 'Montserrat';
}

.amenities-section-info::before {
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.location-advantages-info ul {
    list-style: none;
}

.location-advantages-info ul li {
    margin-bottom: 25px;
    font-family: 'Montserrat';
}

.highlight-fit {
    position: relative;
}

.highlight-fit::before {
    position: absolute;
    top: 10px;
    right: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 9;
    content: "";
    width: 30%;
    height: 30%;
}

.highlight-fit {
    background: #071c35;
    color: #fff;
    height: 180px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #000;
    padding: 25px;
}

.highlight-fit p {
    font-family: 'Montserrat';
    position: absolute;
    bottom: 0;
    font-size: 15px;
    left: 16px;
    width: 85%;
}

.highlight-infromation-set .section-title {
    margin-bottom: 40px;
}

.highlight-img img {
    box-shadow: 0 0 3px #000;
}

.auto-popup-right h3 {
    font-family: 'OPTIMA';
}

.auto-popup-right p {
    font-family: 'Montserrat';
}

.ct-tag {
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.enquire-now-form {
    background: #fff;
    color: #000;
    margin-top: 15px;
}

.bg-color-dark {
    background: #071c35;
}

.footer-section {
    text-align: center;
    font-family: 'Montserrat';
}

.footer-inner h4 {
    font-family: 'OPTIMA';
    margin-bottom: 20px;
    color: #fff;
}

.footer-inner form .form-group {
    margin-bottom: 0 !important;
}

.extra-brochure {
    background: #fff;
    color: #000;
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
}

p.policy-point {
    margin-bottom: 0;
}

.amenities-section-infromation {
    text-align: center;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.hidden-view {
    display: none;
}

.floor-name {
    margin-bottom: 20px;
}

.btn-download {
    display: none;
}

.btn-new .btn {
    box-shadow: 0 0 3px #fff;
}

.enquire-outer {
    display: none;
}

.faq-heading {
    font-family: 'Montserrat';
}

.faq-heading h3 {
    font-size: 17px;
    background: #071c35;
    color: #fff;
    padding: 11px;
    margin-bottom: 0;
}

.faq-heading p {
    font-size: 14px;
    padding: 5px;
    border: 1px dashed #071c35;
}

.floor-img-fer {
    position: relative;
    overflow: hidden;
}

.floor-img-fer p {
    position: absolute;
    top: 40%;
    background: #06192f;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    font-family: 'Montserrat';
}

.floor-name ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.floor-plan-point .btn {
    padding: 4px;
}

@media only screen and (max-width: 1600px) {
    .banner-section-information {
        padding: 20px 80px;
    }

    .container {
        max-width: 1280px;
    }

    .highlight-fit p {
        font-size: 17px;
    }

    .amenities-section-info p {
        font-size: 19px;
    }

    .location-advantages-info ul li {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1176px;
    }

    .location-advantages-info ul li {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1295px) {
    .container {
        max-width: 1083px;
    }

    .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) {
    .highlight-fit {
        height: 185px;
    }

    .container {
        max-width: 956px;
    }

    .banner-section {
        margin-top: 76px;
    }

    .price-list-information {
        margin-right: 0;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .banner-inner-infromation h1 {
        font-size: 38px;
    }

    .banner-section-information {
        padding: 20px 37px;
    }

    .gallery-section-info ul li {
        font-size: 16px;
    }

    .highlight-infromation-set .section-title {
        margin-bottom: 30px;
    }

    .amenities-section-info p {
        font-size: 14px;
    }

    .footer-inner h4 {
        font-size: 20px;
    }
}

@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: #071c35;
        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%;
    }

    .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: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .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 {
        margin-top: -26px;
    }

    .container {
        max-width: 780px;
    }

    .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: 15px;
    }

    .highlight-img {
        display: none;
    }

    .gallery-section-img .amenities-slider::before {
        top: 10px;
        left: 10px;
    }

    .gallery-section-img .amenities-slider::after {
        bottom: 10px;
        right: 10px;
    }

    .banner-btns {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        max-width: 125px;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    .overview-inner-infromation p {
        font-size: 15px;
    }

    .btn {
        font-size: 14px;
    }

    .gallery-section-info ul {
        display: none;
    }

    .gallery-section-information .download-brochure {
        display: none;
    }

    .gallery-section-img .amenities-slider::before {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .gallery-section-img .amenities-slider::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .overview-section {
        text-align: center;
    }

    .overview-inner-infromation {
        text-align: center;
    }

    .overview-inner-infromation p {
        text-align: justify;
    }

    .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;
    }

    .floorplan-section {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .floorplan-inner-section .download-brochure {
        display: none;
    }

    .banner-section {
        margin-top: 55px;
    }

    .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;
    }
}

@media only screen and (max-width: 565px) {
    .faq-heading h3 {
        font-size: 15px;
    }

    p.market-privacy {
        font-size: 14px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        display: block;
        text-align: center;
        position: relative;
        background: #000;
    }

    .banner-inner-infromation h1 {
        font-size: 38px;
        margin-bottom: 0;
    }

    .banner-inner-infromation p {
        font-size: 17px;
        font-family: 'Montserrat';
        font-size: 13px;
        border-bottom: 1px solid #777575;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .info-banner {
        font-size: 17px;
        font-family: 'Montserrat';
    }

    .info-price {
        font-size: 27px;
        margin-top: 5px;
    }

    p.hidden-para {
        display: none;
    }

    .floor-plan-point {
        margin-top: 10px;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #db8621;
        box-shadow: 0 0 2px #071c35;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
    }

    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        background-color: #071c35;
    }

    .enquire-outer ul li .enquire-form-fit a {
        color: #fff;
    }

    .fit-ext {
        border-right: 1px solid #fff;
    }

    .btn-download {
        display: block;
    }

    .btn-download .btn {
        box-shadow: 0 0 3px #fff;
    }

    h1.thankyou-point {
        font-size: 27px;
    }

    .floor-img-fer p {
        font-size: 14px;
    }

    p.footer-disclaimer {
        font-size: 12px;
    }

    .banner-section {
        margin-top: -70px;
    }

    .highlight-fit p {
        font-size: 13px;
    }

    .highlight-icon {
        max-width: 35px;
    }

    .location-advantages-info ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .banner-inner-infromation h1 {
        font-size: 30px;
    }

    .info-price {
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 21px;
    }

    .overview-inner-infromation p {
        font-size: 13px;
    }

    .section-title p {
        font-size: 14px;
    }

    .pricelist-information .section-title {
        margin-bottom: 30px;
    }
}