*{
    padding:0;
    margin:0;
    box-sizing: border-box;

}
body{
    font-family:'poppins',sans-serif;
    height:100%;
    width :100%;;
    background-color: #121213;
    display:grid;
    place-items:center;
    overflow: hidden;
}
header{
    position: relative;
    margin-top: 15px;
     height:96vh;
     width: 85vw;
   /*  border:1px solid #fff; */
     display:flex;
     flex-wrap:wrap;
}
.menu_side{
    width:25%;
    height:90%;
   /* border:1px solid #fff; */
    background-color:#111727;
    box-shadow: 5px 0px 2px #090f1f;
}
header .song_side{
    width:75%;
    background: #0b1320;
}
header .master_play{
    width:100%;
    height:10%;
    background:#111727;
   /* border:1px solid #fff; */
    box-shadow: 5px 0px 2px #090f1f;
}
header .menu_side h1{
    font-size: 20px;
    color:#fff;
    margin:15px 0px 0px 20px;
    font-weight: 500;
}

header .menu_side .playlist{
    margin:40px 0px 0px 20px;
}
header .menu_side .playlist h4{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    color:#4c5262;
    cursor:pointer;
    display:flex;
    align-items:center;
    transition: .3s linear;
}
header .menu_side .playlist h4:hover{
    font-size:16px;
    color:#fff;
}
header .menu_side .playlist h4 span{
    position:relative;
    margin-right: 35px;
}
header .menu_side .playlist h4 span::before{
    content:' ';
    position: absolute;
    height:4px;
    width:4px;
    border:2px solid #4c5262;
    border-radius: 50%;
    top: -4px;
    transition: .3s linear;
    margin-right:40px;
}
header .menu_side .playlist h4:hover span::before{
    border:2px solid #fff;
}
header .menu_side .playlist h4 .bi{
    display:none;
}
header .menu_side .playlist .active span{
    display:none;
}

header .menu_side .playlist .active{
    color:aqua;
}
header .menu_side .playlist .active .bi{
    display:flex;
    margin-right:20px;
}
header .menu_side .menu_song{
    height:460px;
    width:100%;
    /* border:1px solid #fff;  */
    margin-top:45px;
    overflow:auto;
    box-shadow: 2px 0px 2px #090f1f;
}
header .menu_side .menu_song::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
}
header .menu_side .menu_song li {
   list-style-type: none;
   color:#fff;
   position:relative;
   padding: 5px 0px 5px 20px;
   display:flex;
   align-items: center;
   margin-bottom: 16px;
   cursor:pointer;
   transition: .3s linear;
}
header .menu_side .menu_song li:hover{
    background: rgb(105,105,105,.1);
    box-shadow: rgba(42, 217, 236, 0.799)0px 0px 2px 2px;
}

header .menu_side .menu_song li span{
    font-size: 12px;
    font-weight: 600;
    color:#4c5262;
}

