@font-face {
    font-family: optima;
    font-style: normal;
    src: url("../fonts/optima/OPTIMA.TTF") format("woff"), url("../fonts/Lora-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Optima;
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/optima/Optima-Medium.woff") format("woff"), url("../fonts/optima/Optima-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Optima;
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/optima/Optima-Italic.woff") format("woff"), url("../fonts/optima/Optima-Italic.woff2") format("woff2");
}

@font-face {
    font-family: Optima;
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/optima/Optima-Bold.woff") format("woff"), url("../fonts/optima/Optima-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Optima;
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/optima/Optima.woff2") format("woff"), url("../fonts/optima/Optima.woff2") format("woff2");
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

:root {
    --primary-font: Optima;
    --primary-color: #1b6045;
    --secondary-color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
    color: rgb(120, 95, 64);
}

h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.15px;
    color: rgb(120, 95, 64);
    margin-bottom: 0px;
    text-transform: capitalize;
}

h6 {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: rgb(120, 95, 64);
    margin-bottom: 0px;
    font-weight: 600;
}

p {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.85px;
}

.container {
    max-width: 90%;
}

.closemenu {
    display: none;
    filter: invert(1) brightness(0) !important;
}

.closemenu, .openmenu {
    width: 30px;
    filter: invert(1) brightness(200);
}

body {
    font-family: Optima;
    font-weight: 500;
    font-style: normal;
    background: rgb(248, 245, 232);
    &.mobile-open {
        & .closemenu {
            display: block;
        }

        & .openmenu {
            display: none;
        }
    }
}

.ptb {
    padding: 60px 0px 8px;
}

header.header {
    position: fixed;
    width: 100%;
    padding: 14px 0px;
    z-index: 999;
    display: none;
}

.header .right_sec {
    text-align: right;
}

.header .gradient-button {
    position: relative;
    overflow: hidden;
    background: rgb(120, 95, 64);
    border-radius: 30px;
    padding: 8px 15px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: sans-serif;
    transition: transform 0.2s;
}

.header .gradient-button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-20deg);
    animation: 3s ease 0s infinite normal none running buttonShine;
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }

    45% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.header .gradient-button:hover {
    transform: scale(1.04);
    animation-duration: 2s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header .gradient-button .phone-icon {
    margin-right: 10px;
    width: 24px;
}

.header .gradient-button .phone-number {
    font-weight: 700;
}

.header_btn a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: Optima;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.15px;
    letter-spacing: 0.1em;
    text-align: left;
}

.header .mobile-trigger {
    margin-left: 40px;
}

.header .right_content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .rera_no p {
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: 0.06em;
    margin-top: 12px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

header.header.fixed-header {
    background-color: rgb(248, 245, 232);
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    animation: 0.9s ease 0s 1 normal none running slide-down;
    display: block;
}

header.header.fixed-header .logo_sec img {
    max-width: 120px;
    filter: unset;
    height: unset;
}

.fixed-header .mobile-trigger-in .openmenu {
    filter: invert(1) brightness(0.5);
}

.header .rera_number {
    rotate: 90deg;
    position: absolute;
    right: -31%;
    top: 62%;
    left: inherit;
}

.header .menu_logo {
    text-align: center;
}

.banner_section .banner_image img {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner_section .banner_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    border-radius: 20px;
    z-index: 9;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.banner_section .banner_location {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
}

.banner_section .title h1 {
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
}

.bottom_gradient {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 40%;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.51), rgba(130, 137, 112, 0));
}

.banner_section .banner_location img.map {
    padding-right: 10px;
    width: 28px;
}

.banner_section .banner_location p {
    margin-bottom: 0px;
}

.top_title {
    text-align: center;
    text-transform: uppercase;
}

