.fade-in{opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease}.fade-in.appear{opacity:1;transform:translateY(0)}.slide-in-left{transform:translate(-50px);opacity:0;transition:transform 1s ease,opacity 1s ease}.slide-in-right{transform:translate(50px);opacity:0;transition:transform 1s ease,opacity 1s ease}.slide-in-left.appear,.slide-in-right.appear{transform:translate(0);opacity:1}.scale-in{transform:scale(.8);opacity:0;transition:transform 1s ease,opacity 1s ease}.scale-in.appear{transform:scale(1);opacity:1}.gallery-container .gallery-item{opacity:0;transform:translateY(30px)}.gallery-container.animate .gallery-item{animation:fadeInUp .6s forwards}.gallery-container.animate .gallery-item:nth-child(2){animation-delay:.2s}.gallery-container.animate .gallery-item:nth-child(3){animation-delay:.4s}.gallery-container.animate .gallery-item:nth-child(4){animation-delay:.6s}.gallery-container.animate .gallery-item:nth-child(5){animation-delay:.8s}.gallery-container.animate .gallery-item:nth-child(6){animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