header .menu_side .menu_song li img{
    height:35px;
    width:35px;
    margin-left:25px;
}
header .menu_side .menu_song li h5{
    font-size: 13px;
    margin-left: 15px;
    width:170px;
    height:35px;
    padding:5px;
    /*border: 1px solid #fff; */
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
header .menu_side .menu_song li h5 .subtitle{
    font-size: 11px;
    color:#4c5262;
    padding-top:3px;
    
}
header .menu_side .menu_song li .bi{
    position:absolute;
     right: 15px;

}
header .master_play{
    display:flex;
    padding:0px 20px;
    align-items: center;
}
header .master_play .wave{
    height:30px;
    width:30px;
    margin-right: 13px;
    /* border:1px solid #fff; */
    padding-bottom: 0px;
    display:flex;
    align-items:flex-end;
     /* border:1px solid #cbe9ea; */
     margin-left:5px;
    
}
header .master_play .wave .wave1{
    height:14px;
    width:4px;
    background: #36e2e6;
    margin-right: 3px;
    border-radius: 10px 10px 0px 0px;
    /* animation: wave .6s linear infinite; */
    margin-left:1px;

}
header .master_play .active1 .wave1{
    animation: wave .5s linear infinite;
}
header .master_play  .active1 .wave1:nth-child(2)
{
    
    animation-delay: .4s;
    
}
header .master_play .active1 .wave1:nth-child(3)
{
    
    animation-delay: .8s;
}
@keyframes wave{
    0%{
        height:14px;
    }
    50%{
        height:18px;
    }
    100%{
        height:10px;
    }

} 
header .master_play img{
    height:38px;
    width:38px;
    border-radius: 50px;
    box-shadow:0px 0px 2px 3px  #678089;
    
}
.rotate1{
    animation: rotation 1.5s infinite linear;
}

@keyframes rotation {
from {
    transform: rotate(0deg);
    }
to {
    transform: rotate(359deg);
}
}
img{
    border-radius: 8px;
}
header .master_play h5{
    width:130px;
    /* border:1px solid #fff; */
    color:#fff;
    margin-left: 15px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap; 
    font-size:14px ;
    margin-top: 3px;

}
header .master_play h5 .subtitle{
    width:100%;
    font-size: 11px;
    color:#4c5262;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   padding-top:1px;
    
}
header .master_play .icon{
    font-size: 20px;
    color:#fff;
    margin:0px 20px 0px 40px;
    outline:none;
    display:flex;
    align-items: center;
}
header .master_play .icon .bi{
    cursor: pointer;
    outline:none;
}
.master_play .icon .bi-play-fill:hover{
    box-shadow: rgba(72,135,202,0.8)0px 0px 7px 4px;
}
header .master_play .icon .shuffle{
      font-size: 17px;
      margin-right: 10px;
      overflow:hidden;
      width:17.5px;
      display:flex;
      align-items: center;
}
header .master_play .icon #download_music{
       text-decoration: none;
       color:#fff;
       font-size: 20px;
       margin-left: 10px;
}
header .master_play .icon .bi:nth-child(3)
{
    border:2px solid rgb(105,105,105,.1);
    border-radius: 50%;
    padding:3px 5px 2px 7px;
    margin:0px 6px;
}
header .master_play  #currentStart{
    font-size: 13px;
    color:#fff;
    width:34px;
    font-weight: 400;
    /* border:1px solid #fff; */
}

header .master_play  #currentStart{
    margin:0px 0px 0px 20px;
}
header .master_play .bar{
    position:relative;
    width:43%;
    height:2px;
    background: rgb(105,105,170,.1);
    margin:0px 15px 0px 10px;
}
header .master_play .bar .bar2{
    position: absolute;
    background: #36e2e6;
    width:0%;
    height:100%;
    top:0;
    transition: 1s linear;
}
header .master_play .bar .dot{
    position: absolute;
    background: #36e2e6;
    width:5px;
    height:5px;
    border-radius: 50%;
    left:0%;
    top:-1.5px;
    transition: .1s linear;
}

