* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important
}

::-webkit-scrollbar {
    width: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    padding: 0;
    margin: 0
}

.container-fluid {
    overflow: hidden
}

.container,
.container-fluid {
    padding: 0 !important
}

.container {
    min-width: 76% !important
}

body.modal-open {
    padding-right: 0 !important;
    overflow: hidden
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-display: swap
}

:root {
    --montserrat: 'montserrat';
    --themeColor1: #d6ac27
}

body {
    background-color: #0e244a;
    overflow-x: hidden !important
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: var(--montserrat)
}

a,
body,
p {
    font-family: var(--montserrat)
}

.p-80 {
    padding: 80px 0
}

.p-100 {
    padding: 100px 0 40px
}

a {
    text-decoration: none !important
}

header.header {
    position: absolute;
    z-index: 999;
    width: 100%
}

.header nav.navbar {
    width: 100%;
    justify-content: center;
    min-height: 79px;
    background: #00000030
}

.navbar.fixed nav.navbar {
    min-height: 110px
}

.header .project-logo {
    width: 200px;
    height: auto
}

img.project-logo.on-scroll {
    display: none
}

.navbar.fixed .on-header {
    display: none
}

.navbar.fixed .on-scroll {
    display: block
}

.header nav.navbar.fixed {
    position: fixed;
    top: 0;
    background: #fdfcee;
    z-index: 99;
    box-shadow: rgba(181, 181, 181, .7) 0 8px 6px -6px
}

.navbar.fixed .project-logo {
    width: 142px
}

.navbar.fixed .banner-call-section img {
    filter: unset
}

.navbar.fixed .navbar-call-btn {
    color: #000 !important
}

.header nav.navbar.fixed {
    margin-top: 0
}

.navbar.fixed .project-logo {
    width: 200px !important;
    filter: invert(1)
}

.closemenu {
    display: none
}

.closemenu {
    width: 18px
}

.mobile-open .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: .3s ease-in;
    border: 1px solid
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fdfcee;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #cac19e;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    z-index: 9999999
}

.menu_logo img {
    width: 160px
}

.menu_logo {
    text-align: center;
    margin-bottom: 20px
}

.menu_section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu_section ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.03px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px
}

.menu_section ul li a:hover {
    color: #000 !important
}

.menu_in ul li a.closemenu {
    width: 100%
}

.menu_section ul li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #00000038
}

.menu_location p {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.4px
}

.mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: 15px;
    width: auto;
    z-index: 99999
}

.mobile-trigger i,
.mobile-trigger i::after,
.mobile-trigger i::before {
    position: relative;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 30px
}

.mobile-trigger i::after,
.mobile-trigger i::before {
    content: "";
    position: absolute
}

.mobile-trigger i::before {
    top: -10px
}

.mobile-trigger i::after {
    top: 10px
}

