.navbar{
    transition: all 1.5s;
}

.navbar-scrolled{
    background-color: #343a40;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}