body {
    margin: 0;
    padding:0 ;
    font-family: "Montserrat", serif;
    background-color: #000000;
    color:#ffffff;
    overflow: hidden;
}

.header{
    background-color: #000000;
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10;
}
.spotify-icon{
 font-size: 2rem;
 margin-left: 1rem;
}
.home-icon button{
    background-color: #121212;
    height: 3rem;
    width: 3rem;
    border: none;
    border-radius: 50%;
    margin-left: 1.5rem;
    transition: 0.3s ease-in-out  ;
    }
.home-icon button:hover{
        background-color:rgba(255 ,255 , 255 , 0.1) ;
        cursor: pointer;;
    }
.home-icon i{
    font-size: 1.3rem;
    color: white;

}

.search-box{
    background-color: #1f1f1f;
    height: 2rem;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 15rem;
    margin-left: 0.60rem;
    justify-content: space-evenly;
}
.search-box:hover{
    border: 1px solid #ddd7d7;
    
}
.search-box input{
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.5rem;
    width: 400px;
    background-color: #1f1f1f;
    color: #ffffff;
    border: none;
    outline: none;
}

.search-box i{
    font-size: 1.5rem;
    opacity: 0.5;
    padding: 0.5rem;
}
.search-box i:hover{
   opacity: 1;
   cursor: pointer;
}
.search-box div{
    background-color: #504f4f;
    height: 25px;
    width: 1px;
    margin-right: 0.3rem;
}
.navbar{
    display: flex;
    align-items: center;
}
.navbar button{
    background-color: #000000;
    color: #b3b3b3;
    font-size: 1rem;
    border: none;
    font-weight: 700;
    padding: 0.5rem;
}
.navbar button:hover{
    color: #ffffff;
    cursor: pointer;
}
.navbar div{
    background-color: #ffffff;
    height: 25px;
    width: 1px;
    margin: 1rem;
}
#install i {
    margin-left: 0.5rem;
    font-size: 1rem;
}
#install , #signup{
font-size: 0.85rem;
margin-right: 0.5rem;
}

#login{
    background-color: #ffffff;
    color: #000000;
    padding: 1rem 1.75rem;
    border-radius: 5rem;
    margin-left:0.5rem ;
    
}
.container{
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    position: relative;
}
.container::after{
    content: "";
    position: absolute;
    left: 31.9%;
    top: 5rem;
    height: 100%;
    width: 0.85px;
    background-color: white;
    opacity: 0;
}
.container:hover::after{
  opacity: 1;
}
 
.sidebar {
    background-color: #121212;
    width: 25%;
    min-width: 400px;
    padding: 0.75rem;
    border-radius: 1rem;
    margin-top: 4rem;
}

.sidebar-nav{
    display: flex;
    height: 3rem;
    background-color: #121212;
    justify-content: space-between;
    padding: 12px 16px 8px ;
    margin-bottom: 1.5rem;
   position: sticky;
   top: 0.5rem; 
   z-index: 1;
}

.library img {
    width: 1.3rem;
    opacity: 0.6;
}
.library img:hover{
    opacity: 1;
    cursor: pointer;
}
.library a {
    margin-left: 0.3rem;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.6;
    color: #ffffff;
    text-decoration: none;
}
.library a{
    opacity: 1;
    cursor: pointer;
}
.plusicon i{
    font-size: 1.3rem;
    opacity: 0.6;
}
.plusicon i:hover{
   opacity: 1;
   cursor: pointer;
}
.lib-box{
    overflow: auto;
    height: 30%;
    width: 103%

}
.box{
    background-color: #1f1f1f;
    height: 50%;
    padding: 1rem 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.line{
    border-bottom: 5px solid #1f1f1f;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    visibility: hidden;
}
.box-p1{
    margin: 0;
    font-weight: 700;
}
.box-p2{
    font-size: 0.85rem;
    font-weight: 400;
}
.badge{
    border-radius: 1.5rem;
    padding: 0.75rem 1rem;
    border: none;
    font-weight: 700;
}
.link-container{
    position: sticky;
    z-index: 2;

}
.links{
    margin: 2rem 0;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.65rem;
    gap: 1.75rem;
    line-height: 0.3rem;
}
#cookies{
    width: 100%;
    
}
.eng button{
    padding: 0.5rem 1rem;
    background-color:#121212;
    color: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 1rem;
    font-weight: 700;
    margin: 0 0 2rem 1.5rem;
}
.eng button:hover{
    border: 1px solid #ffffff;
    cursor: pointer;
}
.eng i{
    margin-right: 0.5rem;
}
.main-content{
    border-radius: 1rem;
    background-color: #121212;
    margin-top: 64px;
    width: 70%;
    height: 100vh;
    overflow: auto;
    flex: 1;
}
.card-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 3rem;
    margin-bottom: 1rem;
    
}

