/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(.4);
    z-index: 1000;
  }

  .custom-cursor--link {
    transform: translate(-50%, -50%) scale(1);
  }



.word {
  display: inline-block;
  overflow: hidden;
  margin: 0 !important;
  transform-origin: bottom;
}

/* scrub text */
  .scrub-word {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    transform-origin: bottom;
    margin-right: 0.0em;
    line-height: 1.1;
  } 

.scrub-word {
      display: inline-block;
      opacity: 0.1;
      transform: translateY(20%);
    }



.img-ani img {
    width: 100%;
    display: block;
    clip-path: inset(0 0 0 100%); /* start fully hidden from left */
    transition: clip-path 1s ease-out;
}

/* When in view, reveal image */
.img-ani.animate img {
    clip-path: inset(0 0 0 0); /* fully visible */
}


