:root {
    --dark-blue: #0e2e2b;
}

body,
p,
a {
    font-family: Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Cinzel, serif;
}

.navbar-collapse {
    justify-content: center;
}

.site-navbar {
    padding: 1rem;
    background: rgb(0 0 0);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.site-navbar img {
    /* filter: invert(1); */
    width: 144px;
}

.site-navbar .navbar-nav {
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #c8a86c;
    background: #a88b53;
}

.stats {
    display: flex;
    justify-content: center;
    /* poore row ko center karega */
    align-items: center;
    text-align: center;
    /* text center */
    gap: 40px;
    /* spacing between items */
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* image + text center */
}

.stat img {
    display: block;
    margin: 0 auto 10px;
    /* image center */
}

.arch-section {
    padding: 50px 0px;
    background: rgb(245, 241, 234);
}

.arch-section .left {
    flex: 1 1 0%;
}

.arch-section .small {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(181, 139, 71);
    margin-bottom: 10px;
}


.over-high {

    list-style: none;

    padding-left: 0px;
}

.over-high li {

    font-size: 18px;

    line-height: 28px;

    color: #6b4a2a;

    margin-top: 10px;
}

.over-high li img {

    width: 15px;
}


.arch-section .heading {
    font-size: 48px;
    color: rgb(107, 74, 42);
    line-height: 1.2;
    font-family: Cinzel, serif;
    font-weight: 600;
}

.arch-section .heading span {
    color: rgb(156, 123, 69);
    font-style: italic;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 100;
}

.arch-section .desc {
    margin: 20px 0px;
    color: rgb(51, 51, 51);
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.arch-section .desc b {
    color: rgb(107, 74, 42);
}

.arch-section .subline {
    font-size: 12px;
    color: rgb(136, 136, 136);
    margin-bottom: 20px;
}

.arch-section .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.arch-section .feature-box {
    border: 1px solid rgb(221, 221, 221);
    padding: 12px;
    font-size: 12px;
    background: rgb(255, 255, 255);
}

.arch-section .feature-box span {
    color: rgb(181, 139, 71);
    margin-right: 10px;
}

.arch-section .btn {
    margin-top: 25px;
    background: rgb(107, 74, 42);
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2px;
}

.arch-section .right {
    flex: 1 1 0%;
    position: relative;
}

.arch-section .img-main {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}

.arch-section .img-overlay {
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 60%;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}

.arch-section .tag-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid rgb(221, 221, 221);
}

.arch-section .top-img img {
    width: 100%;
    border-radius: 15px;
}

.arch-section .bottom-imgs img {
    width: 50%;
    border-radius: 15px;
}

/* RIGHT */
.arch-section .right {
    flex: 1;
}

.arch-section .top-img {
    position: relative;
}

.arch-section .top-img img {
    width: 100%;
    border-radius: 15px;
}

.arch-section .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff0000;
    color: white;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.arch-section .bottom-imgs {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.arch-section .bottom-imgs img {
    width: 48%;
    border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: rgb(255, 255, 255) !important;
}

.form-inline .btn-outline-success {
    color: rgb(255, 255, 255);
    border-color: rgb(200, 168, 109);
    border-radius: 9999px;
    font-size: 16px;
    text-transform: uppercase;
    background: #a88b53;
}
.form-inline img{
    filter: invert(1);
}
.form-inline .btn-outline-success:hover {
    color: #fff;
    background-color: #77583b;
    border-color: #77583b;
}

.form-inline .btn-outline-success:active {
    color: #fff;
    background-color: #77583b;
    border-color: #77583b;
}

.form-inline .btn-outline-success:hover {
    background: rgb(200, 168, 109);
    color: rgb(255, 255, 255);
}

.pd-0 {
    padding: 0px;
}

.right-text-banner p {
    font-size: 9px;
    color: rgb(156, 123, 69);
    border-bottom: 0px solid rgb(229, 231, 235);
}

.right-text-banner p span {
    font-size: 12px;
    color: rgb(107, 74, 42);
    display: block;
}

.right-text-banner {
    padding: 2rem 3rem;
    width: 100%;
}

.banner-img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.right-text-banner .section {
    max-width: 800px;
}

.right-text-banner .top-line {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(136, 136, 136);
    font-family: Lato, sans-serif;
}

.right-text-banner .top-line strong {
    color: rgb(107, 74, 42);
    font-family: Cinzel, serif;
}

.right-text-banner .rera {
    float: right;
    font-size: 14px;
    color: rgb(170, 170, 170);
    display: none;
}

.right-text-banner .divider {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin: 15px 0px 30px;
    display: none;
}

.right-text-banner .heading {
    font-size: 42px;
    color: #a88b53;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Cinzel, serif;
}

.right-text-banner .sub {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(153, 153, 153);
    margin-bottom: 20px;
    font-family: Cinzel, serif;
}

.right-text-banner .info {
    font-size: 22px;
    color: #a88b53;
    margin-bottom: 20px;
    font-family: Cinzel, serif;
    font-weight: 600;
}

.right-text-banner .price-row {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.right-text-banner .price-label {
    font-size: 14px;
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}

.right-text-banner .price {
    font-size: 48px;
    color: #a88b53;
    font-weight: 600;
    font-family: Cinzel, serif;
}

.right-text-banner .onwards {
    font-size: 14px;
    font-family: Cinzel, serif;
}

.right-text-banner .location {
    margin: 20px 0px;
    font-size: 16px;
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
}

.right-text-banner .btn {
    border: 2px solid #a88b53;
    padding: 12px 20px;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
}

.right-text-banner .btn:hover {
    background: rgb(107, 74, 42);
    color: rgb(255, 255, 255);
}

.right-text-banner .tags {
    margin: 30px 0px;
}

.right-text-banner .tag {
    display: inline-block;
    border: 1px solid rgb(221, 221, 221);
    padding: 8px 12px;
    font-size: 16px;
    margin-right: 8px;
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
}

.right-text-banner .stats {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 20px;
}

.right-text-banner .stat {
    text-align: center;
    flex: 1 1 0%;
    /* padding-left: 15px; */
}

.right-text-banner .stat strong {
    font-size: 26px;
    color: #a88b53;
    font-family: Cinzel, serif;
    font-weight: 800;
}

.right-text-banner .stat span {
    display: block;
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.right-text-banner .stat:not(:last-child) {
    border-right: 1px solid rgb(221, 221, 221);
}

.living-rises.section {
    background: #a88b53;
    color: rgb(255, 255, 255);
    padding: 30px 15px;
    display: flex;
    justify-content: center;
}

.living-rises .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.living-rises .left {
    max-width: 400px;
}

.living-rises .small-text {
    font-size: 9px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
    margin-bottom: 10px;
}

.living-rises .heading {
    font-size: 36px;
    line-height: 1.2;
    font-family: Cinzel, serif;
}

.living-rises .heading span {
    font-style: italic;
    color: rgb(201, 169, 110);
}

.living-rises .divider {
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0px 40px;
}

.living-rises .stats {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.living-rises .stat h2 {
    color: rgb(201, 169, 110);
    font-size: 48px;
    margin: 0px;
}

.living-rises .stat p {
    font-size: 12px;
    color: rgb(204, 204, 204);
    margin-top: 5px;
    letter-spacing: 1px;
}

.arch-section {
    padding: 50px 0px;
    background: rgb(245, 241, 234);
}

.arch-section .left {
    flex: 1 1 0%;
}

.arch-section .small {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(181, 139, 71);
    margin-bottom: 10px;
}

.arch-section .heading {
    font-size: 48px;
    color: rgb(107, 74, 42);
    line-height: 1.2;
    font-family: Cinzel, serif;
    font-weight: 600;
}

.arch-section .heading span {
    color: #a88b53;
    font-style: italic;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 100;
}

.arch-section .desc {
    margin: 20px 0px;
    color: rgb(107 74 42);
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.arch-section .desc b {
    color: rgb(107, 74, 42);
}

.arch-section .subline {
    font-size: 12px;
    color: rgb(136, 136, 136);
    margin-bottom: 20px;
}

.arch-section .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.arch-section .feature-box {
    border: 1px solid rgb(221, 221, 221);
    padding: 12px;
    font-size: 12px;
    background: rgb(255, 255, 255);
}

.arch-section .feature-box span {
    color: rgb(181, 139, 71);
    margin-right: 10px;
}

.arch-section .btn {
    margin-top: 25px;
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2px;
}

.arch-section .right {
    flex: 1 1 0%;
    position: relative;
}

.arch-section .img-main {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}

.arch-section .img-overlay {
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 60%;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}

.arch-section .tag-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid rgb(221, 221, 221);
}

.floor-sec {
    padding: 50px 0px;
    background: rgb(242, 237, 228);
}

.floor-sec .small {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(156, 123, 69);
}

.floor-sec .heading {
    font-size: 48px;
    color: rgb(107, 74, 42);
    font-family: Cinzel, serif;
}

.floor-sec .heading span {
    color: rgb(156, 123, 69);
    font-style: italic;
}

.floor-sec .tabs {
    margin: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.floor-sec .tab-btn {
    padding: 10px 18px;
    border: 1px solid rgb(221, 221, 221);
    background: transparent;
    font-size: 12px;
    cursor: pointer;
}

.floor-sec .tab-btn.active {
    background: rgb(107, 74, 42);
    color: rgb(255, 255, 255);
}

.floor-sec .content {
    /* display: flex; */
    /* gap: 40px; */
}

.floor-sec .left {
    flex: 2 1 0%;
}

.floor-sec .left img {
    width: 100%;
    height: auto;
}

.floor-sec .right {
    /* flex: 1 1 0%; */
}

.floor-sec .overview {
    font-size: 12px;
    color: rgb(181, 139, 71);
    margin-bottom: 10px;
}

.floor-sec .right h3 {
    color: rgb(255 255 255);
    font-family: Cinzel, serif;
    font-weight: 600;
}

.floor-sec .detail {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px 0px;
    font-size: 14px;
    color: rgb(107, 74, 42);
}

.floor-sec .detail span:last-child {
    color: rgb(107, 74, 42);
    font-weight: 600;
    font-family: Cinzel, serif;
    font-size: 15px;
}

.floor-sec .btn {
    margin-top: 20px;
    border: 2px solid rgb(107, 74, 42);
    padding: 12px 24px;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2px;
}

.floor-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
    font-size: 10px;
    padding: 10px 16px;
    color: rgb(255, 255, 255) !important;
}

.floor-sec .nav-tabs .nav-link {
    font-size: 12px;
    border: 1px solid #a88b53;
    gap: 0.5rem;
    padding: 10px 16px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
}

.floor-sec .nav-tabs {
    border-bottom: unset;
}

.amenities-sec {
    background: rgb(0 0 0);
    padding: 60px 40px;
    color: rgb(255, 255, 255);
}

.amenities-sec .small {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
}

.amenities-sec .heading {
    text-align: center;
    font-size: 36px;
    font-family: Cinzel, serif;
}

.amenities-sec .heading span {
    color: rgb(201, 169, 110);
    font-style: italic;
}

.amenities-sec .line {
    width: 50px;
    height: 2px;
    background: rgb(201, 169, 110);
    margin: 10px auto 40px;
}

.amenities-sec .item {
    position: relative;
}

.amenities-sec .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.amenities-sec .item::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    /* border-radius: 20px; */
}

.amenities-sec .item h4 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0px;
    font-size: 14px;
    z-index: 2;
}

.amenities-sec .owl-nav button {
    position: absolute;
    top: 40%;
    width: 40px;
    background: #a88b53 !important;
    height: 40px;
    border: 2px solid rgb(255 255 255) !important;
}

.amenities-sec .owl-prev {
    left: -20px;
}

.amenities-sec .owl-next {
    right: -20px;
}

.amenities-sec .owl-nav span {
    color: rgb(255 255 255);
    font-size: 20px;
}

.curated-sec {
    padding: 60px 40px;
    text-align: center;
    background: #000000;
}

.curated-sec .heading {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-family: Cinzel, serif;
}

#highlight .small1 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
}

.curated-sec .heading span {
    color: rgb(201, 169, 110);
    font-style: italic;
}

.curated-sec .tabs {
    width: fit-content;
    border: 1px solid rgb(200 168 107);
    padding: 4px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    margin: 20px auto 95px;
}

.curated-sec .tabs button {
    border: unset;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 30px;
    background: transparent;
    color: rgb(204, 204, 204);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
}

.curated-sec .tabs button.active {
    background: rgb(200, 168, 109);
    color: rgb(255, 255, 255);
}

.curated-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    top: 5%;
}

.curated-sec .side {
    width: 250px;
    text-align: left;
}

.curated-sec .side h4 {
    margin: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-top: 15px;
}

.curated-sec .side p {
    font-size: 14px;
    color: rgb(204, 204, 204);
}

.curated-sec .circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.curated-sec .circle::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px dashed rgb(255 255 255);
}

