body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  background-color: black;
  color: white;
  overflow: hidden;
  /* regular 400,medium 500 semibold 600 bold 700 */
}
.main {
  display: flex;
  height: 100vh;
  padding: 0.5rem;
}
.sidebar {
  width: 340px;
  background-color: #000000;
  border-radius: 1rem;
}
.main-content {
  background-color: #181818;
  flex: 1;
  border-radius: 1rem;
  overflow: auto;
}

.nav-option a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1rem;
}
.nav {
  border-radius: 1rem;
  background-color: #181818;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6.3rem;

  padding: 0.5rem 0.75rem;
}
.nav-option {
  line-height: 2.5rem;
  padding: 0.25rem 0.75rem;
 
}
.nav-option i {
  font-size: 1.25rem;
}

.nav-option .hi {
  color: rgb(134, 131, 131);
  transition: color 0.3s ease;
}
.nav-option:hover .hi {
  color: white;
}
.lib-option img {
  height: 1.25rem;
  width: 1.25rem;
}
a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.library {
  border-radius: 1rem;
  background-color: #181818;

  height: 100%;
  margin-top: 0.4rem;
  padding: 0.75rem 0.75rem;
}
.icons {
  font-size: 1.25rem;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.icons:hover {
  opacity: 1;
}
.lib-option {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.lib-option:hover {
  opacity: 1;
}
.icons i {
  margin-left: 1rem;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-content {
  margin-left: 0.5rem;
  padding: 0 2rem 0 2rem;
}

.box {
  margin: 0.75rem 0 1.65rem 0;
  padding: 1rem 1.25rem;
  width: 17.4rem;
  height: 8.75rem;
  background-color: #232222;
  border-radius: 0.75rem;
}

.box-p1,
.box-p2 {
  line-height: 2.35rem;
}

.box-p1 {
  font-size: 1.12rem;
  font-weight: 600;
}
.box-p2 {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.9;
}

.box2 {
  margin: 0.75rem 0 1.65rem 0;
  padding: 1rem 1.25rem;
  width: 17.4rem;
  height: 11rem;
  background-color: #232222;
  border-radius: 0.75rem;
}

.box2 .box-p1 {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.7rem;
}

.badge {
  font-size: 0.8rem;
  font-weight: 700;
  background-color: white;
  padding: 0.25rem 1rem;
  border: none;
  border-radius: 6rem;
  height: 2rem;
  transition: all 0.2s ease;
  width: fit-content;
  margin-top: 1rem;
}

.badge:hover {
  transform: scale(1.05);
}

.fa {
  font-size: 1.1rem;
}

.sticy-nav {
  position: sticky;
  top: 0;
  background-color: #181818;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
  z-index: 1;
}
.cards {
  color: #232222;
}

.sticy-nav img {
  margin-top: 1rem;
}

.sticy-nav-options {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
}

.fa-user {
  margin-top: 1rem;
}

.sticy-nav-options button {
  margin-right: 1rem;
}

.badge2 {
  background-color: black;
  color: white;
}

@media (max-width: 1000px) {
  .hide {
    display: none;
  }
}

.card {
  background-color: #232222;
  color: white;
  width: 12.5rem;
  height: 18.75rem;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-left: 1.35rem;
}

.card-container {
  display: flex;

  flex-wrap: wrap;
}

h2 {
  color: white;
}
.card-img {
  width: 100%;

  border-radius: 0.5rem;
}
.card-info {
  font-size: 0.85rem;
  opacity: 0.7;
}
.card-title {
  font-weight: 600;
}

.footer
{
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line
{
  width: 90%;
  height: 40%;
  border-top: 1px solid white;
  opacity: 0.3;
}

.music-player {
  position: fixed;
  display: flex;
  bottom: 0px;
  width: 100%;
  height: 85px;
  background-color: black;
  align-items: center;
  
}

.album
{
  
  display:flex;
  height:100%;
  width:30%;
  align-items:center;
  padding: 0.55rem;
  box-sizing: border-box;
  
}
.album img{
  height: 100%;
  border-radius: 0.35rem;
}

.album-info
{
  display: flex;
  height: 75%;
  flex-direction:column;
  justify-content: center;
  justify-content: space-around;
  margin-left: 1rem;
  
}
.album-info p{
  margin: 0;
  font-size: 0.75rem;
}
.album-info p:nth-child(2)
{
  opacity: 0.75;
}

.player
{
  display: flex;
  flex-direction: column;

  width: 40%;
   
   align-items: center;
}
.player-control
{
  width:45%;
  display: flex;
  justify-content: center;
  justify-content: space-evenly ;
  align-items: center;
  
}
.player-control-icons
{
  height: 0.8rem;
}
.mid-icon
{
  height: 2rem;
}
.control
{
  width:30%;
}

.side-mid
{
  height: 0.9rem;
}
.playback-bar
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.prograss_bar
{
  
  margin-top: 0.2rem;
  height: 0.2rem;
  width: 80%;
  appearance:none;
  background:transparent;
  border-radius: 0.25rem;
  cursor: pointer;

}
span
{
  font-size: 0.8rem;
}


.prograss_bar::-webkit-slider-runnable-track{
  background-color: white;
  height: 0.2rem;
  width: 80%;
   border-radius: 0.25rem;
}

.prograss_bar::-webkit-slider-thumb
{
  appearance: none;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #1bd760;
  border-radius: 50%;
  margin-top: -4px;
}

.control
{
  display: flex;
  justify-content: center;
  box-sizing:border-box;
padding:0 0 0 4rem;
  
}

.control1
{
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;

}
.control img{
  height: 1rem;
  width: 1rem;
  opacity: 0.7;

}
.control img:hover
{
  
  opacity: 1;
  transform: scale(1.07);

}