@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.cbc-header {
  direction: rtl;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-inline: 392px;
  padding-block: 47px;
  height: 120px;
  background-color: #fff;
  font-family: "arimo";
  position: relative; }
  .cbc-header #mobile-menu-btn {
    display: none; }
  .cbc-header .cbc-header__start {
    width: 0;
    display: none; }
  .cbc-header .cbc-header__center #close-mobile-menu-btn {
    display: none; }
  .cbc-header .cbc-header__center .experience-the_header_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .cbc-header .cbc-header__center .experience-the_header_links .experience-cbc-cbc_assets-header_link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .cbc-header .cbc-header__center .experience-the_header_links .header_link {
      padding: 2px 15px; }
      .cbc-header .cbc-header__center .experience-the_header_links .header_link a {
        font-family: "arimo";
        color: #575756;
        font-weight: 400;
        font-size: 28px;
        text-wrap: nowrap; }
  .cbc-header .cbc-header__end {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    .cbc-header .cbc-header__end .experience-the_header_icons img {
      width: 171px;
      height: 65px;
      object-fit: contain; }
  @media screen and (max-width: 1700px) {
    .cbc-header {
      padding-inline: 90px; } }
  @media screen and (max-width: 768px) {
    .cbc-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-inline: 0;
      height: 150px; }
      .cbc-header #mobile-menu-btn {
        display: block;
        border: none;
        background-color: transparent;
        width: 28px;
        height: 20px;
        position: absolute;
        top: 50px;
        right: 50px;
        z-index: 40; }
        .cbc-header #mobile-menu-btn svg path {
          stroke: #575756 !important; }
      .cbc-header .cbc-header__center {
        position: absolute;
        z-index: 50;
        background-color: rgba(11, 173, 218, 0.95);
        width: 340px;
        height: 325px;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 50px;
        display: none;
        top: -350px;
        transition: transform ease 0.3s; }
        .cbc-header .cbc-header__center #close-mobile-menu-btn {
          display: block;
          position: absolute;
          top: 0;
          right: 10px;
          z-index: 60;
          font-size: 40px;
          color: #fff;
          border: none;
          background-color: transparent;
          outline: none;
          font-family: "arimo"; }
          .cbc-header .cbc-header__center #close-mobile-menu-btn svg path {
            stroke: #fff; }
        .cbc-header .cbc-header__center .experience-the_header_links {
          color: #fff;
          -ms-flex-direction: column;
              flex-direction: column;
          gap: 10px; }
          .cbc-header .cbc-header__center .experience-the_header_links .experience-cbc-cbc_assets-header_link:not(:last-child) {
            border: none; }
          .cbc-header .cbc-header__center .experience-the_header_links .header_link a {
            font-size: 28px;
            font-weight: 400;
            line-height: 54px;
            color: #fff; }
      .cbc-header .cbc-header__start {
        display: none; }
      .cbc-header .cbc-header__end {
        min-width: unset;
        width: fit-content;
        position: absolute;
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
        top: 40px; }
        .cbc-header .cbc-header__end .experience-the_header_icons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .cbc-header .cbc-header__end .experience-the_header_icons img {
            width: 171px;
            height: 65px;
            object-fit: contain; } }
