/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.2
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
*/
body.page-template {overflow-x:hidden;}

/* SVG Timeline Animation */
svg#line-ball {
  overflow: visible;
  width: 100%;
  height: 100vh;
}

svg#svg-path {max-width:100%; height:auto; width:100%; position:absolute; z-index:100;}
.animate {animation: reveal 1s forwards;}
@keyframes reveal {
	from {
		opacity:0;
		transform: translateX(-180px);
	}
	to {
		opacity:1;
		transform: translateX(0);
	}
}

@media (max-width:767px) {
	#hero-video.elementor-element.elementor-element-3c83c15:not(.elementor-motion-effects-element-type-background){background-position:85% 50%;}
}