.nav {
    /* height: 100%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav {
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* font-family: "Gotham", sans-serif; */
}

.logo-image {
    max-width: 100%;
    height: 70px;
}

.social-media-icon {
    width: 24px;
    height: 24px;
}

a {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
}

.container {
    max-width: 92%;
    margin: auto;
}

.nav {
    position: relative;
}

.navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 9;
    white-space: nowrap;
    /* margin: 0px; */
}

.item-left svg {
    width: 120px;
}

.item-left,
.item-right {
    flex: 0 0 18%;
}

.item-center {
    flex: 0 0 64%;
    display: flex;
    justify-content: center;
}

.item-right .menu-list {
    justify-content: end;
}

.menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-weight: 500;
}

.menu-list li {
    padding: 4px 8px;
}

.menu-list li a {
    align-items: center;
    display: inline-flex;
    margin: 0 8px;
    min-block-size: 24px;
    color: #000;
    text-decoration: none;
}

.menu-backdrop {
    position: absolute;
    top: var(--block-top);
    left: var(--block-left);
    height: var(--block-height);
    width: var(--block-width);
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.75, 0, 0, 1);
}
.navigation-bar {
    z-index: 99;
    float: right;
    /* margin-right: 0px; */
}
.dropdown-header {
    display: block;
    position: relative;
    float: left;
    font-size: 16px;
}
.dropdown-header .fa-caret-down {
    margin-left: 8px;
}

.dropdown-header a {
    margin: 10px;
    /* color: #FFFFFF; */
    color: black;
    text-decoration: none;
}

.dropdown-header:hover > ul {
    display: block;
    position: absolute;
}

.dropdown_menu_header {
    display: none;
    background-color: white;
    margin-top: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
    border-radius: 5px;
    margin-left: 3px;
}

.dropdown_menu_header li {
    line-height: 30px;
    width: 100%;
}

.dropdown_menu_header li a {
    /* color: gray; */
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.dropdown-header li:hover {
    background-color: #f0f0f0;
    /* margin-top: 5px; */
}

.dropdown-header li a:hover {
    text-decoration: none;
}

.expand {
    font-size: 12px;
    /* float: right; */
    margin-left: 5px;
}

.menu-list li:hover {
    background-color: rgba(128, 128, 128, 0.164);
    border-radius: 5px;
}
.mobile-menu {
    display: none;
}

/* Mobile Css */
@media screen and (max-width: 850px) {
    .container {
        padding: 8px;
        max-width: 100%;
        margin: 0;
    }
    .nav {
        display: none;
    }
    .mobile-menu {
        display: block;
        margin: 0;
        font-family: "Gotham", sans-serif;
    }

    .header {
        display: flex;
    }

    .hamburger {
        margin-top: 0.5rem;
        display: inline-block;
        flex: 1;
        cursor: pointer;
        margin-left: 1rem;
    }
    .hamburger .line {
        width: 30px;
        height: 3px;
        background: black;
        margin: 6px 0px;
    }
    .logo-image {
        display: flex;
        flex: 2;
        /* justify-content: center; */
    }

    .logo-image img {
        width: 100%;
        height: 60px;
    }
    .mobile_navbar {
        display: block;
        font-size: 20px;
        padding: 10px;
        height: 95vh;
        width: 100vw;
        position: absolute;
        background-color: white !important;
        z-index: 500;
    }

    .mobile_menu_list li {
        list-style: none;
    }
    .mobile_menu_list li a {
        text-decoration: none;
        padding: 10px;
        color: black;
        font-size: 20px;
    }
    .mobile_menu_list li li a {
        font-size: 15px;
        padding: 5px;
    }

    .mobile_menu_list {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        font-weight: 500;
    }

    .mobile_menu_list ul {
        padding: 0;
    }

    .mobile_menu_list li {
        padding: 4px 8px;
    }
    .mobile_menu_list li a {
        align-items: center;
        display: inline-flex;
    }

    .mobile-multidropdown-menu {
        font-size: 16px;
    }

    .mobile_menu_list .fa-caret-down {
        margin-left: 5px;
    }
    .social_media_item {
        display: flex;
        /* flex-direction: column;
        align-items: center; */
        /* margin-right: 40px;
        margin-top: 30vh;
        margin-bottom: 10vh; */
        margin: 28vh 10vh 10vh 10vh;
    }
    .social_media_item ul {
        display: flex;
        /* position: absolute; */
    }
    .social_media_item ul a {
        padding: 0px 5px;
    }
    .social_media_item img {
        width: 36px;
    }
    .social-media-icon {
        /* width: 24px; */
        height: 40px;
    }

    .mobile_navbar {
        display: none;
    }
    .mobile-dropdown-menu {
        display: none;
    }
    .mobile-dropdown-menu.active {
        display: block;
    }
    .mobile-multidropdown-menu {
        display: none;
    }
    .mobile-multidropdown-menu.active {
        display: block;
    }
}
