@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Oswald:wght@600&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;

    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #5a5a5a;
}
img{
    cursor: pointer;
}
.flex-div{
    display: flex;
    align-items: center;
}
nav{
    padding: 10px 2%;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;

}
.nav-right img{
    width: 25px;
    right: 25px;
}
.nav-left .menu{
    width: 22px;
    right: 25px;
}
/*-----yanmenu------*/

.sidebar{
    background: #fff;
    width: 15%;
    height: 100vh;
    position: fixed;
    padding-left: 2%;
    padding-right: 80px;
}
.kisa a img{
    width: 20px;
    margin-right: 20px;
}
.kisa a{
    display: flex;
    align-items:center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: wrap;
}
.kisa a:first-child{
    color: #ed3833;
}
.sidebar hr{
    border:0;
    height: 1px;
    background: #ccc;
    width: 85%;
}
.small-sidebar{
    width: 5%;
}
.small-sidebar a p{
    display: none;
}
.small-sidebar hr{
    width: 50%;
    margin-bottom: 25px;
}
.small-sidebar h3{
    display: none;
}

.a{
    background: #f9f9f9;
    padding-left: 17%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    margin-top: 15px;

}
.b-container{
    padding-left: 7%;
}
.liste .kapak{
    width: 100%;
    border-radius: 5px;
}
.liste .flex-div{
    align-items: flex-start; 
    margin-top: 7px;

}
.liste .flex-div img{
    width: 35px;
    margin-right: 10px;
    border-radius: 50;

}
.info{
    color: #5a5a5a;
    font-size: 15px;
}
.info a{
    color:#000   ;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
@media(max-width: 900px){
    .menu{
        display: none;
    }
    .sidebar{
        display: none;
    }
    .a , .b-container{
        padding-left: 5%;
        padding-right: 5%;
 
    }
}
.play-a{
    padding-left: 2%;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.play-v{
    flex-basis: 69%;

}
.right-sidebar{
    flex-basis: 30%;
}
.play-v video{
    width: 100%;
}
.liste-k{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.liste-k img{
    width: 100%;
}
.liste-k .k-kapak{
    flex-basis: 49%;
}
.liste-k .info{
    flex-basis: 49%;


}
.play-v .tags a{  
        color:blue;
        font-size: 15px;


}
.play-v h3{
    font-weight: 600;
    font-size: 22px;
}
.play-v hr{
    border: 0;
    height: 1px;
    background: #ccc;
    margin:  10px;
}
