@import url("menu.css");

:root {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
html,body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  height: 900vh;
}

body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(179, 179, 179);
  border-radius: 2px;
}

#canv {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: calc(100vw - 4px);
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#app {
  /* position: fixed; */
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 4px);
  /* height: 1200vh; */
  /* background-color: #646cff; */
  display: flex;
  flex-direction: column;
  z-index: 105;
  max-width: 100vw;
}
#app>div {
  width: 100%;
  height: 100vh;
}

#load-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: linear-gradient(180deg, #0D0900 0%, #1A1000 49.15%, #0C0800 75.28%, #130C00 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s 0s ease;
}
#load-container.fadeout {
  opacity: 0;
}
#load-container .numbers {
  margin-top: 50px;
  color: #FFFFFF;
  text-align: center;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
#load-container .title {
  padding: 30px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;

  

  text-align: center;
  color: #606060;
}
#loader {
  transform: none;
  transition: all 0.5s 0.4s ease;
}
#load-container .numbers, #load-container .title, #load-container .c2c-logo {
  transition: opacity 0.5s 0s ease-out;
}
#load-container.loaded .numbers, #load-container.loaded .title {
  opacity: 0;
}
#load-container.loaded .c2c-logo {
  opacity: 0;
}
#load-container.loaded #loader {
  transform: translate(0px,313%) scale(0.25);
}

#load-container .start-page {
  display: none;
}
#load-container.start-button .start-page {
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.start-page .start-button {
  width: 60vw;
  height: 60vw;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.8s 0s ease;
}
#load-container.fadein .start-page .start-button {
  opacity: 1;
}
.start-page .start-button svg {
  width: 100%;
  height: 100%;
}







.c2c-logo {
  transform: translate(0, 120px);
}
#path3, #path4 {
  filter: blur(8px) drop-shadow(0px 0px 2px #f00);
  -webkit-filter: blur(10px) drop-shadow(0px 0px 2px #f00);
}
#path1, #path2, #path3, #path4 {
  stroke-dasharray: 660px;
  stroke-dashoffset: -660px; 
}

#el1,#el2,#el3{
  position: fixed;
  left: 10px;
  top: 150px;
  z-index: 1200;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#el2{
  top: 50px;
}
#el3{
  top: 100px;
}

#diag1 {
  z-index: 200;
  position: fixed;
  margin-left: -10vw;
  left: 0;
  top: 119vh;
  width: 120vw;
  height: 100px;
  background-color: rgba(21, 101, 117, 0.2);
  transform: rotate(30deg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#diag2 {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 115vh;
  width: 120vw;
  height: 100px;
  transform: rotate(30deg);
  background-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(7px);
}

canvas[data-engine] {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  z-index: 10;
}

.cta-button {
  display: inline-block;
  padding: 16px 42px;
  /* background-color: rgba(235, 235, 235, 0.2); */
  background-color: #1853E0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
}
.cta-button:hover {
  background-color: #1341ad;
}

.cta-button-new {
  display: inline-block;
  padding: 16px 30px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 16px;
  color: #000000;
  cursor: pointer;
}

.cta-button-new-inverse {
  display: inline-block;
  padding: 16px 30px;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 16px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.buttons {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 1000;
  width: 435px;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.buttons .cta-button {
  /* background-color: rgba(235, 235, 235, 0.2); */
  background-color: #5E5E5E;
  margin-left: 10px;
}
.buttons .cta-button:hover {
  background-color: #4e4e4e;
}
.buttons .scroll-info {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.buttons .scroll-info .text {
  color: #A4A4A4;
}
.buttons .scroll-info {
  opacity: 1;
  transition: opacity 0.3s 0s ease;
}
.buttons .scroll-info.hidden {
  opacity: 0;
}

.first-page {
  position: relative;
  background-color: #000;
}
.first-page.start {
  transition: all 1.5s 0s ease;
  background-color: transparent;
}
.first-page .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  left: 100px;
  max-width: 470px;
}
.first-page .content .label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  /* font-size: 84px; */
  font-size: 36px;
  text-transform: uppercase;
  /* line-height: 80px; */
  line-height: 64px;
  color: #fff;

  margin-bottom: 30px;
}
.first-page .content .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.mr-6 {
  margin-right: 24px;
}

.second-page {
  position: relative;
}
.second-page .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  left: 100px;
}
.second-page .content .label {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 64px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  max-width: 480px;
}
.second-page .content .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 580px;
}

.third-page {
  position: relative;
}
.third-page .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  left: 100px;
}
.third-page .content .label {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 64px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
.third-page .content .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.services-page {
  position: relative;
}
.services-page .blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(255,0,0, 1 ); */
  /* -webkit-mask: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%, rgba(0,0,0,0) 0%); */
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  opacity: 0;
  pointer-events: none;
}
.services-page .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  /* bottom: calc( 200vh + 100px ); */
  left: 100px;
  z-index: 100;
  max-width: 330px;
}
.services-page .content .label {
  font-size: 36px;
  text-transform: uppercase;;
  font-weight: bold;
  line-height: 64px;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}
.services-page .content .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 60px;
}
.about-page .content {
  z-index: 100;
}
.about-page .content .label {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.about-page .content .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 430px
}

#fifth, #sixth, #seventh, #eight {
  position: relative;
}

#fifth .content, #sixth .content, #seventh .content, #eight .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  left: 100px;
}
#fifth .content .label, #sixth .content .label, #seventh .content .label, #eight .content .label {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: left;
}

