body{margin:0;padding:0}.flex-style{display:flex;width:70px;justify-content:space-around;height:50px;align-items:center}.circle-c{width:10px;height:10px;border-radius:50px;animation:wave 1.5s ease infinite}.c1{animation-delay:0}.c2{animation-delay:.1s}.c3{animation-delay:.2s}.c4{animation-delay:.3s}@keyframes wave{0%,60%,to{transform:initial;width:10px;height:10px;background-color:#c6d8f7}30%{transform:translateY(-15px);width:15px;height:15px;background-color:#0d65dc}}@media screen and (max-width: 1024px){@keyframes wave{0%,60%,to{transform:initial;width:8px;height:8px;background-color:#c6d8f7}30%{transform:translateY(-15px);width:10px;height:10px;background-color:#0d65dc}}.flex-style{width:50px}.circle-c{width:8px;height:8px}}
