.section-hero-golf {
    background: url(../../images/background/gallery.png);
    background-size: cover;
}

.section-gallery {
    margin: 4.5rem 0 6.8rem;
}

.nav {
    white-space: nowrap;
    justify-content: space-between;
    margin: 0 8px 3.2rem;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow-x: scroll;
}

.nav::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.nav-link {
    display: inline-block;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'Montserrat 500';
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #888796;
    padding: 8px 8px 1.6rem;
    border-bottom: 2px solid transparent;
    height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    border-bottom-color: #205DAC;
}

.nav-link:hover {
    color: #000;
}

.nav-link:focus {
    color: #888796;
}

.g-2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.gallery-img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.btn-gallery-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
}

.btn-gallery {
    font-family: 'Montserrat 500';
    font-size: 1.6rem;
    line-height: 24px;
    color: #3A69FD;
    background-color: rgba(90, 131, 184, 0.1);
    border-radius: 32px;
    border: 0;
    height: 40px;
    width: 22.1rem;
}

.btn-gallery:hover {
    background-color: #3A69FD;
    color: #fff;
}