.top_title .title {
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.tab-wrapper .tabs {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tab-wrapper .tabs .tab-link {
    font-size: 12px;
    line-height: 24.49px;
    letter-spacing: 0.16em;
    padding: 6px 20px;
    border: 1px solid rgb(120, 95, 64);
    margin-right: 10px;
    margin-left: 10px;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.tab-wrapper .tabs .tab-link.active {
    background: rgb(120, 95, 64);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.main_btn button {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.16em;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    padding-left: 0px;
    padding-right: 0px;
}

.circleBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(248, 245, 232);
    text-decoration: none;
    text-transform: capitalize;
}

.circleBtn span {
    background: rgb(248, 245, 232);
    color: rgb(0, 0, 0);
    margin-left: -25px;
    display: block;
    font-size: 14px;
}

.circleBtn::before {
    content: "";
    height: 46px;
    width: 46px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100%;
    display: inline-block;
}

.circleBtn i {
    margin-left: 10px;
}

.circleBtn, .circleBtn * {
    transition: 0.3s ease-in-out;
}

.overview .about_text p {
    text-align: center;
}

.overview {
    position: relative;
}

.overview .bg_logo {
    top: 11%;
}

.bg_logo {
    width: 280px;
    height: 280px;
    top: auto;
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0px auto;
}

.bg_logo img {
    max-width: 100%;
    opacity: 0.1;
}

.overview .main_btn {
    text-align: center;
    margin-top: 30px;
}

.overview .bottom_img {
    margin-top: 65px;
}

.overview .bottom_img .img_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.overview .bottom_img .item.second_img {
    padding: 0px 20px;
}

.highlight_section .highlight_content .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 20px;
    width: 70%;
}

.highlight_section .highlight_content .item p {
    margin-bottom: 0px;
}

.highlight_section .highlight_content .item img {
    padding-right: 20px;
    width: 40px;
}

.highlight_section .content-wrapper .row {
    align-items: center;
    justify-content: center;
}

.highlight_section .main_btn {
    margin-top: 40px;
}

.tab-wrapper {
    margin-bottom: 75px;
}

.price_list .price_inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 20px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 90%;
    margin: 18px auto 0px;
}

.price_list .typology_sec ul li {
    padding: 0px;
    margin: 0px 0px 14px;
    list-style: none;
    font-size: 14px;
    letter-spacing: 0.16em;
}

.price_list .typology_sec ul li span.bold_content {
    font-size: 25px;
    letter-spacing: 0.16em;
}

.price_list .price_content {
    margin-top: 0px;
    position: relative;
}

.price_list .bg_logo {
    top: 0%;
    bottom: 0px;
    width: 300px;
    height: 300px;
}

.price_list .typology_sec .sold_out {
    font-size: 30px;
    letter-spacing: 0.16em;
    color: var(--primary-color);
}

.price_list {
    position: relative;
}

.amenities_section .tab-wrapper .tabs .tab-link {
    width: max-content;
}

.amenities_section .amenities_wrap .item {
    max-width: 20%;
    text-align: center;
    margin-bottom: 15px;
}

.amenities_section .amenities_wrap .item .amenities_title {
    margin-top: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgb(248, 245, 232);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
}

.township_slider2 {
    height: 80%;
    width: 100%;
}

.art-abs {
    position: relative;
}

.art-abs .art {
    position: absolute;
    bottom: -17px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.township_slider {
    box-sizing: border-box;
    padding: 10px 0px;
}

.township_slider .swiper-slide {
    width: 25%;
    height: 100%;
}

.township_content.ptb {
    padding-bottom: 20px;
}

.swiper-button-prev, .swiper-button-next {
    top: 15% !important;
    align-items: center !important;
}

.swiper-button-prev {
    right: 19% !important;
    left: auto !important;
    top: 14% !important;
}

.swiper-button-next {
    right: 12% !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: none !important;
}

.slider_content {
    position: relative;
    padding-top: 30px;
}

.township_content .township_slider {
    bottom: -20%;
    left: 0px;
    right: 0px;
    max-width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    position: absolute !important;
}

.township_slider .swiper-slide {
    transition: 0.4s ease-in-out;
    position: relative;
}

.township_slider .thumbs_img {
    position: relative;
    &::after {
        content: "";
        position: absolute;
        inset: 0px;
        background: rgba(0, 0, 0, 0.4);
    }
}

.township_slider .swiper-slide-thumb-active .thumbs_img {
    opacity: 1;
    &::after {
        background: transparent;
    }
}

.township_slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.highlight_wrap div#Highlights2 .row {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.highlight_wrap .specifications-content-box {
    min-height: 251px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.highlight_wrap p.paragraph-text {
    line-height: 25px;
    font-size: 14px;
    margin-top: 15px;
}

.overview .bottom_img .img_inner img {
    width: 100%;
    max-width: 100%;
}

.logos img {
    max-width: 100%;
}

.highlight_img img {
    max-width: 100%;
    height: 420px;
    width: 100%;
    object-fit: cover;
    background-position: left;
    object-position: left;
}

.fixed-header.header .rera_no p {
    display: none;
}

.highlight_wrap .specifications-content-box h4 {
    font-size: 20px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

p.floor {
    font-size: 26px;
}

.modal-dialog .menu_logo img {
    max-width: 140px;
    filter: invert(1) brightness(0);
}

.form_section .circleBtn::before {
    content: "";
    height: 50px;
    width: 50px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100%;
    display: inline-block;
}
.lower-form-part input{
    color: #00000093 !important;
    letter-spacing: .85px;
}

.lower-form-part input::placeholder{
    color: #00000093 !important;
    letter-spacing: .85px;
    font-size: 12px;
}

.form_section .main_btn button {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.12em;
}

.form_section .circleBtn span {
    background: rgb(248, 245, 232);
    color: rgb(0, 0, 0);
    margin-left: -25px;
    display: block;
}

.typology_sec ul {
    margin: 0px;
    padding: 0px;
    width: 400px;
}

.amenities_wrap img {
    max-width: 100%;
    width: 50px;
    height: auto;
}

.floor_plan .right_section {
    text-align: right;
    padding-right: 160px;
}

.floor_plan .flooplan_img {
    text-align: end;
}

.floor_plan td {
    border: 1px solid rgb(185, 185, 185);
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.1em;
}

.floor_plan .floor_size {
    display: flex;
    justify-content: end;
    margin-bottom: 70px;
    margin-top: 42px;
}

.gallery_section .gallery-content-wrapper {
    margin-top: 15px;
}

.grid-gallery-section {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 15px;
}

.gal-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: right center;
    object-position: left center;
}

.gal-img a {
    position: relative;
}

.gal-img .art {
    position: absolute;
    bottom: -17px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.img-gallery1 {
    grid-area: 1 / 1 / 4 / 3;
}

.img-gallery2 {
    grid-area: 4 / 1 / 6 / 3;
}

.img-gallery3 {
    grid-area: 1 / 3 / 3 / 7;
}

.img-gallery4 {
    grid-area: 3 / 3 / 6 / 7;
}

.img-gallery5 {
    grid-area: 1 / 7 / 3 / 9;
}

.img-gallery6 {
    grid-area: 3 / 7 / 6 / 9;
}

.location-points {
    padding: 20px 10px 0px;
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.location-points span {
    font-size: 16px;
    font-weight: 500;
    color: rgb(47, 65, 55);
}

.location-text-section {
    padding: 0px 20px;
}

.location-address-details {
    padding: 10px 30px;
    background: rgb(77, 64, 54);
    color: rgb(255, 255, 255);
    width: fit-content;
    border-radius: 5px;
    outline: rgb(77, 64, 54) solid 1px;
    outline-offset: 2px;
    transition: 0.3s;
}

.location-address-details:hover {
    outline-offset: -4px;
    outline: rgb(184, 184, 184) solid 1px;
}

.location-points img {
    width: 24px;
    height: 24px;
}

.loc1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.loc2 {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    margin-bottom: -2px;
    background: rgb(248, 245, 232);
}

.location-details .main_btn {
    margin-top: 64px;
    padding-left: 12px;
    margin-left: -10px;
}

.location-details {
    padding-top: 40px;
}

.about_developer .devloper_content {
    text-align: center;
}

.about_developer p.para {
    margin-top: 20px;
}

.about_developer {
    padding-bottom: 38px;
}

footer.footer {
    background: rgb(248 245 232);
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
    /* padding-top: 40px; */
    /* border-top: 1px solid #a1907a; */
    position: relative;
}

.sketch{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    opacity: .3;
}
.sketch1{
    position: absolute;
    left:0;
    bottom: 0;
    width: 350px;
    opacity: .3;
    display: none;
}


.footer .disclaimer {
    text-align: center;
    margin-top: 50px;
}

.footer .disclaimer p {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.16em;
}

.footer p.copyright {
    margin-top: 30px;
}

.footer_content {
    padding-left: 100px;
}

.footer_social_icon {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
}

.footer_logo h4 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.16em;
    margin-bottom: 0px;
}

.footer-form {
    margin: 0px;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

.footer-form .form-group {
    margin: 10px 0px;
}

.footer-form .form-group input.form-control {
    padding: 7px 10px;
    margin-bottom: 10px;
    min-height: 42px;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-radius: 0px;
    color: rgb(255, 255, 255);
}

.footer-form .form-group input.form-control::placeholder {
    color: rgb(255, 255, 255);
}

.footer-form .form-group input.form-control:focus {
    border: 1px solid;
    outline: none;
    box-shadow: none;
}

.footer-form .form-group input.form-control:hover {
    border: 1px solid;
    outline: none;
    box-shadow: none;
}

.form-bottom h4.form_title {
    color: rgb(255, 255, 255);
}

.menu_section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu_section ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.03px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu_section ul li {
    padding: 13px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.menu_location p {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0px;
    position: relative;
    right: 15px;
    width: auto;
    z-index: 99999;
}

.mobile-trigger i, .mobile-trigger i::after, .mobile-trigger i::before {
    position: relative;
    top: 0px;
    background-color: var(--primary-color);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 30px;
}

.mobile-trigger i::after, .mobile-trigger i::before {
    content: "";
    position: absolute;
}

.mobile-trigger i::before {
    top: -10px;
}

.mobile-trigger i::after {
    top: 10px;
}

.mobile-open .mobile-trigger i::before {
    background-color: var(--primary-color);
    bottom: 0px;
    top: 0px;
    transform: rotate(-45deg);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.mobile-open .mobile-trigger i::after {
    background-color: var(--primary-color);
    top: 0px;
    transform: rotate(45deg);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.mobile-open .mobile-trigger i {
    background-color: transparent;
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    background: rgb(248, 245, 232);
    transition: 0.7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid rgb(202, 193, 158);
    overflow: hidden scroll !important;
}

.mobile-open .menu_section {
    right: 0px;
}

.menu_section .menu_in {
    padding: 20px 116px 20px 60px;
    position: relative;
}

.menu_section .absLogo {
    content: "";
    position: absolute;
    bottom: -21%;
    right: -2%;
    height: 55%;
    width: 34%;
    z-index: -1;
    rotate: 288deg;
    opacity: 0.11;
}

.menu_section .absLogo img {
    height: 100%;
}

.form_section button.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.popup_image{
    position: relative;
}

.popup_image .art{
    position: absolute;
    bottom: -10px;
    left: 10px;
    color: #fff;
}
.modal-dialog .popup_image img {
    width: 100%;
    max-width: 100%;
}

.modal-dialog.modal-dialog-centered {
    max-width: 1011px;
}

.modal-dialog .bg_logo {
    width: 230px;
    height: 230px;
    top: 32%;
}

.modal-dialog .menu_logo {
    text-align: center;
}

.popup-form {
    position: relative;
    background-color: rgb(248, 245, 232);
    padding: 24px 40px;
}

.form_section .form-control {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgba(0, 0, 0, 0.34);
    border-image: none;
    padding: 15px 8px;
    border-radius: 5px !important;
    border-radius: 0px;
    background-color: rgb(248, 245, 232);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: 0.2em;
}

.modal-body {
    padding: 0px;
    background-color: rgb(248, 245, 232);
}

.form_section .main_btn {
    margin: 25px 0px 0px;
}

.btn-slider {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: auto;
    bottom: -20%;
    left: 50%;
    right: inherit;
    max-width: fit-content;
}

.btn-slider .carousel-control-prev, .btn-slider .carousel-control-next {
    position: relative;
    margin-right: 25px;
    color: rgb(166, 116, 68);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 10px;
    outline: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    border-radius: unset;
    background-size: 100% 100%;
    background-position: center center;
    position: unset;
}

.location-container {
    padding: 80px 0px 0px;
}

.header .menu_logo img {
    max-width: 140px;
    filter: invert(1) brightness(0);
}

.header .logo_sec img {
    max-width: 120px;
    filter: invert(1) brightness(200);
}

.highlight_img {
    text-align: center;
    position: relative;
}

.highlight_img .art {
    position: absolute;
    bottom: -17px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.floor_plan {
    padding-bottom: 60px;
    padding-top: 60px;
}

.swiper-button-next img, .swiper-button-prev img {
    width: 70px !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form_section.footer_form {
}

.form_section.footer_form .form-control {
    background: #ffffffc7;
    border-color: rgba(255, 255, 255, 0.35);
    color: rgb(255, 255, 255);
    border: 1px solid #00000040;
    margin-top: 20px;
}

.form_section.footer_form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.733);
}

.form_section.footer_form {
    padding: 25px;
    width: 100%;
}

.form_section.footer_form h3 {
    color: rgb(120 95 64);
    text-align: center;
    font-size: 40px;
}

.form_section.footer_form .main_btn button {
    background: rgba(44, 46, 34, 0);
}

.form_section.footer_form .circleBtn span {
    background: rgb(248 245 232);
    color: rgb(120 95 64);
}

.form_section.footer_form .circleBtn::before {
    border: 1px solid rgb(120 95 64);
}

.form_section.footer_form .circleBtn span img {
    /* filter: invert(1); */
}

.social_icon img {
    width: 32px;
}

.amenities_section .amenities_wrap .item .amenities_title p {
    font-size: 14px;
}

.footer_content p {
    font-size: 13px;
    letter-spacing: 0.85px;
    margin-bottom: 15px;
}

p.sold {
    font-size: 30px;
    color: var(--primary-color);
    margin: 10px 0px;
}

.query-now {
    position: fixed;
    top: 50%;
    right: 6px;
    background: rgb(120, 95, 64);
    border-radius: 10px;
    writing-mode: vertical-lr;
    z-index: 999;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}

.query-now::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.45), transparent);
    animation: 3s ease 0s infinite normal none running queryShine;
    pointer-events: none;
}

@keyframes queryShine {
    0% {
        top: -100%;
    }

    45% {
        top: 150%;
    }

    100% {
        top: 150%;
    }
}

.query-now:hover {
    animation-duration: 2s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.query-now a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0px;
    display: flex;
    align-items: center;
}

.query-now p {
    padding: 15px 8px 6px;
    transform: rotate(180deg);
    color: rgb(255, 255, 255);
    margin: 0px;
}

.query-now img {
    width: 35px;
    padding: 2px;
    margin: 10px 1px 1px;
    filter: invert(1) brightness(100);
    border-radius: 50%;
}

.hide {
    opacity: 0;
    scroll-behavior: smooth;
}

.show {
    opacity: 1;
}

.query-btn {
}

.whatsapp-fixed {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
    z-index: 999;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: 2.5s ease-in-out 0s infinite normal none running whatsappPulse;
}

.whatsapp-fixed:hover {
    transform: scale(1.08);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 16px;
    animation-play-state: paused;
}

.whatsapp-fixed img, .whatsapp-fixed svg {
    width: 32px;
    height: 32px;
}

@keyframes whatsappPulse {
    0%, 100% {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px, rgba(37, 211, 102, 0.6) 0px 0px 0px 0px;
    }

    50% {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px, rgba(37, 211, 102, 0) 0px 0px 0px 12px;
    }
}

.mobile-cat {
    background-color: rgb(120, 95, 64);
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.41);
    display: flex;
    justify-content: space-between;
}

.mobile-cat a {
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 33.3%;
    padding: 5px 0px 5px 30px;
}

.developer_main_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 35px auto 25px;
    gap: 0px;
}

.developer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 0px;
    flex-basis: 48%;
}

.developer-box::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0px, rgb(120, 95, 64) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

.developer-box::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0px, rgb(120, 95, 64) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.developer-box h3 {
    color: rgb(120, 95, 64);
    text-align: right;
    font-family: var(--font-Cinzel);
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.developer-box p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: var(--font-Poppins);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}

.banner_image .art {
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.bottom_img .item {
    position: relative;
}

.bottom_img .item .art {
    position: absolute;
    bottom: -17px;
    left: 30px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.luxury-card {
    position: relative;
    border-radius: 16px;
    max-width: 100%;
    padding: 45px 30px 35px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px;
}

.typology {
    color: rgb(120, 95, 64);
    font-family: var(--font-Poppins);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.card-title {
    color: #212529;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 0px auto 20px;
    position: relative;
}

.divider::before, .divider::after {
    content: "";
    flex: 1 1 0%;
    height: 1px;
    background: rgb(120, 95, 64);
    opacity: 0.4;
}

.divider-dot {
    width: 6px;
    height: 6px;
    background: rgb(120, 95, 64);
    border-radius: 50%;
    margin: 0px 10px;
}

.price {
    color: #212529;
    /* font-family: var(--font-Cinzel); */
    font-size: 26px;
    /* font-weight: 500; */
    margin-bottom: 18px;
}

.price span {
    font-family: var(--font-Poppins);
    font-size: 16px;
    font-weight: 400;
    color: rgb(26, 26, 46);
}

.carpet-area {
    color: rgb(26, 26, 46);
    font-family: var(--font-Poppins);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.carpet-area strong {
    font-weight: 600;
    color: #212529;
}

.custom-lightbox {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99999;
}

.custom-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.custom-lightbox img {
    max-width: 95%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: scale(0.85);
    transition: transform 0.3s;
}

.custom-lightbox.active img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 0px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    z-index: 2;
}

.lightbox-close:hover {
    background: rgb(238, 238, 238);
}

.banner-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-media .art{
    position: absolute;
    bottom: -10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
}

.banner-media .bannerImage,
.banner-media .sunblissVideo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner-media .sunblissVideo {
    display: none;
}

.banner-media img, .banner-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#sunblissVideo {
    display: none;
}
.gallery-slider{
    position: relative;
}
.gallery-slider .art{
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: #fff;
}

.gallery-slider img{
    border-radius: 10px;
    height: 540px;
    object-fit: cover;
}
.carousel-indicators button.active {
    background-color: #c89b3c;
}
.carousel-indicators button {
    background-color: #fff;
    opacity: 0.6;
}

.carousel-indicators button.active {
    background-color: #c89b3c;
    opacity: 1;
}

/* Gallery Navigation */
#gallery-slider .carousel-control-prev,
#gallery-slider .carousel-control-next {
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #c89b3c;
    border-radius: 50%;
    background: rgba(20, 15, 10, 0.75);
    opacity: 1;
    transition: all 0.3s ease;
}

/* Position */
#gallery-slider .carousel-control-prev {
    left: 25px;
}

#gallery-slider .carousel-control-next {
    right: 25px;
}

