Custom elementor floating shape

.wave .elementor-shape-top{
 width: 210%;
   animation: shape 22s cubic-bezier(.42,0,.58,1) infinite; 
 }
 @keyframes shape {
   0%{
   margin-left:0;
   }
 50%{
   margin-left:-1600px;
   }
 100%{
 margin-left:0;
   }
 body{ overflow-x:hidden}

Leave a Reply