*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
    
 }
 *:focus{
    outline: none;
 }
 html,body{
    position: relative;
    background:  #000000d3;
    font-family: 'roboto',sans-serif;
 scrollbar-color:gray black;
 
  
 }
  
 .nav-bar{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000;
  
    z-index: 1;
    
    padding: 0 2.5vw;
 }
 .flex-div{
  align-items: center;
  display: flex;
  margin: 0;
 }
 .togle-btn{
    width: 20px;
    height: 10px;
    position: relative;
    cursor: pointer;
    
 }
  
 .togle-btn span{
   
    position: absolute;
    width: 80%;
    height: 1px;
    top: 50%;
    transform: translate(-50%);
    background: #fff;
 }
 .togle-btn span:nth-child(1){
    top: 0;
    
 }
 .togle-btn span:nth-child(3){
    top: 100%;
   
 }
 .logo{
    height: 40px;
  margin-left: 10px;
 

 }
 .serch-box{
    position: relative;
   
    width: 56%;
    height: 35px;
    display: flex;
    margin-left: 105px;
    color: #fff;
   

 } 
 .serch-bar{
    width: 568px;
    position: relative;
    align-items: center;
    cursor: text;
    height: 40px;
    padding: 0 4px 0 16px;
    border: 1px solid hsl(0,0%,18.82%);
    background: hsl(0,0%,7%);
    color: hsl(0deg 0% 100% / 88%);
    border-radius: 40px 0 0 40px;
    
    font-size: 16px;
    text-transform: capitalize;
    border-right: none;
    margin-left: 32px;
 }
  .serch-bar:focus{
   border: 1px solid blue;
   width: 700px;
    margin-left: 5px;

 }
 .serch-btn{
   width: 64px;
    height: 40px;
    background: #000;
    border: 1px solid hsl(0,0%,18.82%);
    border-radius: 0 40px 40px 0;
    padding: 5px 0;
    outline: 0;
    border-left: none;
   
    cursor: pointer;
 }
 .serch-btn img{
    height: 100%;
 }
 .serch-btn:focus{
   width: 64px;
   height: 40px;
   background: #000;
   border: 1px solid hsl(0,0%,18.82%);
   border-radius: 0 40px 40px 0;
   padding: 5px 0;
   outline: 0;
   border-left: none;
  
 }
 .user-option{
    height: 35px;
    display: flex;
    margin-left: auto;
    align-items: center;
 }
 .user-option .icon{
    height: 88%;
    margin-right: 20px;
    cursor: pointer;
 }
 .mic{
    width: 24px;
    height: 34px;
    background: #000000;
      border-radius: 50%;
    padding: 5px 0;
    
 }
 .mic-btn{
   border-radius: 50%;
   outline: 0;
   width: 34px;
   height: 44px;
   background: 0;
   padding: 0;
   border: 0;
   margin-left: 10px;
 }
 .mic-btn:hover{
   background: #0b0b0b;
 }
 .mic-btn:focus { 
   outline: none; }
 .profil{
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
 }
 .profil img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .side-bar{
    position: fixed;
    top: 0;
    left: -100%;
   
    width: 15%px;
    height: 100vh;
    
    background: #000;
    
   
    
    overflow: hidden;
    flex: 1;
    flex-basis: 0.000000001px;
    overflow-y: auto;
    scrollbar-width: none;
 


}
 



.side-bar p{
   margin-left: 10px;
}

 
 .link{
    display: block;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
 }
.link img{
    height: 25px;
    margin-right: 20px;
}
.link a{
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   width: fit-content;
   flex-wrap: wrap;
}
 
.link:hover,
.link .active{
    background: rgba(222, 218, 218, 0.1);
  text-decoration: none;
  color: #fff;
    border-radius: 10px;
}
.seperator{
    border: none;
    border-bottom: 1px solid #ccc;
    margin: px;

}
.filter{
    position: fixed;
    left: 230px;
    top: 60px;
    width: calc(100% - 230px);
    height: 60px;
    background: #000;
    
   
    display: flex;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none;
   
} 
.filter-option{
    flex: 0 0 auto;
    padding: 5px 20px;
    border-radius: 10px;
    background: #5652528f;
    border: 1px solid#5652528f;
    text-transform: capitalize;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.filter-option.active{
    color: #fff;
    background: #7f7e7e;
}
 
.filter-option:hover{
color: #fff;
    background: #7f7e7e;
    
}
  .show-sidebar{
   left: 10;
  }
  .active-link{
   background-color: rgb(111, 109, 109);
   backdrop-filter: blur(16px);
   -webkit-backdrop-filter: blur(16px);
  }
  .active-link span{
   color: rgb(112, 108, 108);
  }
  
  


    
    
   .side-bar{
      left: 0;
      top: calc(var(--header-height) + 1.5em);
      width: 230px;
      
      
   }
    
   
    
   
  
  .small-sidebar{
   width: 5%;
   scrollbar-width: none;

  }
  
  
  .img{
   height: 210px;
   position: relative;
   top: 0%;
   
  }
  .small-sidebar:hover{
   scrollbar-color: #000 #000;
  }
  .small-sidebar a p{
   display: none;
  }
  .side-bar:hover{
   scrollbar-width: thin;

  }
   
   
.container{
   background:#000;
   width: 1540px;
   padding: 10%;
   margin: 0;
   padding-top: 20px;
   padding-bottom: 20px;
   left: 15%;
}
.list-container{
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(350px, 1fr));
   grid-column-gap: 16px;
   grid-row-gap: 30px;
   margin-top: 50px;
   left: 15%;
   padding: 2%;
   margin-left: 50px;
   background:#000;

   overflow-x: hidden;
   
}
.video-list .thumbnail{
border-radius: 5px;
 width: 100%;
}
.video-list .flex-div{
   align-items: flex-start;
  
}
.video-list .flex-div img{
   width: 35px;
   margin-right: 10px;
   border-radius: 50%;
}
.vid-info{
   color: #fff;
   font-size: 13px;
   text-decoration: none;
   

}
.vid-info a{
   color: #ccc;
   font-weight: 600;
   display: block;
   margin-bottom: 5px;
   text-decoration: none;
}
.large-filter{
   left: 63px;
   width: calc(110% - 180px);
}
.play-con{
   padding-left: 2%;

}
.row{
   display: flex;
   margin-top: 20px;
   justify-content: space-between;
   
}
.play-video{
   flex-basis: 59%;
   padding-right: 10px;
}
.right-side{
   flex-basis: 40%;
   
}
.play-video video{
   width: 100%;
}
.side-vid-list{
   display: flex;
   flex-wrap: wrap;
   justify-content: start;
   padding-top: 10px;

   margin-bottom: 8px;
}
.side-vid-list img{
   width: 40%;
   border-radius: 10px;
}
 .side-vid-list .small-thumbnail{
   flex-basis: 49%;
   
 }
