/* screen - home */
/* Hide Log in and Sign up on Small Screens */
@media screen and (max-width: 1024px) {

  /* Show Menu Button on Mobile */
  .menu-button {
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
  }

  /* Hide navigation by default on mobile */
  .navigation,
  .frame-2 {
    display: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
  }
}

/* Show navigation on large screens */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .navigation,
  .frame-2 {
    display: flex;
    gap: 20px;
  }

}

.home {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}


.home .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
}

.home .play-button img {
  width: 60px;
  /* Adjust size as needed */
}

.home .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.home .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.home .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 18px;
}


.home .hero-header-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 7;
}

.home .header-1 {
  align-self: stretch;
  /* cursor: pointer; */
  height: 80px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(0, 25px); */
  transition: all 0.2s ease-in;
  width: 100%;
  z-index: 3;
}


.home .header-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home .container-2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.home .content-3 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}

.home .logo {
  cursor: pointer;
  position: relative;
  width: 156px;
}

.home .navigation {
  gap: 24px;
}

.home .buttons-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.home .text {
  color: var(--white);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.home .navigation-actions {
  gap: 12px;
}

.home .buttons-button-3 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  width: 125px;
}

.home .buttons-button-3:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.home .buttons-button-4 {
  align-items: center;
  background-color: var(--azure);
  border: 1px solid;
  border-color: var(--astronaut);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 100px;
}

.home .text-1 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .text-sign-2 {
  color: var(--cultured-pearl);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .buttons-button-4 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 115px;
}

.home .buttons-button-4:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.home .buttons-button-5 {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
}

