.aparat-elementor-swiper {
    position: relative;
    display: flex;
    flex-direction: row;
}

.aparat-elementor-swiper .aparat-elementor-swiper {
    width: 100%;
}

.aparat-elementor-swiper .aparat-item-box {
    position: relative;
    margin-bottom: 10px;
}

.aparat-elementor-swiper .aparat-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.aparat-elementor-swiper .aparat-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    content: "\f144";
    font-size: 48px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    font-family: "Font Awesome\ 6 Pro";
}

.aparat-elementor-swiper .aparat-overlay {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .95), transparent 100%);
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 20px;
    height: 40%;
    z-index: 13;
    bottom: 0;
    left: 0;
    color: white;
}

/* .aparat-feed-item {
    position: relative;
    padding: 0 !important;
}

.aparat-item-info {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    z-index: 13;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent 80%);
    height: 40%;
} */

.aparat-elementor-swiper .aparat-item-box a {
    width: 100%;
    text-align: justify;
    margin-bottom: .5rem;
    line-height: 1.5;
    text-shadow: 0 0 3px #333;
    color: #fff;
    font-size: 0.85rem;
}

.aparat-title a:hover {
    color: #fff;
}

.aparat-elementor-swiper-navigation {
    top: 0;
    display: flex;
}

.aparat-elementor-swiper-navigation-horizontal {
    margin-bottom: 10px;
}

.aparat-elementor-swiper-navigation-vertical {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-15px) translateY(14px) rotate(90deg);
    z-index: 10;
}

.aparat-elementor-swiper-button-next::before,
.aparat-elementor-swiper-button-prev::before {
    position: relative;
    color: #555;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.85);
    font-family: "Font Awesome\ 6 Pro";
    padding: 5px 7px;

}

.aparat-elementor-swiper-button-next::before {
    content: "\f053";
}

.aparat-elementor-swiper-button-prev::before {
    content: "\f054";
}