*{
    
    margin: 0;
    font-family: "Montserrat", sans-serif;
    
    color: white;
    overflow: hidden;
}
.first{
    background-color: black;
}

body{
    background-color: black;
}
.main{
    display: flex;
    height: 100vh;
    padding: 0.5rem;
}
.sidebar{
    background-color: black;
    width: 25vw;
    border-radius:1rem ;
    margin-right: 0.5rem;
    overflow: auto;
}
.main-contant{
    background-color: #121212;
    flex: 1;
    border-radius: 1rem;
    overflow: auto;
    margin-left: 0.5rem;
    padding: 0 1.5rem 0 1.5rem;
}
.music-bar{
    background-color: black;
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 4rem;
}
a{
    text-decoration: none;
}
.nav{
    background-color: #121212;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 0.75rem;
}
.nav-option{
    font-weight: 600;
    line-height: 2.5rem;
    opacity: 0.7;
    padding: 0rem 0.75rem;
}
.nav-option:hover{
    opacity:1;
}
.nac-option i{
    font-size: 1.75rem;
}
.nav-option a{
    font-size: 1rem;
    margin-left: 1rem;
    text-decoration: none;
    color: white;
}
.library{
    background-color: #121212;
    border-radius: 1rem;
    height: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.option{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lib-option img{
height: 1.25rem;
width: 1.25rem;
}
.lib-option a{
    color: white;
    text-decoration: none;
    }
.icons{
    font-size: 1.25rem;
    display: flex;
}
.icons i{
    opacity: 0.7;
    margin-right: 1rem;
}
.icons i:hover{
    opacity: 1;
}
.box{
    background-color: #232323;
    height: 9rem;
    border-radius: 0.75rem;
    margin: 0.5rem 0 0.5rem 0;
    padding: 1rem 1.25rem;
    
}
.box-p1{
    font-size: 1rem;
    font-weight: 700;
}
.box-p2{
    font-size: 0.90rem;
    /* opacity: 0.75; */
    font-weight: 600;
}

#a{
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
}
.box2{
    background-color: #232323;
    height: 12rem;
    border-radius: 0.75rem;
    margin: 0.5rem 0 0.5rem 0;
    padding: 1rem 1.25rem;
    
}
#b{
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height:2rem ;
}
.budge{
    color: black;
    background-color: white;
    border-radius: 20px;
}
.budge i{
    margin-top: 5%;
    color: white;
}
.sticky-nav{
    position: sticky;
    top:0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
}
.nav-icon img{
    height: 2rem;
    width: 2rem;
    margin-left: 0.75rem;
}
#nav-icon2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item{
margin-right: 1rem;
}
.budge{
    border: none;
}
.dark{
    background-color: #000;
    color: #fff;
}
@media (max-width:1000px) {
    .hide{
        display: none;
    }
    
}
.cardd{
    background-color: #232323;
    width: 180px;
    height: 300px;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 1rem;
    margin-left: 1.5rem;
    margin-top:1.5rem ;
}
.cardd img{
    height: 50%;
    width: 100%;
    border-radius: 0.5rem;
}
.card-container{
    display: flex;
    flex-wrap: wrap;
}

.footer{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    height: 50%;
    width: 90%;
    border-top: 1px solid white;
    opacity: 0.5;
}
.music-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.album{
    width:25% ;
    
}
.music-player{
    width: 50%;
    
}
.system{
    width: 25%;
   
}
.music-play{
    height: 1rem;
    margin-left: 1rem;
    opacity: 0.7;
}
.music-play:hover{
    opacity: 1;
}
.player{
    display: flex;
    justify-content: center;
    align-items: center;
}
.control{
    display: flex;
    justify-content: center;
    align-items: center;
}
.progerss-bar{
    width: 70%;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.progerss-bar::-webkit-slider-runnable-track{
    background-color: #ddd;
    border-radius: 100px;
    height: 0.2rem;
}
.progerss-bar::-webkit-slider-thumb{
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius:50%;
    margin-top: -6px;
}
.c1{
    height: 3rem;
    width: 3rem;
    border-radius: 5px;
    margin-left: 2rem;
}
.album{
    display: flex;
    height: 4rem;
}
.p{
    justify-content: center;
    align-items: center;
}
