@keyframes expandCircle{0%{width:24px;height:24px;opacity:1}to{width:160px;height:160px;opacity:1}}@keyframes expandSecondCircle{0%{width:0;height:0;opacity:0}to{width:230px;height:230px;opacity:1}}@keyframes expandThirdCircle{0%{width:0;height:0;opacity:0}to{width:310px;height:310px;opacity:1}}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}.circle-container{animation:expandCircle 1s ease-in-out 0s forwards}.second-circle{animation:expandSecondCircle 1s ease-in-out 1s forwards}.third-circle{animation:expandThirdCircle 1s ease-in-out 2s forwards}.circle-text{opacity:0;animation:fadeInText .5s ease-in-out 1.5s forwards}.second-circle-text{opacity:0;animation:fadeInText .5s ease-in-out 2.5s forwards}.third-circle-text{opacity:0;animation:fadeInText .5s ease-in-out 3.5s forwards}