@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-spin-animation{animation-name:spin;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}.first-section{animation:slideInLeft 1.5s ease-out;animation-iteration-count:1}.slide-right{animation:slideInRight 1s;animation-iteration-count:1}
