.sina-morphing-anim-yes>.elementor-widget-container,
.sina-morphing-anim-yes>.elementor-column-wrap {
    overflow: hidden
}

.sina-morphing-anim-yes>.elementor-widget-container,
.sina-morphing-anim-yes>.elementor-column-wrap,
.elementor-section.sina-morphing-anim-yes,
.sina-morphing-anim {
    animation: sina-morphing-anim 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%
    }
}