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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --font-size-1: 1.2rem;
  --font-size-2: 1.4rem;
  --font-size-3: 1.5rem;
  --font-size-4: 1.6rem;
  --font-size-5: 1.8rem;
  --font-size-6: 2rem;
  --font-size-7: 2.2rem;
  --font-size-8: 2.4rem;
  --font-size-9: 3.2rem;
}

@font-face {
  font-family: "29LT-Kaff-Bold";
  src: url("/fonts/29LTKaff-Bold.ttf");
}
@font-face {
  font-family: "29LT-Kaff-Semi-Bold";
  src: url("/fonts/29LT Kaff-Semi-Bold.otf");
}
@font-face {
  font-family: "29LT-Kaff-Regular";
  src: url("/fonts/29LTKaff-Regular.ttf");
}
body {
  font-family: "29LT-Kaff-Regular";
  letter-spacing: 0;
  -webkit-tap-highlight-color: transparent;
}

p {
  line-height: 1.6;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
}

.text-purple {
  color: #7b29ac;
}

.swiper-wrapper-spacing {
  padding-bottom: 5rem;
}

.text-gray {
  color: rgba(0, 0, 0, 0.6);
}

.line-through {
  text-decoration: line-through;
  color: gray;
}

.button-type-1 {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin: 0 0.5rem;
}

.button-type-1:hover,
.button-type-1:focus {
  color: #7b29ac;
}

.button-type-2 {
  padding: 2.1rem 1rem;
  margin: 0 1rem;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.button-type-2:hover,
.button-type-2:focus {
  color: #7b29ac;
  font-weight: 700;
  border-color: #7b29ac;
}

.purple-background {
  color: #7b29ac;
  background-color: rgba(123, 41, 172, 0.1);
}

.heading {
  display: inline-block;
  margin-top: 2rem;
}

.heading h1 {
  font-size: var(--font-size-9);
  font-family: "29LT-Kaff-Bold";
}

.heading h3 {
  font-size: var(--font-size-7);
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.6;
}

.purple-button {
  background-image: linear-gradient(to right, #31004a, #8800ca);
  color: #fabd5c;
  font-size: var(--font-size-8);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.purple-button ion-icon {
  margin-left: 1rem;
  font-size: var(--font-size-8);
}

.purple-button:hover {
  box-shadow: 0 2px 1.2rem rgba(0, 0, 0, 0.6);
}

.purple-button:active {
  box-shadow: none;
}

.app-download {
  display: flex;
  justify-content: center;
}

.app-download img {
  width: 20rem;
  margin: 0 1.5rem;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 100;
}

.navbar,
.nav-buttons,
.navigation {
  display: flex;
  align-items: center;
}

.navbar {
  justify-content: space-between;
  padding: 0 5rem;
  height: 6rem;
}

.navbar a:link,
.navbar a:visited {
  color: rgba(0, 0, 0, 0.8);
  font-size: var(--font-size-1);
}

.navbar a:hover,
.navbar a:focus {
  color: #7b29ac;
}

.navbar .careers,
.navbar button {
  margin: 0 1rem;
}

.navbar a.signup:link,
.navbar a.signup:visited {
  color: #7b29ac;
  background-color: rgba(123, 41, 172, 0.2);
  font-weight: 700;
}

.hakawaty-logo {
  height: 3rem;
  margin: 0 2rem;
}

.custom-select,
.custom-options {
  display: flex;
  flex-direction: column;
}

.custom-select-trigger,
.custom-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-select {
  position: relative;
  margin: 0 1rem;
}

.custom-select-trigger {
  line-height: 0;
  padding: 0.6rem 0.8rem;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 0.3rem;
  cursor: pointer;
  position: relative;
}

.flag {
  height: 1.6rem;
  width: 2.5rem;
}

.arrow {
  margin-right: 1rem;
  position: relative;
  height: 0.7rem;
  width: 0.7rem;
}

.arrow::before,
.arrow::after {
  content: "";
  height: 100%;
  width: 10%;
  background-color: black;
  position: absolute;
}

.arrow::before {
  right: 1px;
  transform: rotate(45deg);
}

.arrow::after {
  left: 1px;
  transform: rotate(-45deg);
}

.custom-options {
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  width: 10rem;
  font-size: var(--font-size-1);
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.3rem;
  cursor: pointer;
  display: none;
}

.custom-option {
  padding: 1rem 2rem;
  width: 100%;
}

.custom-option:hover {
  background-color: rgba(123, 41, 172, 0.4);
  color: #7b29ac;
}

.custom-option:not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.selected {
  background-color: rgba(123, 41, 172, 0.4);
  color: #7b29ac;
}

.open {
  display: flex !important;
}

.arrow-up {
  transform: rotate(180deg) !important;
}

.active-section {
  color: #7b29ac !important;
  font-weight: 700;
  border-color: #7b29ac !important;
}

#menu-trigger {
  display: none;
}

.menu-button {
  height: 3px;
  width: 2.5rem;
  background-color: #7b29ac;
  position: relative;
  transform: rotate(180deg);
  display: none;
}

.menu-button::after,
.menu-button::before {
  content: "";
  height: 100%;
  width: 160%;
  background-color: #7b29ac;
  position: absolute;
}

.menu-button::before {
  top: 1.5rem;
}

.menu-button::after {
  bottom: 1.5rem;
}

.menu-background {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}

.menu,
.menu span {
  display: flex;
}

.menu {
  background-color: #fff;
  width: 100%;
  flex-direction: column;
  padding: 0 2rem;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.menu span {
  padding: 3rem 0;
  justify-content: space-between;
  align-items: center;
}

.menu span:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.helper-arrow {
  transform: rotate(45deg);
}

#menu-trigger:checked ~ .menu-button {
  background-color: transparent;
}

#menu-trigger:checked ~ .menu-button::after,
#menu-trigger:checked ~ .menu-button::before {
  width: 120%;
}

#menu-trigger:checked ~ .menu-button::before {
  top: 0;
  transform: rotate(45deg);
}

