body{
    font-family: "Faculty Glyphic", sans-serif;
    margin:0;
    padding:0;
    background-color: black;
    color:white;
    overflow: hidden;
}
.main{
    height: 100vh;
    display:flex;
}
.sidebar{
    background-color: black;
    width:340px;
    border-radius:1rem;/*1 rem is equal to 16 px*/
    
}
.maincontent{
    background-color: #121212;
    flex:1;
    border-radius:1rem;
    overflow: auto;
    padding:0 1.5rem ;
}
.player{
    background-color: black;
    position:fixed;
    bottom:0px;
    width:100%;
    height:70px;
   
}
.nav{
    background-color: #121212;
    border-radius: 15px;
    height:100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:10px;
}
.nav-option a{
    color:white;
    text-decoration: none;
    font-size:1rem;
    margin-left:1rem;
     /* padding-left:15%; */
    /* padding-top:30px  */
    
}

.nav-option {
    line-height:40px;
    opacity:0.6;
    padding:0.5rem 0.75rem;
     
    /* padding-left:15%;
    padding-top:30px */
       
}
.nav-option i{
    font-size:1.5rem;
}
.nav-option:hover{
    opacity:1;}
.yourlib img{opacity:0.6;
    height:1.5rem
}
.yourlib a{
    font-size: 1rem;
    color:white;
    text-decoration: none;
    opacity:0.6;
    margin-left:1rem;
}

.library{
    background-color: #121212;
    padding:0.5rem 0.75rem;
    border-radius: 15px;
    margin:10px;
    height:100%;
    
   
}

.lon{
    border-radius:50%;
    opacity:0
}
.ok:hover{
    opacity:1;
}

#op{
    border-radius:3rem;
    height:2.5rem;
    width:8rem;

}
.box1{
    background-color: rgb(41, 40, 40);
    border-radius:1rem;
    margin:10px;
    height:10rem;
}
.options{
   display:flex;
   justify-content:space-between;
   align-items:center
}
.icons{
    font-size: 1.25rem;
    display:flex;
}
.icons i{
    margin-right:1rem;
    opacity:0.7;

}
.icons i:hover{
    opacity:1;
}
.box{
    background-color: #232323;
    height:8rem;
    border-radius: 0.75rem;
    margin:0.95rem 0 0.5rem 0;
    padding:1rem 1.25rem;

}
.box-p1{
    font-size:1rem;
    font-weight: 600;
    margin-top:0.5rem
}
.box-p2{
    font-size:0.75rem;
    opacity:0.90;
    margin-top:0.5rem
}
.stickynav img{
    margin-left:1.25rem

}
.badge{
    background-color: white;
    border-radius:8rem;
    border:none;
    padding:0.25rem 1rem;
    font-weight: 600;
    margin-top:1.5rem;
    height:2rem;
    width:fit-content;
}
.stickynav{
    position:sticky;
    top:0;
    background-color: #121212;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:1rem 0 1rem 0;
    z-index: 7;
    
}
.stickynavicons{
    margin-left:0.75rem;
}
.stickynavoptions{
    display:flex;
    justify-content: center;
    align-items:center; 
}
.ok{
    margin-right: 1rem;
    margin-top:2px;

}
.dark{
    background-color: black;
    color:white
}
@media(max-width:1000px){
    .hide{
        display:none;
    }
}
.card{
    background-color: #232323;
    width: 150px;
    border-radius:0.5rem;
    padding:1rem;
    margin-left:1.5rem;
    margin-top:1rem;
    transition:1s;
    position:relative;
    opacity:1;
  
}
.cards-container{
    display:flex;
    flex-wrap:wrap
    /* justify-content: space-evenly; */
  
}
.cardimg{
    width:100%;
    border-radius:0.5rem;
}
.card-title{
    font-weight: 600;
}
.card-info{
    opacity:0.5;
    font-size:0.85rem;

}
.card:hover{
    background-color: rgb(65, 66, 66);

}
/* .ok{
    opacity:0;
} */
/* .card:hover .ok{
    opacity:1;
} */
.footer{
    height:500px;
    display:flex;
    align-items:center;
    justify-content: center;
}
.line{
    width:90%;
    height:30%;
    border-top:1px solid white;
}
.player{
    display:flex;
  
    justify-content:center;
    align-items: center;
}
.album{
    width:25%
}
.tools{
    width:25%
}
.music{
    width:50%;
   
   
}
.control{
    display:flex;
    justify-content: center;
    align-items: center;
   

}
.plci{
    height:1rem;
    margin-right:1.75rem;
    opacity:0.7;

}
.plci:hover{
    opacity:1;
}
.playback{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bar{
    width:70%;
    appearance: none;
    cursor:pointer;
    background-color: transparent;

}
.bar::-webkit-slider-runnable-track{
    background-color: #ddd;
    border-radius: 100px;
    height:0.20rem;

}
.kli:hover{
    transform: scale(1.25);
    
}
.bar::-webkit-slider-thumb{
    appearance: none;
    
    height:1rem;
    width:1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top:-6px
}
.album{
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
    
    
}
.photo{
    border-radius: 5px;
    padding:2rem;
    height:3.5rem
    
}
.cont{
    padding-left:-9px
}
.ac{
    height:1.65rem;
    padding-left:2rem;
    position:relative;
    bottom:4px;
}
.acd{
    height:2.5rem;
    position:relative;
    bottom:3px;
    padding-left: 9px;;
}
.ko{position:relative;
   bottom: 10px;

}
.tools{
    display:flex;
  

}
.tools img{
    height:1.95rem;
    padding-right:20px;
}
.alu::-webkit-slider-runnable-track{
background-color: white;
height:0.25rem;
border-radius: 4px;
width:12px;
}
input[class="alu"] {
    width: 100px; /* Adjust this value to set the desired width */
  }
.alu::-webkit-slider-thumb{
    appearance: none;   
    height:1.5rem;
    width:1rem;
    background-color:#1bd760;
    border-radius: 50%;
    margin-top:-6px;
}