.navbar-fixed-top {
  margin-bottom: 0;
  background-color: var(--navbar-background);
  border-color: var(--navbar-border);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000 !important;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px var(--padding);
  gap: 40px;
  max-width: var(--max-width);
  margin: auto;
}
.navbar_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
  user-select: none;
  list-style: none;
}
.main_top_menus {
  display: flex;
  align-items: center;
}
.nav_wrapper ul a {
  text-decoration: none;
  font-size: 1.25rem;
}
.main_top_menus a {
  font-size: 1.8rem;
  font-family: calibri_bold;
  letter-spacing: -0.5px;
  color: var(--primary-foreground);
}

.sub_menus,
.sub_drop_menus,
.sub_drop_sub_menus {
  display: none;
  z-index: 1000 !important;
}

.sub_menus {
  flex-direction: column;
  position: absolute;
  gap: 0;
  top: 70px;
}

.sub_menus li {
  position: relative;
  margin-bottom: 3px;
}

.sub_menus li a {
  text-transform: uppercase;
}

.sub_drop_sub_menus {
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
}

.sub_menus li {
  background-color: #3a4052;
  padding: 7px 18px;
}

.sub_drop_menus li:first-child {
  margin-top: 0px;
}

.sub_drop_menus {
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
}

.sub_drop_sub_menus {
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
}
.sub_menus li:hover {
  /* background-color: #85a8d0; */
  background-color: var(--hover-color);
}

.sub_menus li a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}

ul.sub_drop_sub_menus li {
  width: 25ch;
}

ol,
ul {
  padding-left: 0 !important;
}
.nav_social_wrapper {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 999;
}
.nav_social_container {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: var(--padding);
}
.top-header .social-box {
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin-top: 1px;
}
.top-header .social-box .social-button {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(58, 64, 82, 0.9);
  flex-direction: column;
}