.navbar-style {
    position: fixed !important;
    inset: 0;
    z-index: 999;
    width: 100%;
    height: 78px;
    animation: slideUp 0.35s ease-out;
    margin: 24px auto;
    border-radius: 8px;
    background: #292929;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.80);
    transition: 0.3s;
}
.navbar-style.active {
    position: fixed;
    width: 100%;
    inset: 0;
}
.navbar-style.update {
    border-radius: 6px 6px 0 0;
    transition: 0.3s;
}
.logo-div {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
}
.logo-div a {
    display: inline-flex;
}
#user-header-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.language-button,
.language-button:hover,
.language-button:focus{
    display: flex;
    align-items: center;
    gap: 2px;
    border-left: .5px solid #626262;
    border-top: unset;
    border-bottom: unset;
    border-right: unset;
    border-radius: 0;
}
.language-button span{
    color: #FFF;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.user-button,
.user-button:focus,
.user-button:focus:hover {
    display: flex;
    padding: 12px 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #626262!important;
    color: #FFF!important;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.menu-items-wrapper{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 23px;
    padding: 0;
    margin-bottom: 0;
}
.navbar .menu-items-wrapper a,
.navbar .menu-items-wrapper a:hover,
.navbar .menu-items-wrapper a:focus{
    color: #E5E5E5;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.navbar .menu-items-wrapper li,
.navbar .navbar-nav-style li  {
    list-style: none;
}
.user-account{
    border: unset;
    position: relative;
}
.user-account span{
    color: #FFF;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.user-account span::after{
    content: "";
    position: absolute;
    left: 2px;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    top: 34%;
    transform: rotate(225deg);
    transition: 0.4s;
}
.user-account.show:after{
    transform: rotate(45deg);
    transition: 0.4s;
    top: 38%;
}
#userAccountDrop{
    background-color: transparent;
    border: unset;
    top: 109%;
    min-width: 249px;
    left: 0!important;
    right: unset!important;
}
#userAccountDrop .dropdown-item {
    display: flex;
    width: 249px;
    height: 52px;
    padding: 14px 24px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #505050;
    color: #FFF;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.navbar .nav-wrapper a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
}

.navbar .nav-wrapper a:hover {
    font-weight: bolder;
}

.nav-wrapper {
    display: block;
    position: unset;
    height: 60px;
}
.bars-icon {
    cursor: pointer;
    position: relative;
    top: -3px;
    float: right;
}
.hamburger {
    margin: 0 auto;
    width: 30px;
    height: 27px;
    position: relative;
    transform: rotateY(180deg);
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 3px;
    background-color: #D3D3D3;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}
.hamburger .bar1{width: 20px;}
.hamburger .bar2{width: 30px;}
.hamburger .bar4{width: 15px;}
.bar1 {
    top: 4px;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}
.hamburger3 .bar1 {
    transform-origin: 5%;
}

.hamburger3 .bar4 {
    transform-origin: 5%;
}
.bar1.active{
    transform: rotate(45deg);
    height: 3px;
    width: 100%;
    top: 5px;
}

.bar3.active{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.bar2.active{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.bar4.active{
    transform: rotate(-45deg);
    height: 3px;
    width: 100%;
}
.mobile-show{
    display: none;
}
.main-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 30px;
}
.overlay {
    height: 0;
    min-height: 0;
    position: fixed;
    z-index: 9999;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 8px;
    background: #292929;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.40);
    width: 96%;
    top: 13%;
    left: 2%;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 75%;
    padding: 21px 21px 0 21px;
}

.overlay a,
.overlay a:hover,
.overlay a:focus {

    text-decoration: none;
    display: block;
    transition: 0.3s;
    position: relative;
    align-items: start;
    display: flex;
    color: #E5E5E5;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.overlay-content .navbar-nav-style{
    gap: 30px;
}
.row-reverse{
    flex-direction: row-reverse;
}
