#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #1C1B1F;
    padding: 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 200px;
}

#nav .left img {
    width: 149px;
    height: 99px;
    aspect-ratio: 149/99;
}

#nav .right {
    display: flex;
    align-items: center;
}

#nav .menu-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    text-transform: uppercase !important;
    background: transparent !important;
    font-weight: 600 !important;
    padding: 0 20px !important;
    color: #FFF !important;
font-family: 'Exo' !important;
font-size: 17px !important;
font-style: normal !important;
font-weight: 700 !important; 
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
    background: #6BEF50 !important;
    color: #000 !important;
}

/* MEGA MENU */
#nav .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #eee !important;
}

/* MEGA MENU ITEMS */
#nav .mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
    padding: 10px !important;
}

/* MOBILE NAV */
#nav .mega-menu-toggle {
    background: transparent !important;
    border-radius: 0;
}

/* HAMBURGER ICON */
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff !important;
}

/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: transparent !important;
}
#nav .bottom {
    background: #6BEF50;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 0 200px;
}
#nav .bottom .item {
    width: 33%;
    color: #1C1B1F;
    font-family: 'Exo';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    /* 0% */
    text-transform: uppercase;
}
#nav .bottom .item span {
    position: relative;
    top: 2px;
    left: 5px;
}

@media(max-width: 1400px){
   #nav .inner,
   #nav .bottom {
        padding: 0 20px;
    } 
}

@media(max-width: 1201px){
    /* MOBILE MENU COLOR */
    #nav .mega-menu {
        background: #1C1B1F !important;
        padding: 20px 10px !important;
    }
    #nav .bottom{
        display: none;
    }
}
@media(max-width: 757px){
    #nav .left img {
        height: 80px;
        width: 120px
    }
}
@media(max-width: 500px){
    #nav .btn{
        display: none !important;
    }
    #nav .menu-wrapper{
        margin-right: 0;
    }
}
