@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 100vh;
    background-color:#121213 ;
    display: grid;
    place-items: center;
}

header{
    position: relative;
    width: 85%;
    height: 95%;
    /* border:1px solid#fff; */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    
}

header .menuside , .songside{
    width: 25%;
    height: 90%;
    /*border: 1px solid#fff;*/
    background: #111727;
    box-shadow: 5px 0px 2px #090f1f;
    color: #fff;
}

header  .songside{
    width: 75%;
    background: #0b1320;
}

header .masterplay{
    width: 100%;
    height: 10%;
    /*border: 1px solid#fff;*/
    background: #111727;
    box-shadow: 0px 3px 8px #090f1f;
}

header .menuside h1{
    font-size: 20px;
    margin: 15px 0 0 20px;
    font-weight: 500;
}

header .menuside .playlist{
    margin: 40px 0 0 20px;
}

header .menuside .playlist h4{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #4c5262;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .3s linear;
}

header .menuside .playlist h4:hover{
   color: #fff;
    
}

header .menuside .playlist h4 span{
    position: relative;
    margin-right: 35px;
     
}

header .menuside .playlist h4 span::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid#4c5262;
    border-radius: 50%;
    top:-4px;
    transition: .3s liner;
     
}

header .menuside .playlist h4:hover span::before{
    border: 2px solid#fff;
}
header .menuside .playlist h4 .bi{
    display: none;
}
header .menuside .playlist .active{
    color: #36e2ec;
}
header .menuside .playlist .active span{
    display: none;
}
header .menuside .playlist .active .bi{
    display: flex;
    margin-right: 20px;
}

header .menuside .menusong{
    width: 100%;
    height: 420px;
    /*border: 1px solid #fff;*/
    margin-top: 40px;
    overflow: auto;
}
header .menuside .menusong::-webkit-scrollbar{
    display: none;
}
header .menuside .menusong li{
    list-style-type: none;
    position: relative;
    padding: 5px 0 5px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .3s linear;
}
header .menuside .menusong li:hover{
    background: rgb(105, 105, 105,.1);
}
header .menuside .menusong li span{
    font-size: 12px;
    font-weight: 600;
    color: #4c5262;
}
header .menuside .menusong li img{
    width: 32px;
    height: 32px;
    margin-left: 25px;
}

header .menuside .menusong li h5{
    font-size: 11px;
    margin-left: 15px;
    width: 170px;
    /*border: 1px solid#fff;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header .menuside .menusong li h5 .subtitle{
    font-size: 9px;
    color:#4c5262 ;

}
header .menuside .menusong li .bi{
    position:absolute;
    right: 15px;
}    
    
header .masterplay{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
header .masterplay .wave{
    width: 30px;
    height: 30px;
    /* border: 1px solid #fff; */
    padding-bottom: 5px ;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}
header .masterplay .wave .wave1{
    width: 3px;
    height: 10px;
    background: #36e2ec;
    margin-right: 3px;
    border-radius: 10px 10px 0 0;
    animation: unset;

}
header .masterplay .wave .wave1:nth-child(2){
    height: 13px;
    margin-right: 3.5px;
    animation-delay: .4s;
}
header .masterplay .wave .wave1:nth-child(3){
    height: 8px;
    animation-delay: .8s;
} 
/*javascript classes*/

header .masterplay .active1 .wave1{
   animation: wave .5s linear infinite;
} 
header .masterplay .active1 .wave1:nth-child(2){
   
    animation-delay: .4s;
}
header .masterplay .active1 .wave1:nth-child(3){
    animation-delay: .8s;
}    
@keyframes wave{
    0%{
        height: 10px;
    }
    0%{
        height: 15px;
    }
    0%{
        height: 10px;
    }
}

