@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

* {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
  font-optical-sizing: auto !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #27346d;
  font-style: normal;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden !important; }
  body::-webkit-scrollbar {
    width: 8px; }
  body::-webkit-scrollbar-track {
    background-color: #f7f6fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
    background-color: #27346d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

::-moz-selection,
::-webkit-selection,
::selection {
  background: blue;
  color: #ffffff;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px; }

section,
article,
footer,
header,
nav,
section,
main {
  display: block; }

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px; } }
p,
th,
td,
li,
label,
input,
output,
blockquote,
span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px; }
  p.large,
  th.large,
  td.large,
  li.large,
  label.large,
  input.large,
  output.large,
  blockquote.large,
  span.large {
    font-size: 24px;
    line-height: 34px;
    margin-top: -4px; }

a,
button {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #3b368c;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:hover,
  button:hover {
    text-decoration: none;
    color: #ffffff;
    border: none;
    outline: none; }

h1,
h1 > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 76px;
  line-height: 86px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -2px; }

h2,
h2 > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px; }

h3,
h3 > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #3a4a95;
  font-style: normal;
  text-align: left;
  margin-top: -4px; }

h6,
h6 > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -1px; }

@media only screen and (max-width: 991px) {
  h1,
  h1 > a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -4px; }

  h2,
  h2 > a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #3a4a95;
    font-style: normal;
    text-align: left;
    margin-top: -4px; }

  h3,
  h3 > a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -1px; }

  h6,
  h6 > a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -3px; }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px; }
    p.large,
    th.large,
    td.large,
    li.large,
    label.large,
    input.large,
    output.large,
    blockquote.large,
    span.large {
      font-size: 20px;
      line-height: 30px;
      margin-top: -4px; }

  a,
  button {
    font-size: 16px;
    line-height: 26px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: -4px; } }
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.text-center {
  text-align: center; }

.button {
  width: 100%;
  background-color: #ffffff;
  padding: 11px 20px;
  text-align: center;
  color: #3b368c;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }
  .button:hover {
    background-color: #006bff;
    color: #ffffff; }

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
  border-radius: 16px;
  color: #ffffff !important;
  font-size: 18px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .scrollToTop:hover {
    background: linear-gradient(135deg, #0b6fff 0%, #7d42ff 100%);
    color: #ffffff !important;
    -webkit-box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #ffffff; }

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 12px; } }
header {
  background: transparent;
  padding: 10px 0px;
  position: relative;
  z-index: 9999; }
  header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 14% 50%, rgba(0, 107, 255, 0.12), transparent 24%),
      radial-gradient(circle at 85% 20%, rgba(255, 84, 160, 0.12), transparent 18%),
      linear-gradient(135deg, rgba(246, 249, 255, 0.92), rgba(255, 244, 248, 0.92));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(103, 121, 189, 0.12);
    z-index: -1; }

.box_shadow {
  -webkit-box-shadow: 0px 10px 34px rgba(52, 69, 128, 0.10);
  box-shadow: 0px 10px 34px rgba(52, 69, 128, 0.10); }

.navbar {
  padding: 0px; }
  .navbar li {
    margin: 0px; }

.navbar > .container {
  display: flex;
  align-items: center;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  width: auto;
  max-width: 100%;
  height: 80px; }

.nav-actions {
  flex: 0 0 150px;
  justify-content: center;
}

.navbar-collapse {
  flex: 1 1 auto;
  justify-content: center !important;
}

.navbar-nav {
  align-items: center;
  gap: 6px;
}