#ninth .content, #tenth .content, #eleventh .content, #twelveth .content {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  left: 100px;
}
#ninth .content .label, #tenth .content .label, #eleventh .content .label, #twelveth .content .label {
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  text-align: left;
}
#ninth {
  position: relative;
}
/* #ninth>.content {
  width: 423px;
  height: 200px;
  left: auto;
  right: 100px;
  bottom: 180px;
  color: #fff;
}
#ninth .content .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#ninth .content .tab {
  padding: 8px;
  color: rgba(151, 151, 151, 1);
  cursor: pointer;
}
#ninth .content .tab:first-of-type {
  padding-left: 0;
}
#ninth .content .tab.active {
  color: rgba(255,255,255,1);
  /* text-decoration: underline; */
/* }
#ninth .content .section {
  width: 100%;
  display: none;
}
#ninth .content .section.active {
  display: block;
}
#ninth .section .stats {
  width: 100%;
} */ 


.tab-controller .label {
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  text-align: left;
}

.market-data {
  position: relative;
}

.market-data .flex {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .market-data .flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .tab-controller {
    margin-top: 100px;
  }
}

.tab-controller {
  position: static!important;
  width: 423px!important;
  height: 200px!important;
  left: auto!important;
  right: 100px!important;
  bottom: 180px!important;
  color: #fff;
}
.tab-controller .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tab-controller .tab {
  padding: 8px;
  color: rgba(151, 151, 151, 1);
  cursor: pointer;
}
.tab-controller .tab.active {
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.tab-controller .section {
  width: 100%;
  display: none;
}
.tab-controller .section.active {
  display: block;
}
.tab-controller .stats {
  width: 100%;
}
.section .stats .stat {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section .stats .left {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  width: 110px;
}
.section .stats .left span {
  font-weight: 700;
}
.section .stats .bar {
  height: 8px;
  background: rgba(255, 255, 255, 1);
  /* transition: width 0.4s 0s ease; */
}
#ninth .section.price, #ninth .section.days {
  width: 100%;
}
#ninth .price .label, #ninth .days .label {
  font-family: 'Inter', sans-serif;
  color: #fff;
  line-height: 78px;
  font-size: 64px;
}
#ninth .price p, #ninth .days p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(151, 151, 151, 1);
  margin-bottom: 10px;
}

.sales-page .cont {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 100px;
  /* bottom: calc( 200vh + 100px ); */
  left: 100px;
  z-index: 100;
}
.sales-page .cont .label {
  font-size: 36px;
  line-height: 64px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}
.sales-page .cont .description {
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 60px;
  width: 440px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  background: rgba(238, 238, 238, 0.05);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  margin-left: 125px;
  background: url(/images/logo.svg) no-repeat center center;
  background-size: 170px auto;
  width: 170px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
}
.header .menu-action {
  margin-right: 138px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.535em;
  color: #fff;
  padding: 8px;
  cursor: pointer;
}


/* #bgvideo {
  pointer-events: none;
  user-select: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
} */
#bgvideo {
  pointer-events: none;
  user-select: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.about-page .bg canvas {
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 800px) {
  .header .logo {
    margin-left: 25px;
  }
  .header .menu-action {
    margin-right: 15px;
  }
  

  #load-container #loader {
    width: 100%;
    transform: scale(0.44);
    transition: all 0.5s 0.4s ease;
  }
  #load-container.loaded #loader {
    /* transform: translate(0px,313%) scale(0.25); */
    transform: translate(0px,833%) scale(0.25);
  }
  

  #app>div .content {
    max-width: 100%;
    left: 0;
    padding: 10px 20px;
  }
  #app .buttons {
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    width: 100%;
    background-color: rgba(238,238,238, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  #app .buttons .cta-button {
    padding: 18px 24px;
    flex: 1;
    margin: 0;
    text-align: center;
  }
  #app .buttons .cta-button:nth-of-type(1){
    margin-left: 0;
  }
  #app>div .content .label {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  #app>div .content .description {
    font-size: 18px;
    line-height: 28px;
  }
  .sales-page .cont {
    top: 70px;
    bottom: auto;
    left: 30px;
  }

  .second-page .content .description {
    max-width: 360px;
  }

  .services-page .content .description {
    max-width: 320px;
  }

  #app #sixth .content {
    bottom: auto;
    top: 100px;
  }

  .sales-page .cont .label {
    font-size: 38px;
    line-height: 44px;
  }
  .sales-page .cont .description {
    max-width: 330px;
  }

  #app #ninth .content {
    bottom: 120px;
  }
  #ninth .content .tab {
    font-size: 13px;
  }

  #bgvideo {
    pointer-events: none;
    user-select: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 9/16;
  }

  .buttons .scroll-info {
    display: none;
  }
}

/*
.first-page {
  background-color: rgba(255,0,0,0.2) !important;
}
.second-page {
  background-color: rgba(100,200,0,0.2) !important;
}
.third-page {
  background-color: rgba(0,100,100,0.2) !important;
}
.services-page .buying {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(200,100,100,0.2) !important;
}
.services-page .selling {
  position: absolute;
  left: 0;
  top: 100vh;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(100,150,150,0.2) !important;
}
.services-page .sourcing {
  position: absolute;
  left: 0;
  top: 200vh;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(150,100,250,0.2) !important;
}*/

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: col;
}