body{
    font-family: "Roboto", sans-serif;
    font-weight: auto;
    font-style: normal;
    background-color: #000;
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.main{
    display: flex;
    height: 100vh;
    background-color: #000;
    padding: 0.5rem;
}
.side_bar{
    background-color: #000;
    width: 300px;
    border-radius: 1rem;
    margin-right: 0.5rem;

}
.main_content{
    background-color: #121212;
    flex: 1;
    border-radius: 1rem;
    overflow: auto;
    padding: 0 1.5rem 0 1.5rem;
}
.music-player{
    background-color:#000;
    bottom: 0;
    position: fixed;
    width: 100vw;
    height: 72px;
}
a{
    text-decoration: none;
    color: #fff;
}
.nav{
    background-color: #121212;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 0.75rem;
    
}
.nav_option{
    line-height: 2.5rem;
    opacity: 0.7;
    padding: 0.4rem;
}
.nav_option i{
    font-size: 1.25rem;
    
}
.nav_option a{
    font-size: 1rem;
    margin-left: 1rem;
}
.nav_option:hover{
    opacity: 1;
}
.library{
    background-color: #121212;
    border-radius: 1rem;
    margin: 0.5rem 0;
    height: 100%;

}
.options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.options img{
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 1rem;
}
.icons{
    font-size: 1rem;
    
}
.icons i{
    opacity: 0.7;
    margin: 1rem;
}
.icons i:hover{
    opacity: 1;
}
.box{
    background-color: #232323;
    height: 8rem;
    border-radius: 1rem;
    margin: 0.75rem 0 1.75rem 0;
    padding: 0.5rem 1.25rem;
}
.box-p1{
    font-size: 1rem;
    font-weight: 600;
}
.box-p2{
    font-size: 0.8rem;
    opacity: 0.9;
}
.badge{
    background-color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    margin: 0.5rem;
    height: 2rem;
    width: fit-content;
    font-weight: 600;
}
.badge:hover{
    border-radius: 50px;
    /* font-weight: 600; */
    cursor: pointer;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.dark-badge{
    background-color: #000;
    color: #fff;
}
.sticky-nav{
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    z-index: 1;
}
.sticky-nav-icons img{
    margin-left: 0.75rem;
}
.sticky-nav-options i{
    font-size: 1rem;
}
.nav-item{
    margin: 0 0.5rem 0 0.5rem;
}

@media (max-width:1000px){
    .hide{
        display: none;
    }
}

.card{
    background-color: #181818;
    width: 150px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1.5rem;
}
.cards-container {
    display: flex;
    flex-wrap: wrap;
}
.card-img {
    width: 100%;
    border-radius: 0.5rem;
}
.card-title{
    font-weight: 600;
}
.card-info{
    font-size: 0.85rem;
    opacity: 0.8;
}
.card:hover{
    background-color: #232323;
}
.footer{
    width: 100%;
    /* background-color: wheat; */
    height: 300px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.line{
    /* background-color: red; */
    width: 90%;
    border-top: 2px solid #7f7f7f;
    /* border-radius: 5px; */
    position: relative;
    top: 50px;
}

.music-player{
    display: flex;
    justify-content: space-between;

}
.player{
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 50%;
}
.player-control{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.player-control-icon{
    width: 0.9rem;
    margin: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0.7;
}
.player-control-icon:hover{
    opacity: 1;
}
.playback-bar{
    width: 100%;
    display: flex;
    justify-content: center;
}
.progress-bar{
    width: 60%;
    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: 16px;
    width: 16px;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}

.album{
    width: 25%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.album img{
    width: 3.5rem;
    margin: 0.5rem;
}
.album-title-head{
    font-size: 1rem;
    margin-bottom: 0;
}
.album-discription{
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
.album i{
    font-size: 1.2rem;
    padding:0 0.75rem 0 0.75rem;
}
@media (max-width: 1000px){
    #tab{
        display: none;
    }
}
@media (max-width:750px){
    #heart{
        display: none;
    }
}
@media (max-width:1000px){
    #hide{
        display: none;
    }
}




.controls{
    width: 25%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 1rem;
}

.controls i{
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0.2rem 0 0.2rem;
    padding-right: 0.5rem;
    opacity: 0.7;
}
.controls i:hover{

    opacity: 1;
}
.progress-bar:hover{
    opacity: 1;
}
