body{
     font-family: "Montserrat", sans-serif;
     margin: 0;
     background-color: #000;
     color: white;
     overflow: hidden;
}

.main{
    display: flex;
    height: 100vh;
    padding: 0.5rem;
}
.sidebar{
    background-color: #000;
    width: 340px;
    border-radius: 1rem;
    margin: 0.5rem;
}
.main_content{
    border-radius: 1rem;
    background-color: #121212;
    flex: 1;
    overflow: auto;
    padding: 0 1.5rem;
}
.music_player{
    position: fixed;
    background-color: black;
    bottom: 0px;
    height: 85px;
    width: 100%;
}
a{
    text-decoration: none;
    color: white;
}
.nav{
    background-color: #121212;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: .5rem .75rem ;
}
.nav-option{
    line-height: 2.5rem;
    opacity: 0.7;
    padding-left: .5rem;
    font-weight: 550;

}
.nav-option:hover{
    opacity: 1;
}
.nav-option i{
    font-size: 1.25rem;
    padding: 1rem;
}
.nav-option a{
    font-size: 1rem;
}
.library{
    background-color: #121212;
    border-radius: 1rem;
    height: 100%;
    margin-top: .5rem;
    padding: .5rem .75rem ;
}
.options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lib-options img{
    height: 1.25rem;
    width: 1.25rem;
    padding: 1rem;
}
.lib-options{
    display: flex;
    align-items: center;
}
.icons{
font-size: 1.25rem;
display: flex;
}
.icons i{
    opacity: 0.75;
    margin-right: 1rem;

}
.icons i:hover{
    opacity: 1;
}
.box{
    height: 8rem;
    background-color: #232323;
    border-radius: .75rem;
    margin:0.5rem 0rem 0.5rem 0rem ;
    padding: 0.75rem 1rem ;
}
.box .box-p1{
    font-size: 1rem;
    font-weight: 500;
}
.box .box-p2{
    font-size: .75rem;
    opacity: .9;
}
.badge{
    background-color: white;
    border: none;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.75rem;
    height: 2rem;
    width: fit-content;
    font-size: 1rem;
}
.badge:hover{
cursor: pointer;
}
.sticky-nav{
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content:space-between ;
    align-items: center;
    padding: 1rem 0rem;
    z-index: 1;
}
.sticky-nav-icons{
margin-top:0.9rem;
margin-left:1rem;
}
.sticky-nav-options{
    display: flex;
    justify-content:center ;
    align-items: center;
}
.user:hover{
    cursor: pointer;
    
}
.nav-items{
    margin-right: 1rem;
}
.dark-badge{
    background-color: #000;
    color: #fff;
}
@media (max-width:1000px){
    .hide{
        display: none;
    }
}
.cards-container{
    display: flex;
    flex-wrap: wrap;
}
.card{
    background-color: #232323;
    width: 180px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
}
.card-img{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    width: 100%;
}
.card-title{
    font-weight: 600;
}
.card-info{
    font-size: 0.75rem;
    opacity: 0.8;
}
.footer{
 height: 300px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.line{
    height: 40%;
    width: 90%;
    border-top: solid 2px white;
    opacity: .4;
}
.music_player{
    display: flex;
     
}
.player{
    height: 100%;
    width: 40%;
}
.player-controls{
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: .5rem; */
    
}
.player-controls img{
    padding: 1rem;
    height: 1rem;
    width: 1rem;
    opacity: .6;
}
.player-controls img:hover{
    cursor: pointer;
    opacity:1;
}
img.player-cntrol-icon3 {
    height: 2.2rem;
    width: 2.2rem;
    opacity: .9;
}

.playback-bar{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.total-time{
    width: 10%;
    padding-left:2% ;
    font-size: 13px;
}
.current-time{
    font-size: 13px;
    width: 10%;
    padding-right:2% ;
}
.progress-bar{
    width:70% ;
    height: 4px;
    cursor: pointer;
}




.controls{
    width: 30%;
    margin-right: 1%;
}
.controls{
    display: flex;
    justify-content: right;
    align-items: center;
}
.control-icon{
    margin: 1%;
    opacity: .7;
}
.volume{
    height: 4px;
    cursor: pointer;
    opacity: 1;
    width: 30%;
}
.control-icon:hover{
    opacity: 1;
    cursor: pointer;
}
.album{
    width: 30%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.dhun{
    width: 30%;
    height: 60%;
    margin-right: 5px;
}
.dhun img{
    width: 80%;
    height: 100%;
    
}
.para{
    margin-right: 5px;
    width: 35%;
    font-size: 10px;
}
.addliked{
    width: 15%;
}