#menu-trigger:checked ~ .menu-button::after {
  bottom: 0;
  transform: rotate(-45deg);
}

#menu-trigger:checked ~ .menu-background {
  transform: scale(1);
  opacity: 1;
}

#menu-trigger:checked ~ .menu-background > .menu {
  transform: translateY(0);
}

header {
  height: 65vh;
  position: relative;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.header-container {
  height: 100%;
  clip-path: ellipse(90% 100% at 50% 0);
  -webkit-clip-path: ellipse(236% 133% at 50% 0);
  /* background-image: linear-gradient(to bottom, #ffffff, #efebfa); */
  background-image: linear-gradient(270deg, #fffdf4 0%, rgba(255, 253, 244, 0) 100%);
}

.header-container .text-container {
  width: 50%;
  height: 100%;
  padding: 0rem 6rem;
  padding-top: 5%;
  direction: rtl;
}

.header-container .heading h1 {
  font-family: "29LT-Kaff-Semi-Bold";
}

.header-container .heading h3 {
  font-size: var(--font-size-6);
  margin-top: 1.5rem;
}

.header-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: linear-gradient(270deg, #fffdf4 0%, rgba(255, 253, 244, 0) 100%), url(/img/home/home-header-bg.png);
  background-size: cover;
  z-index: -5;
}

.header-images img {
  position: absolute;
  width: 50rem;
}

.header-images img:first-of-type {
  left: 5%;
  bottom: -1%;
}

.header-images img:last-of-type {
  right: 10%;
  bottom: 0%;
  transform: rotate(-5deg);
}

.purple-button-1 {
  padding: 1.8rem 3.5rem;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  direction: ltr;
}

/* .purple-button-1:hover {
    transform: translate(-50%, -3px);
}
.purple-button-1:active {
    transform: translate(-50%, 0);
} */
.section-1 {
  text-align: center;
  margin-top: 9rem;
  position: relative;
}

.section-1 .heading {
  text-align: center;
}

.section-1 .heading h3 {
  font-size: var(--font-size-6);
  display: inline-block;
  width: 60%;
}

.section-1 img {
  margin-top: 3rem;
  width: 60%;
}

.section-1 iframe {
  margin-top: 3rem;
  width: 60%;
  height: 45rem;
}

.section-1 .activities {
  background-image: linear-gradient(1deg, rgba(208, 191, 240, 0.5) 0%, rgba(232, 238, 250, 0.04) 121%);
  background-size: 100% 75%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  transform: rotate(179.999984775deg);
  -webkit-clip-path: ellipse(90% 100% at 50% 0);
          clip-path: ellipse(90% 100% at 50% 0);
  margin-top: 5rem;
}

.section-1 .activities img {
  transform: rotate(179.999984775deg);
}

.decoratives {
  display: flex;
  align-items: start;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
  padding: 0 5rem;
}

.decoratives img {
  width: 100%;
}

.section-2 {
  text-align: center;
}

.section-2 .heading {
  padding: 0 2rem;
}

.gray-background {
  background-image: linear-gradient(to bottom, #ffffff, #efebfa);
  padding: 40rem 10rem 0;
  -webkit-clip-path: ellipse(100% 90% at 50% 0);
          clip-path: ellipse(100% 90% at 50% 0);
  transform: rotate(180deg);
  margin-top: -30rem;
  position: relative;
  z-index: -5;
}

.our-goal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 3rem;
  justify-items: right;
  align-items: center;
  padding: 5rem 15rem;
}

.our-goal img {
  width: 10rem;
}

.our-goal > div {
  display: flex;
  text-align: right;
  align-items: center;
}

.our-goal > div span {
  padding: 2rem;
}

.our-goal > div span h3 {
  font-size: var(--font-size-7);
}

.our-goal > div span p {
  font-size: var(--font-size-5);
  line-height: 1.6;
  margin-top: 1rem;
}

.our-goal .two {
  grid-column-start: 1;
  grid-row-start: 1;
}

.our-goal .four {
  grid-column-start: 1;
  grid-row-start: 2;
}

.section-3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8rem;
}

.section-3 .heading h3 {
  display: inline-block;
  font-size: var(--font-size-6);
  width: 60%;
}

.books-slideshow {
  margin-top: 5rem;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5), #fff);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.books-slideshow img {
  width: 60rem;
}

