* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,h1,h2,h3,h4,h5,h6,p,ul,li {
    padding: 0;
    margin: 0
}

.container-fluid {
    overflow: hidden
}

.container,.container-fluid {
    padding: 0!important
}

body.modal-open {
    overflow: hidden;
    padding-right: 0!important
}

:root {
    --dropkicker: Dropkicker;
    --montserrat: montserrat;
    --green-color: #5a4536
}

body {
    background-color: #fdfcee!important
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--dropkicker)
}

body,p,a {
    font-family: var(--montserrat)
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.p-60 {
    padding: 40px 0 60px
}

.p-80 {
    padding: 80px 0 80px 40px
}

.p-100 {
    padding: 100px 0 40px
}

a {
    text-decoration: none!important
}

.heading-section {
    text-align: center;
    position: relative;
    z-index: 99
}

.heading-section .title-head {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0;
    color: #1a3346;
    text-align: center
}

.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;
    text-align: center
}

header.header {
    position: absolute;
    z-index: 999;
    width: 100%
}

.header nav.navbar {
    width: 100%;
    justify-content: center;
    min-height: 90px;
}

.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 {
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer
}

.header a.banner-query-btn:hover {
    color: #000
}

.header .project-logo {
    width: 200px;
    filter: invert(1) brightness(30.5)
}

.navbar.fixed {
    position: fixed;
    top: 0;
    background: #fef6e7;
    z-index: 99;
    box-shadow: #b5b5b5b3 0 8px 6px -6px
}

.navbar.fixed .openmenu {
    width: 30px;
    filter: invert(1)
}

.navbar.fixed a.banner-query-btn {
    text-decoration: none;
    color: #000;
    background: transparent;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid #14693c;
    cursor: pointer
}

.navbar.fixed a.banner-query-btn:hover {
    color: #000!important
}

.closemenu {
    display: none
}

.openmenu {
    width: 30px;
    cursor: pointer
}

.closemenu {
    width: 18px
}

.mobile-open .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 80px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: .3s ease-in;
    border: 1px solid;
    border-radius: 50%
}

.mobile-open .openmenu {
    display: none
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fdfcee;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #cac19e;
    z-index: 9999999;
    overflow: hidden scroll!important
}

.menu_logo img {
    width: 180px;
    padding: 20px
}

.menu_logo {
    text-align: center
}

.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-open .mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: -185px;
    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: hidden scroll!important
}

.mobile-open .menu_section {
    right: 0
}

.menu_section .menu_in {
    padding: 60px 116px 20px 60px;
    position: relative
}

.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
}

.menu-section {
    display: flex;
    justify-content: center;
    column-fill: balance;
    align-items: center;
    gap: 50px
}

.banner-call-section {
    border: 1px solid #fff;
    padding: 7px 16px;
    border-radius: 60px;
    background: #fff
}

.banner-call-section img {
    width: 14px
}

a.navbar-call-btn {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400
}

a.navbar-call-btn:hover {
    color: #000
}

.navbar.fixed .banner-call-section {
    border: 1px solid #14693c;
    padding: 7px 16px;
    border-radius: 60px;
    background: transparent
}

.banner-section .banner-img {
    height: 100vh;
    position: relative;
    object-fit: cover;
}

.banner-container {
    position: relative
}

.banner-section .carousel-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%
}

.banner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%)
}

.banner-typology {
    padding-bottom: 4px;
    text-align: center
}

.banner-content .banner-typology h3 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center
}

.banner-content .banner-typology h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ffffffa1;
    border-bottom: 1px solid #ffffffa1;
    margin-bottom: 0;
    display: inline-block;
    text-align: center
}

.banner-content .banner-typology p {
    text-align: center;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 12px
}

.banner-content .banner-typology p img {
    width: 20px;
    height: 20px;
    margin-right: 4px
}

.banner-content .banner-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    padding-bottom: 30px
}

.banner-content .payment-plan {
    background: #097952;
    font-size: 12px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px 20px;
    margin: 0;
    min-width: 202px
}

.banner-content .status {
    background: #097952;
    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 {
    padding: 7px 40px;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0;
    margin-top: 8px;
    position: relative
}

.banner-content .starting-price span:nth-of-type(1) {
    display: block;
    font-size: 16px
}

.side-call-btn {
    position: fixed;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 99
}

.side-call-btn a {
    background: #ead47f;
    padding: 8px 24px;
    border-radius: 150px;
    border: 2px solid #c3a96b;
    transform: rotate(90deg);
    color: #000!important
}

.side-call-btn a img {
    width: 22px
}

.about-us {
    position: relative;
    background: #fff
}

.overview-left-view {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.overview-left-view p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 500;
    text-align: justify
}

.overview-right-view {
    padding: 0;
    position: relative
}

.overview-right-view img {
    border-radius: 10px
}

.overview-query-btn a {
    text-decoration: none;
    color: #1a3346;
    padding: 12px 25px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600
}

.overview-query-btn a:hover {
    color: #1a3346
}

.about-us .over-back-img {
    position: relative;
    padding-bottom: 20px
}

.highlight-section {
    position: relative;
    background: #fef6e7
}

.highlight-section ul#pills-tab {
    justify-content: center;
    padding: 40px;
    gap: 150px
}

.highlight-section .nav-pills .nav-link {
    color: #000;
    font-family: Dropkicker;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 10px 30px;
    border-radius: 0!important;
    border: 1px solid #000!important
}

