Modern Design

Zoom BG On Hover

Hover to experience an elegant zoom effect with smooth color transitions.

Explore More

.wander-container-link a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1); /* Optional overlay */
    z-index: 0;
}
.gb-container.wander-container-link:hover:before {
    opacity: 0.8;
    transform: scale(1.04);
}
.gb-container.wander-container-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}