body, html {
  color: #EFEDED;
}

#page {
  background: #0E0E0E;
}

#sound-toggle, #mobile-sound {
  display: none !important;
}

#header {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 128px;
}

#header-h3, #header-h1 {
  font-family: 'Recife Display';
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
}

html[dir='rtl'] #header-h3, html[dir='rtl'] #header-h1 {
  font-family: 'Tajawal';
}

html[lang='ha'] #header-h3, html[lang='ha'] #header-h1 {
  font-family: 'Noto Serif';
}

#header-h3 {
  max-width: 690px;
  font-size: 30px;
  letter-spacing: 0.64px;
  opacity: 0.74;
  margin-bottom: 24px;
}

#header-h1 {
  max-width: 750px;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#header #take-content-des {
  max-width: 720px;
  margin: 0 auto 80px auto;
  text-align: center;
}

#header .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto;
}

#header .action-item {
  width: calc(100% / 2  - 40px);
}

html[dir='rtl'] #header .action-item {
  text-align: center;
}

#header .action-item-number {
  font-family: 'Recife Display';
  font-weight: normal;
  font-size: 44px;
  line-height: 30px;
  letter-spacing: 0.94px;
  margin: 0;
  margin-bottom: 33px;
}

#header .action-item-paragraph {
  max-width: 600px;
  width: 85%;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.34px;
  opacity: 0.6;
  margin-bottom: 15px;
}

html[dir='rtl'] #header .action-item-paragraph {
  margin-left: auto;
  margin-right: auto;
}

#header .action-item-button {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.3px;
  display: inline-block;
  color: #F7941E;
  text-transform: uppercase;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

#header .action-item-button::after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  display: block;
  margin-top: 4px;
}

#header .action-item-button:hover::after {
  animation: a-underline 2s cubic-bezier(0.46, 0.08, 0, 1);
}

@media (max-width: 64em) {
  #header .action-item {
    width: calc(100% / 3  - 40px);
  }
}

@media (max-width: 60.625em) {
  #header .flex {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #header .action-item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 60px;
    text-align: center;
  }
  #header .action-item-paragraph {
    margin-left: auto;
    margin-right: auto;
  }
  #header .action-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 740px) {
  #header {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  #header-h3 {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: -0.02px;
    margin-bottom: 10px;
  }
  #header-h1 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.94px;
    margin-bottom: 90px;
  }
  #header .action-item-paragraph {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.45px;
  }
}

#footer {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 32px;
  background: #EFEDED;
}

#footer .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

#footer .flex img {
  height: 148px;
  margin-right: 54px;
}

#footer .flex img:last-child {
  margin-right: 0;
}

html[dir='rtl'] #footer .flex img:last-child {
  margin-right: 54px;
}

html[dir='rtl'] #footer .flex img:first-child {
  margin-right: 0;
}

#footer-copyright {
  color: rgba(14, 14, 14, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer-copyright::before, #footer-copyright::after {
  content: '';
  width: 12px;
  height: 12px;
  background: currentColor;
  display: inline-block;
  border-radius: 50%;
}

#footer-copyright-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
}

@media (max-width: 60.625em) {
  #footer .flex img {
    height: 100px;
    margin-right: 24px;
  }
  html[dir='rtl'] #footer .flex img:first-child {
    margin-right: 0;
  }
  html[dir='rtl'] #footer .flex img:last-child {
    margin-right: 24px;
  }
}

@media (max-width: 740px) {
  #footer {
    padding-top: 80px;
  }
  #footer .flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  #footer .flex img {
    height: 100px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  html[dir='rtl'] #footer .flex img {
    margin-left: 0;
    margin-right: 0;
  }
  #footer-copyright {
    justify-content: center;
  }
  #footer-copyright::before, #footer-copyright::after {
    content: none;
    display: none;
  }
}

#toolbar-administration, nav.tabs {
    display: none;
}
