html { scroll-behavior: smooth; }

#navbar {
    transition: transform 0.3s ease-in-out;
}

.-translate-y-full {
    transform: translateY(-100%);
}