.home .text-5 {
  color: var(--white);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .section {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px 0px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.home .container-3 {
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  /* opacity: 0; */
  padding: 0px 32px;
  position: relative;
  transform: scale(1.1);
  width: 100%;
}

@media (max-width: 1024px) {
  .home .container-3 {
    padding-bottom: 40px;
  }
}

.home .content-4 {
  align-items: center;
  align-self: stretch;
  /* cursor: pointer; */
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(0, 25px); */
  transition: all 0.2s ease-in;
  width: 100%;
}

.home .heading-and-supporting-text-3 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.home .heading-and-subheading {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.home .heading-1 {
  align-self: stretch;
  color: var(--white);
  line-height: 90px;
  margin-top: -1.00px;
  text-align: center;
}

@media (max-width: 1024px) {
  .home .heading-1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  .home .heading-1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.home .supporting-text {
  align-self: stretch;
  color: var(--white);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  text-align: center;
}

.home .supporting-text-3 {
  align-self: stretch;
  color: var(--wistful);
  line-height: 30px;
  text-align: center;
}

.home .actions {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 12px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(0, 25px); */
}

.home .actions:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.home .buttons-button-6 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 10px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  overflow: hidden;
  padding: 16px 22px;
  position: relative;
  transition: all 0.2s ease;
}

/* .home .buttons-button-6:hover {
  transform: scale(1.1);
} */

.home .text-6 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .container-4 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 207px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .container-4 {
    max-width: 100%;
    height: 207px;
    padding: 0px 40px;

  }

  .home .x32-screen-mockup,
  .home .mockup-container,
  .home .mockup-shadow,
  .home .screen-mockup-replace-fill,
  .home .frame-4,
  .home .swiper {
    width: 100% !important;
  }

}

.home .x32-screen-mockup {
  border: 4px solid;
  border-color: var(--mirage);
  border-radius: 8px;
  /* cursor: pointer; */
  height: 434px;
  margin-bottom: -223.00px;
  margin-top: -4.00px;
  /* opacity: 0; */
  position: relative;
  transform: scale(1.1);
  transition: all 0.2s ease;
  width: 648px;
}


.home .mockup-container {
  border-radius: 8px;
  height: 426px;
  position: relative;
  width: 640px;
}

.home .mockup-shadow {
  /* background-color: var(--black); */
  box-shadow: 0px 4px 4px -2px #0a0c120a, 0px 24px 48px -12px #0a0c122e;
  height: 426px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 592px;
}

.home .screen-mockup-replace-fill {
  background-image: url(../../assets/images/landing/screen-mockup--replace-fill--1.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px;
  height: 426px;
  left: 0;
  position: absolute;
  top: 0;
  width: 640px;
}

.home .x3-d-icons-chart {
  background-image: url(../../assets/images/landing/chart-dynamic-clay.png);
  background-position: 50% 50%;
  background-size: cover;
  /* box-shadow: 0px 2px 2px -1px #0a0c120a, 0px 4px 6px -2px #0a0c1208, 0px 12px 16px -4px #0a0c1214; */
  /* cursor: pointer; */
  height: 124px;
  left: 205px;
  z-index: 99;
  /* opacity: 0; */
  position: absolute;
  top: 145px;
  transform: scale(1.1);
  transition: all 0.2s ease;
  width: 100px;
  height: 100px;
}

@media (max-width: 1024px) {
  .home .x3-d-icons-chart {
    display: none;
  }
}

.home .frame-4 {
  height: 254px;
  bottom: -2px;
  /* left: 473px; */
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  /* top: 550px; */
  width: 745px;
  z-index: 1;
}

.home .stroke {
  border: 1px solid;
  border-color: var(--cultured-pearl);
  border-radius: 12px;
  height: 464px;
}

.home .pattern {
  background-image: url(../../assets/images/landing/pattern.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 903px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

[dir="rtl"] .home .pattern {
  background-position: 50% 100%;
}

@media (max-width: 1024px) {
  .home .pattern {
    height: 300px;
  }
}

.home .frame-1 {
  align-self: stretch;
  height: 219px;
  position: relative;
  width: 100%;
  z-index: 6;
}

@media (max-width: 1024px) {

  .home .frame-1,
  .home .travel-dynamic-clay {
    display: none;
  }
}

.home .x3-d-icons-bag {
  align-items: flex-start;
  /* box-shadow: 0px 2px 2px -1px #0a0c120a, 0px 4px 6px -2px #0a0c1208; */
  display: flex;
  /* left: -379px; */
  left: 350px;
  min-width: 152px;
  position: relative;
  top: 52px;
  transform: rotate(180deg);
  z-index: -99;
}

@media (max-width: 768px) {
  .home .x3-d-icons-bag {
    left: -200px;
    min-width: 120px;
    top: 40px;
    transform: rotate(0deg);
  }
}

.home .travel-dynamic-clay {
  height: 152px;
  object-fit: cover;
  transform: rotate(-180deg);
  width: 152px;
}

.home .features-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  z-index: 5;
}

@media (max-width: 1024px) {
  .home .features-section {
    padding: 300px 0px 40px 0px;
  }
}

.home .container-5 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 64px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .home .container-5 {
    flex-direction: column;
    padding: 0px 20px;
  }
}

.home .heading-and-supporting-text-4 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  max-width: 360px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
  transition: all 0.2s ease-in;
}


.home .heading-and-icon {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.home .featured-icon-2 {
  background-color: var(--pigeon-post);
  border-radius: 9999px;
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 56px;
}

.home .grid-01 {
  height: 28px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 28px;
}

.home .heading-2 {
  align-self: stretch;
  color: var(--mirage);
  line-height: 44px;
}

.home .supporting-text-4 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 28px;
}

.home .content-5 {
  width: 100%;
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 32px 32px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(-25px, 0); */
  transition: all 0.2s ease;
}


.home .feature-text {
  align-items: flex-start;
  background-color: var(--alabaster);
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 64px;
  min-width: 240px;
  /* opacity: 0; */
  padding: 24px;
  position: relative;
  transition: all 0.2s ease-in;
}


.home .featured-icon {
  height: 52px;
  margin-left: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 52px;
}

.home .content-6 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.home .text-and-supporting-text {
  align-items: flex-start;
  margin-top: 2rem;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.home .text-2 {
  align-self: stretch;
  color: var(--mirage);
  font-weight: 600;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
}

.home .supporting-text-1 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 24px;
}

.home .feature-text-1 {
  align-items: flex-start;
  background-color: var(--alabaster);
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 64px;
  min-width: 280px;
  /* opacity: 0; */
  padding: 24px;
  position: relative;
  transition: all 0.2s ease-in;
}


.home .content-7 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.home .feature-text-2 {
  align-items: flex-start;
  background-color: var(--alabaster);
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 64px;
  min-width: 280px;
  /* opacity: 0; */
  padding: 24px;
  position: relative;
  transition: all 0.2s ease-in;
}


.home .content-8 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.home .feature-text-3 {
  align-items: flex-start;
  background-color: var(--alabaster);
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 64px;
  min-width: 280px;
  /* opacity: 0; */
  padding: 24px;
  position: relative;
  transition: all 0.2s ease-in;
}


.home .content-9 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.home .features-section-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--alabaster);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  z-index: 4;
}

