.sigmaweb-btn6 .elementor-button {
background-image: linear-gradient(90deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%) !important;
background-size: 300%;
animation: webinewButton 2s infinite;
will-change: backgroud-position;
z-index:999;
}
@keyframes webinewButton{0%{background-position:0 0}100%{background-position:100% 0}}