/* NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR */
.nav_new_out {
    background: linear-gradient(90deg, #ADC4CE 10.14%, #EEE0C9 104.45%);
    box-shadow: 0px 0px 12px 0px rgba(30, 30, 30, 0.15);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    color: #05080F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav_new_out .nav-links {
    display: flex;
    height: 60px;
}

.nav_new_out a {
    text-decoration: none;
    color: #05080F;
}

.nav_new_out li {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-right: 20px;
    justify-content: flex-start;
}

/* NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR */

