/* الحاوية الرئيسية */
.D-M-Slider{
    width:100%;
    position:relative;
    overflow:hidden;
    margin:auto;
}

/* الحاوية */
.Dslider-counter-mixed2{
    display:flex;
    align-items:center;
    width:100%;
    position:relative;
}

/* منطقة الصور */
.Dthu-video-Img{
    display:flex;
    gap:15px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    flex:1;
    padding:10px 0;

    scrollbar-width:none;
}

.Dthu-video-Img::-webkit-scrollbar{
    display:none;
}

/* كل عنصر */
.Dthumbinal-video{
    flex:0 0 calc(25% - 12px);
    min-width:220px;
    transition:.4s;
}

.Dthumbinal-video:hover{
    transform:translateY(-5px);
}

/* رابط */
.Athumbinal-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

/* الصورة */
.Dpost-thumbnail{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.post-thumbnail-con2 img{
    display:block;
    width:100%;
    height:auto;
    height:150px;
    transition:.4s;
}

.Dthumbinal-video:hover img{
    transform:scale(1.08);
}

/* HD أعلى اليمين */
.hd-video2{
    position:absolute;
    top:8px;
    right:8px;
    background:#d40000;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding:3px 8px;
    border-radius:4px;
    z-index:2;
}

/* أزرار السلايدر */
.Dslider-prev-mixed,
.Dslider-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}

.Dslider-prev-mixed{
    left:10px;
}

.Dslider-next{
    right:10px;
}

.Bslider-prev-mixed,
.Bslider-next{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.65);
    color:#fff;
    cursor:pointer;
    font-size:22px;
    transition:.3s;
}

.Bslider-prev-mixed:hover,
.Bslider-next:hover{
    background:#ff0000;
}

/* الأجهزة اللوحية */
@media (max-width:992px){

    .Dthumbinal-video{
        flex:0 0 calc(33.333% - 10px);
    }

}

/* الموبايل */
@media (max-width:768px){

    .Dthumbinal-video{
        flex:0 0 calc(50% - 10px);
        min-width:180px;
    }

    .Bslider-prev-mixed,
    .Bslider-next{
        width:40px;
        height:40px;
    }

}

/* الشاشات الصغيرة */
@media (max-width:480px){

    .Dthumbinal-video{
        flex:0 0 100%;
        min-width:100%;
    }

}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* الحاوية الرئيسية */
.DMixes2 {
    width: 100%;
    box-sizing: border-box;
}

/* عنوان القسم */
.H2widget-title {
    font-size: 22px;
    margin: 15px 0;
}

/* زر المزيد */
.Amore-videos {
    float: right;
}


/* شبكة الفيديوهات */
.Dvideos-list2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}


/* عنصر الفيديو */
.Article-2 {
    width: 100%;
    min-width: 0;
}


/* رابط الفيديو */
.Article-2 > a {
    display: block;
    text-decoration: none;
    color: inherit;
}


/* الصورة */
.D-Count-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* الصورة المتجاوبة */
.D-Count-img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


/* HD أعلى يمين الصورة */
.Shd-video2 {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,.45);
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 2;
}


/* نسبة المشاهدة أسفل الصورة    Sviews2,Sduration2,SStatistics */
.SStatistics {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #888;
    font-size: 18px;
    background: transparent;
}


/* المشاهدات والمدة فوق العنوان */
.Dviews-daure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 5px;
    color: #aaa;
    font-size: 18px;
    background: transparent;
}


/* العنوان كامل بدون قص */
.Stitle2 {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
    background: transparent;
}


/* أيقونات */
.Dviews-daure i {
    margin-right: 4px;
}


/* شاشات التابلت */
@media (max-width: 992px) {

    .Dvideos-list2 {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* شاشات الموبايل الكبيرة */
@media (max-width: 768px) {

    .Dvideos-list2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .Stitle2 {
        font-size: 18px;
    }

}


/* شاشات الموبايل الصغيرة */
@media (max-width: 480px) {

    .Dvideos-list2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .Stitle2 {
        font-size: 18px;
    }

}
