.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.nav-bar {
  padding: 7px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:100;
}
.btn_nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.nav-bar .ul a {
  transition: var(--transition);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.nav-bar .ul a i,
.nav-bar .dropMenu li i {
  font-size: 11px;
  padding-top: 6px;
  transition: var(--transition);
}
.nav-bar .ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.nav-bar .ul li a {
  font-size: 14px;
  color: #cbcbcb !important;
}

.nav-bar .ul li.active a {
  color: #fff !important;
  /*/*font-weight: bold;*/*/
}

.nav-bar .ul li a:hover {
  color: #fff !important;
  /*font-weight: bold;*/
  /*transform: scale(1.1);*/
  
}

a.btnDropMenu.showBtn i {
  transform: scaleY(-1) translateY(-5px);
  color: #fff !important;
}
a.btnDropMenu.showBtn span {
  color: #fff !important;
}
.dropMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.dropMenu ul li a {
  color: #a8b6d3 !important;
}

.y {
  display: none;
}

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

h6.lang {
  font-size: 14px;
  color: #cbcbcb;
  display: flex;
  gap: 6px;
  align-items: center;
}

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

.nav-bar ul .active a:before {
  right: 0;
}
img.menu {
  margin-right: 70px;
}
.logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_bar .buttom_fill {
  margin-right: 30px !important;
}
.nav-bar {
  position: relative;
}
.nav-bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    rgba(2, 12, 32, 0.7) 0%,
    rgba(2, 12, 32, 0) 100%
  );
  mix-blend-mode: multiply;
}

.fixed_navbar {
  width: 100%;
  position: fixed !important;
  transition: var(--transition);
  background: #22263e;
  z-index: 989;
  opacity: 1;
  top: 0;
  -webkit-animation: slide-in-blurred-top 0.3s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  box-shadow: rgb(188 188 188 / 11%) 0px 2px 8px 0px;
}

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

.buttom_fill {
  padding: 10px 32px;
  width: fit-content;
  color: #fff !important;
  z-index: 1;
  background: transparent;
  border: 1px solid var(--btn);
  position: relative;
  font-weight: bold;
  font-size: 14px;
  transition: all 250ms;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 10px;
  background: var(--btn);
}

.buttom_fill:hover {
  color: var(--btn) !important;
  border: 1px solid var(--btn);
  background: #f9fafb;
  /*scale: 1.1;*/
}

.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;
  }
}

.left_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.search-navbar {
  color: var(--p);
  font-size: 14px;
}

.lang_l {
  color: var(--p) !important;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.dropdown_1 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  transform: perspective(1000px);
}

.dropdown_menu {
  background-color: #fff;
  list-style-type: none;
  position: absolute;
  left: 11%;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: -99999;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  min-width: 171px;
  transform: translateX(-50%);
  border-radius: 10px;
}
.dropdown_menu li:first-child {
  cursor: default;
}

.dropdown_menu a {
  display: inline-block;
  width: 100%;
  font-size: 14px !important;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: var(--p) !important;
}
.dropdown_menu li:hover a {
  background: var(--orang_o);
  font-weight: bold;
  color: #fff !important;
}

.dropdown_1:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.5s, background, 2s 0.5s linear;
  transition: all 0.5s, background 2s 0.5s linear;
}

.fixed-icon-shoial a,
.fixed-icon-shoial .y {
  font-size: 18px;
  color: var(--h2) !important;
  transition: var(--transition);
}

.fixed-icon-shoial a:hover,
.fixed-icon-shoial .y:hover {
  color: var(--orang_o) !important;
  transform: scale(1.2);
}

.fixed-icon-shoial {
  bottom: 0;
  display: none;
  flex-direction: row;
  width: 100%;
  position: fixed;
  z-index: 22;
  background: #fff;
  bottom: 0;
  padding: 20px 10px;
  justify-content: space-around;
  align-items: center;
  border-radius: 1pc 1pc 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: var(--transition);
}

.dropMenu {
  position: absolute;
  left: 0;
  bottom: -68px;
  display: none;
  width: 100%;
  background: #385698;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 0;
}

ul.nav-desktop > li:hover .dropMenu {
  display: block;
}
.nav-bar .dropMenu li a {
  padding: 20px 0;
}

.nav-bar .dropMenu li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dropMenu.show {
  display: block;
  opacity: 1;
  max-height: 500px;
}

.SUBmenu {
  position: absolute;
  background: #385698;
  top: 100%;
  transition: var(--transition);
  pointer-events: none;
  opacity: 0;
  margin-top: 0px !important;
  width: 100%;
  max-width: 150px;
}
.info-menu{
    padding:10px;
}
.nav-bar .info-menu a:hover{
    background:#5cb74e;
    border-radius: 10px;
}
.SUBmenu a {
  color: #b7c2da;
  padding: 12px 15px !important;
  border-bottom: 1px solid #3e5b9838;
}
.nav-bar .dropMenu li i {
  color: #a8b6d3;
}
.btnSUBmenu:hover .SUBmenu {
  pointer-events: visible;
  opacity: 1;
  margin-top: 0px !important;
}

.btnSUBmenu {
  transition: var(--transition);
}
/* From Uiverse.io by gharsh11032000 */
.button {
  cursor: pointer;
  position: relative;
  padding: 10px 40px;
  font-size: 14px;
  width: fit-content;
  color: var(--btn) !important;
  border: 2px solid var(--btn);
  font-weight: 800;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--btn);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.button:hover::before {
  scale: 4;
}

.button:hover {
  color: #f9fafb !important;
  scale: 1.1;
}

.button:active {
  scale: 1;
}
