.featured{
    background: url('../images/whiskey-bg.jpg'),#0000003b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.header{
    background: url('../images/beverage-factory-with-fruits-generative-ai.jpg'),#0000003b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
.gallery img{
    transition: all ease-in-out 0.5s;
}
.gallery img:hover{
    transform: scale(1.5);
}