header .master_play .bar .dot::before{
    content:' ';
    position:absolute;
    border-radius: 50%;
    border:1px solid #36e2e6;
    height:15px;
    width:15px;
    top:-6px;
    left:-6px;
    box-shadow: inset 0px 0px 3px #36e2e6;
}
header .master_play .bar input{
    position:absolute;
    width:100%;
    top:-7px;
    left:0px;
    cursor: pointer;
    z-index:999999999999999999999;
    /* transition: 3s linear; */
    opacity: 0;

}
header .master_play #currentEnd{
    color:#fff;
    font-size: 13px;
}
header .master_play .vol{
    position:relative;
    width:100px;
    height:2px;
    background: rgb(105,105,170,.1);
    margin-left: 50px;
}
header .master_play .vol .bi{
    position: absolute;
    color:#fff;
    font-size: 25px;
    top:-13px;
    left:-30px;
}
header .master_play .vol  input{
     position: absolute;
     width:100%;
     top:-7.5px;
     left:0;
     cursor:pointer;
     opacity: 0;
     z-index: 99999999;
}
header .master_play .vol .vol_bar{
    position: absolute;
    background: #36e2e6;
    width:100%;
    height:100%;
    top:0;
    transition: 1s linear;
}
header .master_play .vol .dot{
    position: absolute;
    background: #36e2e6;
    width:5px;
    height:5px;
    border-radius: 50%;
    left:100%;
    top:-1.2px;
    transition: .1s linear;
}
header .master_play .vol .dot::before{
    content:' ';
    position:absolute;
    border-radius: 50%;
    border:1px solid #36e2e6;
    height:12px;
    width:12px;
    top:-5px;
    left:-4.5px;
    box-shadow: inset 0px 0px 3px #36e2e6;
}
header .song_side{
    z-index:2;
}
header .song_side::before{
   content: '';
   position: absolute;
   width:100%;
   min-height: 370px;
   background: url('background.png');
   background-repeat:no-repeat;
   z-index: -1;
   background-position:  490px 10px;
   background-clip: content-box;
   background-size: 23%;
}
header .song_side nav{
    width:90%;
    height:10%;
    /* border:1px solid #fff; */
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
}
header .song_side ul{
    display:flex;
}
header .song_side ul li{
    list-style-type: none;
    font-size: 13px;
    position:relative;
    margin-right:25px;
    color:#4c5262;
    cursor:pointer;
    transition: 3s,linear;
}
header .song_side ul li:hover{
    color:#fff;
    font-size:14px;
    
}
header .song_side ul li:nth-child(1)
{
    color:#fff;
}
header .song_side ul li span{
    position: absolute;
    background: #36e2e6;
    width:100%;
    height:2.5px;
    border-radius: 20px;
    bottom:-5px;
    left:0;
}
header .song_side .search{
    width:40%;
    top:-5px;
    /* height:22px; */
    position:relative;
    border-radius: 20px;
    /* border:1px solid #fff; */
    padding:1px 10px;
    color:grey;
    

}
header .song_side .search::before{
    content:'';
    background: rgb(184,184,184,.1);
    position:absolute;
    height: 100%;
    width:100%;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    z-index: -1;
}
header .song_side .search .search_results
{
    position: absolute;
    width: 100%;
    height: 200px;
    /* border: 1px solid #fff; */
    margin-top: 10px;
    border-radius: 10px;
    overflow: auto;
    
    /* z-index:9999999; */
}
header .song_side .search .search_results::-webkit-scrollbar{
    display:none;
}
header .song_side .search .search_results .card
{
   width:100%;
   min-height: 43px;
   /* border:1px solid #fff; */
   display: flex;
   align-items: center;
   background:rgb(184,184,184,.1);
   margin-bottom: 5px;
   text-decoration: none;
   display: none;
}
header .song_side .search .search_results .card img{
    width:35px;
    height: 35px;
    border-radius: 6px;

}
header .song_side .search .search_results .card .content{
    position: absolute;
     margin-left:45px;
     margin-top:15px;
     font-size: 12px;
    color:#fff;
    margin-bottom: 25px;
}
header .song_side .search .search_results .card .subtitle{
    margin-top: 4px;
    font-size: 11px;
    color:#a4a8b4;
    font-weight: 300;
}
header .song_side .search .bi{
    font-size:13px;
    padding:3px 0px 0px 10px;
}
header .song_side .search input{
    position:absolute;
    background: none;
    outline:none;
    color:#fff;
    border:none;
    padding:2px 10px;
    font-size: 13px;
    width:100%;

}
header .song_side nav .user{
       position:relative;
       height:30px;
       width:30px;
       border-radius: 50%;
       border:1px solid #fff;
       top:-3px;
}

header .song_side nav .user img{
    height:100%;
    width:100%;
    border-radius: 50%;
    box-shadow:0px 0px 2px 2px #b8b8e6;
    border:1px solid #060404;

}
header .song_side nav .user img:hover{
    cursor: pointer;
}

header .song_side .content{
    width:90%;
    height:30%;
    /* border:1px solid #fff; */
    margin:auto;
    padding-top: 20px;
}
header .song_side .content h1{
    font-size:25px;
    font-weight: 600;
    color:#fff;
    /* margin-left:7px; */
}
header .song_side .content p{
    font-size: 12px;
    color:#4c5262;
    /* margin:5px; */
    font-weight: 400;
    padding-top:4px;
}
header .song_side .buttons{
    margin-top: 15px;
}
header .song_side .buttons button{
     width:130px;
     height:30px;
     border:1px solid #36e2e6;
     border-radius: 20px;
     background: #36e2e6;
     color:white;
     cursor: pointer;
     transition: .3s,linear;
     
}
header .song_side .buttons button:hover{
    background: none;
    color:#36e2e6;
}
header .song_side .buttons button:nth-child(2)
{
    background:none;
    color:#36e2e6;
}
header .song_side .buttons button:nth-child(2):hover{
    background: #36e2e6;
    color:#fff;
}
header .song_side .popular_song{
    width:90%;
    height:auto;
    margin:auto;
    /* border:1px solid #fff; */
    margin-top: 12px;
    color:#fff;
}