.highlight-section .nav-pills .nav-link.active,.nav-pills .show > .nav-link {
    color: #fff;
    font-family: Dropkicker;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 10px 30px;
    background-color: var(--green-color)!important;
    border-radius: 0!important;
    border: 1px solid #14693c!important
}

.highlight-section .tab-pane {
    padding: 0 70px
}

.highlight-details {
    text-align: center;
    padding: 25px 15px
}

.highlight-details .high-icons img {
    width: 80px
}

.highlight-details .high-points {
    padding-top: 27px
}

.highlight-details .high-points h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0
}

.highlight-details .high-points p {
    padding-top: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px
}

.specifications-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 15px 0
}

.specifications-details p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 16px
}

.specifications-details img {
    width: 16px
}

.specifications-img {
    display: flex;
    justify-content: center
}

.top-view-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 80px 0 0
}

.top-view-video .video-head {
    color: var(--green-color);
    font-size: 26px;
    letter-spacing: 2px
}

.top-view-video .video-btn {
    text-decoration: none;
    color: #fff;
    background: var(--green-color);
    padding: 12px 40px;
    letter-spacing: 2px;
    font-family: var(--dropkicker);
    position: relative
}

.top-view-video .video-btn::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    left: -15px;
    top: 0;
    background-color: var(--green-color)
}

.top-view-video .video-btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    right: -15px;
    top: 0;
    background-color: var(--green-color)
}

.amenities-section {
    position: relative;
    /* background:red; */
}

.amenities-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.amenities-detail-section .tab-content {
    height: 100%
}

.amenities-detail-section .tab-content .tab-pane {
    height: 100%
}

.amenities-detail-section .tab-content .tab-pane .amenity-detail-image {
    height: 100%;
    position: relative
}

.amenities-detail-section .tab-content .tab-pane .amenity-detail-image .amnt-img-text {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #fff;
    font-size: 13px
}

.amenities-detail-section .tab-content .tab-pane .amenity-detail-image img {
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.amenities-detail-section .nav-link .light-icon {
    display: none
}

.amenities-detail-section .nav-link .dark-icon {
    display: block
}

.amenities-detail-section .nav-link.active .light-icon {
    display: block
}

.amenities-detail-section .nav-link.active .dark-icon {
    display: none
}

.amenity-btn {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column!important;
    padding: 10px 5px!important
}

.amenity-btn .dark-icon,.amenity-btn .light-icon {
    width: 40px
}

.amenity-btn p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 8px 0 3px
}

.amenities-detail-section {
    padding: 70px 30px 100px;
    position: relative
}

.amemity-icons-details-section .nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.amenities-detail-section ul#pills-tab {
    justify-content: center;
    padding: 40px;
    gap: 150px
}

.amenities-detail-section .nav-pills .nav-link {
    color: #000;
    font-family: Dropkicker;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 10px 30px;
    min-width: 190px;
    background: transparent;
    backdrop-filter: blur(5px);
    border-radius: 0!important;
    border: 1px solid #000!important
}

.amenities-detail-section .nav-pills .nav-link.active,.nav-pills .show > .nav-link {
    color: #fff;
    font-family: Dropkicker;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 10px 30px;
    background-color: var(--green-color)!important;
    border-radius: 0!important;
    border: 1px solid #14693c!important
}

button.amenity-view-btn {
    color: #020000;
    padding: 11px 30px;
    border: 0;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase
}

div#pills-tabContent {
    padding-top: 30px
}

.price-section {
    position: relative;
    background: #fff;
    background-size: cover
}

.price-section .heading-section .title-subhead {
    padding: 25px 10px 0
}

.pricing-box {
    margin-top: 50px;
    padding: 50px;
    text-align: center;
    box-shadow: #14693c2e 0 5px 20px 0;
    background: #fef6e7
}

.pricing-box .typology {
    font-size: 20px;
    letter-spacing: 3px;
    border: 1px solid;
    padding: 12px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    color: #000
}

.pricing-box .starting-price {
    padding: 35px 0 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #5a4536
}

.pricing-box .price {
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c1c1c157;
    margin: 0;
    color: #606060
}

.pricing-box .size {
    display: flex;
    padding: 32px 0;
    color: #5c5c5c;
    justify-content: space-evenly
}

.pricing-box .size h5 {
    letter-spacing: 2px;
    font-size: 18px
}

.price-query-btn a {
    text-decoration: none;
    color: #1a3346;
    padding: 12px 25px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600
}

.price-query-btn a:hover {
    color: #1a3346
}

.floor-plan-section {
    position: relative;
    background: #fff
}

.master-plan h4 {
    text-align: center;
    padding-top: 0;
    letter-spacing: 3px;
    border-bottom: 1px solid #c1c1c157;
    width: fit-content;
    margin: auto;
    padding-bottom: 6px
}

.floor-sec .floor-typo {
    padding-top: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px
}

.floor-sec .floor-plan {
    text-align: center;
    padding-top: 40px;
    letter-spacing: 3px;
    width: fit-content;
    margin: auto;
    padding-bottom: 6px
}

.floor-sec a {
    text-decoration: none;
    color: #1a3346;
    padding: 12px 22px;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    width: fit-content;
    font-weight: 600
}

.floor-sec a:hover {
    color: #1a3346
}

.floor-view-btn.floor-sec {
    margin-top: 40px
}

.floor-view-btn.floor-sec h4 {
    letter-spacing: 2px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: transparent;
    text-decoration: none;
    background: none!important
}

