/*
 Theme Name: lildrills
 Version: 1.0
*/
@font-face {
  font-family: "Navigo-Regular";
  src: url("assets/fonts/Navigo-Regular.woff2") format("woff2"),
    url("assets/fonts/Navigo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Navigo-Medium";
  src: url("assets/fonts/Navigo-Medium.woff2") format("woff2"),
    url("assets/fonts/Navigo-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Navigo-Bold";
  src: url("assets/fonts/Navigo-Bold.woff2") format("woff2"),
    url("assets/fonts/Navigo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

section {
  margin: 40px 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Navigo-Regular";
  font-weight: 400;
  margin: 0;
}

p,
li,
body {
  font-family: "Navigo-Regular";
  font-weight: 400;
  margin: 0;
}

header {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__container {
  height: 52px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  gap: 16px;
  width: 100%;
  margin: 0 320px;
  @media (max-width: 1920px) {
    margin: 0 80px;
  }
  @media (max-width: 1440px) {
    margin: 0 50px;
  }
  @media (max-width: 1024px) {
    margin: 0 20px;
    height: 42px;
  }
  @media (max-width: 768px) {
    margin: 0 16px;
  }
}

.header__container.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  @media (max-width: 1024px) {
    margin-top: 36px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}

nav ul li {
  margin-left: 40px;
  @media (max-width: 1024px) {
    margin-left: 0;
  }
}

nav ul li a {
  color: #2e1b4b;
  text-decoration: none;
  font-size: 17px;
}

.burger {
  display: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.burger div {
  height: 1.5px;
  background-color: #2e1b4b;
  width: 100%;
  transition: 0.3s;
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.burger div:last-child {
  width: 65%;
  margin-bottom: 8px;
}

.burger div:first-child {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    @media (max-width: 768px) {
      right: 16px;
      left: 16px;
    }
  }

  nav.show {
    display: block;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .burger {
    display: flex;
  }
}

.burger.open div {
  margin: 0;
}

.burger.open div:nth-child(1) {
  transform: rotate(45deg) translate(8px, 9px);
}

.burger.open div:nth-child(2) {
  opacity: 0;
}

.burger.open div:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}

.burger.open div:last-child {
  width: 100%;
}

.menu__download__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  display: none;
  @media (max-width: 1024px) {
    display: block;
  }
}

.download__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  @media (max-width: 1024px) {
    display: none;
  }
}

.download__btn:hover {
  background-color: #9c75d7;
}

.logo {
  margin-left: 20px;
  cursor: pointer;
}

.position__absolute {
  position: absolute;
}

.rewards-all-card__img {
  top: 195px;
  left: 143px;
  @media (max-width: 1920px) {
    left: -110px;
  }
  @media (max-width: 1024px) {
    left: -200px;
  }
  @media (max-width: 768px) {
    left: -400px;
  }
}

.task-list-card__img {
  top: 170px;
  right: 125px;
  @media (max-width: 1920px) {
    right: -110px;
  }
  @media (max-width: 1024px) {
    right: -200px;
  }
  @media (max-width: 768px) {
    right: -400px;
  }
}

.hero__title {
  color: #303241;
  font-size: 70px;
  @media (max-width: 1280px) {
    max-width: 386px;
  }
  @media (max-width: 1024px) {
    font-size: 50px;
    max-width: 276px;
  }
}

.hero__title > span {
  font-family: "Navigo-Bold";
}

.hero-description {
  color: #303241;
  font-size: 20px;
  max-width: 419px;
  text-align: center;
  @media (max-width: 1280px) {
    max-width: 386px;
  }
  @media (max-width: 1280px) {
    max-width: 419px;
  }
  @media (max-width: 768px) {
    max-width: 276px;
  }
}

.hero__second-description {
  color: #303241;
  font-size: 20px;
  margin-top: 70px;
  text-align: center;
  @media (max-width: 768px) {
    margin-top: 40px;
  }
}

.download-for-free_brn {
  width: 236px;
  height: 52px;
  display: flex;
  align-items: center;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  margin-top: 24px;
}

.download-for-free_brn:hover {
  background-color: #9c75d7;
}

#document svg g {
  fill: #303241;
}

.menu-item {
  cursor: pointer;
}
.menu-item:hover {
  color: #7443bc;
}

.hero__wrapper {
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (max-width: 1280px) {
    padding-top: 200px;
  }
}

.hero__wrapper.section2 {
  @media (max-width: 1280px) {
    padding-top: 300px;
  }
  @media (max-width: 768px) {
    padding-top: 420px;
  }
}

.reward-card__img {
  top: 640px;
  left: 340px;
  @media (max-width: 1920px) {
    left: 70px;
  }
  @media (max-width: 1024px) {
    left: -20px;
  }
  @media (max-width: 768px) {
    top: 500px;
    right: -70px;
    left: auto;
  }
}

.reward-card__img-1 {
  left: 425px;
  top: 715px;
  @media (max-width: 1920px) {
    left: 155px;
  }
  @media (max-width: 1024px) {
    left: 65px;
  }
  @media (max-width: 768px) {
    left: auto;
    right: -150px;
    top: 585px;
  }
}

.task-card__img {
  top: 745px;
  right: 460px;
  @media (max-width: 1920px) {
    right: 250px;
  }
  @media (max-width: 1024px) {
    right: 60px;
  }
  @media (max-width: 768px) {
    top: 850px;
  }
}

.task-card__img-1 {
  top: 505px;
  right: 330px;
  @media (max-width: 1920px) {
    right: 100px;
  }
  @media (max-width: 1024px) {
    right: 10px;
  }
  @media (max-width: 768px) {
    right: auto;
    left: -100px;
    top: 605px;
  }
}

.notification-card__img {
  top: 655px;
  right: 432px;
  @media (max-width: 1920px) {
    right: 172px;
  }
  @media (max-width: 768px) {
    top: 720px;
    right: auto;
    left: 30px;
  }
}

.hero__second__title {
  color: #303241;
  font-size: 42px;
  max-width: 778px;
  font-family: "Navigo-Regular";
  @media (max-width: 1024px) {
    font-size: 28px;
    max-width: 519px;
  }
  @media (max-width: 768px) {
    max-width: 335px;
    text-align: center;
  }
}

.hero__second__title > span {
  font-family: "Navigo-Bold";
}

.hero__second__description {
  color: #303241;
  font-size: 20px;
  margin-top: 70px;
  @media (max-width: 768px) {
    max-width: 335px;
  }
}

.section2 {
  margin-top: 100px;
}

.hero__card {
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
  background: linear-gradient(to right, #f9f7fc, #f9f7fc);
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 20px;
}

.hero__card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 140px;
  @media (max-width: 1920px) {
    padding-bottom: 80px;
  }
  @media (max-width: 768px) {
    margin-top: 40px;
  }
}

.hero__card__wrapper {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 60px;
  @media (max-width: 1024px) {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
  }
}

.hero__card__wrapper > *:nth-child(1),
.hero__card__wrapper > *:nth-child(5),
.hero__card__wrapper > *:nth-child(7) {
  transform: rotate(6.13deg);
}

.hero__card__wrapper > *:nth-child(3),
.hero__card__wrapper > *:nth-child(9) {
  transform: rotate(-5.38deg);
}

.hero__card__txt {
  color: #303241;
  font-size: 20px;
}

.arrow__img {
  width: fit-content;
  height: fit-content;
  position: absolute;
  z-index: 1000;
}

.hero__card__wrapper > .arrow__img:nth-child(2) {
  left: 120px;
  @media (max-width: 1024px) {
    left: 140px;
  }
}

.hero__card__wrapper > .arrow__img:nth-child(4) {
  left: 310px;
  transform: rotateX(180deg);
  @media (max-width: 1024px) {
    left: 330px;
  }
}

.hero__card__wrapper > .arrow__img:nth-child(6) {
  left: 500px;
  @media (max-width: 1024px) {
    left: 520px;
  }
}

.hero__card__wrapper > .arrow__img:nth-child(8) {
  left: 700px;
  transform: rotateX(180deg);
  @media (max-width: 1024px) {
    left: 720px;
  }
}

.footer {
  position: sticky;
  bottom: 0;
  background: radial-gradient(circle, #e2e4c7, #f3e9f8);
  margin-top: -50px;
  padding: 120px 320px 0 320px;
  font-size: 16px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  @media (max-width: 1920px) {
    padding: 120px 80px 0 80px;
  }
  @media (max-width: 1440px) {
    padding: 120px 50px 0 50px;
  }
  @media (max-width: 1024px) {
    padding: 100px 20px 0 20px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__section {
  max-width: 500px;
}

.footer__section h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Navigo-Medium";
  @media (max-width: 1024px) {
    margin-bottom: 17px;
  }
}

.footer__section.about p {
  text-align: start;
  font-size: 17px;
}

.footer__section.collaborations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__section.collaborations li {
  margin-bottom: 6px;
  @media (max-width: 1024px) {
    margin-bottom: 12px;
  }
}

.footer__section.collaborations a,
.footer__section.follow a {
  text-decoration: none;
  color: #2d2142;
  font-weight: 400;
  font-size: 17px;
}

.footer__section.collaborations a:hover,
.footer__section.follow a:hover {
  color: #7443bc;
}

.footer__section.follow .social__icons a svg {
  width: 22px;
  height: 22px;
  margin-right: 28px;
  vertical-align: middle;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
  flex-wrap: wrap;
  @media (max-width: 1024px) {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
  }
}

.footer__bottom .bottom__links a {
  color: #2d2142;
  text-decoration: none;
  margin: 0 5px;
  font-size: 14px;
  @media (max-width: 1024px) {
    margin: 0 16px;
  }
}

.footer__bottom .bottom__links a:first-child {
  margin-left: 0;
}

.footer__bottom .bottom__links a:hover {
  color: #7443bc;
}

.made__with {
  font-size: 17px;
  margin-top: 45px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 600;
}

.footer__bottom .made__with span {
  color: red;
}

.huge_logo {
  display: flex;
  width: 100%;
}

.right__footer__container {
  display: flex;
  gap: 80px;
  @media (max-width: 1024px) {
    margin-top: 50px;
  }
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.hero__container {
  background: radial-gradient(circle, #e2e4c7, #f3e9f8);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.how-it-works__container {
  background-color: #ffffff;
}

.how-it-works__wrapper {
  padding: 140px 240px 140px 240px;
  display: flex;
  background-color: #ffffff;
  z-index: 100;
  position: relative;
  @media (max-width: 1920px) {
    padding: 140px 80px;
  }
  @media (max-width: 1440px) {
    padding: 140px 50px;
  }
  @media (max-width: 1280px) {
    padding: 80px 50px;
  }
  @media (max-width: 1024px) {
    padding: 130px 20px;
    z-index: 99;
    margin-top: -50px;
  }
}

.how-it-works__third-wrapper {
  width: 392px;
  position: sticky;
  top: 140px;
  height: fit-content;
  @media (max-width: 1280px) {
    width: 554px;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media (max-width: 768px) {
    width: 100%;
  }
}

.how-it-works__second-wrapper {
  display: flex;
  padding-left: 80px;
  width: 100%;
  justify-content: space-between;
  @media (max-width: 1920px) {
    padding-left: 0;
  }
  @media (max-width: 1280px) {
    flex-direction: column;
    align-items: center;
  }
}

.how-it-works__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  margin-top: 20px;
  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.how-it-works__description {
  margin-top: 12px;
  color: #989db3;
  font-size: 20px;
  @media (max-width: 1280px) {
    text-align: center;
  }
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.easy-onboarding__btn {
  width: 167px;
  height: 38px;
  display: flex;
  align-items: center;
  font-family: "Navigo-Regular";
  font-size: 13px;
  line-height: 16px;
  background-color: #f1f5bf;
  border-radius: 12px;
  color: #9a9d0b;
  border-width: 0;
  cursor: pointer;
  gap: 10px;
  padding: 10px 20px 12px 20px;
  text-wrap-mode: nowrap;
  margin-top: 24px;
}

.work-card__container {
  width: 688px;
  min-height: 340px;
  padding: 40px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (max-width: 1280px) {
    width: auto;
  }
  @media (max-width: 768px) {
    padding: 30px;
    height: 363px;
    overflow: hidden;
  }
}

.work-card__container.green-card {
  background-color: #bee4d7;
}

.work-card__container.yellow-card {
  background-color: #f1f5bf;
}

.work-card__container.violet-card {
  background-color: #e2d4f7;
}

.work-card__wrapper-name {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 368px;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.work-card__title {
  font-size: 28px;
  line-height: 28px;
}

.work-card__description {
  font-size: 17px;
}

.work-card__number {
  font-size: 50px;
  line-height: 60px;
}

.work-card__title.yellow-card {
  color: #646912;
}

.work-card__description.yellow-card {
  color: #646912;
}
.work-card__number.yellow-card {
  color: #dfe864;
}

.work-card__title.green-card {
  color: #2e705a;
}

.work-card__description.green-card {
  color: #2e705a;
}
.work-card__number.green-card {
  color: #9ad5c1;
}

.work-card__title.violet-card {
  color: #452871;
}

.work-card__description.violet-card {
  color: #452871;
}
.work-card__number.violet-card {
  color: #d0b6f6;
}

.work-cards__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  display: flex;
  @media (max-width: 1280px) {
    margin-top: 40px;
    width: 100%;
  }
}

.features__container {
  overflow: hidden;
  background: #ffffff;
  z-index: 100;
  position: relative;
}

.features__wrapper {
  background-color: #f8f9fb;
  position: relative;
  z-index: 100;
  border-radius: 60px;
  padding: 100px 320px 120px 320px;
  @media (max-width: 1920px) {
    padding: 100px 80px 120px 80px;
  }
  @media (max-width: 1440px) {
    padding: 100px 50px 100px 50px;
  }
  @media (max-width: 1280px) {
    padding: 80px 50px;
  }
  @media (max-width: 1024px) {
    padding: 80px 20px;
  }
}

.features__top-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: center;
  gap: 20px;
}

.features__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.33% - 80px);
  transition: all 1.5s ease;
  @media (max-width: 1440px) {
    width: calc(50% - 80px);
    flex: none;
  }
  @media (max-width: 1024px) {
    width: calc(100% - 100px);
  }
}

.features__card {
  transition: transform 1.5s ease;
}

.slide-1 {
  transform: translateX(-60px);
}
.slide-2 {
  transform: translateY(-60px);
}
.slide-3 {
  transform: translateX(60px);
}
.slide-4 {
  transform: translateX(-60px);
}
.slide-5 {
  transform: translateX(60px);
}

.move-to-center {
  transform: translateX(0) !important;
}

.move-left {
  transform: translateX(-60px);
}

.move-right {
  transform: translateX(60px);
}

.move-up {
  transform: translateY(-60px);
}

.move-down {
  transform: translateY(60px);
}

@media (max-width: 1440px) {
  .slide-2 {
    transform: translateX(60px);
  }
  .slide-3 {
    transform: translateX(-60px);
  }
  .slide-4 {
    transform: translateX(60px);
  }
  .slide-5 {
    transform: translateY(60px);
  }
}

@media (max-width: 1024px) {
  .slide-5 {
    transform: translateX(-60px);
  }
}

.features__card.in-view {
  transform: translateX(0);
}

.features__card.green-card {
  background-color: #3da986;
}

.features__card.light-green-card {
  background-color: #e2f3ed;
}

.features__card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 6px;
}

.features__icon {
  font-size: 28px;
  margin-right: 12px;
  line-height: 1;
}

.features__card__title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Navigo-Regular";
  color: #303241;
}

.features__card__title.green-card {
  color: #ffffff;
}

.features__card__title.light-green-card {
  color: #1e5f49;
}

.features__content {
  font-size: 20px;
  font-family: "Navigo-Regular";
  color: #989db3;
  max-width: 520px;
  text-align: center;
  margin-top: 12px;
  @media (max-width: 768px) {
    text-align: start;
    font-size: 17px;
  }
}

.features__description {
  font-size: 17px;
  font-family: "Navigo-Regular";
  color: #73778c;
}

.features__description.green-card {
  color: #e2f3ed;
}

.features__description.light-green-card {
  color: #2e705a;
}

.features__txt__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.features__btn {
  width: 105px;
  height: 38px;
  display: flex;
  align-items: center;
  font-family: "Navigo-Regular";
  font-size: 13px;
  line-height: 16px;
  background-color: #e2f3ed;
  border-radius: 12px;
  color: #3da986;
  border-width: 0;
  cursor: pointer;
  gap: 10px;
  padding: 10px 20px 12px 20px;
  text-wrap-mode: nowrap;
}

.features__title {
  font-size: 50px;
  font-weight: 400;
  font-family: "Navigo-Regular";
  color: #303241;
  margin-top: 20px;
  @media (max-width: 768px) {
    text-align: center;
    font-size: 42px;
  }
}

.work-card__image {
  bottom: 0;
  right: 0;
  height: 700px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  width: 620px;
  @media (max-width: 768px) {
    width: 435px;
    height: inherit;
    right: -180px;
  }
}

.word-card-set-up-family {
  background-image: url("./assets/images/set-up-your-family.webp");
  @media (max-width: 768px) {
    background-image: url("./assets/images/set-up-your-family-mobile.webp");
  }
}

.word-card-create-fun-tasks {
  background-image: url("./assets/images/create-fun-tasks.webp");
  @media (max-width: 768px) {
    background-image: url("./assets/images/create-fun-tasks-mobile.webp");
  }
}

.word-card-kids-earn-coins {
  background-image: url("./assets/images/kids-earn-coins.webp");
  @media (max-width: 768px) {
    background-image: url("./assets/images/kids-earn-coins-mobile.webp");
  }
}

.word-card-real-rewards {
  background-image: url("./assets/images/real-rewards.webp");
  @media (max-width: 768px) {
    background-image: url("./assets/images/real-rewards-mobile.webp");
  }
}

.word-card-archive-repeat {
  background-image: url("./assets/images/archive-repeat.webp");
  @media (max-width: 768px) {
    background-image: url("./assets/images/archive-repeat-mobile.webp");
  }
}

.reviews-button {
  width: 97px;
  height: 38px;
  display: flex;
  align-items: center;
  font-family: "Navigo-Regular";
  font-size: 13px;
  line-height: 16px;
  background-color: #f1ecf9;
  border-radius: 12px;
  color: #9c75d7;
  border-width: 0;
  cursor: pointer;
  gap: 10px;
  padding: 10px 20px 12px 20px;
  text-wrap-mode: nowrap;
  margin-top: 24px;
}

.review__card {
  width: 806px;
  height: 385px;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(to right, #7443bc, #bbc24f, #3da986);
  position: relative;
  box-sizing: border-box;
  margin-left: 100px;
  @media (max-width: 1280px) {
    margin-top: 40px;
    margin-left: 0;
  }
  @media (max-width: 1024px) {
    width: auto;
  }
}

.review__card__container {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (max-width: 768px) {
    padding: 30px;
  }
}

.review__card__description {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 28px;
  line-height: normal;
  margin-top: 20px;
  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.review {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review__wrapper {
  display: flex;
  flex-direction: column;
}

.review__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 17px;
  line-height: 20px;
}

.review__description {
  color: #73778c;
  font-family: "Navigo-Regular";
  font-size: 17px;
  line-height: auto;
}

.cta-container {
  display: flex;
  justify-content: center;
  padding: 100px 320px 80px 320px;
  background-color: #ffffff;
  z-index: 100;
  position: relative;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  @media (max-width: 1920px) {
    padding: 0 80px 80px 80px;
  }
  @media (max-width: 1440px) {
    padding: 0 50px 50px 50px;
  }
  @media (max-width: 1024px) {
    padding: 0 20px 20px 20px;
  }
}

.cta__card {
  width: 1160px;
  height: 202px;
  background-color: #f1ecf9;
  padding: 60px;
  position: relative;
  border-radius: 30px;
  transition: background-color 0.5s ease;
  @media (max-width: 1280px) {
    height: 240px;
  }
  @media (max-width: 1280px) {
    height: 240px;
    padding: 40px;
    width: 100%;
  }
  @media (max-width: 1024px) {
    overflow: hidden;
  }
  @media (max-width: 768px) {
    height: 400px;
    padding: 30px;
  }
}

.cta__wrapper {
  display: flex;
  flex-direction: column;
  width: 422px;
  @media (max-width: 768px) {
    width: auto;
    align-items: center;
  }
}

.cta__card.in-view {
  background-color: #7443bc;
}

.cta__card.in-view > div > p {
  color: #ffffff;
}

.cta__card.in-view > div > button {
  background-color: #ffffff;
  color: #303241;
}

.cta__card.in-view > div > button:hover {
  background-color: #f1ecf9;
  color: #452871;
}

.cta__card.in-view > div > button > svg > g > path {
  fill: #303241;
}

.cta__card.in-view > div > button:hover > svg > g > path {
  fill: #452871;
}

.cta__card__title {
  color: #2e1b4b;
  font-family: "Navigo-Regular";
  font-size: 42px;
  line-height: 50px;
  @media (max-width: 768px) {
    font-size: 28px;
    line-height: normal;
  }
}

.cta__card__description {
  color: #2e1b4b;
  font-family: "Navigo-Regular";
  font-size: 20px;
  line-height: normal;
  margin-top: 24px;
  @media (max-width: 1280px) {
    width: 343px;
  }
  @media (max-width: 768px) {
    font-size: 17px;
    width: auto;
    text-align: center;
  }
}

.cta__card__image {
  position: absolute;
  bottom: 0;
  right: 0;
  @media (max-width: 1024px) {
    right: -165px;
  }
  @media (max-width: 768px) {
    right: 0;
    width: 300px;
    bottom: -30px;
  }
}

.word {
  opacity: 0;
  transform: translateY(-20px);
  display: inline-block;
  margin-right: 8px;
  animation: slideIn 0.5s forwards;
  @media (max-width: 1280px) {
    margin-right: 6px;
  }
  @media (max-width: 1024px) {
    margin-right: 4px;
  }
}

.reviews__container {
  background-color: #ffffff;
}

.reviews__wrapper {
  padding: 140px 240px 140px 240px;
  display: flex;
  background-color: #ffffff;
  z-index: 100;
  position: relative;
  @media (max-width: 1920px) {
    padding: 140px 80px;
  }
  @media (max-width: 1440px) {
    padding: 120px 50px;
  }
  @media (max-width: 1280px) {
    padding: 80px 50px;
  }
  @media (max-width: 1024px) {
    padding: 80px 20px;
  }
}

.reviews__third-wrapper {
  width: 392px;
  position: sticky;
  top: 140px;
  height: fit-content;
  @media (max-width: 1280px) {
    width: 446px;
    position: static;
  }
  @media (max-width: 768px) {
    width: 100%;
  }
}

.reviews__second-wrapper {
  display: flex;
  padding-left: 80px;
  width: 100%;
  justify-content: space-between;
  @media (max-width: 1920px) {
    padding-left: 0;
  }
  @media (max-width: 1280px) {
    flex-direction: column;
  }
}

.reviews__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  margin-top: 20px;
  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.reviews__description {
  margin-top: 12px;
  color: #989db3;
  font-size: 20px;
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.svg-hover:hover > g > path {
  fill: #7443bc;
}

.copyright {
  font-size: 14px;
  line-height: 20px;
  @media (max-width: 1024px) {
    margin-top: 50px;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes slideX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideY {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.hero__img-x {
  animation: slideX 2s ease-in-out infinite;
}

.hero__img-y {
  animation: slideY 2s ease-in-out infinite;
}

.partners__container {
  display: flex;
  flex-direction: column;
}

.partners__wrapper {
  background: radial-gradient(circle, #e2e4c7, #f3e9f8);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  @media (max-width: 768px) {
    padding: 0 20px;
  }
}

.partners-text__wrapper {
  width: 672px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.partners__title {
  color: #303241;
  font-size: 70px;
  text-align: center;
  margin-top: 140px;
  letter-spacing: -0.2rem;
  @media (max-width: 1024px) {
    font-size: 50px;
  }
  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.partners__description {
  color: #303241;
  font-size: 20px;
  text-align: center;
  width: 419px;
  margin-top: 16px;
  margin-bottom: 60px;
  @media (max-width: 768px) {
    font-size: 17px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.journey__container {
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.journey__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 80px 100px 80px;
  @media (max-width: 1024px) {
    padding: 50px 20px 100px 20px;
  }
  @media (max-width: 768px) {
    padding: 50px 20px 80px 20px;
  }
}

.journey__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  @media (max-width: 768px) {
    font-size: 28px;
  }
}

.journey__description {
  margin-top: 14px;
  color: #989db3;
  font-size: 20px;
  text-align: center;
  @media (max-width: 1280px) {
    text-align: center;
  }
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.journey__first-description {
  width: 500px;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.email-us__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  margin: 24px 0 12px 0;
  width: 200px;
}

.email-us__btn:hover {
  background-color: #9c75d7;
}

.support-main__container {
  display: flex;
  flex-direction: column;
}

.support-main__wrapper {
  background: radial-gradient(circle, #e2e4c7, #f3e9f8);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  @media (max-width: 768px) {
    padding: 0 20px;
  }
}

.support-main-text__wrapper {
  width: 672px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.support-main__title {
  color: #303241;
  font-size: 70px;
  text-align: center;
  margin-top: 140px;
  letter-spacing: -0.2rem;
  @media (max-width: 1024px) {
    font-size: 50px;
  }
  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.support-main__description {
  color: #303241;
  font-size: 20px;
  text-align: center;
  width: 419px;
  margin-top: 16px;
  margin-bottom: 60px;
  @media (max-width: 768px) {
    font-size: 17px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.support-second__container {
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.support-second__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 80px 100px 80px;
  @media (max-width: 1024px) {
    padding: 50px 20px 100px 20px;
  }
  @media (max-width: 768px) {
    padding: 50px 20px 80px 20px;
  }
}

.support-second__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 28px;
    line-height: normal;
  }
}

.support-second__description {
  margin-top: 14px;
  color: #989db3;
  font-size: 20px;
  text-align: center;
  @media (max-width: 1280px) {
    text-align: center;
  }
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.support-second__first-description {
  width: 500px;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.support-us__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  margin: 24px 0 12px 0;
  width: 200px;
}

.support-us__btn:hover {
  background-color: #9c75d7;
}

.page-not-found__wrapper {
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 796px;
  @media (max-width: 768px) {
    height: 696px;
  }
}

.page-not-found__image {
  width: 742px;
  height: 316px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  @media (max-width: 1024px) {
    width: 728px;
    height: 310px;
  }
  @media (max-width: 768px) {
    width: 355px;
    height: 143px;
  }
}

.page-not-found__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 42px;
  }
}

.page-not-found__description {
  margin-top: 5px;
  font-family: "Navigo-Regular";
  color: #303241;
  font-size: 17px;
  text-align: center;
}

.go-to-main-us__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  padding: 14.5px 26px;
  text-wrap-mode: nowrap;
  margin: 30px 0 12px 0;
  width: 200px;
}

.go-to-main-us__btn:hover {
  background-color: #9c75d7;
}

.cookie__container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  color: #303241;
  text-align: center;
  z-index: 9999;
  display: none;
}

.cookie__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 30px 40px 24px 40px;
  @media (max-width: 768px) {
    padding: 30px 20px 24px 20px;
  }
}

.cookie__text {
  font-family: "Navigo-Regular";
  color: #303241;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.cookie-btn_wrapper {
  display: flex;
  gap: 10px;
}

.cookie-reject__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #e2d4f7;
  border-radius: 16px;
  color: #7443bc;
  border-width: 0;
  cursor: pointer;
  text-wrap-mode: nowrap;
  width: 150px;
}

.cookie-reject__btn:hover {
  background-color: #d0b6f6;
}

.cookie-accept__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #7443bc;
  border-radius: 16px;
  color: #ffffff;
  border-width: 0;
  cursor: pointer;
  text-wrap-mode: nowrap;
  width: 150px;
}

.cookie-accept__btn__btn:hover {
  background-color: #9c75d7;
}

.tabs input[type="radio"] {
  display: none;
}

.tab-label {
  font-family: "Navigo-Medium";
  font-size: 15px;
  display: inline-block;
  padding: 10px 15px;
  color: #989db3;
  cursor: pointer;
  margin-right: 2px;
  border-radius: 4px 4px 0 0;
  @media (max-width: 768px) {
    padding: 10px 10px;
  }
}

input[type="radio"]:checked + .tab-label {
  color: #7443bc;
  font-weight: bold;
  border-bottom: none;
}

.tab-content {
  display: none;
  border-top: none;
  background: #fff;
}

.blog-second__container {
  min-height: 70vh;
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
  padding: 50px 80px 212px 80px;
  @media (max-width: 1024px) {
    padding: 50px 20px 212px 20px;
  }
}

.cards-container,
#cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

#loadMore {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.tabs {
  text-align: center;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: calc(33.333% - 10px);
  cursor: pointer;
  box-sizing: border-box;
  @media (max-width: 1440px) {
    width: calc(50% - 10px);
  }
  @media (max-width: 768px) {
    width: calc(100% - 10px);
  }
}

.card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 24px;
}

.card-title {
  margin-top: 5px;
  font-family: "Navigo-Regular";
  color: #73778c;
  font-size: 17px;
  text-align: center;
}

.card-description {
  color: #303241;
  font-family: "Navigo-Medium";
  line-height: normal;
  text-align: start;
}

.card-time {
  margin-top: 5px;
  font-family: "Navigo-Regular";
  color: #989db3;
  font-size: 14px;
  text-align: center;
}

.card-image {
  width: 50px;
  height: 50px;
}

.more-tips__btn {
  height: 52px;
  font-family: "Navigo-Medium";
  font-size: 17px;
  background-color: #e2d4f7;
  border-radius: 16px;
  color: #7443bc;
  border-width: 0;
  cursor: pointer;
  text-wrap-mode: nowrap;
  width: 200px;
}

.more-tips__btn:hover {
  background-color: #d0b6f6;
}

.detail-blog__container {
  background: #ffffff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.detail-blog__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 182px 80px 100px 80px;
  @media (max-width: 1440px) {
    padding: 150px 50px 80px 50px;
  }
  @media (max-width: 768px) {
    padding: 150px 20px 80px 20px;
  }
}

.detail-blog__title {
  color: #303241;
  font-family: "Navigo-Regular";
  font-size: 50px;
  line-height: 60px;
  margin-top: 20px;
  width: 846px;
  text-align: center;
  margin-bottom: 16px;
  @media (max-width: 1024px) {
    font-size: 42px;
    width: 728px;
  }
  @media (max-width: 768px) {
    font-size: 28px;
    width: auto;
  }
}

.detail-blog__description {
  margin-top: 20px;
  color: #73778c;
  font-size: 17px;
  width: 670px;
  @media (max-width: 1024px) {
    width: auto;
  }
}

.detail-card__img {
  margin-top: 20px;
  border-radius: 30px;
  width: 670px;
  height: 430px;
  @media (max-width: 1024px) {
    width: 335px;
    height: 215px;
  }
}

.detail-blog__social {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.detail-blog__social > svg {
  cursor: pointer;
}

.detail-blog__social > svg:hover > g > path {
  fill: #452871;
}

.gradient-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    135deg,
    #f3e9f8 0%,
    #e2e4c7 40%,
    #f3e9f8 70%,
    #e2e4c7 100%
  );
  background-size: 300% 300%;
  animation: active-gradient 10s ease-in-out infinite;
}

@keyframes active-gradient {
  0% {
    background-position: 0% 50%;
  }
  33% {
    background-position: 50% 100%;
  }
  66% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
