
.nav-pills .gallery-link{
    color: white !important;
    background-color: transparent !important;
    border:1px solid white !important;
}
.nav-pills .gallery-link.active{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    /* background-color: #d2ff00 !important; */
    background-color: #FFC107 !important;
    border:1px solid transparent !important;
    color: #000 !important;
    transition: background-color 0.3s ease;
}