*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
body{
    background-color: #260581;
}
a{
    text-decoration: none;
color: #ccc;
}
img{
    cursor: pointer;
}
.background img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    opacity: .4;
}

.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: #260581;
    position: sticky;
    top: 0;
z-index: 999;

}
.nav-left .menu-icon{
    height: 20px;
margin-right: 25px;
width: 22px;
}
.nav-right img{
width: 25px;
height: 25px;
margin-right: 25px;
}
.nav-right .user-icon{
 width: 35px;
 border-radius: 30%;
 margin-right: 0;
}
.nav-left .logo-icon{
    width: 100px;
    

}
.nav-middle .mic-icon{
    height: 20px;
    width: 20px;
}
.nav-middle .search-box{
    border: 1px solid #ff00ff;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 25px;
}
.nav-middle .search-box input{
    width: 100px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #000000;
}
.nav-middle .search-box img{
    width: 16px;
}
 .nav-middle .search-box ::placeholder{
    color: #ff00ff;
}
    #searchbutton{
        border: none;
    background: transparent;
}
    /*----------style for search result */
    .searchResult {
        margin-top: 20px;
        padding: 10px;
        border-top: 1px solid #ccc;
        }
        .searchResult div {
            margin-bottom: 10px;
            padding: 10px;
            background-color: #f9f9f9;
            border-radius: 5px;
}
.nav-middle .logo-box{
height: 90px ;


}
.nav-middle .logo-box img{
    margin-top: 100px;
    padding-right: 200px;
    padding-bottom: 50px;
    padding-top: 10px;
    height: 400px;
}
 /*----------sidebar------------- */

.sidebar{
    background: #260581;
    width: 150px;
    height: 100vh;
    position: fixed;
    top: 0;
    padding-left: 2%;
    padding-top: 80px;
    z-index: 100;
}
.shortcut-links a img{
    width: 20px;
    margin-right: 20px;
   
   }
    .shortcut-links{
        margin-top: 50px;

    }
.shortcut-links a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: wrap;
}
.shortcut-links a:nth-child(1){
    color: #ff00ff;

    }
