/*
Theme Name: Ludi
Theme URI:kozlov.io
Author:Ivan_ko2lov
Author URI:kozlov.io
Description:
Version: 1.0.0
Text Domain: ludi
*/
[data-reveal]:not(.front-hero__plane) {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal]:not(.front-hero__plane).is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal][data-reveal-delay="1"]:not(.front-hero__plane) {
  transition-delay: 0.08s;
}

[data-reveal][data-reveal-delay="2"]:not(.front-hero__plane) {
  transition-delay: 0.16s;
}

[data-reveal][data-reveal-delay="3"]:not(.front-hero__plane) {
  transition-delay: 0.24s;
}

[data-reveal][data-reveal-delay="4"]:not(.front-hero__plane) {
  transition-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal]:not(.front-hero__plane) {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/*# sourceMappingURL=style.css.map */
