* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-family: 'Lalezar', system-ui;
  font-weight: 100 !important;
  text-align: right;
  line-height: 1.08 !important;
}

h2 {
  font-size: clamp(40px, 5.5vw, 64px) !important;
}

h3 {
  font-size: clamp(24px, 3.5vw, 48px) !important;
}

p {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-weight: 400;
  text-align: right;
  font-size: clamp(16px, 2.5vw, 24px);
  direction: rtl;
}

:root {
  --br: 40px;
  --white: #ffffff;
  --mx: 1280px;
  --wd: 90vw;
  --mdmx: 768px;
  --mdw: 95vw;
  --smmx: 640px;
  --smw: 95vw;
}

.iti {
  display: block !important;
}

nav {
  height: 100px;
}

body {
  scroll-behavior: smooth !important;
  font-family: 'Noto Sans Arabic', sans-serif !important;
  background-color: #fffbf4;
  overflow-x: hidden;
  position: relative;
}

.divider {
  height: 300px;
}
#loader {
  width: 100vw;
  height: 105vh;
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #fffbf4;
  z-index: 99999;
}
#hero main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  /* padding: 160px;  */
  height: 70vh;
  padding: 128px 0 28px 0;
}

#hero main h1 {
  font-family: 'Lalezar', system-ui;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 100;
  line-height: 0.96;
  text-align: center;
}

#hero main p {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: clamp(16px, 2.5vw, 24px);
  color: #333333;
  font-weight: 400;
  width: 90%;
  max-width: 850px;

  text-align: center;
  line-height: 1.5;
}

#hero main span {
  position: relative;
}

#hero main #hero-lottie {
  position: absolute;
  display: inline-blocks;
  z-index: -1;
  bottom: 25%;
  left: -3%;
  width: 105%;
}
#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
.btn-bg {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  color: white;
  border-radius: 14px;
  padding: 16px 32px;
  background-color: #1c4f78;
  line-height: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;

  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.btn-bg:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.btn-bg:hover {
  background-color: #163d5a;
  color: #ffffff;
  /* transform: scale(1.05); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* .btn-bg:hover {
  transform: rotate(20deg);
} */

.btn-sm {
  display: unset;

  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-wrap: nowrap;
  border-radius: 12px;
  padding: 8px 24px;
  background-color: #163d5a;
  /* line-height: 15px; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-sm:hover {
  background-color: #163d5a;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
}

body {
  margin: 100px 0 0 0;
  font-family: calibri;
}

/*  -----------------------------header---------------------------------- */

.logo {
  color: black;
  display: inline-lock;
}

#header .btn-sm {
  font-size: 14px;
  background-color: #1c4f78;
}

#opn {
  display: none;
}

#header {
  background-color: #fffbf4;
  /* box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 30;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-weight: 400;
  text-align: right;
  font-size: clamp(14px, 1vw, 24px);
  transition: transform 0.2s;
}

.hiddenn {
  transform: translateY(-150px);
  box-shadow: none;
}

#header .container {
  display: block;
  margin: 0 auto;
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fffbf4;
}

#header li a {
  display: block;
  padding: 16px 86px;

  text-decoration: none;
  color: black;
  font-weight: 600;
}

#header li a:hover,
#header .menu-btn:hover {
  background-color: #f4f4f4;
}

#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-size: 2em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

/* menu */

#header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  flex-direction: column;
}

#header .menu #btn {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-wrap: nowrap;
  border-radius: 18px;
  padding: 12px 22px;
  background-color: #1c4f78;
  line-height: 20px;
  margin: 0 0 28px 0;
}

/* menu icon */

#header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  margin: 8px 0;
}

#header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

#header .menu-icon .navicon:before,
#header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

#header .menu-icon .navicon:before {
  top: 5px;
}

#header .menu-icon .navicon:after {
  top: -5px;
}
#finfin {
  display: unset;
}
/* menu btn */

#header .menu-btn {
  display: none;
}

#header .menu-btn:checked ~ .menu {
  max-height: 325px;
}

#header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
#header .btn-sm {
}

/* 48em = 768px */

@media (min-width: 48em) {
  #header {
    padding: 0 40px;
  }

  #header .menu #btn {
    display: none;
  }

  #header li a {
    padding: 16px 86px;
  }

  #header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #opn {
    display: unset;
    padding: 8px 22px;
    border-radius: 12px;
  }

  #header li {
    float: left;
  }

  #header li a {
    padding: 22px 14px;
    font-weight: 400;
  }

  #header .menu {
    clear: none;
    float: right;
    max-height: none;
    flex-direction: row;
  }

  #header .menu-icon {
    display: none;
  }
}

#the-line {
  position: absolute;
  left: 50%;
  width: 120vw;

  transform: translate(-50%, -3%);
  z-index: -1;
}

.red,
.pink,
.blue,
.black {
  height: 100vh;
}

.intro-video {
  margin: 5rem auto 0 auto;
  width: 90vw;
  aspect-ratio: 16 / 9;

  border-radius: 30px;
  max-width: 1440px;
  overflow: hidden;
}
.intro-video iframe {
  width: 100% !important;
  height: 100% !important;
}

