@charset "UTF-8";
:root {
  --primary: #EEDF5E;
  --secondary: #333BFF;
  --gray: #939597;
  --blue-white: #fcfcfc;
  --white: #FFFFFF;
  --orange: #F58220;
  --red: #ED1C24;
  --blue: #0C134F;
  --black-gray: #333;
  --black: #122; }

.circle {
  width: 100px;
  height: 100px;
  background: #333BFF;
  border-radius: 50%;
  opacity: 0.5; }

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: right;
  font-family: 'Rubik', sans-serif; }

a, a:hover {
  text-decoration: none; }

a:focus, a:link {
  text-decoration: none !important;
  outline: none; }

custom__btn:focus,
custom__btn {
  outline: none;
  border: none;
  cursor: pointer; }

html {
  scroll-behavior: smooth;
  font-family: 'Tajawal', sans-serif;
  direction: rtl; }

body {
  margin: 0;
  width: 100%;
  font-style: normal;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff; }

p, h1, h2, h3, h4, h5, h6, span, a {
  font-family: 'Rubik', sans-serif; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media (min-width: 112.5rem) {
    html {
      font-size: 75%; } }
  @media (max-width: 75rem) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25rem) {
    html {
      font-size: 50%; } }
  @media (max-width: 37.5rem) {
    html {
      font-size: 50%; } }
  @media (max-width: 31.25rem) {
    html {
      font-size: 50%; } }

::-webkit-scrollbar {
  background-color: rgba(225, 225, 225, 0.1);
  width: 1rem; }

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--secondary); }

a:focus,
a:link {
  text-decoration: none !important;
  outline: none; }

ul {
  list-style: none !important; }

.custom__container {
  width: 80%;
  margin: 0 auto; }

.custom__header .main__text {
  text-align: center; }

.row {
  display: flex; }

.row-c {
  display: flex;
  flex-direction: column; }

@font-face {
  font-family: 'VideoJS';
  src: url("https://vjs.zencdn.net/f/1/vjs.eot");
  src: url("https://vjs.zencdn.net/f/1/vjs.eot?#iefix") format("embedded-opentype"), url("https://vjs.zencdn.net/f/1/vjs.woff") format("woff"), url("https://vjs.zencdn.net/f/1/vjs.ttf") format("truetype"); }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
  font-family: 'VideoJS'; }

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
  font-family: 'VideoJS'; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
  font-family: 'VideoJS'; }

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
  font-family: 'VideoJS'; }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
  font-family: 'VideoJS'; }

.plyr__menu {
  opacity: 0; }

.plyr__volume {
  opacity: 0; }

.main__heading {
  color: var(--white);
  font-size: 10rem;
  color: var(--primary);
  text-align: center;
  font-weight: bold;
  color: var(--secondary); }
  @media (max-width: 56.25rem) {
    .main__heading {
      font-size: 6rem; } }
  @media (max-width: 37.5rem) {
    .main__heading {
      font-size: 5rem; } }

.secondary__head {
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  text-align: center;
  color: var(--black); }

.head__text {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gray);
  text-align: center;
  color: var(--black); }

.main__text {
  text-align: justify;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  word-spacing: 0;
  color: rgba(30, 48, 86, 0.8);
  font-weight: 700; }
  @media (max-width: 75rem) {
    .main__text {
      font-size: 18px; } }
  @media (max-width: 56.25rem) {
    .main__text {
      font-size: 16px; } }

.secondary__text {
  text-align: justify;
  color: var(--gray);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  word-spacing: 0; }

