/* =========================================
   VIDEO32 TAM CSS
========================================= */

.video32-section{
    width:100%;
    max-width:940px;
    margin:25px auto;
    background:#fff;
    border:1px solid #ececec;
    border-radius:28px;
    padding:22px;
    box-sizing:border-box;
    display:flex;
    position:relative;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

/* SOL */

.video32-left{
    width:220px;
    flex:none;
    position:relative;
    z-index:5;
}

.video32-logo img{
    width:165px;
    display:block;
}

.video32-line{
    width:80px;
    height:4px;
    background:#ececec;
    border-radius:20px;
    margin:16px 0;
}

.video32-playtext{
    font-size:34px;
    font-weight:900;
    letter-spacing:8px;
    color:#ff4fa3;
    margin-bottom:22px;
}

.video32-desc{
    font-size:15px;
    line-height:1.8;
    color:#111;
    font-weight:700;
    margin-bottom:22px;
}

.video32-btn{
    display:inline-block;
    padding:14px 22px;
    background:#ff0f57;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:14px;
    font-size:13px;
    font-weight:900;
}

/* OKLAR */

.video32-nav{
    position:absolute;
    left:225px;
    top:100px;
    z-index:50;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.video32-prev,
.video32-next{
    width:54px;
    height:54px;
    border:none;
    border-radius:12px;
    background:#ff0f57;
    color:#fff;
    font-size:38px;
    line-height:54px;
    font-weight:bold;
    cursor:pointer;
    box-shadow:0 5px 14px rgba(0,0,0,.18);
}

/* SAĞ */

.video32-right{
    width:calc(100% - 240px);
    margin-left:22px;
    overflow:hidden;
}

#video32-slider{
    display:flex;
    gap:16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    scrollbar-width:none;
    height:385px;
}

#video32-slider::-webkit-scrollbar{
    display:none;
}

/* KART */

.video32-card{
    width:190px;
    min-width:190px;
    height:385px;
    border-radius:26px;
    overflow:hidden;
    position:relative;
    flex:none;
    cursor:pointer;
    background:#000;
}

.video32-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.video32-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top,
    rgba(0,0,0,.92),
    rgba(0,0,0,.15));
}

/* PLAY */

.video32-play{
    position:absolute;
    left:50%;
    top:110px;
    transform:translateX(-50%);
    width:84px;
    height:84px;
    border:4px solid #fff;
    border-radius:50%;
}

.video32-play:before{
    content:'';
    position:absolute;
    left:33px;
    top:23px;
    border-left:28px solid #fff;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
}

/* İZLE */

.video32-watch{
    position:absolute;
    top:208px;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:900;
    letter-spacing:4px;
}

/* ETİKET */

.video32-category{
    position:absolute;
    left:14px;
    bottom:86px;
    padding:9px 14px;
    border-radius:10px;
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.cat-red{
    background:#c40000;
}

.cat-yellow{
    background:#a59b00;
}

.cat-green{
    background:#00796b;
}

/* BAŞLIK */

.video32-title{
    position:absolute;
    left:14px;
    right:14px;
    bottom:18px;
    color:#fff;
    font-size:16px;
    line-height:1.4;
    font-weight:900;
}

/* POPUP */

.video32-popup{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.92);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999999;
}

.video32-popup-content{
    width:90%;
    max-width:950px;
    position:relative;
}

.video32-popup iframe{
    width:100%;
    height:540px;
    border:none;
    border-radius:18px;
    background:#000;
}

.video32-popup-close{
    position:absolute;
    top:-45px;
    right:0;
    color:#fff;
    font-size:42px;
    cursor:pointer;
}

/* =========================================
   MOBİL
========================================= */

@media only screen and (max-width:768px){

    .video32-section{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        padding:12px !important;
        border-radius:18px !important;
        overflow:hidden !important;
    }

    /* SOL */

    .video32-left{
        width:100% !important;
        text-align:center !important;
        margin-bottom:15px !important;
    }

    .video32-logo img{
        width:120px !important;
        margin:auto !important;
    }

    .video32-line{
        margin:10px auto !important;
    }

    .video32-playtext{
        font-size:22px !important;
        letter-spacing:5px !important;
        margin-bottom:14px !important;
    }

    .video32-desc{
        font-size:13px !important;
        line-height:1.5 !important;
        margin-bottom:14px !important;
    }

    .video32-btn{
        padding:10px 14px !important;
        font-size:11px !important;
    }

    /* SAĞ */

    .video32-right{
        width:100% !important;
        margin:0 !important;
        overflow:hidden !important;
    }

    #video32-slider{
        display:flex !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:8px !important;
        width:100% !important;
        height:220px !important;
        padding:0 !important;
    }

    /* KART */

    .video32-card{
        width:120px !important;
        min-width:120px !important;
        height:220px !important;
        border-radius:16px !important;
    }

    .video32-card img{
        width:100% !important;
        height:100% !important;
        object-fit:cover !important;
    }

    /* PLAY */

    .video32-play{
        width:46px !important;
        height:46px !important;
        top:58px !important;
        border-width:3px !important;
    }

    .video32-play:before{
        left:17px !important;
        top:12px !important;
        border-left:16px solid #fff !important;
        border-top:10px solid transparent !important;
        border-bottom:10px solid transparent !important;
    }

    .video32-watch{
        top:112px !important;
        font-size:13px !important;
        letter-spacing:2px !important;
    }

    .video32-category{
        left:8px !important;
        bottom:48px !important;
        padding:5px 8px !important;
        font-size:9px !important;
    }

    .video32-title{
        left:8px !important;
        right:8px !important;
        bottom:10px !important;
        font-size:10px !important;
        line-height:1.3 !important;
    }

    /* OKLAR */

    .video32-nav{
        position:absolute !important;
        right:8px !important;
        top:95px !important;
        left:auto !important;
        gap:6px !important;
        z-index:999 !important;
    }

    .video32-prev,
    .video32-next{
        width:34px !important;
        height:34px !important;
        line-height:34px !important;
        font-size:22px !important;
        border-radius:8px !important;
    }

    /* POPUP */

    .video32-popup iframe{
        height:220px !important;
    }

}