/* defaul css */
* {
    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,
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: #d6ac27;
}

/* Common Css */
body {
    background-color: #0e244a;
    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: 79px;
    /* margin-top: 30px; */
    background: #00000030;
}

.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: 200px;
    height: auto;
    /* position: absolute; */
    /* left: 50%; */
    /* 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;}
.header nav.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: 200px !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: 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;
}

.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: 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, #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);
}

 .right_content {

position: absolute;

TOP: 25%;

right: 7%;

z-index: 99;

WIDTH: 33%;

text-align: center;
}
 .address {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 24px;
    padding-top: 22px;
    font-family: var(--montserrat);
    line-height: 30px;
    text-align: center;
}
.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: 50%;
    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: 100px;
    padding-bottom: 20px;
    position: relative;

}
.overview-right-section {
    text-align: -webkit-right;
}

.overview-right-section img {
    height: 700px;
    border: 2px solid;
    border-image: linear-gradient(180deg, #f6d27a, #d4af37, #b8962e, #f6d27a) 1;
    padding: 16px;
}

.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: 400;
    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: #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;
}


.about_bg_img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 45%;
    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: 13px; */
    color: #b8973a;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 3px;
    margin-left: 0px;
    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%;
    /* height: 650px; */
    width: auto;
    border: 2px solid;
    border-image: linear-gradient(180deg, #f6d27a, #d4af37, #b8962e, #f6d27a) 1;
    padding: 16px;
}

.highlight-list {
    list-style: none;
    font-family: var(--montserrat);
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
    margin-top: 100px;
    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/bg_logo.png);
    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%;
    border: 2px solid;
    border-image: linear-gradient(
    180deg,
    #f6d27a,
    #d4af37,
    #b8962e,
    #f6d27a
  ) 1;
    padding: 16px;
}
.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 #e4aa0a61;
}
.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: #fff;
}
.disabled_typo .price_list_item_btn{
    border-color: #fff;
    color: #fff;
}
.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 10px 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;
    text-transform: uppercase;
}


/* 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: #0e2e49;
    background-clip: padding-box;
    border: 0;
    border: 1px solid #c2b48e !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: 64px;
    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.floor-plan-img{
    width: 100%;
    /* height: 80%; */
    object-fit: contain;
    /* border: 2px solid; */
    /* border-image: linear-gradient(180deg, #f6d27a, #d4af37, #b8962e, #f6d27a) 1; */
    /* padding: 16px; */
}

/* project builder */

.project-builder{
    padding-top: 67px;
    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: 21px;
    margin: 0px 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: none;
    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: 0px !important;
}

.footer_from .project-overview_btn{
    margin-top: 0px !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 */
.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;
    /* line-height: 24px; */
    font-size: 11px;
    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: 1000px;
}

.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 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;
    /* 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: 100vh; */
    /* 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;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 .address {color: #fff;letter-spacing: 1px;font-weight: 400;text-align: center;padding: 13px 0;font-size: 14px;line-height: 28px;}
.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;}



h1.project_name {
    color: #d6ac27;
    font-size: 44px;
    text-align: center;
    font-family: var(--montserrat);
    /* letter-spacing: 2px; */
    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;}

h1.pro_name {
    color: var(--themeColor1);
    font-weight: 400;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.read-more-content {
    display: none;
}
button.read-more-button {
    background: transparent;
    border: none;
    color: var(--themeColor1);
    font-weight: 700;
}


.bg_img {
    position: absolute;
    right: -11%;
    top: 0%;
    z-index: -1;
    opacity: 0.4;
}

.col-md-6.highlights-left-bg {
    position: relative;
}
.st0 {
    animation: animateDash 8s ease infinite alternate
}

.st0,.st1 {
    fill: #ffffff17!important;
    enable-background: #fff!important;
    stroke: #616060;
    stroke-width: 3px;
    stroke-dasharray: 2840;
    stroke-dashoffset: 2840;
    pointer-events: none
}

@keyframes animateDash {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 2840
    }
}

@keyframes swing {
    0% {
        transform: rotate(3deg)
    }

    to {
        transform: rotate(-3deg)
    }
}
.project-pricing .bg_img {
    right: auto;
    top: 41%;
    left: 2%;
}

.project-builder .bg_img {
    right: 1%;
    top: 10%;
}

/*.highlight_g_left,.highlight_g_right{
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.highlight_g_left::after{
    content: "";
    position: absolute;
    background: var(--golden-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0%, rgb(232 216 172 / 37%) 50%, rgb(230 180 75) 100%);
    height: 1px;
    width: 250px;
    transform: rotate(
180deg);
    top: 10px;
    right: 80px;
}
.highlight_g_left::before{
    content: "";
    position: absolute;
    background: var(--golden-color);
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0%, rgb(232 216 172 / 37%) 50%, rgb(221 165 55) 100%);
    height: 1px;
    width: 250px;
    /~ transform: rotate(270deg); ~/
    top: 10px;
    left: 80px;
}*/

