body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
     background-color:black;
    color: white;
    /* overflow: hidden; */
}
.main{
    display: flex;
    height: 100vh;
    width: 100%;
    padding: 0.5rem;
}

.sidebar{
    background-color: rgb(0, 0, 0);
    width: 293px;
    border-radius: 1rem;
     height: 100vh;
}
.main-content{
    background-color: #121212;
    height: 100vh;
    width:977px;
    flex: 1;
    border-radius: 1rem;
    overflow: auto;
    margin-left:0.5rem;
    /* padding: 1rem; */
}
.music-player{
    background-color: rgb(0, 0, 0);
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 5rem;
}
a{
    text-decoration: none;
    color: white;
}

.nav{
    background-color: #121212;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem 0.75rem;
}

.nav-option{
    line-height: 1rem;
    opacity:0.8;
    padding:0.5rem 0.75rem;
}

.nav-option:hover {
opacity: 15;
}

.nav-option a:hover {
opacity: 15;
}

.nav-option a,i{
font-size: 1rem;
margin-left: 1rem;
}

.library{
    background-color:#121212;
    border-radius: 1rem;
    height: 85vh;
    margin-top: 0.5rem;
    padding: 0.7rem 1.4rem;
}

.options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lib-option img {
 height: 1.25rem;
 width: 1.25rem;
}

.lib-option a{
    margin-left: 0.80rem;
}

.icon{
    font-size: 1.25rem;
    display: flex;
}

.icons i{
    opacity: .75;
    margin-right: 1rem;
}

.box{
    background-color: #232323;
    height: 6rem;
    margin:0.5rem 0 0.5rem 0;
    padding:1rem 1.2rem;
    border-radius: 1rem;
    margin-top: 1.7rem;
}

.box-p1{
    font-size: 1rem;
    font-weight: 700;
}

.box-p2{
    font-size: .75rem;
    opacity: .9;
     margin-top: 1rem;
}

.badge{
    padding: .25rem;
    border-radius: 1rem;
    width: 7rem;
    height: 1.9rem;
    margin-top: 1rem;
    font-weight: 700;
    border: none;
}

.box2{
    background-color: #232323;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
}

.badge2{
    border-radius: 1rem;
    padding: .45rem .55rem;
    margin-top: 1rem;
    margin-right:.5rem;
    font-weight: 700;
    border: none;
}

.sticky-nav{
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: rem 0;
    background-color: #121212;
    padding: 0rem 1rem .7rem 1rem;
}

.sticky-nav-icon{
    height: 1rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 1.5rem;
}
.sticky-nav-icon img{
  background-color: #050505;
  padding: .35rem;
    border-radius: 50%;
    margin-left: 1rem;
}

.sticky-nav-option{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav-user-icon{
    background-color: #050505;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-top: .95rem;
    margin-right: 1rem;
    padding: .5rem .2rem 0rem .3rem;
}

.nav-item{
    margin-right: 1.5rem;
}

.dark-badge {
    color: white;
    background-color: #050505;
    padding: .5rem 1rem .5rem 0rem;
}

.dark-badge i{
    margin-right: .6rem;
}

@media(max-width : 1000px) {
    .hide {
        display: none;
    }
}

.cards{
    margin: 1rem;
}

.all-card-container{
    display:flex;
    flex-wrap: wrap;
}
    

.card-container img{
    width:11rem;
    border-radius: .75rem;
}

.card-container-top img{
    width:11rem;
    border-radius: .75rem;
}

.card-container-top{
background-color: #232323;
    width:11rem;
    padding: 1rem;
    margin-left:5rem;
    border-radius: 1rem;
    margin-top:2rem;
}

.play-icon{
    height: 2.2rem;
    width: 2.2rem;
    position: fixed;
    top: 440px;
    left: 550px;
    opacity: 0;
}

.all-card-container:hover .play-icon{
    transition: 0.5s ease-in-out;
     position: absolute;
    opacity: 1;
    top: 325px;
}

.card-container{
    background-color: #232323;
    width:11rem;
    padding: 1rem;
    margin-left:5rem;
    border-radius: 1rem;
    margin-top:2rem;
}

.card-container:hover{
background-color: rgb(96, 96, 96) ;
    /* transition: all 0.3s ease-in-out; */
    transition: 0.3s ease-in-out;
}

.card-container p{
    font-size: .75rem;
    opacity: .9;
    margin-top: .5rem;
}

.footer{
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line{
    border-top: rgb(45, 44, 44);   
    border: 1px solid rgb(113, 102, 102);
    opacity:1;
    width: 70%;
}

/* ---------------------------------------------------------------------- */
.music-content{
    max-width: 25%;
}
.music-sub-content{
    display: flex;
    justify-content: ;
    align-items: center;
    margin: .5rem 0rem 0rem 1rem;
}
.music-sub-content img{
    height: 4rem;
    width: 4rem;
}

.para-music1{
    font-size: .7rem;
    font-weight: 600;
}
.para-music2{
    font-size: 9px;
    font-weight: 600;
}

.music-para{
    margin-left: 1rem;
}

.music-controler{
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20rem;
}

.player-btn-imp{
    height: 2.2rem;
    width:  2.2rem;
    margin: 0rem .5rem;
}

.music-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-btn{
    height: 1rem;
    width: 1rem;
    margin: 0rem 1rem;
}

.music-range{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.music-range input{
 width: 350px;
 height: 3px;
 appearance: none;
 margin: 1rem;
}

.music-volume{
    margin-left: 25rem;
}

.max-wdith{
    /* max-width: 1300px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}