.mobile-open .mobile-trigger i::before {
    background-color: var(--primary-color);
    bottom: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i::after {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i {
    background-color: transparent
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fdfcee;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #cac19e;
    overflow-y: scroll !important;
    overflow-x: hidden !important
}

.mobile-open .menu_section {
    right: 0
}

.menu_section .menu_in {
    padding: 40px 116px;
    position: relative;
    padding-left: 60px
}

.menu-section {
    display: flex;
    justify-content: center;
    column-fill: balance;
    align-items: center;
    gap: 50px
}

.banner-call-section {
    border: 1px solid #ffffffc9;
    padding: 7px 16px;
    border-radius: 0;
    background: 0 0
}

.banner-call-section img {
    width: 14px;
    filter: invert(1)
}

a.navbar-call-btn {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400
}

a.navbar-call-btn:hover {
    color: #fff
}

.navbar.fixed .banner-call-section {
    border: 1px solid #000000b0;
    padding: 7px 16px;
    background: 0 0
}

.banner-section {
    position: relative
}

.banner-section .banner-img {
    height: 100%;
    object-fit: cover;
    position: relative
}

.banner-container {
    position: relative
}

.carousel-inner {
    position: relative
}

.banner-section .carousel-inner::after {
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(180deg, #00000000, #00000075, #00000042) !important;
    content: ''
}

.banner-content {
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%)
}

.banner-content .banner_logo {
    width: 225px;
    height: auto;
    margin-bottom: 10px;
    filter: invert(1) brightness(20)
}

.banner-content .banner-typology {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 24px;
    padding-top: 25px;
    font-family: var(--montserrat);
    background-image: linear-gradient(-225deg, #fff 0, #d96700 29%, #fffcd2 67%, #fff 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block
}

.banner-content .banner-pricing {
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 22px;
    padding-top: 25px;
    font-family: var(--montserrat)
}

.banner-content .starting-price {
    background: #595a54;
    padding: 15px 40px;
    letter-spacing: 3px;
    font-weight: 300;
    border-radius: 50px;
    margin: 0;
    position: relative
}

.banner-content .starting-price::before {
    position: absolute;
    content: "";
    left: -275px;
    bottom: 50%;
    transform: translateY(50%);
    width: 275px;
    height: 2px;
    background-color: #595a54
}

.banner-content .starting-price::after {
    position: absolute;
    content: "";
    right: -275px;
    bottom: 50%;
    transform: translateY(50%);
    width: 275px;
    height: 2px;
    background-color: #595a54
}

.new_launch {
    position: absolute;
    bottom: 33%;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    color: #fff;
    gap: 30px;
    font-family: var(--montserrat);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 3px;
    transform: rotate(-90deg)
}

.new_launch_line1 {
    width: 216px;
    height: 1px;
    background-color: #fff
}

.new_launch_line2 {
    width: 104px;
    height: 1px;
    background-color: #fff
}

.project-overview {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative
}

.project-overview .project-overview-title {
    font-family: var(--montserrat);
    font: 26px !important;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--themeColor1);
    text-transform: uppercase
}

.project-overview-description {
    font-size: 14px !important;
    font-family: var(--montserrat);
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 300;
    margin-right: 50px
}

.project-overview_btn {
    color: #000;
    background: #d6ac27;
    padding: 10px 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid var(--themeColor1);
    font-weight: 600
}

.project-highlights {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative
}

.project-highlights-title {
    display: flex;
    align-items: center;
    color: #b8973a;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: Jost, sans-serif;
    letter-spacing: 3px;
    margin-left: 0;
    font-size: .6rem;
    letter-spacing: 4px;
    text-transform: uppercase
}

.project-highlights-line {
    width: 432px;
    display: none;
    height: 1px;
    background-color: var(--themeColor1)
}

.highlights_img {
    width: 100%;
    width: auto;
    border: 2px solid;
    border-image: linear-gradient(180deg, #f6d27a, #d4af37, #b8962e, #f6d27a) 1;
    padding: 16px
}

.project-pricing {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative
}

.price_img {
    height: 100%;
    border: 2px solid;
    border-image: linear-gradient(180deg, #f6d27a, #d4af37, #b8962e, #f6d27a) 1;
    padding: 16px
}

.price-section-img {
    text-align: -webkit-right
}

.project-amenities {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative
}

.project-location {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(https://websitedesigningcompany.co.in/demo-gtf/landing-page-10-09-2026-2/images/floor_plan_bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%
}

.footer_from {
    width: 70%;
    text-align: center;
    border: 1px solid var(--themeColor1);
    padding: 21px;
    margin: 0 60px;
    position: relative
}

.footer_from_logo {
    width: 190px;
    margin: auto;
    filter: invert(1) brightness(200)
}

.footer_from .form-control {
    padding: 10px;
    border: 1px solid var(--themeColor1) !important;
    outline: 0;
    background-color: #ffffff52 !important;
    margin-top: 15px;
    color: #fff !important;
    letter-spacing: 2px;
    font-family: var(--montserrat);
    border: none !important;
    border-bottom: 1px solid #e7b055db !important;
    border-radius: 0 !important
}

.footer_from .form-control::placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--montserrat);
    font-size: 12px
}

.footer_from .form-control:focus {
    box-shadow: none
}

.form-check {
    text-align: left;
    margin-top: 0 !important
}

.footer_from .project-overview_btn {
    margin-top: 0 !important
}

.form-check {
    margin-top: 17px !important;
    text-align: left;
    font-size: 10px
}

.form-check .form-check-label {
    color: #ffffffd6;
    font-size: 8px;
    letter-spacing: 1px
}

.footer_from .project-overview_btn {
    padding: 10px 44px
}

.footer_section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-top: 1px solid #ffffff2e
}

.footer_section .footer_top_line {
    background-color: var(--themeColor1) !important;
    height: 1px;
    width: 80%;
    margin: auto
}

.footer_section p {
    color: #ffffffd6;
    font-family: var(--montserrat);
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
    margin-top: 15px
}

.footer_section p a {
    font-weight: 700;
    color: #ffffffd6
}

.popup-section .modal-content {
    background: #fdfcee
}

.popup-section .form_section button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px
}

.popup-section .modal-dialog .popup_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.popup-section .modal-dialog.modal-dialog-centered {
    max-width: 1000px
}

.popup-section .modal-dialog .menu_logo {
    text-align: center
}

.popup-section .popup_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative
}