.shortcut-links a:nth-child(2){
      color: #ff00ff;

}
.shortcut-links a:nth-child(3){
    color: #ff00ff;
}
.shortcut-links a:nth-child(4){
    color: #ff00ff;
}
.shortcut-links a:nth-child(5){
    color: #ff00ff;
}
.shortcut-links a:nth-child(6){
    color: #ff00ff;
}
    .shortcut-links a:nth-child(7){
           color: #ff00ff;
    }
        .shortcut-links a:nth-child(8){
            color: #ff00ff;
        }
            .shortcut-links a:nth-child(9){
                color: #ff00ff;
            }
                .shortcut-links a:nth-child(10){
                    color: #ff00ff;
                    
}
.sidebar hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 85%;
}
.small-sidebar{
 width: 5%;
}
.small-sidebar a p{
    display: none;
}
.small-sidebar h3{
    display: none;
}
/* ---------main--------------*/
.container{
    background: transparent;
    padding-left: 17%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.large-container{
    padding: 7%;
    padding-top: 10px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    border-radius: 8px;
    height: 300px;
}
.list-container{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 16px;
grid-row-gap: 30px;
margin-top: 15px;

}
.vid-list {
    position: relative;
}
.play-icon {
    position: absolute;
    top: 40%;
    right: 10px;
}
.play-icon a img {
    width: 40px;
    height: 40px;
    transition: .4s;
}
.vid-list .thumbnail{
width: 100%;
border-radius: 5px;
}
.vid-list .flex-div{
align-items: flex-start;
margin-top: 7px;
}
.vid-list .flex-div img{
    width: 35px;
    margin-right: 10px;
    border-radius: 50%;
} 
.vid-info{
    color: #ccc;
    font-size: 13px;
}
.vid-info a{
    color: pink;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
    }
.vid-info p{
    color:  #ff00ff;
}


/*responsive*/ 
    
.play-icon {
    position: absolute;
    top: 40%;
    right: 5px;
    
}
.play-icon a img {
    width: 30px;
    height: 30px;
    transition: .4s;
}

 /*---------play video page------------*/
 .play-video hr{
    border: 0px;
    height: 1px;
    background:  #ff00ff;
    margin: 10px 0;
 }
 .comment h4{
    margin-top: 10px;       
    color:  #ff00ff;
 }
 .add-comment{
    display: flex;
    align-items: center;
    margin: 20px 0;
    
 }
 .play-video .add-comment img{
    width: 35px;
    border-radius: 50px;
    margin-right: 15px ;
 }
 .add-comment input{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ccc ;
    width: 100%;
    padding-top: 10px;
    background: transparent;

 }
 .play-video .play-video-info img{
    width: 20px;
}
 .play-video img  {
   width : 400px;
   
}
 .play-video h1{
    color: #ff00ff;
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
 }
 .row{
    display: flex;
justify-content: space-between;
flex-wrap: wrap;
 }
 .play-video{
    flex-basis: 69%;
 }
 .right-sidebar{
  flex-basis: 30%;
 }
 .recomendation h2{
    font-weight: 100;
    color: #ccc;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.recomendation hr{
    border: none;
    width: 200px;
    height: 5px;
    background-color: pink;
    border-radius: 10px;
    margin-bottom: 5px;

}
.play-video .play-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    color:  #ff00ff;
}
.play-video .play-video-info img{
    margin-right: 8px;
}
.play-video .play-video-info a{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;

}
/*responsive*/
@media(max-width: 767px){ 
    .play-video hr{
    border: 0px;
    height: 1px;
    margin: 5px 0;
    }
   .comment h4{
        margin-top: 5px;
    }
    .add-comment{
        display: flex;
        align-self: center;
    }
    .play-video .add-comment{
        width: 25px;
        border-radius: 50px;
        margin-right: 10px;
    }
    .add-comment input{
        border: 0;
        outline: 0;
        border-bottom: 1px solid;
        width: 100%;
        padding-top: 5px;
        background: transparent;

    }
    .play-video .play-video-info img{
        width: 15px;
    }
    .play-video img{
        width: 300px;
    }
    .play-video h1{
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .row{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .play-video{
        flex-basis: 100%;
    }
    .right-sidebar{
        flex-basis: 100%;
        margin-top: 20px;
    }
.recomendation h2{
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 5px;
}
.recomendation hr{
    border: none;
    width: 150px;
    height: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.play-video .play-video-info img{
    width: 19px;
    margin-right: 5px;
}
.play-video .play-video-info a { 
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    }

    .flex-div{
        display: flex;
        align-items: center;
        }
        .nav{
            padding: 5px;
            justify-content: center;
        }
        .nav-left .menu-icon{
            height: 15px;
            width: 15px;
            margin-right: 10px;
        }
        .nav-right img{
            display: none;
            width: 20px;
            height: 20px;
            margin-right: 0;
        }
        .nav-left .logo-icon{
            width: 70px;
        }
        .nav-middle .mic-icon{
            height: 15px;
            width: 15px;
        }
        .nav-middle .search-box{
            margin-right: 5px;
            padding: 5px 10px;
        }
        .nav-middle .search-box input{
            width: 40px;
        }
        .nav-middle .search-box img{
        width: 12px;
        }
        .searchResult{
            margin-top: 10px;
            padding: 5px;
        }
        .searchResult div{
            margin-bottom: 5px;
            padding: 5px;
        }
        .nav-middle .logo-box img{
            margin-top: 10px;
            padding-right: 20px;
            padding-bottom: 20px;
            padding-top: 20px;
            height: 150px;     
        }
        .container {
            padding-left: 5%;
            padding-right: 5%;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .large-container {
            padding: 5%;
            padding-top: 8px;
        }
        .banner{
            width: 100%;
        }
        .banner img{
            width: 100%;
            border-radius: 5px;
            height: auto;
        }
        .list-container{
            margin-top: 15px;
            display: block;
        }
        .vid-list .thumbnail{
            width: 100%;
            border-radius: 5px;
        }
        .vid-list .flex-div{
            align-items: flex-start;
            margin-top: 5px;
        }
        .vid-list .flex-div img{
            width: 30px;
            margin-right: 7px;
            border-radius: 50%;
        }
        .vid-info{
            font-size: 12px;
        }
         .vid-info a{
            font-weight: 300;
            display: block;
            margin-bottom: 4px;
         }
         .vid-info p{
        
         }

    @media(max-width: 574px){
     .play-video img{
    width: 100%;
    }
    .play-video-info img{
        width: 30px;
        align-items: flex;
    }
    }
    .footerbottom{
        align-items: center;
        justify-content: space-between;
        color: #bbbbbb;
        padding-top: 20px;
    }
/*----------------gallery videos-----------*/

}
.gallery-video hr{
    border: 0px;
    height: 1px;
    background:  #ff00ff;
    margin: 10px 0;
 }
 .comment h4{
    margin-top: 10px;       
    color:  #ff00ff;
 }
 .add-comment{
    display: flex;
    align-items: center;
    margin: 20px 0;
    
 }
 .gallery-video .add-comment img{
    width: 35px;
    border-radius: 50px;
    margin-right: 15px ;
 }
 .add-comment input{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ccc ;
    width: 100%;
    padding-top: 10px;
    background: transparent;

 }
 .gallery-video .gallery-video-info img{
    width: 20px;
}
 .gallery-video img  {
   width : 400px;
   
}
 .gallery-video h1{
    color:  #ff00ff;
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
 }
 .row{
    display: flex;
justify-content: space-between;
flex-wrap: wrap;
 }
 .gallery-video{
    width: 100%;
    height: 100%;
    flex-basis: 69%;
 }
 .gallery-video video {
    width: 500px;
    height: 400px;
    margin: auto ;
    overflow: hidden;
    
 }
 .right-sidebar{
  flex-basis: 30%;
 }
 .recomendation h2{
    font-weight: 100;
    color: #ccc;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.recomendation hr{
    border: none;
    width: 200px;
    height: 5px;
    background-color: pink;
    border-radius: 10px;
    margin-bottom: 5px;

}
.gallery-video .gallery-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    color:  #ff00ff;
}
.gallery-video .gallery-video-info img{
    margin-right: 8px;
}
.gallery-video .gallery-video-info a{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;

    
}
/*responsive*/
@media(max-width: 767px){
 .gallery-video video {
    width: 300px;
    height: 200px;
    margin: auto ;
    overflow: hidden;
 }
/*---------------footer page-----------*/
}
.container{

}
.row{
display: flex;
flex-wrap: wrap;
}
ul{
list-style: none;
}
.footer{
padding: 70px 0;
}
.footer-col{
width: 25%;
padding: 0 15px;
}
.footer-col h4{
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.footer-col h4::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #ff00ff;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
color: #ffffff;
text-decoration: none;
font-weight: 300;
color: #bbbbbb;
display: block;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: #ffffff;
padding-left: 8px;
}
.footer-col .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: rgba(255,255,255,0.2);
margin:0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
color: #24262b;
background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
.footer-col{
width: 50%;
margin-bottom: 30px;
}
}
@media(max-width: 574px){
.footer-col{
width: 100%;
}
}
.footerbottom{
    align-items: center;
    justify-content: space-between;
    color: #bbbbbb;
    padding-top: 20px;
}
/*-------------upload page------------*/

.upload-container{
    text-align: center;
    border: 1px solid  #ff00ff;
    background-color: #260581;
    padding: 20px;
    margin: 100px 200px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    align-items: center;
    
    
}
    
   .upload-container button{
 padding: 10px 20px;
 border: none;
 background-color: #260581;
 color: white;
 cursor: pointer;
 border-radius: 5px;
   }
   .upload-container button:hover{
    background-color:  #ff00ff;
   }
.upload-container h2{
color:  #ff00ff;
}
   /*-----------uploaded files styles-------*/ 
 #uploadedfiles{
    margin-top: 20px;
 }
 #uploadedfiles img, #uploadedFiles video{
    margin: 10px;
    max-width: 200px;
    border-radius: 5px;
 }