/***********************************
Main Navbar
************************************/
.nav {
  width: 100%;
  padding-top: 2rem;
  background-color: var(--secondary); }
  .nav .head img {
    width: 15rem;
    position: relative;
    z-index: 99999; }
  .nav__container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 10rem; }
    @media (max-width: 75rem) {
      .nav__container {
        padding: 0; } }
  .nav__list {
    margin-right: auto;
    line-height: 10rem;
    display: flex;
    align-items: center; }
  .nav__item {
    margin-left: 2rem;
    position: relative; }
    .nav__item::after {
      position: absolute;
      width: 100%;
      bottom: 0;
      border: 1px solid #000;
      padding: 1px;
      color: var(--white); }
    .nav__item .button__subscribe {
      display: inline;
      color: #333; }
  .nav__link {
    font-size: 2rem;
    color: var(--white);
    font-weight: 800;
    position: relative;
    transition: 0.3s ease-out;
    transform: translateY(0); }
    .nav__link::after {
      width: 0%;
      height: 3px;
      content: "";
      background-image: linear-gradient(to left bottom, var(--primary), var(--primary));
      position: absolute;
      bottom: -5px;
      transition: 0.3s ease-out;
      left: 0; }
    .nav__link:hover:after {
      width: 100%; }
    .nav__link:hover {
      transform: translateY(-3px); }

@media only screen and (max-width: 800px) {
  .nav {
    background: rgba(var(--white), 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 2rem 5rem;
    background-color: var(--secondary); }
    .nav::after {
      position: relative; }
    .nav__link {
      font-size: 2.5rem !important; }
    .nav .toggle-transform {
      transform: translateX(100%); }
    .nav__list {
      background-color: var(--secondary);
      width: 30rem;
      height: 100vh;
      flex-direction: column;
      margin-right: auto;
      position: absolute;
      justify-content: center;
      top: 0;
      right: 0;
      z-index: 1111;
      padding-bottom: 2rem;
      padding-top: 7rem;
      transition: all ease-in-out 0.5s; } }

.sticky {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  background-color: var(--secondary);
  opacity: 0.95;
  padding: 1rem 2rem;
  display: flex;
  z-index: 11111111;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.15s; }

.whatsapp {
  position: fixed;
  width: 6rem;
  height: 6rem;
  bottom: 3rem;
  left: 3rem;
  z-index: 9999; }
  .whatsapp img {
    max-width: 6rem; }

.custom__btn {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 1.5rem 2rem;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 3rem;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline; }

.custom__btn:hover {
  color: var(--secondary); }

.custom__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  top: 0;
  margin: auto;
  border-radius: 10px;
  background: var(--secondary);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 105%;
  height: 110%;
  right: -5px; }

.custom__btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: var(--secondary);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(10px); }

.custom__btn:hover::after {
  filter: blur(30px); }

.custom__btn:hover::before {
  transform: rotate(-180deg); }

.custom__btn:active::before {
  scale: 0.7; }

.nav__btn {
  display: none;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 3.5rem;
  right: 6.5rem;
  background-color: var(--white);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: all 0.5s ease-in;
  cursor: pointer; }
  .nav__btn span.nav__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 0.2rem;
    border-radius: 5px;
    background: var(--primary); }
    .nav__btn span.nav__icon::before, .nav__btn span.nav__icon::after {
      content: "";
      width: 100%;
      height: 0.2rem;
      border-radius: 5px;
      background: var(--primary);
      display: block;
      transition: all .3s;
      position: absolute; }
    .nav__btn span.nav__icon::before {
      top: -.7rem; }
    .nav__btn span.nav__icon::after {
      top: .7rem; }

.toggler {
  display: none;
  cursor: pointer;
  padding: 10px;
  align-self: center;
  margin-right: auto;
  z-index: 2222; }
  @media only screen and (max-width: 800px) {
    .toggler {
      display: inline-block; } }

.toggler span {
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--primary);
  margin-bottom: 5px;
  transition: all 0.3s ease-in; }

.toggler.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

.toggler.active span:nth-child(2) {
  opacity: 0; }

.toggler.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

.button__subscribe {
  padding: 1rem 2rem;
  border-radius: 9px;
  background: var(--primary);
  border: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  font-size: 3rem;
  display: block; }

.button__subscribe:hover {
  box-shadow: 0px 0 2.5rem var(--primary); }

.button__subscribe:active {
  transform: scale(0.97);
  box-shadow: 0px 0 3rem var(--primary); }

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -owg-linear-gradient(150deg, #501edb 20%, #e22931);
  -pie-background: -pie-linear-gradient(150deg, #501edb 20%, #e22931);
  background: linear-gradient(150deg, #501edb 20%, #e22931);
  z-index: -1; }

.slider {
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

.slider .slider__wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2; }

.slider .slider__wrap .swiper-slide {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  opacity: 0;
  background-size: cover;
  border-radius: 20px;
  pointer-events: none;
  transition: all 0.3s; }

.slider .slider__wrap .swiper-slide-active, .slider .slider__wrap .swiper-slide-prev, .slider .slider__wrap .swiper-slide-next {
  opacity: 1;
  pointer-events: auto; }

.slider .slider__controls {
  position: relative;
  z-index: 12; }

.slider .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 50px; }

.slider .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s; }

.slider .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 12rem;
  transition-delay: 0s; }

