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

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    position: absolute;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.effect__flit {
    width: 300px;
    height: 300px;

}

.effect__flit .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 100%;
}

.effect__flit .swiper-slide img {
    display: block;
    width: 100%;
}

.effect__coverflow {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.effect__coverflow .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px ;
    height: 100%;
}

.effect__coverflow .swiper-slide img {
    display: block;
    width: 100%;
}

.effect__cards {
    width: 240px;
    height: 320px;
}

.effect__cards .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}