.nav-link {
  padding: 6px 16px 6px !important;
  color: #27346d; }

.language-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 0px !important;
  padding: 4px 20px 4px 18px;
  margin-left: 25px;
  margin-right: 8px; }
  .language-select .current {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #27346d; }
  .language-select::after {
    height: 8px;
    width: 8px;
    margin-top: -6px;
    right: 8px;
    border-color: #27346d; }

.download {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
  color: #ffffff;
  margin-left: 7px;
  padding: 12px 20px !important;
  min-width: 170px;
  min-height: 52px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .download i,
  .download span {
    position: relative;
    z-index: 1;
  }
  .download span {
    display: inline-block;
    white-space: nowrap;
    color: white;
  }
  .download i {
    font-size: 15px;
    line-height: 1;
    flex: 0 0 auto;
  }
  .download::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 55%);
    opacity: 1;
    pointer-events: none; }
  .download:hover {
    background: linear-gradient(135deg, #0b6fff 0%, #7d42ff 100%);
    -webkit-box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    color: #ffffff;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px; }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .navbar-toggler .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #27346d;
    margin: 0px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .navbar-toggler .middle-bar {
    margin: 6px 0px;
    opacity: 1; }

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
  -ms-transform: rotate(-45deg) translate(-7px, 4px);
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #27346d; }
.toggle-active .middle-bar {
  opacity: 0; }
.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  -ms-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #27346d; }

@media only screen and (max-width: 1199px) {
  .navbar-brand,
  .nav-actions {
    flex-basis: 128px;
  }

  .logo {
    height: 46px;
  }

  .nav-link {
    font-size: 16px;
    padding: 6px 10px !important; }

  .language-select {
    margin-left: 0px; }
    .language-select .current {
      font-size: 16px; }
    .language-select .option {
      font-size: 16px; } }
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 25px;
    max-height: 300px;
    overflow: auto; }
    .navbar-collapse .nav-link {
      background-color: #f7f6fe;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-bottom: 3px; }
      .navbar-collapse .nav-link:hover {
        padding-left: 14px !important; }
    .navbar-collapse::-webkit-scrollbar {
      width: 5px; }
    .navbar-collapse::-webkit-scrollbar-track {
      background-color: #f7f6fe;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
    .navbar-collapse::-webkit-scrollbar-thumb {
      background-color: #27346d;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; } }
@media only screen and (max-width: 767px) {
  header {
    padding: 23px 0px; }

  .navbar-brand,
  .nav-actions {
    flex-basis: auto;
  }

  .logo {
    max-width: 120px;
    height: 38px; }

  .navbar-toggler {
    margin-left: 5px; }
    .navbar-toggler .icon-bar {
      width: 30px; }

  .language-select {
    margin-left: 0px; }

  .navbar-collapse .download {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #006bff;
    min-width: 0;
    width: 100%; }
    .navbar-collapse .download:hover {
      color: #ffffff; } }
.hero {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  /* margin-top: 100px; */
  isolation: isolate;
  padding-top: 48px;
  padding-bottom: 132px; }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 18%, rgba(0, 107, 255, 0.18), transparent 28%),
      radial-gradient(circle at 82% 14%, rgba(255, 84, 160, 0.2), transparent 24%),
      linear-gradient(135deg, rgba(243, 247, 255, 0.96), rgba(255, 241, 247, 0.94));
    z-index: 0; }

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.7;
  z-index: 0;
}

.hero__orb--one {
  width: 320px;
  height: 320px;
  top: 110px;
  right: -80px;
  background: radial-gradient(circle, rgba(0, 107, 255, 0.18) 0%, rgba(0, 107, 255, 0.02) 72%, transparent 100%);
}

.hero__orb--two {
  width: 260px;
  height: 260px;
  bottom: 60px;
  left: -70px;
  background: radial-gradient(circle, rgba(255, 84, 160, 0.16) 0%, rgba(255, 84, 160, 0.02) 70%, transparent 100%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(86, 109, 188, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 109, 188, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
  -webkit-mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
}

.hero__area {
  position: relative;
  z-index: 1; }

.hero__panel {
  position: relative;
  padding: 34px 42px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  box-shadow: 0 22px 70px rgba(56, 77, 147, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
  .hero__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 107, 255, 0.14), rgba(255, 84, 160, 0.14), rgba(255, 255, 255, 0.55));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

.hero__eyebrow {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 22px;
}
  .hero__eyebrow span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(0, 107, 255, 0.12);
    box-shadow: 0 14px 32px rgba(56, 76, 140, 0.08);
    color: #006bff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }

.hero__content h6 {
  margin-bottom: 14px;
  color: #006bff;
  font-size: 24px;
  line-height: 1.45; }
.hero__content h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.04;
  letter-spacing: -0.02em; }

.hero__content {
  max-width: 620px;
  margin: 0;
  text-align: right; }
  .hero__content p.large {
    max-width: 600px;
    margin: 0;
    color: #41508d;
    font-size: 22px;
    line-height: 1.8; }

.hero__features {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(74, 95, 170, 0.08);
  box-shadow: 0 14px 34px rgba(56, 76, 140, 0.06);
  border-radius: 22px;
}
  .hero__feature strong,
  .hero__feature p {
    display: block;
  }
  .hero__feature strong {
    color: #23346f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
  }
  .hero__feature p {
    color: #5a6796;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
  }

.hero__feature__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
  box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  color: #ffffff;
  font-size: 18px;
}

.hero__content__link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px; }
  .hero__content__link a:first-of-type {
    margin-right: 0px; }
  .hero__content__link a:hover {
    border: none;
    outline: none; }

.hero__primary,
.hero__secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 196px;
  min-height: 52px;
  padding: 12px 20px !important;
  border-radius: 16px;
  white-space: nowrap;
}
  .hero__primary i,
  .hero__primary span,
  .hero__secondary i,
  .hero__secondary span {
    position: relative;
    z-index: 1;
  }
  .hero__primary i,
  .hero__secondary i {
    font-size: 15px;
    line-height: 1;
    flex: 0 0 auto;
  }
  .hero__primary span,
  .hero__primary i {
    color: #ffffff;
  }
  .hero__primary span,
  .hero__secondary span {
    display: inline-block;
    white-space: nowrap;
  }

.hero__primary {
  -webkit-box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
}
  .hero__primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 55%);
    opacity: 1;
    pointer-events: none;
  }
  .hero__primary:hover {
    background: linear-gradient(135deg, #0b6fff 0%, #7d42ff 100%);
    -webkit-box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    color: #ffffff;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

.hero__secondary {
  background: rgba(255, 255, 255, 0.82);
  color: #23346f;
  border: 1px solid rgba(35, 52, 111, 0.1);
  box-shadow: 0 14px 34px rgba(62, 80, 142, 0.08);
}
  .hero__secondary::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), transparent 60%);
  }
  .hero__secondary:hover {
    background: #ffffff;
    color: #006bff;
    box-shadow: 0 18px 38px rgba(62, 80, 142, 0.12);
  }

