@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit/Outfit-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit/Outfit-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit/Outfit-Medium.ttf);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit/Outfit-Bold.ttf);
    font-weight: 700;
    font-display: swap
}

:root {
    --green: #48b18a;
    --gray: #19191b;
    --lightgreen: #eeeeee;
    --gold: #144b8e;
    --golden-grad: linear-gradient(45deg, #5a8bc6, #6f93bd, #4e7bb2, #4a6e9a, #03479a);
    --golden-grad2: linear-gradient(45deg, #144b8e, #4f7aae, #144b8e);
}

body {
    color: #fff;
    background-color: #292416;
    font: 400 14px/1.4 Outfit, sans-serif;
    overflow-x: hidden
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

a:hover {
    text-decoration: none
}

.bright100 {
    filter: brightness(50)
}

.my_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

header {
    width: 100%;
    padding: 3px 20px;
    float: left;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 999;
    transition: .3s ease-in-out
}

.logo {
    width: 250px;
    position: relative;
    min-height: 1px;
    transition: .3s ease-in-out;
    overflow: hidden;
    margin-left: 21px;
    padding: 8px
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important
}

.scrl .navbar-dark .navbar-nav .nav-link {
    color: #000 !important
}

.logo img {
    image-rendering: -webkit-optimize-contrast;
    transition: .3s ease-in-out;
    width: 75%
}

.logo img.scrl-logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.inner-content-box h6 {
    margin-bottom: -12px
}

.inner-content-box h6 img {
    width: 18px;
    filter: invert(1);
    padding-right: 5px
}

.inner-content-box .key_highlights {
    margin: 10px 0 15px
}

.inner-content-box .key_highlights li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: 3px
}

.inner-content-box .key_highlights li img {
    height: 12px;
    vertical-align: middle
}

header.scrl {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0 0 10px
}

div#navbarSupportedContent {
    justify-content: end
}

.navbar.navbar-expand-lg.navbar-dark img {
    max-width: 120px;
    filter: invert(1) brightness(100)
}

header.scrl nav img {
    filter: none !important
}

header.scrl .logo {
    width: 220px
}

header.scrl .logo img {
    opacity: 0;
    visibility: hidden
}

header.scrl .logo img.scrl-logo {
    opacity: 1;
    visibility: visible
}

header.scrl .btn {
    height: 30px;
    font-size: 13px
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #fff;
    min-width: 150px;
    height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    outline: 0;
    z-index: 1
}

.btn:focus {
    box-shadow: none;
    outline: 0
}

.btn-gray {
    color: #fff;
    background-color: var(--gray)
}

.btn-gold {
    color: #ffffff;
    background: var(--golden-grad2)
}

.btn-gold:hover {
    color: #000
}

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, .25);
    transition: .3s cubic-bezier(.75, 0, .125, 1);
    transform: translate(0, -100%);
    z-index: -1
}

.btn::after {
    transition-delay: .2s;
    background-color: #fff
}

.btn-gray::after {
    background-color: #fff
}

.btn-gold::before {
    background-color: rgba(0, 0, 0, .25)
}

.btn.btn-white::after {
    background-color: #1c1c22
}

.btn:hover::after,
.btn:hover::before {
    transform: translate(0, 0)
}

.btn-white {
    color: var(--gray);
    background-color: #fff
}

.btn-white:hover {
    color: #fff
}

.btn.btn-white::before {
    background-color: rgba(0, 0, 0, .15)
}

.btn.btn-whatsapp {
    min-width: 45px;
    background: #fff
}

.btn.btn-whatsapp i {
    font-size: 25px
}

.banner {
    width: 100%;
    position: relative;
    background: #000;
    z-index: 1
}

.banner .carousel-inner,
.banner .carousel-inner .carousel-item {
    position: relative;
    height: 100%
}

.banner .carousel-inner .carousel-item {
    background-size: cover;
    transition-duration: 1s;
    position: relative;
    z-index: 1
}

.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .17);
    z-index: 0
}

.slider-content {
    position: absolute;
    left: 55px;
    bottom: 14%;
    z-index: 9;
    width: 40%
}

.slider-content h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, .5) 0 0 10px;
    margin-bottom: 0
}

.slider-content .location {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 19px;
    margin: 0 0 12px
}
.testinghover:hover span{
    color: #000000 !important;
}

.slider-content h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2vw;
    letter-spacing: 1px;
    margin-bottom: 13px;
    padding: 5px 15px 6px 10px;
    color: #ffffff;
    background: var(--golden-grad);
    display: inline-block
}