.curated-sec .circle img {
    width: 160px;
    /* filter: invert(1); */
}

.curated-sec .stats {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.curated-sec .stat h3 {
    color: rgb(201, 169, 110);
}

.curated-sec .stat span {
    font-size: 12px;
    color: rgb(204, 204, 204);
}

.curated-sec .detail-box2 {
    margin-top: 50px;
}

.social-spaces-set-sect {
    height: 50vh;
    background-image: url("../images/banner/banner.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.social-spaces-set-sect::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000069;
    position: absolute;
}

.social-spaces-set {
    text-align: center;
    z-index: 1;
}

.social-spaces-set h4 {
    font-size: 56px;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.social-spaces-set p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1;
}

.social-spaces-set h4 span {
    display: block;
    color: rgb(198, 164, 108);
    font-style: italic;
}

.location-sec {
    background: rgb(242, 237, 228);
    padding: 60px 40px;
    color: rgb(255, 255, 255);
}

.location-sec .small {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
    text-transform: uppercase;
}

.location-sec .heading {
    text-align: center;
    font-size: 36px;
    font-family: Cinzel, serif;
    color: rgb(107, 74, 42);
}

.location-sec .heading span {
    color: rgb(201, 169, 110);
    font-style: italic;
}

.location-sec .line {
    width: 50px;
    height: 2px;
    background: rgb(201, 169, 110);
    margin: 10px auto 40px;
}

.arrow {
    transition: 0.3s;
}

.tab.active .arrow {
    transform: rotate(180deg);
}

.tab.active .arrow img {
    width: 15px;
    filter: invert(1);
}

.location-tabs .arrow img {
    width: 15px;
    filter: invert(1);
}

.location-tabs {
    max-width: 900px;
    margin: auto;

}

.location-tabs .tab {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 20px 0px;
}

.location-tabs .tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.location-tabs .number {
    color: rgb(107, 74, 42);
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    display: grid;
    justify-content: center;
    border: 1px solid rgb(198, 164, 108);
}

.location-tabs .tab-header h3 {
    flex: 1 1 0%;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgb(107, 74, 42);
    font-size: 18px;
}

.location-tabs .arrow {
    background: #a88b53;
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 10px;
}

.location-tabs .tab-content {
    margin-top: 15px;
    display: none;
}

.location-tabs .tab.active .tab-content {
    display: block;
}

.location-tabs .item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: rgb(245, 241, 234);
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid rgb(233, 231, 227);
    font-size: 16px;
}

.location-tabs .item span {
    font-size: 16px;
    color: rgb(107, 74, 42);
}

.location-tabs .item span img {
    width: 24px;
}

.location-tabs .item span:last-child {
    color: rgb(107, 74, 42);
}

.location-tabs .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}