.hero__meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero__meta__item {
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(74, 95, 170, 0.08);
  box-shadow: 0 14px 30px rgba(56, 76, 140, 0.05);
}
  .hero__meta__item strong,
  .hero__meta__item span {
    display: block;
    text-align: right;
  }
  .hero__meta__item strong {
    margin-bottom: 6px;
    color: #23346f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }
  .hero__meta__item span {
    color: #556390;
    font-size: 14px;
    line-height: 1.55;
  }

.hero__visual {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 36px 28px;
}

.hero__visual__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(93, 113, 182, 0.12);
  box-shadow: 0 14px 32px rgba(56, 76, 140, 0.08);
  color: #23346f;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}
  .hero__visual__badge i {
    color: #0f7bff;
  }

.hero__visual__badge--top {
  top: 20px;
  right: 24px;
}

.hero__visual__badge--bottom {
  bottom: 24px;
  left: 24px;
}

.hero__illustration {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 128px 0px; }

  .hero__panel {
    padding: 30px 24px 26px;
  }

  .hero__content h1 {
    font-size: 56px; }

  .hero__content h6 {
    font-size: 22px;
  }

  .hero__content p.large {
    font-size: 20px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } }
@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 115px; }

  .hero__panel {
    padding: 28px 20px 24px;
    border-radius: 28px;
  }

  .hero__content h1 {
    font-size: 46px; }

  .hero__content h6 {
    font-size: 19px;
  }

  .hero__content p.large {
    max-width: 100%;
    font-size: 18px; }

  .hero__content,
  .hero__content h1,
  .hero__content p.large {
    max-width: 100%;
  }

  .hero__eyebrow,
  .hero__content__link {
    justify-content: center;
  }

  .hero__content {
    text-align: center;
    margin-bottom: 24px;
  }

  .hero__features {
    grid-template-columns: 1fr;
  }

  .hero__feature {
    text-align: right;
  }

  .hero__meta {
    grid-template-columns: 1fr;
  } }
@media only screen and (max-width: 767px) {
  .hero__visual__column {
    display: none;
  }

  .hero {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 92px; }

  .hero__panel {
    padding: 24px 16px 22px;
    border-radius: 24px;
  }

  .hero__content h1 {
    font-size: 36px;
    line-height: 1.18; }

  .hero__eyebrow span {
    font-size: 14px;
    padding: 9px 14px;
  }

  .hero__content h6 {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero__content p.large {
    font-size: 16px;
    line-height: 1.8;
  }

  .hero__meta {
    gap: 12px;
  }

  .hero__features {
    gap: 12px;
  }

  .hero__feature {
    padding: 14px;
    gap: 12px;
  }

  .hero__feature__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
    font-size: 16px;
  }

  .hero__content__link {
    flex-direction: column;
  }

  .hero__primary,
  .hero__secondary {
    width: 100%;
  }

  .hero__orb--one {
    width: 220px;
    height: 220px;
    right: -90px;
    top: 110px;
  }

  .hero__orb--two {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: 30px;
  }

  .hero__visual {
    padding: 18px 10px 42px;
  }

  .hero__visual__badge {
    position: static;
    margin-bottom: 12px;
  }

  .hero__visual__badge--bottom {
    margin-top: 12px;
    margin-bottom: 0;
  } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes shake {
  0% {
    transform: translate(13px, 0); }
  50% {
    transform: translate(-13px, 5px); }
  100% {
    transform: translate(13px, 0); } }
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(13px, 0); }
  50% {
    -moz-transform: translate(-13px, 5px); }
  100% {
    -moz-transform: translate(13px, 0); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(13px, 0); }
  50% {
    -webkit-transform: translate(-13px, 5px); }
  100% {
    -webkit-transform: translate(13px, 0); } }
@keyframes slide {
  0% {
    -webkit-transform: translate(13px, 40); }
  50% {
    -webkit-transform: translate(-13px, 20px); }
  100% {
    -webkit-transform: translate(0px, 0); } }
