@font-face {
  font-family: "Tajawal light";
  src: url("../fonts/Tajawal-Light.eot");
  src: url("../fonts/Tajawal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Light.woff2") format("woff2"), url("../fonts/Tajawal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal medium";
  src: url("../fonts/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("../fonts/segoesc.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* N A V    B A R */
.bg-header {
  box-shadow: 0px 5px 10px 0px #aaa;
  background-image: radial-gradient(circle, #dec3c4, #e0cbcc, #e2d4d4, #e4dcdd, #e6e5e5);
  opacity: 0.9;
}

.navbar input[type=checkbox],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  color: #fff;
  z-index: 100;
  font-family: "Tajawal medium";
  transition: all 0.2s ease-in-out;
}
.navbar .container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 5rem;
  position: relative;
  z-index: 1;
}

.logo {
  order: 1;
  width: 90px;
  padding: 0.25rem;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.navbar a:hover {
  color: #000;
}

.arabic .menu-items {
  direction: rtl;
}

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }
  .navbar-container input[type=checkbox],
  .navbar-container .hamburger-lines {
    display: block;
  }
  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }
  .navbar-container input[type=checkbox] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }
  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }
  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }
  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
  }
  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2.5rem;
  }
  .navbar-container input[type=checkbox]:checked ~ .menu-items {
    transform: translateX(0);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}
.lang {
  margin-left: 4rem;
}
.lang a.active {
  pointer-events: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 70px;
  }
  .navbar .menu-items li a, .navbar .menu-items li {
    color: #4d4c4c;
  }
  .navbar .menu-items li a:hover {
    color: #000;
  }
  .arabic .navbar .menu-items {
    align-items: center;
  }
}
@media (max-width: 500px) {
  .navbar-container input[type=checkbox]:checked ~ .logo {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .navbar .container {
    max-width: 1500px;
  }
}
html {
  scroll-behavior: smooth;
}

[data-reveal] {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s all ease var(--delay);
}

[data-reveal=left] {
  transform: translate(-50px, 0);
}

[data-reveal=right] {
  transform: translate(50px, 0);
}

[data-reveal].revealed {
  transform: translate(0, 0);
  opacity: 1;
}

body {
  overflow-x: hidden;
}

/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
  width: 0.6rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background-color: hsl(207, 4%, 75%);
}

::-webkit-scrollbar-thumb {
  background-color: hsl(207, 4%, 65%);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(207, 4%, 55%);
}

.about_hero {
  position: relative;
  min-height: 100vh;
  background-image: url("../images/about/layerone.webp");
  background-size: cover;
  overflow: hidden;
}
.about_hero img {
  width: 500px;
}

.about_hero-header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding-top: 10rem;
  z-index: 2;
}

.hero_title {
  font-size: 2.3rem;
  font-family: "Segoe";
  font-weight: bold;
  color: #8f181f;
  white-space: nowrap;
  text-align: center;
}

.line-before {
  grid-column: 1/2;
}

.text_container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  z-index: 2;
}