.home .container-6 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  /* opacity: 0; */
  padding: 0px 32px;
  position: relative;
  transform: scale(1.1);
  transition: all 0.2s ease;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .container-6 {
    width: auto;
  }
}

.home .content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .content {
    text-align: center;
    width: auto;
  }
}

.home .heading-and-supporting-text {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  /* max-width: 768px; */
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .heading-and-supporting-text {
    text-align: center;
    font-size: large;
    /* max-width: auto; */
  }
}

.home .heading {
  align-self: stretch;
  color: var(--mirage);
  line-height: 44px;
  margin-top: -1.00px;
}

.home .supporting-text-2 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 30px;
}

.home .container {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 64px;
  max-width: 1400px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .home .container {
    flex-direction: column;
    padding: 0px 20px;
  }
}

.home .content-10 {
  align-items: flex-start;
  /* cursor: pointer; */
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 48px 32px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
  transition: all 0.2s ease;
}

.home .feature-text-4 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 240px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
  transition: all 0.2s ease-in;
}


.home .featured-icon-1 {
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 10px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 48px;
}

.home .browser {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.home .feature-text-5 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 240px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
  transition: all 0.2s ease-in;
}

.home .arrows-up {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.home .feature-text-6 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 240px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
  transition: all 0.2s ease-in;
}

.home .shield-tick {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.home .feature-text-7 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 240px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(-25px, 0); */
  transition: all 0.2s ease-in;
}


.home .feature-text-8 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 240px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(-25px, 0); */
  transition: all 0.2s ease-in;
}


.home .database-03 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.home .content-11 {
  /* cursor: pointer; */
  flex: 1;
  flex-grow: 1;
  width: 500px;
  height: 560px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(0, 25px); */
  transition: all 0.2s ease-in;
}

@media (max-width: 1024px) {

  .home .content-11,
  .home .image {
    width: 100% !important;
    left: 0 !important;
  }

  [dir="rtl"] .home .image {
    right: 1px !important;
  }
}

.home .overlap-group {
  height: 611px;
  left: -160px;
  position: relative;
  top: -158px;
  width: 100%;
}

.home .mockup-wrap {
  background-color: var(--cultured-pearl);
  border-radius: 24px;
  /* cursor: pointer; */
  height: 453px;
  left: 160px;
  /* opacity: 0; */
  overflow: hidden;
  position: absolute;
  top: 158px;
  /* transform: translate(-25px, 0); */
  transition: all 0.2s ease;
  width: 100%;
}


.home .image {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  height: 70%;
  left: 0;
  position: absolute;
  top: 16%;
  width: 89%;
  overflow: hidden;
}

[dir="rtl"] .home .image {
  right: 35px;
}

.home .hand-drawn-arrow {
  /* cursor: pointer; */
  display: block;
  height: 170px;
  left: 0;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  transform: scale(1.1);
  transition: all 0.2s ease-in;
  width: 245px;
}


.home .frame-3 {
  align-self: stretch;
  background-color: var(--astronaut);
  /* cursor: pointer; */
  height: 366px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(0, 25px); */
  transition: all 0.2s ease-in;
  width: 100%;
  z-index: 3;
}


