/* defaul css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

.container-fluid {
    overflow: hidden;
}

.container,
.container-fluid {
    padding: 0 !important;
}

.container {
    min-width: 76% !important;
}

body.modal-open {
    padding-right: 0px !important;
    overflow: hidden;
}


/* font css */

@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 Css */
:root {
    /* --dropkicker: 'Dropkicker'; */
    --montserrat: 'montserrat';
    --themeColor1: #C2B48E;
}

/* Common Css */
body {
    background-color: #000000 !important;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: var(--montserrat);
}

body,
p,
a {
    font-family: var(--montserrat);
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.p-80 {
    padding: 80px 0;
}

.p-100 {
    padding: 100px 0px 40px;
}

a {
    text-decoration: none !important;
}

/* a:hover{color: #fff !important;} */

/* Title head section */
.heading-section {
    text-align: center;
}

.heading-section .title-head {
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 50px;
    margin: 0;
}

.heading-section .title-subhead {
    width: 50%;
    letter-spacing: 2px;
    /* color: var(--green-color); */
    font-weight: 400;
    line-height: 35px;
    padding-top: 25px;
    margin: auto;
    font-size: 18px;
}

/* Navbar Section */
header.header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.header nav.navbar {
    width: 100%;
    justify-content: center;
    min-height: 90px;
    margin-top: 0px;
}

.navbar.fixed nav.navbar {
    min-height: 110px;
}

button.nav-toggler {
    background: transparent;
    border: none;
}

img.nav-toggler.hamburger-icon {
    width: 30px;
}

.header a.banner-query-btn {
    color: #ffffff !important;
    background: transparent;
    padding: 10px 30px;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: 1px solid #ffffffc9;
    font-weight: 300;
}

.header a.banner-query-btn:hover {
    color: #fff;
}

.header .project-logo {
    width: 112px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1) brightness(100);
}
img.project-logo.on-scroll {
    display: none;
}
.navbar.fixed .on-header{display: none;}
.navbar.fixed .on-scroll{display: block;}
.navbar.fixed {
    position: fixed;
    top: 0;
    background: #fdfcee;
    /* transition: all .4s ease-in-out 0; */
    z-index: 99;
    box-shadow: rgba(181, 181, 181, 0.7) 0 8px 6px -6px
}

.navbar.fixed .project-logo {
    width: 142px;
}

.navbar.fixed .openmenu {
    width: 30px;
    filter: invert(1);
    transition: 0.3s ease-in;
}

.navbar.fixed a.banner-query-btn {
    text-decoration: none;
    color: #000 !important;
    background: transparent;
    padding: 10px 20px;
    /* border-radius: 50px; */
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000000b0;
    cursor: pointer;
    font-weight: 500;
}

.navbar.fixed a.banner-query-btn:hover {
    color: #000 !important;
}

.navbar.fixed .banner-call-section img {
    filter: unset;
}

.navbar.fixed .navbar-call-btn {
    color: #000 !important;
}

.header nav.navbar.fixed {
    margin-top: 0px;
}

.navbar.fixed .project-logo {
    width: 115px !important;
    filter: unset;
}

.closemenu {
    display: none;
}

.openmenu {
    width: 30px;
}

.closemenu {
    width: 18px;
}

/*.mobile-open{/~ overflow: hidden; ~/
    .closemenu{display: block;}
    .openmenu{display: none;}
}*/
.mobile-open .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s ease-in;
    border: 1px solid;
}

.mobile-open .openmenu {
    display: none;
}

.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: 150px;
}

.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;
}

.menu_location p img.map {
    filter: invert(1);
    width: 11px;
    margin-right: 5px;
}

.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(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1) .3s
}

.mobile-open .mobile-trigger i::after {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.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 .absLogo {
    content: '';
    position: absolute;
    bottom: -21%;
    right: -2%;
    height: 55%;
    width: 34%;
    z-index: -1;
    /* rotate: 288deg; */
    opacity: 11%
}

.menu_section .absLogo img {
    height: 100%
}

.navbar-socila-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
}

/* .navbar-socila-links .social_icon img {filter: invert(1) brightness(100);} */
.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: transparent;
}

.banner-call-section img {
    width: 14px;
    filter: invert(1);
}

a.navbar-call-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400
}

a.navbar-call-btn:hover {
    color: #ffffff;
}

.navbar.fixed .banner-call-section {
    border: 1px solid #000000b0;
    padding: 7px 16px;
    /* border-radius: 60px; */
    background: transparent;
}

/* Banner Section */
.banner-section {
    position: relative;
}

