@charset "UTF-8";
html, body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px !important;
  line-height: 26px !important; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #0101d0;
  position: relative; }

.main {
  flex-grow: 1;
  position: relative;
  z-index: 2; }

a {
  text-decoration: none;
  cursor: url("../images/cursor.svg"), pointer !important; 
  color: #3434DA; }

ul {
  list-style: none; }

button {
  cursor: url("../images/cursor.svg"), pointer !important; }

.active {
  display: block !important; }

.hide {
  display: none !important; }

.container-big, .container-page {
  max-width: 1440px;
  padding: 0 16px;
  margin: 0 auto; }
  
.container-page > h1 {
    font-size: 1.5em;
}

.container-page > p {
    margin: 2em 0;
}

.container-page > .small {
    color: #ffffff80;
}

.container-page > ul {
    list-style: disc;
    padding-left: 3em;
    margin-bottom: 2em;
}

.container {
  max-width: 1024px;
  padding: 0 16px;
  margin: 0 auto; }

.btn {
  display: block;
  color: #fff;
  background: #3434DA;
  border-radius: 12px;
  padding: 20px 0px;
  box-shadow: 0px 2px 0px #191998;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  transition: all 0.2s linear;
}

.btn:hover {
  background: #191998; 
  box-shadow: 0px 2px 0px #0e0e79; }

.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif; }

.bg {
  position: absolute;
  height: 1325px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-top {
  left: 0;
  right: 0;
  top: 0; }

.bg-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  background-position: bottom center; }

.inner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, #0101d0 0%, rgba(1, 1, 208, 0) 100%); }

.header {
  position: relative;
  z-index: 1; }

.header__inner {
  overflow: hidden; }

.header__nav {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px; }
  
.header__page_nav {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social {
  display: flex;
  justify-content: space-between;
  gap: 24px; }

.social__item-icon {
  width: 32px;
  height: 32px;
  opacity: 0.7;
 }
.social__item-icon:hover {
  opacity: 1;
}

.header__bottom {
  position: relative;
  text-align: center; }

.image-moon {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }

.header__title {
  position: relative;
  z-index: 1; 
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300; }

.header__subtitle {
  color: #6CB7D5;
  margin: 32px 0;
  position: relative;
  z-index: 1; }

.header__btn {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 300px;
  margin-bottom: 8px; }

.header__agreement {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 300px;
  margin-bottom: 44px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8)
}

.slider-container {
  padding: 0 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 130px; }

.slider-slide {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  text-align: center; }

.slider-img {
  display: block;
  margin-bottom: 16px; }

.slider-text {
  font-size: 14px;
  text-align: center;
  color: #fff; }

.slider-arrow {
  cursor: url("../images/cursor.svg"), pointer !important; }

.slider-arrow.swiper-button-prev {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%); }

.slider-arrow.swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%); }

.slider-arrow.swiper-button-next:hover, .slider-arrow.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4); /* Darker background on hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow effect */
  }

.slider-arrow.swiper-button-prev:after {
  display: none; }

.slider-arrow.swiper-button-next:after {
  display: none; }

.info__inner {
  padding: 64px 0; }

.info-box {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap; }

.info__item {
  max-width: 480px;
  border-radius: 16px;
  display: flex;
  gap: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.2); }

.info__item-img {
  width: 82px;
  height: 72px; }

.info__item-title {
  margin-bottom: 24px; }

.toPlay__inner { 
  padding: 64px 0; }

.toPlay-box {
  display: flex;
  justify-content: space-between; }

.toPlay-box__item {
  width: 50%; }

.toPlay-box__item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 64px; }

.toPlay-box__item-right {
  display: flex; }

.toPlay__title {
  margin-bottom: 32px; }

.toPlay__text {
  width: 100%;
  margin-bottom: 32px; }

.toPlay__btn {
  padding: 14px;
  max-width: 240px; }

.toPlay__img {
  display: block; }

.features__inner {
  padding: 64px 0; }

.features-box {
  display: flex;
  justify-content: space-between; }

.features-box__item {
  width: 50%; }

.features-box__item-left {
  display: flex;
  justify-content: center;
  padding: 64px 0; }

.features-box__item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px; }

.features__title {
  margin-bottom: 32px; }

.features__text {
  margin-bottom: 32px; }

.features__btn {
  max-width: 240px;
  padding: 14px; }

.roadmap__inner {
  }
  
.roadmap__title {
  text-align: center; }

.partners-media__inner {
    margin: 32px 0;
    text-align: center;
}

.timeline {
  padding-bottom: 64px; }

.timeline > ul {
  padding: 64px 0; }

.timeline > ul > li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 64px;
  background: #fff; }

.timeline > ul > li:last-child {
  background: linear-gradient(#fff, rgba(225, 225, 225, 0.1)); }

.timeline > ul > li > .text {
  position: absolute;
  top: -7px !important; }

.timeline > ul > li:nth-child(odd) .text {
  right: -80px !important; }

.timeline > ul > li:nth-child(even) .text {
  left: -80px !important; }

.timeline > ul > li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1; }

.timeline > ul > li:nth-child(odd) div {
  right: 512px; }

.timeline > ul > li:nth-child(even) div {
  left: 32px; }

.timeline > ul > li > .timeline__item {
  position: relative;
  margin-top: -22px;
  bottom: 64px;
  width: 480px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2); }

.timeline-top {
  display: flex;
  justify-content: space-between; }

