*,
.description-span {
  font-family: Tajawal, sans-serif;
}

.discover-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #2c5a85;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

.discover-more:hover {
  transform: scale(1.05);
}

.mouse-icon {
  width: 35px;
  height: 50px;
  border: 3px solid #2c5a85;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mouse-wheel {
  width: 6px;
  height: 10px;
  background: #2c5a85;
  border-radius: 3px;
  animation: scroll-wheel 1.5s infinite;
}

@keyframes scroll-wheel {
  0% {
    transform: translateY(-5px);
    opacity: 1;
  }

  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2c5a85;
  animation: arrow-move 1.5s infinite;
}

@keyframes arrow-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.discover-text {
  font-family: 'Tajawal', sans-serif;
  text-align: center;
  direction: rtl;
}

.slider-search {
  width: 70%;
}

@media (max-width: 768px) {
  .slider-search {
    width: 100%;
  }

  .register-btn {
    width: 80%;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 3px;
  right: auto !important;
}

.cta-button,
.custom-btn:hover {
  background-color: #25bec8;
}

.my-space {
  color: #1d3b65;
  margin-bottom: 150px;
}

.responsive-video,
.video {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}


.card-content,
.position-relative,
.space-card,
.swiper-slide {
  position: relative;
}

.accordion-item,
.discount-block {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transition-property: transform !important;
}

.space-card {
  background-color: #e6e6fa;
  border-radius: 8px;
  padding: 20px;
  text-align: justify;
  width: 500px;
  overflow: visible;
  height: 250px;
}

.cta-button,
.space-image {
  width: 40%;
  position: absolute;
  left: 10%;
  display: block;
}

.space-image {
  transform: translateX(-50%);
  top: -70%;
}

.cta-button {
  background-color: var(--primary-hover);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  bottom: -20px;
  transform: translateX(-10%);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.cta-button:hover {
  background-color: #038891;
}

.home-section,
.home-sections,
.stats-container {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.home-section.visible,
.home-sections.visible,
.stats-container.visible {
  opacity: 1;
  transform: scale(1);
}

.page-title {
  font-size: 5rem;
  color: #FFFFFF;
}

.slider-container {
  padding: 80px;

}

.swiper-container {
  max-height: 100vh;

}


.nav-pills .nav-link {
  border-radius: 10px;
  margin: 0 5px;
  padding: 10px 20px;
  font-weight: 700;
  color: #1d3b65;
  background-color: #e0e7ff;
  justify-content: center;
  align-items: center;
}

.nav-pills .nav-link.active {
  background-color: #1d3b65;
  color: #fff;
}

.custom-btn {
  background-color: #25bec8;
  color: #fff;
  font-weight: 700;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  opacity: 0.9;
  cursor: pointer;
  animation: 1.5s infinite beat;
}

.play-icon i {
  color: #25bec8;
  font-size: 3rem;
}

@keyframes beat {
  0% {
    transform: translate(-50%, -50%) scale(1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    text-shadow: 0 0 20px #fff;
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.accordion {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px dashed #7b61ff;
  border-radius: 10px;
}

.accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}

.accordion-button {
  background: 0 0;
  border: none;
  padding: 10px;
  color: #45598d;
}

.accordion-body {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #d1d9e6;
  margin-top: 10px;
}

.discount-block {
  background-color: #eaf9ff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

.discount-block h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #000;
}

.discount-block p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #333;
}

.nav-tabs .nav-link.active[href="#tab1"] {
  border-width: 3px;
  border-color: #5ddbdb;
  color: #5ddbdb;
}

.nav-tabs .nav-link.active[href="#tab2"] {
  border-width: 3px;
  border-color: #ff0;
  color: #e42828;
}

.nav-tabs .nav-link.active[href="#tab3"] {
  border-width: 3px;
  border-color: #f0f;
  color: #f0f;
}

.description-span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.success {
  color: #22db72;
  margin-left: 10px;
}

@keyframes bounceIn {

  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translateY(-500px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  75% {
    transform: translateY(-10px);
  }

  90% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

.comment-scrollable {
  height: 90px;
  overflow-y: visible;
  overflow-x: hidden;
  word-wrap: break-word;
  font-size: 14px;
  margin-top: 30px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item button {
  transition: 0.3s;
  width: 100px;
  margin: 0 auto;
}

.nav-item button.active {
  width: 120px;
  height: 50px;
  font-size: 1.1rem;
  margin: 0 auto;
}

.hero-content-left {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  width: 60%
}

.hero-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;

}

.hero-content-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 541px;
  align-items: center;
  background: linear-gradient(0deg, #1a2c5e, #33548e);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.image-hero {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.register-btn {
  animation: clinyott 1.5s infinite;
  padding: 20px;
  background: linear-gradient(90deg, #25bec8 0%, #1a2c5e 50%, #25bec8 100%);
  font-size: 16px;
  width: 30%;
  border-radius: 2rem !important;

}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  animation: heroEntrance 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes heroEntrance {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.arrow-img {
  position: relative;
  right: 180px;
  top: -20px;
  width: 12%;
}

.page-subtitle {
  font-size: 1.7rem;
  color: #333;
  text-align: center;
}

.discover-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #2c5a85;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

.discover-more:hover {
  transform: scale(1.05);
}

.mouse-icon {
  width: 35px;
  height: 50px;
  border: 3px solid #2c5a85;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mouse-wheel {
  width: 6px;
  height: 10px;
  background: #2c5a85;
  border-radius: 3px;
  animation: scroll-wheel 1.5s infinite;
}

@keyframes scroll-wheel {
  0% {
    transform: translateY(-5px);
    opacity: 1;
  }

  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2c5a85;
  animation: arrow-move 1.5s infinite;
}

@keyframes arrow-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.discover-text {
  font-family: 'Tajawal', sans-serif;
  text-align: center;
  direction: rtl;
}

.slider-search {
  width: 70%;
}

@media (max-width: 768px) {
  .slider-search {
    width: 100%;
  }

  .register-btn {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .discount-block {
    width: 90%;
  }

  .discount-block h2 {
    font-size: 20px;
  }

  .discount-block p,
  .register-btn {
    font-size: 16px;
  }

  .register-btn {
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .discount-block {
    width: 95%;
  }

  .discount-block h2 {
    font-size: 18px;
  }

  .discount-block p,
  .register-btn {
    font-size: 14px;
  }

  .register-btn {
    padding: 6px 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .page-title {
    font-size: 5rem;
    margin-top: 0;
  }

  .page-subtitle {
    margin-top: -20px;
    font-size: 1.7rem;
  }

  .hero-image {
    position: absolute;
    top: 65%;
    right: 10px;
    width: 35%;
    height: auto;
  }

}

@media (min-width: 820px) {
  .video {
    position: initial;
    bottom: 0;
  }

  .my-space {
    margin-bottom: 0;
  }
}

@media (min-width: 1700px) {
  .hero-image {
    position: absolute;
    top: 16%;
    right: 10px;
    width: 30%;
    height: auto;
  }

}

@media (min-width: 1400px) and (max-width: 1699px) {

  .hero-image {
    position: absolute;
    top: 56%;
    right: 10px;
    width: 30%;
    height: auto;
  }

}

@media (max-width: 1399px) {

  .hero-image {
    position: absolute;
    top: 54%;
    right: 10px;
    width: 35%;
    height: auto;
  }

  .slider-container {
    height: auto;
  }
}

@media (max-width: 992px) {
  .responsive-video {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .responsive-video {
    bottom: -50px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .responsive-video {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 15px;
  }

  .space-image {
    transform: translateX(-50%);
    top: -44%;
  }
}

@keyframes clinyott {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 190, 200, 0.7);

  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(34, 190, 200, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 190, 200, 0);
  }
}

.left-side {
  position: absolute;
  left: -60px;
  top: 140px;
}

.right-side {
  position: relative;
}


.cover.atvImg {
  margin-left: 25%;
  margin-top: 30px;
  margin-bottom: 39px;
}

.ss {
  font-size: 3.3rem;
  margin-left: 28% !important;
}

@media (width: 1024px) {
  .left-side {
    position: absolute;
    left: -140px;
    top: 120px;
  }
}

@media (min-width: 991px) and (max-width: 1023px) {
  .left-side {
    position: absolute;
    left: -145px;
    top: 140px;
  }
}

@media (min-width: 1024px) and (max-width: 1071px) {
  .left-side {
    position: absolute;
    left: -130px;
    top: 120px;
  }
}

@media (min-width: 1072px) and (max-width: 1199px) {
  .left-side {
    position: absolute;
    left: -110px;
    top: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-side {
    position: absolute;
    left: -65px;
    top: 120px;
  }
}

@media (max-width: 1900px) and (min-width: 700px) {
  .cover.atvImg {
    margin-left: 25%;
    margin-top: 30px;
    margin-bottom: 39px;
  }
}

@media (max-width: 512px) {
  .cover.atvImg {
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 39px;
  }

  .ss {
    font-size: 1.3rem;
    margin-left: 28% !important;
  }

  .left-side {
    position: absolute;
    left: -110px;
    top: 240px;
  }

  .page-subtitle {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1580px) and (max-width: 1999px) {
  .image-hero {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1579px) {
  .image-hero {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 1200px) {
  .space-card {
    margin: 80px 0;
  }

  .space-image {
    width: 200px;
    left: 30%;
  }

  .responsive-video {
    bottom: -50px;
    width: 80%;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .space-card {
    margin: 80px 0;
  }

  #parallax1,
  #parallax2,
  .hero-image,
  c #parallax3 {
    display: none;
  }

  .my-space {
    color: #1d3b65;
    margin-bottom: 30px;
  }

  .space-image {
    width: 200px;
    left: 30%;
  }

  .video {
    position: initial;
    bottom: -283px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .space-card {
    background-color: #e6e6fa;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
    margin-bottom: 20px;
    margin-right: 0;
    width: 500px;
  }

  h3 {
    font-size: 20px;
  }

  .cta-button,
  p {
    font-size: 14px;
  }

  .cta-button {
    padding: 8px 16px;
  }

  .subscribe-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}