.gallery-item{position:relative;cursor:pointer;overflow:hidden}.gallery-overlay{position:absolute;top:20px;left:20px;right:20px;bottom:20px;background-color:#18133cbf;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-100%);transition:opacity .3s ease,transform .4s ease-in-out;pointer-events:none}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0);pointer-events:auto}.plus-icon{font-size:15px;color:#ffffff;font-weight:700;background-color:var(--secondary-orange);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:opacity .3s ease,transform .4s ease}.plus-icon:hover{background-color:#164475}.gallery-item:hover .plus-icon{opacity:1;transform:scale(1)}.gallery-item img{transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.1)}.lightbox{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;flex-direction:column}.lightbox-img{max-width:100%;max-height:100%;object-fit:contain;opacity:1}.lightbox-content{display:flex;flex-direction:column;align-items:center}.lightbox-caption{margin-top:6px;padding:0;width:100%;display:flex;justify-content:space-between;color:#fff!important;font-size:16px}.lightbox-title{font-weight:500;color:#fff}.lightbox-count{font-size:13px;color:#fff}.close-gallery{top:20px;right:35px;color:#fff}.close-gallery,.css-gallery-next,.css-gallery-prev{position:absolute;font-size:40px;cursor:pointer;z-index:10000}.css-gallery-next,.css-gallery-prev{top:50%;color:white;background:none;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translateY(-50%)}.css-gallery-prev{left:20px}.css-gallery-next{right:20px}
/*# sourceMappingURL=5bf9c075f2715f48.css.map*/