.slider-container {
    width: 80%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

.swiper-cover-container {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-cover-container .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-card-container {
    width: 500px;
    height: 500px;
}

.swiper-card-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-position: center;
    background-size: cover;

}

.swiper-cube-container {
    width: 500px;
    height: 500px;
}

.swiper-cube-container .swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-cube-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-fade-container {
    width: 80%;
    height: 500px;
}

.swiper-fade-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.swiper-fade-container .swiper-button-prev {
    position: relative;
    top:10%;
}
.swiper-fade-container .swiper-button-next {
    position: relative;
    top:10%;
    left: 100%;
}

.swiper-fade-container .slider-pagination{
    position: relative;
    top: 0;
    width: 100%;
}

.swiper-buttons {
    padding-right: 50px;
}

.slider-pagination {
    width: 100% !important;
}

.slider-card-wrapper {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    .swiperbtn {
        display: none;
    }
}
