.effect-reveal-to-right {
  opacity: 0 !important;
  filter: blur(5px) !important;
  transform: translateX(-100%) !important;
  transition: all 1.2s !important;
}

.effect-reveal-to-left {
  opacity: 0 !important;
  filter: blur(5px) !important;
  transform: translateX(100%) !important;
  transition: all 1.2s !important;
}

.effect-reveal-opacity {
  opacity: 0 !important;
  transition: all 1.6s !important !important;
}

.show {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateX(0) !important;
  transform: translateY(0) !important;
}