/* Remove Bootstrap default icon */
#gallery-slider .carousel-control-prev-icon,
#gallery-slider .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    background-image: none;
    position: relative;
}

/* Left Arrow */
#gallery-slider .carousel-control-prev-icon::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-left: 2px solid #c89b3c;
    border-bottom: 2px solid #c89b3c;
    transform: rotate(45deg);
    top: 4px;
    left: 5px;
}

/* Right Arrow */
#gallery-slider .carousel-control-next-icon::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #c89b3c;
    border-right: 2px solid #c89b3c;
    transform: rotate(45deg);
    top: 4px;
    left: 2px;
}

/* Hover */
#gallery-slider .carousel-control-prev:hover,
#gallery-slider .carousel-control-next:hover {
    background: #c89b3c;
    border-color: #c89b3c;
}

#gallery-slider .carousel-control-prev:hover .carousel-control-prev-icon::before {
    border-color: #fff;
}

#gallery-slider .carousel-control-next:hover .carousel-control-next-icon::before {
    border-color: #fff;
}

.carousel-indicators [data-bs-target]{
    background-color: #a7a7a7; 
}

#gallery-slider .carousel-indicators{
    bottom: -45px !important;
}

.under-line {
    width: 55%;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Main line */
.under-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #d6b36a 20%,
        #c89b3c 45%,
        #c89b3c 55%,
        #d6b36a 80%,
        transparent 100%
    );
}

