@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: 100%;
    left: 50%;
    top: 0px;
    z-index: 99;
    background: #000;
    padding: 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-bottom: 1px solid #ead789;
}

.active {
    background: linear-gradient(45deg, #000000, #8b0967);
    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 0 3px #bdbdbd;
    /* border:1px solid #fff; */
}

.newClass {
    background: #000;
    box-shadow: 0 0 1px #000;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 103px;
}

.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: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 10px;
    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: 25px;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    top: 21%;
    left: 25%;
    content: "";
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    transform: translate(-50%);
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

p.premium-floors {
    font-size: 23px;
    margin-bottom: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #3c0a34;
    font-weight: 600;
}

.banner-section-info h1 {
    margin-bottom: 5px;
    color: #8b0967;
    font-weight: 800;
    font-size: 53px;
}

p.premium-floors {
    color: #000000;
}

p.presenting {
    font-size: 19px;
    margin-bottom: 0;
    color: #8b0967;
}

p.starting-price {
    font-size: 19px;
    margin-bottom: 4px;
    background: linear-gradient(45deg, #000000, #8b0967);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    outline: 1px dotted #d8a175;
    outline-offset: -5px;
    padding: 0 20px;
}

.starting-price b {
    font-size: 36px;
    color: #e5bf6a;
}

p.payment-plan {
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
}

.payment-plan b {
    font-size: 33px;
    color: #8b0967;
}

.btn {
    background: #000;
    color: #ffffff;
    box-shadow: 0 0 3px #000000;
}

.padding-space-extra {
    padding: 50px 0;
}

.highlight-section-info {
    position: relative;
    font-family: 'Montserrat';
    height: 400px;
    padding: 10px;
}

.highlight-section-info p {
    color: #000;
}

.highlight-section-img img {
    box-shadow: 0 0 3px #000;
    border-radius: 100%;
}

.section-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.section-title h2 {
    color: #8b0967;
}

.call-action {
    background: #2b2b2b;
    font-family: 'Montserrat';
}

.call-action h2 {
    color: #e5bf6a;
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
}

.location-section-info .section-title h2 {
    font-size: 28px;
}

.location-section-info .btn {
    background: #fff;
    color: #000;
}

.call-action form .form-group {
    margin-bottom: 0;
}

p.banner-location {
    color: #000000;
    margin-bottom: 10px;
    font-size: 20px;
}

.call-action form .btn {
    background: #fff;
    color: #000;
}

footer {
    font-family: 'Montserrat';
    text-align: center;
}

.overview-section {
    position: relative;
}

.overview-section-information {
    font-family: 'Montserrat';
    text-align: center;
}

.overview-section-info .section-title p {
    text-align: center;
}

.overview-section-information p {
    text-align: justify;
}

.highlight-section,
.gallery-section {
    text-align: center;
}

.highlight-section .project-btn {
    margin-top: 10px;
}

.highlight-section .project-btn .btn {
    background: #ffffff;
    color: #000000;
    font-family: 'Montserrat';
    border: none;
}

.gallery-section .project-btn {
    margin-top: 20px;
}

.gallery-section .project-btn .btn {
    font-family: 'Montserrat';
    background: #fff;
    color: #000;
}

.gallery-img {
    padding: 3px;
}

.gallery-img img {
    border-radius: 11px;
    box-shadow: 0 0 3px #000;
}

.bg-color {
    background: linear-gradient(45deg, #670d4e, #e7b3d8, #e5c7dc, #975284);
    color: #000000;
}

.highlight-section-img {
    border: 1px dashed #000;
    padding: 5px;
    border-radius: 100%;
}

.price-section-information {
    text-align: center;
    background: #000;
    padding: 20px;
    font-family: 'Montserrat';
    color: #fff;
    box-shadow: 0 0 3px #6b6969;
}

.price-section-information .btn {
    background: #fff;
    color: #000;
}

.project-type {
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
}

.project-type p {
    margin-bottom: 0;
    font-size: 20px;
}

p.starting-size-info {
    font-size: 20px;
    margin-bottom: 6px;
}

.project-size {
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
}

p.starting-size {
    margin-bottom: 0px;
    color: #e5bf6a;
}

.starting-price-inf b {
    color: #e5bf6a;
    font-size: 31px;
}

.starting-price-inf {
    margin-bottom: 0;
}

.starting-price-in {
    color: #e5bf6a;
}

.amenities-section {
    text-align: center;
    font-family: 'Montserrat';
}

.amenities-section .btn {
    color: #000000;
    background: #fff;
}

.location-section-info {
    font-family: 'Montserrat';
}

.location-section-info .section-title {
    text-align: left;
}

.amenities-section-information .section-tirle {
    color: #fff;
}

.amenities-info {
    position: relative;
    font-family: 'Montserrat';
}

.amenities-info p {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 9;
    color: #fff;
    width: 100%;
    background: #000;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.amenities-section-information .project-btn {
    margin-top: 20px;
}

.location-section-info ul {
    list-style: none;
    padding-left: 0px;
}

.location-section-info ul li {
    margin-bottom: 28px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
}

.location-section-info ul li b {
    color: #000000;
    margin-right: 10px;
    border: 1px dotted;
    padding: 8px;
}

.location-section-img img {
    border: 1px dashed #000000;
    padding: 10px;
}

.floor-plan-info {
    background: #000;
    padding: 15px;
    box-shadow: 0 0 3px #000;
    font-family: 'Montserrat';
    position: relative;
    cursor: pointer;
}

.floor-plan-info::before {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #bdbdbd;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.floor-plan-info p {
    color: #e5bf6a;
    margin-bottom: 9px;
    margin-top: 10px;
    font-size: 18px;
}

.amenities-infer {
    position: relative;
}

.amenities-infer::before {
    position: absolute;
    top: -10px;
    left: 0;
    border-top: 2px solid #000;
    content: "";
    width: 100%;
    height: 100%;
}

.amenities-infer::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 100%;
    height: 100%;
}

.information-set {
    position: relative;
}

.information-configuration-img {
    position: relative;
}

.information-configuration-img img {
    box-shadow: 0 0 3px #6b6868db;
}

.information-configuration-points {
    position: relative;
    font-family: 'Montserrat';
    cursor: pointer;
}

.confi {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #000000;
    border-radius: 7px;
}

.config {
    font-size: 16px;
    margin-bottom: 5px;
    color: #e9dfd9;
}

.config-set {
    font-size: 24px;
    margin-bottom: 5px;
    color: #e5bf6a;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.modal-content {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    outline: 1px dotted #fff;
    outline-offset: -5px;
    border-radius: 10px;
}

.modal-content hr {
    border-top: 1px dotted #fff;
}

.close {
    color: #fff;
    opacity: 1.5;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: .75
}

.information-setting-fer .section-title h2 {
    font-weight: 700;
    color: #8b0967;
}

.premium-floors-info {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: rotate(-90deg);
    content: "";
    z-index: 9;
    font-family: 'Montserrat';
}

.premium-floors-info p {
    background: -webkit-linear-gradient(#000, #8b0967);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 600;
}

.location-desktop {
    display: block;
}

.location-mobile {
    display: none;
}

.banner-btn.mobile-btn {
    display: none;
}

.calltoactionmobileresponsive {
    display: none;
}

.information-setting-fer {
    padding: 30px;
    background: linear-gradient(45deg, #cf60b1, #e5c7dc, #e5c7dc, #cf60b1);
    border-radius: 10px;
    color: #000;
}

.banner-btn .btn {
    background: #fff;
    color: #000;
    border-radius: 20px;
}

.mobile-banner-fer {
    display: none;
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1199px) {
    .call-action h2 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1041px) {
    .banner-section-info h1 {
        font-size: 32px;
    }

    .overview-section::before {
        width: 70%;
    }

    .menu ul li a {
        padding: 8px 7px;
    }

    header {
        padding: 5px 0;
    }

    p.starting-price {
        font-size: 19px;
        padding: 5px 20px;
    }

    .starting-price b {
        font-size: 30px;
    }

    .banner-section {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding: 10px 0;
    }

    .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: linear-gradient(45deg, #000000, #8b0967);
        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;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .section-title p {
        font-size: 18px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        width: 72%;
        left: 30%;
    }

    .banner-section-info h1 {
        font-size: 35px;
    }

    .information-setting-fer .section-title h2 {
        font-size: 25px;
    }

    .information-configuration-points {
        margin-bottom: 20px;
    }

    .floor-plan-info {
        margin-bottom: 25px;
    }

    .overview-section::before {
        width: 80%;
    }

    .container {
        max-width: 855px;
    }

    p.payment-plan {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-information {
        width: 85%;
        top: 10%;
        left: 40%;
    }

    .container {
        max-width: 647px;
    }

    .premium-floors-info {
        left: -50px;
    }

    .overview-section::before {
        width: 100%;
    }

    .call-action form .form-group {
        margin-bottom: 15px;
    }

    .location-desktop {
        display: none;
    }

    .location-mobile {
        display: block;
        color: #fff;
    }

    .location-section-img {
        margin-bottom: 0;
        margin-top: 20px;
    }

    p.policy-point {
        margin-bottom: 0;
    }

    footer {
        padding: 20px 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .banner-btn .banner-contact-sales {
        display: none;
    }

    .logo {
        max-width: 85px;
    }

        .highlight-section .section-title h2, .gallery-section .section-title h2, .amenities-section .section-title h2, .location-section .section-title h2 {
        font-weight: 800;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .section-title p {
        font-size: 16px;
    }

    .calltoactionmobileresponsive {
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #000;
        font-family: 'Montserrat';
    }

    .highlight-section-img {
        border-radius: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .highlight-section-img img {
        box-shadow: 0 0 3px #000;
        border-radius: 100%;
        width: 300px;
    }

    .calltoactionmobileresponsive .btn-pulse {
        animation: none;
    }

    .mobile-icon a {
        padding: 10px;
        color: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        font-family: 'Montserrat';
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .mobile-icon {
        width: 33.3%;
    }

    .mobile-icon i {
        margin-right: 10px;
    }

    .mobile-icon p {
        display: block;
        margin-bottom: 0;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner-fer {
        display: none;
    }

    .banner-section-information {
        text-align: center;
        left: 0%;
        width: 100%;
        top: 8%;
        transform: translate(0);
        padding: 15px 0;
    }

    p.premium-floors {
        color: #000000;
        width: 100%;
        background: linear-gradient(45deg, #71215b, #00000000, #ffffff8a, #71215b);
        border-radius: 0;
    }

    .banner-section-info {
        width: 100%;
    }

    .payment-plan b {
        color: #db7ec1;
    }

    p.presenting {
        color: #ffffff;
    }

    p.payment-plan {
        color: #ffffff;
    }

    .mobile-banner-fer {
        display: block;
        text-align: center;
        font-family: 'Montserrat';
        bottom: 3%;
        position: absolute;
        width: 100%;
        padding: 5px 0;
        background: linear-gradient(45deg, #00000087, transparent, #0000008c);
    }

    .floor-plan-info::before {
        left: 0px;
    }

    .location-mobile h2 {
        font-size: 25px;
    }

    .banner-btn.mobile-btn {
        display: block;
    }

    .desktop-btn {
        display: none;
    }

    .mobile-btn {
        display: block;
    }

    .banner-btn {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 485px) {
    .banner-section-info h1 {
        font-size: 32px;
    }

    .starting-price b {
        font-size: 26px;
    }

    p.starting-price {
        font-size: 16px;
    }

       .banner-section-img {
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-section-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .mobile-banner-fer {
        background: linear-gradient(45deg, #000000, #00000085, #0000008c);
    }

    .information-setting-fer .section-title h2 {
        font-size: 23px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .highlight-section .project-btn .btn {
        margin-bottom: 10px;
    }

    p.footer-disclaimer {
        text-align: justify;
    }

    .hidden-view {
        display: none;
    }

    .gallery-section .project-btn .btn {
        margin-bottom: 10px;
    }

    .overview-section-info .project-btn .btn {
        margin-bottom: 11px;
    }

}

@media only screen and (max-width: 455px) {
    .banner-section-information {
        width: 100%;
        top: 5%;
    }

    .config-set {
        font-size: 18px;
    }

    .payment-plan b {
        font-size: 28px;
    }

    p.banner-location {
        font-size: 17px;
    }

    .information-setting-fer .section-title h2 {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .starting-price-inf b {
        font-size: 28px;
    }

    .price-section-information {
        margin-bottom: 20px;
    }

    .overview-section-information p {
        text-align: justify;
        font-size: 13px;
    }

    .location-section-info .section-title h2 {
        font-size: 21px;
    }

    .call-action .section-title h2 {
        font-size: 17px;
    }

    p.footer-disclaimer {
        text-align: justify;
        font-size: 14px;
    }
}

@media only screen and (max-width: 385px) {
    .payment-plan b {
        font-size: 26px;
    }

    p.payment-plan {
        font-size: 17px;
    }

    p.premium-floors {
        font-size: 20px;
    }
}

@media only screen and (max-width: 432px) {
    .project-fer {
        padding: 10px 0;
    }
}