.projects-details-slider-warp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    --primary-900-color: #000;
}

.projects-details-slider-warp .projects-details-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

@media (min-width:1200px) {
    .projects-details-slider-warp .projects-details-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.projectsDetailsSwiper {
    padding-bottom: 15px;
}

.projects-details-slider-warp {
    .swiper-pagination-progressbar {
        width: 100%;
        height: 5px;
        background: #0000001A;
        border-radius: 10px;
        overflow: hidden;

        .swiper-pagination-progressbar-fill {
            border-radius: 10px;
            background: #00000080;
        }
    }

}

.floor-box {}

.floor-box figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;
}

.floor-box figure>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.floor-box figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(510 / 360* 100%);
}

.custom-button-prev,
.custom-button-next {
    display: none;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4805 6.74436C21.4805 6.53102 21.4138 6.35769 21.2805 6.22436C21.1471 6.09102 20.9738 6.02436 20.7605 6.02436H3.08047L7.80047 1.30436C7.96047 1.14436 8.04047 0.957689 8.04047 0.744356C8.04047 0.531022 7.96047 0.357689 7.80047 0.224356C7.64047 0.0910225 7.4538 0.0243559 7.24047 0.0243559C7.02714 0.0243559 6.84047 0.0776892 6.68047 0.184356L0.68047 6.18436C0.573803 6.34436 0.52047 6.53102 0.52047 6.74436C0.52047 6.95769 0.573803 7.14436 0.68047 7.30436L6.68047 13.3044C6.84047 13.411 7.02714 13.4644 7.24047 13.4644C7.4538 13.4644 7.64047 13.3977 7.80047 13.2644C7.96047 13.131 8.04047 12.9577 8.04047 12.7444C8.04047 12.531 7.96047 12.3444 7.80047 12.1844L3.08047 7.46436H20.7605C20.9738 7.46436 21.1471 7.39769 21.2805 7.26436C21.4138 7.13102 21.4805 6.95769 21.4805 6.74436Z' fill='black'/%3E%3C/svg%3E%0A");


}

.custom-button-prev.swiper-button-disabled,
.custom-button-next.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0;
    pointer-events: none;
}

.custom-button-prev {
    left: -30px;
}

.custom-button-next {
    right: -30px;
    transform: rotate(180deg);

}

.custom-button-prev:hover,
.custom-button-next:hover {
    opacity: 1;
}

.floor-box-title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (min-width:1200px) {

    .custom-button-prev,
    .custom-button-next {
        display: flex;

    }

    .projectsDetailsSwiper {
        padding-bottom: 40px;
    }

    .floor-box-title {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}


/* popup css */


.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    /* transition: opacity 0.3s ease-in-out; */
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0;


}

.popup.popup-show {
    opacity: 1;
    pointer-events: auto;
}

.popup-content {
    background-color: transparent;
    padding: 0px;
    border-radius: 5px;
    max-width: 900px;
    width: 90%;
    position: relative;

}

.popup-content .close-popup-button {}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper {
    width: 100%;
    height: 100%;
}


/* .projectsbigSwiper, .projectsthumbSwiper{
    overflow: hidden;
    position: relative;
 } */
.projectsthumbSwiper {
    margin-top: 10px;
}

.swiper-slide {
    text-align: center;
    padding: 0px 0;
}

.projectsbigSwiper .swiper-slide figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;

}

.projectsbigSwiper .swiper-button-prev,
.projectsbigSwiper .swiper-button-next {
    display: none;
}

.projectsbigSwiper .swiper-slide figure>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.projectsbigSwiper .swiper-slide figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(350 / 500* 100%);
}


.projectsbigSwiper .swiper-slide {
    opacity: 0.5;
    transition: 0.3s ease-in opacity;
}

.projectsbigSwiper .swiper-slide figure {
    transform: scale(0.8);
    transition: 0.3s ease-in transform;
}

.projectsbigSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.projectsbigSwiper .swiper-slide.swiper-slide-active figure {
    transform: scale(1);
}

.projectsbigSwiper .swiper-button-prev,
.projectsbigSwiper .swiper-button-next {
    filter: brightness(0) invert(1);
}




.projectsthumbSwiper .swiper-slide figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.projectsthumbSwiper .swiper-slide figure>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.projectsthumbSwiper .swiper-slide figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(100 / 150* 100%);
}

.projectsthumbSwiper .swiper-slide figure {
    margin: 0;
    border: 2px solid #fff;
    transition: border 0.3s ease;

}

.projectsthumbSwiper .swiper-slide.swiper-slide-thumb-active figure {
    border-color: var(--secondary-color, #A6A182);

}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.close-popup-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    z-index: 2;
    /* background: rgba(255, 255, 255); */
}

.close-popup-button svg path {
    stroke: #fff;
    transition: all 0.3s ease;

}

.close-popup-button:hover svg path {
    stroke: var(--secondary-color, #A6A182);
}

.projectsthumbSwiper .swiper-button-prev,
.projectsthumbSwiper .swiper-button-next {
    display: none;
}



@media (min-width:1200px) {

    .projectsbigSwiper .swiper-button-prev,
    .projectsbigSwiper .swiper-button-next {
        display: flex;
    }

    .projectsthumbSwiper .swiper-slide figure {
        border: 5px solid #fff;

    }

    .projectsDetailsSwiper.swiper {
        overflow: hidden;
    }

}