@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* @import url("https://fonts.googleapis.com/css?family=Inter:500,400,700,600"); */
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67bb0ae58fb56c2deff49f83.67bb0ae68fb56c2deff49f86.3W3Ql08.hcp.png");
@import url("/fonts/_fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  overflow-x: hidden;
  /* width: 100%; */
  scroll-behavior: smooth;
}

html[dir="rtl"] {
  text-align: right;
  margin: 0;
  overflow-x: hidden;
  direction: rtl;
}

html[dir="ltr"] {
  text-align: left;
  margin: 0;
  overflow-x: hidden;
  direction: ltr;
}


body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "montserrat", "almarai", "Arial", sans-serif;
  /* Hide content until JS executes */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

/* The main content wrapper */
#page-wrapper {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  /* Smooth fade-in/fade-out */
}

/* Define styles for page transitions */
.page-enter {
  opacity: 0;
}

.page-enter-active {
  opacity: 1;
}

/* Optional: Add a fade-out effect before leaving */
.page-leave {
  opacity: 1;
}

.page-leave-active {
  opacity: 0;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.background-pattern-decorative {
  height: 768px;
  left: 336px;
  position: absolute;
  top: -260px;
  width: 768px;
}

button {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.check-circle {
  height: 28px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 28px;
}

.custom-select,
.custom-select-light {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.custom-select select {
  outline: none;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: medium;
  cursor: pointer;
}

.custom-select-light select {
  outline: none;
  background-color: transparent;
  border: none;
  color: var(--outer-space);
  font-weight: bold;
  font-size: medium;
  cursor: pointer;
}

.custom-select select option {
  width: 200px;
  color: black;
}

.arrow-left {
  height: 20px;
  position: relative;
  width: 20px;
}

.text-padding {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0px 2px;
  position: relative;
}

.dropdown {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.buttons-button-item {
  height: 20px;
  position: relative;
  width: 20px;
}

.coins-stacked-03 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.heading-and-price {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  gap: 32px;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .heading-and-price {
    flex-direction: column;
  }
}

.heading-and-badge {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.price {
  align-items: flex-end;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  position: relative;
}

.wrap {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0px 0px 20px;
  position: relative;
}

.price-1 {
  color: var(--mirage);
  font-weight: 600;
  line-height: 60px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.period-wrap {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 0px 0px 8px;
  position: relative;
}

.period {
  color: var(--scarpa-flow);
  font-weight: 500;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.check-items-wrap {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 16px 32px;
  position: relative;
  width: 100%;
}

.text-wrap {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.check-item-text-1 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 240px;
  position: relative;
  width: 100%;
}

.user-plus-01 {
  height: 24px;
  position: relative;
  width: 24px;
}

.heading-and-price-1 {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .heading-and-price-1 {
    flex-direction: column;
  }
}

.heading-and-badge-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.user-plus-01-1 {
  height: 24px;
  position: relative;
  width: 24px;
}

.sale-01 {
  height: 24px;
  position: relative;
  width: 24px;
}

.logo-and-links {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.logo-and-supporting-text {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 320px;
  position: relative;
}

.logomark {
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.logotype {
  height: 32px;
  left: 42px;
  position: absolute;
  top: 0;
  width: 114px;
}

.footer-links {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .footer-links {
    gap: 12px;
  }
}

.footer-link {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.footer-text {
  color: var(--ship-cove);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
}

.social-icons {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.social-icon {
  height: 24px;
  position: relative;
  width: 24px;
}

.check-icon-18 {
  height: 24px;
  position: relative;
  width: 24px;
}

.check-items-wrap-4 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.footer-link-4 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.heading-and {
  flex: 0 0 auto;
  position: relative;
}

.navigation-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social-icon-4 {
  height: 24px;
  position: relative;
  width: 24px;
}

.x-2 {
  color: var(--mirage);
  font-weight: 600;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.label-wrapper {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  position: relative;
}

.label {
  color: var(--outer-space);
  font-weight: 500;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.check-items {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  padding: 0px 0px 0px 16px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .check-items {
    padding: 0px;
  }
}

.logo-wrap-1 {
  height: 32px;
  margin-right: -14.00px;
  position: relative;
  width: 156px;
}

.icon-wrap {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 2px 0px 0px;
  position: relative;
}

.minus-circle {
  height: 24px;
  position: relative;
  width: 24px;
}

.plus-circle {
  height: 24px;
  position: relative;
  width: 24px;
}

.faq {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.header-and-form {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.checkbox-base {
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 4px;
  height: 16px;
  position: relative;
  width: 16px;
}

.x-section {
  gap: 64px;
  padding: 96px 0px;
}

.x {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.mail-01 {
  height: 28px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 28px;
}

.verification-code-input-field {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  margin-left: -90.00px;
  margin-right: -90.00px;
  position: relative;
}

.mega-input-field-base {
  align-items: center;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--azure);
  border-radius: 12px;
  box-shadow: 0px 1px 2px #0a0c120d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 80px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 80px;
}

.mega-input-field-base-1 {
  align-items: center;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--azure);
  border-radius: 12px;
  box-shadow: 0px 0px 0px 4px #3a58a7, 0px 0px 0px 2px #ffffff, 0px 1px 2px #0a0c120d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 80px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 80px;
}

.language-menu {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.menu-btn {
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-btn-light {
  background-color: transparent;
  color: var(--outer-space);
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-btn img {
  width: 20px;
  height: 20px;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 150px;
  overflow: hidden;
  z-index: 100;
}

[dir="ltr"] .dropdown {
  left: 0;
}

.dropdown a {
  display: block;
  padding: 10px 15px;
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.language-menu:hover .dropdown {
  display: block;
}

.dropdown a:hover,
.dropdown a.active {
  background-color: #f0f0f0;
}

.link-apps {
  align-items: center;
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.link-apps img {
  width: 160px;
}

.link-apps img:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  transition: all 0.2s ease;
}

@media (max-width: 1024px) {
  .link-apps img {
    width: 120px;
  }
}

/* Mobile menu hidden and positioned off-screen */
#mobileMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1000;
  opacity: 0;
}

#mobileMenu.open {
  opacity: 1;
  right: 0;
}

[dir="rtl"] #mobileMenu.open {
  right: 0;
  transform: translateX(0);
  opacity: 1;
}

[dir="ltr"] #mobileMenu.open {
  left: 0;
  transform: translateX(0);
  opacity: 1;
}

/* Menu Links Animation */
#mobileMenu a {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  transition-delay: calc(var(--i) * 0.1s);
}

#mobileMenu.open a {
  opacity: 1;
  transform: translateX(0);
}

/* Close button animation */
.close-menu {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  align-self: flex-end;
  transition: transform 0.3s ease;
}

.close-menu:hover {
  transform: rotate(90deg);
}

/* Overlay Animation */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  backdrop-filter: blur(3px);
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Language Menu Animation */
.language-menu .dropdown {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.language-menu:hover .dropdown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown a {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  transition-delay: calc(var(--i) * 0.1s);
}

.language-menu:hover .dropdown a {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive: Show menu button on small screens */
@media screen and (max-width: 768px) {
  .menu-button {
    display: block;
  }

  /* Hide desktop nav */
  .navigation-1 {
    display: none;
  }

  /* Show mobile menu when opened */
  #mobileMenu.open {
    display: flex !important;
  }

}


.payment-methods-section {
  padding: 15px 0;
  background: #f9fafb;
  width: 100%;
}

.payment-methods-section .container-8 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.payment-methods-section .swiper {
  width: 100%;
  padding: 5px 0;
  direction: ltr;
}

.payment-methods-section .swiper-slide {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-methods-section .payment-icon {
  height: 120px;
  width: 120px;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .payment-methods-section .payment-icon {
    height: 80px;
    width: 80px;
  }
}

.payment-methods-section .swiper-slide:hover .payment-icon {
  filter: grayscale(0%);
  opacity: 1;
}

.payment-methods-section .swiper-pagination {
  display: none;
}


.payment-methods-section .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 0.5;
}

.payment-methods-section .swiper-pagination-bullet-active {
  background: #6366f1;
  opacity: 1;
}