.banner-section .banner-img {
    height: 100vh;
    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: 60%;
    background: linear-gradient(180deg, #00000000, #000000c7, #000000) !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, #ffffff 0%, #d96700 29%, #fffcd2 67%, #ffffff 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 .address {
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 16px;
    padding-top: 22px;
    font-family: var(--montserrat);
}

.banner-content .payment-plan {
    background: #595A54;
    font-size: 12px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px 20px;
    margin: 0;
    min-width: 202px;
}

.banner-content .status {
    background: #595A54;
    font-size: 12px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px 20px;
    margin: 0;
    min-width: 200px;
    text-align: center;
}

.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;
    /* width: fit-content; */
    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);
}

.position_line {
    position: absolute;
    bottom: 35%;
    right: 40px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    color: #fff;
    gap: 30px;
    font-family: var(--montserrat);
    font-weight: 300;
    font-size: 14px !important;
    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;
}



/* Fixed side call button */
.side-call-btn {
    position: fixed;
    right: 10px;
    top: 83%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}

.side-call-btn a {
    /* background: var(--green-color); */
    padding: 8px 9px;
    border-radius: 150px;
}

.side-call-btn a img {
    width: 22px;
    filter: invert(1);
}

/* Overview Section */

.project-overview {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}
.overview-right-section {
    text-align: -webkit-right;
}

.overview-right-section img {
    /* height: 700px; */
}

.project-overview .project-overview-title {
    font-family: var(--montserrat);
    font: 26px !important;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--themeColor1);
    text-transform: uppercase;
}

.virtical_line {
    height: 121px;
    width: 1px;
    background-color: #c2b48e;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.overview-img_for_mob{
    display: none;
}

.project-overview-subtitle {
    font-family: var(--montserrat);
    font-size: 20px !important;
    font-weight: 300;
    letter-spacing: 3px;
    color: var(--themeColor1);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.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: var(--themeColor1);
    background: transparent;
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid var(--themeColor1);
    font-weight: 300;
}


.about_bg_img {
    position: absolute;
    top: -200px;
    left: 0px;
    width: 55%;
    z-index: -1;
}

.about_bg_img_left {
    position: absolute;
    bottom: -50px;
    right: -8px;
    width: 25%;
    z-index: -1;
}


/* project highlights */
.project-highlights {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}

.project-highlights-title {
    display: flex;
    align-items: center;
    gap: 110px;
    color: var(--themeColor1);
    margin-bottom: 50px;
    font-family: var(--montserrat);
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 0px;
    font-size: 24px;
}

.project-highlights-line {
    width: 432px;
    height: 1px;
    background-color: var(--themeColor1);

}

.highlights_img {
    width: 100%;
    /* height: 650px; */
    width: auto;
}

.highlight-list {
    list-style: none;
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
    margin-top: 48px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin-bottom: 50px;
}

.highlight-list li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

}

.highlight-list li span {
    display: block;
    font-size: 14px;
}

.highlight-list li img {
    margin-right: 20px;
    width: 25px;
}

.highlights-left-bg {
    /* background-image: url(../images/highlights_left_bg.webp); */
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-left: 0px;
}


/* Project Pricing */
.project-pricing {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}

.list_heading_box {
    background-color: var(--themeColor1);
    padding: 20px 80px;
}

.list_heading_box h3 {
    font-family: var(--montserrat);
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    font-size: 21px;
    text-align: center;
    line-height: 34px;
}

