.gallery{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.gallery-section .image{max-height:336px;overflow:hidden;position:relative}.gallery img{border-radius:5px;cursor:pointer;height:100%!important;object-fit:cover;object-position:top;transition:transform .3s ease;width:100%}.lightbox{align-items:center;background:rgba(0,0,0,.9);display:none;inset:0;justify-content:center;position:fixed;z-index:999}.lightbox.active{display:flex}.lightbox img{border-radius:10px;max-height:70%;max-width:80%;object-fit:cover;opacity:0;transform:scale(.95);transition:opacity .5s ease,transform .5s ease}.lightbox img.show{opacity:1;transform:scale(1)}.gallery-section .lightbox .close,.gallery-section .lightbox .next,.gallery-section .lightbox .prev{background:rgba(0,0,0,.4);border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:50px;padding:10px;position:absolute;text-align:center;transition:.3s;user-select:none;width:50px}.lightbox .close{right:20px;top:20px}.lightbox .prev{left:30px}.lightbox .next,.lightbox .prev{top:50%;transform:translateY(-50%)}.lightbox .next{right:30px}.gallery-section .gallery-content{text-align:center}.gallery-section .gallery-content h2{margin-bottom:42px}.gallery-section .image .gallery_img_hover{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:all .4s ease-in-out;visibility:hidden}.gallery-section .image:hover .gallery_img_hover{background:#0000007a;opacity:1;visibility:visible}.gallery-section .image:hover .gallery_img_hover svg path{fill:#a78431}@media (max-width:1199px){.gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.gallery{grid-template-columns:repeat(3,1fr)}.gallery-section .image{max-height:280px}}@media (max-width:767px){.gallery{grid-template-columns:repeat(2,1fr)}.gallery-section .gallery-content h2{font-size:30px;margin-bottom:15px}.gallery-section .image{max-height:240px}.lightbox img{max-height:60%;max-width:90%}.lightbox .prev{left:10px}.lightbox .next{right:10px}}@media (max-width:480px){.gallery-section .image{max-height:200px}.gallery-section .lightbox .close,.gallery-section .lightbox .next,.gallery-section .lightbox .prev{font-size:16px;height:40px;width:40px}}