body {
  font-family: "Montserrat", serif;
  margin: 0;
  background-color: black;
  color: white;
  overflow: hidden;
}
.main {
  display: flex;
  height: 100vh;
  padding: 0.5rem;
}
.searchbar {
  height: 50px;
  position: sticky;
  top: 0;
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Search-div{
  margin-left: 10rem;
}
#search {
  height: 40px;
  width: 20rem;
  margin: 0 auto;
  height: 1.3rem;
  border: none;
  background-color: #232323;
  /* display: inline-block; */
  
}
.search-btn{
  background-color: #232323;
  border: none;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  height: 2.5rem;
  width: fit-content;
  color: white;
  font-size: 1.3rem;
}
.badge1{
  background-color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  height: 2rem;
  width: fit-content;
  margin-left: 0.5rem;
}
.badge2{
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  height: 2rem;
  width: fit-content;
  margin-left: 0.5rem;
}
.badge3{
  background-color: rgba(255, 254, 252,0.1);  
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  height: 2rem;
  width: fit-content;
  margin-left: 0.5rem;
}
.home1{
  font-size: 1.3rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
    background-color: #232323;
    height: 2rem;
    width: 2rem ;
}
.Sline{
  font-size:1.75rem;
  font-weight: 100;
}
#logo1{
    font-size: 2rem;
    color: #fff;
    
  }
.logo{
    font-size: 2rem;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    background-color: #232323;
    height: 2.1rem;
    width: 2.1rem ;
  }
  #bell{
    color: white;
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
  #user{
    color: white;
    font-size: 1.1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  a {
    text-decoration: none;
    color: white;
  }
  .sidebar {  
    margin-top: 2px;
    background-color: black;
    width: 340px;
    border-radius: 1rem;
    border: 2px solid black;
    /* overflow: auto; */
  }
  .main-content {
    margin-top: 2px;
    background: linear-gradient( rgba(60,59,59,1) 0%, rgba(16,16,16,1) 30%, rgba(16,16,16,1) 100%);
    flex: 1;
    border-radius: 1rem;
    overflow: auto;
    border: 2px solid black;
    margin-left: 0.25rem;
    padding: 1rem;
  }
  
  .music-player {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
  }
  .nav {
    background-color: #121212;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding: 1.5rem 0.75rem;
}
.nav-option {
  line-height: 3rem;
  opacity: 0.7;
  padding: 0.5rem 0.75rem;
}
.nav-option:hover {
  opacity: 1;
}
.nav-option i {
  font-size: 1.3rem;
}
.nav-option a {
  font-size: 1.1rem;
  margin-left: 1rem;
}
.library {
  background-color: #121212;
  border-radius: 1rem;
  height: 100%;
  padding: 0.5rem 0.75rem;
}
.option{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lib-option img{
    height: 1.25rem;
    width: 1.25rem;
}
.icon{
    font-size: 1.3rem;
    display: flex;
}
.icon i {
    opacity: 0.7;
    margin-right: 1rem;
}
.icon i:hover{
    opacity: 1;
}
.box{
    background-color: #232323;
    height: 8rem;
    border-radius: 0.75rem;
    margin: 0.75rem 0 0.75rem 0;
    padding: 0.75rem 1rem;
}
.box-p1 {
    font-size: 1rem;
    font-weight: 500;
}
.box-p2 {
    font-size: 0.85rem;
    opacity: 0.9;
}
.badge {
    background-color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    height: 2rem;
    width: fit-content;
}
.recent-playlist1{
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.recent-playlist2{
  display: flex;
  flex-direction: row;
}
.recent-play{
  height: 3rem;
  width: 300px;
  margin: 5px;
  background-color: rgba(255, 254, 252,0.1);  
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.recent-play img{
  height: 3rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.recent-play p{
  padding-left: 10px;
}

.card{
    background-color: #121212;
    width: 150px;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.card-container{
    display: flex;
    flex-wrap: wrap;
}
.card-img {
    width: 100%;
    border-radius: 0.5rem;
}
.card-title {
    font-weight: 600;
}
.card-info {
    font-size: 0.75rem;
    opacity : 0.8;
}
.footer{
  height: 300px;
  display: flex;
  justify-content: center;
}
.Line {
  margin-top: 100px;
  width: 90%;
  height: 50%;
  border-top: 1px solid white;
  opacity: 0.4;
}
.music-player-img{
  height: 50px;
  width: 50px;
  padding: 0.5rem;
}
.Music-Play{
  display: flex;
  align-items: center;
}
.songname{
  margin: 0;
  font-weight: 700;
}
.Author{
  margin:0;
  font-size: 10px;
  font-weight: 300;
}
.Name i {
  margin-left: 1rem;
}
.Play-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.Play-image{
  height: 3rem;
  width: 3rem;
}
.music-player {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
.song-bar {
  height: 20px;
}
.audio {
  width: 300px;
  background-color: #000;
}
input[type="range"] {
  -webkit-appearance: none; /* Remove default browser styles */
  appearance: none;
  width: 400px;
  height: 4px;
  background: #ddd;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
  
}
input[type="range"]::-moz-range-thumb .audio{
  width: 20px;
  height: 20px;
  background:black;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
.other {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other img {
  height: 3rem;
  width: 3rem;
}
.artist{
  border-radius: 50%;
}






@media ( max-width:1000px){
  .Button-div button{
    display: none;
  }
  .Search-div{
    margin:0;
  }
}
@media ( max-width:600px){
  #search{
    width:10rem;
  }
}
@media (max-width:400px){
  .Spotify-logo{
    display: none;
  }
  .Button-div{
    display: none;
  }
 .searchbar{
  justify-content: space-around;
 }
}
@media ( max-width:300px){
  #search{
    width:7rem;
  }
}
