@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/tajawal-ar-400.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

footer.fixed {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto;
  margin: 1rem;
}

#audio-toggle {
  top: 5.5rem !important;
  right: 1rem !important;
  bottom: auto !important;
}

.rag-content h1 {
  font-size: 2.5rem;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  padding: 1rem 1rem 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background: rgba(8, 10, 12, 0.7);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-nav__brand {
  flex: 0 0 auto;
  color: #fff;
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.site-nav__links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.site-nav__link,
.site-nav__language-link {
  color: rgba(226, 232, 240, 0.72);
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__language-link:hover,
.site-nav__language-link:focus-visible,
.site-nav__link[aria-current="page"] {
  color: #fff;
}

.site-nav__link[aria-current="page"] {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.75);
}

.site-nav__language-current,
.site-nav__language-link {
  display: inline-flex;
  align-items: center;
  min-height: 1.625rem;
  padding: 0.25rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  font-size: 0.625rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-nav__language-current {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.product-nav {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.product-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-nav a {
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.75rem;
  line-height: 1.5;
  transition: color 180ms ease;
}

.product-nav a:hover,
.product-nav a:focus-visible {
  color: #fff;
}

@media (min-width: 768px) {
  .rag-content h1 {
    font-size: 5rem;
  }
}

@media (max-width: 1023px) {
  .cinematic,
  .cinematic.show {
    letter-spacing: 0 !important;
  }

  .site-header {
    padding: 0.75rem 0.75rem 0;
  }

  .site-nav {
    min-height: 3rem;
    padding: 0.625rem 1rem;
  }

  .site-nav__links {
    gap: 0.5rem;
  }

  .site-nav__link,
  .site-nav__language-current {
    display: none;
  }

  .site-nav__contact,
  .site-nav__language-link {
    display: inline-flex;
  }
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/tajawal-ar-500.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/tajawal-ar-700.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
