*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    background-color: #000;
    color : white ;
    margin : 0 ;
    overflow : hidden ;
}

.main{
    display : flex ;
    height: 100vh;
    padding : 0.5rem;
}


.sidebar{
    width : 340px ;
    background-color: #000  ;
    border-radius :1rem ;
    margin-right : 0.5rem ;
}

.main-content {
    background-color: #121212;
    flex : 1 ;
    overflow : auto ;
    border-radius: 1rem; 
    padding:  0 0 0 1.5rem;
}

.music-player{
    background-color: black;
    position : fixed ;
    bottom : 0px ;
    width : 100% ;
    height : 75px ;
}

a{
    color: white;
    text-decoration: none;
}

.nav{
    
    border-radius: 1rem;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    height : auto ;
    padding : 0.5rem 0.75rem ;
   justify-content:  center;
   
   
}


.nav-option{
    line-height: 2.5rem;
    opacity : 0.7 ;
    padding : 0.5rem 0.75rem ; 
    background-color: transparent;
}

.nav-option:hover{
    opacity : 1 ;  
}

.nav-option i{
    font-size :1.25rem ;
}

.nav-option a{
    font-size : 1rem ;
    margin-left : 1rem;
    background-color: transparent;
}

.lib{
    margin-top : 0.5rem;
    border-radius : 1rem ;
    height : 100% ;
    padding : 0.5rem 0.75rem ;
    background-color: #121212;
}

.lib-options img{
    height : 1.25rem;
    width : 1.25rem ;
    background-color: transparent;
}

.options {
    display : flex ;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
   
    
}

.icons{
    font-size: 1.25rem;
    display:  flex ;
    background-color: transparent;
}

.icons i:hover{
    opacity:1 ;
}

.icons i{
    margin-right : 1rem ;
    opacity : 0.5 ;
}





.boxes{
    background-color: #232323;
    height : 7rem;
    border-radius: 0.75rem;
    margin : 0.5rem 0 0.5rem 0 ;
    padding : 1rem 1.25rem ;
    
}

.boxes .box-p1{
    font-size: 1rem;
    font-weight : 500 ; 
    margin-bottom: 1rem;
}

.boxes .box-p2{
    font-size : 0.85rem;    
    opacity : 0.9 ;
    margin-bottom: 0.5rem;
}

.badge{
    background-color: white;
    color : black ;
    font-weight: 700;
    border : none ;
    border-radius: 100px;
    padding : 0.25rem 1rem;
    margin-top: 0.5rem  ;
    height : 2rem ; 
    width : fit-content ;
}

#boxes2{
    margin-top : 1rem ;
    height : 8rem ; 
}


.sticky-nav{
    display : flex ;
    justify-content: space-between;
    align-items: center;
    position : sticky;
    top : 0 ;
    background-color: #121212;
    padding : 0.75rem 0 0.75rem 0 ;
    z-index: 2;
    left : 20px;
    
}


.sticky-nav-icons{
    margin-left : 0.75rem;
    background-color: #121212;
}

.sticky-nav-icons img{
    background-color: #121212;

}

.sticky-nav-options {
    display: flex;
    align-items: center ;
    background-color: #121212;
}

.nav-item{
    margin : 1rem; 
   
}

.black-badge{
    background-color: black;
    color : white;
}

.black-badge i{
    margin-right: 0.5rem;
    display: inline-flex;
    align-items: center;
}

@media (max-width : 1000px) {
    .hide{
        display: none;
    }


}

.card{
    background-color: #232323;
    width : 150px;
    padding : 1rem;
    border-radius : 0.5rem;
    margin : 1rem;
}

.card:hover{
    background-color: #23232391;
    transition-duration: 20ms;
    
}

.card-container{
    display: flex ;
}

.card-img{
    width : 100% ;
    border-radius : 0.5rem; 
}

.card-title{
    background-color: #232323;
    font-weight : 600 ;
    margin-top : 0.85rem;

}

.card-info{
    background-color: #232323;
    font-size : 0.75rem ;
    opacity : 0.8;
    margin-top :1rem ;  
}


.main-content-title{
    padding : 30px;
}

.card-container{
    background-color: #121212;
   flex-wrap:  wrap;
}

.main-content-title{
    background-color: #121212;
    position: relative;
    right : 2rem;
}

.footer{
    height : 300px; 
    display : flex ; 
    justify-content: center ;
    align-items: center;
    background-color: #121212;

}

.line{
    width : 90%;
    height : 50%;
    border-top : 1px solid white ;
    opacity : 0.2;
    background-color: #121212;
}





.music-player{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.album{
    width : 25%;
    height : 100%;
    display: flex;
}


.player{
    width : 50%;  
}

.controls{
    width:25%;
    background-color: yellow;
}

.player-control-icon{
    height : 1rem;
    opacity: 0.7;
}

.player-control-icon:hover{
   
    opacity: 1;
}

.player-controls{
    display: flex;
    justify-content: center;
    align-items: center;
    height : 50px;
    margin-top : 2px;
}

.player-controls img{
    margin : 1rem;
}

.playback-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.6rem;
    

}

.progress-bar{
    width : 70% ;
    background-color: #ddd;
    cursor: pointer;
    appearance: none;
    
}

.progress-bar::-webkit-slider-runnable-track{
    height : 0.2rem;
}

.progress-bar::-webkit-slider-thumb{
    appearance: none;
    height : 20px;
    width :20px;
    border-radius : 50%; 
    background-color : #1bd760 ;
    
}


.music-player-album {
    height : 60px;
    width : 60px;
    padding : 10px 10px 10px 20px;
}


.para{
    padding : 12px;
    padding-top: 1.4rem;
}

.para p{
    padding : 1px;
}

.para-artist{
    opacity : 0.6;
    font-size: 10px;
}

.album-icons{
    padding : 28px;
}

.album-icons i{
    margin : 0 10px 0 10px;
    opacity: 0.6;
}

i:hover{
    opacity : 1 ;
}

.control-icons{
    padding : 28px;
    padding-left : 5rem;
    display: flex;
    
}

.control-icons i{
    opacity : 0.6;
    margin : 0 10px 0 10px ;
}

.control-icons i:hover{
    opacity : 1 ;
}






/*
.volume-bar{
    width : 40% ;
    background-color: #ddd;
    cursor: pointer;
    appearance: none;
    height : 0.2rem;
    margin-top : 0.5rem;
    
     
}

.volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
    z-index: 5;
}


.volume-bar:focus {
    outline: none;
}

*/

.volume-bar{
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    width: 40%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/
    
    /* New additions */
    height: 0.2rem;
    margin-top: 0.5rem;
    background: #ccc;
  }
  
  /* Thumb: webkit */
  .volume-bar::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #1bd760 ;
    border-radius: 50%;
    border: none;
  
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
  }
  
  /* Thumb: Firefox */
  .volume-bar::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
  }
  
  /* Hover, active & focus Thumb: Webkit */
  
  .volume-bar::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .volume-bar:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .volume-bar:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  /* Hover, active & focus Thumb: Firfox */
  
  .volume-bar::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .volume-bar:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .volume-bar:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
  }
  