.sina-morphing-anim-yes > .elementor-widget-container,
.sina-morphing-anim-pattern-2 > .elementor-widget-container,
.sina-morphing-anim-pattern-3 > .elementor-widget-container,
.sina-morphing-anim-pattern-4 > .elementor-widget-container {
  overflow: hidden;
}
.sina-morphing-anim-yes > .elementor-widget-container,
.sina-morphing-anim {
  animation: sina-morphing-anim 9s linear infinite alternate forwards;
}
.sina-morphing-anim-pattern-2 > .elementor-widget-container,
.sina-morphing-pattern-2 {
  animation: sina-morphing-anim-pattern-2 9s linear infinite alternate forwards;
}
.sina-morphing-anim-pattern-3 > .elementor-widget-container,
.sina-morphing-pattern-3 {
  animation: sina-morphing-anim-pattern-3 9s linear infinite alternate forwards;
}
.sina-morphing-anim-pattern-4 > .elementor-widget-container,
.sina-morphing-pattern-4 {
  animation: sina-morphing-anim-pattern-4 9s linear infinite alternate forwards;
}
@keyframes sina-morphing-anim {
  0%,
  100% {
    border-radius: 35% 75% 75% 35%/35% 35% 75% 75%;
  }
  25% {
    border-radius: 55% 45% 75% 25%/75% 45% 55% 35%;
  }
  50% {
    border-radius: 50% 50% 30% 65%/55% 25% 70% 45%;
  }
  75% {
    border-radius: 30% 65% 55% 40%/60% 65% 30% 35%;
  }
}
@keyframes sina-morphing-anim-pattern-2 {
  0%,
  100% {
    border-radius: 30% 65% 55% 40%/60% 65% 30% 35%;
  }
  25% {
    border-radius: 35% 75% 75% 35%/35% 35% 75% 75%;
  }
  50% {
    border-radius: 55% 45% 75% 25%/75% 45% 55% 35%;
  }
  75% {
    border-radius: 50% 50% 30% 65%/55% 25% 70% 45%;
  }
}
@keyframes sina-morphing-anim-pattern-3 {
  0%,
  100% {
    border-radius: 50% 50% 30% 65%/55% 25% 70% 45%;
  }
  25% {
    border-radius: 30% 65% 55% 40%/60% 65% 30% 35%;
  }
  50% {
    border-radius: 35% 75% 75% 35%/35% 35% 75% 75%;
  }
  75% {
    border-radius: 55% 45% 75% 25%/75% 45% 55% 35%;
  }
}
@keyframes sina-morphing-anim-pattern-4 {
  0%,
  100% {
    border-radius: 55% 45% 75% 25%/75% 45% 55% 35%;
  }
  25% {
    border-radius: 50% 50% 30% 65%/55% 25% 70% 45%;
  }
  50% {
    border-radius: 30% 65% 55% 40%/60% 65% 30% 35%;
  }
  75% {
    border-radius: 35% 75% 75% 35%/35% 35% 75% 75%;
  }
}
