.gallery-hero-section{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:400px;display:flex;align-items:center;position:relative}.gallery-hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-hero-section h1{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s;opacity:0}.gallery-hero-section p{animation:fadeInUp .8s ease-out forwards;animation-delay:.4s;opacity:0}.gallery-hero-section .breadcrumb{animation:fadeInUp .8s ease-out forwards;animation-delay:.1s;opacity:0}.gallery-album-card-wrapper{opacity:0;transform:translateY(40px);transition:opacity .6s ease-out,transform .6s ease-out}.gallery-album-card-wrapper.animate{opacity:1;transform:translateY(0)}.gallery-album-card-wrapper:nth-child(1){transition-delay:.1s}.gallery-album-card-wrapper:nth-child(2){transition-delay:.2s}.gallery-album-card-wrapper:nth-child(3){transition-delay:.3s}.gallery-album-card-wrapper:nth-child(4){transition-delay:.4s}.gallery-album-card-wrapper:nth-child(5){transition-delay:.5s}.gallery-album-card-wrapper:nth-child(6){transition-delay:.6s}.gallery-album-card-wrapper:nth-child(7){transition-delay:.7s}.gallery-album-card-wrapper:nth-child(8){transition-delay:.8s}.gallery-image-wrapper{opacity:0;transform:scale(.9);transition:opacity .5s ease-out,transform .5s ease-out}.gallery-image-wrapper.animate{opacity:1;transform:scale(1)}.gallery-image-wrapper:nth-child(1){transition-delay:.05s}.gallery-image-wrapper:nth-child(2){transition-delay:.1s}.gallery-image-wrapper:nth-child(3){transition-delay:.15s}.gallery-image-wrapper:nth-child(4){transition-delay:.2s}.gallery-image-wrapper:nth-child(5){transition-delay:.25s}.gallery-image-wrapper:nth-child(6){transition-delay:.3s}.gallery-image-wrapper:nth-child(7){transition-delay:.35s}.gallery-image-wrapper:nth-child(8){transition-delay:.4s}.gallery-image-wrapper:nth-child(9){transition-delay:.45s}.gallery-image-wrapper:nth-child(10){transition-delay:.5s}.gallery-image-wrapper:nth-child(11){transition-delay:.55s}.gallery-image-wrapper:nth-child(12){transition-delay:.6s}.gallery-album-card{transition:transform .3s ease,box-shadow .3s ease}.gallery-album-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026!important}.gallery-image-card{position:relative;overflow:hidden;border-radius:.375rem;cursor:pointer}.gallery-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-image-card:hover .gallery-overlay{opacity:1}
