header {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px !important;
  position: fixed !important;
  margin: 0 auto !important;
}
header .header-wrapper {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
header .header-wrapper .header-nav-main.nav-left {
  gap: 16px;
}
header .header-wrapper li.menu-item a {
  font-size: var(--fz-16);
  font-weight: 400;
  padding: 8px;
  text-transform: capitalize;
  color: var(--strong);
}

.header-bg-color {
  background-color: #fff !important;
}
.mfp-bg.off-canvas-center:not(.dark) {
  background-color: var(--surface) !important;
  opacity: 1 !important;
}
.off-canvas-center:not(.dark) .mfp-close {
  color: var(--white) !important;
  opacity: 1 !important;
}
body .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  color: var(--white);
  font-size: var(--fz-20);
  text-transform: capitalize;
  font-weight: 400;
}

.mfp-content {
  vertical-align: top !important;
}
.mfp-bg.off-canvas-center:not(.dark)::before {
  content: "";
  background-image: url("../img/shape-header-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 325px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mfp-bg.off-canvas-center:not(.dark)::after {
  content: "";
  background-image: url("../img/shape-header-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 177px;
  height: 228px;
  position: absolute;
  bottom: 130px;
  right: 0;
}
@media (max-width: 1024px) {
  body header {
    width: 96vw !important;
  }
}

@media screen and (max-width: 849px) {
  .medium-logo-center .logo {
    order: 0 !important;
  }
  .medium-logo-center .logo {
    margin: 0px !important;
  }
  #logo a {
    max-width: 175px !important;
  }
}

@media (max-width: 768px) {
  header .header-main {
    height: auto !important;
  }
  body .stuck .header-main {
    height: 85px !important;
  }
  .header-main .mobile-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    justify-content: end;
  }
}

@media (min-width: 1200px) {
  header .header-wrapper .header-nav-main.nav-left {
    gap: 32px;
  }
  header .header-wrapper li.menu-item a {
    font-size: var(--fz-18);
    padding: 8px 16px;
  }
}
