﻿.reels {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    max-width: 1600px;
    margin: 10px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 0;
}

.reelsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .reelsHeader a {
        text-decoration: none;
        font-size: 14px;
        color: #333;
        font-weight: 900;
    }


    .reelsHeader h2 {
        border-right: 4px solid #e88301;
        padding-right: 6px;
        color: #333;
        margin: 0 0 10px 0;
    }

    .reelsHeader a.more {
        background: #388ccc;
        font: normal 14px 'cairo';
        padding: 5px 30px;
        margin: 0 0 10px 10px;
        text-decoration: none;
        color: #FFF;
        display: block;
    }


.mySwiper {
    width: 100%;
    height: 100%;
    overflow: auto;
}
    .mySwiper .swiper-wrapper {
        display: flex;
        width: 1140px;
        overflow: scroll;
        flex-wrap: initial;
        gap: 5px;
    }

    .mySwiper .swiper-slide {
        position: relative;
        width: 160px;
        height: 240px;
        display: block;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

        .mySwiper .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .mySwiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }

    .swiper-slide .reels-view {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        font-size: 11px;
        margin: 0 0px 5px 10px;
    }

        .swiper-slide .reels-view i {
            margin-right: 5px;
        }

    .swiper-slide .layerg {
        background-image: linear-gradient(0deg,var(--always-dark-overlay),transparent);
    }



.reels .matchCenterBox.light {
    background: #fff;
    color: #333;
}

.reels .reels-nav {
    padding: 0 !important;
    margin-bottom: 10px;
}

    .reels .reels-nav .nav-item {
        max-width: 50% !important;
    }



    .reels .reels-nav .reelsHeader {
        background: #fff;
        min-width: 160px;
        border: 0;
    }

.reels .matchCenterBox .nav-tabs {
    border-bottom: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #5399e1;
}