header .masterplay img{
    width: 35px;
    height: 35px;
}
header .masterplay h5{
    width: 130px;
    /* border: 1px solid#fff; */
    margin-left: 15px;
    color: #fff;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
header .masterplay h5 .subtitle{
    font-size: 11px;
    color: #4c5262;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


header .masterplay .icon{
    font-size: 20px;
    color: #fff;
    margin: 0 20px 0 40px;
    outline: none;
    display: flex;
    align-items: center;

}
header .masterplay .icon .bi{
    cursor: pointer;
    outline: none;

}
header .masterplay .icon .shuffle{
    font-size: 17px;
    margin-right: 10px;
    width: 17.5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
header .masterplay .icon #downloadmusic{
    font-size: 20px;
    margin-left: 10px;   
}
header .masterplay .icon .bi:nth-child(3){
    border: 1px solid rgb(105, 105, 105, .1); 
    border-radius: 50%;
    padding: 1px 5px 0px 7px;
    margin: 0px 5px;   
}
header .masterplay span{
    color: #fff;
    width: 32px;
    /* border: 1px solid#fff; */
    font-size: 11px;
    font-weight: 400;
}
header .masterplay #currentstart{
    margin: 0 0 0 20px;
    
}

header .masterplay .bar{
    position: relative;
    width: 43%;
    height: 2px;
    background: rgb(105, 102, 170,.1);  
    margin: 0 15px 0 10px;  
}
header .masterplay .bar .bar2{
    position: absolute;
    background: #36e2ec; 
    width: 50%;
    height: 100%;
    transition: 1s linear;
}
header .masterplay .bar .dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #36e2ec;
    border-radius: 50%;
    left: 0%;
    top: -1.5px;
    transition: 1s linear;
}
header .masterplay .bar .dot::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid#36e2ec;
    border-radius: 50%;
    left: -7px;
    top: -6.5px;
    box-shadow: inset 0 0 3px #36e2ec;
}
header .masterplay .bar input{
    position: absolute;
    width: 100%;
    top: -7px;
    left: 0;
    cursor: pointer;
    z-index: 9999999999999999999999999999999999999999999;
    /* transition: 3s linear; */
    opacity: 0;
}
header .masterplay .vol{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgb(105, 102, 170,.1);
    margin-left: 50px;
}
header .masterplay .vol .bi{
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: -17px;
    left: -30px;
}
header .masterplay .vol input{
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0;
    cursor: pointer;
    z-index: 99999999999999999999999999999999999999;
    opacity: 0;
}

header .masterplay .vol .volbar{
    position: absolute;
    background: #36e2ec;
    width: 50%;
    height: 100%;
    top: 0;
    transition: 1s linear;
}

header .masterplay .vol .dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #36e2ec;
    border-radius: 50%;
    left: 0%;
    top: -1.5px;
    transition: 1s linear; 
}
header .masterplay .vol .dot::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid#36e2ec;
    border-radius: 50%;
    left: -7px;
    top: -6.5px;
    box-shadow: inset 0 0 3px #36e2ec; 
}
header .songside{
    z-index: 2;
}

header .songside::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: url("bg.png");
    z-index: -1;
}


header .songside nav{
    width: 90%;
    height: 10%;
    /* border: 1px solid#fff; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .songside nav ul{
    display: flex;
    
}
header .songside nav ul li{
    list-style: none;
    position: relative;
    font-size:13px;
    color: #4c5262;
    margin-right: 25px;
    cursor: pointer;
    transition: .3s linear;
    
}
header .songside nav ul li:hover{
    color: #fff;
}
header .songside nav ul li:nth-child(1){
    color: #fff ;
}
header .songside nav ul li span{
    position: absolute;
    width: 100%;
    height: 2.5px;
    background: #36e2ec;
    bottom: -5px;
    left: 0;
    border-radius: 20px;
}
header .songside nav .search{
    position: relative;
    width: 40%;
    padding: 1px 10px;
    border-radius: 20px;
    /* border: 1px solid#fff; */
    color: gray;
}
header .songside nav .search::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(184, 105, 105,.1);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    z-index: -1;
}
header .songside nav .search .bi{
    font-size: 13px;
    padding: 3px 0 0 10px;
    
    
}
header .songside nav .search input{
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}
header .songside nav .user{
    position: relative;
    width: 30px;
    height: 30px;
    /* border: 1px solid#fff; */
    border-radius: 50%
}
header .songside nav img{
    width: 100%;
    height: 100%;
    border-radius: 50% ;
    box-shadow: 2px 2px 8px #121213;
}

