/* ==========================================================================
   General Styles
   ========================================================================== */

@font-face {
  font-family: "Chakra Petch";
  src: url("/fonts/ChakraPetch-Light.woff2") format("woff2"),
    url("/fonts/ChakraPetch-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chakra Petch";
  src: url("/fonts/ChakraPetch-Regular.woff2") format("woff2"),
    url("/fonts/ChakraPetch-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Color Palette */

:root {
  --color-primary: #273f70;
  --color-secondary: #8299c7;

  --color-dark: #000000;
  --color-white: #fff;

  --color--grey: #424955;
  --color--dark-grey: #252535;

  --color-messageError: #ff2840;
  --color-messageSuccess: #009aff;
  --color-fieldError: #ff2840;

  --font-title: "Chakra Petch", sans-serif;
  --font-text: "Chakra Petch", sans-serif;
  --font-bb: "Bebas Neue", sans-serif;
}

/* Main */

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: var(--font-text);
  background: var(--color-dark);
  color: var(--color-white);
  margin: 0;
}

body {
  width: 100%;
}

/* Titles */
h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: 300;
  font-family: var(--font-title);
  line-height: 110%;
  background: linear-gradient(90deg, #b6daff 0%, #fff 45.5%, #505e7d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 9vh;
  margin-bottom: 30px;
}

h2 {
  font-size: 8vh;
  margin-bottom: 20px;
}

h3 {
  font-size: 5vh;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  font-weight: 300;
  font-size: 22px;
  line-height: 160%;
  margin-top: 0px;
}

a {
  text-decoration: none;
  color: var(--color-white);
  transition: 0.2s all;
}

.big-type {
  font-size: 32px;
  line-height: 150%;
  font-family: var(--font-highlight);
}

.color-secondary {
  color: var(--color-secondary);
}

.loading {
  background: var(--color-dark);
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 99999;
}

video {
  width: 100%;
}

.font-highlight {
  font-family: var(--font-highlight);
}

video {
  clip-path: inset(1px 1px);
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

.color-dark {
  color: var(--color-dark);
}

.btn-container {
  display: flex;
}

.gradient-text {
  background: linear-gradient(90deg, #f86bef 30%, #fff 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.giant-text {
  position: absolute;
  color: var(--color-primary);
  font-size: 10vw;
  top: 2%;
  left: 5%;
  display: flex;
  align-items: center;
  font-weight: 200;
}

.giant-text::after {
  content: url("/images/title-arrow.svg");
  position: relative;
  display: flex;
  left: 5%;
  font-size: 0px;
  z-index: 2;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.frosted-bg {
  border-radius: 20px;
  border: 1px solid #19244a;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6.5px);
}

/***********************
        SECTION 1
***********************/

.hero .w-40 {
  align-items: flex-start;
  z-index: 3;
}

section {
  box-sizing: border-box;
}

.hero-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.hero-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.hero .big-type {
  height: 85px;
}

.coming-soon {
  font-size: 12px;
  color: var(--color--white);
  padding: 2px 9px;
  background: #273f70;
  position: absolute;
  top: -8px;
  right: -16px;
  border-radius: 20px;
}

/***********************
        SECTION 2
***********************/

/***********************
        SECTION 3
***********************/

.core-lumia {
  padding: 30px;
  margin: 0px;
}

.core-lumia h2 {
  margin: 0;
  color: var(--color-white);
  background: none;
  background-clip: text;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.blob-bg {
  position: absolute;
  z-index: 1;
}

/***********************
        SECTION 4
***********************/

.indicators {
  left: 2rem;
  top: 0;
  margin: 10vh 0;
  height: 80vh;
  width: 3px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}

.indicator {
  width: 100%;
  background-color: #adadad;
  flex-grow: 1;
  margin: 2px 0;
}

.fourth .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 4rem;
}

.fourth {
  position: relative;
}

.fourth,
.fourth .wrapper {
  height: 100vh;
  width: 100% !important;
  max-width: 1920px !important;
  margin: 0px auto !important;
}

.point article {
  margin-right: auto;
}

.point video {
  height: auto;
}

.feature-text {
  padding: 0px 50px 0px 0px;
  box-sizing: border-box;
  width: 50%;
}
.feature-text .label {
  color: var(--color-secondary);
}

.feature-image:before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: linear-gradient(180deg, #000 0%, #8090aa 59.5%, #000 100%);
  position: absolute;
  top: 10%;
}

.feature-image video {
  width: 100%;
}

/***********************
        SECTION 5
***********************/

.depin-container {
  max-width: 1400px;
}

.depin-cube {
  max-width: 180px !important;
  margin-bottom: 100px;
}

.depin-container p {
  width: 70%;
  margin: 0px auto;
}

/***********************
        SECTION 7
***********************/

.airdrop-text {
  padding-bottom: 50vh;
}

.airdrop-bg {
  position: absolute;
  z-index: 1;
}

/***********************
        SECTION 8
***********************/

.roadmap-container {
  max-width: 1400px !important;
}

.roadmap-items {
  padding: 0px;
  text-align: left;
  position: relative;
}

.roadmap-items::before {
  content: "";
  display: block;
  background: var(--color-white);
  width: 1px;
  height: 81%;
  position: absolute;
  left: 13px;
  top: 11px;
  z-index: 2;
}

.roadmap-items li {
  list-style: none;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.roadmap-items li::before {
  content: url("/images/dot.svg");
  display: block;
  position: absolute;
  border-radius: 40px;
  left: 0;
}

/***********************
        SECTION 9
***********************/

.eight {
  flex-direction: column;
  height: inherit !important;
}

.team-container {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  justify-content: space-between;
  max-width: 1400px;
}

.team-item {
  margin-bottom: 20px;
}

.team-item img {
  width: 100%;
}

.team-details {
  border: 1px solid var(--color--grey);
  background: #040609;
  border-radius: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 15px 0px;
}

.team-details p {
  font-size: 15px;
  margin: 0px;
  line-height: 100%;
  display: flex;
  align-items: center;
  width: 70%;
}

.team-social {
  width: 24px;
  height: 24px;
}

.team-logos img,
.team-social img {
  border: none !important;
  border-radius: 0px;
  transition: 0.3s all;
}

.team-social {
  display: flex;
  border-radius: 4px;
}

.team-social:hover {
  filter: drop-shadow(0px 0px 6px white);
  transition: 0.3s all;
}

.team-social:hover img {
  filter: brightness(5);
}
.team-logos {
  display: flex;
  justify-content: center;
}

.team-logos img {
  width: 50%;
  max-width: 100px;
  background: none;
}

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

.team-details a,
.team-details p {
  margin: 0px;
}

/***********************
        SECTION 10
***********************/

.partner-highlight {
  border-bottom: 1px solid var(--color--grey);
  width: 70%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  padding-bottom: 30px;
}

.partners {
  margin-top: 3vh;
  grid-template-columns: 18% 18% 18% 18% 18%;
  justify-content: space-between;
  align-items: center;
}

.partners a {
  margin-bottom: 40px;
}

.partners img {
  width: 100%;
}

/***********************
        SECTION 11
***********************/

.testimonials {
  width: 100%;
  max-width: 900px;
  margin-top: 5vh;
}

.quote {
  border: 1px solid var(--color--grey);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 24px;
  margin: 5px 40px;
}

.quote p {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.quote img {
  max-width: 100px;
}

.quote .author {
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.quote .role {
  color: var(--color--grey);
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.slick-dots {
  display: flex !important;
  padding: 0px;
  margin: 0px;
}

.team-slick-controls,
.testimonials-slick-controls {
  display: flex !important;
  margin-top: 30px;
  align-items: center;
  width: 200px;
  justify-content: space-between;
  height: 25px;
}

.team-slick-controls button,
.testimonials-slick-controls button {
  background: none;
  border: none;
}

.team-slick-dots-container,
.testimonials-slick-dots-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  list-style: none;
  background: #ffffff40;
  border-radius: 40px;
  display: flex;
  width: 6px;
  height: 6px;
}

.slick-dots .slick-active {
  background: #ffffff;
  width: 12px;
  height: 12px;
}

.team-slick-dots-container .slick-dots,
.testimonials-slick-dots-container .slick-dots {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.slick-dots li button,
.slick-arrow {
  font-size: 0px;
  cursor: pointer;
  margin: 0px 5px;
}

.slick-arrow:before {
  content: "\e902";
  font-family: "lumia" !important;
  display: flex;
  margin-left: 5px;
  transition: 0.2s all;
  font-size: 12px !important;
  color: #ffffff40;
}

.slick-arrow:hover:before {
  color: #ffffff;
}

.slick-prev {
  transform: rotate(180deg);
}

#pdfRenderer {
  height: 80vh;
  margin: 10vh 0px 20vh 0px;
}

.pdf-render {
  flex-direction: column;
}

.pdf-render footer {
  width: 100%;
}

.terms {
  height: inherit !important;
}

.blockbits {
  background: url("/images/bb-bg.jpg") no-repeat;
  background-size: cover;
}

.blockbits footer {
  left: 5% !important;
}

.bb-phones {
  max-width: 650px;
}

.btn-bits {
  background: #61f6ff;
  color: var(--color-dark);
  max-width: 200px;
}

.bb-content {
  margin-top: -200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bb-content img {
  margin-bottom: 20px;
}

.mt-10vh {
  margin-top: 10vh !important;
}

.xmass h1,
h2,
h3,
h4 {
  font-family: var(--font-bb);
  color: #ffffff;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #ffffff;
}

.xmass h1 span,
h2 span,
h3 span,
h4 span {
  font-family: var(--font-bb);
  color: #61f6ff;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #61f6ff;
}

.xmass p {
  margin: 0px;
}

.xmass h1 span {
  font-size: 72px;
}

.xmass h1 {
  font-size: 120px;
}

.xmass h2 {
  font-size: 72px;
}

.xmass section {
  height: inherit !important;
}

.xmass .intro {
  max-width: 1200px;
  width: 70%;
  margin-top: 100px;
}

.xmass .intro p {
  max-width: 600px;
  text-align: center;
}

.xmass .intro h1 {
  text-align: center;
  line-height: 72%;
}

.xmass .intro span {
  color: #ffffff !important;
}

.xmass .intro h1,
.xmass .intro p {
  z-index: 2;
}

.bb-logo {
  max-width: 300px;
  margin: 2% 0px;
}

.main-img {
  width: 100%;
  object-fit: contain;
  margin-top: -20px;
  z-index: 1;
}

.xmass .third {
  position: relative;
}

.hero-cta {
  display: flex;
  align-items: center;
  margin-top: -50px;
}

.hero-cta img {
  max-width: 100px;
  margin: 0px 10px;
}

.xmass .second {
  background: url("/images/xmass-second.jpg") no-repeat;
  background-position: center center;
  height: 100vh !important;
}

.xmass .second .container {
  max-width: 1200px;
  width: 70%;
  margin-top: 100px;
  margin: 50px auto;
  padding: 10vh 0;
}

.small-text {
  font-size: 16px;
  width: 60%;
}

.date {
  display: flex;
  align-items: center;
  border: 1px solid var(--color--grey);
  padding: 20px;
  border-radius: 40px;
  font-size: 20px;
  margin-top: 20px;
}

.date img {
  margin-right: 10px;
}

.xmass .third {
  background: url("/images/xmass-third.jpg") no-repeat;
  background-position: center center;
}

.last-section {
  height: 120vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  align-items: center;
  padding-bottom: 15vh;
}

.last-section h1,
.last-section p {
  text-align: center;
  margin: 0px;
  line-height: 100%;
}

.last-section h1 {
  padding-top: 330px;
}

.last-section p:first-child {
  margin-bottom: 20px !important;
}

.last-section a {
  margin-top: 30px;
}

.details-text {
  position: absolute;
  top: 20vh;
  text-align: center;
  max-width: 560px;
  left: calc(50% - 280px);
}

.xmass footer {
  width: 100%;
  z-index: 3;
}

.xmass footer a {
  color: var(--color-white);
}

.xmass header a {
  color: var(--color-white);
}

.gift-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 580px;
  left: calc(50% - 290px);
}

.gift-text {
  z-index: 3;
  text-shadow: 0px 0px 20px #0000004b;
}

.telegram-text {
  border: 1px solid var(--color--grey);
  width: 500px;
  bottom: 20%;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background: rgba(4, 6, 9, 0.295);
  margin-top: 200px;
}

.telegram-text p {
  font-size: 16px;
  line-height: 140%;
  margin-left: 20px;
}

.bit-bit {
  width: 100%;
  object-fit: contain;
  display: none;
}

.xmass a {
  color: #61f6ff;
}

.xmass a:hover {
  opacity: 0.6;
}

.xmass .btn {
  color: var(--color-dark);
}
