@media (min-width: 1024px) {
    
#icon-up{
    
    position: fixed;
    bottom: 170px;
    right: 40px;
    background-color: #f47929;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    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;
    
}
}