.nav_menu {
    width: 92%;
    height: 100vh;
    z-index: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.nav_menu .info_form {
    margin-top: 0px;
}

.nav_menu .nav_item ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.nav_menu .nav_item ul li a::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50px;
    bottom: 9px;
    right: -26px;
    transition: 0.3s;
}

.nav_menu .nav_item ul li a:hover {
    color: #AC9B7F;
}

.nav_menu .nav_item ul li a {
    color: white;
    font-weight: 300;
    font-size: 32px;
    position: relative;
    transition: 0.3s;
}

.nav_menu .fapars_title::before {
    bottom: 20px;
    right: 110px !important;
}

.nav_menu .info_form_left .fapars_title {
    color: white;
    font-weight: 300;
}

.nav_menu .info_form form input[type=text],
.nav_menu .info_form form input[type=email] {
    background-color: transparent;
    color: white;
    border-color: white;
}

.nav_menu .info_form form input::placeholder {
    color: white;

}

.nav_menu .form-check-label {
    color: white;
}

.nav_menu .info_form form .fapars_button {
    background-color: transparent;
    border-color: white;
}

.nav_menu.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

body.scroll_hid,
html.scroll_hid {
    overflow: hidden;
}

html.scroll_hid {
    overflow: hidden;
}

.mobile-nav .menu-item i {
    color: #AC9B7F !important;
}

.mobile-menu .mobile-nav ul li a.back-menu {
    color: #AC9B7F !important;
    border: 1px solid #e0e0e0;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 10px;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu {
    position: absolute;
    left: 0;
    border: 1px solid #AC9B7F;
    width: 267px;
    display: none;
    z-index: 999999;
    top: 20px;
    background: #fff;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu::before {
    /* content: ""; */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li:last-child {
    margin-bottom: 0 !important;
    border: none;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li::after {
    visibility: hidden;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a i {
    font-size: 20px;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: #141D26;
    z-index: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    display: flex;
    align-items: center;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-header a {
    display: inline-block;
}

.mobile-menu-header a img {
    width: 200px;
    height: auto;
}

.mobile-menu .mobile-nav {
    width: 100%;
    padding: 0 30px;
}

.mobile-menu .mobile-nav ul {
    width: 100%;
    height: auto;
}

.mobile-menu .mobile-nav ul li a {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #AC9B7F;
    text-align: left;
    align-items: center;
    position: relative;
    transition: 0.3s;
    gap: 5px;
}

.mobile-menu .mobile-nav ul li a:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

.mobile-menu .mobile-nav ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AC9B7F;
    font-size: 20px;
}

.mobile-menu .mobile-nav .language-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    margin-top: 20px;
}

.mobile-menu .mobile-nav .language-item a {
    color: #AC9B7F;
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.mobile-menu-active {
    right: 0;
    bottom: 0;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
}

.mobile-menu-header .ham1 {
    visibility: hidden;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar {
    width: 7px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-thumb {
    background: #AC9B7F;
    border-radius: 10px;
}