header .song_side .popular_song .h4{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
header .song_side .popular_song .h4 .bi{
    color:#a4a8b4;
    cursor: pointer;
    transition: .3s linear;
    font-size:17px;
    margin-right: 5px;
    margin-left: 5px;
}

header .song_side .popular_song .h4 .bi:hover{
    color:#fff;
    font-size:17px;
    font-weight: 300;
    box-shadow: 0px 0px 1px 2px #36e2e6;
    border:1px solid #fff;
    border-radius: 50%;
}

header .song_side .popular_song .pop_song{
     width:100%;
     height:140px;
     margin-top:12px;
     /* border:1px solid #fff; */
     display:flex;
     overflow: auto;
     /* scroll-behavior: smooth; */
}

header .song_side .popular_song .pop_song::-webkit-scrollbar{
   display: none;
}

header .song_side .popular_song .pop_song li{
    width: 105px;
    height:140px;
    list-style-type:none;
    margin-right: 10px;
    transition: .3s linear;
}
header .song_side .popular_song .pop_song li:hover{
    background: rgb(105,105,170,.1);
    box-shadow: rgba(236, 232, 247, 0.8)0px 0px 10px 5px;
    
}

header .song_side .popular_song .pop_song li .img_play{
    position:relative;
    width:90px;
    height:85px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:8px;
    background-attachment: fixed;
 }
header .song_side .popular_song .pop_song li .img_play img{
    width:100%;
    height:100%;
}
header .song_side .popular_song .pop_song li .img_play .bi{
     position:absolute;
     font-size:20px;
     cursor: pointer;
     transition: .3s linear;
     opacity:0;
}
header .song_side .popular_song .pop_song li .img_play .bi:hover{
    opacity: 1;
  
}
header .song_side .popular_song .pop_song li h5{
    padding:5px 0px 0px 5px;
    line-height: 18px;
    font-size: 13px;
    width:100px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
   margin-left:8px;
   text-align: center;
}
header .song_side .popular_song .pop_song li h5 .subtitle{
    font-size: 11px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#4c5262;
    margin-left:2px;
}
header .song_side .popular_artist{
    width:90%;
    height:auto;
    /* border:1px solid #fff; */
    margin:auto;
    margin-top: 15px;

}
header .song_side .popular_artist .h4{
    color:#fff;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
header .song_side .popular_artist .h4 .bi{
    color:#a4a8b4;
    cursor: pointer;
    transition: .3s linear;
    font-size:17px;
    margin-left: 5px;
    margin-right: 5px;
}
header .song_side .popular_artist .h4 .bi:hover{
    color:#fff;
    font-size:17px;
    font-weight: 300;
    box-shadow: 0px 0px 1px 2px #36e2e6;
    border:1px solid #fff;
    border-radius: 50%;
}
header .song_side .popular_artist .item{
width:100%;
height:150px;
margin-top:15px;
display: flex;
gap: 10px;
overflow:auto;
/* border:1px solid #fff; */
/* scroll-behavior: smooth; */
}
header .song_side .popular_artist .item::-webkit-scrollbar
{
    display: none;
}
header .song_side .popular_artist .item li{
    list-style-type:none;
    position: relative;
    min-width: 85px;
    min-height: 90px;
    max-width: 85px;
    max-height: 90px;
    border-radius: 50%;
    cursor: pointer ;
    /* display: flex; */
    /* margin-right:10px; */
}


header .song_side .popular_artist .item li img{
    margin-top: 20px;
    position:absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border:1px solid #fff;
}
header .song_side .popular_artist .item li img:hover{
    height: 110%;
    width:110%;
    border:3px solid #36e2e6;
    box-shadow: rgba(72,135,202,0.8)0px 0px 7px 4px;
}
/* @media screen and (max-width:300px){
    body{
        font-family:'poppins',sans-serif;
        height:70%;
        width :70%;;
        background-color: #121213;
        display:grid;
        place-items:center;
        overflow: hidden;
    }
    header{
        position: relative;
        margin-top: 11px;
         height:90vh;
         width: 80vw;
       /*  border:1px solid #fff; */
         /* display:flex;
         flex-wrap:wrap;
    }
     */
