/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/

 .reveal-up{
    opacity:1;
    transform:none;
}

.reveal-up.reveal-init{
    opacity:0;
    transform:translate3d(0,40px,0);
    transition:
        opacity 1.1s ease-out,
        transform 1.1s cubic-bezier(.22,1,.36,1);
}

.reveal-up.reveal-init.active{
    opacity:1;
    transform:translate3d(0,0,0);
}