/* NEW SLIDER STYLES */
.new-construction-section {
    height: calc(100vh - 70px);
    /* height: 90vh; */
    width: 100vw;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.new-construction-section .card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 10px 10px 15px 0px rgba(var(--bs-black-rgb), 0.5);
    overflow: hidden;
    border-radius: 0;
    transition: border-radius 0.3s ease;
    margin: 0 !important;
    border: none !important;
}

.new-construction-section .card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding-left: 16px;
}

.new-construction-section .content-place {
    margin-top: 6px;
    font-size: var(--fs-13);
    font-weight: 500;
}

.new-construction-section .content-title-1,
.new-construction-section .content-title-2 {
    font-weight: 600;
    font-size: var(--fs-20);
    font-family: "Oswald", sans-serif;
}

.new-construction-section .content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: #fff;
}

.new-construction-section .details {
    z-index: 22;
    position: absolute;
    top: 50px;
    left: 60px;
    color: var(--bs-white);
    max-width: calc(100vw - 120px);
}

.new-construction-section .details .place-box {
    height: 46px;
    overflow: hidden;
}

.new-construction-section .details .place-box .text {
    font-family: "Futura PT Web";
    padding-top: 16px;
    font-size: var(--fs-20);
    position: relative;
}

.new-construction-section .details .title-1,
.new-construction-section .details .title-2 {
    font-family: "Futura PT Web";
    font-weight: 500;
    font-size: var(--fs-50);
    text-transform: uppercase;

}

.new-construction-section .details .title-box-1,
.new-construction-section .details .title-box-2 {
    margin-top: 2px;
    overflow: hidden;
}

.new-construction-section .details .price-box {
    margin-top: 8px;
}

.new-construction-section .details .properties-price {
    font-family: "Futura PT Web";
    font-weight: 600;
    font-size: 24px;
    color: white;
    font-family: 'Futura PT Web';
    font-weight: 500;
    font-size: var(--fs-35);
    line-height: 39.2px;
    text-transform: uppercase;

}

.new-construction-section .details .desc {
    margin-top: 30px;
    width: min(500px, calc(100vw - 120px));
    max-width: 412px;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "Futura PT Web";
    font-weight: 500;
    font-size: var(--fs-16);

}

.new-construction-section .details .cta {
    width: min(500px, calc(100vw - 120px));
    max-width: 500px;
    margin-top: 200px;
    display: flex;
    align-items: center;
}

.new-construction-section .details .cta > .bookmark {
    border: none;
    background-color: #ecad29;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
}

.new-construction-section .details .cta > .bookmark svg {
    width: 20px;
    height: 20px;
}

/* .new-construction-section .details .cta > .discover {
    border: 1px solid #fff;
    background-color: transparent;
    height: 36px;
    border-radius: 99px;
    color: #fff;
    padding: 4px 24px;
    font-size: 12px;
    margin-left: 16px;
    text-transform: uppercase;
    cursor: pointer;
} */

.new-construction-section .indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-color: #fff;
}

.new-construction-section .pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
    padding: 20px 0px;
}

.feature-propery-btn {
    padding: 10px 33px;
}

@media (max-width: 1440px) {
    .new-construction-section .pagination {
        padding: 0px;
    }
}

.new-construction-section .pagination > .arrow {
    z-index: 60;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1.5px solid rgba(var(--bs-gray-rgb), 0.55);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(var(--bs-gray-rgb), 0.1);
}

/* .new-construction-section .pagination > .arrow:hover {
    border-color: rgba(var(--bs-gray-rgb), 0.8);
    background-color: rgba(var(--bs-gray-rgb), 0.2);
    transform: scale(1.05);
} */

/* .new-construction-section .pagination > .arrow:active {
    transform: scale(0.95);
    background-color: rgba(var(--bs-gray-rgb), 0.3);
} */

.new-construction-section .pagination > .arrow:nth-child(2) {
    margin-left: 10px;
}

.new-construction-section .pagination > .arrow svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.5;
    color: var(--bs-white);
    transition: color 0.3s ease;
}

.new-construction-section .pagination > .arrow:hover svg {
    color: var(--bs-white);
}

.new-construction-section .pagination .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 600px;
    display: flex;
    align-items: center;
}

.new-construction-section .pagination .progress-sub-container .progress-sub-background {
    width: 600px;
    height: 3px;
    background-color: rgba(var(--bs-gray-rgb), 0.33);
}

.new-construction-section .pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 3px;
    background-color: var(--bs-white);
}

.new-construction-section .pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
}

.new-construction-section .pagination .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: var(--bs-white);
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: bold;
}

.new-construction-section .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    /* height: 100vh; */
    background-color: var(--bs-white);
    z-index: 100;
}

