* {
    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: #fcf4e9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.offcanvas{
    background: #fcf4e9 !important;
}
.top-header {
    position: absolute;
    width: 100%;
    transition: 0.3s;
}

.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fcf4e9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    width: 65px;
}

.hero-section {
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100vh;
    /* height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: bottom;
    color: transparent; */
}

.hig-text{
    display: grid;
}

.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;
}
section.project-highlights {
    background: #fcf4e9;
    padding: 20px 0;
}

section.project-highlights ul{
    list-style-type: none;
}

section.project-highlights ul li{
       font-family: Montserrat-regural;
}

.same-btn-all:hover {
    background-color: #c49945;
    color: #fff;
}

.abs-content {
    position: absolute;
    top: 10%;
    right: 38%;
}

.abs-content p {
    font-family: Cinzel-Medium;
}

.abs-content h1 {
    font-size: 36px;
    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: #fcf4e9;
}

.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: center;
}

.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: 460px;
    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);
}

.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;
    padding-left: 50px;
}

.location-adv-sec ul li {
    margin-top: 0;
    font-size: 14px;
    /* border-bottom: 2px solid #705118; */
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    /* font-family: Cinzel; */
    padding: 5px 4px;
    /* height: 91px; */
    font-family: Montserrat-regural;
}

.flor-img{
    position: relative;
}

.floor-btn {
    position: absolute;
    top: 36%;
    left: 6%;
    transform: translate(50%, 50%);
}

.flor-img img {
    height: 300px;
    width: 65%;
    object-fit: cover;
}
.text-center.price-card {
    width: 60%;
    margin-left: auto;
    padding: 25px 0;
    border: 2px solid #705118;
    border-radius: 10px;
    box-shadow: 6px 7px 5px #705118;
}

.price-sec-banner .carousel-indicators {
    bottom: -70px;
}

.price-sec-banner .carousel-indicators [data-bs-target] {
    background-color: #705118;
    height: 5px;
}

.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%;
}

.key-points {
    position: absolute;
    bottom: 0;
    display: flex;
    /* background: #000; */
    color: #fff;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 4px 5px!important;
}

.location-adv-sec .key-points li {
    margin-top: 0px;
    font-size: 10px;
    border-bottom: 0px solid #705118;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-family: Cinzel;
    padding: 0px;
    height: 100%;
}
.location-adv-sec .key-points li a{
    color: #fff;
}

.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;
}

.tab-btn {
    padding: 10px 55px;
    border: none;
    background: #fff;
    color: #705118;
    cursor: pointer;
}

.tab-btn.active {
    background: #705118;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 15px;
    position: relative;
}

.tab-content.active {
    display: block;
}

.tab-content a {
    position: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.tab-content img {
    filter: blur(0px);
}

.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: #fcf4e9;
    border-bottom: 1px solid #705118 !important;
    border: none;
    margin-top: 14px;
    outline: none;
}

.form-all1 input {
    width: 100%;
    padding: 6px 20px !important;
    font-size: 16px;
    color: #705118;
    letter-spacing: 2px;
    background-color: #fcf4e9;
    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: 16px;
    margin-top: 10px;
    font-family: Montserrat-regural;
}
.mytxt{
    font-size: 26px;
}

.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);
}
.top-header .navbar .light_logo{
    display: block;
}
.top-header .navbar .dark_logo{
    display: none;
}
.top-header.fixed .navbar .light_logo{
    display: none;
}
.top-header.fixed .navbar .dark_logo{
    display: block;
}


.fixedIcons {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    padding: 5px;
    background: #FFFCF1;
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    box-shadow: 0 0 0 0 #29a71a;
}
.fixedIcons {
    &.whatsapp {
        right: 15px;
    }
}
.fixedIcons {
    &.phone {
        right: 15px;
        background: #FFFCF1;
    }
}
.fixedIcons {
  img {
      width: 40px;
      padding: 5px;
  }
}

.artist{
    position: relative;
}
.artist {
  position: relative;
  z-index: 99;
}
.artist span {
  position: absolute;
  bottom: 8px;
  right: 5px;
  background: #00000085;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
}

