* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--Cinzel);

}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cinzel-SemiBold;
}

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

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

@font-face {
    font-family: Cinzel-bold;
    src: url("../fonts/Cinzel/Cinzel-Bold.ttf");
    font-weight: 600;
    font-display: swap;
}

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




@font-face {
    font-family: Montserrat-light;
    src: url("../fonts/Montserrat/Montserrat-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

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

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

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

.container {
    max-width: 1536px !important;
}

:root {
    --Cinzel: 'Cinzel';
    --montserrat: 'montserrat';
    --primary-color: #705118;
}


.top-phone-icon {
    background-color: #705118;
    padding: 14px;
    display: inline-block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-phone-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}


.navbar-toggler img {
    width: 30px;
}

.offcanvas-end {
    width: 300px !important;
}

.nav-item a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.gradient-text {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #705118, #a39264);
    -webkit-background-clip: text;
}

.modal-backdrop {
    background: transparent !important;
}

.relative-hero-section {
    position: relative;
    overflow: hidden;
}

.relative-hero-section::after {
    content: "";
    background-color: #ebeae6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.top-header {
    position: absolute;
    width: 100%;
    transition: 0.3s;
}

.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ebeae6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    width: 80px;
}

.hero-section {
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: bottom;
    color: transparent;
}


.same-btn-all {
    background-color: #705118;
    text-decoration: none;
    color: #fff;
    padding: 8px 35px;
    /* padding-inline: 35px; */
    font-size: 16px;
    transition: 0.5s ease-in;
    letter-spacing: 2px;
    font-family: Cinzel;
}

.same-btn-all:hover {
    background-color: #c49945;
    color: #fff;
}

.abs-content {
    position: absolute;
    top: 10%;
    right: 37%;
}

.abs-content p {
    font-family: Cinzel-Medium;
}

.abs-content h1 {
    font-size: 28px;
    font-weight: 500;
}

.top-header {
    z-index: 999;
}

.fw-medium {
    font-weight: 500;
}

.gradient-border {
    background: linear-gradient(270deg, #0000, #705118, #0000);
    height: 1px;
    max-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.gradient-border1 {
    background: linear-gradient(270deg, #0000, #ffff, #0000);
    height: 1px;
    max-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.typo-abs {
    position: absolute;
    top: 40%;
    width: 100%;
}

.typo-abs p {
    line-height: 30px;
    letter-spacing: 1px;
    font-family: Cinzel-SemiBold;
    font-size: 18px;
}

.typo-abs h4 {
    font-size: 32px;
    font-weight: Cinzel-SemiBold;
}

.bg-same {
    background-color: #ebeae6;
}

.heading {
    position: relative;
}

.birder-group {
    position: absolute;
    left: 72%;
    bottom: 0;
    width: 80px;
}

.heading h2 {
    font-size: 26px;
    letter-spacing: .025em;
    font-weight: Cinzel-SemiBold;
}

.heading p {
    font-size: 14px;
    /* font-family: Cinzel-medium; */
    letter-spacing: 1px;
    font-family: Montserrat-regural;
    line-height: 30px;
}

.overview {
    position: relative;
    overflow: hidden;
}

.overview-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.overview-img {
    max-width: 65%;
    margin: 0 auto;
    position: relative;

}

.overview-img::after {
    content: "";
    background-color: #705118;
    width: 150px;
    height: 1px;
    position: absolute;
    left: -7%;
    top: -6%;
}

.overview-img::before {
    content: "";
    background-color: #705118;
    width: 150px;
    height: 1px;
    position: absolute;
    left: -12%;
    top: 9%;
    transform: rotate(90deg);
}

.overview-img-abs {
    position: absolute;
    display: flex;
    ;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    font-weight: 500;
}

.overview-content p {
    font-size: 14px;
    line-height: 25px;
    color: #202020;
    font-family: Montserrat-regural;
    text-align: justify;
}

.bg1 {
    position: absolute;
    left: 0;
    top: 30%;
    width: 135px;
}

.bg2 {
    position: absolute;
    right: 0;
    top: 30%;
    transform: scaleX(-1);
    width: 135px;
}

.Expansive-sec {
    position: relative;
}

.Expansive-sec::after {
    content: "";
    background: linear-gradient(135deg, #0000009c, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Expansive-sec img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-size: cover;
    object-position: right;
}

.Expansive-sec-text {
    position: absolute;
    top: 20%;
    left: 6%;
    z-index: 99;
}

.Expansive-sec-text h1 {
    color: #ffffff;
    font-family: Cinzel-Medium;
    font-size: 32px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 1px;
}

.Expansive-sec-text span {
    font-family: Cinzel-bold;
    /* font-weight: 700; */
}

.amenities-sec {
    background-image: url(../images/new-folder/amenities/amenities-bg.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.amenities-sec::after {
    content: "";
    background-color: #2020208c;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.owl-item img {
    width: 100%;
    border-radius: 12px;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.owl-item.active.center {
    transform: scale(1.05);
    transition: 0.3s;
}

.owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;
    justify-content: center;
    /* justify-content: space-between; */
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
}


#Virtual-slider .owl-nav {
    position: absolute;
    bottom: -10%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;
    justify-content: center;
    /* justify-content: space-between; */
    pointer-events: none;
}

#Virtual-slider .owl-nav button {
    pointer-events: all;
}

.prev-btn,
.next-btn {
    background: #705118;
    color: white;
    /* padding: 12px 18px; */
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -15px;
}


.prev-btn1,
.next-btn1 {
    background: #705118;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 140% !important;
    transform: translateY(-50%);
}

.prev-btn1 {
    left: 13%;
}

.next-btn1 {
    right: 13%;
}


.prev-btn1 img,
.next-btn1 img {
    filter: invert(1) brightness(2000);
}

.prev-btn img,
.next-btn img {
    filter: invert(1) brightness(2000)!important;
}


.owl-carousel .item {
    position: relative;

}

.owl-carousel .item p {
    background-color: #fff;
    opacity: .8;
    color: #000000;
    padding: 5px;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 90px;
    z-index: 99;
    width: 90%;
    right: 50px;
}

.location-adv-sec {
    position: relative;
}

.location-adv-sec ul {
    padding: 0;
    list-style: none;
}

.location-adv-sec ul li {
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 2px solid #705118;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Cinzel;
}

.left-ul li::after {
    content: "";
    background-color: #705118;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -2px;
    bottom: -6px;
}

.right-ul li::after {
    content: "";
    background-color: #705118;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -2px;
    bottom: -6px;
}

.price-sec {
    position: relative;
}

.price-sec-banner {
    position: relative;
}

.abs-price-text {
    position: absolute;
    top: 15%;
    width: 100%;
}

.abs-price-text h4 {
    font-size: 32px;
}

.abs-price-text p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 20px;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.journey-tabs{
     display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn,
.journey-tab-btn
 {
    padding: 10px 55px;
    border: none;
    background: #fff;
    color: #705118;
    cursor: pointer;
}

.tab-btn.active {
    background: #705118;
    color: #fff;
}
.journey-tab-btn.active {
    background: #705118;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 15px;
    position: relative;
}
.journey-tab-content{
     display: none;
    padding: 15px;
    position: relative;

}

.tab-content.active {
    display: block;
}
.journey-tab-content.active {
    display: block;
}

.tab-content a,
.journey-tab-content a {
    position: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.tab-content img,
.journey-tab-content img {
    filter: blur(0px);
}

.tab-content::after {
    content: "";
    background-color: #00000000;
    width: 100%;
    height: 100%;
    position: unset;
    top: 0;
    left: 0;
}
.journey-tab-content::after {
    content: "";
    background-color: #00000000;
    width: 100%;
    height: 100%;
    position: unset;
    top: 0;
    left: 0;
}


.about-developer-sec {
    background-image: url(../images/new-folder/about-bg.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 120px 0px;
}

.about-developer-sec p {
    font-family: Montserrat-regural;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 60px;
}

.about-developer-sec::after {
    content: "";
    background-color: #0000009c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rera {
    font-family: Cinzel-Medium;
    font-size: 18px;
}

.Disclaimer {
    font-size: 10px;
    line-height: 20px;
    color: #202020;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    font-family: Montserrat-regural;
}

.Contact-detail a {
    display: block;
    margin-top: 25px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    display: flex;
    gap: 30px;
    align-content: center;
}

.Contact-detail a img {
    background-color: #705118;
    padding: 10px;
    border-radius: 50%;
}

.copyright {
    font-family: Montserrat-medium;
    font-size: 14px;
}

.copyright a {
    text-decoration: none;
    color: #705118 !important;
    font-family: Montserrat-regural;
}

.form-all {
    background-color: #7051181a;
    padding: 20px;
    border: 2px solid #705118;
    max-width: 480px;
}

.form-all1 {
    background-color: transparent !important;
    padding: 10px !important;
    border: 2px solid #705118;
    max-width: 480px;
}

.form-all input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #705118;
    letter-spacing: 2px;
    background-color: #ebeae6;
    border-bottom: 1px solid #705118 !important;
    border: none;
    margin-top: 30px;

    outline: none;
}

.form-all1 input {
    width: 100%;
    padding: 6px 20px !important;
    font-size: 16px;
    color: #705118;
    letter-spacing: 2px;
    background-color: #ebeae6;
    border-bottom: 1px solid #705118 !important;
    border: none;
    margin-top: 20px !important;

    outline: none;
}

.form-all input::placeholder {
    color: #705118a8;
    text-transform: uppercase;
    font-family: Montserrat-semibold;
    letter-spacing: 2px;
    font-size: 16px;
}

.form-all input::placeholder {
    font-size: 13px !important;
}

.aut {
    font-family: Montserrat-regural;
    line-height: 20px;
    font-size: 10px;
    /* text-align: center; */
}

.form-all button {
    display: inline-block;
    padding: 12px 32px !important;
    font-family: Montserrat-regural;
    width: 250px;
}

.modal-header {
    padding: 0rem 1rem !important;
}

#location .revers-row h3 {
    letter-spacing: .025em;
}

#location .revers-row p {
    line-height: 30px;
    text-transform: capitalize;
    font-family: Montserrat-regural;
    font-size: 14px;
    margin-top: 30px;
}

#location .revers-row a {
    margin-top: 40px;
}

.location-adv-points ul li {
    list-style: none;
    font-size: 12px;
    margin-top: 10px;
    font-family: Montserrat-regural;
}



.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.abs-btn-top {
    position: fixed;
    top: 50%;
    right: -83px;
    z-index: 999;
    transform: rotate(90deg);
}


.modal .btn-close {
    right: 8px !important;
    position: absolute;
    top: 8px;
    /* background: rebeccapurple; */
    filter: invert(1) brightness(0);
    /* border: 1px solid #000; */
    /* border-radius: 50%; */
    padding: 8px;
    width: 5px;
    height: 5px;
}

.font-png{
    width:80px;
}
.mobile-section{
    display: none;
}

.highlight-hdng{
       color: #df0404;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
}

#actual-slider .owl-nav {
    position: absolute;
    bottom: -10%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;
    justify-content: center;
    /* justify-content: space-between; */
    pointer-events: none;
}

/* responsive css */

@media (max-width:1440px) {
    .abs-content {
        position: absolute;
        top: 7%;
        right: 30%;
    }

    .container {
        max-width: 1280px !important;
    }

    .abs-price-text {
        top: 0;
    }

    .next-btn1 {
        right: 18%;
    }

    .prev-btn1 {
        left: 18%;
    }
}


@media (max-width:768px) {

        .mobile-section {
        display: block;
        background: #705118;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        display: flex;
        justify-content: center;
    }

           .mobile-section .mobile-btnn {
        color: #fff;
        background-color: #705118;
        border-color: #705118;
        font-size: 14px;
        letter-spacing: 1px;
        border: unset;
        box-shadow: unset;
    }

   .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}

    .font-png{
        width: 60px;
    }

    .price {
        margin-top: 30px !important;
    }

    .next-btn1 {
        right: 30%;
    }

    .prev-btn1 {
        left: 30%;
    }

    .typo-abs p {
        font-size: 14px;
    }

    .typo-abs {
        background-color: #a392642b;
        padding: 30px 0px;
    }

    .abs-content h1 {
        font-size: 22px;
        font-weight: 500;
    }

    .abs-content {
        position: absolute;
        top: 9%;
        right: 0;
        z-index: 9;
    }

    .typo-abs {
        position: unset;
        margin-top: 0;
    }

    .heading h2 {
        font-size: 18px !important;
    }

    .heading p {
        font-size: 11px;
        /* font-family: Cinzel-medium; */
        line-height: 25px;
    }

    .bg1,
    .bg2 {
        display: none;
    }

    .overview-img::before,
    .overview-img::after {
        display: none;
    }

    .overview-img {
        max-width: 100%;
    }

    .Expansive-sec-text h1 {
        font-size: 22px;
    }

    .Expansive-sec-text {
        top: 8%;
    }

    .overview-img-abs p {
        font-size: 8px;
    }

    .revers-row {
        flex-direction: column-reverse;
    }

    .revers-row h3 {
        font-size: 14px;
        line-height: 1 !important;
        text-align: center;
    }

    .revers-row p {
        font-size: 12px;
        line-height: 20px;
    }

    .owl-carousel .item p {
        right: 12px;
    }

    .location-adv-sec ul li {
        font-size: 12px;
        text-align: center;
        border-bottom: 1px solid #cfcfcf;
        /* border-right: 1px solid #cfcfcf; */
    }

    .abs-price-text {
        position: unset;
    }

    .price-card {
        border: 2px solid #705118;
        padding: 27px;
        border-radius: 10px;
        box-shadow: 6px 7px 5px #705118;
        margin-top: 40px !important;
        max-width: 300px;
        margin: 0 auto;
    }

    .abs-price-text h4 {
        font-size: 20px;
    }


    .price-sec-banner img {
        display: none;
        ;
    }

    .tab-btn, 
    .journey-tab-btn {
        padding: 4px 14px;
        font-size: 15px;
    }

    .textcenter {
        text-align: center;
    }

    .copyright {
        font-size: 10px;
    }

    .rera {
        font-family: Cinzel-Medium;
        font-size: 14px;
    }

    .owl-nav {
        bottom: -3%;
    }

    #Virtual-slider .owl-nav {
        bottom: -13%;
    }

    .owl-item img {
        height: 250px;
    }

    .typo-abs h4 {
        font-size: 20px;
        font-family: Cinzel-SemiBold;
    }

    .row-revers {
        flex-direction: column-reverse;
    }

    .Expansive-sec img {
        object-position: bottom;
    }

    .Expansive-btn {
        position: absolute;
        bottom: 21px;
        width: 100%;
        z-index: 99;
    }

    .location-adv-points {
        height: 300px;
        overflow-y: scroll;
    }

    .Disclaimer {
        text-align: justify;
        font-size: 12px;
    }

    .about-developer-sec p {
        font-size: 12px;
    }

    .overview-img img {
        object-position: right;
    }


    .text-zise {
        font-size: 15px !important;
    }

    .abs-btn-top {
        display: none;
    }
}