.walkthrough-sec {
    background: rgb(0 0 0);
    padding: 60px 40px;
    color: rgb(255, 255, 255);
}

.walkthrough-sec .small {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
    text-transform: uppercase;
}

.walkthrough-sec .heading {
    text-align: center;
    font-size: 36px;
    font-family: Cinzel, serif;
}

.walkthrough-sec .heading span {
    color: rgb(201, 169, 110);
    font-style: italic;
}

.walkthrough-sec .line {
    width: 50px;
    height: 2px;
    background: rgb(201, 169, 110);
    margin: 10px auto 40px;
}

.walkthrough-sec .item {
    position: relative;
}

.video-box {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.video-box img {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.video-box::after {
    content: "";
    position: absolute;
    inset: 0px;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.video-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: rgb(255, 255, 255);
    z-index: 2;
}

.video-text h3 {
    font-size: 24px;
    margin: 0px;
}

.video-text p {
    font-size: 14px;
    opacity: 0.8;
}

.footer-sec .hero {
    /* min-height: 100vh; */
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 10%;
    background: rgb(0, 0, 0);
}

.footer-sec .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(232, 223, 208);
    z-index: 1;
}

.footer-sec .container {
    position: relative;
    z-index: 2;
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    /* background: rgb(253, 249, 243); */
    /* border: 1px solid rgb(107, 74, 42); */
    padding: 25px;
}

.footer-sec .hero-text {
    flex: 1 1 0%;
    max-width: 600px;
}

.footer-sec .limited {
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(197, 164, 126);
    margin-bottom: 10px;
}

.footer-sec .hero-text h1 {

    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: rgb(107, 74, 42);
}

.footer-sec .hero-text h1 span {
    font-style: italic;
    color: rgb(197, 164, 126);
    font-weight: 400;
}

.footer-sec .pricing {
    font-size: 18px;
    margin-bottom: 0px;
    color: rgb(107, 74, 42);
    line-height: 28px;
    letter-spacing: 0.5px;
}

.footer-sec .subtext {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}

.footer-sec .features {
    list-style: none;
    padding-left: 0px;
}

.footer-sec .features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
    opacity: 0.8;
}