.popup-image-details {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.popup-image-details .popup-typology p {
    font-size: 20px;
    letter-spacing: 4px;
    font-family: var(--dropkicker);
    font-weight: 300;
    padding-bottom: 12px;
    margin: 0
}

.popup-pricing span {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: Montserrat;
    font-weight: 300
}

.popup-pricing p {
    font-size: 30px;
    letter-spacing: 5px;
    font-family: var(--dropkicker);
    font-weight: 300
}

.popup-pricing {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup-section .popup-form {
    padding: 20px 30px
}

.popup-section .form_section .form-control {
    border: none;
    border-bottom: 1px solid #00000057;
    padding: 15px 5px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: .2em
}

.popup-section .form_section .form-control::placeholder {
    font-family: var(--montserrat);
    font-size: 13px;
    letter-spacing: 1px
}

.popup-section .submit_btn {
    border: 1px solid;
    border-radius: 0 !important;
    width: 100%;
    padding: 12px !important;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat);
    font-size: 13px;
    margin-top: 10px
}

.popup-section button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 10px
}

.popup-project-logo img {
    margin: auto;
    display: block;
    width: 210px;
    margin-bottom: 10px
}

.mobile-section {
    display: none
}

.m-view {
    display: none
}

.d-view {
    display: block
}

.banner-mobile {
    object-position: bottom
}

.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: .5px
}

.project-overview-title-section {
    margin-top: 40px
}

.mobile-section {
    display: none
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.banner-new-design {
    position: absolute;
    TOP: 30%;
    left: 2%;
    z-index: 99;
    WIDTH: 41%
}

.banner-new-design .banner_logo {
    margin: auto;
    display: block;
    width: 250px;
    filter: invert(1) brightness(100)
}

.banner-new-design .banner-details {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #c2b48e;
    z-index: 99
}

.banner-new-design .banner-details div:not(:last-child) {
    border-right: 1px solid #c2b48e
}

.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-typology {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 5px;
    position: relative;
    transition: .4s ease-in
}

.banner-new-design .banner-details .banner-price h5,
.banner-new-design .banner-details .banner-typology h5 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px
}

.banner-new-design .banner-details .banner-price h5::after,
.banner-new-design .banner-details .banner-typology h5::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    top: 45%;
    left: 50%;
    background: #c2b48e9c;
    transform: translateX(-50%)
}

.banner-new-design .banner-details .banner-price h4,
.banner-new-design .banner-details .banner-typology h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center
}

.banner-new-design .banner-details .banner-price {
    flex: 1
}

.banner-new-design .banner-details .banner-typology {
    flex: 1.8
}

.banner-new-design .banner-details .banner-price:hover,
.banner-new-design .banner-details .banner-typology:hover {
    background: #c2b48e
}

.banner-new-design .banner-details .banner-price:hover h5::after,
.banner-new-design .banner-details .banner-typology:hover h5::after {
    background: #181818
}

.banner-new-design .banner-details .banner-price:hover h5,
.banner-new-design .banner-details .banner-typology:hover h5 {
    color: #000;
    font-weight: 500
}

.banner-new-design .banner-details .banner-price:hover h4,
.banner-new-design .banner-details .banner-typology:hover h4 {
    color: #000;
    font-weight: 500
}

h1.project_name {
    color: #d6ac27;
    font-size: 44px;
    text-align: center;
    font-family: var(--montserrat);
    font-weight: 600;
    font-family: Cinzel, serif;
    line-height: 58px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px
}

h1.project_name span {
    display: block;
    font-family: Cinzel, serif
}