.amenities-sec .artist span {
    bottom: 62px;
}
.d_view{
    display: block;
}
.m_view{
    display: none;
}
.over_pt{
    font-size: 16px;
    font-family: Montserrat-regural;
    margin-bottom: 0;
    font-weight: 600;
}
.over_pt img{
    margin-right: 5px;
    max-width: 17px;
}
/* responsive css */

@media (max-width:1440px) {
    .abs-content {
        position: absolute;
        top: 10%;
        right: 35%;
    }

    .container {
        max-width: 1280px !important;
    }

    .abs-price-text {
        top: 0;
    }

    .next-btn1 {
        right: 18%;
    }

    .prev-btn1 {
        left: 18%;
    }
    .my-loc{
        padding-left: 30px;
    }
    .col-xl-6.mt-3.d-flex.align-items-center.my-loc {
        padding-left: 30px;
    }
    .text-center.price-card {
        width: 80%;
    }
    .floor-btn {
    left: 4%;
}
}

@media (max-width: 1366px){
    .location-adv-sec ul li {
    font-size: 14px;
}
    .floor-btn {
        left: -1%;
    }
}

@media (max-width:768px) {
    .over_pt{
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px;
    }
    .price {
        margin-top: 30px !important;
    }

    .next-btn1 {
        right: 30%;
    }

    .prev-btn1 {
        left: 30%;
    }
.floor-btn {
        left: -9%;
        top: 21%;
    }
    .my-order{
        order: 1;
    }

    .typo-abs p {
        font-size: 14px;
    }
    .hig-text{
        display: block;
    }
    .flor-img{
        text-align: center;
    }

   .flor-img img {
        height: 156px;
        width: 80%;
        border: 2px solid #705118;
        box-shadow: 6px 7px 5px #705118;
    }

   section.project-highlights ul {
        padding-left: 12px;
        padding-right: 12px;
    }

 section.project-highlights ul li {
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
        padding: 8px 0;
        border-right: unset!important;
    }

    section.project-highlights ul li:nth-last-child(1){
        border-bottom: 0px solid #000;
    }

    section.project-highlights {
        padding: 6px 0;
    }
    .typo-abs {
        background-color: #a392642b;
        padding: 30px 0px;
    }

    .abs-content h1 {
        font-size: 23px;
        font-weight: 500;
    }

    .abs-content {
        position: absolute;
        top: 13%;
        right: 5%;
    }

    .typo-abs {
        position: unset;
        margin-top: 0;
    }

    .heading h2 {
        font-size: 18px !important;
    }
ul.key-points {
    bottom: 0;
}
    .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;
        /* border-bottom: 1px solid #cfcfcf; */
        /* border-right: 1px solid #cfcfcf; */
    }
.location-adv-sec ul {
    padding-left: 33px;
    padding-right: 8px;
}
    .location-adv-sec .key-points li {
    font-size: 8px;
}

    .abs-price-text {
        position: unset;
    }

    .price-card {
        border: 2px solid #705118;
        padding: 27px;
        border-radius: 10px;
        box-shadow: 6px 7px 5px #705118;
        margin-top: 23px !important;
        max-width: 300px;
        margin: 0 auto;
    }

    .abs-price-text h4 {
        font-size: 20px;
    }


.col-xl-6.mt-3.d-flex.align-items-center.my-loc {
        padding-left: 0px;
    }

    .tab-btn {
        padding: 4px 14px;
        font-size: 15px;
    }
.mytxt {
    font-size: 21px;
}
    .textcenter {
        text-align: center;
    }

    .copyright {
        font-size: 10px;
    }

    .rera {
        font-family: Cinzel-Medium;
        font-size: 10px;
    }

    .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;
    }



    .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;
    }
    .navbar-brand img {
        width: 61px;
    }
    .Expansive-sec .artist span {
        bottom: 71px;
    }
    .modal-body{
        margin-top: 15px;
    }
    .banner-img{
        height: 100%;
        margin-top: 80px;
    }
    .d_view{
        display: none;
    }
    .m_view{
        display: block;
    }
}