/* Center diamond */
.line-star {
    position: relative;
    z-index: 2;

    width: 14px;
    height: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #c89b3c;
    font-size: 18px;
    line-height: 1;

    background: #f8f5e8;
}


.qr-sec{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.rera-none p{
    color: #000;
    margin: 0;
}

.qr-img{
   border: 2px solid #c89b3c;
    padding: 3px;
}
.rera-none a{
    color: #000;
}
.disclaimer{
       background-color: #785f40;
    padding: 40px 0px;
}

.disclaimer p{
    color: #fff;
    font-size: 11px;
}

.disclaimer span{
    color: #d6b36a;
}
@media (max-width: 1500px) {
    .township_content .township_slider {
        bottom: -29%;
    }
}

@media (max-width: 1366px) {
    h2 {
        font-size: 32px;
    }

    .amenities_section .tab-wrapper .tabs .tab-link {
        letter-spacing: 0.85px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .dekstop_img {
        display: block;
    }

    .mobile_img {
        display: none;
    }

    .header_btn.gradient-button.mobile_btn {
        display: none;
    }

    .header_btn.gradient-button.dekstop_btn {
        display: block;
    }
}

@media (max-width: 767px) {

    .popup_image .btn-close{
        background: transparent;
    right: 0;
    top: 0;
    position: absolute;
    /* filter: invert(1); */
    background: #ffffff;
    opacity: 1;
    color: #000000;
    border-radius: 0;
    padding: 5px;
    display: block !important;
    }

    .popup-form .btn-close{
        display: none;
    }
    .location-iframe iframe{
        height: 300px;
    }
    .first_img, .third_img{
        display: none;
    }
    .highlight_img img{
        height: auto;
    }
    .sketch , .sketch1{
        display: none;
    }
    #gallery-slider .carousel-control-prev {
        left: 10px;
    }

    #gallery-slider .carousel-control-next {
        right: 10px;
    }

    #gallery-slider .carousel-control-prev,
    #gallery-slider .carousel-control-next {
        width: 38px;
        height: 38px;
    }

    .gallery-slider img{
        height: 400px;
    }
    .grid-gallery-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 15px;
    }

    .img-gallery1, .img-gallery2, .img-gallery3, .img-gallery4, .img-gallery5, .img-gallery6 {
        grid-area: auto;
    }

    .gal-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .luxury-card {
        margin: 0px auto;
    }

    .banner_image .art {
        position: absolute;
        bottom: -17px;
        left: 6px;
        color: rgb(255, 255, 255);
        font-size: 12px;
    }

    .gal-img .art {
        position: absolute;
        bottom: -26px;
        left: 5px;
        color: rgb(255, 255, 255);
        font-size: 4px;
    }

    .developer_main_box {
        flex-direction: column;
    }

    .query-now {
        display: none;
    }

    .whatsapp-fixed img, .whatsapp-fixed svg {
        width: 22px;
        height: 22px;
    }

    .whatsapp-fixed {
        width: 35px;
        height: 35px;
        bottom: 10px;
        left: 10px;
        display: none;
    }

    .typology_sec ul {
        width: auto;
    }

    .header_btn.gradient-button.mobile_btn {
        display: none;
        background: transparent;
        padding: 0px;
    }

    .header_btn.gradient-button.dekstop_btn {
        display: none;
    }

    .dekstop_img {
        display: none;
    }

    .mobile_img {
        display: block;
    }

    h2 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 500;
        text-transform: capitalize;
    }

    h6 {
        font-size: 12px;
        font-weight: 600;
    }

    p {
        font-size: 13px;
        line-height: 23px;
    }

    header.header .logo_sec img {
        max-width: 80px;
    }

    header.header.fixed-header {
        padding: 4px 0px;
    }

    .banner_section .banner_image img {
        height: auto;
    }

    .container {
        max-width: 100%;
    }

    .banner_section .title h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .banner_section {
        position: relative;
    }

    header.header {
        padding: 12px 0px;
    }

    .header .gradient-button {
        padding: 8px 10px;
        font-size: 14px;
    }

    .header_btn a {
        font-size: 14px;
        display: block;
    }

    .header .right_content .rera_no {
        display: none;
    }

    .header .right_sec {
        text-align: initial;
    }

    .header .right_content {
        justify-content: end;
    }

    header.header.fixed-header .logo_sec img {
        max-width: 80px;
    }

    .closemenu, .openmenu {
        width: 40px;
    }

    .mobile-open .menu_section {
        max-width: 100%;
    }

    .ptb {
        padding: 40px 0px 8px;
    }

    .bottom_gradient {
        bottom: 0px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.77), rgba(130, 137, 112, 0));
    }

    .top_title .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bg_logo {
        width: 300px;
        height: 300px;
    }

    .circleBtn::before {
        height: 40px;
        width: 40px;
    }

    .circleBtn span {
        margin-left: -24px;
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 0.11em;
    }

    .main_btn button {
        font-size: 16px;
    }

    .overview .bottom_img .item.second_img {
        padding: 0px 10px;
    }

    .tab-wrapper .tabs .tab-link {
        padding: 8px 12px;
        font-size: 16px;
    }

    .tab-wrapper .tabs .tab-link {
        font-size: 10px;
        line-height: 24.49px;
        letter-spacing: 0.16em;
        padding: 6px 12px;
        border: 1px solid rgb(0, 0, 0);
        margin-right: 0px;
        margin-left: 0px;
        width: fit-content;
    }

    .highlight_wrap .specifications-content-box {
        min-height: auto;
    }

    .price_list .bg_logo {
        width: 200px;
        height: 200px;
    }

    .price_list .price_inner {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 10px 20px;
    }

    .footer_content {
        padding-left: 0px;
        text-align: center;
    }

    .banner_section .banner_content {
        color: rgb(255, 255, 255);
        padding: 0px;
        bottom: 3%;
    }

    .highlight_section .highlight_content .item {
        width: 100%;
        padding: 10px 0px;
        align-items: baseline;
    }

    .col-lg-6.right_section {
        margin-top: 30px;
    }

    .highlight_section .highlight_content .item img {
        padding-right: 12px;
        width: 30px;
    }

    .highlight_section .main_btn {
        margin-top: 30px;
        text-align: center;
    }

    .price_list .typology_sec .sold_out {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .tab-wrapper .tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .highlight_section .highlight_content .item {
        width: 100%;
        padding: 10px 0px;
        align-items: center;
    }

    .col-lg-6.right_section {
        margin-top: 30px;
    }

    .highlight_section .highlight_content .item img {
        padding-right: 7px;
        width: 23px;
    }

    .amenities_section .tab-wrapper .tabs .tab-link {
        padding: 6px 10px;
        font-size: 13px;
        width: fit-content;
        margin-left: 8px;
    }

    .amenities_section .amenities_wrap .item {
        max-width: 49%;
        margin-bottom: 10px;
    }

    .amenities_section .amenities_wrap .item br {
        display: none;
    }

    .amenities_wrap .row {
        justify-content: center;
    }

    .amenities_section .amenities_wrap .item .amenities_title {
        margin-top: 0px;
    }

    .amenities_section .tab-wrapper {
        position: sticky;
        top: 3%;
        background: rgb(248, 245, 232);
    }

    .floor_plan .flooplan_img img {
        max-width: 100%;
    }

    .floor_plan .right_section {
        text-align: center;
        padding-right: 0px;
        margin-top: 30px;
    }

    .floor_plan .floor_size {
        justify-content: center;
        margin-bottom: 26px;
        margin-top: 20px;
    }

    .floor_plan {
        padding-bottom: 0px;
    }

    .floor_plan .flooplan_img img {
        max-width: 100%;
    }

    .floor_plan {
        padding-bottom: 0px;
    }

    .btn-slider {
        bottom: auto;
        left: 0px;
        position: relative;
        justify-content: center;
        width: 100%;
        max-width: none;
        margin-top: 25px;
    }

    .loc1 p {
        margin-bottom: 0px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .location-points {
        padding: 15px 10px 0px;
        margin: 0px;
        gap: 12px;
        width: 100%;
    }

    .loc2 {
        height: 46px;
        width: 46px;
        margin-left: -25px;
        padding: 10px;
        margin-bottom: -3px;
    }

    .about_developer p.para {
        margin-top: 20px;
    }

    .footer_social_icon {
        display: flex;
        gap: 30px;
        margin-top: 40px;
        justify-content: center;
    }

    .footer .disclaimer {
        text-align: center;
        margin-top: 10px;
    }

    .location-details .main_btn {
        margin-top: 30px;
        padding-left: 0px;
        margin-left: -20px;
        text-align: center;
    }

    .header .mobile-trigger {
        margin-left: 10px;
        right: 0px;
    }

    .header .right_sec .rera_no {
        display: none;
    }

    .header .gradient-button .phone-icon {
        width: 36px;
        margin-right: 0px;
        vertical-align: bottom;
        border: 1px solid rgb(120, 95, 64);
        border-radius: 50%;
        padding: 6px;
        filter: invert(1) brightness(200);
    }

    .header .menu_logo img {
        max-width: 130px;
    }

    .menu_section ul li {
        padding: 12px 0px;
    }

    .menu_section ul li a {
        font-size: 14px;
    }

    .menu_location p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .menu_section .menu_in {
        padding: 15px 70px 15px 30px;
        position: relative;
    }

    .menu_section {
        max-width: 370px;
    }

    .menu_section .absLogo {
        width: 41%;
        right: 0px;
        height: 54%;
    }

    .header .rera_number p {
        margin-bottom: 0px;
    }

    .header .rera_number {
        right: -48%;
        top: 60%;
    }

    .menu_section .absLogo {
        width: 24%;
        right: 0px;
        height: 27%;
        bottom: -8%;
    }

    .header .rera_number p {
        margin-bottom: 0px;
    }

    .highlight_wrap .specifications-content-box h4 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .popup-form {
        padding: 20px 15px;
    }

    .modal-dialog .menu_logo img {
        max-width: 140px;
    }

    .overview .bottom_img .img_inner img {
        min-height: 175px;
        object-fit: cover;
        width: 100%;
    }

    .location-details {
        margin-left: 10px;
        padding-top: 0px;
    }

    .township_slider .swiper-slide {
        &::after {
            content: none;
        }
    }

    .township_slider .swiper-slide img {
        width: 100%;
        min-height: 65px;
        object-fit: cover;
    }

    .township_slider2 .swiper-slide img {
        width: 100%;
        min-height: 260px;
        object-fit: cover;
    }

    .swiper {
        height: auto;
    }

    .township_content .township_slider {
        bottom: -22%;
        max-width: 96%;
    }

    .swiper-button-next {
        right: 3% !important;
    }

    .swiper-button-next img, .swiper-button-prev img {
        width: 50px !important;
    }

    .township_content.ptb {
        padding-bottom: 0px;
    }

    .price_list .price_inner .main_btn {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .location-details .col-md-6 {
        margin-bottom: 30px;
    }

    .form_section.footer_form {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 15px;
        border: 1px solid rgb(0 0 0 / 42%);
        border-radius: 10px;
    }

    .footer_logo {
        justify-content: center;
        margin-bottom: 20px;
    }

    .header .menu_logo {
        padding-left: 40px;
    }

    .header .menu_location {
        padding-left: 40px;
    }

    .header .menu_logo {
        padding-left: 40px;
    }

    .banner_section .banner_location {
        margin-bottom: 15px;
    }

    .banner_inner {
        position: relative;
    }

    header.header.fixed-header .gradient-button .phone-icon {
        filter: unset;
        display: none;
    }

    .slider_content {
        padding-top: 10px;
    }

    .typology_sec {
    }

    .overview .main_btn {
        margin-top: 30px;
    }

    .overview .bottom_img {
        margin-top: 40px;
    }

    .tab-wrapper {
        margin-bottom: 40px;
    }
}
