/* animation home css  */

#section_hero_head {
  position: relative;
}
#section_hero_head #svg_module_absolute {
  position: absolute !important;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  #section_hero_head svg {
    transform: translateY(20px);
  }
}
#section_hero_head #svg_module_absolute .elementor-widget-container {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
#section_hero_head #svg_module_absolute .elementor-widget-container svg{
  overflow: visible !important;
}



.anim-leaves {
  height: 50px !important;
}

@media screen and (max-width: 768px) {
  #section_hero_head svg {
    transform-origin: bottom center;
    transform: scale(1.5);
  }
}