body header {
    position: fixed;
    top: 32px;
    left: 0;
    z-index: 9;
    height: 88px;
    width: 100%;
}

.navbar {
    padding: 20px 12px !important;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(22px);
    border: 1px solid #E2EFFF;
    border-radius: 24px;
}

.navbar-expanded {
    border: 1px solid #E2EFFF;
    /*border-radius: 24px;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar .btn-secondary{
    padding: 13px !important;
    font-size: 12px;
}

.navbar .navbar-brand img {
    width: 83.803px;
    height: 35px;
}

html[dir="ltr"] .navbar-nav {
    margin-left: auto;
    margin-inline-end: 35.5px;
}

html[dir="rtl"] .navbar-nav {
    margin-left: 35.5px;
    margin-inline-start: auto;
}

/*@keyframes navmenu {*/
/*    from {*/
/*        opacity: 0;*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*#navbarNav {*/
/*    position: absolute !important;*/
/*    top: 100%;*/
/*    background: white;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    padding: 16px;*/
/*    z-index: 1111;*/
/*    transition: none !important;*/
/*    opacity: 1;*/
/*    animation-name: navmenu;*/
/*    animation-duration: 300ms;*/
/*}*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        margin-inline-end: 12px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        margin-inline-end: 25px;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        margin-inline-end: 32px;
    }
}

.nav-link {
    color: #050505;
    font-size: 1rem;
    line-height: normal;
    opacity: 0.6;
    transition: 300ms ease-in-out;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link.active {
    opacity: 1;
}
