/* ALL */

:root {
  color-scheme:dark;
}

body * {
  font-family: "Poppins" ,sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#app-body {
  background-color: rgb(9,9,12);
  margin: 0%;
}

#HomeBody{
  top: 40vw;
  position: absolute;
  width: 100%;
  overflow-x: hidden; 
}

.White {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(5vw,300%);
}

.Gray {
  color: rgb(150,150,150);
  font-size: min(1.7vw,150%);
  font-weight: 400;
}

.BCB {
  background-color: rgb(9, 9, 12);;
}

.BCG {
  background-color: rgb(30,30,35);;
}

/* ALL */
/* HEADER SECTION */

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: rgba(20, 20, 30,0.9);
}

.HRSeparator {
  width: min(.2vw, 2px);
  align-self: center;
  height: min(2vw, 20px);
  background-color: aliceblue;
}

.HRContainer {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 50%;
}

.HRFlex {
  background: none;
  color: white;
  font-size:min(2vw,20px);
  text-align: center;
  font-weight: 600;
  width: 4vw;
  align-content: center;
  cursor:pointer;
  border: none;
  opacity: 0;
  text-decoration: none;
  display: grid;
}

.HRTopBar {
  width: inherit;
  height: .2vw;
  background-color: rgb(90, 170, 250);
  position: absolute;
  top: 0;
  opacity: 0;
}

#HRMid {
  max-width: min(20%,80px);
  position: relative;
  z-index: 8;
 }
 
#TopStylish {
  width: 40vw;
  right: 25%;
  height: 0;
  border-top : 1vw solid rgba(20, 20, 30,.9);
  border-right : 5vw solid transparent;
  border-left : 5vw solid transparent;
  position:absolute;
  display : inline-block;
}

 /* HEADER SECTION */
 /* TOP */ 

#Logo {
  position: fixed;
  z-index: 2;
  height: 20vw;
  max-height: 400px;
  top: 25vw;
  right: -200px;
  opacity: 0;
}

#Banner {
  width: 100%;
  position: fixed;
  z-index: 1;
  opacity: 0;
}

 /* TOP */
 /* MIDDLE */

 #Background0 {
  position: absolute; 
  width: 100%; 
  left: 0; 
  right: 0; 
  top: 0;
  filter: blur(.5vw);
  opacity: .4;
}

#Background1 {
  position: absolute; 
  width: 100%; 
  left: 0; 
  right: 0; 
  top: 0;
  opacity: 0;
}

#Background2 {
  position: absolute; 
  width: 100%; 
  left: 100px; 
  top: 0;
  right: 0;
  opacity: 0  ; 
}

#Background3 {
  position: absolute; 
  width: 100%; 
  left: 0; 
  bottom: 0; 
  right: 0; 
}

.TRI{
  position: absolute;
  display : inline-block;
  height : 0;
  width : 20vw;
  border-bottom : 2vw solid rgb(9,9,12);
  z-index: 8;
  top: -1.9vw;
 }

 .TRIL {
  right: 0%;
  border-left : 7vw solid transparent;
 }

 .TRIR {
  left: 0%;
  border-right : 7vw solid transparent;
 }

.TXTN {
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  opacity: 1;
}

.BTN {
  width: 32vw;
  height: 4vw;
  display: table-cell;
  border: solid #ffff;
  border-width: .25vw.25vw;
  border-radius: 2vw 0px 2vw 0px;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-decoration: 0;
  font-weight: 600;
  font-size: 1.7vw;
  opacity: 0;
  left: -100px;
  position: relative;
  right: auto;
}

.LT {
  left: -200px;
  opacity: 0;
}

.RT {
  left: 200px;
  overflow: hidden;
  opacity: 0;
  text-align: right
}

.TXTContainer {
  position: relative;
  z-index: 5;
  padding: 3%;
  padding-top: 6%;
  padding-bottom: 8%;
}

.NoPointer {
  pointer-events: none;
}

.SFT {
  margin: 0;
  position: relative;
  align-content: center;
}

.SFVal {
  height: 70%;
  font-weight: 700;
  font-size: 60px;
  color: white;
}

.SFTXT {
  color: rgb(180, 180, 180);
  height: 30%;
  font-size: 20px;
}

.SFDiv {
  background-color: rgba(10, 10, 22, 1);
  text-align: center;
  width: 100%;
  z-index: -1;
  position: relative;
  top:6vw;
  opacity: 0;
}

#SFContainer {
  display: grid;
  margin: 0%;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}

/* MIDDLE */

#LLContainer {
  display: flex;
  max-height: 170px;
  height: 20vw;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4%;

}

#FTContainer {
  grid-gap: 10vw;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}

.LinkImage {
  opacity: 0;
  left: -100px;
  right: auto;
  position: relative;
}

.FTSubContainer {
  background: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 40px;
}

.FTGrid {
  font-weight: 600;
  margin: auto;
  width: 60%;
  text-align: center;
  color: white;
}

.FTGridTop {
  font-weight: 600;
  margin: auto;
  width: 60%;
  text-align: center;
  color: white;
  color: rgb(120, 120, 120);
  margin: 1vw;
}

/* ROADMAP */

.RM-Section {
  background-color: rgba(19, 19, 32, 1);
  background-size: cover;
  background-position: center;
  margin-bottom: 6%;
  margin-left: 16%;
  margin-right: 16%;
  margin-top: 0;
  opacity: 0;
}

.RM-Title {
  text-align: center;
  padding: 2%;
  font-size: 50px;
  font-weight: 600;
}

.RM-Content {
  width: 90%;
  height: 70%;
  margin: auto;
  padding:1%
}

.RM-SS {
  margin-bottom: 2%;
  background-color: rgb(5, 5, 8);
}

.RM-SSTitle {
  padding: 20px;
  position: relative;
  z-index: 4;
  background-color: rgb(9, 9, 12);
  cursor:pointer
}

.RM-SSArrow {
  rotate: -90deg; 
  height: 30px; 
  float: right;
}

.RM-SSContent {
  display: grid;
  grid-gap: 20px;
  position: relative;
  padding: 20px;
  margin-top: -100000px;
}

.RM-SS-BoxMain {
  background-color: rgb(9, 9, 12);
  display: flex;
  flex-wrap: wrap;
  padding: 3%;
}