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: 85%;
}

.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;
    font-size: 23px;
    /* margin-left: -60px; */
}

.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/Website-banner.jpg');
    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: 800;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    background-color: #212529;
    color: #fff;
    font-family: 'Playfair Display';
}

.modal-body .btn {
    font-weight: 800;
    width: 100%;
    font-size: 25px !important;
    text-transform: uppercase;
    background-color: #212529 !important;
    color: #fff !important;
    font-family: 'Playfair Display';
}

.selldof label {
    display: none !important;
}

.form h4 {
    font-family: 'Playfair Display';
    text-decoration: none;
    font-size: 25px;
    color: #212529;
    padding: 10px 0px;
    font-weight: 700;
    text-align: center;

}

.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;
    display: none;
}

.body-bottom .title .title-1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    height: 3px;
    width: 50px;
    z-index: -1;
    display: none;
}

.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;
    font-size: 17px;
}


/* .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: 767px) {

    .body-bottom .title {
        margin: 50px 0 25px;
    }

    .banner-section {
        padding-top: 0px !important;
    }

    .banner-shape {
        position: relative !important;
        left: 0 !important;
        top: 20%;
        z-index: 9;
        width: 100% !important;
        background-color: #DFBD65 !important;
        border: 2px solid #fff;
        border-radius: 0px !important;

    }

    .banner-shape img {
        width: 150px
    }

    .banner-shape h4 {
        color: #212529 !important;
    }

    .header .header-list .header-phone a {
        font-size: 17px;
    }

    .blink_mess {
        text-align: center;
        animation: blinkers 3s linear infinite;
    }

    @keyframes blinkers {
        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .bottom_button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99;
        display: block;
        width: 100%;
        /* background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
        background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
        background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%); */
        border-top: 1px solid #fff;
        background-color: #e2c067;
    }

    .formButton {
        width: 50%;
        float: left;
        padding: 10px 10px;
        text-align: center;
        display: block;
        border-right: 1px solid #fff;
    }

    .formButton a {
        font-family: 'Playfair Display';
        font-weight: bold;
        width: auto;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        text-decoration: none;
    }

    .contactButtom {
        width: 50%;
        float: right;
        padding: 10px 10px;
        text-align: center;
        display: block;
    }

    .contactButtom a {
        font-family: 'Playfair Display';
        font-weight: bold;
        width: auto;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        text-decoration: none;
    }
}

@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);
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .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;
        padding-top: 15px;
    }

    .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;

    }

    .disclaimer p {
        text-align: justify !important;
    }

    .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;
    text-align: center;
}

.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;
}


.banner-section {
    padding-top: 113px;
}

.banner-shape {
    position: absolute;
    left: 68%;
    top: 22%;
    z-index: 9;
    width: 28%;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    background-color: #DFBD65;
}

.banner-shape img {
    width: 115px;
    padding: 5px;
    /* background-color: #fff; */
}

.banner-shape h4 {
    text-decoration: none;
    font-size: 21px;
    color: #212529;
    padding: 10px 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-transform: uppercase;
}

.form-control {
    border-radius: 1px !important;
    padding: 5px 8px;
}

.form-control {
    display: block;
    width: 100%;
    padding: -.625rem .75rem;
    font-family: d-din;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

#submitbtn {
    width: 100%;
    border-radius: 50px;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    font-family: Walton;
    background-color: #f9bb31;
}


.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
    width: 100% !important;
    /* border-radius: 50px !important; */
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-family: 'Playfair Display' !important;
    background-color: #212529 !important;
}


.download-btn {
    text-align: center;
    margin-top: 25px;
}

.download-btn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffff;
    color: #000;
    font-size: 16px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Shine animation */
.download-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.download-btn a:hover::before {
    left: 125%;
}

.download-btn a:hover {
    background: linear-gradient(to top, #e2be66 50%, #6b5930);
    color: #fff;
    transform: translateY(-2px);
}

.download-btn i {
    font-size: 18px;
}