.footer-sec .features li::before {
    content: "â€¢";
    color: rgb(197, 164, 126);
    font-size: 24px;
    margin-right: 10px;
}

.footer-sec .form-container {
    background: #a88b53;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    width: 450px;
    border-radius: 4px;
}

.footer-sec .form-container h2 {

    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.footer-sec .form-container p {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.7;
    color: rgb(255, 255, 255);
}

.footer-sec .input-group {
    margin-bottom: 20px;
}

.footer-sec .input-group label {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.8;
    color: rgb(255, 255, 255);
}

.footer-sec .input-group input,
.input-group textarea {
    width: 100%;
    padding: 7px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    outline: none;
}

.footer-sec .input-group input::placeholder {
    color: rgb(255, 255, 255);
}

.footer-sec .input-group textarea::placeholder {
    color: rgb(255, 255, 255);
}

.footer-sec .input-group textarea {
    height: 60px;
    resize: none;
    color: rgb(187, 197, 194);
}

.footer-sec .btn {
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1px;
}

.footer-sec .btn:hover {
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: #fff;
}

.sitefooter {
    background: rgb(250, 247, 242);
    padding: 25px 0px 75px;
    color: var(--white);
}

.sitefooter .pera {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgb(107, 74, 42);
}

.sitefooter .appbtn {
    padding: 8px 15px;
    border-radius: 8px 0px;
    font-size: 14px;
    width: fit-content;
    display: flex;
    margin: 0px auto 15px;
}

.sitefooter .rera-text {
    margin-bottom: 8px;
    gap: 0px 15px;
}

.sitefooter .rera_no {
    margin-top: 8px;
    gap: 15px;
    margin-bottom: 10px;
}

.sitefooter .gtfdiv {
    gap: 0px 15px;
    padding-bottom: 8px;
    font-size: 14px;
    color: rgb(107, 74, 42);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.sitefooter .gtfdiv a {
    color: rgb(107, 74, 42);
}

.logo>img {
    width: 247px;
}

.rera-inner-div p {
    font-size: 12px;
    color: rgb(107, 74, 42);
}

.gallery-sec {
    background: rgb(242, 237, 228);
    padding: 60px 40px;
    color: rgb(255, 255, 255);
}

.gallery-sec .small {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(201, 169, 110);
}

.gallery-sec .heading {
    text-align: center;
    font-size: 36px;
    font-family: Cinzel, serif;
    color: rgb(107, 74, 42);
}

.gallery-sec .heading span {
    color: rgb(201, 169, 110);
    font-style: italic;
}

.gallery-sec .line {
    width: 50px;
    height: 2px;
    background: rgb(201, 169, 110);
    margin: 10px auto 40px;
}

.gallery-sec .card-img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.gallery-sec .left-big {
    height: 100%;
}

.gallery-sec .right-small img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.gallery-sec .box {
    margin-bottom: 15px;
}

.project-club {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: rgb(255, 255, 255);
}

.heading-section {
    text-align: center;
    position: relative;
    z-index: 99;
}

.heading-section .title-head {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0px;
    color: rgb(21, 58, 116);
    text-align: center;
}

.club_item {
    padding: 10px 0px;
}

.club_center_text {

    font-size: 18px;

    color: rgb(107, 74, 42);

    line-height: 28px;

    letter-spacing: 0.5px;

    text-align: center;
}


.modal-popup-sec .modal-content {
    border-radius: 15px;
    overflow: hidden;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.modal-popup-sec .modal-header-custom {
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 25px;
    position: relative;
}

.modal-popup-sec .modal-header-custom h4 {
    font-weight: 600;
}

.modal-popup-sec .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.modal-popup-sec .swipe-btn {
    border: 2px solid rgb(40, 167, 69);
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    color: rgb(40, 167, 69);
    font-weight: 600;
}

.modal-popup-sec .form-control {
    border-radius: 10px;
    height: 45px;
}

.modal-popup-sec .submit-btn {
    background: rgb(200 168 109);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
}

.modal-popup-sec .small-text {
    font-size: 12px;
    color: rgb(119, 119, 119);
}

.swipe-container {
    width: 100%;
}

.swipe-track {
    position: relative;
    background: rgb(233, 247, 239);
    border: 2px solid rgb(40, 167, 69);
    border-radius: 50px;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 5px;
    overflow: hidden;
    font-size: 16px;
}

.swipe-thumb {
    background: rgb(41, 167, 26);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    transition: 0.2s;
}

.swipe-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: rgb(40, 167, 69);
    pointer-events: none;
}

.modal-popup-sec .text-muted {
    font-size: 9px;
}

.top-bar {
    background-color: #a88b53;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
}

.top-bar .logo-section {
    color: rgb(255, 255, 255);
}

.top-bar .logo-section h2 {
    margin: 0px;
    font-size: 26px;
    font-weight: bold;
}

.top-bar .logo-section small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.top-bar .form-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-bar .input-box {
    background: #ffffff63;
    border-radius: 5px;
    padding: 8px 15px;
    outline: none;
    min-width: 140px;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar .input-box::placeholder {
    color: rgb(255, 255, 255);
}

.top-bar .phone-group {
    display: flex;
    background: rgb(233, 233, 233);
    border-radius: 20px;
    overflow: hidden;
}

.top-bar .phone-group span {
    background: rgb(93, 139, 87);
    color: rgb(255, 255, 255);
    padding: 8px 10px;
    font-size: 14px;
}

.top-bar .phone-group input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    padding: 8px;
    background: transparent;
}

.top-bar .btn-submit {
    background: rgb(200, 168, 109);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

.top-bar .btn-submit:hover {
    opacity: 0.9;
}


.top-bar-strip .form-container {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.top-bar-strip .logo-section {
    color: rgb(255, 255, 255);
}

.top-bar-strip .logo-section h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: bold;
    font-family: Cinzel, serif;
    margin-right: 30px;
}


.top-bar-strip .logo-section h2 span {
    display: block;
}

.top-bar-strip .logo-section small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.top-bar-strip .input-box {
    background: #ffffff63;
    border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
    outline: none;
    min-width: 140px;
    color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
    position: relative;
}

.top-bar-strip .btn-submit {
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    width: 156px;
}

.top-bar-strip .input-box::placeholder {
    color: rgb(255, 255, 255);
}

.reamoredbtn {
    color: rgb(107, 74, 42);
}

.developer_main_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 25px auto;
    gap: 0px;
    background: rgb(232, 223, 208);
}

.developer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 0px;
    /* flex-basis: 48%; */
}

.developer-box h3 {
    color: rgb(107, 74, 42);
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.developer-box p {
    color: rgb(107, 74, 42);
    text-align: center;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}

.developer-box::after {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0px, rgb(107, 74, 42) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    top: 0px;
    z-index: 99;
    padding: 0px;
}

.developer-box::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0px, rgb(107, 74, 42) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    bottom: 0px;
    z-index: 99;
    padding: 0px;
}

.banner-slider-sec {
    padding-top: 75px;
    /* height: 100vh; */
    position: relative;
}



.pricelist-container .price_list_box {
    background: #fdf9f3;
    color: #000;
    padding: 35px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricelist-container .property-type {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 30px;
    border-bottom: 1px solid #6b4a2a;
    color: #6b4a2a;
}

.pricelist-container .pricelist_heading {
    font-size: 26px;
    font-weight: 600;
    color: #6b4a2a;
    font-family: Cinzel, serif;
}

.pricelist-container .sizediv {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 24px;
    color: #6b4a2a;
    font-family: Lato, sans-serif;
}

.gradient {
    background-color: rgb(0, 122, 67);
}



.pricetext {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 24px;
    color: #6b4a2a;
    font-family: Lato, sans-serif;
}


.mobile-section-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    width: 100%;
    padding: 2px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mobile-section-footer a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    /* padding-right: 15px; */
    width: 32.3%;
}

.mobile-section-footer a.btn:last-child {
    border-right: 0;
}

.mobile-section-footer {
    display: none;
}


.gallery-imgs {
    height: 244px;
    object-fit: cover;
}


/* Wrapper */
.nx-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #f3f3f3; */
    padding: 0px;
    font-family: 'Segoe UI', sans-serif;
}

