.loader__balls{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px}.loader__balls__group{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;height:100px;width:40px}.ball{height:30px;width:30px;position:absolute;transform-origin:bottom}.loader__balls__group :first-child{animation-name:jumpinBallAnimation1;animation-duration:1s;animation-iteration-count:infinite}@keyframes jumpinBallAnimation1{0%{transform:translateY(0) scale(1)}10%{transform:translateY(0) scale(1.3,.8)}11%{transform:translateY(0) scale(.7,1.2);animation-timing-function:cubic-bezier(0,0,.5,1)}39%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(0,0,.5,1)}40%{transform:translateY(-75px) scale(1)}41%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(1,0,1,0)}69%{transform:translateY(0) scale(1);animation-timing-function:cubic-bezier(1,0,1,0)}70%{transform:translateY(0) scale(1.5,.4)}80%{transform:translateY(0) scale(.8,1.2)}90%{transform:translateY(0) scale(1.1,.8)}to{transform:translateY(0) scale(1)}}.loader__balls__group :nth-child(2){animation-name:jumpinBallAnimation2;animation-duration:1s;animation-iteration-count:infinite}@keyframes jumpinBallAnimation2{0%{transform:translateY(0) scale(1)}10%{transform:translateY(0) scale(1.3,.8)}11%{transform:translateY(0) scale(.7,1.2);animation-timing-function:cubic-bezier(0,.5,.5,1)}39%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(0,.5,.5,1)}40%{transform:translateY(-75px) scale(1)}41%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(1,0,1,.5)}69%{transform:translateY(0) scale(1);animation-timing-function:cubic-bezier(1,0,1,.5)}70%{transform:translateY(0) scale(1.5,.4)}80%{transform:translateY(0) scale(.8,1.2)}90%{transform:translateY(0) scale(1.1,.8)}to{transform:translateY(0) scale(1)}}.loader__balls__group :nth-child(3){--tw-bg-opacity:1;background-color:rgb(250 153 57/var(--tw-bg-opacity,1));animation-name:jumpinBallAnimation3;animation-duration:1s;animation-iteration-count:infinite}@keyframes jumpinBallAnimation3{0%{transform:translateY(0) scale(1)}10%{transform:translateY(0) scale(1.3,.8)}11%{transform:translateY(0) scale(.7,1.2);animation-timing-function:cubic-bezier(0,1,.5,1)}39%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(0,1,.5,1)}40%{transform:translateY(-75px) scale(1)}41%{transform:translateY(-75px) scale(1);animation-timing-function:cubic-bezier(1,0,1,1)}69%{transform:translateY(0) scale(1);animation-timing-function:cubic-bezier(1,0,1,1)}70%{transform:translateY(0) scale(1.5,.4)}80%{transform:translateY(0) scale(.8,1.2)}90%{transform:translateY(0) scale(1.1,.8)}to{transform:translateY(0) scale(1)}}.loader__balls__group .item1{animation-delay:0ms}.loader__balls__group .item2{animation-delay:.1s}.loader__balls__group .item3{animation-delay:.2s}