.banner-container::before {
    position: absolute;
    /* background-image: url(../images/Vector.svg); */
    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;
}
.comming_soon p {
    color: #D6AC27;
    text-align: center;
    font-size: 92px;
    padding-top: 30px;
    font-family: "Great Vibes", cursive;
    letter-spacing: 4px;
    font-weight: 500;
}


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, 0.06) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.right_content h2 {
    color: var(--themeColor1);
    font-family: "Cinzel", serif;
    letter-spacing: 1px;
    line-height: 36px;
    position: relative;
    padding-bottom: 22px;
}

.right_content h2::before {
    content: "";
    width: 94%;
    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, 0.06) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.loacation{
    text-align: center;
}
label.invalid-data.existingCheck {
    font-size: 11px;
}

.limited .heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #d4a93b;
    font-family: var(--Montserrat-SemiBold);
}

.limited .subtext {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
}
.limited .grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

.limited .small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
}
.limited .card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.limited .icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(212, 169, 59, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a93b;
    margin-bottom: 15px;
}
.limited .card h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
}
.limited .card p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
}

.section.limited{
    padding: 100px 0px;
}

.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: 0px;
    color: rgb(255 255 255 / 61%);
}

@media(min-width:768px){

    label.invalid-data.existingCheck {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
}



.footer_from {
    position: absolute;
    bottom: 10%;
    right: 30px;
    /* display: flex; */
    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;  }
    .header a.banner-query-btn { padding: 8px 24px; }
    .banner-content .banner_logo {width: 205px; }
    .address {/* font-size: 13px; */padding-top: 20px;line-height: 26px;/* TEXT-ALIGN: LEFT; */}
    .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;}

    /* 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: 80px;margin-top: 25px;margin-bottom: 35px;}
    .project-overview-description {font-size: 12px !important;line-height: 26px;margin-bottom: 30px;margin-right: 30px;}
    .overview-right-section img {height: 575px;}

    /* Highlight */
    .highlights_img {height: 491px;}
    .highlight-list {gap: 40px;margin-top: 30px;}
    .highlight-list li { margin-right: 40px;}
    .project-highlights-title {font-weight: 500;font-size: .7rem;}

    /* 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: 70px;}

    /* Footer */
    .project-builder .biolder_content {line-height: 28px;font-size: 12px !important;/* text-align: justify; */}
    .footer_from {/* width: 80%; */margin: 0px 0px;/* padding: 25px 28px; */}

    .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 .address {padding: 20px 0;font-size: 13px;}

    .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;
    }

    .banner-new-design {
    /* width: 50%; */
    /* right: 5%; */
}

h1.project_name {
    font-size: 31px;
    line-height: 42px;
}

p.location {
    margin-top: 18px;
    font-size: 16px;
}

p.location span {
    /* font-size: 24px; */
}

p.location img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.comming_soon p {
    font-size: 80px;
}

.right_content {
    width: 39%;
    right: 4%;
    top: 28%;
}

}

@media(max-width:1367px) {
    h1.pro_name {
    font-size: 16px;
}
    .header .project-logo {
        width: 112px;
        }

    .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;
    }
    .address {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.4px;
        padding-top: 16px;
    }
    .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: 70px;}
    .banner-call-section {padding: 5px 12px;}
    .header a.banner-query-btn {padding: 7px 20px; font-size: 11px;}
    .navbar.fixed .project-logo {width: 112px !important;filter: unset;}
    .project-overview-subtitle {font-size: 16px !important;letter-spacing: 3px;font-weight: 400;}
    .project-overview-title-section {margin-top: 10px;}
    .overview-right-section img {height: 540px;}
    .project-overview_btn {/* font-weight: 400; */}
    .project-highlights-title {font-weight: 500;font-size: .7rem;}
    .project-highlights-line {width: 350px; }
    .disabled_typo h6 {font-size: 22px;}
.banner-new-design {
    top: 26%;
    width: 40%;
}

h1.project_name {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 15px;
}

.banner-new-design .address {
    font-size: 13px;
    padding-top: 15px;
    line-height: 28px;
}

.highlight_g_left, .highlight_g_right {
    margin-top: 25px;
}

.highlight_g_left::after{
    right: 50px;
}

.highlight_g_left::before{
    left: 50px;
}

.comming_soon p {
    font-size: 75px;
}
.comming_soon p {
    font-size: 75px;
}

.right_content h2 {
    font-size: 30px;
    letter-spacing: 0.3px;
    padding-bottom: 16px;
}

h5.address {}
}


