@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.gallery-item{animation:fadeInUp 0.6s ease-out forwards}.gallery-item:nth-child(1){animation-delay:0.1s}.gallery-item:nth-child(2){animation-delay:0.2s}.gallery-item:nth-child(3){animation-delay:0.3s}.gallery-item:nth-child(4){animation-delay:0.4s}.gallery-item:nth-child(5){animation-delay:0.5s}.gallery-nav-btn{transition:all 0.3s ease}.gallery-nav-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px rgb(0 0 0 / .2)}.modal-image{transition:transform 0.3s ease}.modal-image:hover{transform:scale(1.02)}.pulse-animation{animation:pulse 2s infinite}