.slide-out {
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
}

.slide-in {
  transform: translateX(0);
}