.slider .slider__controls .slider__button-next, .slider .slider__controls .slider__button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.slider .slider__controls .slider__button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.slider .slider__controls .slider__button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.slider .slider__controls .slider__button-prev:focus, .slider .slider__controls .slider__button-next:focus {
  outline: none !important; }

.form {
  padding: 5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center; }
  .form__label {
    color: var(--white);
    margin-bottom: 2rem;
    font-size: 3.2rem; }
  .form__input:focus, .form__input, .form__textarea {
    outline: none;
    border: none;
    width: 100%;
    padding: 1.5rem;
    font-size: 2rem;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    margin-bottom: 2rem;
    color: white; }
    @media only screen and (max-width: 800px) {
      .form__input:focus, .form__input, .form__textarea {
        width: 100%; } }
  .form__input::placeholder {
    color: var(--white); }

.tab {
  background: var(--white);
  position: relative;
  padding: 0 2rem;
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 2rem;
  width: 100%; }
  @media (max-width: 56.25rem) {
    .tab {
      width: 100%; } }
  .tab input {
    appearance: none; }
  .tab label {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .tab label::after {
      content: '+';
      position: absolute;
      left: 2rem;
      font-size: 5em;
      color: rgba(0, 0, 0, 0.1);
      transition: transform 0.5s; }
  .tab:hover label::after {
    color: var(--secondary); }
  .tab__number {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 2.5rem;
    border-radius: 5px;
    margin-left: 1rem; }
  .tab__head {
    position: relative;
    font-weight: 500;
    color: var(--secondary);
    z-index: 10;
    font-size: 25px; }
    @media (max-width: 37.5rem) {
      .tab__head {
        font-size: 20px; } }
  .tab__content {
    max-height: 0;
    transition: 1s;
    overflow: hidden; }
  .tab__list {
    display: flex;
    flex-direction: column; }
  .tab__item {
    padding: 1rem;
    font-size: 2rem;
    z-index: 10;
    position: relative;
    color: var(--secondary); }
  .tab input:checked ~ label::after {
    transform: rotate(135deg); }
  .tab input:checked ~ .tab__content {
    max-height: 100vh;
    padding-bottom: 2rem; }
  .tab input:checked ~ label .tab__number {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.2);
    font-size: 15rem;
    justify-content: flex-end;
    padding: 2rem;
    font-weight: bold;
    background: transparent; }
  .tab input:checked ~ label .tab__head {
    font-size: 20px;
    background: var(--white);
    color: var(--secondary);
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 5px 15pxrgba 0, 0, 0, 0.25; }

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 4rem 3rem;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--primary);
  text-align: center;
  margin: 0 2rem;
  cursor: pointer; }
  @media (max-width: 56.25rem) {
    .card {
      margin: 2rem 0;
      width: 80%; } }
  .card img {
    width: 9rem; }
  .card__head {
    font-size: 3rem;
    text-align: center; }

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .content .main__text {
    text-align: center; }

.content .para {
  line-height: 1.5; }

.content .btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  color: #e8e8e8; }

.content .btn:active {
  box-shadow: none; }

.flip-card {
  perspective: 100rem;
  font-family: sans-serif;
  width: 40%;
  height: 70rem;
  padding: 5rem 0; }
  @media (max-width: 56.25rem) {
    .flip-card {
      width: 100%;
      perspective: 1000rem;
      height: 75rem; } }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
  border-radius: 1rem; }

.flip-card-back {
  transform: rotateY(180deg); }

.wait {
  font-size: 3rem;
  color: white;
  font-weight: bold;
  position: relative;
  width: 33rem;
  top: 100px; }

.🤚 {
  --skin-color: #E4C560;
  --tap-speed: 0.6s;
  --tap-stagger: 0.1s;
  position: relative;
  width: 80px;
  height: 60px;
  margin-left: 80px; }

.🤚:before {
  content: '';
  display: block;
  width: 180%;
  height: 75%;
  position: absolute;
  top: 70%;
  right: 20%;
  background-color: black;
  border-radius: 40px 10px;
  filter: blur(10px);
  opacity: 0.3; }

.🌴 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--skin-color);
  border-radius: 10px 40px; }

