@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
* {
  text-align: right;
  font-family: "Almarai", serif;
}
nav {
  z-index: 520;
  img {
    width: 240px;
    height: 58px;
  }
  a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #19182580 !important;
  }
  .navbar button {
    border: #000000 solid 2px !important;
    color: #000 !important;
    padding: 10px !important;
  }
  .navbar-toggler-icon {
    background-image: none;
    background-color: #000;
    width: 30px;
    height: 3px;
    position: relative;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    background-color: #000;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler-icon::after {
    top: 8px;
  }
  .download {
    width: 134px;
    height: 48px;
    border-radius: 8px;
    background-color: #50b9b3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: none;
  }
}
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column !important;
    text-align: right;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .download {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
  .collapse {
    display: none;
  }

  .collapse.show {
    display: block;
  }
}
header {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: background-image 1s ease-in-out; /* Smooth transition for background change */

  .layer {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to top right, #00000066, #20b59f66);

    h1 {
      font-weight: 700;
      font-size: 100px;
      color: #ffffff;
      font-family: "Aref Ruqaa", serif;
    }

    h4 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      font-family: "Almarai", serif;
    }
  }
}
@media (max-width: 768px) {
  header {
    height: 80vh;
    h1 {
      font-size: 48px !important;
    }
    h4 br {
      display: none;
    }
  }
}

.app {
  h2 {
    font-weight: 800;
    font-size: 55px;
    color: #0f172a;
  }
  p {
    font-weight: 400;
    font-size: 18px;
    color: #0f172a;
    text-align: justify;
    text-align-last: right;
  }
}
.customerApp {
  .apps {
    width: 352px;
    height: 48px;
    background-color: #fff3cc;
    padding: 5px;
    border-radius: 1000px;
  }
  li {
    width: 114px;
    height: 42px;
    a {
      font-size: 16px;
      font-weight: 400;
      color: #000000;
      text-decoration: none;
    }
  }
  .active {
    background-color: #f6aa06;
    border-radius: 9999px;
    text-align: center;
  }
  span {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    a {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .image {
    width: 350px;
    height: 700px;
  }
  .logo {
    width: 202px;
    height: 129px;
    top: -70px;
    right: -70px;
    z-index: -1;
  }
  .content {
    h2 {
      font-weight: 800;
      font-size: 50px;
      color: #000000;
    }
    p {
      font-weight: 400;
      font-size: 18px;
      color: #0f172a;
      text-align: justify !important;
      text-align-last: center;
    }
  }
}
@media (max-width: 768px) {
  .apps {
    width: 300px !important;
  }
  .customerApp {
    h2 {
      font-size: 30px !important;
    }
    .image {
      width: 200px !important;
      height: 500px !important;
    }
    br {
      display: none;
    }
    p {
      padding: 0 20px;
    }
  }
}
.features {
  .row {
    width: 85%;
  }
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: #0f172a;
  }
  .item {
    h4 {
      font-weight: 700;
      font-size: 24px;
      color: #050038;
    }
    p {
      font-weight: 400;
      font-size: 18px;
      color: #0f172a;
      text-align: justify;
      text-align-last: start;
      direction: rtl;
    }
  }
}
@media (max-width: 768px) {
  .features {
    h3 {
      font-size: 35px !important;
    }
  }
}
.banner {
  height: 60vh;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: background-image 1s ease-in-out;
}

.join {
  background-color: rgba(80, 185, 179, 0.08);
  .image {
    width: 600px;
    height: 600px;
  }
  .content {
    display: block !important;
    h3 {
      font-weight: 700;
      font-size: 50px;
      color: #0f172a;

      span {
        color: rgba(37, 177, 163, 1);
      }
    }
    p {
      font-weight: 400;
      font-size: 20px;
      color: rgba(88, 89, 93, 1);
      text-align: justify;
      text-align-last: start;
      direction: rtl;
    }
    button {
      width: 200px;
      height: 60px;
      background-color: white;
      border: 2px solid rgba(46, 47, 53, 1);
      font-weight: 700;
      font-size: 18px;
      border-radius: 5px;
      text-align: center;
      color: rgba(46, 47, 53, 1);
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1); /* Add drop shadow */
    }
  }
}
@media (max-width: 768px) {
  .join {
    .image {
      width: 300px;
      height: 300px;
    }
    h3 {
      font-size: 30px !important;
    }
    br {
      display: none;
    }
  }
}
.screens {
  background-color: #50b9b3;
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: #ffffffff;
  }
  .item {
    height: 50px;
    flex-direction: row-reverse;
    background-color: #ffffff1a;
    color: #ffffff;
    border: 1px solid #ffffff1a;
  }
  p {
    margin: 10px 10px;
    font-weight: 700;
    font-size: 16px;
  }
  .item img {
    max-width: 7%;
    height: 10px;
    object-fit: cover;
  }
  .caursoul-nav {
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    span {
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      background-color: #ffffff;
      border-radius: 50%;
      color: #20b59f;
    }
    .left {
      left: 10px;
    }
    .right {
      right: 10px;
    }
  }
}
@media (max-width: 768px) {
  .screens {
    h3 {
      margin-top: 20px;
      font-size: 35px !important;
    }
    p {
      font-size: 13px;
    }
    .image {
      width: 80%;
      margin: auto;
    }
  }
}