/* Card */
.nx-card {
    width: 380px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Top Section */
.nx-top {
    display: flex;
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: #fff;
    padding: 20px;
}

/* Left Content */
.nx-left {
    flex: 1;
}

.nx-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.7;
}

.nx-title {
    font-size: 36px;
    margin: 5px 0;
}

.nx-desc {
    font-size: 13px;
    opacity: 0.8;
}

/* Right Image */
.nx-right img {
    width: 130px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Info Section */
.nx-info {
    background: #a88b53;
    color: #fff;
    padding: 20px;
}

.nx-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nx-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* Label */
.nx-label {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 3px;
}

/* Divider */
.nx-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 15px 0;
}

/* Button */
.nx-btn-wrap {
    padding: 20px;
    text-align: center;
    background: #ffffff;
}

.nx-btn {
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    border: none;
    padding: 12px 25px;
    /* border-radius: 30px; */
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
}

.nx-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.nx-icon img {

    width: 22px;

    filter: invert(1);
}



.custom-popup {
    position: fixed;
    left: -450px;
    /* hidden by default */
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    z-index: 9999;
    transition: all 0.5s ease;
}

/* Show animation */
.custom-popup.show {
    left: 20px;
}

/* Card */
.custom-card-wrapper {
    display: flex;
    align-items: center;
    background: rgba(233, 237, 241, 0.95);
    /* transparent effect */
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Icon */
.custom-icon-box {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-icon-box i {
    font-size: 20px;
    color: #6c757d;
}

/* Content */
.custom-content-box {
    margin-left: 15px;
}

.custom-title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.custom-subtext {
    margin: 2px 0;
    font-size: 14px;
    color: #6c757d;
}

.custom-time {
    font-size: 12px;
    color: #9aa3ab;
}

/* Status dot */
.custom-status-dot {
    width: 10px;
    height: 10px;
    background: #28a745;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.free-sec {
    border: 1px solid #a88b53;
    width: fit-content;
    font-size: 18px;
    padding: 5px 8px;
    border-radius: 20px;
    background: #a88b53;
}

.free-sec img {
    width: 15px;
    margin-right: 5px;
}

.down-section.btn {
    margin-top: 25px;
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #c8a86c;
}

.btn-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.top-bar-strip .invalid-data {
    position: absolute;
    bottom: -23px;
    left: 15%;
    width: fit-content !important;
}
.top-bar .invalid-data {
    position: absolute;
    top: -10%;
    left:30%;
    width: fit-content !important;
}
.top-enquiry-btn{
    position: fixed;
    top: 50%;
    right: -53px;
    transform: rotate(90deg);
    background: linear-gradient(90deg, rgb(200 168 109), rgb(107 74 42));
    padding: 10px 30px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
    z-index: 99999;
}

.gallery-img{
    cursor:pointer;
    transition:.3s;
}

.gallery-img:hover{
    opacity:.8;
}

#lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#lightbox.active{
    display:flex;
}

#lightbox-img{
    max-width:90%;
    max-height:85vh;
    object-fit:contain;
}

