.gallery-page{text-align:center;padding:80px 20px}.gallery-page h1{color:var(--gold);text-shadow:2px 2px 10px #000;margin-bottom:40px;font-size:40px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:auto;display:grid}.gallery-card{cursor:pointer;border-radius:10px;overflow:hidden}.gallery-card img{object-fit:cover;border-radius:10px;width:100%;height:220px;transition:all .4s}.gallery-card:hover img{transform:scale(1.1)}.gallery-viewer{z-index:999;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.viewer-img{border-radius:10px;max-width:80%;max-height:80%}.close{-webkit-text-stroke:.1px var(--primary);color:red;cursor:pointer;background:0 0;border:none;font-size:30px;position:absolute;top:200px;right:40px}.prev,.next{color:#fff;cursor:pointer;background:0 0;border:none;font-size:40px;position:absolute;top:50%;transform:translateY(-50%)}.prev{-webkit-text-stroke:.4px var(--darkRed);text-shadow:5px 5px 5px #000;left:40px}.next{-webkit-text-stroke:.4px var(--darkRed);text-shadow:5px 5px 5px #000;right:40px}.gallery-page hr{background:linear-gradient(90deg,#0000,#fff,#0000);border:none;width:60%;height:2px;margin:-16px auto 20px}.title-galley{justify-content:center;align-items:center;display:flex}.lottie-gallery{width:60px}.title-gallery{justify-content:center;align-items:center;display:flex}.title-content{justify-content:center;align-items:center;gap:12px;display:flex}.lottie-gallery{width:60px;height:60px;display:block}@media not (max-width:530px){.gallery-viewer{margin-top:60px}.viewer-img{margin-bottom:20px}.close{width:100px;top:110px}}
