*{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgb(255, 255, 255);
}
.main{
display: flex;
height: 88vh;
background-color: rgb(72, 62, 62);
padding: 0%;
margin:0%
}
.sidebar{
background-color:#000;
width: 340px;
border-radius: 1rem;
margin-right: 0.5rem;
z-index: 10;
}
.maincontent{
background-color:  #000;
flex: 1;
border-radius: 1rem;
overflow: auto;
padding: 0 1.5rem 0 1.5rem ;
}
a{
  text-decoration: none;
}
.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:hover{
opacity: 1;
}
.nav-option i{
  font-size: 1.25rem;
}

.nav-option a{
font-size: 1rem;
margin-left: 1rem;
}

.library{
  background-color: #121212;
  border-radius: 1rem;
  height: 50%;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem ;
}
.option{
  display:flex;
  justify-content: space-between;
  align-items: center;

}
.library img{
  height: 1.25rem;
  width: 1.25rem;
}
.icons{
font-size: 1.25rem;
display: flex;
}
.icons i{
  opacity:0.7;
margin-right: 1rem;
}
.icons i:hover{
  opacity:1;
margin-right: 1rem;
}
.box{ 
height: 8rem;
background-color: #232323;
border-radius: 0.75rem;
margin: 0.75rem 0 1.75rem 0;
padding: 0.7rem 1.25rem;
}
.box-p1{
  font-size: 1rem;
  font-weight: 500;
}
.box-p2{
  font-size: 0.75rem;
  opacity: 0.5;
}
.badge{
background-color: white;
border:none;
border-radius: 100px;
padding: 0.25rem 1 rem ;;
margin: 0.5rem;
color: black;
height: 2rem;
width:fit-content;
}
.stickynav{
  position:sticky;
  top:0;
  background-color:#121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.stickynavicon{
margin-left: 0.7rem;
}
.stickynavoption{
  display:flex;
justify-content: center;
align-items: center;
}
.navitem{
  margin-right: 1rem;
}
.darkbadge{
  background-color: #000;
  color: #fff;
}
.card{
  background-color: #232323;
  width: 150px;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-right: 2rem;
  box-shadow: 1rem;
}
.cardcontainer{
  display:flex;
flex-wrap: wrap;
}
.card img{
width: 100%;
border-radius: 0.5rem;

}
.cardtitle{
  font-weight: 600;

}
.cardinfo{
  font-size: 0.7rem;
}
.footer{
  height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.line{
  width:90%;
  height:50%;
  border-top: 1px solid white;
  opacity: 0.4;
}
.music-player{
  background-color: black;
position: fixed;
bottom: 0px;
width: 100%;

height: 72px;
}
.music-player{
  display: flex;
 align-items: center;
 justify-content: space-between\;
}
.players{
  width: 50%;
}
.playerctrl {
  height: 1rem;
 display: flex;
 justify-content: center;
 align-items: center;
}
.playericon{
  height: 1rem;
  margin: 1.75rem;
  justify-content: space-evenly;
  opacity: 0.7;
}
.playericon:hover{
opacity: 1;
}
.playbackbar{
display: flex;
justify-content: center;
align-items: center;

}
.progresbar{
width: 70%;
appearance: none;
background-color: transparent;
cursor: pointer;
}
.progresbar::-webkit-slider-runnable-track{
  background-color: #ddd;
  border-radius: 100px;
height: 0.2rem;
}
.progresbar::-webkit-slider-thumb{
  appearance:none;
  height: 16px;
  width: 16px;
  background-color: #1bd760;
  border-radius: 50%;
  margin-top: -6px;
}
.album{
  width: 25%;

}

.albumimage{
  display: flex; 
 justify-content: space-evenly;
  align-items: center;
  margin: 1rem 1rem 1rem 1rem ;

}
.pic{
  height: 2rem;
  width: 2rem;
}
.albumicon{
 height: 1.5rem;
 width: 1.5rem;
 justify-items:flex-end;
}
.abc{
  display: block;
}
.firstline{
  display: block;
  font-size: 10px;;
  margin-bottom: 0;
}
.secondline{
  display: block;
  font-size: 8px ;
  margin-top: 0;
}
.controls{
  width:25%;
}
.controlimage{
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
}
.soundcontrolbar{
  flex:content ;
  appearance:none;
  background-color: #ddd;
  border-radius: 100px;
height: 0.2rem;
width: 30%;
align-content: flex-end;
}
.icon1{
  opacity: 0.7;
  height: 1rem; 
  width:1.3rem
}
.icon2{
  height: 2rem;
  width: 1.3rem;
}
