@charset "UTF-8";
/***!  Style Declaration  !***/

.hover-gallery{position:relative;width:100%;overflow:hidden}.gallery-set{display:flex;gap:10px;justify-content:center;transition:opacity 0.5s ease}.gallery-set img{width:18%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,0.15);transition:transform 0.3s ease}.gallery-set img:hover{transform:scale(1.05)}.set-2{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.hover-gallery:hover .set-1{opacity:0}.hover-gallery:hover .set-2{opacity:1;pointer-events:auto}@media (max-width:992px){.gallery-set img{width:48%;height:300px}}@media (max-width:576px){.gallery-set img{width:100%;height:250px}}
