body{
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
}

.social_box{
  width:50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  z-index: 101;

}
.social_box img {
  pointer-events: none;
}
#social_row {
  margin-top: 40px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.social_icon{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#countdown{
  height:120px;
  margin-top: auto;
  margin-bottom: auto;
  width:400px;
  border: 3px solid #4c4c4c;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  z-index: 100;
  opacity: 0;
}
.digitBox{
  width:80px;
  height:80px;
  color:red;
  margin-top:10px;
}

.digitbox_headerText{
  color:white;
  font-family: 'Montserrat', 'Arial', sans-serif;
  width:160px;
  text-align: center;
}

#countdown_header{
  height:20px;
  background-color: #4c4c4c;
}

.flexColumn{
display: flex;
flex-direction: column;
}

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

.something-text {

  position: relative;
  font-family: 'Luckiest Guy', 'Impact', sans-serif;
  font-size: 80px;
  display: inline-block;
  background: linear-gradient(to top, #00cfff, #00aaff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 15px;
  text-transform: uppercase;
}

.something-text::before {

  content: 'SOMETHING';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #4a20a0; /* stroke color */
  -webkit-text-stroke: 2px #4a20a0;
  text-shadow:
    -4px -4px 0 #4a20a0,
     4px -4px 0 #4a20a0,
    -4px  4px 0 #4a20a0,
     4px  4px 0 #4a20a0,
     0 0 10px rgba(0,0,0,0.4);
}


.big-text {
  display: block;
  font-family: 'Luckiest Guy', 'Impact', sans-serif;
  font-size: 285px;
  background: url('sparkle.png') repeat;
  background-size: 20%;
  background-position: 0 -20px;  /* 👈 shifts background UP */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px #8b4513;
  height:250px;
  margin-top: 20px;
}
.is-coming {

  position: relative;
  font-family: 'Luckiest Guy', Impact, sans-serif;
  font-size: 77px;
  display: inline-block;
  background: linear-gradient(to top, #f15a24, #fbb040);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 8px;
}

.is-coming::before {

  content: 'is coming';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #b30000; /* stroke color */
  -webkit-text-stroke: 2px #b30000;
  text-shadow:
    -2px -2px 0 #b30000,
     2px -2px 0 #b30000,
    -2px  2px 0 #b30000,
     2px  2px 0 #b30000,
     4px  4px 8px rgba(0,0,0,0.5);
}

.to-solana {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}
#messageBlock{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    will-change: transform;
    text-align: center;
    z-index: 10;
}


/* ********** */
.something-text span {
  display: inline-block;
  background: linear-gradient(to top, #00cfff, #00aaff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0; /* start hidden */
}

.is-coming span {
  display: inline-block;
  background: linear-gradient(to top, #f15a24, #fbb040);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0; /* start hidden */
}

.to-solana span {
  display: inline-block;
  background: linear-gradient(to top, #8a2be2, #4b0082);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0; /* start hidden */
}
/* ********** */

body { 
    height:100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; 
    background: linear-gradient(to bottom, #0C0236 0%, #25136C 50%, #0C0236 100%);
  }

  #centerScreen{
    width:50vw;
    height:100vh;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  canvas {
    position: absolute;
    top: 0;
    left: 0;
display: block;
background: #0C0236;
transition: opacity 2.5s ease-out;
}
.flexRow {
display: flex;
flex-direction: row;
}



img{
width:100%;
}
#solana_box{
bottom: 20px;
left: 20px;
width:60px;

}
#task{
opacity:0;
}

#page_2{
    width: 75vw;
    height: 100vh;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    margin-top: 65px;
}

#page_3{
    width: 75vw;
    height: 100vh;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    background: powderblue;
}
#how_box {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: calc(75vw - 500px);
    height: 400px;
    margin: 20px;
    border-radius: 20px;
    position: relative;
    background-color: white;
    border-radius: 20px;
  }
  
  .how_page {
    flex: 0 0 100%;
    height: 100%;
    width: calc(75vw - 500px);
  }

  #how_slider{
    display: flex;
    flex-direction: row;
    width: max-content;
  }

@media (max-width: 768px) {
  .social_box{
    width:50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 101;
  
  }
  #countdown{
    height:120px;
    top:200px;
    margin-bottom: auto;
    width:400px;
    border: 3px solid #4c4c4c;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    z-index: 100;
    opacity: 0;
  }
  canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
    pointer-events: none; /* if you want clicks to pass through */
  }
  .something-text {

    position: relative;
    font-family: 'Luckiest Guy', 'Impact', sans-serif;
    font-size: 40px;
    display: inline-block;
    background: linear-gradient(to top, #00cfff, #00aaff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 15px;
    text-transform: uppercase;
  }
  .big-text {
    display: block;
    font-family: 'Luckiest Guy', 'Impact', sans-serif;
    font-size: 165px;
    background: url('sparkle.png') repeat;
    background-size: 20%;
    background-position: 0 -20px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 5px #8b4513;
    margin-top: 20px;
    height:135px;
    }
    .to-solana {
      font-family: 'Montserrat', 'Arial', sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: white;
      letter-spacing: 1px;
      }
      .is-coming {
        position: relative;
        font-family: 'Luckiest Guy', Impact, sans-serif;
        font-size: 49px;
        display: inline-block;
        background: linear-gradient(to top, #f15a24, #fbb040);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        letter-spacing: 8px;
        }
        #countdown {
          height: 120px;
          top: 200px;
          margin-bottom: auto;
          width: 80%;
          border: 3px solid #4c4c4c;
          margin-left: auto;
          margin-right: auto;
          background-color: black;
          z-index: 100;
          opacity: 0;
          }

}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}