html,
body,
div,
p,
a,
video {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}

li {
  list-style-type: none;
}

body {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: 0;
  font-family: "ADAYWITHOUTSUN";
  text-transform: uppercase;
  font-size: 36px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
  content: url("./02/bkg_01-landscape-reallybig.jpg") url("./02/bkg_02-landscape-reallybig.jpg") url("./02/bkg_03-landscape-reallybig.jpg") url("./02/bkg_04-landscape-reallybig.jpg") url("./02/bkg_05-landscape-reallybig.jpg") url("./02/bkg_01-portrait-reallybig.jpg") url("./02/bkg_01-portrait-reallybig.jpg") url("./02/bkg_02-portrait-reallybig.jpg") url("./02/bkg_03-portrait-reallybig.jpg") url("./02/bkg_04-portrait-reallybig.jpg") url("./02/bkg_05-portrait-reallybig.jpg");
} */

#step1,
#step2,
#step3,
#step4,
#load_wrp,
#my-video,
#step5,
#step6,
#skip_intro {
  display: none;
}

#smLogo {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}

#smLogo img {
  height: 100%;
  width: 45%;
  min-width: 300px;
}

#container {
  width: 100%;
  height: 100%;
  /* margin-left: 4%; */
  text-align: center;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}

.steps {
  width: 100%;
  position: absolute;
  top: 30%;
}

.bout_text {
  color: rgb(242, 224, 200);
  position: relative;
  font-size: 24px;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.text_bg span {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 20px 30px 10px 30px;
  display: inline-block;
}

h1 {
  color: rgb(242, 224, 200);
  margin: 5px auto 3px auto;
  text-align: center;
  line-height: 1em;
  letter-spacing: 2px;
  font-size: 47px;
  font-weight: 900;
}

h2 {
  color: rgb(203, 108, 230);
  /* font-size: 94px; */
  margin: 20px auto 0px auto;
  text-align: center;
  line-height: 1em;
  letter-spacing: 3px;
  font-size: 81px;
  font-weight: 900;
}

h3 {
  font-size: 52px;
  font-weight: lighter;
  text-align: center;
  line-height: 1em;
  margin: 20px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 2px;
  font-weight: 900;
}

.purple_btn {
  box-shadow: inset 0px 1px 0px 0px #efdcfb;
  background-color: rgba(151, 82, 204, 0.9);
  border-radius: 6px;
  border: 1px solid #c584f3;
  display: inline-block;
  cursor: pointer;
  color: rgb(242, 224, 200);
  font-family: "ADAYWITHOUTSUN";
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  padding: 0px 0px 6px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #9752cc;
  margin: 40px 20px 10px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 330px;
  margin: auto;
  margin-top: 40px;
}

.purple_btn:hover {
  background-color: rgba(151, 82, 204, 0.4);
}

.purple_btn:active {
  position: relative;
  top: 1px;
}

.step5 a {
  text-decoration: none;
}

#choose_line {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.btn-wrap {
  display: flex;
  justify-content: space-evenly;
}

#load_wrp {
  -webkit-animation-name: Pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  width: 80%;
  margin-left: 10%;
}

@-webkit-keyframes Pulse {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

/********************* PORTRAIT MEDIUM *********************/

.text_bg h1 span {
  padding: 25px 20px 0px 20px;
}

#step5 .text_bg h1 {
  margin: 0px auto 0px auto;
}

/********************* PORTRAIT SMALL *********************/
body.portrait-small .steps {
  top: 25%;
}

body.portrait-small #smLogo {
  top: 5%;
}

body.portrait-small #smLogo img {
  width: 60%;
}

body.portrait-small h1 {
  font-size: 24px;
  margin: 0px 10px 5px 10px;
  padding: 5px 0px 0px 0px;
}

body.portrait-small h2 {
  font-size: 46px;
  margin: 0px 5px 5px 10px;
  padding: 10px 0px 0px 0px;
}

body.portrait-small h3 {
  font-size: 46px;
  margin: 15px 0px 0px 5px;
  letter-spacing: normal;
}

body.portrait-small .btn-wrap {
  justify-content: space-around;
}

body.portrait-small #step2 h3 {
  font-size: 20px;
  margin: 7px 0px 0px 0px;
}

body.portrait-small #step5 h3 {
  margin: 20px 30px 0px 30px;
}

body.portrait-small .purple_btn {
  margin: 40px 5px 0px 5px;
  padding: 5px 5px;
}

body.portrait-small #step2 .purple_btn.left {
  margin: 40px 5px 0px 5px;
}

body.portrait-small #step2 .purple_btn.right {
  margin: 40px 5px 0px 5px;
}