.slideshow-container {
  position: absolute;
  background-image: url("../images/17-layers.png");
  left: 0;
  top: 0;
  height: 100%;
  width: 500%;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0 0;
  z-index: -5;
  -webkit-animation: carousel 100s linear infinite;
          animation: carousel 100s linear infinite;
}

@-webkit-keyframes carousel {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400% 0;
  }
}

@keyframes carousel {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400% 0;
  }
}
.sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.sponsors img {
  width: 8rem;
  margin: 0 4rem;
}

.sponsors .sponsor-img-2 {
  width: 12rem;
}

.section-4 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding: 15rem 5rem 10rem;
  place-items: center;
}

.new-sponsors {
  text-align: center;
}

.new-sponsors img {
  margin-top: 3rem;
  width: 90%;
}

.feature-section {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 0 4rem;
}

.feature-section > .heading {
  margin-bottom: 2rem;
}

.feature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.feature span {
  padding: 2rem 0;
}

.feature span h3 {
  font-size: var(--font-size-7);
  font-family: "29LT-Kaff-Semi-Bold";
}

.feature span p {
  font-size: var(--font-size-5);
  margin-top: 1rem;
}

.feature img {
  width: 7rem;
  margin-left: 2.5rem;
}

.kid-3 {
  position: relative;
  justify-self: start;
  box-shadow: inset 0 -8rem 4rem 0 #ffffff;
}

.kid-3 > img {
  position: relative;
  width: 30rem;
  z-index: -2;
}

.section-5 {
  display: grid;
  padding-bottom: 10rem;
  grid-auto-flow: row;
  justify-content: center;
  align-items: end;
}

.section-5-text .heading {
  /* grid-area: 1/2; */
  text-align: center;
  align-self: start;
  margin: 2rem 1.5rem 2rem 0;
  width: 95%;
}

.section-5-text .text {
  font-size: var(--font-size-5);
  margin-top: 1rem;
  direction: rtl;
}

.normal-plans {
  display: flex;
  /* grid-area: 1/2; */
}

.card {
  width: 30rem;
  background-color: #f0ecfa;
  margin: 1.5rem;
  padding: 2rem;
  text-align: right;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
}

.card-image {
  position: absolute;
}

.card-type-1 {
  height: 42rem;
  padding-top: 3rem;
}

