body{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: #000;
    color:#fff;
    overflow: hidden;
}
.main{
    display: flex;
    height: 100vh;
    padding: 0.5rem;
}
.sidebar{
    background-color: #000;
    width: 340px;
    border-radius: 1rem; /*1rem=16px*/
    margin-right: 0.5rem;
}
.main-content{
    background-color: #121212;
    flex: 1;
    border-radius: 1rem; /*1rem=16px*/
    overflow: auto;
    padding: 0 1.5rem 0 1.5rem;
    height: 90.5%;
}
.music-player{
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
}
a{
    text-decoration: none;
    color: #fff;
}
.nav{
    background-color: #121212;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 1rem;
}
.nav-option {
    line-height: 2rem;
    opacity: 0.7;
    padding: 0.75rem 0.75rem;
}
.nav-option:hover{
    opacity: 1;
}
.nav-option i {
    font-size: 1.25rem;
}
.nav-option a{
    font-size: 1rem;
    padding-left: 1rem;
}

                /* library */

.library {
    background-color: #121212;
    border-radius: 1rem;
    height: 75%;
    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;
}
.icons{
    font-size: 1.25rem;
    display: flex;
}
.icons i{
    opacity: 0.6;
    margin-right: 1rem;
}
.icons i:hover{
    opacity: 1;
}
.box{
    background-color: #232323;
    height: 8rem;
    border-radius: 0.75rem;
    margin:0.75rem 0 0.75rem 0;
    padding: 0.5rem 1rem;
}
.box-p1{
    font-size: 1rem;
    font-weight: 600;
}
.box-p2{
    font-size: 0.85rem;
    opacity: 0.9;
}
.badge {
    border-radius: 100px;
    border: none;
    padding: 0.25rem 1rem;
    font-weight: 700;
    height: 2rem;
    width: fit-content;
    margin-top: 0.5rem;
}
.sticky-nav {
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 1rem 0;
    z-index: 10;
}
.sticky-nav-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.75rem;
    font-size: 1.5rem;
    opacity: 1;
}
.sticky-nav-icons i{
    padding-left: 1rem;
}
.sticky-nav-icons i:hover{
    transform: scale(1.1);
}
.sticky-nav-options {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.sticky-nav-options i{
    opacity: 0.7;
    padding: 0.5rem;
    
}
.sticky-nav-options .hii {
    margin-top: 1rem;
    font-size: large;
}
.sticky-nav-options i:hover{
    opacity: 1;
}
.nav-item {
    margin-right: 1rem;
}
.dark-badge {
    background-color: #000;
    color: #fff;
}
@media (max-width : 1000px) {
    .hide {
        display: none;
    }
}
.card {
    background-color: #171515;
    width: 155px;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-left: 2rem;
    margin-top: 2rem;
    cursor: pointer;
}
.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;
}
.footer{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    height: 30%;
    width: 90%;
    border-top: 1px solid #fff;
    opacity: 0.4;
}
     /* musicplayer */
.music-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.album{
    width: 25%;
    /* background-color: aqua */
}
.player{
    width: 50%;
    /* background-color: cadetblue; */
}
.controls{
    display: flex;
     width: 25%;
}
.player-control-icon{
    height: 1rem;
    margin-right: 1.75rem;
    opacity: 0.7;
}
.player-control-icon:hover{
    opacity: 1;
}
.player-controls{
    display: flex;
    justify-content: center;
    align-items: center;
}
.playback-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-bar {
    width: 70%;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.progress-bar::-webkit-slider-runnable-track {
    background-color: #ddd;
    height: 0.2rem;
}
.progress-bar::-webkit-slider-thumb {
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}
/* .album{
    display: flex;
    justify-content: start;
    height: 90%;
    margin-left: 0.5rem;
}
.album img {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.album{
    display: flex;
    height:3.5rem;
}
.album img {
    padding-left: 0.5rem;
}
.play-song{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    vertical-align: baseline;
}

/* .play-song{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* padding: 1rem; */ 
.play-song-title{
    height:1.2rem;
    width:7rem;
    color: #fff;
    font-size: 0.875rem;
    padding-top: 0.7rem;
    padding-bottom: 0.3rem;
}
.artist {
    height: 1.05rem;
    width: 9rem;
    color: #a7a7a7;
    font-size: 0.75rem;
}
.favourite {
    width: 1.956rem;
    height: 2rem;
    padding: 19px 3px ;
    opacity: 0.7;
    cursor: pointer;
}
.favourite:hover {
    opacity: 1;
} 
.favourite i:active{
    background-color: #1bd760;
    border-radius: 50%;
}
.extracontrol{
    display: flex;
    width: 50%;
    justify-content: center;
    margin-left: 3rem;
    cursor: pointer;
}
.extracontrol i {
    justify-content: center;
    margin-left: 1rem;
    opacity: 0.7;
}
.extracontrol i:hover{
    opacity: 1;
}
.hibru {
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.hibru::-webkit-slider-runnable-track {
    background-color: #ddd;
    height: 0.2rem;
}
.hibru::-webkit-slider-thumb {
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}
.premium:hover{
    transform: scale(1.05);
    cursor: pointer;
}
.head2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    padding-top: 2rem;
}

.head2 h2 {
    margin: 0;
}

.head2 .show {
    margin: 0;
}
.show a:hover{
    text-decoration: underline;
}
.show{
    font-size: 0.875rem;
    color: #b3b3b3;
    cursor: pointer;
}
.card:hover{
    background-color: #232323;
}