@keyframes menu-style {
0% {
    transform: translateX(50%) rotate(0deg);
}

100% {
    transform: translateX(50%) rotate(360deg);
}