.👍 {
  position: absolute;
  width: 120%;
  height: 38px;
  background-color: var(--skin-color);
  bottom: -18%;
  right: 1%;
  transform-origin: calc(100% - 20px) 20px;
  transform: rotate(-20deg);
  border-radius: 30px 20px 20px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.👍:after {
  width: 20%;
  height: 60%;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -8%;
  left: 5px;
  border-radius: 60% 10% 10% 30%;
  border-right: 2px solid rgba(0, 0, 0, 0.05); }

.👉 {
  position: absolute;
  width: 80%;
  height: 35px;
  background-color: var(--skin-color);
  bottom: 32%;
  right: 64%;
  transform-origin: 100% 20px;
  animation-duration: calc(var(--tap-speed) * 2);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: rotate(10deg); }

.👉:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 30px;
  background-color: var(--skin-color);
  bottom: 8%;
  right: 65%;
  transform-origin: calc(100% - 20px) 20px;
  transform: rotate(-60deg);
  border-radius: 20px; }

.👉:nth-child(1) {
  animation-delay: 0;
  filter: brightness(70%);
  animation-name: tap-upper-1; }

.👉:nth-child(2) {
  animation-delay: var(--tap-stagger);
  filter: brightness(80%);
  animation-name: tap-upper-2; }

.👉:nth-child(3) {
  animation-delay: calc(var(--tap-stagger) * 2);
  filter: brightness(90%);
  animation-name: tap-upper-3; }

.👉:nth-child(4) {
  animation-delay: calc(var(--tap-stagger) * 3);
  filter: brightness(100%);
  animation-name: tap-upper-4; }

@keyframes tap-upper-1 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.4); }
  40% {
    transform: rotate(50deg) scale(0.4); } }

@keyframes tap-upper-2 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.6); }
  40% {
    transform: rotate(50deg) scale(0.6); } }

@keyframes tap-upper-3 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.8); }
  40% {
    transform: rotate(50deg) scale(0.8); } }

@keyframes tap-upper-4 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(1); }
  40% {
    transform: rotate(50deg) scale(1); } }

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center; }

.wheel-and-hamster {
  --dur: 1s;
  position: relative;
  width: 12em;
  height: 12em;
  font-size: 14px; }

.wheel,
.hamster,
.hamster div,
.spoke {
  position: absolute; }

