
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
:root {
    --green: #48b18a;
    --gray: #19191b;
    --lightgreen: #373536;
    --gold: #fff;
    --golden-grad: #fff;
    --golden-grad2: #ae6900;
}
body {
    color: #fff;
    background-color: #b08e40;
    font: 500 18px/1.8 "Outfit", NotoSerif_Condensed-Regular;
    overflow-x: hidden;
    font-family: "NotoSerif_Condensed-Regular";
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}
.bright100 {
    -ms-filter: brightness(50);
    filter: brightness(50);
}
/*header*/
header {
    width: 100%;
    padding: 5px 1px;
    float: left;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 999;
    transition: all 300ms ease-in-out;
}
.logo {
    width: 290px;
    padding-right: 0px;
}
.logo img {
    image-rendering: -webkit-optimize-contrast;
    transition: all 300ms ease-in-out;
    background: #fff;
    padding: 0px;
}
.logo img.scrl-logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
}
header.scrl .nav-item .nav-link {
    color: #000 !important;
}
.headerRight {
    display: flex;
    align-items: center;
}
.headerBtns {
    display: flex;
}
.headerBtns .btn.btn-gold:hover {
    color: #fff;
}
.headerBtns .btn.btn-gold::after {
    background-color: var(--gray);
}
header.scrl {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 0px 20px;
}
header.scrl .logo img {
    opacity: 0;
    visibility: hidden;
    background: transparent;
    padding: 0px;
}
header.scrl .logo img.scrl-logo {
    opacity: 1;
    visibility: visible;
}
header.scrl .btn {
    height: 30px;
    font-size: 13px;
}
.custom-nav {
    margin-left: 100px;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #fff;
    min-width: 130px;
    height: 45px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    outline: none;
    z-index: 1;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn-gray {
    color: #fff;
    background-color: var(--gray);
}
.btn-gold {
    color: #fff;
    background: var(--golden-grad2);
}
.btn-gold:hover {
    color: #000;
}
.btn::before,
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -1;
}
.btn::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #fff;
}
.btn-gray::after {
    background-color: #fff;
}
.btn-gold:before {
    background-color: rgba(0, 0, 0, 0.25);
}
.btn.btn-white::after {
    background-color: #1c1c22;
}
.btn:hover::before,
.btn:hover::after {
    -webkit-transform: translate(0, 0);
    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, 0.15);
}
.btn.btn-white-hover::before {
    background-color: rgba(31, 135, 112, 0.6);
}
.btn.btn-whatsapp {
    min-width: 45px;
    background: #fff;
}
.btn.btn-whatsapp i {
    font-size: 25px;
}
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    z-index: 1;
}
.banner .carousel-inner,
.banner .carousel-inner .carousel-item {
    position: relative;
    height: 100%;
}
.banner .carousel-inner .carousel-item {
    padding: 0 5vw;
    background: var(--gray) center no-repeat;
    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: rgb(0 0 0 / 50%); */
    z-index: -1;
}
.slider-content {
    position: absolute;
    left: -16px;
    top: 23%;
    z-index: 9;
    width: 100%;
}
.scrollDown {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    padding-left: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    z-index: 9;
}
.scrollDown span {
    font-size: 13px;
    display: inline-block;
}
.scrollDown i {
    position: absolute;
    left: 0;
    transform-origin: center center;
    font-size: 18px;
    z-index: 2;
    animation: updown 1.2s linear infinite;
}
@keyframes updown {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-10px);
    }
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bg-lightgreen {
    background-color: var(--lightgreen) !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: 0.1;
}
.props.prop-br {
    width: 60%;
    bottom: 0%;
    right: 0;
    background-color: #1f2624;
    opacity: 0.3;
}
.props.prop-br img {
    mix-blend-mode: screen;
    opacity: 0.1;
}
.position-relative {
    z-index: 1;
}
.heading-container {
    margin-bottom: 3.5rem;
}
.short-border {
    width: 100px;
    height: 3px;
    background-color: var(--red);
    border-radius: 10px;
    display: table;
    margin: 2rem auto 0;
}
.heading-container h6 {
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}
.heading {
    display: table;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.heading h2 {
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gold);
    background: var(--golden-grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "NotoSerif_Condensed-Regular";
}
.heading h5 {
    font-weight: 200;
    font-size: 1.4vw;
    text-transform: uppercase;
    margin-bottom: 0;
}
.overview-text-container .inner-box {
    width: 90%;
}
.row.flex-row-reverse .overview-text-container .inner-box {
    margin-right: 0;
    margin-left: auto;
}
.overview-text-container h5 {
    font-weight: 200;
    font-size: 1.5vw;
}
.in-numbers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3em;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.in-numbers li {
    margin-right: 5%;
    flex-grow: 1;
}
.in-numbers li:last-child {
    margin-right: 0;
}
.in-numbers li h2 {
    display: flex;
    align-items: flex-end;
}
.in-numbers li h2 small {
    font-size: 60%;
    margin: 0 10px;
}
.in-numbers li h6 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 4px;
}
.img-wrap {
    position: relative;
    z-index: 1;
}
.img-fluid.h-100 {
    object-fit: cover;
}
.img-wrap span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.walkghthrough .img-wrap {
    overflow: hidden;
}
.walkghthrough .img-wrap img {
    animation: zoom 35s linear infinite;
}
@keyframes zoom {
    50% {
        transform: scale(1.5);
    }
}
.walkghthrough p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: rgb(0 0 0 / 20%);
    z-index: 9;
}
.walkghthrough a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    line-height: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    background: var(--golden-grad2);
    color: #000;
    z-index: 2;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.walkghthrough a:hover {
    background: var(--golden-grad);
    outline: 1px solid var(--gold);
}
.readmore {
    width: 100%;
    display: flex;
    margin-top: 1rem;
}
.readmore.center {
    justify-content: center;
}
.readmore a {
    color: #fff;
}
.btnContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
.amenities-wrapper {
    background: url(../img/green-bg.jpg) center / cover no-repeat fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.amenities-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #37353666;
    backdrop-filter: grayscale(1);
    z-index: -1;
}
.amenities-text-container {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
h5 {
    font-weight: 200;
    font-size: 1.5vw;
}
.amenities-text-container ul {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.amenities-text-container ul li {
    width: 200px;
    margin: 0 1px;
    padding: 5px;
    backdrop-filter: brightness(1.3) blur(2px);
}
.amenities-text-container ul li .img-wrap img {
    max-width: 100%;
    margin: 0 auto 10px;
}
.amenities-text-container ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.layoutSlider,
.laybox {
    width: 100%;
    position: relative;
}
.layimg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--lightgreen);
}
.layimg img {
    display: block;
    mix-blend-mode: lighten;
    max-width: 50%;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
    height: auto;
}
.layimg img:hover {
    cursor: pointer;
    mix-blend-mode: color-dodge;
}
.laydets {
    width: 100%;
    display: table;
    margin-top: -60px;
    margin-left: 10px;
    position: relative;
    z-index: 9;
    color: var(--gold);
}
.laydets small {
    text-transform: uppercase;
}
.laydets h5 {
    font-size: 3vw;
}
.laysize {
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgb(0 0 0 / 13%);
}
.laysize ul {
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
}
.laysize ul li {
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
}
.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%;
}
.location-advantages .loc-advant {
    height: 390px;
}
.location-advantages .loc-advant .swiper-slide {
    padding: 5px 10px;
    background-color: var(--gray);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.loc-advant .swiper-slide figure {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.loc-advant .swiper-slide figure:hover {
    transform: translateY(2px);
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}
.loc-advant .swiper-slide figure .img-wrap {
    width: 35%;
    margin-right: 15px;
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.loc-advant .swiper-slide figure .img-wrap img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
}
.loc-advant .swiper-slide figure figcaption {
    width: 100%;
    position: relative;
    padding: 10px 0;
    z-index: 1;
}
.loc-advant .swiper-slide figure figcaption strong {
    font-size: 26px;
}
.loc-advant .swiper-slide figure figcaption strong small {
    display: inline-block;
    font-size: 12px;
}
.loc-advant .swiper-slide figure p {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.proximity {
    margin-top: 3rem;
    padding: 10px 20px;
    border: 1px solid rgb(255 255 255 / 10%);
}
.proximity h4 {
    font-weight: 200;
    margin-bottom: 20px;
    font-size: 2vw;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.proximity h4 small {
    color: var(--gold);
    font-weight: 200;
    font-size: 70%;
}
.proximitySlider {
    padding-bottom: 40px;
}
.proximitySlider .swiper-wrapper {
    display: flex;
}
.proximitySlider .swiper-slide {
    width: calc(100% / 5);
    text-align: center;
}
.proximitySlider .swiper-slide figure {
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0 10px;
    margin-bottom: 0;
}
.proximitySlider .swiper-slide .img-wrap img {
    max-width: 50px;
    display: block;
    margin: 0 auto 10px;
}
.proximitySlider .swiper-slide figcaption {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}
.gallery .swiper-slide.img-wrap {
    background-color: #000;
}
.gallery .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0.8;
}
.gallery .swiper-slide .gal-title {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.gallery .swiper-slide .gal-title h2 {
    text-transform: uppercase;
    letter-spacing: 1vw;
    font-weight: 200;
    font-size: 2vw;
}
.contact-wrapper.bg-frwd-slash::before {
    background-color: rgb(0 0 0 / 10%);
}
/* Customize modal */
.modal-backdrop.show {
    opacity: 0.9;
    background: var(--lightgreen);
}
.modal-content {
    border: none;
    border-radius: 0;
    background: none;
}
.modal-header {
    background: none;
    color: var(--darkblue);
    border-bottom: none;
    border-radius: 0;
    padding: 0;
}
.modal-header .modal-title {
    font-weight: 200;
    font-size: 24px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    background-color: var(--gold);
}
.videoModal .modal-body {
    background-color: var(--beige);
    padding: 0;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    border: 5px solid #fff;
}
.videoModal .modal-body iframe {
    height: 420px;
    display: block;
}
/* Customize modal */
/* Custom swiper */
.swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-pagination-bullet-active {
    background-color: var(--gold);
    transform: scale(1.5);
}
.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: 0 1rem 2rem rgb(0 0 0 / 30%);
    transition: all 300ms ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #000;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--gray);
    color: #fff;
}
/* Custom swiper */
.form-group {
    margin-bottom: 10px;
}
.form-group .form-control {
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    outline: none;
}
.form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.form-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--gold);
}
.fixed-form {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 347px;
    padding: 10px 20px 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0 0 rgb(189 149 65 / 70%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1000;
    transition: all 300ms ease-in-out;
}
.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: all 300ms ease-in-out;
    outline: none;
}
.fixed-form.scrl {
    width: 100%;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    padding: 2px 20px;
    background-color: #000;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.fixed-form.scrl h5 {
    display: none;
}
.fixed-form.scrl .col-12 {
    flex: 1 0 0;
    margin-bottom: 0;
}
.fixed-form.scrl .form-group .form-control {
    padding: 5px 0px;
}
.fixed-form.scrl .formFooter {
    margin-top: 0;
}
.fixed-form.scrl .formFooter button {
    height: 30px;
    line-height: 30px;
}
/*Footer*/
.footer-area {
    background: var(--lightgreen) !important;
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer-contact {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.footer-contact .fcontact h4 {
    margin-bottom: 0;
}
.footer-contact .fcontact h4 a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 200;
}
.footer-contact .fcontact h4 a:hover span {
    color: var(--gold);
}
.footer-contact .fcontact h4 a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: var(--gold);
    border-radius: 50%;
    margin-bottom: 15px;
}
.disclaimer {
    padding-right: 5%;
}
.copyright {
    text-align: right;
    padding-left: 5%;
}
.copyright p a {
    color: var(--gold);
}
.copyright p a:hover {
    color: #fff;
}
.button-top {
    background: rgba(29, 29, 29, 0.32);
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: -20px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    transition: all 500ms ease;
    z-index: 99;
}
.button-top.scrl {
    bottom: 60px;
    opacity: 1;
    pointer-events: auto;
}
.button-top:hover {
    background: var(--golden-grad2);
    color: #000;
}
/*Footer*/
/*responsive*/
@media (max-width: 1024px) {
    .logo img {
        width: 160px;
    }
    .logo h4 {
        font-size: 14px;
    }
}
@media (min-height: 1024px) {
    .fixed-form {
        bottom: 50%;
    }
}
@media (max-height: 425px) {
}
@media (max-width: 768px) {
    .banner {
        height: 600px;
    }
    .heading {
        margin-bottom: 25px;
    }
    .overview-text-container h5,
    h5 {
        font-size: 2vw;
    }
    .in-numbers {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    .in-numbers li {
        margin-right: 0;
        padding-right: 5px;
    }
    .in-numbers li h2 {
        font-size: 3vw;
    }
    .in-numbers li h6 {
        letter-spacing: 0px;
    }
    .amenities-text-container {
        width: 100%;
    }
    .location-advantages {
        padding-left: 0;
    }
    .location-map {
        padding-right: 0;
    }
    .location-map img {
        height: 100%;
        object-fit: cover;
    }
    .laydets small {
        font-size: 13px;
    }
    .laydets h5 {
        font-size: 4vw;
    }
    .laysize ul li {
        font-size: 16px;
    }
    .py-8 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .footer-contact .fcontact h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .d_sm_none {
        display: none !important;
    }
    .d_sm_block {
        display: block !important;
    }
    .intro-img {
        margin-top: 20px;
    }
    .overview-text-container .inner-box {
        width: 100%;
    }
    .h4,
    h4 {
        font-size: 20px;
    }
    .laydets {
        text-align: center;
        margin-top: 10px;
    }
    .laysize {
        flex-wrap: wrap;
    }
    .laysize ul {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }
    .laysize > div {
        margin: 0 auto;
    }
    .location-map,
    .disclaimer {
        padding-right: 15px;
    }
    .location-advantages,
    .copyright {
        padding-left: 15px;
    }
    .heading h2 {
        font-size: 24px;
    }
    .heading h5 {
        font-size: 14px;
    }
    .proximity h4 {
        font-size: 20px;
    }
    .gallery .swiper-slide .gal-title h2 {
        font-size: 20px;
    }
    .footer-contact {
        margin-bottom: 40px;
        padding-bottom: 35px;
    }
    .footer-contact .fcontact {
        flex: 1 0 50%;
        margin-bottom: 20px;
    }
    .copyright {
        text-align: left;
        margin-top: 30px;
    }
    .slider-content .location {
        font-size: 16px;
    }
    .amenities-text-container ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .amenities-text-container ul li .img-wrap img {
        max-width: 50px;
    }
    .enquiryBtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        left: 0;
        z-index: 99;
        background: #b08e40;
        text-align: center;
        border-top: 1px solid #fff;
    }
    .enquiryBtn a {
        color: #fff;
        text-align: center;
        display: block;
        width: calc(100% / 2);
        padding: 10px 5px;
    }
    .whatsCall {
        background: #18ad3a;
        color: #fff !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 77%;
    }
}
@media (max-width: 667px) {
}
@media (max-width: 575px) {
}
@media (max-width: 480px) {
}
@media (max-width: 425px) {
    body {
        font-size: 17px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }
    header {
        padding: 5px;
    }
    header.scrl .logo h4 {
        font-size: 11px;
    }
    .logo {
        width: auto;
    }
    .logo img {
        width: 245px;
    background: #fff;
        padding: 0px;
    }
    .headerBtns {
        flex-wrap: wrap;
        width: 100%;
    }
    .headerRight {
        display: block;
        align-items: center;
    }
    .headerBtns a:first-child {
        width: 100%;
        display: none;
    }
    .btn.btn-whatsapp {
        min-width: 35px;
    }
    .btn.btn-whatsapp i {
        font-size: 22px;
    }
    .mbcall {
        min-width: 114px;
        height: 32px;
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
        display: none;
    }
    .banner {
        height: 550px;
    }
    .slider-content {
        right: 40px;
        text-align: center;
        width: auto;
        top: 25%;
    }
    .slider-content h1 {
        font-size: 18px;
    }
    .slider-content h5 {
        font-size: 18px;
    }
    .slider-content .readmore {
        justify-content: center;
    }
    .scrollDown {
        display: none;
    }
    .overview-text-container h5,
    h5 {
        font-size: 16px;
    }
    .readmore {
        margin-top: 2rem;
    }
    .in-numbers li h2 {
        font-size: 24px;
    }
    .in-numbers li h6 {
        font-size: 12px;
    }
    .amenities-text-container ul,
    .laysize ul {
        flex-wrap: wrap;
    }
    .amenities-text-container ul li {
        width: calc(50% - 2px);
        margin: 1px;
    }
    .laydets h5 {
        font-size: 24px;
    }
    .laysize ul li {
        width: 100%;
        padding: 10px 0;
        border-right: none;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        font-size: 14px;
    }
    .fixed-form.scrl {
        padding: 2px;
        display: none;
    }
    .fixed-form {
        display: none;
    }
    .fixed-form .formFooter button {
        width: auto;
        min-width: 100%;
    }
    .form-group .form-control {
        font-size: 12px;
    }
    .proximitySlider .swiper-slide {
        width: 50%;
    }
    .gallery .swiper-slide img {
        height: 340px;
    }
    .proximity h4 small {
        display: block;
    }
}
@media (max-width: 375px) {
}
@media (max-width: 360px) {
}
.disclaimer p {
    font-size: 14px;
}
@media only screen and (max-width: 600px) {
    .list-inline {
        display: none;
    }
    .slider-content h5 {
        margin-bottom: 5px;
    }
}
header.scrl .menu {
    height: 30px;
    width: auto !important;
    filter: brightness(1) invert(1);
}
.menu {
    height: 30px;
    width: auto !important;
    filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
    .custom-navbar {
        top: 0px;
        left: 0%;
        width: 100%;
        padding: 0;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background: #333;
        padding: 0px 10px;
        color: #fff;
    }
    .navbar-collapse .nav-link {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .custom-nav {
        margin-left: 0px;
    }
    header.scrl .menu {
        background: #fff;
        padding: 10px;
        height: 40px;
    }
}
.bg-frwd-slash {
    background: url(../img/green-bg.jpg) center / cover no-repeat fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-frwd-slash::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #37353666 !important;
    backdrop-filter: grayscale(1);
    z-index: -1;
}
.wrap-inner-content {
    position: absolute;
    top: 0;
    left: 10.5%;
    display: grid;
    align-items: center;
    width: 50%;
    height: 100%;
    z-index: 8;
}
.wrap-inner-content h1 {
    color: #f7f7f7;
    font-family: "NotoSerif_Condensed-Regular";
    margin-bottom: 20px;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 45px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 1px 1px #222;
    margin-bottom: 40px;
    position: relative;
}
.wrap-inner-content h1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    height: 4px;
    width: 50px;
    left: 0;
    background-color: #b08e40;
}
.wrap-inner-content h1 span {
    font-size: 18px;
    display: grid;
    letter-spacing: 2px;
    font-family: "Roboto-Regular";
}
.wrap-inner-content h2 {
    font-family: "NotoSerif_Condensed-Regular";
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px #222;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wrap-inner-content ul {
    padding-left: 0;
    list-style-type: none;
    margin: 25px 0;
}
.wrap-inner-content ul li {
    color: #fff;
    text-shadow: 1px 1px #222;
    padding-bottom: 5px;
    font-family: "Roboto-Light";
    letter-spacing: 1.2px;
}
.wrap-inner-content ul li img {
    width: 18px;
    filter: invert();
}
.wrap-inner-content h5 {
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 20px;
    letter-spacing: 1.2px;
}
.wrap-inner-content h5 span {
    background-color: #b08e40;
    padding: 7px 20px;
}
.wrap-inner-content h3 {
    color: #fff;
    font-family: "NotoSerif_Condensed-Regular";
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 10px;
}
.wrap-inner-content h6 {
    margin-top: 25px;
}
.wrap-inner-content h6 span {
    background-color: #b08e40;
    color: #fff;
    padding: 8px 25px;
    font-family: "NotoSerif_Condensed-Regular";
    font-size: 24px;
    letter-spacing: 0.8px;
}
.header_area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
    left: 0;
    background-color: transparent;
    transition: all 0.3s;
}
.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%) !important;
    backdrop-filter: grayscale(1);
    z-index: -1;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.modal-body {
    background-color: #fff;
    opacity: 1;
    align-items: center;
    text-align: center;
    padding: 30px;
}
.modal-body img {
    width: 50px;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.modal-body h2 {
    font-family: "NotoSerif_Condensed-Regular";
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.modal-body h6 {
    font-family: "Roboto-Regular";
    font-size: 16px;
    padding-top: 0;
    letter-spacing: 0.8px;
    color: #666;
}
.modal-body p {
    color: #000;
}
.modal-body h4 {
    color: var(--yellow);
    text-align: center;
    border-radius: 50px;
    font-family: "NotoSerif_Condensed-Regular";
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    color: #b08e40;
    margin-top: 10px;
}
.modal-body .btn-main {
    background: #b08e40;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    font-family: "NotoSerif_Condensed-Regular";
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
}
.modal-body .form-control {
    border: 0.5px solid #ccc;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    padding: 25px 25px;
    margin-bottom: 10px;
    font-family: "NotoSerif_Condensed-Regular";
}
.modal-body .form-control::placeholder {
    color: #666;
    font-family: "NotoSerif_Condensed-Regular";
    letter-spacing: 0.7px;
}
.modal .close {
    color: #222;
    opacity: 1;
    right: 30px;
    position: absolute;
    z-index: 9999999 !important;
    top: 60px;
    padding: 8px 10px;
    border-radius: 50px;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}
.modal-highlight li span {
    color: #000;
}
.whatsaapBtn {
    position: fixed;
    left: 1.5rem;
    bottom: 3rem;
    z-index: 99999;
    display: block;
}
.whatsaapBtn span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: #2d8b01;
    box-shadow: 0px 3px 3px 0 #000000bd;
}
@media only screen and (max-width: 600px) {
    .wrap-inner-content {
        width: 100% !important;
    }
    .wrap-inner-content h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .slider-content {
        top: 19%;
    }
    .wrap-inner-content h2 {
        font-size: 20px;
    }
    .wrap-inner-content h1:after {
        display: none;
    }
    .wrap-inner-content h3 {
        font-size: 30px;
    }
    .wrap-inner-content h5 {
        color: #fff;
        font-family: "Roboto-Light";
        font-size: 18px;
        letter-spacing: 1.2px;
    }
    .wrap-inner-content h5 span {
        background-color: #b08e40;
        padding: 4px 20px;
    }
    .wrap-inner-content ul {
        padding-left: 0;
        list-style-type: none;
        margin: 0px 0;
    }
}