/* 
Theme Name: Digima
Theme URI: https://www.digima.co.il
Description: Made  by DIGIMA
Author: Digima
Author URI: https://www.digima.co.il
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
*/

/*
    Add your custom styles here
*/

/* style for marker */
marker {
  padding: 0;
  background: transparent;
background: linear-gradient(to left, #f9ee11 50%,transparent  50%);
  
  background-position: left bottom;
  background-size: 200% 100%;
  transition: all 2.5s ease;
}

marker.animate {
  background-position: right bottom;
}