body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: black;
    color: white;
    overflow: hidden;
    
}
.main{
    display: flex;
    height: 100vh;
    justify-content: space-evenly;
    padding: 0.5rem;
    
}
.sidebar{
    background-color: #000;
    width: 350px;
    height: 683px;
    /* border-radius:0.5rem; */
    margin: 0px 15px 15px 0px;
    padding: 1%;
    display: flex;
    flex-direction: column;
}  
.main-content{
    background-color: #121212;
    flex: 1;  
    height: 683px;
    border-radius:0.5rem;
    margin: 5px;
    overflow: auto;
    padding: 0px 1.25rem;
}
.music-player{
    background-color: #000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;    
}
.nav-option a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    
}
.nav{
    padding: 0.5rem 0.75rem ;
    width: 345px;
    height: 100px;
    background-color: #121212;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-option{
    line-height: 2.5rem;
    opacity: 0.7;
    padding: 8px;
   
}
.nav-option i{
    font-size: 1.25rem;
    margin-right: 0.8rem;
}
.nav-option:hover{
    opacity: 1;
}
.library{
    background-color: #121212;
    height: 90%;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    width: 345px;
    padding: 0.5rem 0.75rem ;
}
.lib-option a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.lib-option img{
    width: 1.25rem;
    margin-right: 0.8rem;
}
.lib-option{
    /* margin: 1.2rem; */
    /* line-height: 2.5rem; */
}   
.icons{
    display: flex;
}
.icons i{
   font-size: 1.3rem;
   opacity: 0.7;
   margin-right: 1.5rem;
}
.options{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.icons i:hover{
    opacity: 1;
}
.box{
    margin: 1.25rem 0 0.5rem 0;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 107px;
    font-size: 18px;
    width: 305px;
    background-color: #1f1f1f;
    border-radius: 0.5rem;

}
.badge{
    border-radius: 2rem;
    font-size: 15px;
    height: 36px;
    width: fit-content;
    font-weight: 700;
    color: #000000d4;
    border: none;
    background-color: white;
    padding: 0.25rem 1rem;
    margin-top: 0.5rem ;
    
}
.box-p1{
    font-size: 1rem;
    font-weight: 600;
}
.box-p2{
    font-size: 0.9rem;
    opacity: 0.8;
}
.badge:hover{
    height: 40px;
}
.sticky-nav{
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:1rem 0 1rem 0;
    z-index: 2;
}
.sticky-nav-icons img{
    margin-left: 1rem;
}
.sticky-nav-options{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.sticky-nav-options button{
    margin-right: 0.7rem;
}
.user{
    margin-right: 3rem;
}
@media (max-width:1000px){
    .hide{
        display: none;
    }
}
.card{
    background-color: #232323;
    height: 260px;
    width: 150px;
    border-radius: 0.4rem;
    padding: 0.85rem 0.85rem 0 0.85rem;
    margin: 0.85rem;
   
}
.cards-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.card-img{
    width: 100%;
    border-radius: 0.4rem;
}
.card-title{
    font-weight: 600;
}
.card-info{
    font-size: 0.85rem;
    opacity: 0.8;
}
.footer{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    width: 95%;
    height: 25%;
    border-top: 1px solid white;
    opacity: 0.4;
}
.music-player{
    display: flex;
    align-items: center; 
    justify-content: space-between;

}
.album{
    width: 18%;
    display: flex;
    justify-content: space-around;
    padding: 0.65rem 0.9rem 0.65rem 0.65rem; 
    
}
.player{
    width: 60%;
   display: flex; 
    flex-direction: column; 
    /* align-items: center; */
    
}
.control{
    width: 25%;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    padding-bottom: 20px;
    
}
.player-controls{
    display: flex;
     justify-content: center;
    align-items: center; 
  
}
.icon{
    height: 1rem;
    margin-left: 2rem; 
   opacity: 0.7;
} 
.icon:hover{
    opacity: 1;
} 
.playback-bar{
    display: flex;
    justify-content: center;
    align-self: center;
} 
  .progress-bar{  /* quirksmode.org(archives) */
    width: 500px;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
     
} 
.progress-bar::-webkit-slider-runnable-track{
    background-color: #ddd;
    border-radius: 100px;
    height: 0.2rem;
}
.progress-bar::-webkit-slider-thumb{
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}
.like{
    height: 25px;
    margin-top: 20px;
}
.album-pic{
    margin: 5px 2.5px 10px 5px;
    height: 55px;
    border-radius: 5px;
}
.album-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.singer-name{
    opacity: 0.5;
    font-size: 0.85rem;
}
.song-name{
    font-weight: 600;
    font-size: 0.95rem;
}


.c1{
    height: 40px;
}
.c2{
    height: 40px;
}
.c3{
    height: 25px;
}
.c4{
    height: 20px;
}
.c5{
    height: 45px;
}
.c6{
    height: 45px;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 20
}
.voice-bar::-webkit-slider-runnable-track{
    height: 0.2rem;
}
.voice-bar::-webkit-slider-thumb{
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-top: -6px;
}
