* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#landing {
  position: relative;
  height: 100vh;
  background: #030005;
}

#landing .landing {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.landing {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.landing .landing-contant {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.landing .landing-contant h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #030005;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #ff005a;
  letter-spacing: -20px;
    opacity: .5;
}


.landing .landing-contant h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #8400ff;
  letter-spacing: 13px;
  margin: 0;
}
.landing .landing-contant img{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
}

.landing a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #ff005a;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.landing a:hover {
  color: #8400ff;
}

svg.loader {
    width: 100px;
    height: 80px;
    display: inline-block;
}

.socialmedia a {
    border: none;
    padding: 0px 5px;
}

.socialmedia svg {
  width: 30px;
  height: 30px;
    fill: white;;
     transition: 0.3s;
}

.socialmedia a:hover{opacity: 1;}
.socialmedia a:hover svg {
  fill: #ff005a;
}


@media only screen and (max-width: 1023px) {
  .landing .landing-contant h1 {
      font-size: 170px;
  }
}
@media only screen and (max-width: 767px) {
    .landing .landing-contant h1 {
        font-size: 110px;
    }
     .landing .landing-contant img{
        width: 360px;
    top: 62px;}
    .landing .landing-contant {

    margin-bottom: -50px;

}
}

@media only screen and (max-width: 480px) {
  .landing .landing-contant h1 {
      font-size: 90px;
  }
    .landing .landing-contant img{
        width: 200px;
    top: 75px;}
}