.list_heading_box h6 {
    font-family: var(--montserrat);
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.price_img {
    /* width: 100%; */
    /* height: 100%; */
}
.price-section-img {
    text-align: -webkit-right;
}

.list_heading_box h6 img {
    width: 25px;
}

.list_heading_box hr {
    background-color: #000 !important;
}

.price_list_item {
    display: flex;
    justify-content: space-between;
    padding: 45px 0px;
    border-bottom: 1px solid #c2b48e8a;
}
.price_list_sub_item{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 70%;
}
.disabled_typo{
    position: relative;
}
.disabled_typo h6{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: var(--montserrat);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 32px;
    z-index: 999 !important;
    font-weight: 600;
}
.disabled_typo .price_amount{
    color: #8d89894d !important;
}
.disabled_typo .price_list_item_btn{
    border-color: #8d89894d !important;
    color: #8d89894d !important;
}
.price-left-section {
    padding-right: 30px;
}

.price_list_item_btn {
    color: #ffffffaa;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid #ffffffaa;
    font-weight: 300;
}

.price_list_item .price_typology {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.price_list_item .price_amount {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.price_amount span {
    font-size: 14px;
}


/* project-amenities */

.project-amenities {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}

.amenities_box {
    padding: 10px 0px 30px;
}
.amenities_box img{
    width: 100%;
    padding: 10px;
}

.amenities_box h5 {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
}


/* project-club */

.project-club {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

.club_item {
    padding: 10px;

}

.club_item h5 {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
}

.club_center_img {
    width: 80%;
    margin: auto;
    display: block;

}

.club_center_content {
    padding: 0px;
    position: relative;
}

.club_center_text {
    font-family: var(--montserrat);
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 20px;
}

.club_bg_img {
    position: absolute;
    top: -129px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}


/* project floor plan */

.project-floor-plan {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(../images/floor_plan_bg.webp);
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: contain;
}

.floor_plan_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    list-style-type: none;

}

.project-floor-plan .carousel-control-next,
.project-floor-plan .carousel-control-prev {
    width: 60px;
    height: 60px;
    top: initial;
    bottom: 60px;
}

.project-floor-plan .carousel-control-prev {
    left: initial;
    right: 100px;
}

.floor_plan_list li {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--themeColor1) !important;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.floor_plan_list span {
    font-size: 14px;
    color: #fff;
}

#carouselExampleIndicators {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    /* Keep indicators inside the flow */
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    gap: 25px;
    margin-top: 180px;
    right: 0 !important;
    top: 0 !important;
    width: fit-content !important;
    height: fit-content !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    padding: 8px 40px;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: unset;
    cursor: pointer;
    color: var(--themeColor1);
    background: #000000;
    background-clip: padding-box;
    border: 0;
    border: 1px solid var(--themeColor1) !important;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators button {
    color: var(--themeColor1);
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid var(--themeColor1) !important;
    font-weight: 300;
}

.carousel-indicators button.active {
    background-color: #c2b48e;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.project-floor-plan .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.project-floor-plan .nav-tabs .nav-item button {
    color: var(--themeColor1);
    background: transparent;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid var(--themeColor1);
    font-weight: 300;
    border-radius: 0;
}

.project-floor-plan .tab-content {
    margin-top: 50px !important;
}

.project-floor-plan .floor_plan_item {
    padding: 30px 35px;

}

.project-floor-plan .carousel-item {
    height: 540px;
}

.project-floor-plan .nav-item .nav-link.active {
    background-color: var(--themeColor1);
    color: #fff;

}

.project-floor-plan .tab-content .price_list_content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex !important;
    gap: 20px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    color: #fff;
}

.price_list_content h3,
.price_list_content h4,
.price_list_content h5,
.price_list_content h6 {
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
}

.price_list_content h3 {
    font-size: 24px;
    color: var(--themeColor1);
    font-weight: bold;
}

.price_list_content h4 {
    font-size: 18px;
}

.price_list_content h4 span {
    color: var(--themeColor1);
    font-size: 20px;
}

.price_list_content h5 {
    font-size: 20px;
    color: var(--themeColor1);
}

.price_list_content h6 {
    font-size: 25PX;
    font-weight: bold;
}

.price_list_content h6 span {
    font-size: 18px;
    color: var(--themeColor1);
}



/* project-gallery */
.project-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(../images/floor_plan_bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
}

.project-gallery .gallery_img {
    width: 100%;
}



/* project walkthrough */

.project-walkthrough {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}

.walkthrough_video {
    display: flex;
    justify-content: center;
    position: relative;
}
.walkthrough_video video{
    height: 480px;
    width: 920px;
}

.walkthrough_leftIMG {
    position: absolute;
    left: 86px;
    width: 250px;
    transform: scaleX(-1);
}

.walkthrough_rightIMG {
    position: absolute;
    right: 86px;
    width: 250px !important;


}

/* project-location */
.project-location{
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    background-image: url(../images/floor_plan_bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
}
.project-location img{
    width: 100%;
    height: 88%;
    object-fit: contain;
}

/* project builder */

.project-builder{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.project-builder .builder_sec_logo{
    width: 110px;
    margin-left: 0px;
    display: none;
}
.project-builder .biolder_content{
    font-family: var(--montserrat);
    letter-spacing: 2px;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}
.builder_sec_content{
    background-image: url(../images/floor_plan_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.footer_from{
    width: 70%;
    text-align: center;
    border: 1px solid var(--themeColor1);
    padding: 40px;
    margin: 20px 60px;
}
.footer_from_logo{
    width: 180px;
    margin: auto;
    filter: invert(1);
}
.footer_from .form-control{
    padding: 10px;
    border: 1px solid var(--themeColor1) !important;
    outline: none;
    background-color: #ffffff12 !important;
    margin-top: 30px;
    color: #fff !important;
    letter-spacing: 2px;
    font-family: var(--montserrat);
    border: none !important;
    border-bottom: 1px solid var(--themeColor1) !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{
    margin-top: 30px;
    text-align: left;
}
.form-check .form-check-label{
    color: #ffffffd6;
    font-size: 10px;
    letter-spacing: 1px;
}
.footer_from .project-overview_btn{
    padding: 10px 50px;
}



/* footer section */
.footer_section{
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}
.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: 2px;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
}
.footer_section p a{
    font-weight: bold;
    color: #ffffffd6;
}
.footer_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    list-style: none;
}
.footer_list li{
    color: #ffffffd6;
    font-family: var(--montserrat);
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 12px;
}












/* Footer Section */


/* Modal Section */
.popup-section .modal-content {
    background: #FDFCEE;
}
/* 
.popup-section .modal-content::before {
    position: absolute;
    content: '';
    top: 40px;
    right: 40px;
    width: 40%;
    height: 85%;
    background: url('../images/highlights_left_bg.webp') no-repeat;
    background-size: 260px;
    background-position: center;
    opacity: 0.5;
} */

.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: 799px;
}

.popup-section .modal-dialog .bg_logo {
    width: 230px;
    height: 230px;
    top: 32%;
}

.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-section .popup_image::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
    background: linear-gradient(0deg, #000000, #00000000);
} */

/* .popup-section .popup_image::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 46%;
    height: 45%;
    background: url(../images/highlights_left_bg.webp) no-repeat;
    background-size: 200px;
} */

.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 10px;
}

.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;
    /* background: var(--green-color) !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 {
    max-height: 60vh;
} */
.banner-mobile {
    max-height: 54vh;
    object-fit: cover;
    object-position: bottom ;
}
.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}

.video-section .modal-body {
    padding: 40px;
}

.popup-section.video-section .modal-content::before {
    content: unset;
}

.popup-section.video-section .modal-content::after {
    content: unset;
}
.project-overview-title-section {
    margin-top: 40px;
}
.club-360-plan {
    margin: auto;
    display: flex;
}
.visibility-hidden{visibility: hidden;}
.mobile-section{display: none;}
h4.builder-name {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}


h2.sold-out-floor {
    color: #fff;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
h6.banner-typo {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 20px;
    padding-top: 25px;
    font-family: var(--montserrat);
    background-image: linear-gradient(-225deg, #ffffff 0%, #d96700 29%, #fffcd2 67%, #ffffff 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 2s linear infinite;
    display: inline-block;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* banner-new design */

.banner-new-design {position: absolute;bottom: 5%;left: 50%;transform: translateX(-50%);z-index: 99;}
.banner-new-design .banner_logo {margin: auto;display: block;width: 250px;filter: invert(1) brightness(100);}
.banner-new-design .address {color: #fff;letter-spacing: 2px;font-weight: 400;text-align: center;padding: 25px 0;font-size: 18px;}
.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-status, .banner-new-design .banner-details .banner-typology, .banner-new-design .banner-details .banner-price, .banner-new-design .banner-details .banner-plan{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;padding: 20px 5px;position: relative;transition: 0.4s ease-in;}

.banner-new-design .banner-details .banner-status h5, .banner-new-design .banner-details .banner-typology h5, .banner-new-design .banner-details .banner-price h5, .banner-new-design .banner-details .banner-plan h5{color: #fff;letter-spacing: 2px;font-weight: 300;font-size: 16px;padding-bottom: 10px;}

.banner-new-design .banner-details .banner-status h5::after, .banner-new-design .banner-details .banner-typology h5::after, .banner-new-design .banner-details .banner-price h5::after, .banner-new-design .banner-details .banner-plan h5::after{position: absolute;content: "";width: 170px;height: 1px;top: 45%;left: 50%;background: #c2b48e9c;transform: translateX(-50%);}

.banner-new-design .banner-details .banner-status h4, .banner-new-design .banner-details .banner-typology h4, .banner-new-design .banner-details .banner-price h4, .banner-new-design .banner-details .banner-plan h4{color: #fff;font-size: 18px;font-weight: 400;letter-spacing: 2px;text-align: center;}

.banner-new-design .banner-details .banner-status, .banner-new-design .banner-details .banner-price, .banner-new-design .banner-details .banner-plan{flex: 1;}  
.banner-new-design .banner-details .banner-typology{flex: 1.8;}

.banner-new-design .banner-details .banner-status:hover, .banner-new-design .banner-details .banner-typology:hover, .banner-new-design .banner-details .banner-price:hover, .banner-new-design .banner-details .banner-plan:hover {background: #c2b48e;}
.banner-new-design .banner-details .banner-status:hover h5::after, .banner-new-design .banner-details .banner-typology:hover h5::after, .banner-new-design .banner-details .banner-price:hover h5::after, .banner-new-design .banner-details .banner-plan:hover h5::after{background: #181818;}
.banner-new-design .banner-details .banner-status:hover h5, .banner-new-design .banner-details .banner-typology:hover h5, .banner-new-design .banner-details .banner-price:hover h5, .banner-new-design .banner-details .banner-plan:hover h5{color: #000;font-weight: 500;}
.banner-new-design .banner-details .banner-status:hover h4, .banner-new-design .banner-details .banner-typology:hover h4, .banner-new-design .banner-details .banner-price:hover h4, .banner-new-design .banner-details .banner-plan:hover h4{color: #000;font-weight: 500;}



.project-location .highlight-list {
    margin-top: 40px;
}
.project-floor-plan .floor-plan-img{
   cursor: pointer;
}

.popup-section .popup-form button {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
@media(max-width:1450px){
    .container {max-width: 82% !important;}
    .header nav.navbar { margin-top: 5px;}
    .banner-call-section {padding: 6px 14px; }
    a.navbar-call-btn {font-size: 13px;  }
    .header a.banner-query-btn { padding: 8px 24px; }
    .banner-content .banner_logo {width: 205px; }
    .banner-content .address {  font-size: 16px;padding-top: 20px; }
    .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: 74px;}

    /* Overview */
    .project-overview .project-overview-title {font-size: 22px !important;font-weight: 500;margin-left: 0;}
    .project-overview-subtitle { font-size: 18px !important;letter-spacing: 2px; margin-bottom: 30px;}
    .virtical_line {height: 55px;margin-top: 15px;margin-bottom: 20px;}
    .project-overview-description {font-size: 12px !important;line-height: 26px;margin-bottom: 20px;margin-right: 30px;}
    .overview-right-section img {height: 490px;}

    /* Highlight */
    .highlights_img {height: 470px;}
    .highlight-list {gap: 30px;}
    .highlight-list li { margin-right: 40px;}
    .project-highlights-title {font-weight: 500;font-size: 22px;}

    /* Pricing */
    .list_heading_box h3 {font-size: 16px;}
    .list_heading_box { padding: 10px 40px;}
    .list_heading_box h6 {font-size: 14px; line-height: 24px; }
    .price_list_item { padding: 34px 0px; }
    .disabled_typo h6 {left: 26%;font-size: 26px;}
    .price_list_item .price_typology {font-size: 16px;}
    .price_list_item_btn { padding: 8px 12px;font-size: 10px;}
    .price-left-section {padding-right: 0px; margin-top: 20px;}
    .club_center_text {font-size: 12px; }
    .carousel-indicators [data-bs-target] {font-size: 12px; padding: 10px 30px;}
    .project-builder {padding-top: 20px; }

    /* Footer */
    .project-builder .biolder_content { line-height: 28px;font-size: 13px;}
    .footer_from {width: 80%; margin: 0px 0px;padding: 25px 40px;}

    .footer_from .form-control { margin-top: 20px; }
    .footer_from_logo {width: 150px; }

    .price_img {height: 496px;}

    .banner-new-design .banner_logo {width: 240px;}
    .banner-new-design .address {padding: 20px 0;font-size: 16px;}

    .banner-new-design .banner-details .banner-status h4, .banner-new-design .banner-details .banner-typology h4, .banner-new-design .banner-details .banner-price h4, .banner-new-design .banner-details .banner-plan h4 { font-size: 16px; }
    .banner-new-design .banner-details .banner-status h5, .banner-new-design .banner-details .banner-typology h5, .banner-new-design .banner-details .banner-price h5, .banner-new-design .banner-details .banner-plan h5 {font-size: 13px;padding-bottom: 7px;}
    .banner-new-design .banner-details .banner-status, .banner-new-design .banner-details .banner-typology, .banner-new-design .banner-details .banner-price, .banner-new-design .banner-details .banner-plan {  padding: 15px 5px; gap: 15px; }
    .banner-new-design .banner-details .banner-status h5::after, .banner-new-design .banner-details .banner-typology h5::after, .banner-new-design .banner-details .banner-price h5::after, .banner-new-design .banner-details .banner-plan h5::after { width: 150px; top: 46%;  }
    
    .walkthrough_leftIMG {
        position: absolute;
        left: 6px;
        width: 160px;
        top: 100px;
        transform: scaleX(-1);
        z-index: -1;
    }
    .walkthrough_rightIMG {
        right: 6px;
        position: absolute;
        width: 160px !important;
        top: 100px;
        z-index: -1;
    }
}

@media(max-width:1367px) {
    .header .project-logo {
        /* width: 90px; */
        }

    .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;
    }
    .position_line{
        right: -30px !important;
        font-size: 13px !important;
        font-weight: 400;
    }
    .banner-content .address {
        font-size: 14px;
        font-weight: 400;
    }
    .banner-content .banner-typology {
        font-size: 18px;
        padding-top: 22px;
    }

    .project-overview-description{
        font-size: 13px !important;
        margin-right: 10px;
    }
    .highlight-list li{
        font-size: 14px !important;
    }
    .list_heading_box{
        padding: 10px 20px;
    }
    .list_heading_box h3 {
        font-size: 17px;
    }
    .list_heading_box h6 {
        font-size: 14px;
    }
    .amenities_box h5{
        font-size: 12px;
    }
    .walkthrough_leftIMG {
        position: absolute;
        left: -22px;
        top: 15%;
        width: 166px;
    }
    .walkthrough_rightIMG{
        position: absolute;
        right: -22px;
        top: 15%;
        width: 166px !important;
    }
    .club_center_text {
        font-size: 14px;
        font-weight: 300;
    }

    .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: 72px;}
    .banner-call-section {padding: 5px 12px;}
    .header a.banner-query-btn {padding: 7px 20px; font-size: 11px;}
    .navbar.fixed .project-logo {width: 100px !important;filter: unset;}
    .project-overview-subtitle {font-size: 16px !important;letter-spacing: 3px;font-weight: 400;margin-bottom: 20px;}
    .project-overview-title-section {margin-top: 10px;}
    .overview-right-section img {height: 446px;}
    .project-overview_btn {font-weight: 400;}
    .project-highlights-title {font-weight: 500;font-size: 20px;}
    .project-highlights-line {width: 350px; }
    .disabled_typo h6 {font-size: 22px;}

}

@media screen and (max-width: 767px) {
    .popup-project-logo img { width: 140px;  }
    .popup-section button.btn-close {right: 24px;top: 24px; border: 1px solid #fff;}
    .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; }
    h6.banner-typo{
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0px !important;
    }
    h2.sold-out-floor {
        padding-top: 18px;
        font-size: 18px;
    }
    h4.builder-name {
        margin-top: 10px;
        font-size: 14px;
    }

    .m-view {
        display: block;
    }

    .d-view {
        display: none;
    }

    .menu_section .menu_in {
        padding: 20px 55px;
        position: relative;
        padding-left: 50px;
    }

    .header a.banner-query-btn {
        display: none;
    }

    .header .project-logo {
        width: 80px;
        position: static;
        transform: unset;
    }
    .navbar.fixed .project-logo {
        width: 80px !important;
        filter: unset;
    }
    .header nav.navbar {
        width: 100%;
        min-height: 54px;
        margin-top: 30px;
    }
    .header nav.navbar{
        margin-top: 0px;
    }

    .header nav.navbar {
        padding: 0px 10px;
    }

    .banner-content .banner-typology h3 {
        letter-spacing: 3px;
        font-size: 20px;
        color: #000;
        font-weight: 400;
    }

    .banner-content .banner-pricing {
        display: block;
        padding: 0px;
    }

    .banner-content .starting-price {
        letter-spacing: 0.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, #000000) !important;
        content: none;
    }

    /* banner-design-change */
    .banner-section .banner-img {
        height: 60vh;
    }

    .banner-content {
        position: relative;
    }
    .project-overview_btn{
        font-size: 12px;
    }
    

    .banner-content .payment-plan {
        background: #595A54;
        font-size: 12px;
        padding: 12px 20px;
        border: 1px solid #595A54;
        color: #ffffff;
        font-weight: 400;
    }

    .banner-content .starting-price {
        background: #595a54;
        padding: 15px 0px;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .banner-content .status {
        background: #595A54;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 20px;
        color: #ffffff;
        border: 1px solid #595A54;
    }

    .banner-call-section{
        display: none;
    }
    .fixed .project-logo{
        position: static;
    }
    .banner-content{
        position: static;
        transform: none;
    }
    .position_line{
        display: 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(../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 .address {
        font-size: 12px;
        text-align: center;
        padding: 0px 0px !important;
        line-height: 20px;
    }
    .banner-content .banner-typology{
        font-size: 16px;
        text-align: center;
        padding: 0px 0px !important;
        line-height: 24px;
    }
    .banner-content .banner-pricing {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0px !important;
    }
    .banner-content hr{
        background-color: var(--themeColor1) !important;
        color: var(--themeColor1) !important;
        width: 100% !important;
        margin: 15px 0px !important;
    }
    .footer_from{
        margin: 0px 0px !important;
        padding: 10px !important;
    }
    .form-check .form-check-label{
        font-size: 8px;
    }
    .footer_from .form-control{
        margin-top: 12px;
        padding: 8px;
        font-size: 14px;
    }
    
   
    /* project-overview */
    .project-overview{
        padding: 15px;
        padding-top: 20px;
        overflow-x: hidden !important;
    }
    .project-overview-subtitle{
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 25px;
    }
    .project-overview-description{
        line-height: 25px;
        font-size: 12px !important;
        margin-bottom: 20px;
    }
    .project-overview-title-section{
        display: flex;
        align-items: center;
        justify-content: Space-between;
    }
    .about_bg_img{
      
        position: absolute;
        top: 0;
        width: 967px;
        
    }
    .about_bg_img_left{
        display: none !important;
    }
    .virtical_line {
        height: 1px;
        width: 151px;
        background-color: var(--themeColor1);
        margin-left: 10px;
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .overview-img_for_mob{
        display: block;
        margin-bottom: 20px;

    }
    .project-overview-title{
        font-size: 20px !important;
        gap: 8px;
        margin-left: 0px !important;
    }


    /* project-highlights */
    .project-highlights{
        padding: 0px;
        padding-top: 20px;
    }
    .project-highlights-title{
        font-size: 18px;
        gap: 8px;
        justify-content: space-between;
        margin-left: 0px !important;
        line-height: 32px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .project-highlights-line{
        width: 100px;
        margin-right: 10px;
    }
    .highlights-left-bg{
        padding-left: 10px;
        background-size: 40%;
    }
    .highlight-list {
        
letter-spacing: 2px;
        
line-height: 22px;
        
margin-top: 30px;
        
gap: 22px;
        
margin-bottom: 25px;
    }
    .highlight-list li{
        font-size: 12px;
    }

    /* project-pricing */
    .list_heading_box {
        margin: 0 5px;
        padding: 8px;
        line-height: 26px;
    }
    .list_heading_box h3{
        font-size: 14px;
        font-weight: bold;
        line-height: 25px;
    }
    .list_heading_box h6{
        font-size: 14px;
        font-weight: bold;
    }
    .list_heading_box hr {
        background-color: #000 !important;
        height: 1px;
        padding: 0px !important;
        margin: 5px !important;
    }
    .price_list_item_btn {
        color: #ffffffaa;
        background: transparent;
        padding: 5px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        border: 1px solid #ffffffaa;
        font-weight: 300;
    }
    .price_list_area {
        padding: 10px;
    }
    .price_list_item{
        flex-direction: column;
        gap: 15px;
        padding: 20px 0px;
        
    }
    
    .price_amount{
        font-size: 14px !important;
        line-height: 25px !important;
        text-align: left !important;
    }
    .price_amount span{
        font-size: 12px;
    }
    .price_list_item_btn{
        padding: 8px;
    }
    .price_list_sub_item{
        width: 100%;
    }
   
    /* OUR AMENITIES */
    .amenities_box h5 {
        font-family: var(--montserrat);
        font-weight: 300;
        letter-spacing: 2px;
        color: #fff;
        font-size: 10px !important;
        text-align: center;
        line-height: 18px;
        padding: 5px !important;
    }

    /* CLUB 360 */
    .club_item h5{
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        text-align: center;
        padding: 10px;
    }    
    .club_center_text {
        font-size: 12px;
        line-height: 25px;
        padding: 22px 16px;
    }
    .club_bg_img {
        top: -26px;
        left: 78%;
        width: 142px;
    }

    /* Floor Plan */
    #carouselExampleIndicators{
        display: none;
    }
    .floor_plan_box{
        background-color: #42414162;
        border: 1px solid var(--themeColor1);
        padding: 10px;
    }
    .floor_plan_img_box{
        position: relative !important;
        width: 100%;
        
    }
    .floor_plan_img_box .project-overview_btn{
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
        z-index: 9;
        background-color: var(--themeColor1);
        color: #fff;
        width: 80%;
    }
    /* walkthrough sec */
    .walkthrough_video{
        padding: 10px;
    }
    .walkthrough_video video{
        width: 100%;
        height: auto;
    }
    .walkthrough_leftIMG{
        display: none;
    }
    .walkthrough_rightIMG{
        display: none;
    }

    /*  */
    .project-location {
        padding-top: 60px;
        padding-bottom: 20px;
        position: relative;
        background-image: url(../images/floor_plan_bg.webp);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: contain;
    }

    /* project-builder */
    .project-builder{
        padding: 10px;
    }
    .biolder_content{
        line-height: 25px !important;
        font-size: 14px !important;
    }
    .project-builder .builder_sec_logo{
        margin-left: 0px;
    }

    /* footer section */
    .project-floor-plan {
       
        background-image: none;
    }
    .master_plan_title{
        text-align: center;
        font-family: var(--montserrat);
        font-weight: 500;
        letter-spacing: 2px;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 18px;
        padding: 15px  !important;
        text-transform: uppercase;
        color: var(--themeColor1);
        border: 1px solid var(--themeColor1);
        background-color: var(--themeColor1);
    }
    .floor_plan_list {
        padding-bottom: 30px !important;
        padding: 10px 0 !important;
    }
   
    .floor_plan_list li{
        padding: 0px;
    }



    .footer_from {
        width: 100%;
        text-align: center;
        border: 1px solid var(--themeColor1);
        padding: 15px;
        margin: 20px 0px;
    }

    
    .footer_section .footer_top_line {
        background-color: var(--themeColor1) !important;
        height: 1px;
        width: 90%;
        margin: auto;
    }
    .footer_list li{
        font-size: 10px !important;
        text-align: center;
        padding: 0 0px;
        line-height: 20px;
    }
    .footer_section p {
        line-height: 18px;
        font-size: 10px;
        text-align: center;
        padding: 0 0px;
    }

    .container {
        max-width: 90% !important;
    }
    .highlights_img {
        height: auto;
    }
    .highlight-list li img { width: 22px;
    }
    .highlight-list li span {  font-size: 12px;
    }
    .highlight-list li {
        margin-right: 0px;
    }
    .project-pricing {padding-top: 60px;}
    .mobile-trigger { right: 0px; }
    .disabled_typo h6 {
        font-size: 20px;
        left: 50%;
    }
    .price_list_sub_item {align-items: center; }
    .project-amenities {padding-top: 60px;  }
    .amenities_box img { padding: 0px;
    }
    .amenities_box {
        padding: 10px 0px 10px;
    }
    .club_center_img {
        width: 100%; margin: auto;  }
    .club_item {
        padding: 10px 0;
    }
    .project-floor-plan { padding-top: 50px; }
    .project-location img { height: 100%; }

    .project-walkthrough {padding-top: 60px; }
    .builder_sec_content { margin-bottom: 20px;}
     /* .mobile-section{position:fixed;bottom:0;left:0;background:#2F4137;width:100%;display:flex;justify-content:space-around;padding:8px 6px;z-index:9;box-shadow: 0 -6px 10px -8px #333;} */
     .mobile-section {display: none; /* Hide by default */position: fixed;bottom: 0; /* Position it at the bottom of the viewport */left: 50%;transform: translateX(-50%);z-index: 1000;background: #c2b48e;padding: 10px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;width: 100%;border-radius: 0;}
     .mobile-section.show {display: block; /* Show when scrolled down */text-align: center;}
   .mobile-section a{color: #000;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: 60px;padding-bottom: 50px;position: relative;}

    .banner-new-design { position: relative;bottom: unset;left: unset;transform: unset;margin-top: 15px;}
    .banner-new-design .banner_logo {width: 140px;}
    .banner-new-design .address {padding: 15px 0;font-size: 14px;line-height: 21px;}
    .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-status:hover, .banner-new-design .banner-details .banner-price:hover {background: unset;}
    .banner-new-design .banner-details .banner-typology, .banner-new-design .banner-details .banner-plan {background: #c2b48e;}
    .banner-new-design .banner-details .banner-status:hover h5, .banner-new-design .banner-details .banner-price:hover h5,.banner-new-design .banner-details .banner-status:hover h4, .banner-new-design .banner-details .banner-price:hover h4 {color: #ffffff;font-weight: 400;}
    .banner-new-design .banner-details .banner-typology h4, .banner-new-design .banner-details .banner-plan h4, .banner-new-design .banner-details .banner-typology h5, .banner-new-design .banner-details .banner-plan h5 {color: #000000; font-weight: 500;}
    .banner-new-design .banner-details .typo-detail {font-size: 13px !important;}
    .banner-new-design .banner-details .banner-typology h5::after, .banner-new-design .banner-details .banner-plan h5::after {background: #0000009c;}
    .banner-new-design .banner-details {border: 1px solid #c2b48ec9;}

    .query-btn-banner-new{display: flex;justify-content: center;}
    .query-btn-banner-new .project-overview_btn {color: var(--themeColor1);background: transparent;padding: 10px 30px;font-size: 12px;text-transform: uppercase;letter-spacing: 2px;cursor: pointer; border: 1px solid var(--themeColor1); font-weight: 300;margin-top: 15px;}
    .popup-section button.btn-close {
        right: 0px;
        top: 0;
        border: 1px solid #fff;
        filter: invert(1);
        z-index: 99;
    }
    .popup-section .popup-form {
        padding: 0px;
    }
}


h4.offer-banner {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    width: fit-content;
    padding: 12px 60px;
    border-radius: 2px;
    margin: 15px auto 0;
    background: #00000047;
    backdrop-filter: blur(20px);
    font-family: var(--montserrat);
    border: 1px solid #c2b48e;
    font-size: 13px;
    transition: 0.4s ease-in;
}
@media (max-width: 1367px) {
    h4.offer-banner {
        font-size: 12px;
    }
}