<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
    .property-box-main-image-click-here {
        top: 23% !important;
    }

    .pls-btn {
        top: 23% !important;
    }

    .watchNowPropertyBtn {
        top: 36% !important;
    }
}

@media (min-width: 992px) and (max-width: 1191px) {
    .pls-btn {
        top: 4% !important;
    }

    .watchNowPropertyBtn {
        top: 21% !important;
    }

    .see-more_withWatch {
        top: 5% !important;
    }
}

@media (min-width: 1191px) {
    .pls-btn {
        top: 6% !important;
    }
}

@media (max-width: 620px) {
    .pVideoIframe {
        width: 100% !important;
    }
}

.property-box-main-image-click-here {
    position: relative;
    display: block;
    text-align: center;
    top: 9%;
    cursor: pointer !important;
    width: 90%;
    margin-left: 5%;
    transition: opacity .50s ease-out;
}

.see-more {
    opacity: 0;
    top: 19% !important;
    position: absolute !important;
}

.property-box-main-image img {
    opacity: 1;
    transition: opacity .50s ease-out;
}

.property-box.card:hover .see-more {
    opacity: 1 !important;
}

.property-box.card:hover .property-box-main-image img {
    opacity: 0.3;
}

.property-box .progress {
    width: 80%;
}

.progress-total-precent {
    float: left;
    height: 10px;
    margin-top: -15px;
}

.property-box-coming-soon-label {
    background-color: rgba(60, 80, 250, 0.1);
}

.property-box-funded.property-box-coming-soon-label .fas {
    color: #0052ea;
    font-size: 15px;
    margin-left: 4px;
}

.coming-soon-label-container {
    text-align: center;
}


@media (min-width: 480px) {
    .coming-soon-label-container {
        float: right;
    }
}

@media (max-width: 480px) {
    .property-box .progress {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .card-info-box {
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-info-box {
        top: 417px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-info-box {
        top: 100px;
    }
}

@media (max-width: 480px) {
    .card-info-box {
        top: 0px !important;
    }


    .see-more_withWatch {
        top: 24% !important;
    }

    .watchNowPropertyBtn {
        top: 5% !important;
    }

}

@media (min-width: 1200px) {
    .card-info-box {
        top: 184px;
    }
}

.card-info-box {
    text-align: left;
    font-size: 12px;
    padding: 15px 20px;
    background-color: #e0fef0;
    color: black !important;
    font-weight: 410;
    width: 100%;
    position: absolute;
    width: 100%;
}


@media (max-width: 767px) {
    .card-info-box-login {
        top: 0px;
    }

    .watchNowPropertyBtn,
    .see-more_withWatch {
        opacity: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-info-box-login {
        top: 391px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-info-box-login {
        top: 74px;
    }
}

@media (max-width: 480px) {
    .card-info-box-login {
        top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .card-info-box-login {
        top: 158px;
    }
}


.card-info-box-login {
    text-align: left;
    font-size: 12px;
    padding: 15px 20px;
    background-color: #e0fef0;
    color: black !important;
    font-weight: 410;
    width: 100%;
    position: absolute;
    width: 100%;
}

.pls-click-here {
    margin-top: 20px;
    padding: 0.90rem 3rem !important;
}

.progress {
    float: right;
}

.watchNowPropertyBtn {
    position: absolute !important;
    top: 26%;
    opacity: 0;
    display: block;
    text-align: center;
    cursor: pointer !important;
    width: 90%;
    margin-left: 5%;
    transition: opacity .50s ease-out;
}

.see-more_withWatch {
    position: absolute !important;
    top: 14%;
    opacity: 0;
    display: block;
    text-align: center;
    cursor: pointer !important;
    width: 90%;
    margin-left: 5%;
    transition: opacity .50s ease-out;
}

.property-box.card:hover .see-more_withWatch {
    opacity: 1 !important;
}

.property-box.card:hover .watchNowPropertyBtn {
    opacity: 1 !important;
}
</pre></body></html>