@media (max-width: 1023px) {

    #icon-up{
    
        position: fixed;
        bottom: 120px;
        right: 13px;
        background-color: #f47929;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 17px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        text-decoration: none;
    
    
    
    
        
    }
    
    .hidden {
        opacity: 0; 
        pointer-events: none; 
        transition: 5s;
        
    }
    }