.home .overlap-group1 {
  align-items: flex-start;
  background-image: url(../../assets/images/landing/pattern-1.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 366px;
  min-width: 100%;
}

.home .cta-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
}

.home .container-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.home .content-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.home .heading-and-supporting-text-1 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.home .heading-3 {
  align-self: stretch;
  color: var(--white);
  line-height: 44px;
  margin-top: -1.00px;
  text-align: center;
}

.home .actions-1 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 0 0 auto;
  gap: 12px;
  /* opacity: 0; */
  position: relative;
  transform: scale(1.1);
  transition: all 0.2s ease;
}


.home .buttons-button-7 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
  transition: all 0.2s ease;
}

.home .buttons-button-7:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.home .compliance-integration {
  align-items: center;
  align-self: stretch;
  background-color: var(--alabaster);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.home .container-7 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1400px;
  padding: 0px 32px;
  /* max-width: 1284px; */
  /* opacity: 0; */
  /* padding: 0px 94px; */
  position: relative;
  transform: scale(1.1);
  transition: all 0.2s ease;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .container-7 {
    padding: 0px 12px;
  }
}

.home .content-12 {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  max-width: 560px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(25px, 0); */
}


.home .feature-tab {
  align-items: flex-start;
  align-self: stretch;
  border-color: var(--azure);
  border-left-style: solid;
  border-left-width: 4px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  padding: 16px 0px 16px 24px;
  position: relative;
  width: 100%;
}

.home .text-and-supporting-text-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.home .feature-tab-1 {
  align-items: flex-start;
  align-self: stretch;
  border-color: var(--cultured-pearl);
  border-left-style: solid;
  border-left-width: 4px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  padding: 16px 0px 16px 24px;
  position: relative;
  width: 100%;
}

.home .zakat {
  background-color: var(--sapphire);
  border-radius: 16px;
  height: 310px;
  /* opacity: 0; */
  position: relative;
  /* transform: translate(-25px, 0); */
  width: 592px;
}

@media (max-width: 768px) {
  .home .zakat {
    width: 100%;
  }
}

.home .zakat-1 {
  height: 116px;
  left: 55px;
  position: absolute;
  top: 97px;
  width: 482px;
}

@media (max-width: 768px) {
  .home .zakat-1 {
    width: 270px;
  }
}

@media (max-width: 480px) {
  .home .zakat-1 {
    width: 200px;
  }
}

.home .featured-icon-3 {
  align-items: flex-start;
  display: flex;
  height: 48px;
  left: 272px;
  min-width: 48px;
  position: absolute;
  top: -24px;
}

@media (max-width: 480px) {
  .home .featured-icon-3 {
    left: 180px;
  }
}

.home .icon-container {
  height: 61px;
  margin-top: -13.39px;
  position: relative;
  width: 61px;
}

.home .icon-background {
  background-color: #069454;
  border-radius: 10px;
  height: 48px;
  left: 8px;
  position: absolute;
  top: 5px;
  transform: rotate(15.00deg);
  width: 48px;
}

.home .icon-glass {
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  backdrop-filter: blur(16px) brightness(100%);
  background-color: #ffffff99;
  border: 1px solid;
  border-radius: 10px;
  /* cursor: pointer; */
  height: 48px;
  left: 0;
  /* opacity: 0; */
  position: absolute;
  top: 13px;
  /* transform: translate(0, 25px); */
  transition: all 0.4s ease;
  width: 48px;
}


.home .check {
  left: 12px;
  position: absolute;
  top: 12px;
}

.home .pricing-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: visible;
}

.home .container-8 {
  align-items: flex-start;
  /* cursor: pointer; */
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  /* opacity: 0; */
  padding: 0px 32px;
  position: relative;
  transform: scale(1.1);
  transition: all 0.2s ease;
  width: 100%;
}

.home .heading-4 {
  align-self: stretch;
  color: var(--mirage);
  line-height: 44px;
  margin-top: -1.00px;
  text-align: center;
}

.home .supporting-text-5 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 30px;
  text-align: center;
}

