/*
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  Child theme for Hello Elementor with GSAP Animations.
 Author:       Jahid Islam Rafsan
 Author URI:   https://portfolio-client-y9gw.onrender.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


.bird {
    width: clamp(80px, 15vw, 150px);
}

body {
  visibility: hidden;   /* nothing visible at start */
  overflow: hidden;     /* prevent any scroll flash */
}

.animatedText {
  will-change: transform, opacity;
  pointer-events: none;
}
