.section h2{
    font-size: 20px;
    font-weight: 600;
}
.subtitle{
    font-weight:400;
}
.section.videolar h2 i{
    color:#f00;
    margin-right:5px;
}
.video-item .video-img img{
    width:100%;
    border-radius:10px;
}

.video-item .video-baslik{
    display:block;
    margin-top:10px;
}

.belgesel{
    display: flex;
    background: #1a1a1a;
    border-radius: 10px;
    height: calc(100%);
    align-items: flex-end;
}
.belgesel img{
    height:198px;
    margin-left:10px;
}
.belgesel .mobile-img{
    display:none;
}

.belgesel-inner{
    height:100%;
    font-size:14px;
        line-height: 20px;
    width:100%;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    
}

.belgesel-inner .line-1 div{
    color: #ff5757;
}

.belgesel-inner .line-2{
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
}
.belgesel-inner .line-3{
    color:#ccc;
}

.belgesel-inner .alt-bilgi{
    font-weight: 400;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    text-align:left;
    padding: 0px 10px;
}

@media (max-width: 991px) {
    .belgesel-inner{
        padding:10px;
    }
    .belgesel .mobile-img{
        display:block;
        margin: 0 auto;
        margin-top:15px;
    }
    .belgesel .pc-img{
        display:none;
    }
    .belgesel-inner .alt-bilgi{
        font-size:15px;
        padding:3px 10px;
    }
    
    
}

.shine{
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 120%;
    mask-position: 120%;
}

.shine:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 0%;
    mask-position: 0%;
    opacity: 1;
}