.master-plan {
    position: relative
}

.master-plan-img {
    padding: 0 50px
}

.master-plan-img .img-details {
    border: 1px solid;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 15px;
    border-radius: 10px;
    background: #0a323e
}

.master-plan-img .img-details .head-name h4 {
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #dbba49
}

.img-specs {
    display: flex;
    gap: 15px
}

.img-specs span {
    font-family: var(--montserrat);
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.img-specs .number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #7f612f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    letter-spacing: .5px
}

.points-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: baseline
}

.visual-journey {
    position: relative;
    background: #fef6e7
}

.gallery-images-section {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 70px
}

.gallery-images-section .gal-image {
    width: 24%
}

.gallery-images-section .gal-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff
}

.location-section {
    position: relative;
    background: #fef6e7
}

.map-image {
    padding: 50px 0;
    position: relative
}

.map-image .location-video {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 99;
    background: var(--green-color);
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 25px
}

.location-details {
    padding-left: 60px;
    padding-top: 50px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.location-points {
    display: flex;
    gap: 15px;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1b8
}

.location-points .location-icon {
    background: var(--green-color);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 54px;
    min-width: 64px;
    border-radius: 5px
}

.location-points .location-icon img {
    width: 34px
}

.location-points .location-icon p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.location-points p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    width: 79%;
    font-weight: 500
}

.location-section .overview-query-btn {
    text-align: center
}

.location-section .overview-query-btn a {
    margin-left: 0
}

.location-section .overview-query-btn a:hover {
    color: #1a3346
}

.overview-query-btn {
    display: block;
    text-align: start;
    margin-top: 25px
}

.location-section .map-image img {
    width: 100%
}

.about-builder-content {
    padding: 10px 20px 0 0;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 32px;
    text-align: justify
}

.about-builder-content p {
    font-size: 15px
}

.builder-projects-details {
    position: relative;
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between
}

.builder-projects-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #5e5e5e
}

.builder-projects-details::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #5e5e5e
}

.builder-projects-details p {
    letter-spacing: 2px;
    font-family: var(--dropkicker);
    font-size: 17px;
    color: #272727;
    margin: 0
}

.builder-projects-details p span {
    font-size: 21px;
    color: var(--green-color)
}

.about-builder .heading-section .title-head {
    text-align: left
}

.abt-builder-sec {
    padding: 0 50px 50px;
    position: relative
}

.footer-form {
    padding: 50px;
    margin-right: 50px;
    margin-top: 4px;
    background: #ffffff;
}

.about-builder .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 11px 14px;
    border: 1px solid #717171!important;
    background-color: transparent!important
}

.about-builder .form-control::placeholder {
    letter-spacing: 1px;
    font-family: var(--montserrat);
    font-size: 14px
}

.about-builder .form-control:focus {
    box-shadow: none!important
}

.submit_btn {
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat);
    font-size: 15px;
    border-radius: 0!important;
    padding: 10px!important;
    color: #000!important;
    background: #ead47f;
    border: unset
}

.footer {
    position: relative;
    background: var(--green-color);
    text-align: center
}

.footer .project-light-logo img {
    width: 160px;
    padding: 30px 0;
    filter: invert(1) brightness(100)
}

.rera-section p {
    margin: 0;
    color: #ddd;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 300
}

.rera-section a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 300
}

.rera-section a:hover,.rera-section a:focus {
    color: #fff;
    box-shadow: none
}

.rera-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px
}

.disclaimer p {
    font-size: 12px;
    color: #f5f5f5;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center
}

.media-partner-gtf p {
    margin: 0;
    padding-bottom: 42px;
    color: #e2e2e2;
    letter-spacing: 1px;
    font-size: 12px
}

.media-partner-gtf p a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 12px
}

.media-partner-gtf p a:hover,.media-partner-gtf p a:focus {
    color: #fff;
    box-shadow: none
}

.popup-section .modal-content {
    background: #fdfcee
}

.popup-section .form_section button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px
}

.popup-section .modal-dialog .popup_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.popup-section .modal-dialog.modal-dialog-centered {
    max-width: 1000px
}

.popup-section .modal-dialog .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%
}

.popup-section .popup_image::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 46%;
    height: 45%;
    background-size: 200px;
    opacity: .2
}

.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: 17px;
    letter-spacing: 2px;
    font-family: var(--dropkicker);
    font-weight: 500
}

.popup-pricing {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup-section .popup-form {
    padding: 20px 30px
}

.popup-section .form_section .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    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: unset;
    background: #ead47f;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat);
    font-size: 13px;
    margin-top: 10px;
    border-radius: 0!important;
    padding: 12px!important;
    color: #000!important
}

.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: 30%;
    padding-bottom: 10px
}

.mobile-section {
    display: none
}

.m-view {
    display: none
}

.d-view {
    display: block
}

.banner-mobile {
    object-fit: cover
}

.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: .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
}

.header .project-logo.logo-light {
    display: block
}

.header .navbar.fixed .project-logo.logo-light {
    display: none
}

.header .project-logo.logo-dark {
    display: none
}

.header .navbar.fixed .project-logo.logo-dark {
    display: block;
    filter: unset;
    width: 200px
}

.mobile-section a:active {
    color: #fff
}

.mobile-section a:hover {
    color: #1b0000
}

.footer {
    padding-top: 30px
}

.gallery-images-section .gal-image {
    position: relative
}