.card-type-1 .card-image {
  width: 22rem;
  left: 0;
  bottom: 0;
}

.card-type-2 {
  height: 42rem;
  grid-area: 1/3;
  background-color: rgba(128, 128, 128, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}

.card-type-2 .card-image {
  width: 17rem;
  left: 40%;
  bottom: 0;
  transform: translateX(-50%);
}

.card-type-2 .purple-tag {
  display: inline-block;
  margin-right: -2.5rem;
  background-color: #7b29ac;
  color: #fff;
  padding: 1rem 2rem;
  font-size: var(--font-size-5);
  font-weight: 600;
  border-radius: 0.5rem;
}

.card-type-2 p {
  font-size: var(--font-size-3);
  margin-top: 1rem;
}

.card-type-2 h2 {
  margin-top: 1rem;
}

.card-green-light {
  background-color: #e8f2dc;
}

.card .best-offer {
  position: absolute;
  left: 0;
  top: 0;
}

.card .best-offer h2 {
  font-size: var(--font-size-5);
  font-weight: 600;
  position: absolute;
  color: #fff;
  top: 3.6rem;
  left: 1rem;
}

.card .best-offer .red-tag {
  position: relative;
  width: 15rem;
  left: -1rem;
  top: 2.5rem;
}

.card .plan-name {
  font-size: var(--font-size-8);
  font-family: "29LT-Kaff-Bold";
}

.card .plan-validity {
  font-size: var(--font-size-6);
  font-weight: normal;
  margin-top: 1rem;
}

.card .price {
  display: inline-block;
  margin-top: 3rem;
}

.card .price .original-price {
  margin-right: 1.2rem;
}

.card .price h1,
.card .price h4 {
  display: inline-block;
}

.card .price h1 {
  font-size: 3rem;
}

.card .price h4 {
  font-size: 1rem;
}

.section-6 {
  display: grid;
  grid-template-columns: 3.5fr 2fr 0.8fr;
  align-items: center;
  padding-bottom: 6rem;
}

.decoratives-2 {
  width: 60%;
  margin-left: 6rem;
  margin-bottom: -8rem;
}

.zoom-platforms {
  width: 100%;
  margin-left: -10rem;
}

.tutorial {
  display: grid;
}

.tutorial .heading,
.tutorial .step-1,
.tutorial .step-3 {
  justify-self: end;
  text-align: right;
}

.tutorial .steps-guide {
  margin-top: 3rem;
}

.tutorial .steps {
  width: 100%;
  display: inline-block;
  padding: 3.5rem 5rem;
  position: relative;
}

.tutorial .steps span {
  display: inline-block;
  margin: 0 1.5rem;
}

.tutorial .steps h1 {
  font-size: var(--font-size-8);
  font-family: "29LT-Kaff-Bold";
}

.tutorial .steps p {
  font-size: var(--font-size-5);
  margin-top: 1rem;
}

.tutorial .steps img {
  width: 8rem;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  outline: 1.5rem solid #fff;
}

.tutorial .steps .laptop-icon {
  right: -3.8rem;
  top: 1.5rem;
}

.tutorial .steps .camera-icon {
  left: -3.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.tutorial .steps .wifi-icon {
  right: -3.8rem;
  top: -2.5rem;
}

.tutorial .steps .zoom-icon {
  left: -3.8rem;
  top: -2.5rem;
}

.tutorial .step-1,
.tutorial .step-3 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tutorial .step-2,
.tutorial .step-3,
.tutorial .step-4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tutorial .step-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.section-7 {
  text-align: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
  background-color: #7b29ac;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active:focus {
  outline: none;
}

.review-section {
  width: 100%;
  padding: 5rem 2rem 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  position: relative;
}

.review-card {
  height: 35rem;
  width: 30rem;
  box-shadow: 0 6px 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  text-align: right;
  padding: 3rem 1rem;
  position: relative;
}

.review {
  padding: 0 2rem 0 3rem;
}

.review img {
  width: 6rem;
}

.review p {
  font-size: var(--font-size-5);
  margin-top: 1.5rem;
}

.reviewer {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 80%;
  padding-top: 2rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.reviewer .reviewer-image {
  width: 5rem;
}

.reviewer span {
  margin: 1rem 1.5rem 0 0;
}

.reviewer span .reviewer-name {
  font-size: var(--font-size-5);
  font-family: "29LT-Kaff-Bold";
}

.reviewer span .age {
  font-size: var(--font-size-3);
  margin-top: 0.5rem;
}

.arrow-right,
.arrow-left {
  position: absolute;
  padding: 1rem;
  font-size: var(--font-size-8);
  border-radius: 100%;
  background-color: #f7f4fa;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  top: 40%;
  z-index: 15;
}

.arrow-right:focus,
.arrow-left:focus {
  outline: none;
}

.arrow-left {
  left: 1rem;
}

.arrow-right {
  right: 1rem;
}

.section-8 {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 65rem;
  width: 100%;
  padding: 0 10rem;
  margin-bottom: 8rem;
  overflow: hidden;
}

.section-8::before,
.section-8::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -5;
}

.section-8::before {
  height: 35%;
  top: 0;
}

.section-8::after {
  height: 65%;
  bottom: 0;
  background-image: url("../images/pattern-1.png"), linear-gradient(to bottom, #efebfa 0%, #efebfa 100%);
}

.woman-2 img {
  width: 48rem;
  position: absolute;
  bottom: -6rem;
}

.career-opportunity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-top: 24rem;
  text-align: right;
}

.career-opportunity h1 {
  font-size: var(--font-size-9);
  margin-bottom: 2rem;
  line-height: 1.4;
  font-family: "29LT-Kaff-Bold";
}

.career-opportunity p {
  font-size: var(--font-size-5);
  margin-bottom: 2rem;
  padding-left: 12rem;
}

.career-opportunity a {
  padding: 1.8rem 3.6rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 1.2rem rgba(123, 41, 172, 0.6);
  border-radius: 10rem;
}

.career-opportunity a:hover {
  box-shadow: 0 1rem 4rem rgba(123, 41, 172, 0.6);
}

.career-opportunity a:active {
  box-shadow: none;
}

.section-9 {
  padding: 0 10rem 2rem;
  text-align: center;
}

.faq-topics {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: stretch;
}

.faq-topics button {
  width: auto;
  padding: 1.6rem;
  background-color: rgba(128, 128, 128, 0.1);
  margin: 0 1.5rem;
  border-radius: 0.6rem;
}

.faq-topics button h3 {
  font-size: var(--font-size-6);
  font-family: "29LT-Kaff-Semi-Bold";
}

.faq-topics button p {
  font-size: var(--font-size-5);
  color: rgba(0, 0, 0, 0.6);
  margin-top: -4px;
  font-family: "29LT-Kaff-Semi-Bold";
  direction: rtl;
}

.faq-topics button:hover > span p,
.faq-topics button:focus > span p {
  color: #7b29ac;
}

.faq-section {
  padding: 5rem 15rem;
}

.question-answer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  font-size: var(--font-size-4);
  padding: 3rem 0;
  padding-left: 10rem;
  position: relative;
}

.question-answer:not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.question-answer .question {
  font-size: var(--font-size-5);
  font-family: "29LT-Kaff-Semi-Bold";
}

.question-answer details {
  padding-left: 5rem;
  cursor: pointer;
}

.question-answer details .faq-button {
  list-style: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.5rem;
  border-radius: 3px;
  line-height: 0.6;
  background-color: rgba(128, 128, 128, 0.1);
}

.question-answer details .faq-button:hover {
  background-color: rgba(123, 41, 172, 0.2);
}

.question-answer details .faq-button:focus {
  outline: none;
}

.question-answer details .faq-button::-webkit-details-marker {
  display: none;
}

.question-answer details .answer {
  color: gray;
  margin-top: 2rem;
  font-size: var(--font-size-4);
}

.active-button {
  background-color: #7b29ac !important;
  color: #fff !important;
  padding: 1.5rem 1.7rem !important;
}

.active-question {
  color: #7b29ac !important;
}

.gray-rectangle {
  padding: 4rem 0;
  margin: 0 10rem;
  text-align: center;
  border-radius: 1rem;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gray-rectangle::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -5;
  border-radius: 1rem;
  background-image: linear-gradient(to right, rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.1)), url("../images/pattern-2.png");
  background-size: contain;
}

