﻿.reels {
    position: relative;
    max-width: 1600px;
    margin: 10px auto;
    /*background: rgba(225, 225, 225, .5);*/
    /* background: rgba(76 ,156, 225,.5); */
    /* background: linear-gradient(90deg, transparent, rgba(76 ,156, 225,.5), transparent); */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 15px 15px 15px 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;
        font: 600 20px/28px "cairo";
    }

    .reelsHeader a.more {
        background: #388ccc;
        font: normal 14px 'cairo';
        padding: 5px 30px;
        margin: 0 0 10px 10px;
        text-decoration: none;
        color: #FFF;
        display: block;
    }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

    .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .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;
}