.gallery-images-section .gal-image span.img-tagline {
    position: absolute;
    bottom: 8px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat
}

.overview-right-view p.amnt-img-text {
    position: absolute;
    bottom: 0;
    right: 90px;
    color: #fff;
    font-size: 13px
}

.gallery-images-section {
    justify-content: center
}

nav.navbar.fixed .project-logo {
    margin-top: 0
}

.builder-projects-details {
    justify-content: center;
    width: 100%
}

.builder-projects-details::before,.builder-projects-details::after {
    display: none
}

.builder-projects-details p {
    position: relative
}

.builder-projects-details p::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -25px;
    width: 1px;
    height: 47px;
    background-color: #000
}

.builder-projects-details p:nth-child(4)::after {
    display: none
}

.banner-call-section.rera-number {
    border: unset;
    background-color: unset;
    color: #fff
}

p.rera-p {
    font-size: 8px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.navbar.fixed .banner-call-section.rera-number {
    border: none;
    color: #000
}

div#master-and-floor-plan .container {
    position: relative
}

.floorplan-row ul.nav.nav-tabs {
    flex-wrap: wrap;
    width: inherit;
    margin-left: 20%;
    background-color: #097952;
    color: #fff;
    border-radius: 0
}

.floorplan-row ul.nav.nav-tabs li {
    width: 100%;
    background-color: var(--green-color)
}

.floorplan-row a.nav-link {
    color: #fff;
    color: #fff!important
}

.floorplan-row a.nav-link.active {
    color: #000!important;
    border: none!important;
    border-radius: 0!important
}

.floorplan-row a.nav-link {
    border: none!important
}

#exampleLightbox .carousel-item img {
    width: 100%
}

#exampleLightbox .modal-content {
    background-color: #fdfcee
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    background-color: var(--green-color);
    border-radius: 14%;
    padding: 17px;
    width: 26px!important;
    height: 32px!important
}

#exampleLightbox button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 10px;
    opacity: 1;
    filter: invert(1)
}

p.rera-p.mobile_rera {
    display: none
}

body.mobile-open p.rera-p.mobile_rera {
    display: none
}

button.carousel-control-prev,button.carousel-control-next {
    opacity: 1!important
}

.project_logo {
    text-align: center
}

.project_logo img.img-fluid {
    max-width: 14%
}

.master-plan img {
    border: 4px solid #0a323e
}

.btn-slider {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -5%;
    left: 45%;
    right: inherit;
    max-width: fit-content
}

.btn-slider .carousel-control-prev,.btn-slider .carousel-control-next {
    position: relative;
    margin-right: 25px;
    color: #a67444;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 10px;
    outline: none;
    border: none;
    border-radius: unset;
    background-size: 100% 100%;
    background-position: center center;
    position: unset
}

.floor-sec {
    text-align: center
}

.floor-sec img.img-fluid {
    width: 100%;
    border: 4px solid #0a323e
}

.floor-view-btn {
    text-align: center
}

.floor-sec a {
    display: inline-block
}

.floorplan-row .carousel-inner {
    margin-top: 35px
}

div#exampleLightbox1 button.btn-close {
    right: 0;
    position: absolute
}

.sparrow-class {
    width: 6%;
    position: relative;
    left: -2%
}

.about-builder {
    background: #fef6e7
}

.gold-btn {
    padding: 12px 28px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    background: linear-gradient(39deg,#9d6530,#f3bb60,#f5e08e,#9d6530);
    background-size: 300% 300%;
    animation: goldShine 4s ease infinite;
    transition: transform .3s ease,box-shadow .3s ease;
    font-family: var(--montserrat)
}

.gold-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #9e805099;
    color: #000
}