.timeline-top > span {
  padding: 13px 24px; }

.timeline-top__title {
  display: block;
  padding: 16px 24px;
  background: linear-gradient(90deg, #FFAA00 0%, #6A54DA 69.5%);
  border-radius: 24px 0px; }

.timeline__list {
  list-style: disc;
  padding: 24px 50px; }

.timeline__list-item span {
  color: #6CB7D5; }

.timeline__list-item::marker {
  color: #6CB7D5; }

.timeline__list-item {
  line-height: 26px; }

.timeline__bottom-text {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-weight: 100;
  color: #fff; }

.footer, .footer-page {
  position: relative;
  z-index: 2; 
}

.footer-page {
    background-color: #0101d0;
}

.footer__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2); ;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer__link {
  color: #ACC1D9;
  font-size: 14px; }

.modal {
  display: none;
  position: fixed !important;
  z-index: 100 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #fff;
  margin: 90px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1024px;
  border-radius: 16px; }

.modal__inner {
  padding: 20px 20px 20px 0px;
  overflow: scroll;
  overflow-x: hidden;
  color: #000;
  height: 700px; }

.modal__inner::-webkit-scrollbar {
  width: 12px; }

.modal__inner::-webkit-scrollbar-track {
  background: none; }

.modal__inner::-webkit-scrollbar-thumb {
  background-color: #CCCCCC80;
  border-radius: 20px;
  width: 12px; }

.close1,
.close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close1:hover,
.close1:focus, 
.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.modal__inner h1 {
  color: #0D1421;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px; }

.modal__inner h2 {
  color: #0D1421;
  font-size: 18px;
  font-weight: 500;
  margin: 32px 0; }

.modal__inner p {
  margin: 16px 0; }

.modal__inner ul {
  padding: 0 0 0 48px;
  margin-bottom: 8px; 
}
.modal__inner li {
  list-style:disc;
  margin-bottom: 8px;
}

.small {
  font-size: 14px;
  color: #0101d080;
}

.modal-btn {
  font-size: 16px;
  line-height: 26px;
  padding: 14px;
  text-align: center;
  width: 240px;
  margin: 20px auto;
  margin-bottom: 0;
  border: none; }

@media(max-width:1024px) {
  .info-box {
    flex-direction: column;
    align-items: center; }

  .toPlay-box {
    flex-direction: column;
    align-items: center; }

  .toPlay-box__item {
    width: 100% !important; }

  .toPlay-box__item-left {
    width: 90%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px; }

  .toPlay__text {
    text-align: center; }

  .toPlay__btn {
    width: 240px; }

  .toPlay-box__item-right {
    display: flex;
    justify-content: center; }
    
  .features__inner {
      padding: 64px 0 0;
  }

  .features-box {
    flex-direction: column-reverse;
    align-items: center; }
    
  .features-box__item {
    width: 100% !important; }

  .features-box__item-right {
    width: 90%;
    padding: 0;
    flex-direction: column;
    align-items: center; }

  .features__text {
    text-align: center; }

  .features__btn {
    width: 240px; }

  .features-box__item-left {
    display: flex;
    justify-content: center; }
    
  .timeline > ul > li {
    padding-top: 56px;
    margin-bottom: 56px; }

  .timeline > ul > li > .timeline__item {
    z-index: 3;
    bottom: 0;
    background: #3434DA; }
    
  .timeline > ul > li > .text {
    top: -32px !important;
    width: 80px; }

  .timeline > ul > li:nth-child(odd) div {
    right: 50%;
    transform: translateX(-50%); }

  .timeline > ul > li:nth-child(even) div {
    left: 50%;
    transform: translateX(-50%); }

  .timeline-top {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 0; }

  .timeline > ul > li:nth-child(odd) .text {
    right: 50% !important;
    transform: translate(60%); }

  .timeline > ul > li:nth-child(even) .text {
    left: -50% !important;
    transform: translate(-40%); }

  .timeline__bottom-text {
    font-size: 30px;
    line-hight: 20px; }

  .timeline__list {
    padding: 70px 50px 50px 50px; }
    
  .modal-content {
    width: 90%; }
}

@media(max-width:960px) {
    
  .image-moon {
    object-fit: fill;
    width: 60%; }

  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    
  .modal-content {
    width: 90%; }
}

@media(max-width:768px) {
  .logo {
    display: none; }
    
  .header__nav {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px; }

  .header__title > img {
    object-fit: fill;
    width: 100%; }

  .header__btn {
    width: 100%; }

  .image-moon {
    object-fit: fill;
    width: 60%; }
    
  .slider-img {
    height: 118px;
    width: 118px; }
    
  .slider-arrow {
    display: none; }

  .info {
    padding-bottom: 32px; }

  .info__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; }

  .toPlay-box__item-right {
    flex-direction: column; }

  .features__inner {
    padding: 0; }




  .roadmap__inner {
    padding: 0; }

  .timeline > ul > li > .timeline__item {
    width: 320px; }
    
  .timeline__list-item {
    line-height: 24px; }

  .timeline-top__title {
    font-size: 14px; }

  .timeline__list {
    padding: 90px 50px 50px 50px; }

  .timeline > ul > li {
    margin-bottom: 56px; }

  .timeline__list-item {
    line-height: 20px; }


  .modal__inner {
    height: 90%; }

  .modal-content {
    width: 90%; }
}

@media(max-width:480px) {
  .image-moon {
    object-fit: fill;
    width: 100%; }
}