/* 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;
}

.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 {
  background-color: #000b36;
  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: 0;
  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: 60px 0px 140px 0px;
}

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

.main-dashboard {
  background-color: #000b36;
  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: 56px;
}

.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-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);
  padding: 14px 22px;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 32px;
  position: absolute;
  top: -20px;
  left: 20px;
}

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

.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;
}

.profits {
  background-color: #f9f9fc;
  padding: 50px 0px;
}

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

.profits-content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.profits-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 262px;
  height: auto;
}

.profits-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.profits-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0b0835;
  margin: 0;
}

.profits-text-second {
  color: #0B0835;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
}

.info {
  background-color: #f9f9fc;
  padding: 80px 0px;
}

.info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1c1e4e;
  margin-bottom: 80px;
}

.info-title br {
  display: none;
}

.info-one {
  display: grid;
  grid-template-columns: 519px 195px 358px;
  gap: 24px;
  margin-bottom: 24px;
}

.info-two {
  display: grid;
  grid-template-columns: 280px 215px 577px;
  gap: 24px;
}

.info-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 24px;
}

.info-item {
  padding: 24px 32px 24px 32px;
  border-radius: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 224px;
}

.info-item-last {
  flex-direction: row;
  max-width: 664px;
  margin: 20px auto 0;
}

.info-item_image {
  align-self: center;
}

.info-item_text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #282a66;
}

.leaderboard {
  padding: 80px 0px;
}

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

.leaderboard-header {
  display: contents;
  border-bottom: 2px solid #282a66;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #b9badb;
}

.leaderboard-row {
  display: contents;
}

.leaderboard-cell {
  padding: 24px 16px;
  border-bottom: 2px solid #282a66;
  display: flex;
  align-items: center;
}

.leaderboard-cell-fl {
  padding: 24px 8px;
}

.board-image {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leaderboard-cell__image {
  width: 10px;
  height: 10px;
}

.leaderboard-cell__avatar {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.leader-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #f9f9fc;
}

.leader-green {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: right;
  color: #17f871;
}

.leader-number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: right;
  color: #f9f9fc;
}

.leader-right {
  text-align: right;
  justify-content: center;
}

.board-text {
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: #f9f9fc;
}

.leader-center {
  justify-content: center;
}

.leader-wrapper-crown-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 39px 10px #DAC93559;
  background: #BAA700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DAC935;
}

.leader-wrapper-crown-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px 6px #D8D8D833;
  background: #868686;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
}

.leader-wrapper-crown-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 19.9px 0px #594B0059;
  background: #594B00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9F7300;
}

.leaderboard-row.hidden {
  display: none;
}

.sections-wrapper {
  background:
    url('../image/svg/bg-glow-2.svg') no-repeat top right,
    url('../image/svg/bg-glow.svg') no-repeat bottom left;
}

.trade {
  background-color: #F9F9FC;
  padding: 80px 0px;
}

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

.leaderboard-title br {
  display: none;
}

.trade-wrapper {
  max-width: 1120px;
  height: 420px;
  background-image: url('../image/container2.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding-top: 104px;
  padding-left: 80px;
}

.trade-text {
  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: 40px;
}

.trade-text--small {
  font-size: 42px;
  line-height: 50px;
  max-width: 450px;
}

.trade-text_btn {
  max-width: max-content;
}

.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;
}

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


.statistic {
  background-color: #000B36;
  padding: 50px 0px;
}

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

.statistic-content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.statistic-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 262px;
  height: auto;
}

.statistic-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.statistic-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}

.statistic-text-second {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 4px;
}

.swiper-pagination3 {
  display: none;
}

.text-dop-color {
  color: #B9BADB;
}

.leaderboard-cell__tariff-mobile,
.leaderboard-cell__profit-mobile {
  display: none;
}

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

.traderoom {
  padding: 80px 0px;
}

.traderoom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.traderoom-title {
  margin-bottom: 80px;
  max-width: 930px;
  margin: 0 auto;
}

.traderoom-subtitle {
  margin-top: 16px;
  max-width: 704px;
}

.traderoom__video {
  width: 100%;
  max-width: 1228px;
  margin: 48px auto 0;
  display: none;
}

.traderoom__image {
  width: 100%;
  max-width: 1228px;
  margin: 48px auto 0;
  display: block;
}

.traderoom__video-container {
  width: 100%;
  height: 90vh;
  min-height: 300px;
  max-height: 832px;
  overflow: hidden;
  border-radius: 16px;
}

.traderoom__video iframe {
  width: 100%;
  height: 100%;
}

.traderoom__button {
  margin-top: 48px;
}

.traderoom__button a {
  min-width: 240px;
}

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

.roadmap {
  padding: 80px 16px;
}

.roadmap .container {
  background: url('../image/roadmap/bg.webp') no-repeat center center;
  min-height: 730px;
  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: 1214px;
  margin: 0 auto;
  gap: 8px;
}

.roadmap-step {
  padding: 42px;
  border-radius: 16px;
  background: linear-gradient(0deg, #D8FF6A 0%, #D8FF6A 100%), #F9F1FE;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 246px;
  position: relative;
}

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

.roadmap-step:nth-child(3) {
  background: linear-gradient(0deg, #F5CEFF 0%, #F5CEFF 100%), #E3EBFE;
}

.roadmap-step:nth-child(5) {
  background: linear-gradient(0deg, #A2FFD0 0%, #A2FFD0 100%), #E3EBFE;
}

.roadmap-step:nth-child(7) {
  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, #D0D9FF 0%, #D0D9FF 100%), #E3EBFE;
  box-shadow: 0px 0px 36px 2px #16FEFE;
}

.roadmap-step_number {
  border-radius: 16px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 32px;
  height: 32px;
}

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

.roadmap-step_subtext {
  color: #000B36;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.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: center;
  justify-content: center;
  padding-left: 180px;
}

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

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

.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: 36px;
  line-height: 44px;
  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 {
  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;
}

.academy-swiper {
  display: none;
}

.academy-slide_text {
  color: #282A66;
}

.swiper-pagination {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: rgba(0, 0, 0, 0.12) !important;
}

.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);
  }
}
