.fs-08 {
    font-size: .8em;
}

.text-custom {
    color: #d1ab7f;
}


.bg-img {
    background: rgba(0, 0, 0, 0.5);

    position: relative;

}

.bg-img::after {
    background: url("../img/banner-bg.jpg") center/cover no-repeat fixed;

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ls-02 {
    letter-spacing: 2px;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.gallery-container img {
    width: 220px;
    border-radius: 4px;
    transition: transform 0.3s ease;
}