.hero_text {
  color: #492700;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tajawal light";
  font-weight: 600;
  font-size: 1.4rem;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.about-vision {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15rem;
}
.about-vision::before {
  content: "";
  position: absolute;
  top: -36%;
  left: 0;
  height: 800px;
  width: 100%;
  background-image: url("../images/about/vision.webp");
  background-size: cover;
}

.vision_description {
  position: relative;
  max-width: 600px;
  z-index: 3;
}

.vision_description-header {
  font-size: 3.5rem;
  font-family: "Segoe";
  font-weight: bold;
  color: #8f181f;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 2rem;
}

.vision_description-text {
  color: #000000;
  text-shadow: 0 0 black;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tajawal light";
  font-weight: 600;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.about-mission {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20rem;
}
.about-mission::before {
  content: "";
  position: absolute;
  top: -35%;
  right: 0;
  height: 753px;
  width: 100%;
  background-image: url("../images/about/mission.webp");
  background-size: cover;
  background-position: center;
}

.mission_description {
  position: relative;
  max-width: 600px;
  z-index: 3;
  margin-top: 2rem;
}

.mission_description-header {
  font-size: 3.5rem;
  font-family: "Segoe";
  font-weight: bold;
  color: #8f181f;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 2rem;
}

.mission_description-text {
  color: #000000;
  text-shadow: 0 0 black;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tajawal light";
  font-weight: 600;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.about-core {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.about-core::before {
  content: "";
  position: absolute;
  top: -35%;
  left: 0;
  height: 650px;
  width: 100%;
  background-image: url("../images/about/core.webp");
  background-size: cover;
}

.core_description {
  position: relative;
  max-width: 600px;
  z-index: 3;
}

.core_description-header {
  font-size: 3.5rem;
  font-family: "Segoe";
  font-weight: bold;
  color: #8f181f;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 2rem;
}

.core_description-text {
  color: #000000;
  text-shadow: 0 0 black;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tajawal light";
  font-weight: 600;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.arabic :is(h1, h2, h3, h4, button, a) {
  font-family: "Tajawal medium";
}

.arabic p {
  font-family: "Tajawal light";
}

.arabic h1 {
  font-size: 5rem;
}

.arabic .hero_title h1 {
  background-color: #f2f2f2;
  text-align: center;
  padding: 0.25rem;
}

.arabic :is(.about-mission, .about-core, .about-vision) p {
  direction: rtl;
  text-align: justify;
  margin-right: 2rem;
  margin-left: 2rem;
}

@media screen and (max-width: 1200px) {
  .hero_title {
    font-size: 4vw;
  }
  .about_hero img {
    width: 31vw;
  }
  .about-vision::before {
    width: 100%;
  }
  .mission_description {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero_text {
    font-size: 2.8vw;
  }
  .about-vision::before {
    width: 100%;
  }
  .about-mission::before {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .about-mission, .about-core {
    justify-content: center;
  }
  .mission_description {
    margin-top: 6rem;
  }
  .about-vision::before {
    background-size: cover;
  }
  .vision_description-header, .mission_description-header, .core_description-header {
    font-size: 8vw;
  }
  .vision_description-text, .mission_description-text, .core_description-text {
    font-size: 4.5vw;
    line-height: 1.7;
  }
  .about-core::before {
    height: 900px;
  }
  .arabic .hero_title h1 {
    font-size: 8vw;
  }
  .arabic :is(.vision_description-header, .mission_description-header, .core_description-header) {
    font-size: 11vw;
  }
  .arabic .mission_description {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 496px) {
  .about-vision, .about-mission, .about-core {
    justify-content: center;
  }
  .hero_text {
    font-size: 3.5vw;
    width: 71vw;
    padding: 0.5rem;
  }
  .text_container {
    margin-top: 1rem;
  }
  .vision_description-text, .mission_description-text, .core_description-text {
    font-size: 6vw;
    width: 90vw;
    line-height: 1.8;
  }
  .arabic .vision_description-text, .mission_description-text, .core_description-text {
    font-size: 6vw;
    width: 80vw;
    line-height: 1.8;
  }
  .about-core::before {
    height: 980px;
  }
  .arabic {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 717px) and (max-width: 766px) {
  .mission_description {
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  .about_hero-header {
    padding-top: 20rem;
  }
  .hero_title {
    width: 30vw;
    font-size: 3vw;
  }
  .hero_text {
    font-size: 2vw;
  }
  .about_hero img {
    width: 35vw;
  }
  .navbar .container {
    max-width: 1500px;
  }
  .vision_description, .mission_description, .core_description {
    max-width: 800px;
  }
  .vision_description-header, .mission_description-header, .core_description-header {
    font-size: 5vw;
  }
  .vision_description-text, .mission_description-text, .core_description-text {
    font-size: 2.5vw;
  }
  .vision_description, .core_description {
    margin-right: 3rem;
  }
  .about-vision::before {
    height: 960px;
  }
  .about-mission::before, .mission_description {
    margin-top: 14vw;
  }
  .mission_description {
    margin-left: 3rem;
  }
  .core_description {
    margin-top: 10vw;
    margin-bottom: 3rem;
  }
  .about-core::before {
    bottom: 0;
    top: unset;
    height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  .mission_description {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 1800px) {
  .core_description {
    margin-top: 0;
  }
}/*# sourceMappingURL=about.css.map */