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

  .library{
    margin-top: 0.5rem;
    background-color: #121212;
    border-radius: 1rem;
    height: 100%;
  }
  .lib-option img{
    height: 1.25rem;
    width:1.25rem;
 }
 .option{
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #121212;
 }
 .lib-option {
  background-color: #121212;
  margin-left: 1.25rem;
 }
 .icons{
  display: flex;
  font-size: 1.25rem;
  background-color: #121212;
 }
 .icons i{
  margin-right: 1rem;
  background-color: #121212;
  opacity: 0.5;
 }
 .icons :hover{
  opacity: 1;
 }
 .box{
  height: 8rem;
  background-color: #232323;
  border-radius: 1rem;
  margin: 0.75rem ;
  padding: 1rem 1.25rem;
 }
 .box-p1{
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #232323;
 }
 .box-p2{
  margin-top: 1rem;
  font-size: 0.85rem;
  opacity: 0.75rem;
  background-color: #232323;
 }
 .lib-boxes{
  background-color: #121212;
 }
 .badge{
  border: none;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  background-color: white;
  color: #121212;
  font-weight: 700;
  height: 2rem;
  margin-top: 1.25rem;
 }
 .badge button{
  
 }
 .sticky-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:sticky ;
  top: 0px;
  background-color: #121212;
  z-index: 1;
 }
 .sticky-left{
  margin-right: 1rem;
  background-color: #121212;
  padding: 1rem;
 }
 .sticky-left img{
  background-color: #121212;
  }
  .sticky-right{
    background-color: #121212;
    display: flex;
  }
  .sticky-right button{
    align-items: center;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .sticky-right i{
    background-color: #121212;
    align-self: center;
    margin-right: 1.5rem;
    font-size: 1.25rem;
  }
  .karu-btn{
    display: flex;
    background-color: black;
    color: white;
  }
  .karu-btn i{
    font-size: 1rem;
  }
  @media(max-width:1000px){
    .hide{
      display: none;
    }
  }
  .cards-container{
    display: flex;
    background-color: #121212;
    flex-wrap: wrap;
  }
  .card{
    width: 150px;
    background-color: #232323;
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
  }
  .card img{
    width: 100%;
    border-radius: 0.5rem;
  }
  .card-title{
    background-color: #232323;
    font-weight: 600;
    margin-top: 0.5rem;
  }
  .card-info{
    background-color: #232323;
    margin-top: 0.75rem;
    font-weight: 200;
    font-size: small;
    opacity: 0.7;
  }
  h2{
    background-color: #121212;
    margin-left: 1.5rem;
  }
  .daylight{
    display: flex;
    padding: 0.5rem;
    align-items: center;
    width: 25%;
  }
  .daylight img{
    width: 60px;
    height: 60px;
    border-radius: 0.5rem;
  }
  .song-name{
    font-weight: 600;
    margin-left: 1rem;
    font-size: medium;
  }
  .singer{
    font-size: small;
    opacity: 0.8;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .daylight i{
    font-size: 1rem;
    margin-left: 0.75rem;
    margin-right: 0.5rem;
  }
.vol{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player{
  display: flex;
}
.play-pause{
  width: 50%;
  display: flex;
  justify-content: center;
}
.vol i{
  margin-right: 0.75rem;
  font-size: 1rem;
}
.vol input{
  width: 75px;
  height: 5px;
  color: white;
}
.icons-play img{
  width:1rem;
  height: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}