.work {
  .image {
    width: 500px;
    height: 550px;
  }
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: rgba(15, 23, 42, 1);
  }
  p {
    font-weight: 400;
    font-size: 32px;
    color: #030b11;
    position: relative;
    cursor: pointer;
  }

  .active {
    font-weight: 700;
    font-size: 32px;
    color: #20b59f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    direction: rtl;
  }

  .active::after,
  p::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #25b1a3;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
    margin-left: 30px;
  }
  p::after {
    background-color: #cbd5e1;
  }
}
@media (max-width: 768px) {
  .work {
    .image {
      width: 300px;
      height: 300px;
    }
    h3 {
      font-size: 30px !important;
    }
    .active {
      font-size: 20px;
    }
    p {
      font-size: 20px;
    }
  }
}
.driver {
  background-color: #f6aa06;
  h3 {
    font-weight: 800;
    font-size: 46px;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .driver {
    h3 {
      font-size: 30px !important;
    }
  }
  .driver br {
    display: none;
  }
}

.footer {
  background-color: #0f1b24;
}

.footer h4 {
  font-weight: 400;
  font-size: 16px;
  color: #fefefe;
}

.footer p {
  font-weight: 400;
  font-size: 14px;
  color: #fefefe;
}

.footer .icons span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.3);
}

.footer .buttons button {
  border: solid 1px rgba(255, 255, 255, 0.8);
}

.footer a {
  text-decoration: none;
}
.logo {
  width: 150px;
  height: 180px;
}
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column-reverse;
  }
  .footer h4 {
    width: 100%;
    text-align: center !important;
  }
  .icons {
    margin: auto !important;
    margin-top: 20px !important;
  }
}
p {
  text-align: justify;
  direction: rtl;
  text-align-last: start;
}
.footer h6 {
  font-weight: 500;
  color: white;
  font-size: 16px;
  a {
    text-decoration: none;
    color: blue;
    font-weight: 700;
    font-size: 18px;
  }
}

.about_header {
  width: 100%;
  height: 80vh;
  background-color: #50b9b314;
  position: relative;

  h2 {
    font-weight: 700;
    font-size: 56px;
    color: #25b1a3;
    font-family: "Aref Ruqaa", serif;
  }
  p {
    font-weight: 400;
    font-size: 18px;
    color: #0f172a;
  }
  .nav-link-active {
    color: #000 !important;
  }
}

.our_work {
  h3 {
    font-weight: 700;
    font-size: 64px;
    color: #0f172a;
  }
  p {
    font-weight: 400;
    font-size: 18;
    color: #0f172a;
  }
}
@media (max-width: 768px) {
  .about_header .row {
    flex-direction: column-reverse !important;
    row-gap: 10px;
  }
  .our_work .row {
    flex-direction: column-reverse !important;
    row-gap: 10px;
  }
  .about_header {
    height: 100vh;
  }
}
.goals {
  h4 {
    font-weight: 700;
    font-size: 24px;
    color: #15181b;
    text-align: center !important;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    color: #666c89;
    text-align: center !important;
    text-align-last: center;
  }
  img {
    width: 128px;
    height: 128px;
  }
}
.privacy {
  width: 75%;
  margin: auto;
  h2 {
    text-align: end;
    font-weight: 700;
    font-size: 30px;
    color: #191c1f;
  }
}