@keyframes goldShine {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.visual-journey .heading-section .title-head {
    color: #000
}

.f-plans {
    /* background:red; */
    padding: 80px 0
}

.footer-logo {
    width: 40%
}

.reamoredbtn {
    color: #fff;
    font-size: 12px;
    text-align: center
}

.mobile-show {
    display: block
}

.mobile-show .form-control {
    margin-bottom: 15px;
    border: 1px solid #717171!important;
    background-color: transparent!important
}

.checkbox-section {
    display: flex;
    padding: 10px 0;
    align-items: baseline
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.visual-journey .carousel-inner img {
    border-radius: 20px;
    max-height: 599px;
    object-fit: cover;
    margin-top: 30px
}

.carousel-indicators {
    bottom: 0%!important;
}

.amenities-pera {
    position: absolute;
    bottom: 0;
    right: 1%;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 300;
    z-index: 999
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
}

.floor-div {
    display: flex
}

.blink-light {
    width: 2%;
    margin-left: -6px;
    margin-right: 2px
}

.banner-thumbnail {
    position: absolute;
    right: 1%;
    bottom: 0;
    color: #262626;
    z-index: 9;
    font-size: 14px
}

.new_typo {
    position: unset;
    background-color: #fff;
    padding: 50px 0;
    width: 100%;
    bottom: 0
}

.new_typo .banner-new-design {
    position: relative;
    transform: none;
    left: auto;
    right: auto
}

.new_typo .banner-new-design .banner_logo {
    display: block;
    background: #ffffffd6;
    padding: 16px 22px;
    border-radius: 3px
}

.new_typo .banner-new-design .address {
    color: #000;
    color: #292828;
    font-weight: 900
}

.new_typo .banner-new-design .banner-details {
    background: #fef6e7
}

.new_typo .banner-new-design .banner-details .banner-status h5,.new_typo .banner-new-design .banner-details .banner-typology h5,.new_typo .banner-new-design .banner-details .banner-price h5,.new_typo .banner-new-design .banner-details .banner-plan h5 {
    color: #fff
}

.new_typo .banner-new-design .banner-details .banner-status h4,.new_typo .banner-new-design .banner-details .banner-typology h4,.new_typo .banner-new-design .banner-details .banner-price h4,.new_typo .banner-new-design .banner-details .banner-plan h4 {
    color: #fff
}

.new_typo .banner-new-design .banner-details .banner-status h5,.new_typo .banner-new-design .banner-details .banner-typology h5,.new_typo .banner-new-design .banner-details .banner-price h5,.new_typo .banner-new-design .banner-details .banner-plan h5 {
    color: #3e3e3e;
    transition: color .3s ease;
    font-size: 17px
}

.new_typo .banner-new-design .banner-details .banner-status h4,.new_typo .banner-new-design .banner-details .banner-typology h4,.new_typo .banner-new-design .banner-details .banner-price h4,.new_typo .banner-new-design .banner-details .banner-plan h4 {
    color: #000;
    transition: color .3s ease
}

.new_typo .banner-new-design .banner-details .banner-status:hover h5,.new_typo .banner-new-design .banner-details .banner-typology:hover h5,.new_typo .banner-new-design .banner-details .banner-price:hover h5,.new_typo .banner-new-design .banner-details .banner-plan:hover h5,.new_typo .banner-new-design .banner-details .banner-status:hover h4,.new_typo .banner-new-design .banner-details .banner-typology:hover h4,.new_typo .banner-new-design .banner-details .banner-price:hover h4,.new_typo .banner-new-design .banner-details .banner-plan:hover h4 {
    color: #2f2f2f
}

.h1_heading {
    font-size: 40px;
    color: #000;
    font-weight: 700
}

.banner-new-design {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9
}

.banner-new-design .banner_logo {
    margin: auto;
    display: block;
    width: 230px;
    filter: unset
}

.banner-new-design .address {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    font-variant: lining-nums
}

.banner-new-design .address img {
    max-width: 30px;
    vertical-align: bottom;
    padding-right: 8px;
    filter: invert(1)
}

.banner-new-design .banner-details {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #cea964;
    z-index: 99;
    background: #00000047;
    backdrop-filter: blur(20px);
    border-radius: 5px;
    color: #000;
    background: #00000012;
    backdrop-filter: blur(20px)
}

.banner-new-design .banner-details div:not(:last-child) {
    border-right: 1px solid #ead47f
}

.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;
    color: #292929;
    align-items: center;
    gap: 15px;
    padding: 20px 5px;
    position: relative;
    transition: .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: 14px;
    padding-bottom: 10px;
    font-family: var(--montserrat);
    font-weight: 800
}

.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: 50%;
    left: 50%;
    background: #cea964;
    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: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--montserrat)
}

.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
}

.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: linear-gradient(39deg,#9d6530,#f3bb60,#f5e08e,#9d6530)
}

.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: #2a2a2a
}

.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;
    font-family: var(--freight);
    font-family: var(--montserrat)
}

.lightbox {
    position: fixed;
    inset: 0;
    background: #000000e6;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center
}

.lightbox.active {
    display: flex
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

.lightbox-trigger {
    width: 50px;
    height: 50px
}

@media (min-width: 768px) {
    #exampleLightbox1 .modal-dialog.modal-xl.modal-dialog-centered {
        max-width:600px
    }

    .mobile-show {
        display: none
    }

    #exampleLightbox1 .modal-content {
        background-color: #fdfcee
    }

    #exampleLightbox1 .carousel-item img.img-fluid.mh-100 {
        max-width: 100%
    }

    .carousel-caption h5 {
        font-size: 20px!important
    }
}

@media (max-width: 1600px) {
    .p-80 {
        padding:50px 0 60px
    }

    .mobile-open .mobile-trigger {
        cursor: pointer;
        right: 15px
    }

    .banner-content .banner-pricing {
        padding-bottom: 18px
    }

    .banner-typology {
        padding-bottom: 12px
    }

    .about-us::before {
        background-size: cover;
        background-position: center bottom
    }

    .overview-right-view img {
        width: 90%;
        border-radius: 10px
    }

    .heading-section .title-head {
        font-size: 22px
    }

    .heading-section .title-subhead {
        line-height: 32px;
        padding-top: 15px;
        font-size: 16px
    }

    .about-us .over-back-img {
        padding-bottom: 0
    }

    .amenities-section::before {
        background-size: cover;
        background-position: right center
    }

    .floor-plan-section::before {
        background-size: cover;
        background-position: left -40px bottom -20px
    }

    .master-plan-img {
        padding: 0 50px
    }

    .location-section::before {
        background-size: cover;
        background-position: right 0 bottom -10px
    }

    .location-points p {
        font-size: 13px;
        letter-spacing: .6px
    }

    .location-points {
        margin-bottom: 30px
    }

    .header .project-logo {
        margin-top: 15px
    }

    .navbar.fixed .project-logo {
        width: 120px
    }

    .header nav.navbar {
        min-height: auto;
    }

    .banner-content .starting-price {
        letter-spacing: 1px;
        font-size: 16px
    }

    .menu_section {
        max-width: 440px
    }

    .menu_logo img {
        width: 160px;
        padding: 10px
    }

    .menu_section ul li {
        padding: 12px 0 10px
    }

    .menu_section ul li a {
        font-size: 12px;
        letter-spacing: 1.5px
    }

    .amenities-detail-section {
        padding: 50px 30px 80px
    }

    .gallery-images-section {
        padding-top: 30px
    }

    .location-section .map-image img {
        width: 90%
    }

    .footer .project-light-logo img {
        width: 160px;
        filter: invert(1) brightness(100)
    }
}

