* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
  background-color: black;
  color: white;
  overflow: hidden;
}

.main {
  display: flex;
  height: 100vh;
}

.sidebaar {
  background-color: black;
  width: 435px;
}

.main_content {
  background-color: #121212;
  flex: 1;
  height: 34rem;
  border-radius: 0.5rem;
  overflow: auto;
  margin: 0.4rem 0.5rem 0 0;
  border-radius: 0.3rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 0.5rem 0 1.2rem;
}

.main_content::-webkit-scrollbar {
  width: 12px;
}

.main_content::-webkit-scrollbar-track {
  background: #121212;
}

.main_content::-webkit-scrollbar-thumb {
  background: #555;
}

.main_content::-webkit-scrollbar-thumb:hover {
  background: rgb(154, 150, 150);
}

.musice_player {
  background-color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 85px;
}

a {
  text-decoration: none;
  color: white;
}

.nav {
  background-color: #121212;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 112px;
  padding: 0.5rem 1.2rem;
  margin: 0.4rem;
}

.nav_option {
  line-height: 2.3rem;
  opacity: 0.6;
}

.nav_option:hover {
  opacity: 1;
}

.nav_option i {
  font-size: 1.1rem;
  cursor: pointer;
}

.nav_option a {
  font-size: 1.1rem;
  margin-left: 0.8rem;
  font-weight: 400;
}

.library {
  background-color: #121212;
  overflow-y: scroll;
  border-radius: 0.3rem;
  height: 67%;
  margin: 0.4rem;
  padding: 0rem 10px;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-left: 0.8rem;
  position: sticky;
  top: 0;
  background-color: #121212;
}

.lib_option img {
  height: 1.1rem;
  width: 1.1rem;
  cursor: pointer;
}

.lib_option a {
  font-size: 1.05rem;
}

.icons {
  display: flex;
}

.icons i {
  font-size: 0.9rem;
  opacity: 0.5;
  border-radius: 50%;
  padding: 0.6rem;
  cursor: pointer;
}

.icons i:hover {
  opacity: 1;
  background-color: rgba(36, 36, 36, 0.78);
}

.icons i:first-child {
  margin-right: 1rem;
}

.song_list ul {
  width: 100%;
}

.song_list ul li {
  display: flex;
  justify-content: space-between;
  list-style-type: decimal;
  gap: 12px;
  cursor: pointer;
  padding: 12px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 12px 0 0;
  padding: 10px 0 10px 20px;
}
.info {
  font-size: 12px;
}
.playbtn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.playbtn span {
  width: 100px;
}

.library::-webkit-scrollbar {
  width: 12px;
}

.library::-webkit-scrollbar-track {
  background: #121212;
}

.library::-webkit-scrollbar-thumb {
  background: #2b2a2a;
  border-radius: 10px;
}

.library::-webkit-scrollbar-thumb:hover {
  background: rgb(154, 150, 150);
}

