https://www.youtube.com/watch?v=aUDo0lYZwyk
body {
overflow-x:hidden
}
.elementor-shape{
width: 200%;
animation: shape 10s ease-in-out infinite;
}
@keyframes shape {
0% {left: 0;}
50% {left: -50%;}
100% {left: 0;}
}
@media only screen and (max-width: 767px) {
.elementor-shape {display:none;}
}