.client {
  position: relative;
  top: -136px;
  margin-bottom: -136px;
  z-index: 4; }

.client__wrapper {
  padding: 60px 12px;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.client__logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 34px; }

.owl-carousel .owl-item img {
  width: auto; }

.client__logo img {
  display: block !important;
  width: 100px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 1199px) {
  .client__logo img {
    width: 70px !important;
    height: 70px; } }
@media only screen and (max-width: 991px) {
  .client {
    top: 0px;
    margin-bottom: 0px; }

  .client__wrapper {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .client__logo img {
    width: 60px !important;
    height: 50px; }

  .client__wrapper {
    margin-top: 80px; } }
.invest {
  overflow: hidden; }

.invest__area {
  padding: 120px 0px; }

.invest__thumb {
  direction: rtl; }

.invest__content h6 {
  margin-bottom: 28px;
  color: #006bff; }
.invest__content h2 {
  margin-bottom: 23px; }
.invest__content p {
  color: #545a79; }

.invest__feature__wrapper {
  margin-top: 54px; }

.invest__feature__item {
  display: flex;
  align-items: center;
  margin-top: 40px; }
  .invest__feature__item h6 {
    margin-bottom: 12px;
    color: #27346d; }
  .invest__feature__item p {
    color: #545a79; }
  .invest__feature__item:first-of-type {
    margin-top: 0px; }

.invest__feature__item__img {
  margin-right: 30px; }
  .invest__feature__item__img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

@media only screen and (max-width: 1199px) {
  .invest__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .invest__area {
    padding: 80px 0px; }

  .invest__feature__item__img img {
    width: 70px;
    height: 70px; } }
.wallet {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 80px;
  overflow-x: clip; }

.wallet__area {
  padding: 120px 0px;
  position: relative; }

.wallet__content h6 {
  margin-bottom: 28px;
  color: #006bff; }
.wallet__content h2 {
  margin-bottom: 12px; }
.wallet__content p {
  color: #545a79;
  margin-bottom: 32px; }
.wallet__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px; }
.wallet__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px; }
  .wallet__content li i {
    width: 30px;
    height: 30px;
    background-color: #00cf86;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px; }
  .wallet__content li:last-of-type {
    margin-bottom: 0px; }

.wallet__thumb {
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }
  .wallet__thumb img {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }

@media only screen and (max-width: 1199px) {
  .wallet__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .wallet__area {
    padding: 80px 0px; } }
@media only screen and (max-width: 1400px) {
  .wallet__thumb {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
    .wallet__thumb img {
      width: 100%;
      -webkit-transform: translateY(-80px) translateX(200px);
      -ms-transform: translateY(-80px) translateX(200px);
      transform: translateY(-80px) translateX(200px); } }
@media only screen and (max-width: 1200px) {
  .wallet {
    overflow: hidden;
    margin-top: 0px; }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px); } }
.design {
  background-color: #ffffff;
  padding: 120px 0px;
  overflow: hidden; }

.design__thumb {
  direction: rtl; }

.design__content h6 {
  color: #006bff;
  margin-bottom: 28px; }
.design__content h2 {
  margin-bottom: 22px; }
.design__content p {
  color: #545a79; }

.design__content__cards {
  display: flex;
  align-items: center;
  margin-top: 55px; }
  .design__content__cards:last-of-type {
    margin-top: 30px; }

.design__content__cards__item {
  width: 230px;
  padding: 30px 10px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 24px #e6cfe6;
  box-shadow: 0px 12px 24px #e6cfe6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #e1f3fd; }
  .design__content__cards__item h6 {
    color: #27346d;
    text-align: center;
    margin-bottom: 8px; }
  .design__content__cards__item p {
    color: #545a79;
    font-weight: 700;
    text-align: center; }
    .design__content__cards__item p::after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      margin-bottom: -5px; }
  .design__content__cards__item:first-of-type {
    margin-right: 24px;
    background-color: #ffecff; }

.third--item {
  background-color: #eafff8 !important; }

.fourth--item {
  background-color: #ffe9e9; }

@media only screen and (max-width: 1199px) {
  .design {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .design {
    padding: 80px 0px; }

  .design__content__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px; }

  .design__content__cards__item:first-of-type {
    margin-right: 0px; }
  .design__content__cards__item:last-of-type {
    margin-top: 30px; } }
.choice {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.choice__area {
  padding: 120px 0px; }

.choice__title {
  max-width: 640px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: auto;
  margin-left: auto; }
  .choice__title h6 {
    color: #006bff;
    margin-bottom: 29px; }
  .choice__title h2 {
    margin-bottom: 22px; }
  .choice__title p {
    color: #545a79; }

.choice__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px; }

.owl-carousel .owl-item img {
  display: inline-block; }

.choice__slider__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 22px;
  text-align: right;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(96, 114, 184, 0.10);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 0 18px 44px rgba(63, 81, 146, 0.08);
  box-shadow: 0 18px 44px rgba(63, 81, 146, 0.08);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .choice__slider__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 22px;
    border-radius: 22px;
    display: block; }
  .choice__slider__item h6 {
   text-align: center !important;
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.35;
    color: #24356f;
  }
  .choice__slider__item .choice__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 10px 14px;
    min-width: 96px;
    background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(84, 75, 255, 0.18);
  }
  .choice__slider__item p {
    text-align: justify !important;
    color: #59658f;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.75; }
    .choice__slider__item p::after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      margin-bottom: -5px; }
  .choice__slider__item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 16px;
    margin-bottom: 12px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #fff3d8 0%, #ffe3b0 100%);
    border: 1px solid rgba(255, 176, 32, 0.28);
    color: #b76a00;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(255, 176, 32, 0.12);
  }
  .choice__slider__item a {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
  }
    .choice__slider__item a i,
    .choice__slider__item a span {
      color: #ffffff;
      line-height: 1;
    }
    .choice__slider__item a i {
      font-size: 15px;
      flex: 0 0 auto;
    }
    .choice__slider__item a:hover {
      color: #ffffff;
      transform: translateY(-1px);
      box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
    }
  .choice__slider__item:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 24px 54px rgba(63, 81, 146, 0.14);
    box-shadow: 0 24px 54px rgba(63, 81, 146, 0.14); }

@media only screen and (max-width: 1199px) {
  .choice__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .choice__area {
    padding: 80px 0px; }

  .choice__slider {
    margin-top: 30px; }

  .choice__slider__item {
    padding: 16px 16px 20px;
    border-radius: 24px;
  }
    .choice__slider__item img {
      height: 210px;
      border-radius: 18px;
    }
    .choice__slider__item h6 {
      font-size: 24px;
    }
    .choice__slider__item .choice__price {
      min-width: 84px;
      padding: 8px 12px;
      font-size: 15px;
      margin-bottom: 14px;
    }
    .choice__slider__item strong {
      font-size: 15px;
      padding: 9px 14px;
    }
    .choice__slider__item a {
      width: 100%;
      justify-content: center;
    } }
.payment {
  background-color: #ffffff;
  overflow: hidden; }

.payment__area {
  padding: 120px 0px; }

.payment__thumb {
  direction: rtl;
  position: relative; }
  .payment__thumb .card-one {
    position: absolute;
    top: 15%;
    left: -200px;
    -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    animation: slide 2s linear infinite; }
  .payment__thumb .card-two {
    position: absolute;
    bottom: 10%;
    right: 00px;
    animation: slide 2s linear infinite;
    -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    animation-delay: 3s; }

.payment__content h6 {
  color: #006bff;
  margin-bottom: 25px; }
.payment__content h2 {
  margin-bottom: 22px; }
.payment__content p {
  color: #545a79;
  margin-bottom: 27px; }
.payment__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px; }
.payment__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px; }
  .payment__content li i {
    width: 30px;
    height: 30px;
    background-color: #00cf86;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px; }
  .payment__content li:last-of-type {
    margin-bottom: 0px; }
.payment__content .hero__content__link {
  margin-top: 38px; }
  .payment__content .hero__content__link .button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #006bff;
    color: #ffffff; }
    .payment__content .hero__content__link .button:hover {
      background-color: #ffffff;
      color: #006bff; }

@media only screen and (max-width: 1199px) {
  .payment__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .payment__area {
    padding: 80px 0px; } }
.work {
  padding: 120px 0px 90px;
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.work__item {
  padding: 30px;
  position: relative; }
  .work__item img {
    margin-bottom: 30px;
    width: 130px;
    height: 114px; }
  .work__item h6 {
    margin-bottom: 27px; }

.work__item--primary::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -125px;
  background-image: url("../../assets/images/choice/line-one.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat; }

.work__item--secondary::before {
  content: "";
  position: absolute;
  top: 15%;
  right: -125px;
  background-image: url("../../assets/images/choice/line-two.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat; }

@media only screen and (max-width: 1399px) {
  .work__item--primary::before,
  .work__item--secondary::before {
    content: none; } }
@media only screen and (max-width: 1199px) {
  .work__item {
    padding: 30px 12px; } }
@media only screen and (max-width: 991px) {
  .work {
    padding: 100px 0px 95px; }

  .work__item {
    padding-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .work {
    padding: 80px 0px 75px; }

  .work__item img {
    width: 90px;
    height: auto; }
  .work__item h2 {
    margin-bottom: 0px; } }
.shot {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 105px; }

.shot__item {
  padding: 20px 0px;
  text-align: center; }
  .shot__item img {
    max-width: 248px !important;
    height: 511px !important;
    height: auto;
    -webkit-box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
    box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    margin-top: 9px; }

.shot__slider__wrapper {
  position: relative;
  margin-top: 35px; }
  .shot__slider__wrapper .slide__button {
    text-align: center;
    margin-top: 20px; }
    .shot__slider__wrapper .slide__button a {
      width: 60px;
      height: 60px;
      line-height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #006bff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .shot__slider__wrapper .slide__button a img {
        max-width: 100%;
        height: auto; }
      .shot__slider__wrapper .slide__button a:first-of-type {
        margin-right: 20px; }
    .shot__slider__wrapper .slide__button .next img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .shot__slider__wrapper .device {
    width: 271px !important;
    height: 531px !important;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (min-width: 1800px) {
  .shot__slider__wrapper .slide__button {
    margin-top: 0px; }
    .shot__slider__wrapper .slide__button a {
      position: absolute;
      top: 50%;
      right: 38.5%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 99; }
      .shot__slider__wrapper .slide__button a:first-of-type {
        margin-right: 0px; }
    .shot__slider__wrapper .slide__button .next {
      position: absolute;
      left: 38.5% !important; } }
@media only screen and (max-width: 1199px) {
  .shot {
    padding-bottom: 85px; } }
@media only screen and (max-width: 767px) {
  .shot {
    padding-bottom: 70px; }

  .shot__slider__wrapper {
    margin-top: 15px; }
    .shot__slider__wrapper .slide__button a {
      width: 40px;
      height: 40px; }
      .shot__slider__wrapper .slide__button a img {
        max-width: 18px;
        height: auto; } }
.pricing {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.pricing__area {
  padding: 120px 0px; }
  .pricing__area .choice__title {
    margin-bottom: 51px; }

.pricing .row > [class*="col-"] {
  display: flex;
}

.pricing__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pricing__item img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px; }
  .pricing__item h6 {
    margin-bottom: 22px; }
  .pricing__item p {
    color: #545a79; }
    .pricing__item p:first-of-type {
      /* margin-bottom: 26px; */
      flex-grow: 1; 
    }
  .pricing__item .button {
    margin-top: 35px;
    margin-bottom: 30px; }
  .pricing__item .pricing__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
    box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
    background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
    color: #ffffff;
    padding: 12px 20px !important;
    min-width: 190px;
    min-height: 52px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    position: relative;
    overflow: hidden; }
    .pricing__item .pricing__cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 55%);
      opacity: 1;
      pointer-events: none; }
    .pricing__item .pricing__cta i,
    .pricing__item .pricing__cta span {
      position: relative;
      z-index: 1;
      color: #ffffff; }
    .pricing__item .pricing__cta i {
      font-size: 15px;
      line-height: 1; }
    .pricing__item .pricing__cta span {
      white-space: nowrap; }
    .pricing__item .pricing__cta:hover {
      background: linear-gradient(135deg, #0b6fff 0%, #7d42ff 100%);
      -webkit-box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
      box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
      color: #ffffff;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); }
  .pricing__item ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px; }
  .pricing__item li {
    list-style-position: outside;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 15px; }
    .pricing__item li i {
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      color: #3b368c;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 600;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
    .pricing__item li:last-of-type {
      margin-bottom: 0px; }
  .pricing__item:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); }

.pricing__item--standard {
  box-sizing: border-box;
  background: linear-gradient(to right, #a5a0fc, #e685ea, #e1886e);
  padding: 7px; }
  .pricing__item--standard .button {
    background-color: #006bff;
    color: #ffffff; }
    .pricing__item--standard .button:hover {
      background-color: #ffffff;
      color: #3b368c; }
  .pricing__item--standard li i {
    background-color: #00cf86;
    color: #ffffff; }
  .pricing__item--standard .standard__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 33px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

@media only screen and (max-width: 1399px) {
  .pricing__item {
    padding: 40px 20px; }

  .pricing__item--standard {
    padding: 7px; }
    .pricing__item--standard .standard__inner {
      padding: 33px 13px; } }
@media only screen and (max-width: 1199px) {
  .pricing__area {
    padding: 100px 0px; }

  .pricing--three {
    margin-top: 30px; } }
@media only screen and (max-width: 991px) {
  .pricing__item--standard {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .pricing__area {
    padding: 80px 0px; }

  .pricing__item {
    padding: 30px 12px; }
    .pricing__item img {
      width: 70px;
      height: 70px; }

  .pricing__item--standard {
    padding: 7px; }
    .pricing__item--standard .standard__inner {
      padding: 23px 6px; } }
.testimonial {
  background-color: #ffffff; }

.testimonial__area {
  padding: 120px 0px; }

.testimonial__item {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 40px bottom 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .testimonial__item h6 {
    margin-bottom: 18px; }
  .testimonial__item .testimonial__author {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .testimonial__item .testimonial__author img {
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-right: 20px; }
    .testimonial__item .testimonial__author .testimonial__author__info h6 {
      margin-bottom: 4px; }
    .testimonial__item .testimonial__author .testimonial__author__info p {
      color: #545a79; }
  .testimonial__item:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }

.testimonial__content h6 {
  color: #006bff;
  margin-bottom: 24px; }
.testimonial__content h2 {
  margin-bottom: 17px; }
.testimonial__content p {
  color: #545a79; }
.testimonial__content .testimonial__item {
  margin-top: 55px; }

.testimonial__down {
  margin-top: 30px; }

@media only screen and (max-width: 1199px) {
  .testimonial__area {
    padding: 100px 0px; }

  .testimonial__item {
    padding: 40px 20px; } }
@media only screen and (max-width: 991px) {
  .testimonial__item {
    margin-bottom: 30px; }

  .testimonial__item__secondary {
    margin-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .testimonial__area {
    padding: 80px 0px; }

  .testimonial__item {
    padding: 30px 12px; } }
.app__area {
  padding: 120px 60px;
  background-color: #f7f6fe;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 110px; }

.app__area__content {
  max-width: 720px; }
  .app__area__content .button__group {
    margin-top: 34px; }
    .app__area__content .button__group .button {
      width: auto;
      padding: 15px 30px 12px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      background-color: #006bff;
      color: #ffffff; }
      .app__area__content .button__group .button i {
        font-size: 18px; }
      .app__area__content .button__group .button:first-of-type {
        margin-right: 24px; }
      .app__area__content .button__group .button:hover {
        background-color: #ffffff;
        color: #006bff; }

.android {
  position: absolute;
  bottom: 0px;
  right: 60px; }

@media only screen and (max-width: 1199px) {
  .app__area {
    margin-top: 0px;
    padding: 100px 20px; } }
@media only screen and (max-width: 767px) {
  .app__area {
    padding: 60px 12px; }

  .app__area__content h2 {
    font-size: 28px;
    line-height: 38px; }
  .app__area__content .hero__content__link {
    margin-top: 25px; }
    .app__area__content .hero__content__link img {
      max-width: 120px;
      height: 40px; } }
footer {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom 0px;
  padding-top: 120px;
  background-size: 100% auto !important;
  background-position: center bottom 0px !important; }

.footer__cta {
  max-width: 1076px;
  margin: 0px auto;
  padding: 80px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center; }

.footer__social {
  margin-top: 30px; }
  .footer__social a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #27346d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer__social a i {
      color: #27346d;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .footer__social a:last-of-type {
      margin-right: 0px; }
    .footer__social a:hover {
      background-color: #006bff;
      border: 1px solid #006bff; }
      .footer__social a:hover i {
        color: #ffffff; }

.input__group {
  max-width: 560px;
  margin: 40px auto 0px;
  position: relative; }
  .input__group input[type="email"] {
    width: 100%;
    padding: 20px 80px 20px 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #c1c1c1;
    font-size: 18px;
    color: #27346d; }
    .input__group input[type="email"]:focus {
      outline: none !important;
      border: 1px solid #006bff !important; }
    .input__group input[type="email"]::placeholder {
      color: #27346d; }
  .input__group button {
    width: 50px;
    height: 50px;
    background-color: #006bff;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .input__group button i {
      font-size: 24px;
      color: #ffffff; }

.contact__form {
  max-width: 860px;
  margin: 40px auto 0px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(109, 124, 188, 0.14);
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(59, 77, 143, 0.08);
}

.footer__intro {
  max-width: 760px;
  margin: 0 auto;
}
  .footer__intro h3 {
    text-align: center;
    margin-bottom: 14px;
    color: #24356f;
  }
  .footer__intro p {
    text-align: center;
    color: #59658f;
    line-height: 1.8;
  }

.contact__form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact__field {
  margin-bottom: 18px;
}
  .contact__field label {
    display: block;
    margin-bottom: 10px;
    color: #24356f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }
  .contact__field input,
  .contact__field select,
  .contact__field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(103, 121, 189, 0.18);
    border-radius: 16px;
    background: #ffffff;
    color: #27346d;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .contact__field textarea {
    resize: vertical;
    min-height: 140px;
  }
  .contact__field input:focus,
  .contact__field select:focus,
  .contact__field textarea:focus {
    border-color: #0f7bff;
    box-shadow: 0 0 0 4px rgba(15, 123, 255, 0.08);
  }
  .contact__field input::placeholder,
  .contact__field textarea::placeholder {
    color: #6a769f;
  }

.contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  min-height: 52px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0f7bff 0%, #8d4dff 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(15, 123, 255, 0.18);
}
  .contact__submit i,
  .contact__submit span {
    color: #ffffff;
    line-height: 1;
  }
  .contact__submit:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(88, 80, 255, 0.22);
  }

.footer__links {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
  border-bottom: 1px solid #27346d; }
  .footer__links a {
    padding: 5px 30px;
    line-height: 16px;
    border-right: 1px solid #27346d; }
    .footer__links a:hover {
      color: #006bff; }
    .footer__links a:first-of-type {
      padding-left: 0px; }
    .footer__links a:last-of-type {
      padding-right: 0px;
      border-right: 0px; }

.footer__credit {
  padding: 30px 12px 25px; }
  .footer__credit a:hover {
    color: #006bff; }

@media only screen and (max-width: 1199px) {
  footer {
    padding-top: 100px; }

  .footer__links {
    padding-top: 100px; }

  .footer__cta {
    padding: 60px 20px; } }
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 80px; }

  .footer__links {
    padding-top: 80px;
    padding-bottom: 20px; }
    .footer__links a {
      margin-bottom: 10px;
      padding: 0px 15px;
      border-right: 0px; }
      .footer__links a:first-of-type {
        padding-left: 15px; }
      .footer__links a:last-of-type {
        padding-right: 15px; }

  .footer__cta {
    padding: 40px 12px; }

  .contact__form {
    padding: 20px 16px;
  }

  .contact__form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .input__group {
    margin: 30px auto 0px; }
    .input__group input[type="email"] {
      width: 100%;
      padding: 12px 50px 10px 15px;
      font-size: 16px; }
    .input__group button {
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .input__group button i {
        font-size: 14px; } }

html[dir="rtl"] body,
html[dir="rtl"] p,
html[dir="rtl"] th,
html[dir="rtl"] td,
html[dir="rtl"] li,
html[dir="rtl"] label,
html[dir="rtl"] input,
html[dir="rtl"] output,
html[dir="rtl"] blockquote,
html[dir="rtl"] span,
html[dir="rtl"] a,
html[dir="rtl"] button,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  font-family: "Cairo", sans-serif;
  text-align: right;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .text-center,
html[dir="rtl"] .text-center h1,
html[dir="rtl"] .text-center h2,
html[dir="rtl"] .text-center h3,
html[dir="rtl"] .text-center h4,
html[dir="rtl"] .text-center h5,
html[dir="rtl"] .text-center h6,
html[dir="rtl"] .text-center p {
  text-align: center;
}

html[dir="rtl"] .navbar-nav,
html[dir="rtl"] .payment__content ul,
html[dir="rtl"] .wallet__content ul,
html[dir="rtl"] .pricing__item ul {
  padding-right: 0;
}

html[dir="rtl"] .hero__content,
html[dir="rtl"] .invest__content,
html[dir="rtl"] .wallet__content,
html[dir="rtl"] .design__content,
html[dir="rtl"] .payment__content,
html[dir="rtl"] .testimonial__content,
html[dir="rtl"] .pricing__item,
html[dir="rtl"] .choice__slider__item,
html[dir="rtl"] .work__item,
html[dir="rtl"] .footer__cta,
html[dir="rtl"] .footer__links,
html[dir="rtl"] .footer__credit {
  text-align: right;
}

html[dir="rtl"] .hero__content__link,
html[dir="rtl"] .footer__social,
html[dir="rtl"] .footer__links,
html[dir="rtl"] .hero__ratings,
html[dir="rtl"] .design__content__cards,
html[dir="rtl"] .invest__feature__item,
html[dir="rtl"] .testimonial__author {
  direction: rtl;
}

html[dir="rtl"] .payment__content li i,
html[dir="rtl"] .wallet__content li i,
html[dir="rtl"] .pricing__item li i {
  margin-left: 12px;
  margin-right: 0;
}

html[dir="rtl"] .input__group input[type="email"] {
  padding: 12px 15px 10px 50px;
  text-align: right;
}

html[dir="rtl"] .input__group button {
  left: 15px;
  right: auto;
}

html[dir="rtl"] .contact__field input,
html[dir="rtl"] .contact__field select,
html[dir="rtl"] .contact__field textarea {
  text-align: right;
}

html[dir="rtl"] .shot__slider__wrapper .slide__button .next img {
  transform: rotate(180deg);
}

html[dir="rtl"] .shot__slider__wrapper .slide__button .prev img {
  transform: none;
}

html[dir="rtl"] .owl-carousel,
html[dir="rtl"] .owl-stage-outer,
html[dir="rtl"] .owl-stage {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .navbar-collapse {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .hero__content__link,
  html[dir="rtl"] .hero__ratings,
  html[dir="rtl"] .footer__links,
  html[dir="rtl"] .footer__social {
    justify-content: center;
    text-align: center;
  }

  html[dir="rtl"] .invest__feature__item,
  html[dir="rtl"] .testimonial__author {
    flex-direction: row-reverse;
  }

  html[dir="rtl"] .footer__links a {
    border-right: 0px;
  }

  html[dir="rtl"] .shot__slider__wrapper .device {
    max-width: 90%;
  }
}

/*# sourceMappingURL=main.css.map */
