.nav {
    font-family: var(--header-font);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: var(--primary-green);
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    color: #f5f5f5;

    /* position: absolute;
    top: 0;
    left: 0; */
    padding-bottom: 1em;
    
    width: 100vw;
    background: var(--primary-green);
}


.top-section button {
    z-index: 9999;
    
}

#drawer.toggle {
    transform: translateX(0);
    opacity: 1;
    z-index: 9999;
}

#drawer.toggle.nav-links-mobile {
    transform: translateX(0)
}

.search-btn {
   padding: 0em 1em;
}

.search-btn img {
    width: 3em !important;
    height: 3em !important;
 }
.top-section {
    display: flex;
    align-items: flex-end;
    padding-left: .5em;
    position: relative;
    justify-content: space-between;
    padding-top: .5em;
    background: var(--primary-green);
}

.top-section span {
}

#drawer {
    position: absolute;
    top: 6vh;
    left: 0;
    background: var(--primary-green);
    opacity: 1;
    width: 100vw;
    z-index: -1;
    display: flex;
    flex-direction: column;
    height: 96vh;
    opacity: 1;
    transform: translateX(-100vw);
    transition: all 1s;
    
}

.top-section a {
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    object-fit: contain;
    justify-self: center;
}

.top-section a img {
 height: 5vh;
 object-fit: contain;
}

.top-section button {
    background: none;
    border: none;
    margin: 0;
    padding: none;
    cursor: pointer;
}

.nav-links  {
 
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    row-gap: 1em;
    margin-top: 4em;
    padding: 1em;
    
}

.nav-links li a {
    transform: translateX(100px);
}

.nav-links li {
    font-size: 1.5em;
    font-family: var(--header-font);
    color: #bdbdbd;
    font-weight: 300;
    padding: .5em 0em;
    border-bottom: 1px solid #bdbdbd;
    width: 90%;

    
    letter-spacing: 2px;
}

.nav-links li a {
    text-decoration: none;
    color: #bdbdbd;
}

.socials  {
   position: absolute;
   bottom: 6em;
   left: 0;
   padding: 0em 1em
}

.socials ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 88%;
    padding: 0;
    margin: 0;
    column-gap: 1em;
    row-gap: 1em;
    color: #bdbdbd;
    flex-wrap: wrap;
}

.contacts {
    font-family: var(--numbers-font);
    font-size: .875em;
}

.socials ul li a {
    text-decoration: none;
    color: #bdbdbd;
}

.web-nav { 
    display: none;
}

@media only screen and (min-width: 768px) {

    .nav {
        font-family: var(--header-font);
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 999999;
        width: 100%;
        background: rgba(13, 35, 36, 1);
    }

    .mobile-nav {
        display: none;
    }

    .web-nav {
        display: flex;
        justify-content: space-between;
        color: aliceblue;
        align-items: center;
        padding: 1em 2em;
        position: relative;
        border-bottom: 1px solid var(--accent-color);
    }

    .web-nav ul {
        display: flex;
        column-gap: 1em;
    }
    .logo-box {
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .logo-box img {
        height: 7vh;
        align-self: center;
        justify-self: center;
        object-fit: cover;
    }

    .contacts {
        display: flex;
        padding: 0;
        margin: 0;
        column-gap: 1em;
    }

    .contacts li {
        display: flex;
        align-items: center;
        column-gap: .5em;
        color: #bdbdbd;
    }

    .contacts img {
        width: 18px;
        height: 18px;
    }

    .drop-nav-box {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--accent-color);
                display: none;
                align-items: flex-start;
                padding: 2em 3em;
        z-index: 99999;
        opacity: 0;
        transition: opacity 2s ease-in-out 1s;
    }

    .section-1 {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 6em;
    }

    .section-1 ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: start !important;
        margin: 0;
        padding: 0;
        row-gap: 1em;
        margin-top: 1em;
        padding: 1em;
        border-top: 1px solid #616161;
       
    }

        .section-1 div {
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
        }

    .section-1 h1 {
        font-family: var(--header-font);
        font-size: 3.5em;
        font-weight: 100;
        color: var(--primary-green);
        letter-spacing: 6px;
        line-height: 1em;
        margin: 0;
     }

    .section-1 h3 {
        font-family: var(--body-font);
        font-weight: bold;
        color: var(--primary-green);
        line-height: 0;
    }

    .section-1 ul li {
        text-align: start !important;
        color: #616161;
        width: 30vw;
        font-family: var(--body-font);
        font-size: 1.125em;
        cursor: pointer;
    }

    .section-1 ul li:hover {
        font-weight: 600;
        color: var(--primary-green);
    }

    .bag-banner img {
        width: 20vw;
        height: 55vh;
        overflow: hidden;
        object-fit: cover;
        transition: all .5s ease-in-out;
    }

    .bag-banner img:hover {
        transform: scale(1.8);
    }


    .cat-item {
        height: 10vh;
        display: flex;
       align-items: center;
       justify-content: center;
        z-index: 100;
    }
   
    .cat-item-link {
       height: 14vh;
       display: flex;
       justify-content: center;
       align-items: center;
       text-decoration: none;
       color: #fff;
    }

    .bag-banner {
        display: flex;
        padding: .5em;
        flex-direction: column;
        border: 1px solid #424242;
        overflow: hidden;
        
    }

    .bag-banner div {
        width: 20vw;
        height: 60vh;
        overflow: hidden;
    }

    .bag-banner button {
        padding: .75em 1em;
        background: var(--accent-color-2);
        font-family: var(--body-font);
        width: 20vw;
        font-size: 1em;
        font-weight: 600;
        margin-top: 1em;
        border: 1px solid var(--primary-green);
    }


    .cat-item-link:hover .drop-nav-box {
        display: flex;
        opacity: 1;
    }

    .cat-item-link:hover .section-1-ul {
        opacity: 1;
    }

    .section-1-ul {
        min-height: 38vh;
        max-height: 40vh;
        opacity: 0;
        transition: all 2s ease-in;
        scrollbar-track-color: antiquewhite;
        overflow-y: scroll;
        scrollbar-color: var(--accent-color-2);
    }

    .menu-link-button {
        z-index: 100;
    }

    .menu-link-button {
        padding: 0em 1em;
        border: none;
        background: none;
        color: var(--primary-green);

        display: flex;
        cursor: pointer;
        align-items: center;
        font-weight: 600;
        font-family: var(--body-font);
    }

    .menu-link-button:hover {
        /* border: 1px solid var(--primary-green); */
        font-weight: bolder;
    }

    .menu-link-button:hover img { 
        transform: translateX(10px);
    }

    .menu-link-button img {
        width: 64px;
        height: 64px;
        margin-left: 1em;
        transition: all .2s ease-in-out;
    }

    .cat-item-link span {
        display: flex;
        align-items: center;
        font-size: .75em;
    }
}