@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");.project-wave{display:flex;align-items:center;justify-content:center}.wave{font-family:Poppins,sans-serif;font-weight:bolder}.content{position:relative}.content h2{color:#fff;font-size:8em;position:absolute;transform:translate(-50%,-50%)}.content h2:first-child{color:transparent;-webkit-text-stroke:2px #03a9f4}.content h2:nth-child(2){color:#03a9f4;animation:animate 4s ease-in-out infinite}@keyframes animate{0%,to{-webkit-clip-path:polygon(0 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%);clip-path:polygon(0 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%)}50%{-webkit-clip-path:polygon(0 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%);clip-path:polygon(0 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%)}}@media (max-width:1024px){.content h2{font-size:3em}.wave{margin-top:2rem}}@media (min-width:1024px){.content h2{font-size:4em}}