.read-more-content {
    display: none
}

button.read-more-button {
    background: 0 0;
    border: none;
    color: var(--themeColor1);
    font-weight: 700
}

@keyframes animateDash {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 2840
    }
}

@keyframes swing {
    0% {
        transform: rotate(3deg)
    }

    to {
        transform: rotate(-3deg)
    }
}

.banner-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    background-size: 760px;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%
}

p.location {
    display: flex;
    color: #fff;
    gap: 9px;
    justify-content: center;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: Cinzel, serif;
    align-items: anchor-center
}

p.location img {
    width: 30px;
    height: 30px
}

p.location span {
    font-family: Cinzel, serif;
    letter-spacing: 1px;
    font-size: 20px
}

h1.project_name::before {
    content: "";
    width: 60%;
    height: 1px;
    background: var(--golden-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0, rgb(231 176 85) 55%, rgba(232, 216, 172, .06) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99
}

.icon img {
    width: 28px
}

.footer_from p {
    text-align: start;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-family: 'Cormorant Garamond', serif
}

.footer_from .sub-text {
    font-size: 12px;
    margin-top: 0;
    color: rgb(255 255 255 / 61%)
}

@media (min-width:768px) {
    .footer_from {
        position: absolute;
        bottom: 10%;
        right: 30px;
        background: #06385d4f;
        width: 360px;
        border-radius: 10px;
        backdrop-filter: blur(20px);
        flex-wrap: wrap;
        gap: 20px;
        border: none;
        justify-content: center
    }

    .footer_from .form-group {
        WIDTH: 100%;
        position: relative
    }

    .footer_from .project-overview_btn {
        width: 100%;
        margin-top: 15px !important;
        border-radius: 5px
    }
}

@media (max-width:1450px) {
    .container {
        max-width: 82% !important
    }

    .header nav.navbar {
        margin-top: 0
    }

    .banner-call-section {
        padding: 6px 14px
    }

    a.navbar-call-btn {
        font-size: 13px
    }

    .banner-content .banner_logo {
        width: 205px
    }

    .banner-content .banner-typology {
        font-size: 20px
    }

    .banner-content .banner-pricing {
        font-size: 18px;
        padding-top: 22px
    }

    .banner-content {
        bottom: 50px
    }

    .header nav.navbar {
        min-height: 75px
    }

    .project-overview .project-overview-title {
        font-size: 22px !important;
        font-weight: 500;
        margin-left: 0
    }

    .project-overview-description {
        font-size: 12px !important;
        line-height: 26px;
        margin-bottom: 30px;
        margin-right: 30px
    }

    .highlights_img {
        height: 491px
    }

    .project-highlights-title {
        font-weight: 500;
        font-size: .7rem
    }

    .footer_from {
        margin: 0 0
    }

    .footer_from .form-control {
        margin-top: 20px
    }

    .footer_from_logo {
        width: 150px
    }

    .price_img {
        height: 484px
    }

    .banner-new-design .banner_logo {
        width: 180px
    }

    .banner-new-design .banner-details .banner-price h4,
    .banner-new-design .banner-details .banner-typology h4 {
        font-size: 16px
    }

    .banner-new-design .banner-details .banner-price h5,
    .banner-new-design .banner-details .banner-typology h5 {
        font-size: 13px;
        padding-bottom: 7px
    }

    .banner-new-design .banner-details .banner-price,
    .banner-new-design .banner-details .banner-typology {
        padding: 15px 5px;
        gap: 15px
    }

    .banner-new-design .banner-details .banner-price h5::after,
    .banner-new-design .banner-details .banner-typology h5::after {
        width: 150px;
        top: 46%
    }

    h1.project_name {
        font-size: 31px;
        line-height: 42px
    }

    p.location {
        margin-top: 18px;
        font-size: 16px
    }

    p.location img {
        width: 20px;
        height: 20px;
        vertical-align: middle
    }
}

@media (max-width:1367px) {
    .menu_section ul {
        padding-top: 25px
    }

    .menu_section ul li {
        padding: 10px 0 10px
    }

    .menu_section ul li a {
        font-size: 12px
    }

    .banner-content .starting-price::before {
        left: -175px;
        width: 175px
    }

    .banner-content .starting-price::after {
        right: -175px;
        width: 175px
    }

    .new_launch {
        left: -40px !important;
        font-size: 13px !important;
        font-weight: 400
    }

    .banner-content .banner-typology {
        font-size: 18px;
        padding-top: 22px
    }

    .project-overview-description {
        font-size: 13px !important;
        margin-right: 10px
    }

    .banner-content {
        bottom: 40px
    }

    .banner-section .banner-img {
        object-position: top
    }

    .new_launch_line2 {
        width: 74px
    }

    .new_launch_line1 {
        width: 190px
    }

    .header nav.navbar {
        min-height: 70px
    }

    .banner-call-section {
        padding: 5px 12px
    }

    .navbar.fixed .project-logo {
        filter: invert(1)
    }

    .project-overview-title-section {
        margin-top: 10px
    }

    .project-highlights-title {
        font-weight: 500;
        font-size: .7rem
    }

    .project-highlights-line {
        width: 350px
    }

    .banner-new-design {
        top: 26%;
        width: 40%
    }

    h1.project_name {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 15px
    }
}

@media screen and (max-width:1280px) {
    h1.project_name {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width:767px) {
    header.header .container {
        justify-content: center
    }

    .footer_from .sub-text {
        font-size: 15px
    }

    .popup-project-logo img {
        width: 180px;
        filter: invert(1)
    }

    .popup-section button.btn-close {
        right: 24px;
        top: 24px;
        border: 1px solid #000;
        filter: brightness(0)
    }

    .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
    }

    #highlights {
        padding: 60px 6%
    }

    .form-check {
        margin-top: 30px;
        text-align: left;
        margin-top: 12px !important;
        margin-bottom: 10px
    }

    .m-view {
        display: block;
        margin-top: 70px;
        height: auto
    }

    .d-view {
        display: none
    }

    .menu_section .menu_in {
        padding: 20px 55px;
        position: relative;
        padding-left: 50px
    }

    .header .project-logo {
        width: 150px;
        position: static;
        transform: unset
    }

    .navbar.fixed .project-logo {
        width: 150px !important
    }

    .header nav.navbar {
        width: 100%;
        min-height: 70px;
        margin-top: 30px
    }

    .header nav.navbar {
        margin-top: 0
    }

    .header nav.navbar {
        padding: 0 10px
    }

    .banner-content .banner-typology h3 {
        letter-spacing: 3px;
        font-size: 20px;
        color: #000;
        font-weight: 400
    }

    .banner-content .banner-pricing {
        display: block;
        padding: 0
    }

    .banner-content .starting-price {
        letter-spacing: .5px
    }

    .banner-content .banner-pricing p {
        margin-bottom: 10px;
        text-align: center
    }

    .banner-typology {
        padding-bottom: 15px;
        padding-top: 7px
    }

    .banner-section .carousel-inner::after {
        position: absolute !important;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(180deg, #00000000, #ffffff00, #000) !important;
        content: ''
    }

    .banner-content {
        position: relative
    }

    .project-overview_btn {
        font-size: 12px;
        width: 100%;
        border-radius: 10px
    }

    .banner-content .starting-price {
        background: #595a54;
        padding: 15px 0;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2px
    }

    .banner-call-section {
        display: none
    }

    .fixed .project-logo {
        position: static
    }

    .banner-content {
        position: static;
        transform: none
    }

    .new_launch_line1 {
        width: 50px;
        background-color: #3b3b3b
    }

    .new_launch {
        left: unset !important;
        top: -24%;
        color: #000;
        font-weight: 600;
        font-size: 16px;
        right: -21%
    }

    .banner-content {
        padding: 10px 0 !important;
        background-image: url(https://websitedesigningcompany.co.in/demo-gtf/landing-page-10-09-2026-2/images/floor_plan_bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%
    }

    .banner-content .banner_logo {
        width: 135px;
        height: auto;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .banner-content .banner-typology {
        font-size: 16px;
        text-align: center;
        padding: 0 0 !important;
        line-height: 24px
    }

    .banner-content .banner-pricing {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0 !important
    }

    .footer_from {
        margin: 0 0 !important;
        padding: 20px 14px !important
    }

    .form-check .form-check-label {
        font-size: 8px
    }

    .footer_from .form-control {
        margin-top: 16px;
        padding: 8px;
        font-size: 14px
    }

    .project-overview {
        padding: 15px 9px;
        padding-top: 20px;
        overflow-x: hidden !important
    }

    .project-overview-description {
        line-height: 25px;
        font-size: 12px !important;
        margin-bottom: 20px;
        margin-right: 0
    }

    .project-overview-title-section {
        display: flex;
        align-items: center;
        justify-content: Space-between
    }

    .project-overview-title {
        font-size: 20px !important;
        gap: 8px;
        margin-left: 0 !important
    }

    .project-highlights {
        padding: 0;
        padding-top: 20px
    }

    .project-highlights-title {
        font-size: 22px;
        gap: 8px;
        justify-content: space-between;
        margin-left: 0 !important;
        line-height: 32px;
        letter-spacing: 1px;
        margin-bottom: -5px;
        font-weight: 700;
        font-family: Jost, sans-serif;
        letter-spacing: 3px;
        margin-left: 0;
        font-size: .6rem;
        letter-spacing: 4px
    }

    .project-highlights-line {
        width: 100px;
        margin-right: 10px
    }

    .project-location {
        padding-top: 60px;
        padding-bottom: 20px;
        position: relative;
        background-image: url(https://websitedesigningcompany.co.in/demo-gtf/landing-page-10-09-2026-2/images/floor_plan_bg.webp);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: contain
    }

    .footer_from {
        width: 100%;
        text-align: center;
        border: 1px solid var(--themeColor1);
        padding: 15px;
        margin: 20px 0;
        border-radius: 10px
    }

    .footer_section .footer_top_line {
        background-color: var(--themeColor1) !important;
        height: 1px;
        width: 90%;
        margin: auto
    }

    .footer_section p {
        line-height: 16px;
        font-size: 10px;
        text-align: center;
        padding: 0 0;
        text-align: center;
        letter-spacing: .7px
    }

    .container {
        max-width: 100% !important
    }

    .highlights_img {
        height: auto
    }

    .project-pricing {
        padding-top: 60px
    }

    .mobile-trigger {
        right: 0
    }

    .project-amenities {
        padding-top: 60px
    }

    .project-location img {
        height: 100%
    }

    .mobile-section {
        display: none;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background: #244281;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        border-radius: 5px;
        width: 100%;
        border-radius: 0;
        border-top: 1px solid #ffffff2b;
        text-align: center
    }

    .mobile-section.show {
        display: block
    }

    .mobile-section a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        width: 100%;
        text-align: center;
        width: 32%;
        display: inline-block;
        font-size: 14px
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid
    }

    .footer_section {
        padding-top: 0;
        padding-bottom: 60px;
        position: relative;
        padding-left: 6px;
        padding-right: 6px
    }

    .banner-new-design {
        bottom: unset;
        left: unset;
        transform: unset;
        margin-top: 23px;
        width: 100%;
        right: 0;
        padding: 0 12px;
        top: 11%
    }

    .banner-new-design .banner_logo {
        width: 140px
    }

    .banner-new-design .banner-details div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #c2b48e
    }

    .banner-new-design .banner-details {
        flex-direction: column
    }

    .banner-new-design .banner-details .banner-price:hover {
        background: unset
    }

    .banner-new-design .banner-details .banner-typology {
        background: #c2b48e
    }

    .banner-new-design .banner-details .banner-price:hover h4,
    .banner-new-design .banner-details .banner-price:hover h5 {
        color: #fff;
        font-weight: 400
    }

    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-typology h5 {
        color: #000;
        font-weight: 500
    }

    .banner-new-design .banner-details .banner-typology h5::after {
        background: #0000009c
    }

    .banner-new-design .banner-details {
        border: 1px solid #c2b48ec9
    }

    h1.project_name {
        color: #d6ac27;
        font-size: 32px;
        line-height: 38px;
        LETTER-SPACING: 1px;
        text-shadow: -1px 1px 0 #0e244a
    }

    .banner-section .carousel-inner::after {
        content: none
    }

    .banner_form {
        padding: 30px 12px
    }

    p.location {
        margin-top: 14px;
        text-shadow: -1px 1px 0 #0e244a
    }

    p.location span {
        font-size: 16px
    }

    p.location img {
        width: 22px;
        height: 22px
    }
}