@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.header {
  height: 100px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2); }
  .header_is-arabic .header__language {
    margin-right: 0;
    margin-left: 40px; }
    @media only screen and (max-width: 600px) {
      .header_is-arabic .header__language {
        margin-right: 0;
        margin-left: 0;
        text-align: left; } }
  .header_is-arabic .header__user-menu {
    margin-left: 10px;
    margin-right: 0; }
    @media only screen and (max-width: 600px) {
      .header_is-arabic .header__user-menu {
        margin-left: 0; } }
  .header_is-arabic .header__logo-container {
    margin-right: 0;
    margin-left: 60px; }
    @media only screen and (max-width: 600px) {
      .header_is-arabic .header__logo-container {
        margin-left: 0; } }
  .header_is-arabic .header__search-input {
    left: -20px;
    right: auto; }
  @media only screen and (max-device-width: 1024px) {
    .header {
      height: 60px; } }

.header__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 100%; }

.header__right-container {
  display: flex;
  justify-content: flex-end;
  flex: 1; }

.header__logo-container {
  width: 138px;
  height: 100%;
  flex-shrink: 0;
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 600px) {
    .header__logo-container {
      width: 100px;
      margin: 0; } }

.header__mobile-menu {
  display: none; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .header__mobile-menu {
      width: 300px; } }
  @media only screen and (max-width: 600px) {
    .header__mobile-menu {
      width: 80%; } }
  @media only screen and (max-device-width: 1024px) {
    .header__mobile-menu {
      display: flex;
      flex-direction: column;
      position: absolute;
      cursor: pointer;
      z-index: 9999999;
      background-color: #fff;
      padding: 40px 20px 20px;
      top: 0;
      bottom: 0;
      left: 0;
      transform: translateX(-100%);
      transition: 0.3s transform ease-in-out;
      overflow: auto; }
      .header__mobile-menu_is-open {
        transform: translateX(0); } }

.header__menu-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .header__menu-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .header__menu-close:before {
        content: '';
        background-image: url("../../../../public/img/icons/close.svg");
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat; } }

.header__nav-bar-container {
  width: 100%;
  height: 100%; }
  @media only screen and (max-device-width: 1024px) {
    .header__nav-bar-container {
      display: none; } }

.header__logo {
  width: 100%;
  height: 55px; }
  @media only screen and (max-device-width: 1024px) {
    .header__logo {
      width: auto;
      height: 35px; } }

.header__action-container {
  display: flex;
  align-items: center;
  flex-shrink: 0; }
  @media only screen and (max-device-width: 1024px) {
    .header__action-container {
      align-items: center;
      display: none; } }

.header__language {
  color: #00438E;
  margin-right: 40px;
  cursor: pointer;
  font-family: "Cairo", sans-serif; }
  @media only screen and (max-device-width: 1024px) {
    .header__language {
      margin-bottom: 40px;
      font-size: 14px; } }

.header__search {
  position: relative; }
  @media only screen and (max-device-width: 1024px) {
    .header__search {
      margin-bottom: 40px; } }
  .header__search_is-search-open .header__search-input {
    display: block; }
  .header__search .input {
    padding: 20px; }

.header__search-image {
  cursor: pointer;
  transition: 0.3s ease-in-out transform; }
  .header__search-image:active {
    transform: scale(0.9); }

.header__search-input {
  position: absolute;
  right: -20px;
  top: 40px;
  width: 250px;
  display: none;
  z-index: 99; }

.header__user-menu {
  display: flex;
  align-items: center;
  width: 200px;
  flex-shrink: 0;
  margin-right: 10px; }
  @media only screen and (max-width: 600px) {
    .header__user-menu {
      margin-right: 0;
      width: 180px; } }

.header__menu-toggle {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .header__menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .header__menu-toggle:before {
        content: '';
        background-image: url("../../../public/img/icons/menu.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px; } }
