.slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-top: 5em;
    overflow: hidden;
    background-color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination {
    bottom: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal-indicators .swiper-pagination-bullet{
    width: 21px;
    height: 21px;
    background: transparent;
    border: 2px solid black;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s;
}

.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 2px solid white;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s;
}

.modal-indicators .swiper-pagination-bullet-active {
    background: black;
    border-color: black;
}

.swiper-pagination-bullet-active {
    background: white;
    border-color: white;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-slide.transform-rotate-modal{
    transform: rotate(90deg);
    margin-top: 8em;
    height: 23em;
}

.navigation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    bottom: 10px;
}

.modalCarruselDiv .navigation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    bottom: 90px;
}


.swiper-button-fullscreen {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.modalCarruselDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 2000;
    justify-content: center;
    align-items: flex-start;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.modal-container {
    width: 100%;
    height: 30vh;
}

.modalCarruselDiv {
    width: 100%;
    height: 100vh;
}

.close-modalCarruselDiv {
    position: absolute;
    bottom: 90px;
    right: 0px;
    background: none;
    border: none;
    font-size: 2em;
    color: #000;
    cursor: pointer;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 50px;
    font-weight: bold;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 50px;
    font-weight: bold;
}