.wheel,
.spoke {
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wheel {
  background: radial-gradient(100% 100% at center, rgba(153, 153, 153, 0) 47.8%, #999999 48%);
  z-index: 2; }

.hamster {
  animation: hamster var(--dur) ease-in-out infinite;
  top: 50%;
  left: calc(50% - 3.5em);
  width: 7em;
  height: 3.75em;
  transform: rotate(4deg) translate(-0.8em, 1.85em);
  transform-origin: 50% 0;
  z-index: 1; }

.hamster__head {
  animation: hamsterHead var(--dur) ease-in-out infinite;
  background: #f48c25;
  border-radius: 70% 30% 0 100% / 40% 25% 25% 60%;
  box-shadow: 0 -0.25em 0 #facc9e inset, 0.75em -1.55em 0 #fce6cf inset;
  top: 0;
  left: -2em;
  width: 2.75em;
  height: 2.5em;
  transform-origin: 100% 50%; }

.hamster__ear {
  animation: hamsterEar var(--dur) ease-in-out infinite;
  background: #fbb6b6;
  border-radius: 50%;
  box-shadow: -0.25em 0 #f48c25 inset;
  top: -0.25em;
  right: -0.25em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 75%; }

.hamster__eye {
  animation: hamsterEye var(--dur) linear infinite;
  background-color: black;
  border-radius: 50%;
  top: 0.375em;
  left: 1.25em;
  width: 0.5em;
  height: 0.5em; }

.hamster__nose {
  background: #f98686;
  border-radius: 35% 65% 85% 15% / 70% 50% 50% 30%;
  top: 0.75em;
  left: 0;
  width: 0.2em;
  height: 0.25em; }

.hamster__body {
  animation: hamsterBody var(--dur) ease-in-out infinite;
  background: #fce6cf;
  border-radius: 50% 30% 50% 30% / 15% 60% 40% 40%;
  box-shadow: 0.1em 0.75em 0 #f48c25 inset, 0.15em -0.5em 0 #facc9e inset;
  top: 0.25em;
  left: 2em;
  width: 4.5em;
  height: 3em;
  transform-origin: 17% 50%;
  transform-style: preserve-3d; }

.hamster__limb--fr,
.hamster__limb--fl {
  clip-path: polygon(0 0, 100% 0, 70% 80%, 60% 100%, 0% 100%, 40% 80%);
  top: 2em;
  left: 0.5em;
  width: 1em;
  height: 1.5em;
  transform-origin: 50% 0; }

.hamster__limb--fr {
  animation: hamsterFRLimb var(--dur) linear infinite;
  background: linear-gradient(#facc9e 80%, #f98686 80%);
  transform: rotate(15deg) translateZ(-1px); }

.hamster__limb--fl {
  animation: hamsterFLLimb var(--dur) linear infinite;
  background: linear-gradient(#fce6cf 80%, #fbb6b6 80%);
  transform: rotate(15deg); }

.hamster__limb--br,
.hamster__limb--bl {
  border-radius: 0.75em 0.75em 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 70% 90%, 70% 100%, 30% 100%, 40% 90%, 0% 30%);
  top: 1em;
  left: 2.8em;
  width: 1.5em;
  height: 2.5em;
  transform-origin: 50% 30%; }

.hamster__limb--br {
  animation: hamsterBRLimb var(--dur) linear infinite;
  background: linear-gradient(#facc9e 90%, #f98686 90%);
  transform: rotate(-25deg) translateZ(-1px); }

.hamster__limb--bl {
  animation: hamsterBLLimb var(--dur) linear infinite;
  background: linear-gradient(#fce6cf 90%, #fbb6b6 90%);
  transform: rotate(-25deg); }

.hamster__tail {
  animation: hamsterTail var(--dur) linear infinite;
  background: #fbb6b6;
  border-radius: 0.25em 50% 50% 0.25em;
  box-shadow: 0 -0.2em 0 #f98686 inset;
  top: 1.5em;
  right: -0.5em;
  width: 1em;
  height: 0.5em;
  transform: rotate(30deg) translateZ(-1px);
  transform-origin: 0.25em 0.25em; }

.spoke {
  animation: spoke var(--dur) linear infinite;
  background: radial-gradient(100% 100% at center, #999999 4.8%, rgba(153, 153, 153, 0) 5%), linear-gradient(rgba(140, 140, 140, 0) 46.9%, #a6a6a6 47% 52.9%, rgba(166, 166, 166, 0) 53%) 50% 50%/99% 99% no-repeat; }

/* Animations */
@keyframes hamster {
  from, to {
    transform: rotate(4deg) translate(-0.8em, 1.85em); }
  50% {
    transform: rotate(0) translate(-0.8em, 1.85em); } }

@keyframes hamsterHead {
  from, 25%, 50%, 75%, to {
    transform: rotate(0); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(8deg); } }

@keyframes hamsterEye {
  from, 90%, to {
    transform: scaleY(1); }
  95% {
    transform: scaleY(0); } }

@keyframes hamsterEar {
  from, 25%, 50%, 75%, to {
    transform: rotate(0); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(12deg); } }

@keyframes hamsterBody {
  from, 25%, 50%, 75%, to {
    transform: rotate(0); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-2deg); } }

@keyframes hamsterFRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(50deg) translateZ(-1px); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-30deg) translateZ(-1px); } }

@keyframes hamsterFLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-30deg); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(50deg); } }

@keyframes hamsterBRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-60deg) translateZ(-1px); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(20deg) translateZ(-1px); } }

@keyframes hamsterBLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(20deg); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-60deg); } }

@keyframes hamsterTail {
  from, 25%, 50%, 75%, to {
    transform: rotate(30deg) translateZ(-1px); }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(10deg) translateZ(-1px); } }

@keyframes spoke {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(-1turn); } }

.loading-wave {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.loading-bar {
  width: 20px;
  height: 10px;
  margin: 0 5px;
  background-color: #3498db;
  border-radius: 5px;
  animation: loading-wave-animation 1s ease-in-out infinite; }

.loading-bar:nth-child(2) {
  animation-delay: 0.1s; }

.loading-bar:nth-child(3) {
  animation-delay: 0.2s; }

.loading-bar:nth-child(4) {
  animation-delay: 0.3s; }

@keyframes loading-wave-animation {
  0% {
    height: 10px; }
  50% {
    height: 50px; }
  100% {
    height: 10px; } }

.video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%; }
  @media (max-width: 56.25rem) {
    .video {
      width: 100%; }
      .video iframe {
        width: 100%; } }
  .video .thumbnail {
    position: relative;
    z-index: 1;
    transition: opacity 0.5s; }
    .video .thumbnail img {
      max-width: 100%;
      transition: opacity 0.5s; }
  .video .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    transition: opacity 0.5s; }
  .video .video {
    display: none;
    transition: opacity 0.5s; }

.hero {
  width: 100%;
  position: relative;
  padding: 10rem 0; }
  .hero__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem; }
    @media (max-width: 56.25rem) {
      .hero__body {
        flex-direction: column-reverse;
        margin-top: 6rem; } }
  .hero__content {
    width: 48%; }
    @media (max-width: 56.25rem) {
      .hero__content {
        width: 100%;
        text-align: center;
        margin-top: 2rem;
        z-index: 999; } }
    @media screen and (max-width: 600px) {
      .hero__content {
        margin-top: 2rem; } }
  .hero__heading {
    color: var(--white);
    font-size: 4rem;
    color: var(--white);
    font-weight: bold;
    color: var(--black); }
    .hero__heading span {
      color: var(--secondary); }
    @media (max-width: 56.25rem) {
      .hero__heading {
        display: flex;
        justify-content: center;
        font-size: 4rem; }
        .hero__heading span {
          margin-right: 5px; } }
    @media (max-width: 37.5rem) {
      .hero__heading {
        font-size: 3rem; }
        .hero__heading span {
          margin-right: 5px; } }
    @media screen and (max-width: 1400px) {
      .hero__heading {
        font-size: 3.5rem; } }
    @media screen and (max-width: 1200px) {
      .hero__heading {
        font-size: 3rem; } }
  .hero .main__text {
    margin-bottom: 6rem;
    margin-top: 2rem; }
    @media (max-width: 56.25rem) {
      .hero .main__text {
        text-align: center; } }
  .hero .thumbnail {
    position: relative;
    z-index: 1;
    transition: opacity 0.5s; }
    .hero .thumbnail img {
      max-width: 100%;
      transition: opacity 0.5s; }
  .hero .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    transition: opacity 0.5s; }
  .hero .video {
    display: none;
    transition: opacity 0.5s; }
  .hero__video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48%; }
    @media (max-width: 56.25rem) {
      .hero__video {
        width: 100%; }
        .hero__video iframe {
          width: 100%; } }
  .hero .circle {
    position: absolute; }
  .hero .shape1 {
    position: absolute;
    z-index: -1;
    width: 300px;
    left: 0;
    bottom: 20%; }
    @media (max-width: 56.25rem) {
      .hero .shape1 {
        display: none; } }
  .hero .shape2 {
    position: absolute;
    z-index: -1;
    width: 300px;
    right: -10%;
    top: 35px; }
    @media screen and (max-width: 1400px) {
      .hero .shape2 {
        right: -12%; } }
    @media screen and (max-width: 1200px) {
      .hero .shape2 {
        right: -15%; } }
    @media screen and (max-width: 1000px) {
      .hero .shape2 {
        right: -12%;
        width: 200px; } }
    @media (max-width: 56.25rem) {
      .hero .shape2 {
        display: none; } }

.diploma {
  width: 100%;
  padding-top: 10rem; }
  .diploma .main__heading {
    text-align: center; }
    @media (max-width: 37.5rem) {
      .diploma .main__heading {
        font-size: 8rem; } }
  .diploma__body {
    padding-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 56.25rem) {
      .diploma__body {
        flex-direction: column !important; } }
    @media (max-width: 37.5rem) {
      .diploma__body {
        padding-top: 5rem; } }
  .diploma__content {
    width: 47%; }
    @media (max-width: 56.25rem) {
      .diploma__content {
        width: 90%; } }
    @media (max-width: 37.5rem) {
      .diploma__content {
        width: 100%; } }
  .diploma__image {
    width: 47%; }
    .diploma__image img {
      max-width: 100%; }
    @media (max-width: 56.25rem) {
      .diploma__image {
        width: 90%; } }
    @media (max-width: 37.5rem) {
      .diploma__image {
        width: 100%; } }
  .diploma .secondary__head {
    font-size: 4rem;
    text-align: start;
    margin: 1rem 0; }
    @media (max-width: 75rem) {
      .diploma .secondary__head {
        font-size: 3rem; } }
  .diploma__list {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin-bottom: 3rem; }
  .diploma__item {
    font-size: 2rem;
    margin: 1rem 0;
    color: rgba(30, 48, 86, 0.8);
    font-weight: 700; }
    @media screen and (max-width: 1000px) {
      .diploma__item {
        font-size: 1.6rem; } }
    @media (max-width: 56.25rem) {
      .diploma__item {
        font-size: 18px; } }
    @media (max-width: 75rem) {
      .diploma__item {
        font-size: 16px; } }
  .diploma .head__number {
    width: 8rem;
    height: 8rem;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 3.5rem;
    border-radius: 5px;
    margin-left: 1rem; }
  .diploma .head__number:nth-of-type(1) {
    background: var(--primary); }
  .diploma .head__number.blue {
    background: var(--secondary); }