.skills {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  margin: 0px auto;
}

/*  -------------------- Features -------------------- */

#features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 28px;
}

#features .card {
  position: relative;
  overflow: hidden;

  /* background-size: cover; */

  height: 612px;
  border-radius: 40px;
  padding: 100px 60px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: end;
  /* background-repeat: no-repeat;
    background-position: 30% 100%; */
}

#features .sm-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: clamp(700px, 80vw, 1080px);
}

#features .sm-card .card {
  background-repeat: no-repeat;
  background-position: 30% 100%;
}

#features .card h2,
#features .card p {
  width: 350px;
  margin-bottom: 10px;
  z-index: 5;
}

#features .card img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#features #mob-s {
  display: none;
}

#features > :nth-child(1) {
  /* background-image: url(./assets/Home/features/1.png); */
  background-color: #ffedcb;
  width: clamp(700px, 80vw, 1080px);
}

#features > :nth-child(2) {
  /* background-image: url(./assets/Home/features/1.png); */
  background-color: #eaeaea;
  width: clamp(700px, 80vw, 1080px);
  margin: 0 auto;
  text-align: center;
}

#features > :nth-child(2) h2,
#features > :nth-child(2) p {
  width: 70%;

  margin: 0 auto;
  text-align: center;
}

#features .sm-card > :nth-child(1) {
  /* background-image: url(./assets/Home/features/2.png); */
  background-color: #cce8e4;
  width: clamp(700px, 80vw, 517px);
}

#features .sm-card > :nth-child(2) {
  /* background-image: url(./assets/Home/features/3.png); */
  background-color: #ffd4c0;
  width: clamp(700px, 80vw, 517px);
}

#features > :nth-child(4) {
  /* background-image: url(./assets/Home/features/4.png); */
  background-color: #c1e3ff;
  width: clamp(700px, 80vw, 1080px);
}

/*  -------------------- Process -------------------- */

#process {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 150px;
}

#process .title {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 14px;
}

#process .num {
  font-family: 'Noto Sans Arabic', sans-serif;
  background-color: #c1e3ff;
  font-size: 20px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

#process .steps {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  flex-direction: column;
  flex-basis: auto;
}

#process .a1,
#process .a2,
#process .a3,
#process .a4 {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
}

#process .description {
  margin: 12px 16px;
  border-right: 2px #c2bfb9 solid;
  padding: 0px 30px;
}

#process p {
  font-size: 16px;
  width: 30vw;
}

#process img {
  width: 34vw;
  flex-basis: auto;
  height: fit-content;
  margin: 0 auto;
}

#process main {
  width: 80vw;
  gap: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

#reviews main {
  display: flex;
  justify-content: center;
  margin: 0 0 80px 0;
}

#reviews .reviews {
  width: 100vw;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

#reviews .l,
#reviews .r {
  width: 50px;
  height: 600px;
  background-color: red;
  position: absolute;
  top: 0;

  z-index: 1;
}
#reviews .l {
  left: 0;

  background: rgb(255, 251, 244);
  background: linear-gradient(
    90deg,
    rgba(255, 251, 244, 1) 0%,
    rgba(255, 251, 244, 0) 100%
  );
}
#reviews .r {
  right: 0;
  background: rgb(255, 251, 244);
  background: linear-gradient(
    90deg,
    rgba(255, 251, 244, 0) 0%,
    rgba(255, 251, 244, 1) 100%
  );
}

#reviews #review {
}

/*  -------------------- plans -------------------- */

#plans {
  display: flex;
  justify-content: center;
  align-items: center;
}

#plans > main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#plans h2,
#plans p {
  text-align: center;
  line-height: 1.5;
}

#plans > main > p {
  font-size: 20px;
  width: 80%;
}

#plans .plans {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 28px;
}

#plans .plans .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 70px 52px 60px 52px;
  max-width: 517px;
  width: 48vw;
  height: 625px;
  background-color: #c1e3ff;
  border-radius: 40px;
}

#plans .plans .card main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

#plans .plans .card .btn-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 18px;
  background-color: #1c4f78;
}

/*  -------------------- plans -------------------- */

#free-test {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #1c4f78;
}

#free-test main {
  width: 80vw;
  max-width: 1280px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#free-test .text {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 28px;
}
#free-test #play {
  width: 56%;
}
#free-test .text .btn-sm {
  border-radius: 18px;
  background-color: white;
  color: #1c4f78;
  font-weight: 600;
}

/*  -------------------- FAQ -------------------- */

#faq {
  display: flex;
  justify-content: center;
  align-items: center;
}

#faq main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 80vw;
  max-width: 1280px;
  gap: 100px;
}

#faq .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  flex: auto;
  gap: 48px;
}

#footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-self: center;
  flex-direction: column;
}

#footer main {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: var(--wd);
  max-width: var(--mx);
  background-color: #1c4f78;
  color: white;
  padding: 0px 32px;
  border-radius: 100px;
  margin: 0 auto;
}