.close-btn{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.prev-btn,
.next-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    color:#fff;
    font-size:40px;
    cursor:pointer;
    padding:15px;
}

.prev-btn{
    left:20px;
}

.next-btn{
    right:20px;
}

@media (max-width: 1440px) {
    .right-text-banner .top-line {
        font-size: 20px;
    }

    .right-text-banner .sub {
        font-size: 20px;
    }

    .right-text-banner .location {
        font-size: 20px;
    }

    .right-text-banner .price-label {
        font-size: 14px;
    }

    .right-text-banner .onwards {
        font-size: 16px;
        font-family: Cinzel, serif;
    }

    .right-text-banner .tag {
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    .top-enquiry-btn{
       display: none;
    }
    .nx-card-wrapper{
        margin-top: 25px;
    }
    .stat img{
        width: 30px;
    }
    .navbar-toggler img{
        width: 30px;
        filter: invert(1);
    }
    .top-bar-strip .invalid-data{
        position: unset;
    }
    .form-inline {
        display: none;
    }

    .curated-sec .content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        top: 5%;
        flex-flow: wrap;
    }

    .curated-sec .stats {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer-sec .hero-text h1 {

        font-size: 22px;
        line-height: 1.1;
        margin-bottom: 20px;
        color: rgb(107 74 42);
    }

    .footer-sec .hero {
        padding: 50px 15px;
    }

    .footer-sec .form-container {
        padding: 20px;
        width: 450px;
        border-radius: 4px;
    }

    .walkthrough-sec .heading {
        text-align: center;
        font-size: 22px;
        font-family: Cinzel, serif;
    }

    .walkthrough-sec {
        /* background: rgb(107, 74, 42); */
        padding: 60px 0px;
        color: rgb(255, 255, 255);
    }

    .video-text h3 {
        font-size: 16px;
        margin: 0px;
    }

    .video-text {
        position: absolute;
        bottom: 0px;
        left: 20px;
        color: rgb(255, 255, 255);
        z-index: 2;
    }

    .location-sec {
        background: rgb(242, 237, 228);
        padding: 60px 0px;
        color: rgb(255, 255, 255);
    }

    .social-spaces-set h4 {
        font-size: 26px;
        color: rgb(255, 255, 255);
        margin: 0px;
    }

    .amenities-sec .heading {
        text-align: center;
        font-size: 21px;
        font-family: Cinzel, serif;
    }

    .location-sec .heading {
        text-align: center;
        font-size: 22px;
        font-family: Cinzel, serif;
        color: rgb(107, 74, 42);
    }

    .curated-sec {
        padding: 60px 0px;
        text-align: center;
        /* background: rgb(107, 74, 42); */
    }

    .floor-sec .heading {
        font-size: 22px;
        color: rgb(107, 74, 42);
        font-family: Cinzel, serif;
        margin-bottom: 15px;
    }

    .floor-sec .left {
        flex: 1 1 auto;
    }

    .banner-img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .right-text-banner .section {
        padding: 0px;
        max-width: 100%;
    }

    .right-text-banner {
        padding: 15px;
        background: rgb(242, 237, 228);
        height: auto;
    }

    .right-text-banner .price {
        font-size: 22px;
        color: #c8a86c;
        font-weight: 600;
        font-family: Cinzel, serif;
    }

    .right-text-banner .heading {
        font-size: 24px;
        color: #c8a86c;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: Cinzel, serif;
    }

    .right-text-banner .info {
        font-size: 14px;
        color: rgb(107, 74, 42);
        margin-bottom: 10px;
        font-family: Cinzel, serif;
        font-weight: 600;
    }

    .right-text-banner .stat strong {
        font-size: 14px;
        color: #c8a86c;
        font-family: Cinzel, serif;
    }

    .right-text-banner .stat span {
        display: block;
        font-size: 7px;
        color: rgb(153, 153, 153);
    }

    .right-text-banner .rera {
        float: right;
        font-size: 11px;
        color: rgb(170, 170, 170);
        display: none;
    }

    .right-text-banner .location {
        margin: 10px 0px;
        font-size: 13px;
        color: rgb(119, 119, 119);
        font-family: Lato, sans-serif;
    }

    .right-text-banner .tags {
        margin: 15px 0px;
    }

    .living-rises .heading {
        font-size: 24px;
        line-height: 1.2;
        font-family: Cinzel, serif;
        margin-bottom: 25px;
    }

    .living-rises.section {
        /* background: rgb(107, 74, 42); */
        color: rgb(255, 255, 255);
        padding: 35px 15px;
    }

    .living-rises .divider {
        width: 1px;
        height: 80px;
        background: rgba(255, 255, 255, 0.2);
        margin: 0px 40px;
        display: none;
    }

    .living-rises .stat h2 {
        color: rgb(201, 169, 110);
        font-size: 30px;
        margin: 0px;
    }

    .living-rises .stats {
        display: flex;
        gap: 50px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .floor-sec .detail {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgb(221, 221, 221);
        padding: 10px 0px;
        font-size: 14px;
        color: rgb(146, 164, 156);
    }

    .floor-sec .detail span:last-child {
        color: rgb(107, 74, 42);
        font-weight: 600;
        font-family: Cinzel, serif;
        font-size: 14px;
    }

    .curated-sec .tabs button {
        border: unset;
        padding: 8px 10px;
        margin: 5px;
        border-radius: 30px;
        background: transparent;
        color: rgb(204, 204, 204);
        cursor: pointer;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .curated-sec .tabs {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .sitefooter .gtfdiv {
        flex-wrap: wrap;
        display: flex !important;
    }

    .arch-section .right {
        flex: 1 1 auto;
        position: relative;
    }

    .arch-section .heading {
        font-size: 32px;
        color: rgb(107, 74, 42);
        line-height: 1.2;
        font-family: Cinzel, serif;
        font-weight: 600;
    }

    .arch-section .btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .right-text-banner .tag {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .top-bar .form-container {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .top-bar {
        display: none;
    }

    .developer_main_box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin: 25px auto;
        gap: 0px;
        background: rgb(232, 223, 208);
        flex-wrap: wrap;
    }

    .footer-sec .pricing {
        font-size: 16px;
        margin-bottom: 0px;
        color: rgb(107, 74, 42);
        line-height: 26px;
        letter-spacing: 0.5px;
        text-align: justify;
    }

    .gallery-sec {
        background: rgb(242, 237, 228);
        padding: 60px 0px;
        color: rgb(255, 255, 255);
    }

    .gallery-sec .heading {
        text-align: center;
        font-size: 22px;
        font-family: Cinzel, serif;
        color: rgb(107, 74, 42);
    }

    .curated-sec .heading {
        font-size: 26px;
        color: rgb(255, 255, 255);
        font-family: Cinzel, serif;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 5px 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgb(255, 255, 255) !important;
        line-height: 32px;
        text-align: center;
    }

    .arch-section .desc {
        margin: 20px 0px;
        color: rgb(107 74 42);
        line-height: 26px;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: justify;
    }

    .mobile-section-footer a.btn img {
        display: flex;
        justify-content: center;
        filter: invert(1);
        margin: 0px auto;
        margin-bottom: 10px;
        width: 20px;
        display: none;
    }

    .sitefooter {
        background: rgb(250, 247, 242);
        padding: 25px 0px 65px;
        color: var(--white);
    }


    .footer-sec .container {
        padding: 15px;
        display: block;
    }

    .developer-box p {

        font-size: 12px;

    }

    .pricelist-container .sizediv {
        padding: 15px 0;
        margin-bottom: 25px;
        font-size: 16px;
        color: #6b4a2a;
    }

    .pricetext {
        padding: 15px 0;
        margin-bottom: 25px;
        font-size: 16px;
        color: #6b4a2a;
    }

    .price_list_heading {
        font-size: 16px;
        ;
    }

    .pricelist-container .pricelist_heading {
        font-size: 20px;
        font-weight: 600;
        color: #6b4a2a;
    }

    .curated-sec .side {
        width: 100%;
        text-align: center;
    }

    .curated-sec .circle img {
        width: 100px;
        /* filter: invert(1); */
    }

    .curated-sec .circle {
        width: 150px;
        height: 150px;
    }

    .curated-sec .circle::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px dashed rgba(255, 255, 255, 0.2);
    }

    .curated-sec .stat h3 {
        color: rgb(201, 169, 110);
        font-size: 18px;
    }

    .social-spaces-set p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        margin-top: 10px;
    }

    .social-spaces-set-sect {
        height: 50vh;
    }

    .mobile-section-footer {
        display: block;
    }

    .top-bar-strip .form-container {
        display: unset;
        gap: 10px;
        align-items: center;
    }

    .top-bar-strip .logo-section h2 {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-bar-strip .logo-section h2 span {
        display: unset;
    }

    .top-bar-strip .input-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .top-bar-strip {
        padding-left: 15px;
        ;
        padding-right: 15px;
        ;
    }

    .top-bar-strip .btn-submit {

        width: 210px;
        margin: 0px auto;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .gallery-imgs {
        height: auto;
        object-fit: cover;
    }

    .over-high li {
        font-size: 16px;
        line-height: 26px;
        color: #6b4a2a;
    }

    .floor-sec .right h3 {
        color: rgb(255 255 255);
        font-family: Cinzel, serif;
        font-weight: 600;
        font-size: 22px;
    }

    .club_center_text {
        font-size: 16px;
        color: rgb(107, 74, 42);
        line-height: 26px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-bottom: 15px;
    }

    .down-section.btn {
        margin-top: 25px;
        /* background: #6b4a2a; */
        color: rgb(255, 255, 255);
        padding: 10px 10px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        cursor: pointer;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 2px solid #c8a86c;
    }

}