@media (max-width: 1367px) {
    .specifications-details {
        padding:8px 0
    }

    .menu_section ul {
        padding-top: 25px
    }

    .menu_section ul li {
        padding: 10px 0
    }

    .menu_section ul li a {
        font-size: 12px
    }

    .banner-content .starting-price::before {
        left: -185px;
        width: 185px
    }

    .banner-content .starting-price::after {
        right: -185px;
        width: 185px
    }

    .overview-left-view {
        padding: 0 50px
    }

    .pricing-box .price {
        font-size: 22px
    }

    .pricing-box .size h5 {
        font-size: 16px
    }

    .menu_section .menu_in {
        padding-top: 30px
    }

    .mobile-open .closemenu {
        top: 30px
    }
}

p.rera-p-mobile {
    display: none
}

@media (max-width: 768px) {
    .highlight-btn{
        display: flex;
        justify-content: center;
    }
    .openmenu {
    width: 30px;
    cursor: pointer;
    filter: invert(1);
}
    .banner-mobile{
        margin-top: 69px;
        height: auto;
    }
    .navbar.fixed .openmenu{
        filter: invert(1);
    }
    .payment-plan {
        display:inline-block;
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 8px;
        color: #fff;
        background: transparent;
        animation: premiumAnim 2s ease-in-out infinite
    }

    @keyframes premiumAnim {
        50% {
            transform: scale(1.1)
        }
    }

    @keyframes zoomEffect {
        0%,100% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.08)
        }
    }

    .banner-typology h5 {
        font-size: 16px!important;
        font-weight: 700!important
    }

    .floor-div {
        display: flex;
        flex-wrap: wrap
    }

    .blink-light {
        width: 7%
    }

    #project-overview .project_logo img {
        filter: unset;
        display: none
    }

    .banner-content .banner-typology p img {
        filter: invert(1)
    }

    .visual-journey img {
        min-height: auto
    }

    .banner-section .carousel-inner {
        min-height: 453px!important;
        min-height: 492px
    }

    .banner-content .starting-price span:nth-of-type(1) {
        font-size: 16px;
        font-weight: 600;
        padding: 0 23px
    }

    .floorplan-row ul.nav.nav-tabs {
        background-color: transparent;
        margin-left: 0
    }

    .header .navbar.fixed .project-logo.logo-dark {
        width: 100%;
        /* filter: invert(1); */
    }

    .navbar-brand {
        width: 160px
    }

    p.rera-p-mobile {
        position: absolute;
        bottom: -7px;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: Montserrat;
        display: block
    }

    .sparrow-class {
        width: 15%;
        position: relative;
        left: -4%
    }

    .h1_heading {
        font-size: 26px;
        color: #000;
        text-shadow: unset
    }

    .banner-new-design .address {
        padding: 4px 0;
        font-size: 14px
    }

    .banner-new-design .banner-details {
        width: 100%;
        border: 1px solid #c2b48ec9;
        flex-direction: column
    }

    .banner-new-design .banner-details div:not(:last-child) {
        border-right: unset
    }

    .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: unset
    }

    .new_typo {
        padding: 0
    }
}

h4.button-btn-mobile {
    display: none
}