.card-heading h2{
    margin-left: 1rem;
}
.card-heading h2:hover{
    text-decoration: underline;
    cursor: pointer;
}
.card-heading h5{
    opacity: 0.5;
}
.card-heading h5:hover{
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}
.cards-container{
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    
}
.artist{
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
      
}
.artist:hover{
    background-color: #1f1f1f;
    border-radius: 0.65rem;
    cursor: pointer;
}
.artist img{
    height: 150px;
    width: 150px;
    border-radius: 50%;

}
.artist:hover .music-play{
    opacity: 1;
} 

.music-play{
    font-size: 3.3rem;
    position: absolute;
    bottom: 5.55rem;
    right: 0.4rem;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    opacity: 0;
    background-color: #000000;
    color: #1db954;
    border: none;
    transition:0.3s ease;
}

.card {
    width: 160px; 
    border-radius: 10px;
    text-align: left;
    position: relative;   
}
.card:hover{
    background-color: #1f1f1f;
    cursor: pointer;
}
.card:hover .card-play{
    opacity: 1;
}

.card img {
    width: 160px;
    height: 160px;
    border-radius: 10px; 
}
.card-play{
    font-size: 3rem;
    position: absolute;
    top: 6.4rem;
    right: 0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background-color: #000000;
    color: #1db954;
    transition:0.3s ease;
    border: none;
    opacity: 0;
}

.p1 {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.p2 {
    font-size: 14px;
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.music-player {
    background-color:#000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    padding: 0;
    display: flex;
}
.album{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.album-pic{
    height: 4rem;
    width: 4rem;
}
.album-abt{
    margin-right: 2.5rem;
}
.abt-1{
   font-weight: 700;
   line-height: 1rem;
}
.abt-2{
    font-size: 0.75rem;
    opacity: 0.6;
    line-height: 1rem;
}
.album-icon1{
    opacity: 0.7;
    height: 1.25rem;
}
.album-icon2{
    opacity: 0.7;
    height: 1.75rem;
    margin-right: 1.5rem;
}
.player{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.music-control{
    display: flex;
    width: 50%;
    height: 2rem;
    align-items: center;
    justify-content: space-evenly;
}
.music-icons{
    height: 1rem;
    width: 1rem;
    opacity: 0.6;
}
.music-icons:hover{
    opacity: 1;
}
.play{
    height: 2rem;
    width: 2rem;
    opacity: 0.6;
}
.playback{
    width: 100%;
    display: flex;
    justify-content: center;
}
.playback-bar{
    width: 70%;
}
.time{
    margin: 0  0.5rem;
    opacity: 0.7;
    font-size: 0.75rem;
}
.time:hover{
    opacity: 1;
}
.controls{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-right: 3rem;
}
.control:hover{
    opacity: 1;
}
.ctrl-icon{
    height: 2.5rem;
    width: 2.5rem;
}
.ctrl-iconx{
    height: 1.5rem;
    width: 1.5rem;
    opacity: 0.6;
}
.ctrl-icony{
    height: 1.5rem;
    width: 1.5rem;
    opacity: 0.6;
}

@media (max-width:900px){
    .sidebar{
        display: none;
    }
}