.linear-wipe{text-transform:uppercase;display:inline-block;position:relative;overflow:hidden}.linear-wipe:before{content:"";z-index:2;background:linear-gradient(169deg,#00d1ff 0%,#018be3 97%);border-radius:20px;width:100%;height:15%;animation:4s ease-in-out infinite wipeReveal;position:absolute;top:50%;left:0;transform:translateY(-50%)}@keyframes wipeReveal{0%{width:0%;right:100%}50%{width:100%;right:0%}70%{width:100%;right:0%}71%{width:0%;right:100%}to{width:0%;right:100%}}
