

.menu-opening .menu-drawer {
    visibility: visible;
    transform: translate(0);
    transition: all 0.4s ease;
}