@font-face {
  font-family: "montserrat";
  src: url("../webfonts/ArbFONTS-Montserrat-Arabic-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "montserrat", sans-serif;
  transition: scroll 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
  background-color: unset;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #989898;
  border-radius: 30px;
}

:target {
  scroll-margin-top: 120px;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button {
  display: none;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.dropdown-toggle:active {
  background: #fff !important;
  border-color: #4BA664 !important;
}

a,
button {
  transition: 0.3s ease-in-out;
}

.dropdown-toggle::after {
  display: none;
}

body {
  position: relative;
  overflow-x: hidden;
  direction: rtl;
}

header {
  padding: 0px 0;
  z-index: 999;
  background: #f8f8f8;
  position: sticky;
  top: 0;
}
header .layer {
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  height: calc(100vh - 92px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-behavior: allow-discrete;
}
header .layer.show {
  display: block;
  opacity: 1;
}
header nav {
  border-radius: 8px;
  width: 100%;
  display: flex;
}
header nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
header nav .logo a {
  color: #4BA664;
}
header nav .logo a h1 {
  font-size: 22px;
  margin: 0;
}
header nav .logo a img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .nav_links {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 42px;
}
@media screen and (max-width: 768px) {
  header nav .nav_links {
    position: fixed;
    right: -50%;
    top: 92px;
    height: calc(100vh - 92px);
    width: 50%;
    justify-content: flex-start;
    background: #f8f8f8;
    flex-direction: column;
    align-items: self-start;
    padding: 32px 24px;
    gap: 32px;
    z-index: 1;
    transition: 0.3s ease-in-out;
  }
  header nav .nav_links.show {
    right: 0;
  }
}
header nav .nav_links .nav_link {
  color: #222020;
  font-size: 14px;
  position: relative;
}
header nav .nav_links .nav_link::after {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 0;
  background: #4BA664;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
header nav .nav_links .nav_link.active, header nav .nav_links .nav_link:hover {
  color: #4BA664;
}
header nav .nav_links .nav_link.active::after, header nav .nav_links .nav_link:hover::after {
  width: 100%;
}
header nav .more_actions {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  header nav .more_actions {
    flex: 2 !important;;
  }
}
header nav .more_actions .dropdown-toggle {
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #4BA664;
}
header nav .more_actions .dropdown-toggle i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header nav .more_actions .dropdown-toggle {
      display: block !important; /* Use !important to override other styles if needed */
  }
}
header nav .more_actions .dropdown-toggle {
  display: none;
}
header nav .more_actions .drop_Message_Menu {
  z-index: 999;
  min-width: 350px;
  height: 300px;
  flex-direction: column;
  top: 20px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu {
  overflow-y: scroll;
  flex: 1 1 auto;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .noNotifications {
  width: 100%;
  text-align: start;
  margin: 0;
  padding: 16px;
  font-size: 20px;
  color: #aaaaaa;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message {
  width: 100%;
  background: #f8f8f8;
  padding: 12px;
  border-radius: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .title {
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .time {
  color: #666b88;
  font-size: 10px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message p {
  margin: 0;
  text-align: start;
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .showall {
  width: 100%;
  text-align: center;
  color: #4BA664;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
  background: #f8f8f8;
}

header nav .toggler {
  display: none;
  
}

/* Show the toggler button on mobile */
@media screen and (max-width: 768px) {
  header nav .toggler {
      display: block;
  }
  header nav .toggler button {
    background-color: #4BA664;  /* Change this to your desired color */
}
}


header nav .more_actions .drop_Message_Menu.show {
  display: flex;
}
header nav .more_actions .toggler {
  display: none;
}
header nav .more_actions .toggler button {
  display: none;
    background-color: #4BA664;  /* Change this to your desired color */

}
@media screen and (max-width: 768px) {
  header nav .more_actions .toggler button {
    display: block !important;
  }
  header nav .toggler button {
    background-color: #4BA664;  /* Change this to your desired color */
}
}
header nav .toggler button {
  background-color: #4BA664; /* Default background color */
}

/* Change background color on hover */
header nav .toggler button:hover {
  background-color: #367A49; /* Hover color */
}

/* Change background color when the button is active */
header nav .toggler button:active {
  background-color: #4BA664; /* Active color */
}
@media screen and (max-width: 768px) {
  header nav .more_actions .toggler {
    display: block !important;;
  }
}
header nav .more_actions .auth_menu {
  display: none;
  flex-direction: column;
  padding: 16px !important;
  border-radius: 16px !important;
  top: 20px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  gap: 12px;
}
header nav .more_actions .auth_menu .balance {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4BA664;
  color: #fff;
  border-radius: 8px;
  padding: 8px;
}
header nav .more_actions .auth_menu .balance h6 {
  font-size: 14px;
  margin: 0;
}
header nav .more_actions .auth_menu .profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .more_actions .auth_menu .profile .img {
  width: 48px;
  height: 48px;
  position: relative;
}
header nav .more_actions .auth_menu .profile .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu .profile .img .verified {
  position: absolute;
  bottom: -8px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .more_actions .auth_menu .profile .img .verified i {
  color: #2ecc71;
  font-size: 12px;
}
header nav .more_actions .auth_menu .profile .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header nav .more_actions .auth_menu .profile .info p {
  font-size: 14px;
  color: #222020;
  margin: 0;
  text-align: start;
}
header nav .more_actions .auth_menu .profile .info span {
  text-align: start;
  color: #4BA664;
  font-size: 12px;
}
header nav .more_actions .auth_menu img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu a,
header nav .more_actions .auth_menu button {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 8px;
  color: #222020;
}
header nav .more_actions .auth_menu a i,
header nav .more_actions .auth_menu button i {
  width: 16px;
  height: 16px;
}
header nav .more_actions .auth_menu.show {
  display: flex;
}
header nav .more_actions .loginLink {
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #4BA664;
  border-radius: 8px;
}
header nav .question {
  margin-bottom: 8px;
}
header nav .question label {
  font-size: 14px;
}
header nav .question input {
  cursor: pointer;
}

.heroSection {
  background-image: linear-gradient(#4BA664, #fff);
}
@media (max-width: 576px) {
  .heroSection {
    padding: 52px 0 100px;
  }
}
.heroSection .img {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSection .img img {
  width: 90%;
}
@media (max-width: 576px) {
  .heroSection .img {
    padding-top: 32px;
    display: none;
  }
}
.heroSection .text {
  height: 100%;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.heroSection .text span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.heroSection .text span i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.heroSection .text h1 {
  font-size: 40px;
  color: #222020;
  line-height: 70px;
  font-weight: 700;
}
.heroSection .text h1 span {
  font-size: 42px;
  font-weight: 700;
  line-height: inherit;
  display: inline-block !important;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .heroSection .text h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .heroSection .text h1 span {
    font-size: 32px;
  }
}
.heroSection .text p {
  margin-bottom: 24px;
  color: #777;
}
@media (max-width: 576px) {
  .heroSection .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.download_btns {
  display: flex;
  gap: 16px;
}
.download_btns img {
  height: 44px;
}

.gallery {
  padding: 40px 0 0;
  background: rgba(253, 107, 34, 0.0588235294);
}
.gallery .appImgs {
  padding: 40px 0;
  position: relative;
}
.gallery .appImgs h2 {
  color: #4BA664;
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px !important;
}
.gallery .appImgs p {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px !important;
}
.gallery .appImgs .swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
  display: flex;
}
.gallery .appImgs .swiper .swiper-slide {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  width: 234px;
  height: 507px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .swiper-slide {
    width: 175.5px;
    height: 380px;
  }
}
.gallery .appImgs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gallery .appImgs .swiper .frame {
  width: 267px;
  height: 532px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .frame {
    width: 202.5px;
    height: 401px;
  }
}
.gallery .appImgs .swiper-wrapper {
  height: auto;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-bottom,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-top {
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.062745098);
  border: 4px solid #fff;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.features {
  position: relative;
  padding: 60px 0;
}
.features .title {
  color: #222020;
  font-size: 26px;
  font-weight: 600;
}
.features .subtitle {
  color: #666b88;
  font-size: 12px;
  margin-bottom: 32px;
}
.features .feature-card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  height: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.features .feature-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4BA664;
  border-radius: 16px;
  height: 78px;
  width: 78px;
  margin-bottom: 28px;
}
.features .feature-card .icon img {
  max-height: 40px;
  filter: brightness(0) invert(1);
}
.features .feature-card h4 {
  color: #222020;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.features .feature-card p {
  margin: 0;
  text-align: center;
  color: #666b88;
  line-height: 24px;
  font-size: 12px;
}

.about_section {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .about_section {
    padding-top: 0;
  }
}
.about_section .content {
  padding-top: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_section .content {
    padding-top: 30px;
  }
}
.about_section .content h2 {
  color: #4BA664;
  font-size: 28px;
  margin-bottom: 24px;
}
.about_section .content p {
  color: #222020;
  font-size: 14px;
  line-height: 26px;
}
.about_section .content .loginLink {
  padding: 12px 32px;
  background: #4BA664;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.about_section .circle {
  width: 440px;
  aspect-ratio: 1/1;
  background: #4BA664;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 450px) {
  .about_section .circle {
    width: 350px;
  }
}
.about_section .circle .img1 {
  position: absolute;
  max-height: 100%;
  transform: rotate(22deg);
  bottom: -48px;
  right: -16px;
}
@media (max-width: 450px) {
  .about_section .circle .img1 {
    max-height: 300px;
  }
}
.about_section .circle .img2 {
  position: absolute;
  max-height: 340px;
  transform: rotate(-22deg);
  top: -40px;
  left: 40px;
}
@media (max-width: 450px) {
  .about_section .circle .img2 {
    max-height: 220px;
  }
}
.about_section .circle .legend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_card {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.about_section .about_card img {
  height: 60px;
}
.about_section .about_card h4 {
  font-size: 16px;
  color: #4BA664;
}

.download-app {
  width: 100%;
  padding: 30px 0 0;
  background: #000;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 768px) {
  .download-app {
    height: 650px;
  }
  .download-app .app-imgs {
    margin-top: 60px;
  }
}
.download-app .container {
  height: 100%;
}
.download-app .container .row {
  height: 100%;
}
.download-app .container .row .img {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.download-app .container .row .img img {
  width: 52%;
}
@media (max-width: 576px) {
  .download-app .container .row .img img {
    width: 70%;
  }
}
.download-app .container .row h3 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 12px;
}
@media (max-width: 450px) {
  .download-app .container .row h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
.download-app .container .row p {
  color: #fff;
}
.download-app .container .row .btns {
  margin-top: 16px;
  display: flex;
  gap: 24px;
}
.download-app .container .row .btns img {
  max-height: 48px;
}

.footerLanding {
  background-color: #fff;
  padding: 20px 0;
}
.footerLanding .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .container {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .info {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info p {
  min-width: 150px;
}
.footerLanding p {
  margin: 0;
}
.footerLanding .hint {
  white-space: nowrap;
}
.footerLanding .logo {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footerLanding a {
  color: #4BA664;
}

.how-it-works-section {
  padding: 80px 0;
  background: #4BA664;
}
.how-it-works-section h4 {
  text-align: center;
  color: #fff;
  margin-top: 16px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.how-it-works-section .subtitle {
  text-align: center;
  color: #fff;
  text-wrap: balance;
  margin-bottom: 32px !important;
}
.how-it-works-section .mockup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-section .mockup img {
  max-width: 80%;
}
.how-it-works-section .h-card {
  display: flex;
  flex-direction: row-reverse;
  text-align: end;
  gap: 20px;
  padding: 24px 0;
}
@media screen and (max-width: 576px) {
  .how-it-works-section .h-card {
    flex-direction: row;
    text-align: start;
  }
}
.how-it-works-section .h-card .icon {
  display: flex;
  align-items: center;
}
.how-it-works-section .h-card .icon img {
  display: block;
  min-width: 64px;
  height: 64px;
}
.how-it-works-section .h-card .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.how-it-works-section .h-card .text p {
  color: #fff;
  text-wrap: balance;
  line-height: 24px;
}
.how-it-works-section .h-card .text h5 {
  color: #fff;
}
.how-it-works-section .h-card.left {
  flex-direction: row;
  text-align: start;
}/*# sourceMappingURL=style.css.map */