body.portrait-small #step2 .btn-wrap {
  justify-content: space-evenly;
}

body.portrait-small #step3 h3 {
  font-size: 30px;
  margin: 10px 0px 0px 0px;
}

body.portrait-small #step4 h3 {
  font-size: 30px;
  margin: 10px 0px 0px 0px;
}

body.portrait-small .text_bg span {
  padding: 15px 15px 5px 15px;
}

body.portrait-small #step4 .btn-wrap {
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

body.portrait-small #step4 .purple_btn {
  min-width: 180px;
  justify-content: center;
}

/********************* LANDSCAPE MEDIUM *********************/
body.landscape-medium #step2 h3 {
  font-size: 36px;
  margin: 15px 10px 0px 10px;
}

/********************* LANDSCAPE SMALL *********************/

body.landscape-small .purple_btn {
  padding: 6px 20px;
  margin: 40px 10px 10px 10px;
}

body.landscape-small h3 {
  font-size: 32px;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body.landscape-small #step2 .purple_btn {
  padding: 6px 10px;
}

body.landscape-small #step5 .purple_btn {
  margin: 20px 30px 10px 30px;
}

body.landscape-small .left.purple_btn {
  margin: 40px 0px 10px 5px;
}

body.landscape-small .right.purple_btn {
  margin: 40px 5px 10px 0px;
}

body.landscape-small .btn-wrap {
  justify-content: space-between;
}

body.landscape-small #smLogo img {
  width: 70%;
}

/********************* dust *********************/
#specks {
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}

.speck {
  opacity: 0;
  height: 4px;
  width: 4px;
  background-size: cover;
  position: absolute;
  border-radius: 10px;
  z-index: 9;
}

.img {
  position: absolute;
  height: 100000px;
  width: 100000px;
  top: -8500px;
  left: -8000px;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.7, 0.7);
  animation-name: float;
  animation-iteration-count: infinite;
}

#img-1 {
  opacity: 0.85;
  background: url("dust1.png");
  background-repeat: repeat;
  animation-duration: 600s;
}

#img-2 {
  opacity: 0.4;
  background: url("dust2.png");
  background-repeat: repeat;
  animation-duration: 450s;
}

#img-3 {
  opacity: 0.35;
  background: url("dust3.png");
  background-repeat: repeat;
  animation-duration: 350s;
}

/*ANIMATIONS*/
@keyframes twinkle {
  0% {
    transform: translate(0px, 0px);
  }

  30% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  70% {
    opacity: 0;
  }

  100% {
    transform: translate(175px, 100px);
  }
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(8000px, 4000px);
  }
}

#scene {
  position: fixed;
}

#load_bar_wrp {
  color: #fff;
  width: 50%;
  height: 38px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(151, 82, 204, 1);
  text-shadow: 0px 2px 6px #000000;
  margin: auto;
}

.loadbar {
  -webkit-animation-name: Bar;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  background-color: rgba(203, 108, 230, 0.6);
}

.loadbar_mobile {
  -webkit-animation-name: Bar;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 180, 201, 0.6);
}

@-webkit-keyframes Bar {
  from {
    width: 0%;
  }

  30% {
    width: 40%;
  }

  50% {
    width: 50%;
  }

  60% {
    width: 50%;
  }

  to {
    width: 100%;
  }
}

@media(max-width: 1050px) {
  .btn-wrap {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    margin-top: 20px;
  }

  body.portrait-small #step2 h3,
  body.portrait-small #step3 h3,
  body.portrait-small #step4 h3 {
    font-size: 44px;
    padding-top: 10px;
    margin: auto;
  }

  body.portrait-small #step4 .purple_btn {
    max-width: 317px;
    width: 100%;
    margin: auto !important;
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
  }

  body.portrait-small #step4 .btn-wrap {
    padding: 5px;
  }

  .purple_btn {
    padding: 5px 20px !important;
    margin: 10px;
    width: 300px;
    display: flex;
    justify-content: center;
    margin: 5px auto !important;
    margin-top: 8px !important;
  }

  #next1 {
    margin: auto;
    margin-top: 15px !important;
  }

  body.portrait-small #step2 .purple_btn.left {
    margin: auto;
  }

  #choose_line {
    display: flex;
    flex-direction: column;
  }

}

.ja {
  font-size: 41px !important;
  padding-bottom: 5px;
}

@media (max-width: 425px) {
  .purple_btn {
    width: 250px;
  }
  .ja {
    font-size: 40px !important;
    padding-bottom: 5px;
  }
}

.font-text {
  font-size: 24px !important;
}