.side-vid-list .vid-info{
   flex-basis: 49%;

}
.side-vid-list .vid-info p{
   margin-left: 10px;
      margin-top: 10px;
    
}
.side-vid-list .vid-info a{
   padding-left: 10px;
}
.play-video .tags a{
   color: #a4a4a5;
   font-size: 13px;
 text-decoration: none;
 
}
.play-video h3{
   font-weight: 600;
   font-size: 22px;
   color: #fff;
}
.play-video-info{
   color: #dbdbdb;
}
.play-video .play-video-info{
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 10px;
   font-size: 14px;
   color: #5a5a5a;
}
.play-video .play-video-info a img{
 width: 20px;
 margin-right: 8px;
}
.play-video .play-video-info a{
   display: inline-flex;
   align-items: center;
   margin-left: 15px;
   text-decoration: none;
   color:  #a4a4a5;
}
.play-video hr{
   border: 0;
   height: 1px;
   background: #ccc;
   margin: 10px 0px;
}
.publisher{
   display: flex;
   align-items: center;
   margin-top: 20px;

}
.publisher div{
   flex: 1;
   line-height: 18px;
}
.publisher img{
   width: 40px;
   border-radius: 50%;
   margin-right: 15px;
}
.publisher div p{
   color: #fff;
   font-weight: 600;
   font-size: 18px;
}
.publisher div span{
   font-size: 13px;
   color: #ccc;
}
.publisher button{
   background: red;
   color: #fff;
   padding: 8px 30px;
   border: 0;
   outline: 0;
   border-radius: 4px;
   cursor: pointer;
}
.vid-discrption{
   padding-left: 55px;
   margin: 15px 0;
}
.vid-discrption{
   font-size: 14px;
   margin-bottom: 5px;
   color: #fff;
}
.vid-discrption h4{
   font-size: 14px;
   color: #fff;
   margin-top: 15px;
}
.comment{
   display: flex;
   align-items: center;
   margin: 30px 0;

}
.bell{
   border-radius: 50%;
   margin-right: 20px;
}
.comment img{
   width: 35px;
   border-radius: 50%;
   margin: right 15px; ;
}
.comment input{
   border: 0;
   outline: 0;
   border-bottom: 1px solid#ccc;
   width: 100px;
   padding-top: 10px;
   background: transparent;
   color: #fff;
}
.old-comment{
   display: flex;
   align-items: center;
   margin: 20px 5px;
}
.old-comment img{
   width: 40px;
   border-radius: 50%;
}
.old-comment h3{
   font-size: 14px;
   margin-bottom: 2px;
   margin-left: 10px;
}
.old-comment h3 span{
   font-size: 12px;
   color: #ccc;
   font-weight:500px;
   margin-left: 8px;
}
.old-comment .comment-action{
  display: flex;
  align-items: center;
  margin: 8px 5px;
  font-size: 14px;
}
.old-comment .comment-action img{
   border-radius: 50%;
width: 15px;
margin-right: 20px;
}
.old-comment .comment-action span{
   margin-right: 20px;
   color: #ccc;
}
.old-comment .comment-action a{
   color: #ccc;
   text-decoration: none;
}
.old-comment p{
   margin-left: 10px;
}
.recent-serch{
   width: 550px;
   height: 400px;
   background: #292828;
   position: absolute;
  top: 42px;
  left: 14px;
  border-radius: 10px;
  display: none;
  cursor: pointer;
}
.his{
   display: flex;
   line-height: 20px;
   padding-left: 35px;
  
}
.his p{
    padding-left: 5px;
}
.recent-serch h5{
    padding-bottom: 5px;
   padding-left: 10px;
}
.serch-box:focus-within .recent-serch{
display: flex;
flex-direction: column;
}
