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: red;
    width: 340px;
    border-radius: 1rem; /*16px*/
    background-color: black;
    margin-right:0.5rem
}
.main-content{
    background-color: #121212;
    flex: 1;
    border-radius: 1rem; /*16*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1.5rem 0 1.5rem;
    height: 88%;
}
.music-player{
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10%;
}
a{
    text-decoration: none;
    color: white;
}
.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.5rem 0.75rem;
}
.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;
    height: 557px;
    margin-top:0.5rem;
    padding: 0.5rem 0.75rem;
}
.options{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lib-option img{
    height: 1.25rem;
    width: 1.25rem;
}
.lib-option{
    justify-content: space-around;
}
.icons{
    font-size: 1.25rem;
    display: flex;
}
.icons i:hover{
    opacity: 1;
}
.icons i{
    opacity: 0.7;
    margin-right:1rem;
}
.box{
    height: 8rem;
    background-color: #232323;
    border-radius: 0.75rem;
    margin: 0.75rem 0 1.75rem 0;
    padding: 0.5rem 1rem;

}
.box-p1{
    font-size:1rem;
    font-weight: 500;

}

.box-p2{
    font-size:0.85rem;
    opacity: 0.9;
}
.badge{
    background-color: white;
    border: none;
    border-radius:  100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    height: 2rem;
    width: fit-content;
}
.dark-badge{
    background-color: #000;
    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;
    z-index: 10;
}
.sticky-nav-icons {
    margin-left: 0.75rem;    
}
.sticky-nav-options{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item{
    margin-right: 1rem;
}
@media (max-width:1000px){
    .hide{
        display: none;
    }
}
.card{
    background-color: #232323;
    width: 150px;
    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;
}
.card-info{
    font-size: 0.85rem;
    opacity: 0.8;
}
.footer{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0 2rem 0;
}
.line{
    width: 90%;
    border-top: 3px solid white;
    opacity: 0.4;
    margin: 0 auto;
}
.footer-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 2rem 1rem 2rem;
}
.footer-links{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start;
}
.footer-col{
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.footer-col h4{
    margin: 0 0 0.35rem 0;
    font-size: 1rem;
}
.footer-col a,
.footer-bottom-links a,
.footer-socials a{
    color: #b3b3b3;
    font-size: 0.9rem;
}
.footer-col a:hover,
.footer-bottom-links a:hover,
.footer-socials a:hover{
    color: #fff;
}
.footer-socials{
    display: flex;
    gap: 1rem;
}
.footer-socials a{
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #1f1f1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.footer-bottom-links{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
}
.footer-copy{
    margin: 0;
    color: #b3b3b3;
    font-size: 0.85rem;
}
.music-player{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player{
    width: 50%;
    height: 100%;
    margin-top: 10px;
}
.controls{
    width: 25%;
}
.player-control-icon{
    height: 1rem;
    width: 1rem;
    margin-right: 1.7rem;
    opacity: 0.7;
}
.player-control-icon:hover{
    opacity: 1;
}
.player-controls{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-bar {
    width: 70%;
    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: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}
.album{
    height: 100%;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
   
    
    /* justify-content: space-between; */
    align-items: center;
}
.album ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
   width:35%;
  
}
.album ul li{
    margin-left: 10px;
}

.album-img{
    margin-left: 10px;
    height: 85%;
    cursor: pointer;
    opacity: 0.97;

    
}
.album-img:hover{
    opacity: 1;
}

.album-txt{
    
    font-size: 1rem;
    margin-right: 10px;
   
    opacity: 0.8;
    font-weight: 800;
    cursor: pointer;
}
.album-txt:hover{
    opacity: 1;
}
.small-txt{
    font-size: 0.68rem ;
    margin-top:6px;
    font-weight: normal;
    cursor: pointer;
}
.album-icon{
    justify-content: space-around;
    margin-left: 9px;
    opacity: 0.5;
    font-size: 1.25rem;
    cursor: pointer;
    
}
.album-icon:hover{
    opacity: 1;
    cursor: pointer;
}
.controls{
    
    align-items: center;
    display: flex;
    
}
.iconss{
    display: flex;
    width: 41%;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    
}
.controls-icons{
    opacity: 0.5;
}
.controls-icons:hover{
    opacity: 1;
}
.range{
    display: flex;
    align-items: center;
    justify-self: center;
}
.mid:hover{
    height: 2.25rem;
    width: 2.25rem;
    transition: all 0.2s ease;
}
.player-control-icon:hover,.icons i:hover,.sticky-nav i:hover,.hide:hover,.sticky-nav-icons:hover,.card:hover,.box .badge:hover{
    cursor: pointer;
}
.card:hover{
    background-color: rgb(48, 46, 46);
}