.container {
    background: white;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
     
}

.swiper{
    width: 80%;
    height: fit-content;
    margin: auto;
    display: flex;
}

.swiper-slide img{
    width: 100%;
    height: 450px;
    border-radius: 16px;  
}

.swiper .swiper-button-prev,  .swiper .swiper-button-next {
    color: #080808;
}

.swiper .swiper-pagination-bullet-active {
    background:#0e0d0d;
}