.sticky_nav {
  height: 60px;
  position: sticky;
  top: 0;
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.nav_icons img {
  padding: 0.2rem;
  border-radius: 50%;
  margin: 0.2rem;
  background-color: rgba(36, 36, 36, 0.78);
}

.nav_badge {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-right: 0.7rem;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.dark_badge {
  background-color: rgba(36, 36, 36, 0.78);
  padding: 9px;
  border-radius: 15px;
  color: white;
  border: none;
  font-size:  0.9rem;
  font-family: "Roboto", sans-serif;
  transition: 1s linear all;
}
.dark_badge:hover{
  transform: scale(1.1);
}
.nav_badge .bell {
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 0.9rem;
  background-color: black;
  opacity: 0.6;
  transition:  1s all linear;
}

.nav_badge .light {
  opacity: 1;
}

.nav_badge .bell:hover {
  transform: scale(1.2);
  opacity: 1;
}

.nav_badge .Explore {
  padding: 8px;
  border-radius: 15px;
  border: none;
  transition: all 1s linear;
  font-size: 0.9rem;
}
.nav_badge .Explore:hover{
  transform: scale(1.05);
}

.nav_badge .Install {
  padding: 0;
}

.nav_badge button {
  margin-bottom: 0.4rem;
}

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

@media (max-width: 955px) {
  .dark_badge {
    display: none;
  }
}

/* card  css start here */

/* .musice_player css start here */
.album {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 0.5rem;
}

.album .fa-caret-up {
  font-size: 1.5rem;
  position: absolute;
  left: 1.8rem;
  top: 0.8rem;
  border-radius: 50%;
  padding: 0px 5px;
  background-color: rgba(36, 36, 36, 0.807);
  opacity: 0;
  z-index: 1;
}

.album img {
  height: 3rem;
  border-radius: 5px;
}

.album img:hover + .fa-caret-up {
  opacity: 1;
}

.album img:hover {
  transform: scale(1.05);
}

.para {
  padding-left: 20px;
  width: 15%;
}
.fa-solid{
  color:white;
}

 
.likesong {
  position: relative;
  height: 1.2rem;
}

.like {
  position: absolute;
  font-size: 0.7rem;
  background-color: #232323;
  padding: 2px 5px;
  top: -28px;
  left: -1rem;
  font-weight: 400;
  display: inline-block;
  width: 3.8rem;
  color: white;
  border-radius: 5px;
  display: none;
}

.likesong img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* musice palyer css */

.playback_bar {
  height: 5px;
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
  background-color: gray;
  position: relative;
  cursor: pointer;
}

.seekbaar {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1bd760;
  position: absolute;
  left: 0%;
  transition: left 0.5s;
}
.songinfo {
  color: white;
  position: absolute;
  z-index: 2;
  left: -1%;
}
.songtime {
  color: white;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -2.5rem;
}

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

.player {
  width: 50%;
}

.player_control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
  gap: 1.65rem;
  cursor: pointer;
}

.player .player_control_icon {
  height: 1rem;
  opacity: 0.5;
}

#pause {
  opacity: 1;
  height: 1.8rem;
}

#pause:hover {
  transform: scale(1.1);
}

.player .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;
}

.progress_bar::-webkit-slider-runnable-track {
  background-color: gray;
  border-radius: 100px;
  height: 0.2rem;
  margin: 0px 8px;
}

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

.playback_bar span {
  opacity: 0.5;
  font-size: 0.9rem;
}

/* controls css start */
.controls {
  width: 25%;
}

.controls_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.controls_item img {
  height: 1.1rem;
  padding-left: 0.4rem;
  opacity: 0.7;
}

.controls_item img:hover {
  transform: scale(1.05);
  opacity: 1;
}

.controls_item .little {
  height: 1.9rem;
}

.control {
  position: absolute;
  font-size: 0.7rem;
  background-color: #232323;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 2px 5px;
  font-weight: 400;
  color: white;
  border-radius: 5px;
  display: none;
}

.queue {
  left: 2.3rem;
  top: -1.5rem;
}

.connectdevice {
  top: -1.5rem;
  right: 0rem;
}

.Muteicon {
  top: -1.5rem;
  left: 6rem;
}

/* this is java script css  */
.itsme {
  position: absolute;
  color: white;
  top: 17%;
  left: 3%;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 3px 9px;
  background-color: #232323;
  line-height: 1.5;
  display: none;
}

.itsme_2 {
  position: absolute;
  color: white;
  top: 17%;
  left: 19%;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 3px 9px;
  background-color: #232323;
  line-height: 1.5;
  display: none;
}

.itsme_3 {
  position: absolute;
  color: white;
  top: 17%;
  left: 26%;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 3px 9px;
  background-color: #232323;
  line-height: 1.5;
  display: none;
}

.itsme_4 {
  position: absolute;
  top: 90%;
  right: 3%;
  color: white;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 3px 9px;
  background-color: #232323;
  line-height: 1.5;
  display: none;
}

.itsme_5 {
  position: absolute;
  color: white;
  top: 90%;
  right: 0%;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 3px 9px;
  background-color: #232323;
  line-height: 1.5;
  display: none;
}

.cards {
  margin: 0.5rem 0 1.5rem;
}

/* card css */
.container {
  background-color: #23232342;
  width: 9.9rem;
  height: 13.5rem;
  border-radius: 0.4rem;
  padding: 0.8rem;
  position: relative;
}

.container:hover {
  background-color: #232323;
}

.greenbutton {
  background-color: #1bd760;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  right: 13%;
  bottom: 37%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.greenbutton:hover {
  transform: scale(1.1);
}

.greenbutton i {
  color: black;
}

.card_container {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.card_img {
  width: 100%;
  border-radius: 0.4rem;
}

.cardtile {
  font-weight: 600;
  margin-top: 0.3rem;
}

.card_infiormation {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 0.3rem;
}

.cards h2 {
  padding: 0.7rem 0;
}
