body {
    background-image: url('../images/bg1.jpg');
    background-repeat: repeat;
}

.body-top {
    position: relative;
}

.body-top::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 150px;
    background: #000;
    z-index: -1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 15px;
    transition: 1s;
    z-index: 20;
    background-color: #000;
}

.header .header-list {
    list-style: none;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
}

.header .header-list li {
    display: inline-block;
}

.header .header-list .header-logo,
.header .header-list .header-phone {
    flex: 0 0 auto;
}

.header .header-list .header-logo img {
    width: 70px;
}

.header .header-list .header-sub-list {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-list .header-sub-list ul {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
}

.header .header-list .header-sub-list li {
    flex: 1;
    text-align: center;
    padding-left: 50px;
}

.header .header-list .header-sub-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 10px 10px 10px 0;
}

.header .header-list .header-sub-list li a.active::after {
    content: '';
    width: 60%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}


.header .header-list .header-phone a {
    background-color: #fff;
    color: #000;
}

.header .header-list .header-phone {
    display: flex;
    align-items: center;
}

/* .header .header-list .header-phone i{margin-right: 10px;} */
.header.bg-dark .header-list .header-sub-list li a {
    color: #fff;
}

.header.bg-dark .header-list .header-sub-list li a::after {
    background: #fff;
}

.header.bg-dark .header-list .header-phone .btn {
    background: #fff;
    color: #000;
}

/* .header.bg-dark .header-list .header-phone .btn i{display: inline-block;margin: 0 5px 0 0;color: red;} */
.banner {
    margin-top: 120px;
    z-index: 10;
    position: relative;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner_web-new.webp');
    background-size: 100% 100%;
    z-index: -1;
    border-radius: 50px;
}

/* .banner .row{height: 100%;} */
.form-parent {
    height: auto;
    display: flex;
    align-items: center;
}

.form-parent .form {
    background: #DFBD65;
    padding: 30px 20px;
    flex: 1;
    border-radius: 20px;
    width: 300px;
    margin: 100px 0;
}

.form-parent .form .btn {
    font-weight: 600;
}

.form-parent .form p {
    font-size: 8px;
}

.form-parent .form img {
    width: 120px;
}

