[data-animate]{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}[data-animate].in-view{opacity:1;transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-title{animation:slideUp .8s ease-out both}.project-details-section{animation:fadeUp 1s ease-out both}.project-main-content h3,.project-main-content p,.project-main-content ul{opacity:0;transform:translateY(30px);animation:fadeUp .8s ease-out forwards}.project-main-content h3:first-of-type{animation-delay:.1s}.project-main-content h3:nth-of-type(2){animation-delay:.2s}.project-main-content h3:nth-of-type(3){animation-delay:.3s}.project-main-content h3:nth-of-type(4){animation-delay:.4s}.project-main-content h3:nth-of-type(5){animation-delay:.5s}.services-banner{animation:fadeIn 1.2s ease-out both}.breadcrumb{animation:slideUp 1s ease-out both;animation-delay:.3s}