@media only screen and (max-width: 576px){

    .arrow-btn{
        width: 100%;
        background-color:rgb(0 0 0 / 5%);
        backdrop-filter : blur(50px);
        -webkit-backdrop-filter: blur(50px);
        display: flex;
        position: absolute;
        justify-content: center;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        bottom: 0;
    }
   
         
 
}

