.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 102px;
}
@media screen and (max-width: 576px) {
  .header {
    background: #fff;
    z-index: 15;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 65px;
  }
}
.header.scrolled {
  top: 0;
  background: #decbe0;
  box-shadow: 0 4px 8px #0000, 0 6px 20px #0000001f;
}
@media screen and (max-width: 576px) {
  .header.scrolled {
    background: #fff;
  }
}
.header.arabic {
  text-align: left !important;
  direction: rtl !important;
}
.header.arabic .dropdown-menu {
  width: 245px;
}
.header.arabic .dropdown-menu li img {
  margin-left: 5px;
}
.header.arabic .dropdown-toggle .dropdown {
  margin-right: 5px;
}
.header.arabic .owl-carousel .owl-item img {
  display: flex !important;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .header .container {
    max-width: 1680px;
  }
}
.header .menu-item {
  padding: 5px 0;
}
@media screen and (max-width: 576px) {
  .header .menu-item {
    padding: 5px 12px;
  }
}
.header .menu-item a {
  position: relative;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: FuzzyBubbles, sans-serif;
  font-size: 18px;
  padding: 13px 0;
  margin: 0 20px;
  opacity: 0.6;
}
.header .menu-item a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1399px) {
  .header .menu-item a {
    font-size: 17px;
    margin: 0 10px;
  }
}
.header .menu-item a.active,
.header .menu-item a:hover {
  color: #000;
  opacity: 1;
}
.header .menu-item a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url(../assets/images/faq-line.png) repeat-x 0 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.header .cursor-auto {
  cursor: auto !important;
}
.header .language {
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0.3rem 1rem;
  border-radius: 16px;
}
.header .language.show .dropdown {
  rotate: 180deg;
}
.header .language .dropdown-toggle {
  width: unset !important;
  margin: 0 auto;
}
.header .language .dropdown-toggle:after {
  display: none !important;
}
.header .menu-dropdown {
  padding: 10px 0;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  width: auto;
}
.header .menu-dropdown.active,
.header .menu-dropdown:hover {
  color: #b8dee4;
}
.header .menu-overlay {
  background: #000000bf;
  position: fixed;
  width: 100%;
  height: calc(100% - 65px);
  top: 65px;
  left: 0;
}
.header .menu-overlay .sub-menu {
  height: 100%;
  background: #b8dee4;
  width: 100%;
  padding: 20px;
  position: relative;
  transition: right 0.5s;
  right: -100%;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .menu-overlay .sub-menu.open {
  right: 0;
}
.header .menu-overlay .sub-menu a {
  margin-bottom: 20px;
  padding: 0;
  font-size: 30px !important;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .header .menu-overlay .sub-menu a {
    display: block;
    font-size: 46px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px;
  }
}
.header .menu-overlay .sub-menu a.white-paper-btn {
  border-bottom: 4px solid #000000;
  padding: 9px 0;
}
.header .menu-overlay .sub-menu a.active,
.header .menu-overlay .sub-menu a:hover {
  background: #b8dee4;
  color: #000;
}
.header .menu-overlay .sub-menu .language {
  width: 100% !important;
  padding: 10px;
  margin: 0;
  border: 2px solid rgb(184, 222, 228);
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .header .menu-overlay .sub-menu .language {
    margin: 0 auto !important;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .header .menu-overlay .sub-menu .language .dropdown-menu li {
    justify-content: center !important;
  }
}
@media screen and (max-width: 576px) {
  .header .menu-overlay .sub-menu .language .dropdown-menu {
    max-height: 258px !important;
  }
}
.header .menu-overlay .sub-menu .language .dropdown-menu.show {
  min-width: 100%;
  inset: -400% auto auto 0 !important;
}
@media screen and (max-width: 576px) {
  .header .menu-overlay .sub-menu .language .dropdown-menu.show {
    inset: 80% auto auto 0 !important;
  }
}
.header .menu-overlay .sub-menu .social-icon a {
  text-decoration: none !important;
}
.header .menu-overlay .sub-menu .social-icon a img {
  width: 40px;
  height: auto;
}
.header .buy-mobile-button {
  background-color: #ed3b23;
  color: #fff !important;
}