.scrollDown {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    padding-left: 20px;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    z-index: 9
}

.scrollDown span {
    font-size: 13px;
    display: inline-block
}

.scrollDown img {
    position: absolute;
    left: 0;
    transform-origin: center center;
    font-size: 18px;
    z-index: 2;
    animation: 1.2s linear 0s infinite normal none running updown
}

@keyframes updown {
    0% {
        transform: translateX(-10px)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-10px)
    }
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-8 {
    padding-bottom: 4rem
}

.bg-lightgreen {
    background-color: #eeeeee !important
}

.bg-green {
    background-color: var(--green) !important
}

.bg-gray {
    background-color: var(--gray) !important
}

.text-green {
    color: var(--gold) !important
}

.props {
    position: absolute;
    pointer-events: none;
    z-index: -1
}

.props.prop-tl {
    width: 20%;
    top: 0;
    left: -2%;
    opacity: .1
}

.props.prop-br {
    width: 60%;
    bottom: 0;
    right: 0;
    background-color: #1f2624;
    opacity: .3
}

.props.prop-br img {
    mix-blend-mode: screen;
    opacity: .1
}

.position-relative {
    z-index: 1
}

.bg-frwd-slash::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(75, 75, 75, .1);
    clip-path: polygon(100% 0, 100% 100%, 75% 50%);
    z-index: -1
}

.heading-container {
    margin-bottom: 3.5rem
}

.heading-container h6 {
    font-weight: 700;
    width: 70%;
    margin: 0 auto
}

.heading {
    margin-bottom: 22px;
    position: relative;
    z-index: 1
}

.heading h2 {
    font-weight: 300;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gold);
    background-clip: text
}

.readmore.location-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: block;
    text-align: -webkit-center
}

img.img-fluid.shadow-lg {
    width: 500px !important;
    object-fit: cover
}

a.btn.btn-gold.footer-btn {
    min-width: unset
}

.heading h5 {
    font-weight: 200;
    font-size: 1.4vw;
    text-transform: uppercase;
    margin-bottom: 0
}

.overview-text-container .inner-box {
    width: 100%
}
.overview-text-container ul{
    margin-left: 20px;
}

.row.flex-row-reverse .overview-text-container .inner-box {
    margin-right: 0;
    margin-left: auto
}

.overview-text-container h5 {
    font-weight: 200;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.box1 h4 {
    text-align: center;
    padding: 15px 0 5px;
    font-size: 1.5em
}

.img-wrap {
    position: relative;
    z-index: 1
}

.img-wrap span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.highlights_section ul ul {
    margin-left: 20px
}

.highlights_section ul li {
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.readmore {
    width: 100%;
    display: flex;
    margin-top: 2rem
}

.readmore.center {
    justify-content: center
}

.readmore a {
    color: #fff
}

.amenities-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 40px 0
}

.amenities-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e6e6e6;
    backdrop-filter: grayscale(1);
    z-index: -1
}

.amenities-text-container {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

h5 {
    font-weight: 200;
    font-size: 1.5vw
}

.amenities-text-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0
}

.amenities-text-container ul li {
    max-width: 20%;
    flex: 0 0 25%;
    padding: 20px;
    backdrop-filter: brightness(1.3) blur(2px)
}

.amenities-text-container ul li .img-wrap img {
    max-width: 70px;
    margin: 0 auto 10px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(51%) saturate(6956%) hue-rotate(205deg) brightness(86%) contrast(84%);
}

.amenities-text-container ul li span {
    display: block;
    text-transform: uppercase;
    color: #000;
}
.amenities-text-container h5{
    color: #000;
}

.laybox,
.layoutSlider {
    width: 100%;
    position: relative
}

.layimg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #383838;
}

.layimg img {
    display: block;
    mix-blend-mode: lighten;
    max-width: 90%;
    margin: 0 auto;
    transition: .3s ease-in-out
}

.layimg img:hover {
    cursor: pointer
}

.laysize {
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 100%
}

.laysize ul {
    flex: 0 0 79%;
    max-width: 92%;
    display: flex;
    width: 100%;
    margin-top: 12px;
    background-color: #404040;
    padding: 10px 0
}

.laysize ul li {
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, .25);
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    width: 20%
}

.laysize ul li:nth-child(3) {
    border-right: none
}

.laysize ul li:last-child {
    border-right: 0
}