header .songside .content{
    width: 90%;
    height: 30%;
    /* border: 1px solid#fff; */
    margin: auto;
    padding-top: 20px;



}
header .songside .content h1{
    font-size: 25px;
    font-weight: 600;
}

header .songside .content p{
    font-size: 11px;
    font-weight: 400;
    color: #4c5262;
    margin: 5px;
}
header .songside .content .buttons{
    margin-top: 15px;
}
header .songside .content .buttons button{
    width: 130px;
    height: 30px;
    border: 2px solid #36e2ec;
    outline: none;
    border-radius: 20px;
    background: #5adae0;
    color: #fff;
    cursor: pointer;
    transition: .3s linear;
}
header .songside .content .buttons button:hover{
    background: none;
    color: #36e2ec;
}
header .songside .content .buttons button:nth-child(2){
    background: none;
    color: #36e2ec;
}
header .songside .content .buttons button:nth-child(2):hover{
    background: #36e2ec;
    color: #fff;
}
header .songside .popularsong{
    width: 90%;
    height: auto;
    margin: auto;
    margin-top:15px ;
    /* border: 1px solid#fff; */
}

header .songside .popularsong .h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .songside .popularsong .h4 .bi{
    color: #a4a8b4;
    cursor: pointer;
    transition: .3s linear;
    
}
header .songside .popularsong .h4 .bi:hover{
    color: #fff;

}
header .songside .popularsong .popsong{
    width: 100%;
    height: 150px;
    margin-top: 15px;
    display: flex ;
    /* border: 1px solid#fff; */
    overflow: auto;
    scroll-behavior: smooth;
}
header .songside .popularsong .popsong::-webkit-scrollbar{
    display: none;
}
header .songside .popularsong .popsong li{
   min-width: 100px;
   height: 140px;
   list-style-type: none;
   margin-right: 10px;
   transition: .3s linear;
}
header .songside .popularsong .popsong li:hover{
   background: rgb(105, 102, 170,.1);
}
header .songside .popularsong .popsong li .imgplay{
   position: relative;
   width: 100px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
}
header .songside .popularsong .popsong li .imgplay img{
   width: 100%;
   height: 100%;
}
header .songside .popularsong .popsong li .imgplay .bi{
   position: absolute;
   font-size: 20px;
   cursor: pointer;
   transition: .3s linear;
   opacity: 0;


}
header .songside .popularsong .popsong li:hover .imgplay .bi:hover{
    opacity: 1;

}
header .songside .popularsong .popsong li h5{
   padding: 5px 0px 0px 5px;
   line-height: 15px;
   font-size: 10px;
   width: 100px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis; 
}
header .songside .popularsong .popsong li h5 .subtitle{
   font-size: 9px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   color: #4c4c4c; 
}

header .songside .popularartist{
    width: 90%;
    height: auto;
    /* border: 1px solid#fff; */
    margin: auto;
    margin-top: 15px;
}
header .songside .popularartist .h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .songside .popularartist .h4 .bi{
    color: #a4a8b4;
    cursor: pointer;
    transition: .3s linear;
    
}
header .songside .popularartist .h4 .bi:hover{
    color: #fff;

}
header .songside .popularartist .item{
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex ;
    /* border: 1px solid#fff; */
    overflow: auto;
    scroll-behavior: smooth;
}
header .songside .popularartist .item::-webkit-scrollbar{
    display: none;
}
header .songside .popularartist .item li{
    list-style-type: none;
    position: relative;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
header .songside .popularartist .item li img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}