body{
    margin:0px;
    padding:0px;
    font-family: "Montserrat", serif;
    background-color: black;
    overflow:hidden;
    color: white;
}

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

.sidebar{
    background-color: black;
    width: 400px;
}

.content{
    background-color:#121212;
    flex:1;
    border-radius: 10px;
    margin-top: 10px;
    overflow: auto;
}

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

.nav{
    background-color: #121212;
    margin-top: 10px;
    line-height: 60px;
    border-radius:10px;
    margin-right: 10px;
    margin-left: 10px;
    padding:0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home{
    padding-left: 30px;
    font-size: 18px;
}

.search{
    padding-left: 30px;
    font-size: 18px;
}

.home i{
    color: white;
    padding-right: 15px;;
}

.search i{
    color: white;
    padding-right: 15px;

}

/* .home a{
    color: white;
} */

.search a{
    color: white;
}

a{
    text-decoration: none;
    color:white;
}
.search a:hover{
    /* color:green */
    opacity:0.5;
}

.library{
    background-color: #121212;
    margin-top: 0.60rem;
    border-radius: 10px;
    margin-right:10px;
    margin-left:10px;
    line-height:40px;
    height:100%;
    padding:0.5rem 0.75rem;
}

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

.lib-opt img{
    width:1.25rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.lib-opt a{
    font-size: 18px;
    opacity: 0.7;
}

.lib-act i{
    font-size:1.25rem;
    opacity:0.7;
}

.lib-act i:hover{
    opacity: 1;
}

.box1{
    background-color: #2b2929;
    border-radius: 10px;
    padding-left:25px;
    margin-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.box2{
    background-color: #2b2929;
    border-radius: 10px;
    margin-top: 30px;
    padding-left:25px;
    line-height: 20px;
    padding-bottom: 15px;
}

button{
    background-color: white;
    color:black;
    border-radius: 25px;
    padding:7px 15px ;
    font-weight: 600;
    border: none;
    padding-top: 10px;
}

button:hover{
    transform:scale(1.01);
}

.p1{
    font-weight: 600;
    padding-top: 20px;
}

.p2{
    font-size: 13px;
    padding-bottom: 10px;
}

.p3{
    font-weight:600;
    padding-top: 20px;
}

.p4{
    font-size: 13px;
    padding-bottom: 10px;
}

.icons{
    display: flex;
    width:100px;
    justify-content: space-around;
    padding-right: 10px;
}

.nav2{
    position: sticky;
    top:0;
    display: flex;
    width:100%;
    height:70px;
    background-color:#121212;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.first{
    margin-left:20px;
}

.second{
    margin-right:20px;
}

.install{
    background-color: black;
    color:white;
    margin-left: 10px;
    margin-right: 10px;
}

.install i{
    margin-right: 5px;
}

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

.card-container{
    width:170px;
    height:270px;
    margin-left:30px;
    padding:1.5rem;
    background-color: #2b2929;
    border-radius: 10px;
    margin-right:0.4rem;
    margin-bottom: 1rem;
}

.card-container:hover{
    transform:scale(1.05);
}

.card-container img{
    width:100%;
    border-radius: 10px;;
}

.title{
    font-weight: 600;
    font-size: 18px;
}

.title:hover{
    text-decoration: underline;
    cursor: pointer;
}

.info{
    font-size: 12px;
    opacity:0.8;
}

.cards{
    margin-left:25px;
}

.card-in-line{
    display:flex;
    flex-wrap: wrap;
}

h2{
    margin-top: 30px;
}

.footer{
    height:200px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.line{
    width:90%;
    height:30%;
    border-top:1px solid white;
    opacity:0.3;
}

.player{
    display: flex;
    align-content:space-between ;
}

.playing{
    display:flex;
    /* justify-content: center; */
    align-items: center;
    width:25%;
}

.album img{
    width:60px;
    padding:10px;
    margin-right:20px;
    margin-left:15px;
}

.album-info{
    line-height:10px;
}

.abc{
    font-weight: 600;
}

.def{
    margin-left: 10px;
    font-size: 14px;
    opacity:0.7;
}

.album-act i{
    font-size: 20px;
}

.album-act i:hover{
    transform:scale(1.1);
}

.album-act{
    display:flex;
}

.heart{
    margin-left: 20px;
    margin-right: 20px;
}


/* .more-opt{
    display:flex;
    align-items: center;
    width:120px;
    justify-content: space-between;
}

.more-opt i{
    font-size: 18px;
} */

.player {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  z-index: 100;
}

.player-left, .player-center, .player-right {
  display: flex;
  align-items: center;
}

.player-left {
  width: 25%;
}

.album-cover {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  border-radius: 5px;
}

.track-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.track-title {
  font-weight: 600;
  font-size: 14px;
}

.track-artist {
  font-size: 12px;
  color: #b3b3b3;
}

.track-actions {
  display: flex;
  gap: 15px;
  margin-left: auto;
  padding-left: 15px;
}

.track-actions i {
  color: #b3b3b3;
  cursor: pointer;
}

.track-actions i:hover {
  color: white;
  transform: scale(1.1);
}

.player-center {
  flex-direction: column;
  width: 50%;
  justify-content: center;
}

.player-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.player-buttons img {
  width: 20px;
  cursor: pointer;
  opacity: 0.8;
}

.player-buttons img.play-button {
  width: 32px;
}

.progress-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.progress-bar {
  flex-grow: 1;
  height: 4px;
  background: #535353;
  border-radius: 2px;
  appearance: none;
  cursor: pointer;
}

.progress-bar::-webkit-slider-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #1db954;
}

.curr_time, .tot_time {
  font-size: 12px;
  color: #b3b3b3;
}

.player-right {
  width: 25%;
  justify-content: flex-end;
  gap: 15px;
  margin-right:30px;

}

.player-right i {
  color: #b3b3b3;
  cursor: pointer;
}

.player-right i:hover {
  color: white;
  transform: scale(1.1);
}

.volume-bar {
  width: 100px;
  appearance: none;
  height: 4px;
  background: #535353;
  border-radius: 2px;
  cursor: pointer;
}

.volume-bar::-webkit-slider-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #1db954;
}