@media screen and (max-width: 575px) {
    .carousel-indicators {
    bottom: 4% !important;
}
    .banner-content .starting-price span:nth-of-type(1) {
        font-size:14px;
        padding: 0 20px
    }

    .p-80 {
        padding: 20px 0
    }

    .m-view {
        display: block
    }

    .d-view {
        display: none
    }

    .menu_section .menu_in {
        padding: 20px 55px 20px 50px;
        position: relative
    }

    .header a.banner-query-btn {
        display: none
    }

    .header .project-logo {
        width: 100px;
        filter: invert(0);
    }

    .header nav.navbar {
        padding: 0;
        background: #fef6e7;
    }

    .banner-content .banner-typology h3 {
        letter-spacing: 3px;
        font-size: 18px;
        color: var(--green-color);
        font-weight: 400;
        text-align: center;
        padding: 6px 0;
        line-height: 27px;
        border-bottom: 1px solid #00000026;
        margin-bottom: 6px
    }

    .banner-content .banner-pricing {
        padding: 0
    }

    .banner-content .starting-price {
        letter-spacing: .5px
    }

    .banner-content .banner-pricing p {
        margin-bottom: 10px;
        text-align: center
    }

    .banner-typology {
        padding-bottom: 0;
        padding-top: 7px
    }

    .banner-section .carousel-inner::after {
        display: none
    }

    .banner-section .banner-img {
        height: 60vh
    }

    .banner-content {
        position: relative
    }

    .banner-content .payment-plan {
        background: #097952;
        font-size: 12px;
        padding: 12px 20px;
        border: 1px solid #097952;
        color: #fff;
        font-weight: 400
    }

    .banner-content .starting-price {
        background: transparent;
        padding: 8px 0;
        border: 1px solid #000;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2px;
        margin: 10px 0
    }

    .banner-content .status {
        background: #097952;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 20px;
        color: #fff;
        border: 1px solid #097952
    }

    .banner-content .banner-typology h2 {
        color: #340000;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 6px;
        border-bottom: unset;
        border-top: unset;
        margin-bottom: 0;
        letter-spacing: 2px;
        margin-top: 0
    }

    .banner-content .banner-typology p {
        text-align: center;
        color: #160000;
        letter-spacing: .4px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0
    }

    .amenities-detail-section .tab-content .tab-pane .amenity-detail-image {
        height: 100%;
        padding-top: 35px
    }

    .master-plan-img {
        padding: 0 30px
    }

    .side-call-btn {
        right: 20px;
        gap: 8px;
        display: none
    }

    .heading-section .title-subhead {
        width: 90%;
        letter-spacing: .5px;
        padding-top: 5px;
        font-size: 16px;
        line-height: 30px
    }

    .pt-50 {
        padding-top: 20px
    }

    .overview-left-view {
        padding: 0 15px
    }

    .overview-left-view p {
        text-align: center;
        line-height: 22px;
        text-align: justify;
        font-size: 13px
    }

    .about-us .over-back-img::before {
        display: none
    }

    .pricing-box .price {
        font-size: 22px;
        letter-spacing: 1px
    }

    .about-us::before {
        left: 0;
        top: 0;
        background-size: unset
    }

    div#about-us {
        padding-top: 45px;
        padding-bottom: 0
    }

    .heading-section .title-head {
        letter-spacing: 2px
    }

    .overview-query-btn img {
        display: none
    }

    .overview-query-btn {
        text-align: center;
        z-index: 99
    }

    .overview-query-btn a {
        margin-top: 15px
    }

    .overview-right-view {
        padding: 0 5px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .about-us .over-back-img::after {
        right: 1%;
        bottom: -10%;
        width: 65%;
        height: 25%
    }

    #order-second {
        order: 1
    }

    #order-first {
        order: 2
    }

    .p-100 {
        padding: 40px 0 10px
    }

    .heading-section .title-head {
        line-height: 32px;
        letter-spacing: 1px;
        margin-bottom: 10px
    }

    .highlight-section ul#pills-tab {
        padding: 25px;
        gap: 20px
    }

    .highlight-section .nav-pills .nav-link.active,.nav-pills .show > .nav-link {
        padding: 9px 28px;
        font-size: 12px
    }

    .highlight-section .nav-pills .nav-link {
        font-size: 12px;
        letter-spacing: 3px;
        padding: 9px 28px
    }

    .highlight-section .tab-pane {
        padding: 0 5px
    }

    .highlight-details {
        padding: 10px
    }

    .highlight-section::after {
        right: 0;
        top: 22%;
        width: 25%;
        height: 10%;
        background-size: 100px;
        opacity: .5
    }

    .highlight-section::before {
        right: 0;
        top: 22%;
        width: 25%;
        height: 10%;
        background-size: 100px;
        opacity: .5
    }

    .top-view-video .video-head {
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px
    }

    .top-view-video {
        padding: 18px 0 0
    }

    .amenities-detail-section {
        padding: 28px 5px 0
    }

    .amemity-icons-details-section .nav-pills {
        flex-wrap: wrap;
        gap: 10px
    }

    .amenities-detail-section .nav-pills .nav-link {
        min-width: 100%
    }

    .amemity-icons-details-section .nav-pills li {
        width: 48%;
        margin-bottom: 0
    }

    .amenity-btn p {
        letter-spacing: 0
    }

    .amenity-btn {
        padding: 10px 0!important
    }

    .amemity-icons-details-section {
        text-align: center
    }

    button.amenity-view-btn.m-view {
        width: 80%;
        margin: 30px auto 0
    }

    div#amenities {
        padding-bottom: 0
    }

    .price-section .heading-section .title-subhead {
        padding: 0 10px
    }

    div#price {
        padding-bottom: 0
    }

    .price-section::before {
        right: 4%;
        top: 28px;
        background-size: 110px
    }

    .pricing-box {
        padding: 25px;
        margin: 20px
    }

    div#master-and-floor-plan {
        padding: 30px 0 0
    }

    .floor-plan-section::before {
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center bottom
    }

    .row.pt-70 {
        padding-top: 25px
    }

    .master-plan {
        padding: 15px
    }

    .master-plan h4 {
        padding-bottom: 25px
    }

    .floor-sec .floor-plan {
        font-size: 18px;
        padding-top: 0
    }

    div#visual-journey {
        padding-top: 0;
        padding-bottom: 0
    }

    .visual-journey::before {
        content: unset
    }

    .gallery-images-section {
        padding: 10px;
        flex-wrap: wrap
    }

    .gallery-images-section .gal-image {
        width: 48%
    }

    .abt-builder-sec::before {
        display: none
    }

    .location-section::before {
        background-size: cover;
        top: unset;
        left: 0
    }

    .map-image {
        padding-top: 20px
    }

    .location-details {
        padding-left: 20px;
        padding-right: 20px
    }

    .location-points p {
        letter-spacing: .5px;
        font-size: 14px
    }

    .location-points .location-icon {
        width: 58px;
        height: 50px;
        min-width: 60px
    }

    .location-points .location-icon img {
        width: 26px
    }

    .location-points .location-icon p {
        font-size: 11px
    }

    .location-points {
        margin-bottom: 10px
    }

    .map-image .location-video {
        bottom: 12%;
        right: 50%;
        transform: translateX(50%);
        width: max-content;
        font-size: 12px
    }

    div#about-builder {
        padding-bottom: 0
    }

    .about-builder-content {
        padding: 0
    }

    .abt-builder-sec {
        padding: 0 20px 25px
    }

    .about-builder-content p {
        text-align: justify;
        line-height: 24px;
        font-size: 13px
    }

    .submit_btn {
        font-size: 13px
    }

    .builder-projects-details {
        width: 100%;
        gap: 35px
    }

    .builder-projects-details p {
        letter-spacing: 1px;
        font-size: 14px
    }

    .builder-projects-details p span {
        font-size: 18px
    }

    .about-builder .heading-section .title-head {
        text-align: center
    }

    .about-builder .form-control::placeholder {
        font-size: 12px
    }

    .footer-form {
        margin-right: 0;
        padding: 25px
    }

    .about-builder .form-control {
        margin-bottom: 15px;
        padding: 10px
    }

    .footer .project-light-logo img {
        width: 110px;
        padding: 25px 0
    }

    .disclaimer {
        padding: 0 15px
    }

    .popup-section .popup-form {
        padding: 0
    }

    .popup-section .popup_image::after {
        width: 46%;
        height: 45%;
        background-size: 130px
    }

    .container,.container-fluid {
        padding: 12px!important
    }

    .specifications-details {
        gap: 12px;
        padding: 10px 0
    }

    .specifications-details p {
        font-size: 15px
    }

    .specifications-details img {
        width: 14px
    }

    .location-section .overview-query-btn a {
        margin-left: 0
    }

    .navbar.fixed .container {
        padding: 10px 8px!important
    }

    .floor-view-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    .floor-view-btn.floor-sec {
        justify-content: flex-start;
        padding-left: 0;
        align-items: center
    }

    .popup-project-logo {
        position: relative;
        top: 0
    }

    .popup-project-logo img {
        margin: auto;
        display: block;
        width: 25%
    }

    .popup-section button.btn-close {
        right: 12px;
        top: 12px;
        opacity: 1
    }

    .popup-pricing span {
        font-size: 13px
    }

    .popup-image-details .popup-typology p {
        font-size: 31px
    }

    .popup-section .form_section .form-control {
        padding: 10px 5px
    }

    .video-section .modal-body {
        padding: 10px
    }

    .popup-section.video-section button.btn-close {
        filter: invert(1);
        right: -3px;
        top: -39px
    }

    .mobile-section {
        display: none;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background: #ce964c;
        padding: 10px;
        box-shadow: #0003 0 2px 5px;
        width: 100%;
        border-radius: 0
    }

    .mobile-section.show {
        display: flex
    }

    .mobile-section a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        width: 32%;
        display: inline-block;
        font-size: 13px;
        flex: 1 1 0;
        font-weight: 600
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid
    }

    .header nav.navbar {
        /* min-height: auto; */
    }

    .header .project-logo {
        width: 160px;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 0;
        object-fit: contain;
    }

    .navbar.fixed .project-logo {
        width: 115px;
        margin-top: 0!important;
    }
}

