body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 0;
  background-color: black;
  color: white;
  overflow: hidden;
}

.main {
  display: flex;
  height: 100vh;
  padding: 0.5rem;
}

.sidebar {
  background-color: black;
  width: 350px;
  border-radius: 1rem;
  margin-right: 0.5rem;
}

.main-content {
  background-color: #121212;
  flex: 1;
  border-radius: 1rem;
  overflow: auto;
  padding: 0 1.2rem 0 1.2rem;
}

.music-player {
  background-color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 72px;
}

a {
  text-decoration: none;
  color: white;
  margin-left: 10px;
}

.nav {
  background-color: #121212;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  padding: 0.5rem 0.7rem;
}

.nav-option {
  line-height: 2.5rem;
  opacity: 0.7;
  padding: 0.5rem 0.75rem;
}

.nav-option:hover {
  opacity: 1;
}

.house:hover {
  opacity: 2;
}

.nav-option i {
  font-size: 1.2rem;
}
.nav-option a {
  font-size: 1rem;
}

.library {
  background-color: #121212;
  border-radius: 1rem;
  height: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lib-options img {
  height: 1.25rem;
  width: 1.25rem;
}

.icons {
  font-size: 1.25rem;
  opacity: 0.7;
  margin-right: 1rem;
  display: flex;
}

.icons i {
  opacity: 0.7;
  margin-right: 1rem;
}

.icons i:hover {
  opacity: 1;
}

.box {
  background-color: #232323;
  border-radius: 1rem;
  padding: 0.75rem 0.75rem;
  height: 8rem;
  margin: 0.75rem 0 1.75rem 0;
}

.box-p1 {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
}

.box-p2 {
  padding: 0.5rem 0.75rem;
  margin-bottom: 10px;
  opacity: 0.9;
  font-size: 0.85rem;
}

.badge1 {
  padding: 0.25rem 1rem;
  margin-left: 1rem;
  border-radius: 10rem;
  font-weight: 600;
  border: none;
  width: fit-content;
  border-radius: 10rem;
  margin-top: 5px;
  margin-bottom: 100px;
  background-color: rgb(13, 202, 240);
}

.badge1:hover {
  background-color: white;
  transition-duration: 0.5s;
}

.badge2 {
  padding: 0.25rem 1rem;
  margin-left: 1rem;
  border-radius: 10rem;
  font-weight: 600;
  border: none;
  width: fit-content;
  background-color: rgb(13, 202, 240);
}

.badge2:hover {
  background-color: white;
  transition-duration: 0.5s;
}

#dark-badge {
  background-color: #000;
  color: white;
  /* padding: 0.5px 0.5px 0.5px 0.5px ; */
  /* opacity: 0.7; */
}

#dark-badge:hover {
  background-color: white;
  color: #000;
  opacity: 1;
  transition-duration: 0.5s;
}

.badge3 {
  padding: 0.25rem 1rem;
  margin-left: 1rem;
  border-radius: 10rem;
  font-weight: 600;
  border: none;
  width: fit-content;
  background-color: rgb(13, 202, 240);
}

.sticky-nav {
  position: sticky;
  top: 0;
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0 1rem 0;
  z-index: 10;
}

.sticky-nav-icons {
  margin-left: 1rem;
}

.sticky-nav-options {
  display: flex;
  justify-content: center;
  align-items: centre;
}

.sticky-nav-options button {
  margin-right: 0.5rem;
}

.nav-items {
  margin-right: 1rem;
}

#profile {
  padding-top: 4px;
  margin-left: 10px;
}

/* #profile:hover {
    padding-top:8px;
    margin-left: 15px;
}
  */
@media (max-width: 1000px) {
  .hide {
    display: none;
  }
}

.hide-1:hover {
  background-color: white;
  color: black;
  opacity: 1;
  transition-duration: 0.5s;
}

.cards {
  background-color: #232323;
  width: 160px;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.card-img {
  width: 100%;
  border-radius: 0.5rem;
}

.card-title {
  font-weight: 600;
}

.card-info {
  font-size: 0.85rem;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.album {
  width: 25%;
  /* background-color: pink; */
}
.player {
  width: 50%;
  /* background-color: black; */
}

.controls {
  width: 25%;
  /* background-color: green; */
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
}

.player-control-icon {
  height: 1rem;
  opacity: 0.7;
  cursor: pointer;
}

.player-control-icon:hover {
  opacity: 1;
}

.playback-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-bar {
  width: 70%;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: 1px;
}

.progress-bar::-webkit-slider-runnable-track {
  height: 4px;
  background: #1db954;
  border-radius: 100px;
}

.progress-bar::-webkit-slider-thumb {
  /* -webkit-appearance: none; */
  appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #1db954;
  margin-top: -6px;
}

.cls {
  opacity: 0.7;
}

.cls:hover {
  opacity: 8;
  transition-duration: 0.4s;
}