.laysize ul li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gold);
    font-size: 80%;
    letter-spacing: 1px
}

.location-advantages {
    height: 100%
}

.gallery .swiper-slide.img-wrap {
    background-color: #000
}

.gallery .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: .8
}

.contact-wrapper.bg-frwd-slash::before {
    background-color: rgba(0, 0, 0, .1)
}
.contact-wrapper{
    background-color: #202020;
}
.contact-wrapper .heading h2, .contact-wrapper .heading h5{
    color: #ffffff;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: 0 0
}

.modal-header {
    background: 0 0;
    color: var(--darkblue);
    border-bottom: none;
    border-radius: 0;
    padding: 0
}

.modal-header .modal-title {
    font-weight: 200;
    font-size: 24px
}

.modal-content .modal-body img {
    display: block;
    margin: auto;
    max-width: 110px
}

.modal-content .modal-body .close span {
    color: #fff
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev::after {
    content: "prev"
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next::after {
    content: "next"
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.modal-header .close {
    position: absolute;
    right: -10px;
    top: 40px;
    z-index: 2;
    text-shadow: none;
    padding: 0;
    margin-right: 0;
    font-weight: 100;
    font-size: 24px;
    opacity: 1;
    color: #fff;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #222;
    transition: .3s ease-in-out;
    outline: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    background-color: var(--gold)
}

.mobile-section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9
}

.mobile-section .btn:not(:last-child) {
    border-right: 1px solid #333
}

.mobile-section .btn {
    flex-grow: 1;
    font-size: 12px;
    letter-spacing: .3px;
    position: relative;
    padding: 20px
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--gold);
    text-align: center;
    box-shadow: rgba(0, 0, 0, .3) 0 1rem 2rem;
    transition: .3s ease-in-out
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #000
}

.form-group {
    margin-bottom: 10px
}

.form-group .form-control {
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    outline: 0
}

.form-group .form-control::placeholder {
    color: rgba(255, 255, 255, .8)
}

.form-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--gold)
}

.fixed-form {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 470px;
    padding: 10px 20px 20px;
    background: rgba(0, 0, 0, .5);
    box-shadow: #2e5f9ccf 4px 4px 0 0;
    backdrop-filter: blur(4px);
    transition: .3s ease-in-out;
    z-index: 1
}

.fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.fixed-form .formFooter button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    transition: .3s ease-in-out;
    outline: 0
}

.footer-area {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1
}

.footer-contact {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.disclaimer {
    text-align: center
}

.disclaimer p {
    margin-bottom: 7px;
    color: #ababab
}

.disclaimer p a {
    color: #fff
}

.button-top {
    background: rgba(29, 29, 29, .32);
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: -20px;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    transition: .5s;
    z-index: 99
}

.button-top.scrl {
    bottom: 60px;
    opacity: 1;
    pointer-events: auto
}

.button-top:hover {
    background: var(--golden-grad2);
    color: #000
}

.heading p {
    font-size: 16px;
    line-height: 28px
}

.w-100.float-left.py-8.bg-lightgreen.layout-wrapper.pricelist-container {
    padding-top: 100px;
    padding-bottom: 100px
}
.pricelist-container .heading h2{
    color: #ffffff;
}
.pricelist-container .laysize ul li strong{
    color: #ffffff;
}

.floorplan-container {
    padding-top: 60px
}

div#location {
    padding-top: 120px
}

div#gallery {
    padding-top: 50px
}

.my-bt {
    margin-top: 22%
}

.floor_div {
    position: relative
}

.floor_btnn {
    margin: 0
}

.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}

div#overview {
    padding-top: 120px
}

div#highlight {
    background: #000;
    padding-bottom: 120px;
    padding-top: 70px !important
}

.more_enquire {
    padding: 120px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative
}

.more_enquire::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .58);
    z-index: 1
}

.more_enquire .content {
    position: relative;
    z-index: 999
}

.more_enquire h3 {
    font-size: 35px;
    margin-bottom: 18px
}

.more_enquire .sub_heading {
    font-size: 22px;
    margin-bottom: 18px
}

.more_enquire .btn {
    display: block;
    margin: 0 auto
}

.banner .carousel-inner img {
    height: 100vh
}

.qr_code {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

.bottomfooter span {
    display: block;
    margin: 10px 0
}

.iconsDiv {
    position: fixed;
    bottom: 2%;
    left: 7px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: -1px
}

.iconsDiv img {
    width: 50px
}

.iconsDiv a {
    display: block;
    padding: 4px;
    background: 0 0
}

.floorplan-container h4 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 19px;
    color: #000;
}

