/* RASA HOME NO SCROLL EFFECTS V1 */
html.rasa-home-no-motion {
  scroll-behavior: auto !important;
}

html.rasa-home-no-motion *,
html.rasa-home-no-motion *::before,
html.rasa-home-no-motion *::after {
  animation: none !important;
  animation-delay: 0s !important;
  animation-duration: 0s !important;
  animation-iteration-count: 1 !important;
  transition: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  scroll-behavior: auto !important;
}

html.rasa-home-no-motion [data-aos],
html.rasa-home-no-motion [data-scroll-reveal],
html.rasa-home-no-motion [data-rasa-speed-cv],
html.rasa-home-no-motion .aos-init,
html.rasa-home-no-motion .aos-animate,
html.rasa-home-no-motion .is-revealed,
html.rasa-home-no-motion .reveal,
html.rasa-home-no-motion .will-reveal,
html.rasa-home-no-motion .parallax,
html.rasa-home-no-motion .rasa-parallax,
html.rasa-home-no-motion .rp-parallax,
html.rasa-home-no-motion .rasa-motion,
html.rasa-home-no-motion .rasa-glow,
html.rasa-home-no-motion .rasa-float,
html.rasa-home-no-motion .rp-reveal,
html.rasa-home-no-motion .rp-hero-reference-card,
html.rasa-home-no-motion .rasa-hero-final-slide,
html.rasa-home-no-motion .rasa-hero-final-shell,
html.rasa-home-no-motion .rasa-hero-final-progress,
html.rasa-home-no-motion .rp-section,
html.rasa-home-no-motion .rp-service-card,
html.rasa-home-no-motion .rp-destination-card,
html.rasa-home-no-motion .rp-article-card,
html.rasa-home-no-motion .rp-honor-card,
html.rasa-home-no-motion .rp-stats-card,
html.rasa-home-no-motion .swiper,
html.rasa-home-no-motion .swiper-wrapper,
html.rasa-home-no-motion .swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  clip-path: none !important;
  contain: none !important;
  content-visibility: visible !important;
  will-change: auto !important;
}

html.rasa-home-no-motion .rasa-hero-final-progress,
html.rasa-home-no-motion .rasa-hero-final-progress span,
html.rasa-home-no-motion .rp-reference-glow,
html.rasa-home-no-motion .rasa-decor,
html.rasa-home-no-motion .rasa-blur,
html.rasa-home-no-motion .rasa-orb,
html.rasa-home-no-motion .rasa-pulse,
html.rasa-home-no-motion .particle,
html.rasa-home-no-motion .floating,
html.rasa-home-no-motion .glow,
html.rasa-home-no-motion .blur-bg {
  animation: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html *, html *::before, html *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
