/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.3.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 19 Mar 2025 15:39:19 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.typing h1 {
  overflow: hidden;
  border-right: 0.1em solid #2e2a26;
  white-space:nowrap;
  margin: 0 auto;
  animation:
    typing 3.5s steps(10, end),
    blink-caret .8s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #2e2a26 }
}