body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    direction: rtl !important;
}
.swiper {
    width: 100%;
    height: auto;
    direction: rtl !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
}

.swiper-slide img :not(.bullet) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
