body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000217;
}

p {
  font-family: 'Roboto', sans-serif;
  color: white;
}

.pageContainer {
  background: url("./image/main_big.jpg");
  background-size: cover;
  max-width: 100%;
  height: 1500px;
  text-align: center;
  background-position: center;
}

.iconContainer {
  position: relative;
  z-index: 99;
  left: 90%;
  padding-top: 15px;
  width: 120px;
}

.signin {
  background: url("./image/signin.png") no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  opacity: 0.7;
}

a .signin:hover {
  background: url("./image/signin_hover.png") no-repeat;
  width: 40px;
  height: 40px;
}

.home {
  background: url("./image/home.png") no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  opacity: 0.7;
}

a .home:hover {
  background: url("./image/home_hover.png") no-repeat;
  width: 40px;
  height: 40px;
}

.contentContainer {
  width: 600px;
  display: inline-block;
  margin-top: 400px;
  position: relative;
  z-index: 99;
}

.logo {
  width: 400px;
}

.textContainer {
  clear: both;
  display: inline-block;
  width: 600px;
}

.mainText {
  font-family: 'Anton', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 55px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px #161616;
}

.subText {
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-shadow: 1px 1px 1px #161616;
}

.buttonContainer {
  display: inline-block;
  margin-top: 40px;
}

.mainButton {
  width: 250px;
  height: 50px;
  background-color: rgba(22, 22, 22, 0.6);
  border: 1px solid #ffffff;
  border-radius: 25px;
  float: left;
  font-size: 24px;
  font-weight: 700px;
}

.mainButton:hover {
  background-color: rgba(22, 22, 22, 0.8);
  border: 1px solid #919bfd;
}

#mainButton2 {
  margin-left: 20px;
}

.signup {
  margin-top: 10px;
}

.signup:hover {
  color: #919bfd;
}

.shop {
  margin-top: 10px;
}

.shop:hover {
  color: #919bfd;
}

i {
  /*   positioning */
  position: absolute;
  opacity: 0;
  /*   gradient   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 1%, rgba(255, 255, 255, 0.38) 32%, rgba(255, 255, 255, 0.45) 64%, rgba(255, 255, 255, 0.4) 86%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 1%, rgba(255, 255, 255, 0.38) 32%, rgba(255, 255, 255, 0.45) 64%, rgba(255, 255, 255, 0.4) 86%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1%, rgba(255, 255, 255, 0.38) 32%, rgba(255, 255, 255, 0.45) 64%, rgba(255, 255, 255, 0.4) 86%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1afefcea', endColorstr='#d6ca20', GradientType=1);
  /* IE6-9 */
  /*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
  width: 30px;
  height: 50px;
  margin-top: -66px;
  transform: skew(-5deg, 0deg);
  -webkit-transform: skew(-5deg, 0deg);
  -moz-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  -o-transform: skew(-5deg, 0deg);
  /*  animating it  */
  animation: move 1s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  -webkit-animation: move 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  -moz-transform: skew(-40deg, 0deg);
  -moz-animation: move 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2s;
  -ms-transform: skew(-40deg, 0deg);
  -ms-animation: move 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 2s;
  -o-transform: skew(-40deg, 0deg);
  -o-animation: move 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 2s;
}

/*  */

@keyframes move {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  5% {
    opacity: 0.5
  }
  48% {
    opacity: 0.3
  }
  80% {
    opacity: 0
  }
  100% {
    margin-left: 80px;
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  5% {
    opacity: 0.5
  }
  48% {
    opacity: 0.3
  }
  80% {
    opacity: 0
  }
  100% {
    margin-left: 80px;
    opacity: 0;
  }
}

@-moz-keyframes move {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  5% {
    opacity: 0.5
  }
  48% {
    opacity: 0.3
  }
  80% {
    opacity: 0
  }
  100% {
    margin-left: 80px;
    opacity: 0;
  }
}

@-ms-keyframes move {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  5% {
    opacity: 0.5
  }
  48% {
    opacity: 0.3
  }
  80% {
    opacity: 0
  }
  100% {
    margin-left: 80px;
    opacity: 0;
  }
}

@-o-keyframes move {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  5% {
    opacity: 0.5
  }
  48% {
    opacity: 0.3
  }
  80% {
    opacity: 0
  }
  100% {
    margin-left: 80px;
    opacity: 0;
  }
}

.sunContainer {
  display: inline-block;
  width: 1500px;
}

.sun {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 1400px;
  margin-left: 35%;
  margin-top: -100px;
  animation-name: spin;
  animation-duration: 35000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
  opacity: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    opacity: 0.25;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.35;
  }
}

.fire {
  width: 70%;
  margin-left: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 9;
}

#particles-js {
  max-width: 100%;
  height: 100%;
}

.count_particles {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .pageContainer {
    background: url("./image/main_bg.jpg");
    background-size: cover;
    max-width: 100%;
    height: 980px;
    text-align: center;
    background-position: center;
  }
  .sun {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 800px;
    margin-left: 30%;
    margin-top: -10px;
    animation-name: spin;
    animation-duration: 35000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
    opacity: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .sun {
    width: 700px;
    margin-left: 30%;
  }
}

@media only screen and (max-width: 1024px) {
  .pageContainer {
    background: url("./image/main_tablet.jpg");
    max-width: 100%;
    height: 1366px;
    background-position: center;
  }
  .iconContainer {
    left: 80%;
  }
  .contentContainer {
    margin-top: 80px;
  }
  .sun {
    width: 700px;
    margin-left: 15%;
  }
  .fire {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 799px) {
  .sun {
    width: 500px;
    margin-left: 5%;
    margin-top: 200px;
  }
}

@media only screen and (max-width: 599px) {
  .pageContainer {
    background: url("./image/main_mobile.jpg");
    max-width: 100%;
    height: 960px;
    background-position: center;
  }
  .iconContainer {
    left: 70%;
  }
  .contentContainer {
    width: 400px;
    margin-top: 40px;
  }
  .logo {
    width: 300px;
  }
  .textContainer {
    width: 400px;
  }
  .mainText {
    font-size: 30px;
  }
  .subText {
    font-size: 18px;
  }
  .mainButton {
    float: none;
    display: inline-block;
  }
  .mainButton:hover {
    background-color: rgba(22, 22, 22, 0.8);
    border: 1px solid #fff495;
  }
  #mainButton2 {
    margin-left: 0px;
    margin-top: 15px;
  }
  .sun {
    display: none;
  }
}

@media only screen and (max-width: 399px) {
  .contentContainer {
    width: 300px;
    margin-top: 40px;
  }
  .textContainer {
    width: 300px;
  }
  .iconContainer {
    left: 65%;
  }
}
