.timeline-line-animation{animation:lineFill 3s ease-in-out forwards;transform-origin:top}@keyframes lineFill{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.timeline-dot-animation{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.timeline-plane-animation{animation:flyAlong 15s linear infinite}@keyframes flyAlong{0%{top:0%;transform:translate(-50%) translateY(-50%) rotate(0)}10%{transform:translate(-50%) translateY(-50%) rotate(5deg)}20%{transform:translate(-50%) translateY(-50%) rotate(0)}to{top:100%;transform:translate(-50%) translateY(-50%) rotate(0)}}.group:hover{transform:translateY(-5px);transition:all .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out forwards}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}.animate-fade-in,.animate-fade-in-up{opacity:0}
