#header {
    width: 100%;
    height: 90px;
    position: absolute;
    z-index: 6000;
    top: 0;
}


.header_wrapper {
    max-width: 1615px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 64px 0;
}

.header_logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 10;
}

.logo_eglobal {
    background: url(../assets/logo.svg) center / cover no-repeat;
    width: 191px;
    height: 57px;
    transition: all 0.3s ease;
}

.logo_eglobal:hover {
    transform: scale(1.02);
}

.logo_lu4 {
    background: url(../assets/lu4.png) center / cover no-repeat;
    width: 64px;
    height: 64px;
}

.header_links,
.header_ather {
    display: flex;
    gap: 16px;
}

#darkModeToggle {
    height: 28px;
    padding: 0;
}

.header_links {
    justify-content: flex-start;
}

.header_ather {
    justify-content: flex-end;
    align-items: center;

}

.header_links a {
    padding: 16px 8px;
    font-family: 'OpenSans SemiBold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.header_links a:hover {
    color: #BD9C49;
}

.header_ather a {
    padding: 0px 8px;
    font-family: 'OpenSans SemiBold';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.header_ather a:hover {
    color: #BD9C49;
}

.header_ather button:hover {
    transform: scale(1.01);
}

.dropdown {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.dropdown-content {
    position: absolute;
    top: 30px;
    left: -16px;
    z-index: 3;
    display: none;
    border: 1px solid #5D5D5D;
    background: linear-gradient(251deg, #131313 11.34%, #1C1C1C 96.12%);
    min-width: 56px;
    height: fit-content;
    min-height: 82px;
    padding: 16px 24px;
}

.dropdown-content ul {
    list-style-type: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropdown-content ul li a {
    padding: 0;
}

.dropdown::after {
    display: inline-block;
    content: "";
    transition: .2s linear;
    background-image: url(../assets/arrow_drop.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.dropdown.active::after {
    transform: rotate(180deg);
    background-image: url(../assets/arrow_drop1.svg);
}

.burger_menu {
    display: none;
}

.dropdown_mini {
    display: none;
}

#burger {
    visibility: hidden;
    display: none;
}

.header_wrapper label {
    display: none;
}

.header_wrapper nav {
    display: none;
}

@media (max-width: 1050px) {
    #header {
        width: 100%;
        height: 64px;
    }

    .header_wrapper {
        padding: 19px 64px 0;
    }

    .logo_eglobal {
        width: 146px;
        height: 44px;
    }

    .logo_lu4 {
        width: 44px;
        height: 44px;
    }

    .header_ather a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 580px) {

    .header_wrapper nav ul {
        width: 100%;
    }

    .burger_last [data-toggle="dropdown"] {
        display: none;
    }

    .burger_last .dropdown-item:hover {
        border: 2px solid #8B7641;
    }

    .burger_last .dropdown-item {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #454545;
        background: rgba(176, 148, 77, 0.06);
        transition: all 0.3s ease;
    }

    .burger_last .dropdown-content ul li a {
        padding: 8px;
    }

    .burger_last .dropdown-content {
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        display: flex !important;
        border: none;
        background: none;
        min-width: 100%;
        height: fit-content;
        min-height: 40px;
        padding: 0;
    }

    .burger_last .dropdown-content ul {
        list-style-type: none;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .header_wrapper {
        padding: 26px 16px 0;
    }

    .header_ather a {
        font-size: 16px;
        line-height: 11px;
    }

    .header_ather {
        gap: 0px;
    }

    .header_ather {
        justify-content: flex-start;
        align-items: center;
    }

    .header_logo {
        order: 2;
    }

    .header_ather {
        order: 1;
    }

    .header_wrapper label {
        display: block;
    }

    .header_wrapper nav {
        display: block;
    }

    #burger {
        display: block;
        order: 3;
    }

    .header_links,
    .hide_header {
        display: none;
    }

    .dropdown_mini {
        display: block;
        font-family: 'OpenSans SemiBold';
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }

    .burger_menu a {
        transition: all 0.3s ease;
    }

    .burger_menu a:hover {
        color: #BD9C49;
    }

    .burger_menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        padding: 83px 16px;
        top: 86px;
        z-index: 2;
        align-items: center;
        left: 0;
        font-family: 'OpenSans SemiBold';
        font-size: 22px;
        line-height: 24px;
        height: calc(100vh - 86px);
        list-style-type: none;
        justify-content: space-between;
    }

    .burger_last {
        width: 100%;
    }

    .burgernav {
        margin: 16px 8px;
    }

    input+label {
        position: absolute;
        top: 38px;
        right: 16px;
        height: 18px;
        width: 27px;
        z-index: 5;
    }

    input+label span {
        position: absolute;
        width: 24px;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #FFF4E7;
        transition: 0.5s;
    }

    input+label span:first-child {
        top: 2px;
    }

    input+label span:last-child {
        top: 17px;
    }

    label:hover {
        cursor: pointer;
    }

    input:checked+label span {
        opacity: 0;
        top: 50%;
    }

    input:checked+label span:first-child {
        opacity: 1;
        transform: rotate(405deg);
    }

    input:checked+label span:last-child {
        opacity: 1;
        transform: rotate(-405deg);
    }

    input~nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 2;
        transition: all 0.3s ease;
        transition-delay: 0.3s;
        overflow: hidden;
        background: linear-gradient(251deg, #131313 11.34%, #1C1C1C 96.12%);
    }

    input~nav>ul {
        text-align: center;
        position: absolute;
        top: 35%;
        left: 20%;
        right: 20%;
    }

    input~nav>ul {
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    input:checked~nav {
        height: 100vh;
        transition-delay: 0s;
    }

    input:checked~nav>ul {
        opacity: 1;
        transition-delay: 0.3s;
    }

}