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

.main{
    display: flex;
    height: 100vh;
    padding: 1rem;
}

.sidebar{
    /* background-color:brown; */
    width: 300px;
    border-radius: 1rem;
    margin-right: 0.5rem;
}

.main-content{
    background-color: #121212e4;
    flex: 1;
    border-radius: 1rem;
    overflow:auto;
    padding: 0 1.5rem 0 1.5rem;

}

.music-player{
    background-color: black;
    position: fixed;
    bottom: 0px;
    height: 70px;
    width: 100%;
}

a{
    text-decoration: none;
    color: white;
}

.navbar{
    border-radius: 1rem;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 0.75 rem;
}

.navoptions{
    line-height: 2.5rem;
    opacity: 0.7;
    padding: 0.5rem 0.75rem;
}

.navoptions:hover{
    
    opacity: 1;
}


.navoptions i{
    font-size: 1.25rem;
}

.navoptions a{
    font-size: 1rem;
    margin-left: 1rem;
}

.library{
    background-color: #121212;
    padding: 0.2rem 0.5rem;
    height: 100%;
    border-radius: 1rem;
    margin-top: 0.75rem;
}

.options{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.icons{
    font-size: 1.25rem;
    opacity: 0.5;
    margin-right: 1rem;
}

.icons i{
    margin-right: 1rem;
    
}

.icons:hover{
    opacity: 1;
}

.box{
    height: 8rem;
    background-color: #232323;
    color: white;
    border-radius: 0.6rem;
    margin: 0.25rem 0 0.5rem 0;
    padding: 0.5rem 0.5rem;
}
.box-p1{
    font-size: 1rem;
    font-weight: 700;

}
.box-p2{
    font-size: 0.8rem;
    opacity: 8;
}

.badge{
    border: none;
    background-color: white;
    border-radius: 100px;
    height: 2rem;
    width: fit-content;
    font-weight: 600;
}

.badge:hover{
    background-color: #000;
    transition: 0.4s;
    color: #fff;
}

.stickynav{
    position: sticky;
    top:0;
    display: flex;
    justify-content: space-between;
    background-color: #121212;
    padding: 1rem 0 1rem 0;
}
.sticky-nav-icons{
    margin: 0.75rem;
}

.Sticky-nav-options{
    margin-right: 1rem;
}

.nav-item{
    margin: 0.75rem;
    
}


.black{
    background-color: #000;
    color: #fff;
}

.card{
    background-color: #232323;
    width: 200px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
    
}

.card-container{
    display: flex;
    flex-wrap: wrap;
    
}

.card-img{
    width: 100%;
    border-radius: 0.5rem;
}

.card-title{
    font-weight: 600;
    font-size: large;
}

.card-info{
    font-weight: 200;
    font-size: medium;
    opacity: 0.7;
}

.album{
    width:25%;
}

.music-player{
    display: flex;
    justify-content: center;
    align-items: center;
}
.musicplayer{
    width:50%;
}

.controls{
    width:25%;

}

.playericon{
    height:1rem;
    margin: 1rem;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}

.playericon:hover{
    opacity: 1;
}

.player{
    display: flex;
    justify-content: center;
    align-items: center;
}

.play{
    height:2rem;
}

.bar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar{
    width: 70%;
    height: 0.2rem;
}

.album{
    display: flex;
    margin: 1rem;
}

.album-img{
    display: flex;
    height: 3rem;
    margin: 1rem;

}

.alb{
    border-radius: 0.5rem;
}

.text1{
    font-size: medium;
    font-weight: 400;
}
.text2{
    font-size: 0.75rem;
    opacity: 0.7;
}

.controls{
    display: flex;
    justify-content: center;
    align-items: center;
}

.controlicon{
    height:1.5rem;
    margin: 0.5rem;
    margin-bottom: 0.25rem;
    opacity: 0.7;
}

.controlicon:hover{
    opacity: 1;
}

.one{
    height: 2.2rem;
}
.volume-bar{
    width: 20%;
    height: 0.2rem;

}

