@media (max-width:1300px) {
    .left{
        position: absolute;
        left: -120%;
        transition: all .4s;
        z-index: 1;
        width: 370px;
        background-color: #000000;

    }
    .close{
        position: absolute;
        right: 26px;
        top: 26px;
        color: white;
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        display: block; 
    }
    .close img{
        width: 60px;
    }
    .right{
        width: 100vw;
    }
    .playbar{
        width: 95vw;

    }
    }
    .hamburger{
        display: flex;
    }
    .right{
        margin: 0;
    }
    
@media screen and (max-width:680px){
    .volume{
        display: none;
    }
    .hamburgercont{
        display: flex;
        justify-content: center;
        gap: 14px;
        align-items: center;
    }
}

@media screen and (max-width:760px){
    .button{
        display: flex;
    }
    .hamburgercont{
        display: flex;
        justify-content: center;
        gap: 14px;
        align-items: center;
    }
    .button .signupbtn{
        width: 57px;
    }
    .card{
        width:160px ;
        
    }

    .card p{
        display: none;
    }
    .card h3{
        display:block;
        font-size: 16px;
    }
    .right{
        margin: 0;
    }
}
@media screen and (max-width:700px){
    .cardcontainer{
        padding-top: 20px;
        margin: 0;

    }
    .hamburger{
        gap: 5px;
    }
    .hamburgercont{
        display: flex;
        justify-content: center;
        gap: 14px;
        align-items: center;
    }
    .card{
        width: 146px;
        height: 250px;
    }
    .card p{
        display: none;
    }
    .card h3{
        display:block;
        font-size: 16px;
    }
    .card h2{
        font-size: 1.3rem
    }
    .right{
        margin: 0;
    }
}
@media screen and (max-width:680px){
    .left{
        float: left;
        width: 90%;
    }    .button{
        display: flex;
    }
    .button .signupbtn{
        width: 30px;
        gap: 0;
        height:30px ;
        font-size: 13px;
    }
    .hamburgercont{
        display: flex;
        justify-content: center;
        gap: 14px;
        align-items: center;
    }
    .button {
        width: 193px;
        height: 37px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .loginbtn{
        width: 64px;
    }
    .playbar{
        height: 50px;
    }
    .songbutton{
        width: 23px;
        margin-top: 21px;
  
    }

    .seekbar{
        padding-right: 0;
    }
    .header{
        overflow: hidden;
    }
    .right{
        margin: 0;
    }
}
@media screen and (max-width:360px){
    .playbar{
        height: 80px;
        align-items: center;
        justify-content: space-around;
    }
    .songinfo,.songtime{
        font-size: 14px;
        margin-top: -36px;
    
}
    .hamburgercont{
        display: flex;
        justify-content: center;
        gap: 14px;
        align-items: center;
}

}