.gallery-hero{
    position:relative;
    padding:120px 0;
    color:#fff;
    overflow:hidden;
    background:
    linear-gradient(rgba(10,45,120,.75), rgba(10,45,120,.75)),
    url('../images/galslide.webp') center center/cover no-repeat;
}

.gallery-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
        rgba(0,0,0,.25),
        rgba(0,0,0,.05));
}

.gallery-hero .container{
    position:relative;
    z-index:2;
}

.gallery-hero h5{
    color:#FFD54F;
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
}

.gallery-hero h1{
    font-size:56px;
    font-weight:700;
    margin-bottom:20px;
}

.gallery-hero p{
    max-width:700px;
    font-size:20px;
    line-height:1.8;
    color:#f8f9fa;
}



[data-lightbox] img{
transition:.3s;
}

[data-lightbox] img:hover{
transform:scale(1.05);
}

.gallery-photo{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.35s;
    border-radius:10px;
}

.gallery-photo:hover{
    transform:scale(1.05);
}
