@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: auto;
    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: rgba(44, 206, 118, 1);
    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;
  background-image: url("../images/header.png");
  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;
  }
  @media (max-width: 768px) {
    h2 {
      font-weight: 700;
      font-size: 30px;
    }
    p {
      font-size: 15px;
    }
  }
}
.customerApp {
  .apps {
    width: 352px;
    height: 48px;
    background-color: rgba(205, 244, 223, 1);
    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: rgba(44, 206, 118, 1);
    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: 730px;
  }
  .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 {
    margin: 0 !important ;
    padding-top: 0 !important;
    h3 {
      font-size: 35px !important;
    }
  }
}

.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;
      margin: auto;
    }
    h3 {
      font-size: 30px !important;
    }
    br {
      display: none;
    }
  }
}
.screens {
  background-color: rgba(44, 206, 118, 1);
  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;
  }

  .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;
    }
  }
  .image {
    height: 680px;
  }
}
@media (max-width: 768px) {
  .screens {
    h3 {
      margin-top: 20px;
      font-size: 35px !important;
    }
    p {
      font-size: 13px;
    }
    .image {
      width: 75%;
      margin: auto;
    }
  }
}

.work {
    .image {
    width: 100%;
    height: auto;
  }
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: #0f172a;
  }
  p {
    font-weight: 400;
    font-size: 32px;
    color: #030b11;
    position: relative;
    cursor: pointer;
  }
  .owl-theme .item {
    margin: auto;
    text-align: center;
    img {
      width: 300px;
      height: 500px;
    }
  }

  .active {
    font-weight: 700;
    font-size: 32px;
    color: #161767;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    direction: rtl;
  }
  .outer {
    width: 500px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid #161767;
    display: flex;
    justify-content: center;
    align-items: center;
    .inner {
      width: 360px;
      height: 360px;
      border-radius: 50%;
      border: 8px solid #161767;
    }
  }

  p.active::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #161767;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
    margin-left: 30px;
  }

  p::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #cbd5e1;
    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: 100% !important;
      height: auto !important;

      img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
    h3 {
      font-size: 30px !important;
    }
    .active {
      font-size: 20px;
    }
    p {
      font-size: 20px;
    }
    .outer {
      display: none;
    }
  }
  .owl-theme .item {
    
    img {
      width: 300px;
      height: 600px !important;
    }
  }
}
.driver {
  background-color: rgba(16, 47, 100, 1);
  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;
  }
}
.one {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.two {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.privacy-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.9;
}

.privacy-container h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #124261;
  border-bottom: 2px solid rgba(44, 206, 118, 1);
  padding-bottom: 10px;
}

.privacy-section {
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 22px;
  color: #b20404;
  margin-bottom: 15px;
}

.privacy-section ul {
  list-style: disc;
  padding-right: 20px;
}

.privacy-section li {
  margin-bottom: 10px;
  color: #333;
}

@media (max-width: 600px) {
  .privacy-container {
    padding: 20px;
    margin: 20px;
  }

  h1 {
    font-size: 24px;
  }

  .privacy-section h2 {
    font-size: 20px;
  }
}
.text-last-start {
  text-align-last: start !important;
  -moz-text-align-last: start !important; /* Firefox support */
}
