.nav-main{
    width: 100%;
    transition: all 0.3s ease;
}

.nav-main.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}