.modal-content.pop_bg {
    background: #000
}

.modal-header .close.pop_close {
    position: absolute;
    right: 3px;
    top: 23px
}

.modal-header .modal-title {
    font-weight: 200;
    font-size: 24px
}

.d_view {
    display: block
}

.m_view {
    display: none
}

.dcall_view {
    display: none
}

.layout-wrapper .carousel-control-prev {
    left: -70px
}

.carousel-control-next,
.carousel-control-prev {
    right: -70px
}

.about-builder-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 40px 0;
    border-top: 1px solid #141414;
}

.about-builder-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #eeeeee;
    backdrop-filter: grayscale(1);
    z-index: -1
    
    
}
.about-builder-wrapper .heading h2{
        color: #000;
    }

.about-builder-wrapper .builder_para p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 26px;
    color: #000;
    font-weight: 200

}

.bg_black {
    background-color: #454545;
}

.desk_view {
    display: block
}

.mob_view {
    display: none
}

@media (max-width:1480px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 16px
    }
}

@media (max-width:1370px) {
    .slider-content {
        bottom: 9%
    }
}

@media (max-width:1280px) {
    .slider-content {
        bottom: 19%
    }
}

@media (max-width:1024px) {
    .logo img {
        width: 160px
    }

    .logo h4 {
        font-size: 14px
    }
}

@media (min-height:1024px) {
    .fixed-form {
        bottom: 50%
    }
}

@media (max-width:768px) {
    .logo {
        background: 0 0;
        padding: 0
    }

    div#highlight {
        padding-top: 0 !important;
        padding-bottom: 50px
    }

    div#overview {
        padding-top: 8px !important;
        padding-bottom: 10px
    }

    .floorplan-container {
        padding-top: 32px
    }

    div#location {
        padding-top: 32px
    }

    .heading {
        text-align: center;
        margin: 11px auto -1px
    }

    .overview-text-container h5,
    h5 {
        font-size: 2vw
    }

    .amenities-text-container {
        width: 100%
    }

    .location-advantages {
        padding-left: 0
    }

    .location-map {
        padding-right: 0
    }

    .laysize ul li {
        font-size: 16px
    }

    .py-8 {
        padding-bottom: 5rem;
        padding-top: 2rem
    }

    .readmore {
        display: flex
    }
}

@media (max-width:767px) {
    .navbar.navbar-expand-lg.navbar-dark img {
        width: 162px;
        filter: invert(1) brightness(100) !important
    }

    header.scrl nav.navbar.navbar-expand-lg.navbar-dark {
        max-width: 100%;
        background: #24599a;
    }

    .scrl .navbar-dark .navbar-nav .nav-link {
        color: #fff !important
    }

    nav.navbar.navbar-expand-lg.navbar-dark {
        background: #24599a;
    }

    .d_sm_none {
        display: none !important
    }

    .d_sm_block {
        display: block !important
    }

    .intro-img {
        margin-top: 20px
    }

    .overview-text-container .inner-box {
        width: 100%;
        padding-top: 32px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .laysize {
        flex-wrap: wrap
    }

    .laysize ul {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .laysize>div {
        margin: 0 auto
    }

    .disclaimer,
    .location-map {
        padding-right: 15px
    }

    .location-advantages {
        padding-left: 15px
    }

    .heading h2 {
        font-size: 24px
    }

    .heading h5 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .footer-contact {
        margin-bottom: 40px;
        padding-bottom: 35px
    }

    .slider-content .location {
        font-size: 16px
    }

    .amenities-text-container ul li {
        max-width: 33%;
        flex: 0 0 50%
    }

    .amenities-text-container ul li .img-wrap img {
        max-width: 50px
    }

    .fixed-form {
        position: unset;
        right: unset;
        width: 100%;
        bottom: unset
    }

    .mobile-section.scrl {
        display: flex !important
    }

    .mob-img {
        height: 100%;
        object-fit: cover
    }

    #banner {
        padding-top: 50px
    }
}

@media (max-width:425px) {
    header.scrl .logo {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }

    .carousel-indicators {
        bottom: -14px
    }

    .highlights_section .inner-box ul {
        margin-left: 15px
    }

    body {
        font-size: 12px
    }

    header {
        padding: 0
    }

    header.scrl .logo h4 {
        font-size: 11px
    }

    .logo {
        width: auto
    }

    .logo img {
        width: 100% !important
    }

    .logo img.scrl-logo {
        width: 10%
    }

    .btn.btn-whatsapp {
        min-width: 35px
    }

    .btn.btn-whatsapp i {
        font-size: 22px
    }

    .btn {
        min-width: 155px;
        height: 32px;
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .slider-content {
        right: 40px;
        text-align: center;
        width: auto;
        top: 24%
    }

    .slider-content .location {
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 17px;
        margin: 10px 0 15px
    }

    .slider-content h5 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.2vw;
        letter-spacing: 2px;
        margin-bottom: 2px;
        padding: 5px 7px 6px;
        color: #000;
        background: var(--golden-grad);
        display: inline-block
    }

    .inner-content-box h6 {
        margin-bottom: -10px;
        margin-top: -4px;
        font-size: 13px
    }

    .slider-content h1 {
        font-size: 24px
    }

    .heading h2 {
        font-size: 21px;
        margin-bottom: 10px
    }

    .slider-content h5 {
        font-size: 16px
    }

    .slider-content .readmore {
        justify-content: center
    }

    .scrollDown {
        display: none
    }

    .overview-text-container h5,
    h5 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .readmore {
        margin-top: 0
    }

    .amenities-text-container ul,
    .laysize ul {
        flex-wrap: wrap
    }

    .laysize ul li {
        width: 100%;
        padding: 10px 0;
        border-right: none;
        font-size: 18px
    }

    .fixed-form.scrl {
        padding: 2px
    }

    .fixed-form .formFooter button {
        width: auto;
        min-width: 100%;
        font-size: 17px
    }

    .form-group .form-control {
        font-size: 15px
    }

    .gallery .swiper-slide img {
        height: 340px
    }

    .laysize .btn.btn-gold {
        margin: 0 auto
    }

    .swiper-button-prev {
        left: 10px;
        right: auto;
        top: 27%
    }

    .swiper-button-next {
        right: 10px;
        left: auto;
        top: 27%
    }

    .w-100.float-left.py-8.bg-lightgreen.layout-wrapper.pricelist-container {
        padding-top: 32px;
        padding-bottom: 50px
    }

    .banner .carousel-inner .carousel-item::before {
        background: 0 0
    }
}

@media (max-width:767px) {
    .slider-content {
        right: 40px;
        text-align: center;
        width: auto;
        top: 24%;
        position: relative;
        left: 0;
        padding: 30px 0;
        background: #eeeeee;
        color: #000000;
    }
    .slider-content h1{
        color: #000000;
    }
    .slider-content h5{
        color: #ffffff;
    }
    .inner-content-box .key_highlights li img{
        filter: invert(1);
    }

    .more_enquire h3 {
        font-size: 26px;
        margin-bottom: 14px
    }

    .more_enquire .sub_heading {
        font-size: 19px;
        margin-bottom: 18px
    }

    .location-wrapper.location-container {
        padding-bottom: 0 !important
    }

    div#gallery {
        padding-top: 32px
    }

    .iconsDiv {
        width: 95%;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 14px;
        z-index: 99
    }

    .iconsDiv img {
        width: 45px
    }

    .amenities-text-container .list-inline .m_view {
        display: none
    }

    .inner-content-box .key_highlights li {
        list-style-type: none;
        font-size: 17px;
        margin-bottom: 8px;
        letter-spacing: 1px
    }

    .d_view {
        display: none
    }

    .m_view {
        display: block
    }

    .pricelist-container {
        padding-top: 25px !important
    }

    .laysize {
        margin-top: 0
    }

    .dcall_view {
        display: block
    }

    .modal-header .modal-title {
        text-align: center
    }

    .contact-wrapper {
        padding-top: 30px !important
    }

    .about-builder-wrapper .builder_para p {
        font-size: 14px;
        line-height: 21px
    }

    .amenities-wrapper {
        padding: 32px 0 !important
    }

    .about-builder-wrapper {
        padding: 32px 0 !important
    }

    .about-builder-wrapper h2 {
        margin-bottom: 15px
    }

    .banner .carousel-inner img {
        height: auto
    }

    .banner .carousel-inner {
        min-height: 320px
    }

    .banner .carousel-inner img {
        min-height: 320px;
        object-fit: cover
    }

    .carousel .carousel-fade .slide .banner {
        min-height: 320px
    }

    .desk_view {
        display: none
    }

    .mob_view {
        display: block
    }
}