/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

b {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000b36;
  overflow-x: hidden;
  position: relative;
}

.section-wrapper {
  background-image: url(../image/main-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-wrapper-de {
  background-image: url(../image/tablet_de.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-es {
  background-image: url(../image/tablet_es.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-fr {
  background-image: url(../image/tablet_fr.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-it {
  background-image: url(../image/tablet_it.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-pt {
  background-image: url(../image/tablet_pt.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-se {
  background-image: url(../image/tablet_se.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-dk {
  background-image: url(../image/tablet_dk.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-fi {
  background-image: url(../image/tablet_fi.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-no {
  background-image: url(../image/tablet_no.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-wrapper-nl {
  background-image: url(../image/tablet_nl.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-wrapper--big {
  background-position-x: 30%;
}

.title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #F9F9FC;
  margin: 0 auto;
}

.subtitle {
  color: #F9F9FC;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 16px auto 0;
  text-align: center;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  padding: 12px 20px 0;
}

.desktop-none {
  display: none;
}

.main-header {
  padding: 0px 0 20px;
  text-align: center;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 150px;
}

.investing-logo {
  width: 150px;
}

.lang-switch {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  cursor: pointer;
}

.lang-switch_text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.lang-switch_img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.lang-switch_arrow {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

/* dropdown */
.lang-switch {
  position: relative;
}

.lang-switch .dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -8px;
  z-index: 1000;
  padding-top: 8px;
}

.lang-switch .dropdown .dropdown-step {
  background-color: #2e317c;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  min-width: 95px;
}

.dropdown-item span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}

.dropdown-item:hover {
  background: #282A66;
  border-radius: 12px;
}

.lang-switch .dropdown-item img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.lang-switch:hover .dropdown,
.lang-switch.active .dropdown {
  opacity: 1;
  pointer-events: all;
}

.lang-switch .dropdown {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lang-switch:hover .dropdown,
.lang-switch.active .dropdown {
  opacity: 1;
}

.main-content {
  display: flex;
  justify-content: space-between;
  padding: 160px 0px 160px 0px;
}

.main-content-short {
  padding-top: 130px;
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.main-dashboard {
  overflow: hidden;
}

.dashboard {
  position: relative;
}

.dashboard__ellipse {
  position: absolute;
  top: -110px;
  left: -70px;
  pointer-events: none;
  z-index: 0;
}

.dashboard__image {
  width: 901px;
  position: absolute;
  right: -313px;
  max-width: none;
  top: -20px;
}

.main-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #f9f9fc;
  margin-bottom: 16px;
}

.highlight {
  color: #17F871;
  font-weight: 600;
}

.highlight-white {
  color: #ffffff;
  font-weight: 600;
}

.main-offer {
  position: relative;
  border: 0.3px solid rgba(255, 255, 255, 0.56);
  padding: 40px 20px;
  border-radius: 24px;
  max-width: 426px;
  width: 100%;
}

.main-offer--wide {
  max-width: 472px;
}

.main-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #B9BADB;
  margin-bottom: 32px;
}

.text-content {
  max-width: 515px;
  width: 100%;
}

.button-group {
  display: flex;
  gap: 16px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 24px;
  background-color: #0057fa;
  text-decoration: none;
  border-radius: 12px;
  color: #fcfdff;
  max-width: fit-content;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-primary:hover {
  background-color: #0045CC;
  transition: background-color 0.5s;
}

.btn-primary_text {
  margin-right: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.btn-primary_image {
  width: 24px;
}

.footer {
  background-color: #F9F9FC;
}

.footer-content {
  padding: 40px 0px;
  max-width: 1120px;
}

.footer-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #1C1E4E;
  margin-bottom: 8px;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  margin-bottom: 16px;

}

.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-block__content {
  display: flex;
  gap: 40px;
}

.footer-gap {
  gap: 32px;
}

.footer-block__item {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  text-decoration: none;
  outline: none;
}

.link_border {
  border-bottom: 1px solid #C9CAE3;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-wrap__mail {
  text-decoration: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #0057FA;
  border-bottom: 1px solid #C2C9FF
}

.footer-wrap__date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.btn-primary-block-fra {
  min-width: 197px;
}

.info-item {
  height: auto;
  padding: 24px 32px 32px;
  gap: 32px;
}

.info-item_sub {
  color: #282A66;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
}

.leaderboard-table {
  display: grid;
  grid-template-columns: 70px 372px 189px 189px 189px 189px;
}

.btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 24px;
  background-color: #17F871;
  text-decoration: none;
  border-radius: 12px;
  color: #000B36;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-green:hover {
  background-color: #4CFF94;
  transition: background-color 0.5s;
}

.info-mobile-container,
.info-mobile-container2,
.info-mobile-container3 {
  overflow: visible;
  padding: 50px 16px;
  margin: -50px -16px;
}

.info-mobiles2 {
  justify-content: center;
  align-items: center;
}

.info-items2 {
  max-width: 355px;
}

.leaderboard-subtitle {
  margin-bottom: 48px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hide-desktop {
  display: none;
}


/* ----------------------------------------------- */

.roadmap {
  padding: 80px 16px;
}

.roadmap .container {
  background: url('../image/roadmap/bg.webp') no-repeat center center;
  min-height: 540px;
  border-radius: 64px;
  overflow: hidden;
  max-width: 1392px;
}

.roadmap-content {
  padding: 80px 0;
  text-align: center;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.roadmap-image {
  margin: 0 auto;
}

.roadmap-steps {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
  gap: 8px;
}

.roadmap-steps--wide {
  max-width: 900px;
}

.roadmap-step {
  padding: 32px 10px 32px 20px;
  border-radius: 16px;
  background: #1FB88C;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 204px;
  min-height: 150px;
  position: relative;
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  animation: stepAppear 8s ease-out forwards infinite;
}

.roadmap-step--narrow {
  padding: 30px;
}

.roadmap-step:nth-child(3) {
  background: #948EFF;
}

.roadmap-step:nth-child(5) {
  background: radial-gradient(113.52% 86.12% at 108.17% -1.76%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), radial-gradient(263.17% 118.53% at 4.64% 102.23%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), linear-gradient(0deg, rgba(208, 217, 255, 0.32) 0%, rgba(208, 217, 255, 0.32) 100%), rgba(227, 235, 254, 0.32);
  box-shadow: 0px 0px 36px 2px #16FEFE;
  backdrop-filter: blur(16px);
}


.roadmap-step_text {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: left;
}

.roadmap-arrow {
  opacity: 0;
  transform: translateX(-30px);
  animation: arrowSlide 8s ease-out forwards infinite;
}

@keyframes stepAppear {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  6.25% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  12.5% {
    transform: translateY(-10px) scale(1.05);
  }

  15.625% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  95.5% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
}

.roadmap-step:nth-child(1) {
  animation-name: stepAppearRepeat1;
}

@keyframes stepAppearRepeat1 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  6.25% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  12.5% {
    transform: translateY(-10px) scale(1.05);
  }

  15.625% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  95.5% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
}

.roadmap-step:nth-child(3) {
  animation-name: stepAppearRepeat2;
}

@keyframes stepAppearRepeat2 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  18.75% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  25% {
    transform: translateY(-10px) scale(1.05);
  }

  28.125% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  95.5% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
}

.roadmap-step:nth-child(5) {
  animation-name: stepAppearRepeat3;
}

@keyframes stepAppearRepeat3 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  31.25% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }

  37.5% {
    transform: translateY(-10px) scale(1.05);
  }

  40.625% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  95.5% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
}


@keyframes arrowSlide {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  12.5% {
    opacity: 0;
    transform: translateX(-30px);
  }

  22.5% {
    opacity: 1;
    transform: translateX(0);
  }

  95.5% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}

.roadmap-arrow:nth-child(2) {
  animation-name: arrowSlideRepeat1;
}

@keyframes arrowSlideRepeat1 {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  12.5% {
    opacity: 0;
    transform: translateX(-30px);
  }

  22.5% {
    opacity: 1;
    transform: translateX(0);
  }

  95.5% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}

.roadmap-arrow:nth-child(4) {
  animation-name: arrowSlideRepeat2;
}

@keyframes arrowSlideRepeat2 {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  25% {
    opacity: 0;
    transform: translateX(-30px);
  }

  35% {
    opacity: 1;
    transform: translateX(0);
  }

  95.5% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}

.plans {
  background: url('../image/plans-bg.webp') no-repeat center center;
  min-height: 820px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans .container {
  padding-top: 0;
}

.plans-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  padding-left: 180px;
}

.plan-title,
.plan-subtitle {
  text-align: left;
}

.plan-text {
  max-width: 424px;
  margin-top: 60px;
}

.plan-button {
  margin-top: 40px;
}

.plan-button--mobile {
  display: none;
}

.plan-item-card {
  color: inherit;
  text-decoration: none;
}

.plan-item-card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.plan-item {
  border: 3px solid #FFBD79;
  border-radius: 24px;
  padding: 32px 0px;
  min-width: 314px;
  background: linear-gradient(169deg, #F06C29 18.37%, rgba(240, 108, 41, 0.00) 60.71%), radial-gradient(160.42% 111.24% at 109.33% 92.14%, #FB874E 0%, rgba(251, 135, 78, 0.00) 67.05%), #040F3A;
}

.plan-item_title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}

.plan-item_line {
  display: block;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.20);
  width: 80%;
  height: 1px;
  margin: 0 auto;
}

.plan-item_line:last-of-type {
  margin-top: 24px;
}

.plan-item_number {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 24px;
  text-align: center;
}

.plan-item_number:first-of-type {
  margin-top: 0;
}

.plan-item_number--big {
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(135deg, rgb(88, 88, 88), rgb(255, 255, 255), rgb(172 162 162), rgb(255, 255, 255), rgb(255 255 255));
}

.plan-item_description {
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.plan-limited {
  border-radius: 466px;
  border: 1px solid #FFF;
  background: radial-gradient(98.83% 76.41% at 68.95% 83.54%, #25BBFB 0%, #2C76F5 37.2%, #5A33DA 72.76%, #233076 100%), linear-gradient(143deg, rgba(75, 75, 75, 0.15) 14.1%, rgba(185, 185, 185, 0.15) 29.03%, rgba(140, 140, 140, 0.15) 49.26%, rgba(197, 197, 197, 0.15) 62.51%, rgba(85, 85, 85, 0.15) 86.12%), #000;
  backdrop-filter: blur(21px);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: static;
  max-width: fit-content;
  margin: 24px auto 0;
  padding: 10px 16px;
  transform: none;
}

.plan-bottom {
  margin-top: 12px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000b36;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  background-image: url("../image/svg/loader-btn-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
