/*
Theme Name: Ovation Child
Author: ThemePul
Description: This Child theme only for Ovation theme
Version: 1.0.0
Template: ovation

This is the child theme for Ovation theme

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.title-anim, .fade_left, .img-anim {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

@media (pointer: coarse) {
  .cursor, .cursor-follower {
    display: none !important;
  }
}
