@keyframes marquee {
  from {
    transform: translateX(calc(100vw + 64rem)); }
  to {
    transform: translateX(-100%); } }

@keyframes phone-left {
  0% {
    transform: translate(3rem, 3rem);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes phone-middle {
  0% {
    transform: translate(-50%, 3rem);
    opacity: 0; }
  100% {
    transform: translate(-50%, 0);
    opacity: 1; } }

@keyframes phone-right {
  0% {
    transform: translate(-3rem, 3rem);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  background-image: url("../img/single-repeatable-block.svg");
  background-size: 39rem;
  background-blend-mode: multiply; }

::selection {
  background-color: #217951;
  color: #ffffff; }

.container {
  max-width: 155.8rem;
  padding: 0 6rem; }
  @media (max-width: 991px) {
    .container {
      padding: 0 2.5rem; } }

.heading {
  color: #F5EEDF; }
  @media (max-width: 991px) {
    .heading {
      text-align: center; } }
  .heading--primary {
    color: #333333;
    font-family: "Lalezar", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    line-height: 7rem;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    font-weight: normal; }
    @media (max-width: 991px) {
      .heading--primary {
        font-size: 5.2rem; } }
    @media (max-width: 768px) {
      .heading--primary {
        font-size: 4.2rem;
        line-height: 5rem;
        font-size: 3.2rem; } }
    @media (max-width: 576px) {
      .heading--primary {
        font-size: 3.4rem; } }
  .heading--primary-underline {
    position: relative; }
    .heading--primary-underline img {
      position: absolute;
      right: 0;
      bottom: -2.5rem;
      width: 100%; }
      @media (max-width: 991px) {
        .heading--primary-underline img {
          right: unset;
          right: 50%;
          transform: translateX(50%) translateY(5px); } }
      @media (max-width: 768px) {
        .heading--primary-underline img {
          width: 10rem; } }
    .heading--primary-underline span {
      margin-bottom: 4rem;
      display: inline-block; }
      @media (max-width: 768px) {
        .heading--primary-underline span {
          width: 10rem; } }
    .heading--primary-underline-2 {
      display: inline-block; }
    .heading--primary-underline-block {
      display: block; }
      .heading--primary-underline-block img {
        bottom: -0.5rem;
        width: 15rem; }
        @media (max-width: 768px) {
          .heading--primary-underline-block img {
            bottom: 1.5rem;
            width: 10rem; } }
    .heading--primary-underline-block-2 {
      display: block; }
      .heading--primary-underline-block-2 img {
        left: 0;
        right: unset;
        bottom: -5.5rem; }
        @media (max-width: 991px) {
          .heading--primary-underline-block-2 img {
            right: 50%;
            transform: translateX(50%);
            left: unset; } }
        @media (max-width: 768px) {
          .heading--primary-underline-block-2 img {
            bottom: -2.5rem; } }
  .heading--primary-green {
    color: #217951; }
  .heading--secondary {
    color: #000000;
    font-family: 'Lalezar', sans-serif;
    font-weight: 400;
    font-size: 3.3rem;
    line-height: 4.7rem;
    letter-spacing: 0; }
    @media (max-width: 768px) {
      .heading--secondary {
        font-size: 2.8rem; } }
    .heading--secondary span {
      color: #F5EEDF; }
  .heading--tertiary {
    font-weight: 500;
    font-size: 3.2rem; }
    .heading--tertiary--font-weight-700 {
      font-weight: 700; }
    @media (max-width: 768px) {
      .heading--tertiary {
        font-size: 2.2rem; } }
    .heading--tertiary span {
      color: #F5EEDF;
      font-weight: 600; }
  .heading--fourth {
    font-weight: 500;
    font-size: 2.4rem; }
    @media (max-width: 768px) {
      .heading--fourth {
        font-size: 2.2rem; } }
    .heading--fourth--back-green {
      background-color: #217951;
      color: #ffffff;
      padding: 2.3rem 4rem; }
    .heading--fourth small {
      font-size: 1.4rem; }
    .heading--fourth strong {
      margin-right: 2.5rem; }
  .heading--font-weight-500 {
    font-weight: 500; }
  .heading--font-weight-700 {
    font-weight: 700; }
  .heading--font-weight-600 {
    font-weight: 600; }

.paragraph {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 0;
  font-weight: 400;
  word-wrap: break-word;
  color: #333333; }
  @media (max-width: 991px) {
    .paragraph {
      text-align: center; } }
  @media (max-width: 576px) {
    .paragraph {
      font-size: 2rem; } }
  .paragraph--size-32 {
    font-size: 3.2rem; }
  .paragraph--color-white {
    color: #ffffff; }
  .paragraph--color-primary {
    color: #217951; }
  .paragraph--color-secondary {
    color: #F5EEDF; }
  .paragraph--font-weight-500 {
    font-weight: 500; }
  .paragraph--font-weight-700 {
    font-weight: 700; }
  .paragraph--font-weight-600 {
    font-weight: 600; }
  .paragraph--s {
    font-size: 1.4rem; }

.u-center-text {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-margin-bottom-small {
  margin-bottom: 1.6rem; }

.u-margin-bottom-medium {
  margin-bottom: 2rem; }
  .u-margin-bottom-medium--3 {
    margin-bottom: 3rem; }

.u-margin-bottom-large {
  margin-bottom: 5.8rem; }
  @media (max-width: 768px) {
    .u-margin-bottom-large {
      margin-bottom: 3rem; } }

.u-margin-top-small {
  margin-top: 1.5rem; }

.u-margin-top-medium {
  margin-top: 3rem; }

.u-margin-top-large {
  margin-top: 5.8rem; }
  @media (max-width: 768px) {
    .u-margin-top-large {
      margin-top: 3rem; } }

.u-margin-right-small {
  margin-right: 2rem; }

.u-margin-right-medium {
  margin-right: 5rem; }

.u-margin-right-large {
  margin-right: 13.3rem; }

.u-margin-between-large {
  margin: 0 15rem; }

.u-postion-relative {
  position: relative; }

.u-padding-4 {
  padding: 4rem; }

.u-height-100 {
  height: 100%; }

.u-padding-5 {
  padding: 5rem; }

.u-width-70 {
  width: 70%; }
  @media (max-width: 991px) {
    .u-width-70 {
      width: 100%; } }

.u-width-100 {
  width: 100%; }
  @media (max-width: 991px) {
    .u-width-100 {
      width: 50%; } }

.u-margin-auto {
  margin: 0 auto; }

.u-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003a404d; }

.u-display-block {
  display: block !important; }

.u-color-white {
  color: #ffffff; }

.u-color-green {
  color: #217951; }

.u-color-orange {
  color: #EE5D33; }

.u-color-yellow {
  color: #F7AE30; }

.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

.btn {
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 2.4rem;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  font-family: 'IBM Plex Sans Arabic', sans-serif; }
  .btn-primary {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.12rem;
    letter-spacing: 0;
    color: #F5EEDF;
    background-color: #217951;
    padding: 1.5rem 13rem;
    border-radius: 50px; }
    @media (max-width: 576px) {
      .btn-primary {
        width: 100%;
        padding: 1.5rem 2rem; } }
    .btn-primary:hover {
      transform: translateY(-3px);
      color: #F5EEDF !important;
      background-color: #217951 !important; }
    .btn-primary:active {
      transform: translateY(2px);
      box-shadow: 0px 1px 1px 1px #32475c54;
      color: #F5EEDF !important;
      background-color: #217951 !important; }
  .btn-secondary {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.12rem;
    letter-spacing: 0;
    background-color: #F5EEDF;
    color: #217951;
    padding: 1.5rem 13rem;
    border-radius: 50px; }
    @media (max-width: 576px) {
      .btn-secondary {
        width: 100%;
        padding: 1.5rem 2rem; } }
    .btn-secondary:hover {
      transform: translateY(-3px);
      background-color: #F5EEDF !important;
      color: #217951 !important; }
    .btn-secondary:active {
      transform: translateY(2px);
      box-shadow: 0px 1px 1px 1px #32475c54;
      background-color: #F5EEDF !important;
      color: #217951 !important; }
  .btn--no-animate:hover {
    transform: translateX(0) !important; }
  .btn--no-animate:active {
    transform: translateX(0) !important; }
  .btn--w-full {
    width: 100%; }
  .btn-lang {
    direction: ltr;
    padding: 0.7rem 1.5rem;
    background-color: #333333 !important;
    color: #ffffff !important;
    font-family: Readex Pro;
    font-weight: 400;
    font-size: 1.177rem;
    line-height: 1.471rem;
    letter-spacing: 0;
    border-radius: 50px; }
    .btn-lang img {
      width: 1.54rem;
      height: 1.39rem;
      margin-right: 0.5rem; }

.btn-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #217951;
  text-decoration: none; }
  .btn-text img {
    transition: all 0.15s ease-in-out; }
  .btn-text:hover {
    color: #217951; }
  .btn-text:hover img {
    transform: translateX(0.5rem); }
  .btn-text--no-animate:hover img {
    transform: translateX(0rem); }

.testimonial {
  padding: 20px; }
  .testimonial__content {
    background-color: #217951;
    border-radius: 4px;
    padding: 1.6rem 1.9rem;
    position: relative;
    margin-bottom: 3.6rem; }
    .testimonial__content::after {
      content: '';
      position: absolute;
      bottom: -3.3rem;
      right: 0;
      width: 0;
      height: 0;
      border-left: 4.5rem solid transparent;
      border-right: 4.5rem solid transparent;
      border-top: 7rem solid #217951;
      z-index: -1; }
  .testimonial__quote {
    color: #F5EEDF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
    margin-bottom: 3.1rem; }
  .testimonial__rating {
    display: flex;
    gap: 4px; }
  .testimonial__star {
    color: #FFB800;
    font-size: 18px; }
  .testimonial__author {
    display: flex;
    align-items: center;
    padding-right: 20px; }
  .testimonial__avatar {
    border-radius: 50%;
    margin-left: 12px;
    object-fit: cover; }
  .testimonial__name {
    color: #000000;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0;
    margin-right: 1.4rem; }
  .testimonial__nav-arrows-group {
    display: flex;
    justify-content: end;
    margin-top: 3rem; }
    @media (max-width: 991px) {
      .testimonial__nav-arrows-group {
        justify-content: start; } }
  .testimonial__arrow {
    border-radius: 4px;
    background-color: #EE5D33;
    width: 4.6rem;
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.85rem;
    user-select: none;
    cursor: pointer;
    transition: all 100ms ease-in-out; }
    .testimonial__arrow:hover {
      transform: scale(1.1); }
    .testimonial__arrow:active {
      transform: scale(1.05); }
    .testimonial__arrow img {
      width: 1.3rem;
      height: auto; }
    .testimonial__arrow--next img {
      transform: rotate(180deg); }
  .testimonial__photo-box {
    width: 5.3rem;
    height: 5.3rem; }
  .testimonial__icon {
    width: 3.5rem !important; }

.feature {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media (max-width: 991px) {
    .feature {
      margin: 2rem 0; } }
  .feature__title {
    font-family: inherit;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 1.9rem; }
  .feature__text {
    font-family: inherit;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    color: #00000080;
    text-align: center; }
  .feature__icon {
    height: 8.2rem;
    width: 8.2rem;
    margin-bottom: 3.3rem; }

.form {
  padding: 3.2rem; }
  .form__label {
    font-weight: 500;
    color: #000000;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333333; }
  .form__input {
    font-size: 1.5rem;
    padding: 1.2rem 2.6rem;
    background-color: #F7F7F7;
    border: 1px solid #0000001a;
    border-radius: 16px; }
    .form__input::placeholder {
      color: #32475c61;
      font-family: 'Readex Pro', sans-serif;
      font-weight: 400;
      font-size: 1.5rem; }
    .form__input--dark {
      background-color: #252525;
      border: 1px solid #323539;
      color: #ffffff; }
      .form__input--dark::placeholder {
        color: #979aa0; }
    .form__input--number-group {
      border-left: unset;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 16px !important;
      border-bottom-right-radius: 16px !important;
      background-color: #F7F7F7; }
    .form__input:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(33, 121, 81, 0.25);
      border-color: rgba(33, 121, 81, 0.25); }
  .form__number-select-group {
    position: relative;
    height: 100%;
    background-color: #F7F7F7;
    border: 1px solid #0000001a;
    padding: 1.2rem 2.6rem;
    border-right: none;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form__number-select-group:focus {
      border-color: #0000001a !important;
      box-shadow: none !important;
      outline: none !important; }
    .form__number-select-group::placeholder {
      font-family: 'Readex Pro', sans-serif;
      font-weight: 400;
      font-size: 1.5rem; }
  .form__select {
    font-size: 1.5rem;
    padding: 1.2rem;
    background-color: #f8f9fb;
    border: 1px solid #0000001a;
    border-radius: 8px; }
    .form__select option[value=""][disabled] {
      display: none; }
    .form__select::placeholder {
      color: #32475c61; }
  .form__group-number {
    padding: 0;
    border: unset;
    background-color: rgba(0, 0, 0, 0); }
    .form__group-number span {
      padding: 0;
      border-right: none;
      border: none;
      border-top-left-radius: 16px !important;
      border-bottom-left-radius: 16px !important;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .form__group-number span::after {
        position: absolute;
        content: "";
        display: block;
        width: 1px;
        height: 50%;
        background-color: #00000080; }
  .form__text-area {
    font-size: 1.5rem;
    padding: 1.2rem;
    background-color: #F7F7F7;
    border: 1px solid #0000001a;
    border-radius: 16px; }
    .form__text-area::placeholder {
      color: #32475c61;
      font-family: 'Readex Pro', sans-serif;
      font-weight: 400;
      font-size: 1.5rem; }
    .form__text-area:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(33, 121, 81, 0.25);
      border-color: rgba(33, 121, 81, 0.25); }
  .form__check-input {
    border: 1px solid #0000001a;
    border-radius: 4px !important;
    width: 2rem;
    height: 2rem; }
    .form__check-input:checked {
      background-color: #217951; }
    .form__check-input:focus {
      border-color: #217951 !important;
      box-shadow: 0 0 0 0.25rem rgba(33, 121, 81, 0.25) !important; }
  .form__check-label {
    color: #F5EEDF;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 1.5rem; }
    @media (max-width: 991px) {
      .form__check-label {
        font-size: 1.1rem; } }

.numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .numbers {
      margin: 3rem 0; } }
  .numbers__container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .numbers__container {
        flex-direction: column; } }
  .numbers__icon {
    width: 6rem;
    height: 6rem;
    margin-bottom: 3.7rem; }
  .numbers__digits {
    font-family: 'Lalezar', sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: 7.4rem;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 1rem; }
  .numbers__text {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    color: #ffffff; }

.phone {
  position: relative;
  width: 38.5rem;
  height: 79rem;
  background: #000;
  border-radius: 50px;
  overflow: hidden;
  padding: 14px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 100; }
  @media (max-width: 1200px) {
    .phone {
      width: 30rem;
      height: 62rem; } }
  .phone__title {
    width: 38.5rem;
    text-align: center;
    margin-bottom: 2.9rem; }
    @media (max-width: 991px) {
      .phone__title {
        width: 100%; } }
  .phone__notch {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    height: 3rem;
    background: url("../img/phone-notch.png");
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2; }
  .phone__screen {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    background: #fff; }
  .phone__video-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000; }
  .phone__video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .phone__video--main {
      width: auto;
      height: 76.9rem;
      object-fit: contain;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
      @media (max-width: 991px) {
        .phone__video--main {
          height: 59.65rem; } }
    .phone__video--background {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .phone__wrap {
    position: relative; }
    @media (max-width: 991px) {
      .phone__wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  .phone__shape {
    position: absolute; }
    .phone__shape--1 {
      left: 0;
      top: 9rem; }
    .phone__shape--2 {
      top: 40rem;
      left: 12%; }

.footer {
  position: relative;
  background-color: #217951;
  padding: 6.4rem 0 20rem 0;
  margin-top: -10rem;
  color: #F5EEDF; }
  @media (max-width: 991px) {
    .footer {
      padding: 6.4rem 0 12rem 0; } }
  .footer .container {
    z-index: 20;
    position: relative; }
  .footer::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/footer-t.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 50%;
    width: 100%;
    height: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    z-index: 10; }
    @media (max-width: 991px) {
      .footer::after {
        background-size: 100%; } }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/footer-text.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 50%;
    width: 100%;
    height: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    z-index: 10; }
    @media (max-width: 991px) {
      .footer::before {
        background-size: 90%; } }
  .footer__title {
    font-family: 'Lalezar', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 0;
    color: inherit;
    margin-bottom: 2rem; }
  .footer__locations-box {
    margin: 4rem 0; }
  .footer__locations {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 0;
    color: inherit;
    list-style: none; }
  .footer--no-margin {
    margin-top: 0; }
  .footer__heading {
    font-family: Lalezar;
    font-weight: 400;
    font-size: 5.736rem;
    line-height: 7.169rem;
    letter-spacing: 0;
    color: inherit;
    margin-bottom: 2rem; }
  .footer__contact-box {
    text-align: left; }
    @media (max-width: 991px) {
      .footer__contact-box {
        text-align: right; } }
  .footer__send {
    text-align: center; }
  .footer__contact {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 0;
    color: inherit;
    word-break: break-all; }
    @media (max-width: 576px) {
      .footer__contact {
        font-size: 2rem; } }
  .footer__logo {
    margin-bottom: 6.9rem; }
    @media (max-width: 991px) {
      .footer__logo {
        margin-bottom: 4.5rem; } }
  .footer__social-links {
    list-style: none;
    display: flex; }
    @media (max-width: 991px) {
      .footer__social-links {
        justify-content: center;
        margin-bottom: 2rem;
        padding-left: 0; } }
    .footer__social-links li {
      margin: 0 1rem; }
      .footer__social-links li a {
        padding: 1rem; }
  .footer__terms-and-conditions {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.61rem;
    letter-spacing: 0; }
  .footer__copy-rights {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.61rem;
    letter-spacing: 0; }
    @media (max-width: 991px) {
      .footer__copy-rights {
        text-align: center; } }
  .footer__show-mobile {
    display: none; }
    @media (max-width: 991px) {
      .footer__show-mobile {
        display: block; } }
  .footer__hide-mobile {
    display: inline-block;
    text-align: center; }
    @media (max-width: 991px) {
      .footer__hide-mobile {
        display: none; } }

.header {
  display: flex;
  padding: 2.4rem 0; }
  @media (max-width: 991px) {
    .header__logo img {
      height: 2rem; } }
  .header__cta {
    display: flex; }
    .header__cta .dropdown-toggle::after {
      display: none; }
    .header__cta--mobile {
      display: none;
      margin-right: 1rem; }
    .header__cta--desktop {
      display: flex; }
      @media (max-width: 991px) {
        .header__cta--desktop {
          display: none; } }
  .header__cta-wrap {
    display: flex; }

.nav-link {
  color: #333333;
  margin: 0 1rem;
  font-family: Readex Pro;
  font-weight: 400;
  font-size: 1.854rem;
  line-height: 2.317rem;
  letter-spacing: 0%; }
  .nav-link img {
    margin-right: 5px; }
  .nav-link--active {
    position: relative;
    color: #217951; }
    .nav-link--active::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #217951;
      transform: translate(0.75rem, 3rem); }
      @media (max-width: 991px) {
        .nav-link--active::after {
          display: none; } }

.navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-nav {
  background-color: #F5EEDF;
  padding: 1.5rem 5rem;
  border-radius: 1.2rem; }
  @media (max-width: 991px) {
    .navbar-nav {
      justify-content: center;
      align-items: center; } }
  @media (max-width: 576px) {
    .navbar-nav {
      padding: 1.5rem 3rem; } }
  .navbar-nav .active {
    color: #217951 !important; }

.navbar-collapse {
  display: flex;
  justify-content: center; }

.navbar-show-mobile {
  display: none; }
  @media (max-width: 991px) {
    .navbar-show-mobile {
      display: block; } }

.contact-us {
  position: relative;
  padding: 10rem 0 10rem 0;
  background-image: url(../img/contact-us-shape.svg);
  background-repeat: no-repeat;
  background-position: right 8rem;
  background-size: 53rem; }
  .contact-us__title {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column; }
    @media (max-width: 991px) {
      .contact-us__title {
        align-items: center;
        text-align: center; } }
  .contact-us__social-links {
    list-style: none;
    display: flex; }
    @media (max-width: 991px) {
      .contact-us__social-links {
        justify-content: center;
        margin-bottom: 2rem;
        padding-left: 0; } }
    .contact-us__social-links li {
      margin: 0 0.5rem; }
      .contact-us__social-links li a {
        padding: 0.5rem; }
  .contact-us__show-mobile {
    display: none; }
    @media (max-width: 991px) {
      .contact-us__show-mobile {
        display: block; } }
  .contact-us__hide-mobile {
    display: block; }
    @media (max-width: 991px) {
      .contact-us__hide-mobile {
        display: none; } }
  @media (max-width: 991px) {
    .contact-us__heading-span {
      width: auto !important; } }

.hero {
  padding: 10.1rem 0 5rem 0;
  background-blend-mode: multiply; }
  @media (max-width: 768px) {
    .hero {
      padding: 5rem 0 5rem 0; } }
  .hero__text-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 40; }
    @media (max-width: 991px) {
      .hero__text-block {
        text-align: center; } }
  .hero__primary {
    text-align: center;
    width: 60%;
    line-height: 5rem; }
    @media (max-width: 991px) {
      .hero__primary {
        width: 100%; } }
    @media (max-width: 768px) {
      .hero__primary {
        line-height: 3rem; } }
    @media (max-width: 768px) {
      .hero__primary img {
        width: 7rem;
        bottom: -.5rem; } }
  @media (max-width: 768px) {
    .hero .heading--primary-underline span {
      margin-bottom: 3rem; } }
  .hero__cta {
    display: flex;
    justify-content: center;
    align-items: baseline; }
    .hero__cta--apple {
      width: 17.2rem;
      margin: 0 1rem; }
      .hero__cta--apple img {
        width: 100%; }
      @media (max-width: 576px) {
        .hero__cta--apple {
          width: 50%; } }
    .hero__cta--google {
      width: 17.2rem;
      margin: 0 1rem; }
      .hero__cta--google img {
        width: 100%; }
      @media (max-width: 576px) {
        .hero__cta--google {
          width: 50%; } }
  .hero__text {
    width: 45%;
    text-align: center; }
    @media (max-width: 991px) {
      .hero__text {
        width: 100%; } }
  .hero__phones-container {
    position: relative;
    z-index: 500;
    height: 100%;
    max-width: 96rem;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .hero__phones-container {
        max-width: 50rem; } }
    @media (max-width: 576px) {
      .hero__phones-container {
        width: 100%; } }
  .hero__phone {
    position: absolute; }
    @media (max-width: 991px) {
      .hero__phone {
        width: 40%; } }
    @media (max-width: 576px) {
      .hero__phone {
        width: 40%; } }
    .hero__phone--1 {
      left: 0;
      bottom: 0;
      z-index: 20;
      opacity: 0;
      animation: phone-left 1s ease-in-out 0.3s 1 normal forwards; }
    .hero__phone--2 {
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      z-index: 30;
      opacity: 0;
      animation: phone-middle 1s ease-in-out 0.5s 1 normal forwards; }
    .hero__phone--3 {
      right: 0;
      bottom: 0;
      z-index: 10;
      opacity: 0;
      animation: phone-right 1s ease-in-out 0.7s 1 normal forwards; }
  .hero__shape-container {
    position: relative;
    height: 60rem;
    transform: translateY(1rem); }
    @media (max-width: 991px) {
      .hero__shape-container {
        height: 30rem; } }
  .hero__shape--1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20; }
  .hero__shape--2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 0; }
    @media (max-width: 991px) {
      .hero__shape--2 {
        height: 30rem; } }
    @media (max-width: 576px) {
      .hero__shape--2 {
        height: auto;
        width: 100%; } }
  .hero__banner {
    position: absolute;
    background-color: #217951;
    padding: 8rem 0;
    width: 100%;
    left: 0;
    transform: translateY(-9.3rem);
    z-index: 40;
    overflow: hidden;
    clip-path: polygon(0 54%, 100% 0, 100% 46%, 0% 100%); }
    @media (max-width: 1400px) {
      .hero__banner {
        font-size: 2rem;
        transform: translateY(-9rem); } }
    @media (max-width: 1200px) {
      .hero__banner {
        clip-path: unset;
        padding: 2rem 0;
        transform: translateY(0); } }
    @media (max-width: 768px) {
      .hero__banner {
        padding: 2rem 0; } }
  .hero__banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 155rem;
    margin: 0 auto;
    padding: 0 20px;
    transform: rotate(-3.38deg); }
    @media (max-width: 1400px) {
      .hero__banner-container {
        transform: rotate(-5.3deg); } }
    @media (max-width: 1200px) {
      .hero__banner-container {
        transform: rotate(0); } }
    @media (max-width: 768px) {
      .hero__banner-container {
        animation: marquee 10s linear infinite;
        flex-shrink: 0; } }
  .hero__banner-item {
    color: #F5EEDF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    font-family: 'Lalezar', sans-serif;
    font-weight: 400;
    font-size: 3.192rem;
    line-height: 5.32rem;
    letter-spacing: 0; }
    .hero__banner-item:not(:last-child)::after {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url("../img/shape-letter-t.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-right: 2.2rem; }
      @media (max-width: 1400px) {
        .hero__banner-item:not(:last-child)::after {
          width: 20px;
          height: 20px;
          margin-right: 2rem; } }
    @media (max-width: 1400px) {
      .hero__banner-item {
        font-size: 2rem; } }
    @media (max-width: 991px) {
      .hero__banner-item {
        font-size: 1.2rem; } }
    @media (max-width: 768px) {
      .hero__banner-item {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        flex-shrink: 0;
        margin: 0 2rem; } }

.features {
  padding-bottom: 20rem; }
  @media (max-width: 991px) {
    .features__column-reverse {
      flex-direction: column-reverse; } }
  @media (max-width: 991px) {
    .features {
      direction: rtl; } }
  .features__text {
    padding: 0 7rem 0 17rem;
    margin-top: 2rem; }
    @media (max-width: 1400px) {
      .features__text {
        padding: 0 7rem 0 7rem; } }
    @media (max-width: 991px) {
      .features__text {
        padding: 1rem 0;
        text-align: center; } }

.section-app {
  position: relative;
  padding: 8rem 0; }
  .section-app::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(245, 238, 223, 0.5);
    transform: skewY(356.6deg);
    z-index: -1; }
  .section-app__image-container {
    height: 22.5rem;
    overflow: hidden;
    position: relative; }
    .section-app__image-container::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(94.42deg, rgba(0, 198, 125, 0) 14.78%, rgba(0, 198, 125, 0.3) 97.26%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .section-app__image-container--radius-1 {
      border-radius: 3.1rem; }
    .section-app__image-container--radius-2 {
      border-radius: 2000px; }
  .section-app__image {
    width: 100%;
    position: absolute; }
    .section-app__image--1 {
      top: -6rem;
      transform: scaleX(-1); }
      @media (max-width: 991px) {
        .section-app__image--1 {
          right: 0; } }
      @media (max-width: 576px) {
        .section-app__image--1 {
          right: 0;
          bottom: 0;
          top: unset;
          margin-top: 0 !important;
          width: 150%; } }
    .section-app__image--2 {
      top: -23rem;
      transform: scaleX(-1); }
      @media (max-width: 991px) {
        .section-app__image--2 {
          right: 0; } }
      @media (max-width: 576px) {
        .section-app__image--2 {
          right: 0;
          top: -4rem;
          margin-top: 0;
          bottom: 0;
          top: unset; } }
    .section-app__image--3 {
      top: -19rem; }
      @media (max-width: 1400px) {
        .section-app__image--3 {
          top: -12rem; } }
      @media (max-width: 991px) {
        .section-app__image--3 {
          right: 0;
          top: -2rem;
          margin-top: 0 !important; } }
      @media (max-width: 576px) {
        .section-app__image--3 {
          bottom: 0;
          top: unset;
          margin-top: 0 !important;
          width: 150%; } }
  .section-app__shape {
    position: absolute;
    z-index: -1; }
    .section-app__shape--1 {
      top: -1rem;
      left: 9rem; }
      @media (max-width: 991px) {
        .section-app__shape--1 {
          width: 20%;
          top: unset;
          bottom: -5rem;
          right: 1rem; } }
    .section-app__shape--2 {
      top: 1rem;
      left: 1%; }
      @media (max-width: 991px) {
        .section-app__shape--2 {
          width: 20%; } }
    .section-app__shape--3 {
      left: 0;
      top: 8rem; }
      @media (max-width: 991px) {
        .section-app__shape--3 {
          width: 20%; } }
  .section-app__photo-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin-top: 3rem;
    position: relative; }
    @media (max-width: 991px) {
      .section-app__photo-box {
        text-align: center;
        height: unset; } }
  @media (max-width: 991px) {
    .section-app img {
      margin-top: 5rem; } }
  .section-app__text-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .section-app__text-box--margin {
      margin-top: 7rem;
      padding: 0 7rem; }
      @media (max-width: 991px) {
        .section-app__text-box--margin {
          margin-top: 1rem; } }
    .section-app__text-box--margin-2 {
      margin-top: 5rem;
      padding: 0 7rem 0 19rem; }
      @media (max-width: 1400px) {
        .section-app__text-box--margin-2 {
          padding: 0 7rem 0 7rem; } }
      @media (max-width: 991px) {
        .section-app__text-box--margin-2 {
          margin-top: 1rem; } }
    .section-app__text-box--padding {
      padding-left: 7rem; }
    .section-app__text-box--desktop {
      display: flex; }
      @media (max-width: 991px) {
        .section-app__text-box--desktop {
          display: none; } }
    .section-app__text-box--mobile {
      display: none; }
      @media (max-width: 991px) {
        .section-app__text-box--mobile {
          display: block;
          height: auto; } }
    @media (max-width: 991px) {
      .section-app__text-box {
        text-align: center;
        padding: 2rem 0; } }

.section-about-us {
  position: relative;
  padding: 40rem 0 30rem 0;
  background-image: url(../img/shape-letter-O.svg);
  background-repeat: no-repeat;
  background-position: right 8rem;
  background-size: 70rem; }
  @media (max-width: 991px) {
    .section-about-us {
      background-size: 30rem;
      padding: 17rem 0 12rem 0; } }
  .section-about-us::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(245, 238, 223, 0.5);
    transform: skewY(356.6deg);
    z-index: -1; }
  .section-about-us__title {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem; }

.download {
  position: relative;
  background-color: #217951;
  margin-top: -3.5%;
  overflow: hidden; }
  .download::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47rem;
    height: 46.5rem;
    background: url("../img/shape-letter-O-gray.svg") center/contain no-repeat;
    z-index: 10; }
  .download__container {
    max-width: 155.8rem;
    margin: 0 auto;
    padding: 0 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    position: relative; }
    @media (max-width: 991px) {
      .download__container {
        flex-direction: column;
        text-align: center;
        padding: 5rem 1rem; } }
  .download__phones {
    flex: 0 0 60%;
    position: relative; }
    @media (max-width: 991px) {
      .download__phones {
        margin-bottom: 2rem;
        display: none; } }
  .download__content {
    flex: 0 0 40%;
    text-align: right;
    color: #ffffff; }
    @media (max-width: 991px) {
      .download__content {
        text-align: center; } }
  .download__title {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 5.2rem;
    letter-spacing: 0;
    margin-bottom: 7.6rem; }
    @media (max-width: 991px) {
      .download__title {
        font-size: 2rem; } }
  .download__stores {
    display: flex;
    gap: 1rem; }
    @media (max-width: 991px) {
      .download__stores {
        justify-content: center; } }
  .download__store-link {
    display: inline-block;
    transition: transform 0.3s ease; }
    .download__store-link:hover {
      transform: translateY(-5px); }
  .download__store-image {
    height: 50px;
    width: auto; }
    @media (max-width: 576px) {
      .download__store-image {
        width: 100%;
        height: auto; } }

.section-partners {
  padding: 16.5rem 0; }
  @media (max-width: 991px) {
    .section-partners {
      padding: 10.5rem 0; } }
  .section-partners__photo-box {
    position: relative; }
    @media (max-width: 991px) {
      .section-partners__photo-box {
        margin: 1rem 0; } }
    .section-partners__photo-box img {
      width: 100%; }
  .section-partners__photo-window {
    position: absolute;
    top: 0;
    left: 0; }

.section-numbers {
  position: relative;
  padding: 11.1rem 0;
  background-image: linear-gradient(rgba(33, 121, 81, 0.83), rgba(33, 121, 81, 0.83)), url(../img/photo-1.webp);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 88%);
  background-position-y: 39%;
  background-size: cover; }
  @media (max-width: 991px) {
    .section-numbers {
      clip-path: unset; } }
  .section-numbers::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47rem;
    height: 46.5rem;
    background: url("../img/shape-letter-t-circle.svg") center/contain no-repeat;
    z-index: -1; }
    @media (max-width: 1400px) {
      .section-numbers::before {
        opacity: 0.3; } }
    @media (max-width: 768px) {
      .section-numbers::before {
        display: none; } }
  @media (max-width: 768px) {
    .section-numbers {
      clip-path: unset; } }

.section-phones {
  position: relative;
  padding: 12.3rem 0; }
  @media (max-width: 768px) {
    .section-phones {
      padding: 8.3rem 0; } }
  .section-phones::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5%;
    background-color: rgba(245, 238, 223, 0.5);
    transform: skewY(361.6deg);
    z-index: -1; }
    @media (max-width: 991px) {
      .section-phones::after {
        transform: unset;
        top: 0; } }
  .section-phones__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center; }
    @media (max-width: 991px) {
      .section-phones__text {
        margin: 2rem 0; } }
    @media (max-width: 1200px) {
      .section-phones__text h1 {
        font-size: 3rem; } }
    .section-phones__text p {
      font-family: 'IBM Plex Sans Arabic', sans-serif;
      font-weight: 500;
      font-size: 3.2rem;
      line-height: 4.7rem;
      letter-spacing: 0;
      padding: 0 4rem; }
      @media (max-width: 1200px) {
        .section-phones__text p {
          font-size: 2rem; } }

.section-testimonials {
  position: relative;
  padding: 12rem 0 22rem 0; }
  @media (max-width: 1200px) {
    .section-testimonials {
      padding: 5rem 0 20rem 0; } }
  .section-testimonials::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5.7rem;
    background-color: rgba(245, 238, 223, 0.5);
    transform: skewY(-358.4deg);
    z-index: -1; }
    @media (max-width: 1200px) {
      .section-testimonials::after {
        top: -4.8rem; } }
    @media (max-width: 991px) {
      .section-testimonials::after {
        transform: unset;
        top: 0; } }
    @media (max-width: 768px) {
      .section-testimonials::after {
        transform: unset;
        top: 0; } }
  .section-testimonials::before {
    content: "";
    position: absolute;
    display: block;
    top: 1rem;
    left: 0;
    width: 30rem;
    height: 34rem;
    background-repeat: no-repeat;
    background-image: url(../img/shape-5.svg);
    z-index: -1; }
  .section-testimonials__text {
    max-width: 79rem; }
    .section-testimonials__text p {
      font-family: 'IBM Plex Sans Arabic', sans-serif;
      font-weight: 400;
      font-size: 3rem;
      line-height: 4.5rem;
      letter-spacing: 0; }