.gray-rectangle .heading h3 {
  font-size: var(--font-size-7);
}

.gray-rectangle .app-download {
  margin-top: 2rem;
}

.footer-links {
  padding: 5rem;
  display: grid;
  grid-auto-flow: column;
  align-items: end;
  justify-items: center;
}

.footer-links .logo {
  width: 16rem;
}

.links-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.links-group > * {
  padding: 1rem 0;
  font-size: var(--font-size-4);
  direction: rtl;
}

.links-group > a:hover {
  color: #7b29ac;
}

.social-media a {
  margin: 2rem 2rem 0;
  display: inline-block;
  border: 1px solid rgba(128, 128, 128, 0.6);
  padding: 0.6rem;
  border-radius: 100%;
  line-height: 0;
}

.social-media a img {
  width: 3rem;
}

.section-10 {
  text-align: center;
  margin-top: 9rem;
  position: relative;
}

.program-details-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-details-flex img {
  height: 7rem;
  margin-top: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70px;
}

.program-details-flex p {
  margin: 0 3rem;
  text-align: center;
}

@media (min-width: 1500px) {
  html {
    font-size: 75%;
    -webkit-text-size-adjust: 100%;
  }
}
@media (min-width: 1201px) {
  .largescreen-purple-button {
    display: none;
  }
}
@media (max-width: 1200px) {
  .our-goal {
    padding: 5rem 10rem;
  }

  .header-container::before {
    /* background-image: url(/img/home/small-home-header-bg.png); */
    margin-top: calc(15vh + 4rem);
  }

  .smallscreen-purple-button {
    display: none;
  }

  .purple-button-1 {
    position: absolute;
    left: 50%;
    top: calc(65vh);
    z-index: 10;
    transform: translateX(-50%);
  }

  .new-sponsors img {
    margin-top: 9rem;
  }

  .header-container .text-container {
    width: 100%;
    text-align: center;
    height: 2rem;
    margin-top: 2rem !important;
  }

  .section-4 {
    padding: 15rem 10rem 10rem;
  }

  .section-6 {
    grid-template-columns: 1.8fr 1fr 0.2fr;
  }

  .review-section {
    width: 100%;
    padding: 5rem 0 7rem;
  }

  .career-opportunity {
    width: 55%;
  }
}
@media (max-width: 1150px) {
  .header-images img:first-of-type {
    left: -2%;
  }

  .header-images img:last-of-type {
    right: 5%;
  }

  .section-1 img {
    width: 90%;
    width: 70%;
  }

  .section-1 iframe {
    width: 80%;
  }

  .section-1 .heading h3 {
    width: 80%;
  }

  .decoratives img {
    width: 100%;
  }

  .section-8 {
    padding: 0 3rem;
  }

  .section-9 {
    padding: 0 2rem;
  }

  .footer-links {
    padding: 5rem 0;
  }
}
@media (max-width: 1000px) {
  .navbar {
    padding: 1rem;
  }

  .header-container .heading {
    margin-top: 5rem;
  }

  .header-images img:first-of-type {
    left: 50%;
    bottom: -4rem;
    transform: translateX(-50%);
    width: auto;
    height: 60vh;
  }

  .header-images img:last-of-type {
    display: none;
  }

  .our-goal {
    padding: 5rem;
  }

  .section-5 {
    justify-items: center;
  }

  .section-5 .heading,
.section-5 .normal-plans {
    grid-area: unset;
  }

  .section-5-text .heading {
    text-align: center;
  }

  .card-type-2,
.card-type-2 > span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }

  .card-type-2 {
    grid-area: 1;
    height: 12rem;
    width: 95%;
    padding: 0;
    margin-top: 3rem;
    justify-content: space-between;
    position: relative;
    overflow: visible;
  }

  .card-type-2 .card-image {
    transform: none;
    width: 12rem;
    left: -2rem;
    bottom: 3rem;
    position: relative;
  }

  .card-type-2 .align-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 4rem;
    flex-direction: row-reverse;
  }

  .card-type-2 .plan-description {
    display: none;
  }

  .card-type-2 .plan-details {
    margin-right: 2rem;
  }

  .card-type-2 .purple-tag {
    border-radius: 0;
    margin-right: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .section-6 {
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
  }

  .section-6 .zoom-screen {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70rem;
  }

  .section-6 .decoratives-2 {
    width: 65%;
    margin-left: 15rem;
    z-index: -10;
  }

  .section-6 .zoom-platforms {
    width: 100%;
    margin-left: 0;
  }

  .tutorial {
    width: 55%;
    justify-self: center;
    grid-row-start: 1;
    grid-template-rows: 1fr 1fr;
  }

  .tutorial .heading {
    position: relative;
  }

  .tutorial .steps-guide {
    margin-top: 6rem;
  }

  .arrow-left,
.arrow-right {
    display: none;
  }

  .section-8 {
    height: 80rem;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .woman-2 img {
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
    z-index: -1;
  }

  .career-opportunity {
    width: 60%;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
  }

  .career-opportunity p {
    padding: 0;
  }

  .career-opportunity a {
    position: absolute;
    bottom: -3rem;
  }

  .faq-topics {
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    grid-gap: 4rem;
    padding: 0 5rem;
  }

  .faq-topics button {
    width: auto;
    padding: 2rem;
    margin: 0;
  }

  .faq-section {
    padding: 5rem 7rem;
  }

  .gray-rectangle {
    margin: 0 5rem;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 55%;
    -webkit-text-size-adjust: 100%;
  }

  .review-section {
    width: 90%;
    padding: 5rem 5rem 7rem;
  }

  .swiper2 p {
    padding-bottom: 10rem;
  }

  .display-pagination {
    display: block !important;
  }
}
@media (max-width: 850px) {
  .navbar {
    padding: 0;
  }

  .nav-button-1,
.nav-button-2 {
    margin: 0 1rem;
  }

  .our-goal {
    grid-template-columns: 1fr;
    padding: 5rem;
    grid-row-gap: 1.5rem;
  }

  .our-goal .one {
    grid-row-start: 1;
  }

  .our-goal .two {
    grid-row-start: 2;
  }

  .our-goal .three {
    grid-row-start: 3;
  }

  .our-goal .four {
    grid-row-start: 4;
  }

  .section-4 {
    padding: 15rem 0 10rem;
  }

  .review-section {
    width: 100%;
  }

  .review-card {
    margin-right: 2rem;
  }

  .career-opportunity {
    width: 70%;
  }

  footer {
    position: relative;
    padding-bottom: 10rem;
  }

  .footer-links {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 5rem 5rem 0;
  }

  .footer-links .logo {
    width: 22rem;
    /* margin-bottom: 18rem; */
  }

  .footer-links .social-media a {
    margin: 2rem 3rem 0;
    padding: 1rem;
  }

  .footer-links .social-media a img {
    width: 5rem;
  }

  .links-group {
    /* padding: 5rem 0; */
    width: 100%;
  }

  .links-group-2,
.links-group-3 {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  }

  .links-group-4 {
    padding: 0;
  }

  .links-group-4 p,
.logo,
.social-media {
    width: 100%;
    text-align: center;
    bottom: 5rem;
  }
}
@media (max-width: 750px) {
  nav {
    background-color: #ffffff;
  }

  .navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    height: 8rem;
    padding: 1rem 4rem;
  }

  .navbar a:link,
.navbar a:visited {
    font-size: 2.2rem;
    margin: 0 2rem;
  }

  .navbar .language-button {
    margin: 0;
  }

  .navigation > a,
.custom-select,
.careers {
    display: none;
  }

  .menu-background,
.menu-button {
    display: block;
  }

  .hakawaty-logo {
    height: 4rem;
    margin: 0;
    margin-right: 3.5rem;
  }

  .purple-button-1 {
    top: calc(65vh + 4rem);
  }

  .tutorial {
    width: 65%;
  }

  .faq-topics button {
    text-align: right;
  }

  .faq-topics button p {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .sponsors img {
    width: 6rem;
    margin: 0 2rem;
  }

  .sponsors .sponsor-img-2 {
    width: 9rem;
  }

  .career-opportunity {
    width: 75%;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 45%;
    -webkit-text-size-adjust: 100%;
  }

  header {
    height: 70vh;
  }

  .header-images img:first-of-type {
    height: 50vh;
  }

  .purple-button-1 {
    top: calc(70vh + 4rem);
  }

  .woman-2 img {
    top: 12rem;
  }
}
@media (max-width: 600px) {
  .section-1 img {
    width: 90%;
  }

  .section-3 {
    margin-top: 0;
  }

  .books-slideshow img {
    width: 50rem;
  }

  .section-4 {
    grid-template-columns: 1fr;
    padding: 8rem 3rem;
    justify-items: end;
  }

  .section-4 .kid-3 {
    display: none;
  }

  .feature-section > div span {
    padding: 1rem;
  }

  .feature {
    margin: 1rem 0;
  }

  .section-5 {
    padding-bottom: 5rem;
  }

  .section-6 .zoom-screen {
    width: 60rem;
  }

  .tutorial {
    width: 80%;
    padding: 0 3rem;
  }

  .tutorial .steps-guide {
    margin-top: 2%;
  }

  .section-9 {
    padding: 5rem 0;
  }

  .gray-rectangle {
    margin: 0 2rem;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 35%;
    -webkit-text-size-adjust: 100%;
    --font-size-1: 1.8rem;
    --font-size-2: 2rem;
    --font-size-3: 2.1rem;
    --font-size-4: 2.2rem;
    --font-size-5: 2.4rem;
    --font-size-6: 2.6rem;
    --font-size-7: 2.8rem;
    --font-size-8: 3rem;
    --font-size-9: 3.8rem;
  }

  .purple-button {
    padding: 3rem 0;
  }

  .purple-button-1 {
    top: calc(60vh + 4rem);
    width: 45rem;
  }

  .purple-button-2 {
    width: 35rem;
  }

  .button-type-1 {
    padding: 1.5rem 2rem;
  }

  .navbar {
    height: 10rem;
  }

  .navbar a:link,
.navbar a:visited {
    font-size: var(--font-size-6);
  }

  .hakawaty-logo {
    height: 5rem;
  }

  .menu-background {
    top: 10rem;
  }

  .menu-button {
    width: 3.2rem;
  }

  .menu-button::before {
    top: 2rem;
  }

  .menu-button::after {
    bottom: 2rem;
  }

  header {
    height: 60vh;
  }

  .header-images img:first-of-type {
    height: 38vh;
  }

  .our-goal img {
    width: 12rem;
  }

  .section-3 .heading h3 {
    width: 80%;
  }

  .slideshow-container {
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }

  .app-download img {
    width: 25rem;
  }

  .sponsors img {
    width: 9rem;
  }

  .sponsors .sponsor-img-2 {
    width: 14rem;
  }

  .section-4 {
    padding-right: 2rem;
  }

  .feature img {
    width: 8rem;
  }

  .card-type-2 .purple-tag {
    font-size: var(--font-size-3);
  }

  .card-type-2 p {
    font-size: var(--font-size-2);
  }

  .card .best-offer h2 {
    font-size: var(--font-size-2);
  }

  .card .best-offer .red-tag {
    width: 14rem;
  }

  .card .plan-name {
    font-size: var(--font-size-6);
  }

  .card .plan-validity {
    font-size: var(--font-size-5);
  }

  .tutorial {
    width: 90%;
  }

  .tutorial .steps-guide {
    margin-top: -2rem;
  }

  .review-section {
    padding: 5rem 0 9rem;
  }

  .review-card {
    height: 42rem;
    width: 35rem;
  }

  .reviewer .reviewer-image {
    width: 7rem;
  }

  .career-opportunity {
    width: 95%;
  }

  .faq-topics {
    grid-gap: 2rem;
    padding: 0 3rem;
  }

  .faq-topics button {
    padding: 1.5rem;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 30%;
    -webkit-text-size-adjust: 100%;
  }

  .header-container .heading {
    margin-top: 10rem;
  }

  .header-images img:first-of-type {
    height: 33vh;
  }

  .career-opportunity {
    width: 90%;
  }

  .section-6 .zoom-screen {
    width: 55rem;
  }

  .tutorial .steps-guide {
    margin-top: 0rem;
  }

  .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }

  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 25%;
    -webkit-text-size-adjust: 100%;
  }

  .header-images img:first-of-type {
    height: 30vh;
  }
}