.details-view {
    background: linear-gradient(to top left, #E3C168, #E2C067);
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    border: 5px solid #EDC04C;
    margin-top: 50px;
    transform: translateY(50px);
}

.details-view li {
    display: inline-block;
    padding: 0px 30px;
    border-right: 2px dashed #000;
    flex: 1 1 calc(25% - 10px);
}

.details-view li:last-child {
    border-right: none;
}

.details-view li h3,
.details-view li p {
    text-align: center;
}

.details-view li h3 {
    font-size: 32px;
    font-weight: bold;
}

.details-view-col {
    transform: translateY(0);
    border-radius: 35px;
}

.details-view-col li {
    flex: 1;
}

.body-bottom {
    z-index: -1;
    margin-top: 50px;
    background: #000;
}

.body-bottom .title {
    text-align: center;
    color: #E2C067;
    margin: 50px 0;
}

.body-bottom .title span {
    display: inline-block;
}

.body-bottom .title .title-1 {
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.body-bottom .title .title-1::before,
.body-bottom .title .title-1::after,
.body-bottom .title .title-1 .title-2 {
    background: linear-gradient(to top, #e2be66 50%, #6b5930);
}

.body-bottom .title .title-1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    height: 3px;
    width: 50px;
    z-index: -1;
}

.body-bottom .title .title-1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    height: 3px;
    width: 50px;
    z-index: -1;
}

.body-bottom .title .title-1 .title-2 {
    padding: 0 10px;
    font-size: 42px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.body-bottom .row-img-text img {
    width: 100%;
}

.col-imgx {}

.col-text {
    display: flex;
    align-items: center;
}

.col-text p {
    color: #fff;
}

/* .col-text .tr-text-left {
    transform: translate(-50px);
} */

/* .col-text .tr-text-right {
    transform: translate(50px);
} */

.box-floorplan {
    background: #cda45a;
    padding: 30px;
    border-radius: 10px;
}

.box-floorplan .nav-pills .nav-link {
    border: 1px solid #000;
    padding: 15px 0;
    color: #000;
    font-weight: bold;
}

.box-floorplan .nav-pills .nav-link.active {
    background: #fff;
    border: none;
    position: relative;
}

.box-floorplan .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}

.box-floorplan .tab-pane img {
    height: 90%;
}

.amenities-image {
    display: flex;
    justify-content: center;
}

.amenities-image img {
    width: 500px;
}

.accordion-item {
    margin: 20px 0;
    overflow: hidden !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.accordion-item button {
    background: #cda45a;
    font-weight: bold;
    border-radius: 10px !important;
}

.location .location-map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .body-top {
        padding-bottom: 100px;
    }

    .body-top::after {
        height: 300px;
        background-colorX: red;
    }

    /* .body-bottom{margin-top: 10px;} */
    .header .header-list .header-sub-list {
        display: none;
    }

    .header .header-list .header-phone {
        flex: 0 0 auto;
        /* Ensures it doesn't stretch */
        display: flex;
        align-items: center;
        /* Aligns content vertically */
        margin-left: auto;
    }

    .banner {
        border-radius: 10px;
    }

    .banner::after {
        height: 540px;
        border-radius: 0px;
        background-image: url('../images/banner_mob-new.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .form-parent {
        margin-top: 228px;
        border-radius: 0;
    }

    .form-parent .form {
        margin-bottom: 0;
        border-radius: 0;
    }

    .details-view {
        margin: 0;
        transform: translateY(-100);
    }

    .details-view li {
        padding: 0px 20px;
    }

    .details-view li h3 {
        font-weight: 600;
    }

    .details-view li h3,
    .details-view li p {
        font-size: 18px;
    }

    .details-view li p {
        font-size: 12px;
        padding: 0 8px;
    }

    .col-text .tr-text-left {
        transform: translate(0px);
        text-align: justify;
    }

    .col-text .tr-text-right {
        transform: translate(0px);
        text-align: justify;
    }

    .col-text p {
        text-align: justify !important;
    }

    .amenities-image img {
        width: 100%;
        padding: 20px;
    }

    .details-view-col {
        padding: 10px 20px;
    }

    .details-view-col li {
        padding: 10px;
        flex: 1 1 calc(50% - 10px);
    }

    .details-view-col li h3,
    .details-view-col li p {
        font-size: 12px;
    }

    .details-view-col li h3 {
        font-size: 18px;
        padding-top: 10px;
    }

    .details-view.details-view-col {
        display: flex;
    }

    .details-view.details-view-col li {
        display: inline-block;
        border: none;
        margin: 0;
        padding: 0;
    }

    .details-view.details-view-col li:nth-child(1),
    .details-view.details-view-col li:nth-child(3) {
        border-right: 2px solid #444;
    }

    /* .details-view.details-view-col li:nth-child(1),.details-view.details-view-col li:nth-child(3){border-right: 2px dotted #000;} */
    .details-view.details-view-col li:nth-child(3),
    .details-view.details-view-col li:nth-child(4) {
        border-top: 2px solid #000;
        padding-top: 50px;
    }

    .body-bottom {
        margin-top: 0px;
    }

    .box-floorplan .tab-pane a {
        transform: rotate(90deg);
    }

    .footer-col p {
        font-size: 14px;
        text-align: center;

    }

    .body-bottom .title .title-1 .title-2 {
        font-size: 28px;
    }
}


.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #212529;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #212529;
}

.addres-footer h5 {
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.addres-footer p {
    font-size: 16px;
    padding-top: 16px;
    color: #fff;
    font-family: "DM Sans",
        serif
}

.disclaimer p {
    color: #fff;
    font-size: 12px;
}

.selldof .title {
    display: none;
}


.specific-left p {
    color: #fff;
    list-style: none !important;
    font-size: 17px;
    text-align: left;
}

.specific-left li {
    list-style: none;
}

.rerano {
    text-align: center;
    color: #fff;
}