@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:10px;margin:0 auto}.photo-img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);opacity:0;transform:translateY(50px);animation:fadeUp 1s forwards;animation-delay:3s}.gallery .photo-link:first-child .photo-img{animation-delay:0s}.gallery .photo-link:nth-child(2) .photo-img{animation-delay:.1s}.gallery .photo-link:nth-child(3) .photo-img{animation-delay:.2s}.gallery .photo-link:nth-child(4) .photo-img{animation-delay:.3s}.gallery .photo-link:nth-child(5) .photo-img{animation-delay:.4s}.gallery .photo-link:nth-child(6) .photo-img{animation-delay:.5s}.gallery .photo-link:nth-child(7) .photo-img{animation-delay:.6s}.gallery .photo-link:nth-child(8) .photo-img{animation-delay:.7s}.gallery .photo-link:nth-child(9) .photo-img{animation-delay:.8s}.gallery .photo-link:nth-child(10) .photo-img{animation-delay:.9s}.gallery .photo-link:nth-child(11) .photo-img{animation-delay:1s}.gallery .photo-link:nth-child(12) .photo-img{animation-delay:1.1s}.gallery .photo-link:nth-child(13) .photo-img{animation-delay:1.2s}.gallery .photo-link:nth-child(14) .photo-img{animation-delay:1.3s}.gallery .photo-link:nth-child(15) .photo-img{animation-delay:1.4s}.gallery .photo-link:nth-child(16) .photo-img{animation-delay:1.5s}.gallery .photo-link:nth-child(17) .photo-img{animation-delay:1.6s}.gallery .photo-link:nth-child(18) .photo-img{animation-delay:1.7s}.gallery .photo-link:nth-child(19) .photo-img{animation-delay:1.8s}.gallery .photo-link:nth-child(20) .photo-img{animation-delay:1.9s}.gallery .photo-link:nth-child(21) .photo-img{animation-delay:2s}.gallery .photo-link:nth-child(22) .photo-img{animation-delay:2.1s}.gallery .photo-link:nth-child(23) .photo-img{animation-delay:2.2s}.gallery .photo-link:nth-child(24) .photo-img{animation-delay:2.3s}.gallery .photo-link:nth-child(25) .photo-img{animation-delay:2.4s}.gallery .photo-link:nth-child(26) .photo-img{animation-delay:2.5s}.gallery .photo-link:nth-child(27) .photo-img{animation-delay:2.6s}.gallery .photo-link:nth-child(28) .photo-img{animation-delay:2.7s}.gallery .photo-link:nth-child(29) .photo-img{animation-delay:2.8s}.gallery .photo-link:nth-child(30) .photo-img{animation-delay:2.9s}.photo-link{overflow:"hidden";width:100%;height:auto;aspect-ratio:3/4;border-radius:8px;transition:transform .2s}.photo-link:focus,.photo-link:hover{transform:scale(1.03)}.gallery-footer-container{display:flex;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.open-album{display:inline-block;padding:18px 36px;font-size:24px;font-weight:700;text-decoration:none;color:#ffffff;background:linear-gradient(45deg,#ff6ec4,#7873f5);border:none;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease,background-position .5s;background-size:200% 200%;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;text-align:center;position:relative;overflow:hidden;opacity:0;animation:fadeInOpenAlbum .2s forwards;animation-delay:.1s}@keyframes fadeInOpenAlbum{0%{opacity:0}to{opacity:1}}.open-album:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.3);background-position:100%}.open-album:active{transform:scale(.9);box-shadow:0 3px 6px rgba(0,0,0,.5)}.open-album:before{content:"";position:absolute;top:0;left:0;width:300%;height:300%;background:radial-gradient(circle,rgba(255,255,255,.5),transparent);opacity:0;transition:opacity .3s ease,transform .5s ease;transform:translate(-50%,-50%) scale(.1)}.open-album:hover:before{opacity:1;transform:translate(-50%,-50%) scale(1)}
/*# sourceMappingURL=2338407e48099604.css.map*/