.mazen {
  width: 100%;
  position: relative;
  padding: 10rem 0; }
  .mazen .main__heading {
    text-align: right; }
    @media screen and (max-width: 1550px) {
      .mazen .main__heading {
        font-size: 6rem; } }
    @media (max-width: 56.25rem) {
      .mazen .main__heading {
        text-align: center;
        font-size: 7rem; } }
  .mazen__body {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row; }
    @media (max-width: 56.25rem) {
      .mazen__body {
        flex-direction: column; } }
  .mazen__content {
    width: 50%; }
    @media (max-width: 56.25rem) {
      .mazen__content {
        width: 95%;
        text-align: center; } }
    .mazen__content .main__text {
      margin: 2rem 0; }
  .mazen__img {
    width: 45%; }
    @media (max-width: 56.25rem) {
      .mazen__img {
        width: 100%;
        margin-bottom: 3rem; } }
    .mazen__img img {
      max-width: 100%; }
  @media (max-width: 56.25rem) {
    .mazen .main__text {
      text-align: center; } }

.diploma__details {
  width: 100%;
  padding: 10rem 0; }
  .diploma__details--container {
    margin: 0 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 10rem 0; }
  .diploma__details .tab input:checked ~ label .tab__head {
    background: var(--secondary);
    color: var(--white); }
  .diploma__details .tab label .tab__number {
    background: var(--secondary); }

.reviews {
  padding: 10rem 0;
  background-color: var(--primary); }
  .reviews .main__heading, .reviews .main__text {
    color: var(--white); }
  .reviews .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
  .reviews .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50rem;
    height: 50rem;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.3);
    filter: blur(4px); }
  .reviews .swiper-slide-active {
    filter: blur(0px); }
  .reviews .swiper-slide img {
    display: block;
    width: 100%; }
  .reviews .swiper-3d .swiper-slide-shadow-left,
  .reviews .swiper-3d .swiper-slide-shadow-right {
    background-image: none; }

.hero__body.review {
  display: flex;
  justify-items: space-between; }
  @media (max-width: 56.25rem) {
    .hero__body.review {
      flex-direction: column; } }

@media screen and (max-width: 1000px) {
  .review .hero__content {
    width: 40% !important; }
    .review .hero__content .main_text {
      font-size: 16px !important; }
  .review__container {
    width: 50% !important; } }

@media (max-width: 56.25rem) {
  .review .hero__content {
    width: 100% !important; } }

.review__container {
  width: 40%;
  margin: 3rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 56.25rem) {
    .review__container {
      width: 80% !important; } }
  .review__container .review__video {
    width: 100%; }
    .review__container .review__video iframe {
      width: 100%; }
    @media (max-width: 56.25rem) {
      .review__container .review__video {
        width: 90%; }
        .review__container .review__video iframe {
          width: 100%; } }
  .review__container .thumbnail {
    position: relative;
    z-index: 1;
    transition: opacity 0.5s; }
    .review__container .thumbnail img {
      max-width: 100%;
      transition: opacity 0.5s; }
  .review__container .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    transition: opacity 0.5s; }
  .review__container .video {
    display: none; }

.subscribe {
  position: relative;
  width: 100%;
  padding: 10rem 0; }
  .subscribe__text {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    padding: 1rem 0;
    text-align: center; }
  @media (max-width: 37.5rem) {
    .subscribe .main__heading {
      font-size: 4.5rem; } }
  .subscribe .main__text {
    color: #fff; }
  .subscribe__container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin: 3rem 0; }
    @media (max-width: 56.25rem) {
      .subscribe__container {
        flex-direction: column;
        align-items: center; } }
    .subscribe__container .card {
      padding: 0;
      width: 40%;
      cursor: none;
      background-color: var(--secondary); }
      @media (max-width: 56.25rem) {
        .subscribe__container .card {
          width: 80%; } }
      @media (max-width: 37.5rem) {
        .subscribe__container .card {
          width: 100%; } }
  .subscribe__content {
    width: 47%;
    background-color: var(--secondary);
    padding: 2rem 4rem;
    text-align: center; }
    .subscribe__content p {
      text-align: center; }
    @media (max-width: 56.25rem) {
      .subscribe__content {
        width: 100%;
        margin-bottom: 5rem; } }
  .subscribe__image {
    text-align: center; }
    .subscribe__image img {
      width: 20rem;
      margin: 3rem 0; }