.banner-call-section {
    display: none
}

.builder-projects-details {
    width: 100%;
    margin-bottom: 30px
}

.builder-projects-details p {
    width: 40%
}

.footer::before {
    left: 16%;
    top: 45%;
    width: 73%;
    height: 45%;
    background-size: 240px;
    opacity: .2
}

.banner-content .starting-price::before {
    content: unset
}

.banner-content .starting-price::after {
    content: unset
}

.overview-right-view img {
    width: 100%
}

.map-image {
    padding: 14px 0 0;
    position: relative
}

.location-section .map-image img {
    width: 100%
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    padding: 9px
}

p.rera-p.mobile_rera {
    font-size: 11px;
    margin-top: 6px;
    display: block;
    color: #fff;
    font-weight: 600
}

span.mobile-trigger-in {
    width: 100%;
    text-align: end
}

.mobile-trigger {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end
}

p.rera-p-mobile {
    display: none
}

nav.navbar.fixed {
    padding: 0 10px
}

nav.navbar.fixed p.rera-p.mobile_rera {
    color: #000
}

.overview-right-view p.amnt-img-text {
    left: 25px
}

.nav-tabs .nav-link {
    text-align: center
}

.floor-sec a {
    text-align: center;
    width: auto;
    display: inline-block
}

.floor-sec {
    text-align: center
}

.btn-slider {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -9%;
    left: 36%;
    right: inherit;
    max-width: fit-content
}

.btn-slider .carousel-control-prev,.btn-slider .carousel-control-next {
    position: relative;
    margin-right: 25px;
    color: #a67444;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 10px;
    outline: none;
    border: none;
    border-radius: unset;
    background-size: 100% 100%;
    background-position: center center;
    position: unset
}

.project_logo img.img-fluid {
    max-width: 162px;
}

.project_logo {
    text-align: center;
    margin-bottom: 0
}

h4.button-btn-mobile {
    text-decoration: none;
    color: #000;
    padding: 12px 22px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.floor-plan-section {
    position: relative
}

.floor-plan-section::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 19px;
    z-index: 9
}

.floor-view-btn.floor-sec {
    display: none
}

h3.mobile_typo {
    position: absolute;
    top: 24%;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}

.builder-projects-details p:nth-child(2)::after {
    content: none
}

.container.banner-content {
    padding-bottom: 0!important;
    background: #fef6e7
}

.floorplan-row .carousel-inner {
    margin-top: 0
}
