.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #efebe6;
  position: relative;
  padding: 20px 0;
}

.nav_bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: -75px;
  width: 75px;
  height: 100%;
  background: #efebe6;
  border-radius: 0 100px 100px 0;
}

.nav_bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  height: 100%;
  background: #efebe6;
  border-radius: 100px 0 0 100px;
}

.btn_nav {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.nav-bar ul a {
  transition: var(--transition);
}

.nav-bar ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.nav-bar ul li {
  font-size: 18px;
  position: relative;
  color: #8A746F !important;
  transition: var(--transition);
  position: relative;
}

.nav-bar .active a {
  color: #765241 !important;
  font-weight: bold;
  position: relative;
  transition: var(--transition);
}
.nav-bar .active a::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 38px;
    height: 12px;
    background: url("../img/line.png") no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    transition: var(--transition);
  }
ul.navChild li {
  padding: 10px 30px;
  text-align: center;
}
.nav-bar   a::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 12px;
  background: url("../img/line.png") no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
  transition: var(--transition);
opacity: 0;

}
.nav-bar ul li:hover a {

  color: #765241 !important;
  font-weight: bold;
}
.nav-bar ul li:hover a::before  {
opacity: 1;
width: 38px;
}
.lang i {
  font-size: 14px;
}

.y {
  display: none;
}

/* 
.nav-bar .search-navbar i {
color: #fff;
margin-top: 5px;
font-size: 17px;
} */

.search-navbar {
  font-size: 14px;
  color: #8A746F;
}

.brn_login {
  font-size: 14px;
  color: var(--h2);
  font-weight: bold;
}

.lang a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  color: #8A746F !important;
}



.load_logo img {
  max-width: 250px;
  width: auto;
  height: auto;
}

.nav-bar ul .active a:before {
  right: 0;

}

.logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}







nav.nav-bar .nav_1 {
  padding: 24px 0;
}

.fixed_navbar {
  width: 100%;
  position: fixed;
  transition: var(--transition);
  z-index: 989;
  opacity: 1;
  top: 0;
  -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.fixed_navbar .nav_1 {
  padding: 0 !important;
  height: 20px;
  opacity: 0;
}


.logo-main {
  width: auto;
  height: auto;
  max-width: 214px;
  max-height: 59px;
}

.buttom_embty {
  padding: 10px 30px;
  border: unset;
  z-index: 1;
  background: transparent;
  border: 1px solid #765241;
  position: relative;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  transition: all 250ms;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 10px;
  width: fit-content;
  color: #765241 !important;
}

.buttom_embty::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background: #F3F0EB;
  z-index: -1;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
  transition: all 250ms
}

.buttom_embty:hover {
  background: #765241;
  color: #F3F0EB !important;
  border: 1px solid #765241;
}

.buttom_embty:hover::before {
  width: 0%;
}

.buttom_fill {
  padding: 10px 30px;
  border: unset;
  color: #F3F0EB !important;
  z-index: 1;
  background: #765241;
  border: 2px solid #765241;
  position: relative;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  transition: all 250ms;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 10px;
  width: fit-content;
}

.buttom_fill::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background: #765241;
  z-index: -1;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
  transition: all 250ms
}

.buttom_fill:hover {
  background: transparent;
  color: #765241 !important;
  border: 1px solid #765241;
}

.buttom_fill:hover::before {
  width: 0%;
}


@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/*  */
.nav_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  color: #8A746F;
}

.right_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.nav_1 hr {
  width: 20px;
  height: 1px;
  background: #8A746F;
  transform: rotate(90deg);
  margin: 0;
  opacity: 1;
}

ul.navChild {
  border: 1px solid #8A746F;
  border-radius: 5px;
  background: #f3f0eb;
}
.nav-bar ul li:hover .submenu a {
  font-weight: 500 !important;
  color: #8A746F !important;
}