/********* Menu Animation zoomInLeft **********/

nav ul li:hover > ul {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}