@font-face {
  font-family: DINNextLTW23-Medium;
  font-display: swap;
  src: url(DINNextLTW23-Medium.c0b60f7f.eot);
  src: local("DINNextLTW23-Medium"), local(DINNextLTW23-Medium),
    url(DINNextLTW23-Medium.c0b60f7fd41d.eot?#iefix) format("embedded-opentype"),
    url(DINNextLTW23-Medium.abe52636.woff2) format("woff2"),
    url(DINNextLTW23-Medium.7ea804a1.woff) format("woff"),
    url(DINNextLTW23-Medium.1a8a401d.ttf) format("truetype"),
    url(DINNextLTW23-Medium.9bdc9b68.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-06f9;
}
@font-face {
  font-family: DINNextLTW23-Light;
  font-display: swap;
  src: url(DINNextLTW23-Light.0d2eecdc.eot);
  src: local("DINNextLTW23-Light"), local(DINNextLTW23-Light),
    url(DINNextLTW23-Light.0d2eecdcd41d.eot?#iefix) format("embedded-opentype"),
    url(DINNextLTW23-Light.a4429561.woff2) format("woff2"),
    url(DINNextLTW23-Light.a0f7fdb4.woff) format("woff"),
    url(DINNextLTW23-Light.0e459486.ttf) format("truetype"),
    url(DINNextLTW23-Light.e298dc9e.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-06f9;
}
:root {
  --color-primary: #fff;
  --background-primary: #fff;
  --background-secondary: #2a3b45;
  --background-tertiary: #218d7d;
  --max-width: 576px;
  --padding: 16px;
  --margin: 16px;
  --height: 16px;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue,
    sans-serif;
  font-size: 0.9rem;
  line-height: 1.43;
  color: #484848;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
h1 {
  margin: 0;
}
h1 {
  margin-bottom: var(--margin);
}
[direction="rtl"] {
  font-family: DINNextLTW23-Light, sans-serif;
}
.Header {
  background-color: var(--background-white);
  display: flex;
  justify-content: center;
}
.Header-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding);
  width: 100%;
  max-width: var(--max-width);
}
.Hero {
  display: flex;
  justify-content: center;
  background-color: white;
}
.Hero-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
}
.Callout {
  padding: calc(var(--padding) * 1) var(--padding);
  display: flex;
  justify-content: center;
  background-color: #e68b00;
}
.Callout-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--max-width);
}
.Callout-english {
  font-weight: 700;
}
.Callout-arabic,
.Callout-english {
  font-size: 2rem;
  color: var(--color-primary);
  margin: 0;
}
.Callout-arabic {
  font-family: DINNextLTW23-Medium, sans-serif;
}
@media (min-width: 576px) {
  .Callout {
    padding: calc(var(--padding) * 2) var(--padding);
  }
  .Callout-english {
    font-size: 2rem;
  }
  .Callout-arabic {
    font-size: 3rem;
  }
}
.PaymentMethods {
  padding: calc(var(--padding) * 1) var(--padding);
  display: flex;
  justify-content: center;
  background: rgb(9,32,100);
  background: -moz-linear-gradient(90deg, rgba(9,32,100,1) 35%, rgba(28,74,114,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(9,32,100,1) 35%, rgba(28,74,114,1) 100%);
  background: linear-gradient(90deg, rgba(9,32,100,1) 35%, rgba(28,74,114,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#092064",endColorstr="#1c4a72",GradientType=1); 
}
.PaymentMethods-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
}
.Logo {
  height: calc(var(--height) * 6);
}
@media (min-width: 576px) {
  .Logo {
    height: calc(var(--height) * 10);
  }
}
.SponserLogo {
  height: calc(var(--height) * 3);
  max-width: 40%;
}
@media (min-width: 576px) {
  .SponserLogo {
    height: calc(var(--height) * 4);
  }
}
.PaymentMethod {
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  padding: var(--padding);
  margin-top: var(--margin);
  margin-bottom: var(--margin);
  position: relative;
}
.PaymentMethod-english {
  font-size: 1rem;
  font-weight: 500;
}
.PaymentMethod-arabic {
  margin-bottom: 4px;
}
.PaymentMethod-index {
  background-color: #2a3b45;
  color: #fff;
  border-radius: 100%;
  font-size: 1rem;
  font-weight: 700;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.PaymentMethod--sms {
  box-shadow: none;
  padding: 0;
}
.PaymentMethod--sms .PaymentMethod-arabic,
.PaymentMethod--sms .PaymentMethod-english {
  color: #ffffff;
}
.PaymentMethod--website {
  background-color: #e64300;
}
.PaymentMethod--call {
  background-color: #009ca9;
}
.PaymentMethod--bank {
  background-color: #01487c;
}
@media (min-width: 700px) {
  .PaymentMethod-index {
    right: -48px;
    top: 16px;
  }
}
.List {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.Divider {
  color: #ffffff;
  position: relative;
  margin: 18px;
}
.Divider-english {
  left: calc(50% - 25px);
}
.Divider-arabic,
.Divider-english {
  position: absolute;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.Divider-arabic {
  right: calc(50% - 25px);
}
.MealList {
  display: flex;
  justify-content: space-between;
}
.MealList-item {
  flex: 1;
  margin-right: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.MealList-item:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .MealList-item {
    margin-right: 16px;
  }
}
.MonthlyMeal {
  flex-direction: column;
  padding: 0.2rem;
  display: flex;
}
.MonthlyMealElem {
  background: #cecece;
  background: linear-gradient(
    45deg,
    #cecece,
    #cecece 49%,
    #c5c5c5 51%,
    #c5c5c5
  );
  display: flex;
  flex-direction: row-reverse;
  padding: 8px 0;
  color: black;
  justify-content: space-evenly;
}
.MonthlyMeal-numbertop {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.MonthlyMeal-number {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.Meal {
  background: #da9b30;
  background: linear-gradient(
    45deg,
    #da9b30,
    #da9b30 49%,
    #d18621 51%,
    #d18621
  );
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.Meal-arabic,
.Meal-english {
  font-size: 1rem;
}
.Meal-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  .Meal-number {
    font-size: 48px;
  }
}
.Amount {
  background-color: #965c18;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.Amount-arabic,
.Amount-english {
  line-height: 1;
  font-size: 1rem;
}
.Amount-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  .Amount-number {
    font-size: 2rem;
  }
}
.Footer {
  background-color: var(--background-white);
}
.Footer,
.Footer-body {
  display: flex;
  justify-content: center;
}
.Footer-body {
  align-items: flex-end;
  padding: var(--padding);
  width: 100%;
  max-width: var(--max-width);
}
.Footer-logo {
  height: 32px;
  margin: 0 16px;
}
/*# sourceMappingURL=/src.34245241.css.map */