.faq {
  width: 100%;
  padding: 10rem 0; }
  .faq__container {
    margin: 0 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center; }
    .faq__container .tab input:checked ~ label .tab__head {
      background: var(--secondary);
      color: var(--white); }
    .faq__container .tab label .tab__number {
      background: var(--secondary); }
  .faq .main__heading {
    margin-bottom: 2rem; }

.lecture {
  width: 100%;
  padding: 10rem 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  position: relative;
  background-color: var(--secondary);
  margin: 10rem 0; }
  .lecture .main__heading {
    color: var(--white); }
  .lecture__container {
    width: 40%;
    margin: 3rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%; }
    @media (max-width: 56.25rem) {
      .lecture__container {
        width: 80%; } }
    @media (max-width: 56.25rem) {
      .lecture__container {
        width: 60%; }
        .lecture__container iframe {
          width: 100%; } }
    .lecture__container .thumbnail {
      position: relative;
      z-index: 1;
      transition: opacity 0.5s; }
      .lecture__container .thumbnail img {
        max-width: 100%;
        transition: opacity 0.5s; }
    .lecture__container .playButton {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index: 11;
      transition: opacity 0.5s; }
    .lecture__container .lecture__video {
      display: none; }
  .lecture .left-svg {
    position: absolute;
    bottom: 20%;
    left: -5%;
    width: 300px; }
  .lecture .right-svg {
    position: absolute;
    top: 20%;
    right: -5%;
    width: 300px; }
  @media (max-width: 75rem) {
    .lecture .left-svg {
      left: -7%;
      width: 200px; }
    .lecture .right-svg {
      right: -7%;
      width: 200px; } }
  @media (max-width: 56.25rem) {
    .lecture .right-svg, .lecture .left-svg {
      width: 100px; }
    .lecture .right-svg {
      right: -5%; }
    .lecture .left-svg {
      left: -5%; } }

.footer {
  width: 100%;
  padding: 3rem 0;
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .footer__list {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
  .footer__img {
    max-width: 6rem;
    margin-right: 1rem; }
  .footer .main__text {
    text-align: center; }
  .footer .main__text span {
    font-weight: bold; }
  .footer .footer__copyrights {
    color: var(--secondary); }

.program {
  width: 100%;
  padding: 5rem 0; }
  .program__container {
    padding: 5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .program__container .main__text, .program__container .main__heading {
      color: var(--white); }
    .program__container .card {
      border: none;
      width: 20%;
      margin-bottom: 3rem; }
      .program__container .card .card__head {
        font-size: 2rem;
        color: var(--black); }
      @media screen and (max-width: 1100px) {
        .program__container .card .card__head {
          font-size: 1.5rem; } }
      @media (max-width: 56.25rem) {
        .program__container .card {
          width: 40%; }
          .program__container .card .card__head {
            font-size: 2rem; } }
    @media (max-width: 56.25rem) {
      .program__container {
        flex-direction: row;
        justify-content: space-evenly; } }
    @media (max-width: 37.5rem) {
      .program__container {
        flex-direction: column; }
        .program__container .card {
          width: 80%; } }

.blue.card {
  background: var(--secondary);
  border: none; }

.card.blue .card__head {
  font-size: 2rem;
  color: var(--white) !important; }

.yellow {
  background: linear-gradient(135deg, var(--primary), #49c628); }

.locations {
  width: 100%;
  padding: 10rem 0; }
  .locations__container {
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row; }
    .locations__container .locations__item {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 2rem 0; }
      .locations__container .locations__item .main__text {
        font-weight: bold;
        color: var(--black);
        font-size: 3.5rem;
        margin: 2rem 0; }
      .locations__container .locations__item p {
        text-align: center; }
      @media (max-width: 37.5rem) {
        .locations__container .locations__item {
          width: 70%; } }
    .locations__container img {
      width: 10rem; }
    @media (max-width: 37.5rem) {
      .locations__container {
        flex-direction: column; } }
.faq__container {
    margin: 0 0;
}

@media only screen and (max-width: 800px) {
    .nav .toggle-transform {
        transform: translateX(200%);
    }
}

@media (max-width: 37.5rem) {
    .left-svg, .right-svg {
        display: none;
    }
}
