.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:9999;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem}.gallery-modal.hidden{display:none}.gallery-content{text-align:center;color:#fff;max-width:90%;max-height:90%;position:relative}.gallery-content img{max-width:90%;max-height:60vh;border-radius:10px;transition:opacity .5s ease-in-out}.fade-in{opacity:0;animation:fadeIn .5s forwards}@keyframes fadeIn{to{opacity:1}}.gallery-description{margin-top:1rem;font-size:1rem;max-width:600px;margin-left:auto;margin-right:auto}.gallery-thumbnails{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:1rem}.gallery-thumbnails img{width:60px;height:45px;object-fit:cover;cursor:pointer;border-radius:5px;transition:transform .3s}.gallery-thumbnails img:hover{transform:scale(1.1)}.nav-btn{position:absolute;top:50%;font-size:3rem;color:#fff;background:transparent;border:none;cursor:pointer;z-index:2;transform:translateY(-50%);padding:0 15px;-webkit-user-select:none;user-select:none}.prev-btn{left:20px}.next-btn{right:20px}.close-gallery{position:absolute;top:20px;right:25px;font-size:2rem;color:#fff;cursor:pointer;z-index:2}