@media screen and (max-width: 1280px) {
h1.project_name {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-new-design .address {
        font-size: 12px;
        padding-top: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer_from .sub-text {
    font-size: 15px;}
    .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;
    }
        #highlights {
        padding: 60px 6%;
    }

    .form-check {
    margin-top: 30px;
    text-align: left;
    margin-top: 12px !important;
    margin-bottom: 10px;
}

    .ban-content, .ov-grid, .hl-wrap, .loc-grid, .dev-grid {
        grid-template-columns: 1fr;
    }
    .sec-h2 {
    font-size: 22px;
    font-weight: 300;
    color: #d6ac27;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: "Cinzel", serif;
}
.section.limited {
    padding: 50px 15px;
}


.limited .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #d4a93b;
    font-family: var(--Montserrat-SemiBold);
}

.limited .card h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}


.hl-wrap {

    gap: 35px;

}

.limited .grid, .limited .small-grid, .market-intelligence .right {
        grid-template-columns: 1fr;
    }

.sec-h2 span {
    display: unset;
    font-family: "Cinzel", serif;
}

.bform-sub {
    margin-bottom: 28px;
    color: rgb(255 255 255 / 58%);
    font-weight: 300;
    padding-top: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
}

.hl-txt p {
    color: rgb(255 255 255 / 58%);
    font-weight: 300;
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}

.hl-txt h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: .5px;
}

.hl-form-side{
    padding-top: 0px;
}

    .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 a.banner-query-btn {
        display: none;
    }

    .header .project-logo {
        width: 150px;
        position: static;
        transform: unset;
    }
    .navbar.fixed .project-logo {
        width: 150px !important;
        filter: unset;
    }
    .header nav.navbar {
        width: 100%;
        min-height: 70px;
        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: '';
    }

    /* banner-design-change */
    .banner-section .banner-img {
        /* height: 60vh; */
    }

    .banner-content {
        position: relative;
    }
    .project-overview_btn{
        font-size: 12px;
        width: 100%;
        border-radius: 10px;
        /* margin-top: 10px !important; */
    }
    

    .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;
    }
    .address {
        font-size: 12px;
        text-align: center;
        padding: 0px 0px;
        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: 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 */
    .project-overview{
        padding: 15px 9px;
        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;
        /* text-align: justify; */
        margin-right: 0;
    }
    .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: 22px;
        gap: 8px;
        justify-content: space-between;
        margin-left: 0px !important;
        line-height: 32px;
        letter-spacing: 1px;
        margin-bottom: -5px;
        font-weight: 700;
        font-family: 'Jost', sans-serif;
        letter-spacing: 3px;
        margin-left: 0px;
        font-size: 0.6rem;
        letter-spacing: 4px;
    }
    .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 0;
    }
    .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: 11px;
        line-height: 25px;
        padding: 22px 16px;
        text-align: justify;
    }
    .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 0;
    }
    .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;
        border-radius: 10px;
    }

    
    .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: 16px;
        font-size: 10px;
        text-align: center;
        padding: 0 0px;
        text-align: center;
        letter-spacing: 0.7px;
    }

    .container {
        max-width: 100% !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: 53px;}
     /* .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: #244281;padding: 10px;box-shadow: 0 2px 5px rgba(0, 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; /* Show when scrolled down */ }
   .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: 0px;padding-bottom: 60px;position: relative;padding-left: 6px;padding-right: 6px;}

    .banner-new-design {/* position: relative; */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 .address {padding: 10px 0;font-size: 11px;line-height: 20px;}
    .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;}
h1.project_name {
    color: #d6ac27;
    font-size: 32px;
    line-height: 38px;
    LETTER-SPACING: 1px;
    text-shadow: -1px 1px 0px #0e244a;
}
.bg_img svg {
    WIDTH: 60%;
    right: -22%;
}
.project-builder .bg_img {
    top: 83%;
    right: 10%;

    
}

.banner-section .carousel-inner::after{
    content: none;
}

.banner_form {
    padding: 30px 12px;
}

.highlight_g_left::before {
    left: 30px;
    width: 120px;
}

.highlight_g_left::after {
    right: 30px;
    width: 120px;
}

.highlight_g_left, .highlight_g_right {
    margin-top: 10px;
}
p.location {margin-top: 14px;text-shadow: -1px 1px 0px #0e244a;}

p.location span {
    font-size: 16px;
}

p.location img {
    width: 22px;
    height: 22px;
}

.comming_soon p {
    font-size: 56px;
    line-height: 52px;
}
.right_content {
    position: relative;
    width: 100%;
    padding: 24px 12px 6px;
    right: auto;
}

.right_content h2 {
    font-size: 22px;
    letter-spacing: 0.4px;
    line-height: 32px;
    padding-bottom: 10px;
    margin-top: 15px;
}

h5.address {
    padding-top: 16px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
}

}