.new-construction-section-shadow{
    background: linear-gradient(0deg, rgba(44, 91, 101, 0) 0%, #2C5B65 100%);
    position: absolute;
    height: 400px;
    width: 100%;
    top: 0;
    z-index: 20;
}

/* RESPONSIVE STYLES */
@media (max-width: 525px) {
    .new-construction-section {
        min-height: 600px;
        height: 100% !important;
    }
    .new-construction-section .details .title-1,
    .new-construction-section .details .title-2 {
        font-size: var(--fs-26) !important;
        line-height: var(--fs-28);
    }
    .new-construction-section .details .place-box .text {
        padding-top: 0px;
    }
    .new-construction-section .details .place-box {
        height: auto;
        overflow: hidden;
    }
    .new-construction-section .details .properties-price {
        font-size: var(--fs-28) !important;
        line-height: var(--fs-20);
    }
    .new-construction-section .details .desc {
        margin-top: 12px;
    }
    .feature-propery-btn {
        padding: 6px 33px;
    }
    .new-construction-section .details {
        left: 35px !important;
        right: 35px !important;
    }
    .new-construction-section .pagination > .arrow {
        width: 24px;
        height: 24px;
        background-color: transparent;
    }
    .new-construction-section .pagination > .arrow svg {
        width: 14px;
        height: 14px;
    }
    .new-construction-section .pagination > .arrow:nth-child(2) {
        margin-left: 6px;
    }
    .new-construction-section .details .cta {
        margin-top: 16px !important;
    }
}

/* Mobile Devices (up to 768px) */
@media (max-width: 768px) {
    .new-construction-section {
        height: calc(100vh - 70px);
    }

    .new-construction-section .details {
        top: 30px;
        left: 20px;
        max-width: calc(100vw - 40px);
    }

    .new-construction-section .details .title-1,
    .new-construction-section .details .title-2 {
        font-size: var(--fs-24);
    }

    .new-construction-section .details .place-box .text {
        font-size: var(--fs-16);
    }

    .new-construction-section .details .properties-price {
        font-size: var(--fs-24);
    }

    .new-construction-section .details .desc {
        width: calc(100vw - 70px);
        max-width: none;
        font-size: var(--fs-14);
        -webkit-line-clamp: 3;
    }

    .new-construction-section .details .cta {
        width: calc(100vw - 40px);
        max-width: none;
        margin-top: 30px;
    }

    .new-construction-section .pagination .progress-sub-container {
        width: 200px;
    }

    .new-construction-section .pagination .progress-sub-container .progress-sub-background {
        width: 200px;
    }
}

/* Tablet Devices (768px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* .new-construction-section {
        height: 650px;
    } */

    .new-construction-section .details {
        top: 40px;
        left: 40px;
        max-width: calc(100vw - 80px);
    }

    .new-construction-section .details .title-1,
    .new-construction-section .details .title-2 {
        font-size: var(--fs-40);
    }

    .new-construction-section .details .desc {
        width: min(400px, calc(100vw - 80px));
    }

    .new-construction-section .details .cta {
        width: min(400px, calc(100vw - 80px));
        margin-top: 200px;
    }

    .new-construction-section .pagination .progress-sub-container {
        width: 400px;
    }

    .new-construction-section .pagination .progress-sub-container .progress-sub-background {
        width: 400px;
    }
}

/* Desktop Devices (1024px to 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    .new-construction-section {
        height: calc(100vh - 70px);  /* 775px; */
    }

    .new-construction-section .details {
        height: 85vh;
    }
}


@media (min-width: 1200px) {   

    .new-construction-section .details .cta {        
        position: absolute;
        bottom: 40px;
    }
}

/* Large Desktop (1440px to 2560px) */
@media (min-width: 1441px) and (max-width: 2560px) {
    .new-construction-section {
        width: 100%;
        max-width: none;
        height: calc(100vh - 70px);  /* height: 850px; */
    }

    .new-construction-section .details {
        left: 80px;
        max-width: calc(100vw - 160px);
        height: 85vh;
    }

    .new-construction-section .details .desc {
        width: min(600px, calc(100vw - 160px));
        max-width: 412px;
    }

    .new-construction-section .details .cta {
        width: min(600px, calc(100vw - 160px));
        max-width: 600px;
    }

    .new-construction-section .pagination .progress-sub-container {
        width: 800px;
    }

    .new-construction-section .pagination .progress-sub-container .progress-sub-background {
        width: 800px;
    }
}

/* Ultra-wide Screens (2560px+) */
@media (min-width: 2561px) {
    .new-construction-section {
        width: 100vw;
        max-width: none;
        height: calc(100vh - 70px);  /* height: 90vh; */
    }

    .new-construction-section .details {
        left: 120px;
        max-width: calc(100vw - 240px);
        height: 85vh;
    }

    .new-construction-section .details .title-1,
    .new-construction-section .details .title-2 {
        font-size: var(--fs-60);
    }

    .new-construction-section .details .place-box .text {
        font-size: var(--fs-24);
    }

    .new-construction-section .details .properties-price {
        font-size: var(--fs-40);
    }

    .new-construction-section .details .desc {
        width: min(800px, calc(100vw - 240px));
        max-width: 800px;
        font-size: var(--fs-18);
    }

    .new-construction-section .details .cta {
        width: min(800px, calc(100vw - 240px));
        max-width: 800px;
        margin-top: 300px;
    }

    .new-construction-section .pagination .progress-sub-container {
        width: 1000px;
    }

    .new-construction-section .pagination .progress-sub-container .progress-sub-background {
        width: 1000px;
    }
}