.home .container-9 {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  /* opacity: 0; */
  padding: 0px 10px;
  position: relative;
  /* transform: translate(0, 25px); */
  width: 100%;
  overflow: visible;
  z-index: 1;
}


.home .content-13 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .home .content-13 {
    flex-direction: column;
  }
}

.home .pricing-tier-card {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 16px;
  box-shadow: 0px 2px 2px -1px #0a0c120a, 0px 4px 6px -2px #0a0c1208, 0px 12px 16px -4px #0a0c1214;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home .pricing-tier-card:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* transform: scale(1.01); */
  transition: all 0.2s ease;
}

.home .header {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  padding: 32px 32px 24px;
  position: relative;
  width: 100%;
}

.home .heading-and-supporting-text-2 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
  min-width: 240px;
  position: relative;
}

.home .heading-5 {
  color: var(--mirage);
  line-height: 32px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.home .content-2 {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
  min-height: 250px;
}

.home .check-item-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  min-width: 240px;
  position: relative;
}

.home .check-icon {
  position: relative;
}

.home .text-3 {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.home .content-14 {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 144px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
}

.home .footer {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  position: relative;
  width: 100%;
}

.home .actions-2 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  /* opacity: 0; */
  position: relative;
  transform: scale(1.1);
  width: 100%;
}


.home .buttons-button-1 {
  align-self: stretch;
  cursor: pointer;
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
}

.home .buttons-button-1:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

.home .heading-6 {
  color: var(--mirage);
  line-height: 32px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.home .text-7 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.home .span1 {
  letter-spacing: 0;
}

.home .actions-3 {
  align-items: center;
  align-self: stretch;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  height: 42px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  font-family: var(--font-family-montserrat);
  font-weight: bold;
  /* width: 100%; */
  transform: scale(1.1);
  transition: all 0.2s ease;

}

.home .actions-3:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.11);
  transition: all 0.2s ease;
}

.home .footer-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 44px;
  padding: 64px 0px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.home .container-10 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {

  .home .container-10,
  .home .container-9,
  .home .container-8,
  .home .container-7,
  .home .container-6,
  .home .container-5,
  .home .container-4,
  .home .container-3,
  .home .container-2,
  .home .container-1,
  .home .container {
    padding: 0px 20px;
  }
}


.home .content-15 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.home .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.home .logo-wrap {
  height: 32px;
  margin-right: -14.00px;
  position: relative;
  width: 156px;
}

.home .supporting-text-6 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  white-space: nowrap;
  width: fit-content;
}

[dir="rtl"] .home .supporting-text-6 {
  margin: 0;
}

.home .buttons-button-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.home .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .content-16 {
  align-items: center;
  align-self: stretch;
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
}

.home .check-1 {
  height: 24px;
  width: 24px;
}

.home .heading-7 {
  font-weight: 600;
  position: relative;
}

/* @media (max-width: 1024px) {
  .home .heading-7 {
    font-size: 40px;
    line-height: 50px;
  }
} */

.home .heading-and-subheading-4 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.home .supporting-text-7 {
  font-weight: 400;
  position: relative;
}

.home .mockup-container .swiper {
  width: 640px;
  height: 426px;
  position: relative;
}

.home .mockup-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .mockup-container .screen-mockup-replace-fill {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

/* Styling the pagination dots
.home .mockup-container .swiper-pagination {
  bottom: 10px !important;
}

.home .mockup-container .swiper-pagination-bullet {
  background: #bbb;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.home .mockup-container .swiper-pagination-bullet-active {
  background: var(--chambray);
  opacity: 1;
} */



.home .pricing-card {

}

.home .pricing-tier-card.active {
  opacity: 1;
  transform: scale(1);
}

.home .slider-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px auto;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 10;
}

.home .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gray-nurse);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home .slider-dot.active {
  background-color: var(--chambray);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: var(--chambray);
}


/* Swiper Container */
.swiper {
  width: 100%;
  padding: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 16px);
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #bbb;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--chambray);
  opacity: 1;
}

.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: absolute;
}

.riyal_symbol {
  width: 24;
}