@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin.html\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin.html\ News\ Headline\ Light.woff2) format('woff2');
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: transparent;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5sease;
    transition: all 0.5sease;
}

.newClass {
    background-color: #000;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 154px;
}

.menu ul li:focus {
    border-bottom: 1px dotted #000;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 11px;
    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';
    font-weight: 500;
}

.active {
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px !important;
}

.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;
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000de, transparent, transparent);
}

.banner-section-information {
    position: absolute;
    bottom: 35px;
    left: 0%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: 'Austin News Headline Light';
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.banner-section-information h1 {
    font-size: 50px;
    margin-bottom: 0;
}

.banner-location {
    font-size: 22px;
    margin-bottom: 10px;
}

.btn {
    font-family: "Montserrat", sans-serif;
}

.space {
    margin-right: 20px;
}

p.project-location {
    font-size: 24px;
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.gallery-section {
    text-align: center;
}

.gallery-section .btn {
    background: #000;
    color: #fff;
    margin-top: 20px;
}

.bg-color {
    background: linear-gradient(180deg, #adb5ff, #adb5ff, transparent);
}

.price-section {
    text-align: center;
    background: url(../images/project/m3m-altitude/price.webp);
    /* background-position: center; */
    position: relative;
    background-attachment: fixed;
}

.price-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c7;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
}

.price-section-information {
    position: relative;
    z-index: 99;
}

.price-section-information .section-title {
    color: #fff;
}

.price-section-info {
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px #797979;
    border-radius: 10px;
}

.project-type {
    font-family: 'Austin News Headline Light';
    font-size: 35px;
}

.project-type p {
    margin-bottom: 0;
    background: linear-gradient(180deg, #868ed3, transparent);
}

p.starting-price {
    font-family: 'Montserrat';
    margin-bottom: 0;
}

.starting-price-project {
    font-family: 'Austin News Headline Light';
    font-size: 25px;
    margin-bottom: 5px;
}

.price-project {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}

.starting-size {
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.starting-project-size {
    font-family: 'Austin News Headline Light';
    font-size: 24px;
}

.enquire-btn {
    background: #000;
    color: #fff;
}

.highlight-section-info {
    font-family: 'Montserrat';
    position: relative;
    color: #fff;
}

.highlight-para {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    content: "";
    background: linear-gradient(0deg, #000000e0, #000000e0, transparent);
    padding: 20px;
    text-align: left;
    width: 100%;
}

.high-para {
    font-size: 22px;
    margin-bottom: 10px;
}

.para {
    margin-bottom: 0;
}

.highlight-img img {
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
}

.highlight-section {
    text-align: center;
}

.project-btns {
    margin-top: 20px;
}

.project-btns .btn {
    background: #000;
    color: #fff;
}

.floor-plan-info {
    position: relative;
    font-family: 'Montserrat';
}

.floor-plan-info p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: #000;
    color: #fff;
    padding: 20px;
}

.floor-img img {
    box-shadow: 0 0 3px #656363;
    border-radius: 5px;
}

.location-section-information .swiper-wrapper {
    height: 250px;
}

.location-section-information .section-title {
    text-align: left;
}

.location-infer {
    font-family: 'Montserrat';
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.location-section-info ul {
    padding-left: 10px;
}

.location-section-img {
    position: relative;
}

.location-section-img img {
    position: relative;
    box-shadow: 0 0 3px #6d6b6b;
}

.location-section-img::before {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 89%;
    height: 100%;
    background: #868ed3;
    content: "";
    box-shadow: 0 0 3px #6d6b6b;
}

.amenities-info {
    position: relative;
}

.amenities-img {
    position: relative;
    padding: 5px;
    border: 1px dotted #000;
}

.amenities-info p {
    padding: 10px;
    position: absolute;
    bottom: -10px;
    left: 5px;
    z-index: 9;
    content: "";
    color: #fff;
    font-family: 'Montserrat';
    background: linear-gradient(45deg, black, transparent);
    width: 100%;
}

.project-overview-information {
    font-family: 'Montserrat';
    text-align: justify;
}

.project-overview-information p a {
    color: #000;
    font-weight: 700;
}

.project-overview-information .section-title {
    text-align: left !important;
}

.overview-points {
    padding: 10px;
    border: 1px dotted #000;
    margin-bottom: 10px;
    text-align: center;
}

.overview-price {
    margin-bottom: 0;
}

.starting-overview-price {
    margin-bottom: 5px;
    font-size: 20px;
}

.overview-img {
    padding: 10px;
    border: 1px dotted #000;
    border-radius: 5px;
}

.overview-img img {
    border-radius: 5px;
    box-shadow: 0 0 3px #000;
}

.amenities-section {
    text-align: center;
}

/* related projects start */
.project-section-information {
    padding: 10px;
    border: 1px solid #b3b2b2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}

.project-section-information h3 {
    font-family: 'Austin News Headline Light';
    font-size: 30px;
}

.project-section-information p {
    font-family: "Montserrat", sans-serif;
}

.project-section-information .btn {
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
}

.project-section-information .project-img {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.project-section-information .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.related-projects .btn {
    background: #000;
    color: #fff;
}

.arrow-right {
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 11px;
    border: 1px dotted #000;
    border-radius: 10%;
    z-index: 9;
    content: "";
}

.arrow-right i {
    font-size: 20px;
    transform: rotate(-20deg);
}

.arrow-right:hover {
    background: #4c4ca5;
    color: #fff;
    cursor: pointer;
    border: none;
}

.arrow-right:hover i {
    transform: rotate(0deg);
    transition: 0.5s;
}

/* related Project end */
.footer-section {
    color: #fff;
    background: #000;
    text-align: center;
    font-family: 'Montserrat';
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-privacy {
    text-align: center;
    padding: 20px 0;
    font-family: 'Montserrat';
}

.developer-logo {
    max-width: 120px;
}

.quick-links {
    text-align: left;
}

.quick-links ul {
    padding-left: 17px;
}

.quick-links ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.quick-links ul li a {
    color: #fff;
    text-decoration: none;
}

.quick-links p {
    font-size: 32px;
    margin-bottom: 0;
    text-align: left;
    color: #adb5ff;
    font-weight: 500;
    font-family: 'Austin News Headline Light';
}

.footer-section hr {
    border-top: 1px dotted #fff;
}

.about-developer {
    text-align: justify;
}

.about-developer p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ced2eff5;
}

.banner-projecter {
    text-align: center;
}

.location-section .btn {
    background: #000;
    color: #fff;
    margin-top: 20px;
}

p.starting-projecter-banner b {
    font-size: 42px;
    color: #adb5ff;
    margin-bottom: 0;
    font-family: 'Austin News Headline Light';
}

p.starting-projecter-banner {
    font-family: 'Montserrat';
    font-size: 18px;
}

.faq-section-points {
    background: linear-gradient(180deg, #adb5ff, #adb5ff, transparent);
    font-family: 'Montserrat';
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #cfcfcf;
}

.faq-section-points h3 {
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.faq-section-points p {
    font-size: 15px;
    margin-bottom: 5px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.mobile-overview {
    display: none;
}

.desktop-overview {
    display: block;
}

.project-section-information .project-btn {
    display: block;
}

.btn-tab-inner {
    display: none;
}

.btn-tab-outer {
    display: none;
}

.modal-content {
    background: #000;
    font-family: 'Montserrat';
    color: #fff;
}

.modal-content hr {
    border-top: 1px dotted #fff;
}

.logo-home {
    max-width: 88px;
}

.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
}

.enquire-outer {
    display: none;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}

@media only screen and (max-width: 1400px) {
    .project-section-information .btn {
        font-size: 16px;
        padding: 5px 10px;
    }

    .bg-color {
        padding: 50px 0 0 0;
    }

    .floor-plan-section {
        padding: 30px 0 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .para {
        font-size: 14px;
    }

    .high-para {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .logo {
        max-width: 133px;
    }

    .menu ul li a {
        font-size: 15px;
        padding: 0px 10px;
    }

    .banner-section::before {
        background: linear-gradient(0deg, #000000fa, transparent, transparent);
    }

    p.starting-projecter-banner {
        margin-bottom: 0;
    }

    .project-overview-information p {
        font-size: 14px;
    }

    .location-section-information .section-title h2 {
        font-size: 35px;
    }

    .location-section-img::before {
        width: 95%;
    }

    .floor-plan-info p {
        padding: 17px;
        font-size: 15px;
    }

    .project-section-information .btn {
        font-size: 12px;
        padding: 3px 4px;
    }

    .project-section-information h3 {
        font-size: 27px;
        margin-bottom: 0;
    }
}

@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: 68px;
        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;
    }

    .active {
        border-bottom: none;
    }

    .menu ul li a {
        color: #fff;
    }

    .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;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .floor-plan-info p {
        padding: 7px;
        font-size: 15px;
        left: 42%;
    }

    .faq-section-points h3 {
        font-size: 17px;
    }

    .faq-section-points p {
        font-size: 13px;
    }

    .about-developer p {
        font-size: 15px;
    }

    .quick-links p {
        font-size: 28px;
    }

    .quick-links ul li a {
        font-size: 15px;
        text-transform: uppercase;
    }

    .developer-logo {
        max-width: 100px;
    }

    p.footer-disclaimer {
        text-align: justify;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .project-overview-information .section-title h2 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .project-overview-information .section-title {
        text-align: center !important;
    }

    .mobile-overview {
        display: block;
    }

    .desktop-overview {
        display: none;
    }

    .floor-plan-info p {
        padding: 10px;
        left: 50%;
        text-align: center;
    }

    .floor-plan-info {
        margin-bottom: 10px;
    }

    .location-section-img {
        margin-top: 30px;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 725px) {
    .banner-section-information h1 {
        font-size: 42px;
    }

    .space {
        margin-right: 10px;
    }

    p.starting-projecter-banner b {
        font-size: 38px;
    }

    .btn {
        font-size: 14px;
    }

    .arrow-right {
        padding: 5px;
    }
}

@media only screen and (max-width: 682px) {
    .project-section-information .project-btn {
        display: none;
    }

    .btn-tab-inner {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 9;
        content: "";
    }

    .btn-tab-outer {
        display: block;
    }

    .project-section-information .btn {
        font-size: 14px;
        padding: 3px 10px;
    }
}

@media only screen and (max-width: 630px) {
    .space {
        margin-right: 3px;
    }

    p.starting-projecter-banner b {
        font-size: 34px;
    }

    .banner-section-information h1 {
        font-size: 38px;
    }

    p.project-location {
        font-size: 21px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 601px) {
    .banner-section-information h1 {
        font-size: 36px;
    }

    p.starting-projecter-banner {
        font-size: 16px;
    }

    .space {
        margin-right: 0px;
    }

    .banner-btn .btn {
        font-size: 14px;
        padding: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #000;
        box-shadow: 0 0 2px #ffffff;
    }

    .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: #4c4ca5 !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: #000;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        width: 100%;
        display: block;
        text-align: center;
    }

    .banner-section::before {
        background: linear-gradient(0deg, #000000fa, #00000054, transparent);
    }

    .banner-section-information h1 {
        font-size: 48px;
        margin-bottom: 0;
    }

    p.project-location {
        font-size: 25px;
        margin-bottom: 0;
    }

    .banner-btn .btn {
        font-size: 16px;
        padding: 5px;
    }

    .bg-color {
        padding: 30px 0 0 0;
    }

    .project-section-information .project-btn {
        display: block;
    }

    .btn-tab-inner {
        display: none
    }

    .btn-tab-outer {
        display: none;
    }

    .project-section-information .btn {
        font-size: 16px;
        padding: 3px 10px;
    }
}

@media only screen and (max-width: 454px) {
    .section-title h2 {
        font-size: 30px;
    }

    .highlight-para {
        padding: 10px;
    }

    .location-section-information .section-title h2 {
        font-size: 32px;
    }

    p.footer-disclaimer {
        font-size: 14px;
    }

    .footer-inner h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 447px) {
    .project-section-information .project-btn {
        display: none;
    }

    .btn-tab-inner {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 9;
        content: "";
    }

    .btn-tab-outer {
        display: block;
    }

    .project-section-information .btn {
        font-size: 14px;
    }

    .high-para {
        font-size: 13px;
    }
}

@media only screen and (max-width: 413px) {
    .banner-btn .btn {
        font-size: 16px;
    }
    .banner-btn .space{
        display:none !important;
    }
    .banner-section-information h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 379px) {
    .para {
        font-size: 12px;
    }

       .banner-section-information h1 {
        font-size: 34px;
    }

    p.project-location {
        font-size: 23px;
    }

    .project-btns .btn {
        font-size: 13px;
    }
}

@media only screen and (max-width: 368px) {
    .banner-section-information {
        padding: 0 10px;
    }

    .project-btns .btn {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 350px) {
    .logo {
        max-width: 110px;
    }

    p.starting-projecter-banner b {
        font-size: 30px;
    }

    .banner-section-information {
        padding: 0 5px;
    }

    .section-title h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .location-section-information .section-title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 339px) {
    header {
        background: #000;
    }

    .banner-section {
        margin-top: 70px;
    }

    .banner-btn .btn {
        font-size: 13px;
    }

    .banner-section-information h1 {
        font-size: 42px;
    }

    .section-title p {
        font-size: 14px;
    }

}