/* SCSS */
/* SCSS */
/* SCSS */
*,
*::before,
*::after {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}

* {
  scrollbar-color: #43a680 #707070;
  scrollbar-width: thin;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  color: #0b141f;
}

.f-poppins {
  font-family: "Poppins", sans-serif;
}

.f-med {
  font-weight: 500;
}

.f-semibold {
  font-weight: 600;
}

.f-bold {
  font-weight: 700;
}

.t-light {
  color: #e3e2e2;
}

a {
  text-decoration: none;
}

/* style scrollbar */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  scroll-margin: 1em 0.5em 1em 1em;
  margin: 0 1rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(161, 161, 161);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background: #43a680;
  background-clip: padding-box;
}

.main-head .subtitle {
  font-size: 24px;
  line-height: 40px;
}
.main-head .title {
  line-height: 18px;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .main-head .subtitle {
    font-size: 40px;
    line-height: 66.4px;
  }
  .main-head .title {
    line-height: 20px;
  }
}

.scroll-top {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: white;
  transform: translate(-100px, -1000px);
  z-index: 55;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.scroll-top .icon {
  background-color: #1DAE41;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s ease;
  transform: scale(0.8);
}
.scroll-top span {
  transition: all 0.3s ease;
}
.scroll-top:hover {
  cursor: pointer;
}
.scroll-top:hover .icon {
  width: 60px;
  height: 60px;
  transform: scale(1);
  background-color: #1DAE41;
}
.scroll-top:hover span {
  transform: translateY(-5px) scale(1.1);
}

.scroll-top.active {
  transform: translate(0);
  opacity: 1;
}

.cl-primary {
  color: #43a680;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.home-page {
  overflow-x: hidden;
  background-color: #121212;
  /*background-image: url(../../assets/images/mobile-bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-page .hero .hero-content .title {
  font-size: 42px;
  line-height: 54px;
}
.home-page .hero .hero-content .title span {
  background-image: url(../../assets/images/shape-rounded.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 55px;
}
.home-page .hero .hero-content .text {
  font-size: 17px;
  line-height: 26px;
}
.home-page .hero .hero-numbers {
  background-color: rgba(57, 56, 56, 0.65);
}
.home-page .hero .hero-numbers .number-card {
  gap: 0.4rem;
}
.home-page .hero .hero-numbers .number-card .icon {
  height: 46.36px;
  width: 46.36px;
  border-radius: 14.49px;
  background-color: rgba(162, 243, 182, 0.2);
  box-shadow: 5.07px 7.24px 17.39px 0 rgba(25, 15, 44, 0.2);
  transition: all 0.3s ease;
}
.home-page .hero .hero-numbers .number-card .icon svg {
  width: 16px;
}
.home-page .hero .hero-numbers .number-card:hover .icon {
  box-shadow: 0px 4px 0px 0 rgba(25, 15, 44, 0.2);
  background-color: rgba(162, 243, 182, 0.3);
}
.home-page .hero .hero-numbers .number {
  font-size: 17.39px;
  line-height: 22.6px;
}
.home-page .hero .hero-numbers .text {
  font-size: 7px;
  line-height: 11.74px;
}
.home-page .howToUse-container {
  background-color: rgba(57, 56, 56, 0.65);
}
.home-page .howToUse-container .howToUse-wrapper {
  background-image: url(../../assets/images/howToUse-container.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: unset;
}
.home-page .howToUse-container .howToUse-wrapper .howToUse-content {
  gap: 1rem;
}
.home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-container {
  height: 166px;
  width: 166px;
  background-color: rgba(33, 125, 90, 0.25);
}
.home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-container .num {
  width: 104px;
  height: 104px;
  background-color: #43a680;
  font-size: 3rem;
}
.home-page .howToUse-container .howToUse-wrapper .content {
  flex: 1;
}
.home-page .howToUse-container .howToUse-wrapper .subtitle {
  font-size: 26px;
  color: #c6c6c6;
}
.home-page .howToUse-container .howToUse-wrapper .title {
  font-size: 2rem;
  line-height: 2rem;
}
.home-page .howToUse-container .howToUse-wrapper .text {
  font-size: 1rem;
  color: #8d8c8e;
}
.home-page .howToUse-container .howToUse-wrapper .layer-1 {
  width: 140px;
}
.home-page .howToUse-container .howToUse-wrapper .layer-2 {
  width: 115px;
}
.home-page .howToUse-container .howToUse-wrapper .layer-3 {
  width: 149px;
}
.home-page .howToUse-container .howToUse-wrapper .layer-3 {
  width: 148px;
}
.home-page .services-container .mobile-container {
  gap: 0.5rem;
}
.home-page .services-container .mobile-container .mobile-img {
  width: 173px;
}
.home-page .services-container .mobile-container .mobile-text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  width: 100%;
}
.home-page .services-container .mobile-container .mobile-header {
  width: 100%;
}
.home-page .services-container .mobile-container .mobile-header .num {
  font-size: 64px;
  line-height: 64px;
}
.home-page .services-container .mobile-container .mobile-header .text {
  font-size: 24px;
  line-height: 24px;
}
.home-page .download-app_container {
  background-color: #1DAE41;
  overflow: hidden;
}
.home-page .download-app_container .download-content {
  position: relative;
}
.home-page .download-app_container .download-content::before {
  content: "";
  position: absolute;
  background-image: url(../../../assets/images/download-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.home-page .download-app_container .download-title,
.home-page .download-app_container .download-text {
  color: #f0f1f3;
}
.home-page .download-app_container .download-title {
  font-size: 2rem;
}
.home-page .download-app_container .download-text {
  font-size: 1.25rem;
  line-height: 30px;
}
.home-page .download-app_container .download-title,
.home-page .download-app_container .download-text,
.home-page .download-app_container .download-links {
  position: relative;
}
.home-page .download-app_container .download-links img {
  width: 118px;
}
.home-page .testimonials-container .swiper {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet {
  width: 62px;
  height: 62px;
  margin: 0.75rem 0;
  background: transparent;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0.95);
}
.home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #d9d9d9;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet-active img {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.home-page .testimonials-container .testimonials-content .quote {
  font-size: 8rem;
}
.home-page .testimonials-container .testimonials-content .testimonials-header .text,
.home-page .testimonials-container .testimonials-content .testimonials-text {
  background: linear-gradient(to right, #ffffff 0%, #848484);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.home-page .testimonials-container .testimonials-content .testimonials-header .text {
  font-size: 32px;
}
.home-page .testimonials-container .testimonials-content .testimonials-text {
  font-size: 24px;
}
.home-page .FAQ-container {
  position: relative;
  background-color: transparent;
}
.home-page .FAQ-container::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 15rem;
  inset-inline-end: 10rem;
  box-shadow: 20px 0px 250px 250px #1e2726;
}
.home-page .FAQ-container .primary-header {
  position: relative;
  z-index: 2;
}
.home-page .FAQ-container .accordion-item {
  background-color: transparent;
  border: 2px solid #717171;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.home-page .FAQ-container .accordion-item .accordion-header {
  height: 80px;
  overflow: hidden;
}
.home-page .FAQ-container .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 20px;
  padding: 0;
}
.home-page .FAQ-container .accordion-item .accordion-button .num {
  margin-inline-end: 0.5rem;
  padding: 0.5rem;
}
.home-page .FAQ-container .accordion-item .accordion-button:focus {
  border-color: #717171;
  box-shadow: none !important;
}
.home-page .FAQ-container .accordion-item .accordion-button:hover::after {
  opacity: 0.85;
}
.home-page .FAQ-container .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: #1DAE41;
  content: "-";
}
.home-page .FAQ-container .accordion-item .accordion-button::after {
  content: "+";
  width: 86px;
  height: 100%;
  background-color: #393838;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.home-page .FAQ-container .accordion-item .accordion-body {
  font-size: 18px;
}
@media (min-width: 768px) {
  .home-page .hero .hero-content .title {
    font-size: 52px;
    line-height: 70px;
  }
  .home-page .hero .hero-content .text {
    font-size: 18px;
    line-height: 30px;
  }
  .home-page .hero .hero-numbers .number-card {
    gap: 1.25rem;
  }
  .home-page .hero .hero-numbers .number-card .icon {
    height: 50px;
    width: 50px;
  }
  .home-page .hero .hero-numbers .number-card .icon svg {
    width: 24px;
  }
  .home-page .hero .hero-numbers .number {
    font-size: 19px;
    line-height: 24px;
  }
  .home-page .hero .hero-numbers .text {
    font-size: 9px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .home-page .hero .hero-content {
    position: relative;
    background-color: transparent;
  }
  .home-page .hero .hero-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 15rem;
    inset-inline-start: 5rem;
    box-shadow: 20px 0px 250px 250px #26352d;
  }
  .home-page .hero .hero-content .title,
  .home-page .hero .hero-content .text {
    position: relative;
    z-index: 2;
  }
  .home-page .hero .hero-content .title {
    font-size: 64px;
    line-height: 86px;
  }
  .home-page .hero .hero-content .text {
    font-size: 20px;
    line-height: 36px;
  }
  .home-page .hero .hero-numbers {
    --r: 8em; /* control the curvature*/
    border-inline: var(--r) solid rgba(0, 0, 0, 0);
    border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0/var(--r);
    -webkit-mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%) calc(-1 * var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
            mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%) calc(-1 * var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
    border-left-width: 0;
    border-top-left-radius: 0;
  }
  .home-page .hero .hero-numbers .number-card {
    gap: 1.5rem;
  }
  .home-page .hero .hero-numbers .number-card .icon {
    height: 128px;
    width: 128px;
    border-radius: 40px;
  }
  .home-page .hero .hero-numbers .number-card .icon svg {
    width: 45px;
  }
  .home-page .hero .hero-numbers .number {
    font-size: 48px;
    line-height: 62px;
  }
  .home-page .hero .hero-numbers .text {
    font-size: 18px;
    line-height: 32px;
  }
  .home-page .howToUse-shape_bottom {
    background-color: rgba(57, 56, 56, 0.65);
    height: 250px;
    --r: 8em; /* control the curvature*/
    border-inline: var(--r) solid rgba(0, 0, 0, 0);
    border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0/var(--r);
    -webkit-mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%) calc(-1 * var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
            mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%) calc(-1 * var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
    border-right-width: 0;
    border-top-right-radius: var(--r);
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    transform: rotate(180deg);
  }
  .home-page .howToUse-container {
    background-color: rgba(57, 56, 56, 0.65);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content {
    gap: 1rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .title,
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-container,
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-container .num, .home-page .howToUse-container .howToUse-wrapper .howToUse-content .text {
    transition: all 0.3s ease;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content:hover .num-container {
    background-color: #43a680;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content:hover .num-container .num {
    transform: scale(1.5);
    background-color: rgba(33, 125, 90, 0.25);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content:hover .title {
    color: #43a680 !important;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content:hover .text {
    color: #fff;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .subtitle {
    font-size: 32px;
    line-height: 32px;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .text {
    font-size: 1.25rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .layer-1 {
    width: 320px;
  }
  .home-page .howToUse-container .howToUse-wrapper .layer-2 {
    width: 250px;
  }
  .home-page .howToUse-container .howToUse-wrapper .layer-3 {
    width: 408px;
  }
  .home-page .howToUse-container .howToUse-wrapper .layer-4 {
    width: 349px;
  }
  .home-page .services-container .mobile-container {
    gap: 2rem;
  }
  .home-page .services-container .mobile-container .mobile-img {
    width: 245px;
    position: relative;
    z-index: 2;
  }
  .home-page .services-container .mobile-container .mobile-text {
    font-size: 1.25rem;
      height: 8rem;
  }
  .home-page .services-container .mobile-container .mobile-text,
  .home-page .services-container .mobile-container .mobile-header {
    width: 30vw;
  }
  .home-page .services-container .mobile-container .mobile-header {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-page .services-container .mobile-container .mobile-header::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    background-color: rgba(210, 210, 210, 0.5);
    bottom: 0;
    right: -100px;
  }
  .home-page .services-container .mobile-container .mobile-header.line-left::before {
    right: auto;
    left: -100px;
  }
  .home-page .services-container .mobile-container .mobile-header .num {
    font-size: 117px;
    line-height: 117px;
  }
  .home-page .services-container .mobile-container .mobile-header .text {
    font-size: 54px;
    line-height: 56px;
  }
  .home-page .download-app_container {
    border-radius: 42px;
  }
  .home-page .download-app_container .download-content {
    width: 55%;
  }
  .home-page .download-app_container .download-img {
    width: 50%;
  }
  .home-page .download-app_container .download-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .home-page .download-app_container .download-text {
    font-size: 2rem;
    line-height: 2rem;
  }
  .home-page .download-app_container .download-links img {
    width: 207px;
  }
  .home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet {
    width: 85px;
    height: 85px;
    margin: 1.25rem 0;
    background: transparent;
    opacity: 1;
  }
  .home-page .testimonials-container .testimonials-content .testimonials-header .text {
    font-size: 3.5rem;
  }
  .home-page .testimonials-container .testimonials-content .quote {
    font-size: 6rem;
    margin-top: -1rem;
  }
  .home-page .FAQ-container {
    background-color: #121212;
  }
  .home-page .FAQ-container .accordion-item .accordion-header {
    height: 80px;
  }
  .home-page .FAQ-container .accordion-item .accordion-button {
    font-size: 24px;
  }
  .home-page .FAQ-container .accordion-item .accordion-button .num {
    margin-inline-end: 2.5rem;
    padding: 1.5rem;
  }
  .home-page .FAQ-container .accordion-item .accordion-button::after {
    width: 86px;
    font-size: 3rem;
  }
  .home-page .FAQ-container .accordion-item .accordion-body {
    font-size: 20px;
    width: 85%;
    margin: 1rem auto;
  }
}
@media (min-width: 1400px) {
  .home-page .hero .hero-content .title {
    font-size: 70px;
    line-height: 98px;
  }
}
@media (max-width: 767px) {
  .home-page .hero .hero-content .main-btn {
    width: 85%;
  }
}
@media (max-width: 990px) {
  .home-page .howToUse-container {
    background-color: rgba(57, 56, 56, 0.65);
  }
  .home-page .howToUse-container .howToUse-wrapper {
      background-image: url(../../assets/images/howToUse-container.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content {
    gap: 1rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .subtitle {
    font-size: 32px;
    line-height: 32px;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .text {
    font-size: 1.25rem;
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-outer[data-percentage="25"] {
    background: conic-gradient(#fdcc6c 90deg, rgba(0, 0, 0, 0) 0deg);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-outer[data-percentage="50"] {
    background: conic-gradient(#fdcc6c 180deg, rgba(0, 0, 0, 0) 0deg);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-outer[data-percentage="75"] {
    background: conic-gradient(#fdcc6c 270deg, rgba(0, 0, 0, 0) 0deg);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-outer[data-percentage="100"] {
    background: conic-gradient(#fdcc6c 360deg, rgba(0, 0, 0, 0) 0deg);
  }
  .home-page .howToUse-container .howToUse-wrapper .howToUse-content .num-outer .num {
    transform: scale(1.3);
  }
  .home-page .testimonials-container .swiper {
    min-height: 270px;
  }
  .home-page .testimonials-container .swiper .swiper-slide {
    flex-direction: column;
  }
  .home-page .testimonials-container .quote {
    height: 50px;
    line-height: 1;
  }
  .home-page .testimonials-container .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 1rem;
    right: 0;
    gap: 1rem;
    left: 0;
  }
  .home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet {
    transform: unset;
    width: 37px;
    height: 37px;
    margin: 0;
  }
  .home-page .testimonials-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 62px;
    height: 62px;
    transform: unset;
  }
}

:root {
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
  --font-size: 2rem;
}

.circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: conic-gradient(crimson 288deg, black 0deg);
}

.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
}

.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgba(0, 0, 0, 0.8);
}

.contact-us_page .contact-links .icon {
  margin-inline-end: 0.75rem;
}
.contact-us_page .contact-links a,
.contact-us_page .contact-links span {
  color: #757095;
}
.contact-us_page .contact-links a {
  transition: all 0.3s ease;
}
.contact-us_page .contact-links a:hover {
  color: #43a680;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact-us_page .contact-links {
    padding-inline-start: 2rem;
  }
  .contact-us_page .contact-links .icon {
    margin-inline-end: 1rem;
  }
  .contact-us_page .contact-links .title {
    font-size: 24px;
    color: #000201;
  }
}

.privacy-policy_page .hero-main .custom-head {
  background-position-y: 17px;
}
@media screen and (min-width: 768px) {
  .privacy-policy_page .hero-main .custom-head {
    background-position-y: 30px;
  }
}
.privacy-policy_page .privacy-policy_title {
  color: #000201;
  font-size: 20px;
  line-height: 24px;
}
.privacy-policy_page .privacy-policy_text {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .privacy-policy_page .privacy-policy_title {
    font-size: 28px;
    line-height: 32.09px;
  }
  .privacy-policy_page .privacy-policy_text {
    line-height: 40px;
    font-size: 20px;
  }
}

.hero-main {
  min-height: 40vh;
  padding-top: 5rem;
}
.hero-main .custom-head {
  background-position-y: 34px;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .hero-main .custom-head {
    line-height: 86px;
    font-size: 60px;
    background-position-y: 58px;
  }
}

.main-btn {
  background-color: transparent;
  display: inline-block;
  justify-content: center;
  min-height: 64px;
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 24.43px;
  border-radius: 34px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 3;
}
.main-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  transition: all 0.3s ease;
  z-index: -1;
  transform-origin: top;
}
.main-btn svg {
  margin-inline-end: 0.5rem;
}
.main-btn svg path {
  transition: all 0.3s ease;
}
.main-btn.primary-btn {
  border: 2px solid #1DAE41;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.main-btn.primary-btn:after {
  width: 120%;
  background-color: #1DAE41;
  border-radius: 0px;
}
.main-btn.primary-btn:hover {
  color: #1DAE41 !important;
}
.main-btn.primary-btn:hover:after {
  transform: skewX(90deg);
}
.main-btn.primary-btn:hover svg {
  fill: #1DAE41;
}
.main-btn.primary-btn:hover img {
  filter: invert(1);
}
.main-btn.secondary-btn {
  color: #1DAE41;
  border: 2px solid #1DAE41;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-btn.secondary-btn:after {
  width: 100%;
  background-color: #1DAE41;
  transform: skewX(90deg);
  border-radius: 34px;
  opacity: 0;
}
.main-btn.secondary-btn:hover {
  color: #fff;
}
.main-btn.secondary-btn:hover:after {
  transform: none;
  border-radius: 34px;
  opacity: 1;
}
.main-btn.secondary-btn:hover svg path {
  fill: currentColor;
}
@media (max-width: 767px) {
  .main-btn {
    min-height: 52px;
    font-size: 1rem;
  }
}

.primary-header {
  font-size: 24px;
  line-height: 30.24px;
}
@media (min-width: 768px) {
  .primary-header {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .primary-header {
    font-size: 70px;
    line-height: 98px;
  }
}

.navContainer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #0c0c0c;
  top: 0;
  padding: 0rem 2rem;
  width: 100%;
  height: 90px;
  z-index: 99;
  transition: all 0.3s ease;
}
.navContainer .main-btn {
  border-radius: 18px !important;
}

.navScroll {
  background-color: rgba(12, 12, 12, 0.95);
  -webkit-backdrop-filter: blur(4px);
  -moz-backdrop-filter: blur(4px);
  -o-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linksContainer {
  color: #0b141f;
  padding-left: 2rem;
  width: 80%;
  margin: 0;
}
.linksContainer ul.links {
  display: flex;
}
.linksContainer li {
  margin: 0 1rem;
  transition: all 0.3s ease;
}

.linksContainer {
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .linksContainer {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    background-color: rgba(12, 12, 12, 0.95);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    min-height: 100vh;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 8;
    transition: all 0.3s ease;
    align-items: center;
    transform: translateY(-100%);
  }
  .linksContainer ul.links {
    flex-direction: column;
    align-items: center;
  }
  .linksContainer.open-nav {
    transform: translateY(0%);
  }
  .linksContainer.open-nav ul.links li {
    margin: 1rem 0;
  }
}

.navLink {
  line-height: 35px;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease;
  font-weight: 300;
}
.navLink:hover, .navLink.active {
  color: #1DAE41;
}

.logo {
  transition: all 0.3s ease;
}
.home-nav .logo img {
  width: 204px;
}
.logo img {
  width: 184px;
}
.logo:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .logo {
    position: fixed;
    left: 2.1rem;
    top: 1.5rem;
    z-index: 99;
  }
}
@media (max-width: 400px) {
  .logo {
    left: 1rem;
    width: auto;
  }
}

.menuBtn {
  display: none;
  position: absolute;
  position: fixed;
  right: 2.1rem;
  top: 2rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .menuBtn {
    display: block;
  }
}
@media (max-width: 370px) {
  .menuBtn {
    right: 1rem;
  }
}

.closeMenu :nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.closeMenu :nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.closeMenu :nth-child(3) {
  transform: rotate(-45deg) translate(11px, -11px);
}

.btnLine {
  width: 1.9rem;
  height: 0.3rem;
  margin: 0 0 0.4rem 0;
  border-radius: 6px;
  background: #43a680;
  transition: all 0.3s ease;
}

.footer-wrapper {
  background-color: #121212;
  overflow: hidden;
}
.footer-wrapper .footer-inner {
  background-color: #262626;
  border-radius: 24px 24px 0 0;
}
.footer-wrapper .footer-inner .footer-logo {
  width: 331px;
}
.footer-wrapper .footer-inner .footer-title {
  color: rgba(251, 251, 252, 0.9);
  font-size: 18px;
}
.footer-wrapper .footer-inner .footer-link {
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 400;
}
.footer-wrapper .footer-inner .footer-link:hover {
  color: #1DAE41;
}
.footer-wrapper .footer-inner .download-links img {
  width: 144px;
}
.footer-wrapper .footer-bottom span {
  line-height: 1;
  background: linear-gradient(to right, #5BC17F, #26AD95);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.footer-wrapper .footer-bottom span:first-child {
  font-size: 18.5vw;
}
.footer-wrapper .footer-bottom span:last-child {
  font-size: 5.5vw;
  margin-left: auto;
}
@media (max-width: 990px) {
  .footer-wrapper .footer-inner .footer-logo {
    width: 300px;
  }
  .footer-wrapper .footer-inner .footer-title {
    font-size: 16px;
  }
  .footer-wrapper .footer-inner .logo-container, .footer-wrapper .footer-inner .footer-links_container {
    width: 100%;
  }
  .footer-wrapper .footer-inner .footer-links_container, .footer-wrapper .footer-inner .download-links {
    justify-content: space-between;
  }
  .footer-wrapper .footer-bottom span:first-child {
    font-size: 18vw;
  }
}
/* Initial animation setup */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Title Animation */
.animate-title {
    animation: fadeInUp 1s ease-in-out;
}

/* Text Animation */
.animate-text {
    animation: fadeInUp 1.2s ease-in-out;
}

/* Button Animation */
.animate-button {
    animation: fadeInUp 1.4s ease-in-out;
}

/* Image Animation */
.animate-image {
    animation: fadeIn 2s ease-in-out;
}

/* Add a slight delay to the image to make the animation more interesting */
.animate-image {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.howToUse-container .howToUse-content {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
}

.howToUse-container img {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.howToUse-container .num-outer {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
}

/* Delays for Staggered Animations */
.howToUse-container .howToUse-content:nth-child(1) {
    animation-delay: 0.2s;
}

.howToUse-container .howToUse-content:nth-child(2) {
    animation-delay: 0.4s;
}

.howToUse-container .howToUse-content:nth-child(3) {
    animation-delay: 0.6s;
}

.howToUse-container .howToUse-content:nth-child(4) {
    animation-delay: 0.8s;
}

.howToUse-container img:nth-child(2n) {
    animation-delay: 0.5s;
}

/* General fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Slide in from left animation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide in from right animation */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animations */
.services-container .mobile-container {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.services-container .mobile-container img {
    opacity: 0;
    animation: slideInRight 1s ease-in-out forwards;
}

.services-container .mobile-container .mobile-text {
    opacity: 0;
    animation: slideInLeft 1s ease-in-out forwards;
}

/* Staggered animation delays */
.services-container .mobile-container:nth-child(1) {
    animation-delay: 0.2s;
}
.services-container .mobile-container:nth-child(2) {
    animation-delay: 0.4s;
}
.services-container .mobile-container:nth-child(3) {
    animation-delay: 0.6s;
}

.download-app_container .download-content {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.download-app_container .download-img {
    opacity: 0;
    animation: slideInRight 1s ease-in-out forwards;
}

.download-app_container {
    animation-delay: 0.8s;
}


/* General fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animations */
.testimonials-container .swiper-slide {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
}

/* Staggered animation delays for testimonials */
.testimonials-container .swiper-slide:nth-child(1) {
    animation-delay: 0.2s;
}
.testimonials-container .swiper-slide:nth-child(2) {
    animation-delay: 0.4s;
}
.testimonials-container .swiper-slide:nth-child(3) {
    animation-delay: 0.6s;
}

/* Accordion animation */
.accordion-item {
    opacity: 0;
    animation: fadeInUp 0.8s ease-in-out forwards;
}

.accordion-item:nth-child(1) {
    animation-delay: 0.2s;
}
.accordion-item:nth-child(2) {
    animation-delay: 0.4s;
}
.accordion-item:nth-child(3) {
    animation-delay: 0.6s;
}


/* Define fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation classes */
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Adjust for specific sections */
.layer-1, .layer-2, .layer-3, .layer-4 {
  opacity: 0;
}

