@media screen and (max-width: 1200px){
    header {
        width: 95%;
        transition: .5s linear;
    }

    header .menu_side, .song_side {
        width: 30%;
    }

    header .song_side {
        width: 70%;
    }

    header .song_side .content {
        height: 18%;
    }
    header .menu_side h6{
        display: none;
    }
}

@media screen and (max-width: 930px){
    header .menu_side {
        z-index: 999;
        width: 40%;
        position: absolute;
        transition: 1s linear;
        transform: translateX(-100%);
    }
    header .song_side {
        width: 100%;
    }
    header .master_play {
        position: absolute;
        bottom: 0;
    }

    header .menu_side h6{
        position: absolute;
        right: -40px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background: #383838;
        border-radius: 0px 10px 10px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        transition: 1s linear;
    }
    header .song_side::before{
        background: url(Img/Banner.png);
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
    }

@media screen and (max-width: 680px){
    header {
        width: 95%;
        height: 100vh;
    }
    header .song_side nav ul li {
        font-size: 11px;
        margin-right: 10px;
    }
    header .song_side nav .saerch {
        width: auto;
    }
    header .menu_side {
        width: 60%;
    }
    header .master_play {
        position: absolute;
        bottom: 0;
        z-index: 99999999;
    }
    header .master_play .icon {
        position: absolute;
        top: -46px;
        right: 30%;
    }
    header .master_play .icon::before {
        content: '';
        position: absolute;
        width: 200px;
        height: 180px;
        background: #383838;
        z-index: -1;border-radius: 50% 50% 0% 0%;
        left: -20%;
    }
    header .master_play .wave{
        position: absolute;
        top: -90px;
        width: 40px;
        height: 40px;
        right: 44%;
    }
    header .master_play .wave .wave1{
        width: 8px;
        
    }
    header .song_side::before{
        background: none;
    }
}

@media screen and (max-width: 470px){
    header .song_side nav .saerch {
        display: flex;
        width: 150px;
        margin: 5px;
    }
    header .master_play .wave {
        right: 44px;
    }
    header .menu_side {
        width: 75%;
    }
    header .master_play .icon {
        right: 24%;
    }
    header .master_play .wave {
        right: 43%;
    }
    header .song_side .popular_song {
        margin-top: 120px;
    }
    header .song_side::before{
        background: none;
    }

}

@media screen and (max-width: 412px){
    header .song_side nav ul li{
        font-size: 10px;
        margin-right: 7px;
    }
    header .song_side nav .saerch {
        width: 140px;
    }
    header .song_side .popular_song{
        margin-top: 120px;
    }
    header .master_play .icon {
        right: 20%;
    }
    header .master_play .wave {
        right: 42%;
    }
    header .song_side .content .buttons {
        margin-top: 9px;
    }
    header .song_side::before{
        background: none;
    }
}
}