#footer .sml {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

#footer .sml a {
  display: inline-flex;
}

#footer .privacy,
#footer .sml {
  width: 200px;
}

#footer .log {
  display: flex;
  align-items: center;
}

#footer p {
  font-size: 14px;
  float: inline-start;
}

#footer .rights {
  color: #767883;
  font-size: 14px;
  text-align: center;
}
#footer .privacy-mb {
  display: none;
}

.wrapper {
  width: 600px;
}

#faq .container {
  color: black;
  border-radius: 20px;

  margin: 20px 0;
}

#faq .question {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-weight: 400;
  text-align: right;
  line-height: 1.08;
  font-size: 1.2rem;
  border-top: 1px solid #ccc9c3;
  padding: 20px 0px 20px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

#faq .wrapper :first-child .question {
  border-top: 0px solid #ccc9c3;
}

#faq .question::after {
  content: '\002B';
  font-size: 2.2rem;
  position: absolute;
  left: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  text-align: start;
  direction: rtl;
}

@media screen and (max-width: 1100px) {
  #features .card {
    background-size: contain;
  }

  #features .sm-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    width: auto;
  }

  #features .sm-card > :nth-child(1) {
    width: clamp(700px, 80vw, 1080px);
    background-position: -777% 76%;
  }

  #features .sm-card > :nth-child(1) img {
    bottom: -8%;
    left: -17%;
    width: 82vw;
  }

  #features .sm-card > :nth-child(2) {
    width: clamp(700px, 80vw, 1080px);
    background-size: 94%;
    background-position: -117% 56%;
  }

  #features .sm-card > :nth-child(2) img {
    bottom: -8%;
    left: -6%;
    width: 80vw;
  }

  #process h2 {
    text-align: center;
    width: 90%;
  }

  #process {
    width: clamp(700px, 80vw, 1080px);
    margin: 0 auto;
  }

  #process main {
    flex-direction: column;
    width: 100%;
  }

  #process p {
    width: 100%;
  }

  #process {
    width: clamp(700px, 80vw, 1080px);
    margin: 0 auto;
    align-items: flex-end;
    gap: 80px;
  }

  #process img {
    width: clamp(300px, 60vw, 1080px);
  }

  #reviews .reviews {
    width: 100vw;
  }

  #reviews .l,
  #reviews .r {
    display: none;
  }

  #free-test main {
    flex-direction: column;
    gap: 28px;
  }

  #faq main {
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    width: 90vw;
  }

  .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .divider {
    height: 140px;
  }
  #header .container {
    width: 100vw;
  }

  :root {
    --br: 20px;
    --white: #ffffff;
  }

  .btn-bg {
    padding: 16px 24px;
    background-color: #1c4f78;
    line-height: 20px;
  }

  #hero main {
    margin: 130px 0 48px 0;
    gap: 28px;
    height: 40vh;
  }

  #loader {
    height: 102vh;
    position: absolute;
    top: -138px;
  }
  #features .card {
    background-size: contain;
    height: 420px !important;
    border-radius: 20px;
    width: clamp(300px, 90vw, 1080px) !important;
    padding: 60px 40px;
  }

  #process {
    width: clamp(300px, 90vw, 1080px) !important;
    margin: 0 auto;
    align-items: center;
  }

  #process .steps {
    gap: 24px;
    align-items: center;
  }

  #process .title {
    flex-direction: column;
    align-items: center;

    justify-content: center;
  }

  #process .a1,
  #process .a2,
  #process .a3,
  #process .a4 {
    align-items: center;
  }
  #finfin {
    display: none;
  }

  #process .description {
    margin: 12px 16px;
    border-right: 0px #c2bfb9 solid;
    padding: 0px 30px;
  }

  #process p {
    font-size: 16px;
    text-align: center;
  }

  #plans > main > p {
    width: 80vw;
  }

  #plans .plans {
    flex-direction: column;
  }

  #plans .plans .card {
    width: 90%;
    height: 523px;
  }

  #reviews .reviews {
    width: 160vw;
  }
  #free-test #play {
    width: 90%;
  }
  #footer {
    gap: 8px;
  }

  #footer .privacy {
    display: none;
  }
  #footer .privacy-mb {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  #features #desk-s {
    display: none;
  }

  #features #mob-s {
    display: unset;
  }

  #features .card img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  #features .sm-card > :nth-child(1) img {
    bottom: -0%;
    left: -0%;
    width: 100%;
  }

  .intro-video {
    border-radius: 10px;
  }

  #features .sm-card > :nth-child(2) img {
    bottom: -0%;
    left: -0%;
    width: 100%;
  }

  #features .card p,
  #features .card h2 {
    width: 105%;
  }

  #features .card {
    padding: 50px 40px;
  }
  #reviews .reviews {
    width: 250vw;
  }
  #footer main {
    padding: 0px 24px;
    width: 95vw;
  }
  #footer .log {
    width: 140px;
  }
}
