@import url('https://fonts.googleapis.com/css?family=Baloo+Thambi');

html {
  background-color:black;
  background:#14131B url(./images/fshark-bg.jpg) top center no-repeat;
  background-size: cover;
  color: white;
  overflow: hidden;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
		  font-size: medium;
}
/* End Mobile version */
h1.logo{
    text-indent: -200086px;
    margin: auto;
    width: 420px;
    height: 384px;
    right: 86px;
    bottom: 86px;
    background: transparent url(./images/fshark-logo.png);
    position: absolute;
    z-index: 100;
}
.links {
    font-family:monospace;
    z-index: 820;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: center;
    color:black;
}
.links a {
    color: white;
    opacity: 0.5;
    text-decoration:none;
}
.links a:hover {
    opacity: 0.8;
    text-decoration:underline;
}

/* logo-glow */
.glow-container p {
    font-size: 284px;
    color: cyan;
    z-index: 99;
    position: absolute;
    bottom: -161px;
    right: 219px;
}
.glow-container span {
        will-change: scale;
        transition: 0.9s ease;
        position: relative;
        display: inline-block;
        transform: scale(1);
      }
      .glow-container span:after {
        content: "";
        position: absolute;
        transform: scaleX(-1) rotateZ(130deg) skewY(30deg);
        bottom: -100px;
        transition: 0.9s ease;
        left: 0;
        color: inherit;
      }
      
      .glow-container span:nth-child(1) {
        text-shadow: 3px 0px 10px cyan;
        color: cyan;
      }
      .glow-container span:nth-child(1):after {
        content: "W";
        filter: blur(var(--blur-1));
      }
/* end glow logo */

/* start text glow */
.text-container{
    color: transparent;
    font-family: 'Baloo Thambi', cursive;
    font-size: 86px;
    position: absolute;
    z-index: 111;
    bottom: 53px;
    right: 196px;
    letter-spacing: -14px;
    font-style: italic;
}
.text-container > span {
    text-transform: uppercase;
    animation: glow 2s ease-in-out infinite;
  }
  
  @keyframes glow {
    0%, 100% {
      color: #FFF;
      text-shadow: 0 0 10px cyan, 0 0 50px cyan, 0 0 100px cyan;
    }
    
    10%, 90% {
      color: transparent;
      text-shadow: none;
    }
  }
  
  .text-container > span:nth-child(2) {
      animation-delay: 0.25s;
  }
  
  .text-container > span:nth-child(3) {
      animation-delay: 0.5s;
  }
  
  .text-container > span:nth-child(4) {
      animation-delay: 0.75s;
  }
  
  .text-container > span:nth-child(5) {
      animation-delay: 1s;
  }
  
  .text-container > span:nth-child(6) {
      animation-delay: 1.25s;
  }
  
  .text-container > span:nth-child(7) {
      animation-delay: 1.5s;
  }
  /* end tex-glow */

.fshark-bg-video{
    width: auto;
    height: 100vh;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-aspect-ratio: 21/9), screen and (min-width: 2560px) {
    .fshark-bg-video {
        width: 100vw;
        height: auto;
    }
}
/* Social Container */
.social-container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100px;
    width: 100vw;
    position: absolute;
    z-index: 205;
    left: 0;
    bottom: 10px;
  }
  #apple,
  #twitter,
  #github,
  #facebook {
    font-size: 3em;
    background-color: #18191f;
    color: #fff;
    box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
      2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
      inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
      inset 2px 2px 10px #00000080;
    border-radius: 20px;
    padding: 11px 19px;
    margin: 0 0 0 30px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
      0 0 200px #0072ff;
  }
  #twitter {
    animation-delay: 0.3s;
  }
  #facebook {
    animation-delay: 0.7s;
  }
  #github {
    animation-delay: 0.1s;
  }
  
  @keyframes animate {
    from {
      filter: hue-rotate(0deg);
    }
    to {
      filter: hue-rotate(360deg);
    }
  }
/* End Soocial Container */

/* Start Scroll */
.slider-container{
    --e-transform-rotateZ: 390deg;
    position: absolute;
    z-index: 50;
    right: 270px;
    bottom: 689px;
    overflow: hidden;
    border-radius: 0 105px 40px 0;
}
.slider-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .slider {
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,0) 100%);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 190px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1960px;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .slider .slide {
    height: 100%;
    width: auto;
    margin: 0 50px
  }
/* End Scroll */


.error {
  text-align: center;
  font-family: 'Gilda Displsay', serif;
  
  text-align: center;
  width: 100%;
  height: 120px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: 0;
  -webkit-animation: noise-3 1s linear infinite;
          animation: noise-3 1s linear infinite;
  overflow: default;
}

body:after {
  content: 'fShark';
  font-family: 'Courier New', Courier, monospace;
  font-size: 100px;
  
  text-align: center;
  width: 550px;
  margin: auto;
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 35%;
  opacity: 0;
  color: white;
  -webkit-animation: noise-1 .2s linear infinite;
          animation: noise-1 .2s linear infinite;
}
body:before {
  content: 'fShark';
  font-family: 'Courier New', Courier, monospace;
  font-size: 100px;
  
  text-align: center;
  width: 550px;
  margin: auto;
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 35%;
  opacity: 0;
  color: white;
  -webkit-animation: noise-2 .2s linear infinite;
          animation: noise-2 .2s linear infinite;
}

.info {
  text-align: center;
  width: 200px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 280px;
  bottom: 0;
  left: 20px;
  right: 0;
  -webkit-animation: noise-3 1s linear infinite;
          animation: noise-3 1s linear infinite;
}

.info:before {
  content: 'Games';
  font-family: 'Courier New', Courier, monospace;
  font-size: 100px;
  text-align: center;
  width: 800px; 
  margin: auto;
  position: absolute;
  top: -220px;
  bottom: 0;
  left: -200px;
  right: 100px;
  opacity: 0;
  color: white;
  -webkit-animation: noise-2 .2s linear infinite;
          animation: noise-2 .2s linear infinite;
}

.info:after {
  content: 'Games';
  font-family: 'Courier New', Courier, monospace;
  font-size: 100px;
  text-align: center;
  width: 800px;
  margin: auto;
  position: absolute;
  top: -220px;
  bottom: 0;
  left: -200px;
  right: 0;
  opacity: 0;
  color: white;
  -webkit-animation: noise-1 .2s linear infinite;
          animation: noise-1 .2s linear infinite;
}

@-webkit-keyframes noise-1 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: -6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: 2px;}
}

@keyframes noise-1 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: -6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: 2px;}
}

@-webkit-keyframes noise-2 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: 6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: -2px;}
}

@keyframes noise-2 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: 6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: -2px;}
}

@-webkit-keyframes noise {
  0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}  
  4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@keyframes noise {
  0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}  
  4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@-webkit-keyframes noise-3 {
  0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
}

@keyframes noise-3 {
  0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
}

.wrap {
  top: 30%;
  left: 25%;
  
  height: 200px;
  
  margin-top: -100px;
  position: absolute;
}
code {
  color: white;
}
label.blue {
  color: #48beef;
}
label.comment {
  color: #7f8c8d;
}
label.orange {
  color: #0ff;
}
label.green {
  color: #33cc33;
}

.viewFull {
  font-family:'Oxygen';
  color:orange;
  text-decoration:none;
}

@media only screen and (min-height: 500px) {

    .viewFull{
        display:none; 	
    }

}

/* Curor Trail */
#app {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10; 
    opacity: .3;
    overflow: hidden;
    touch-action: pan-up;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-shadow: 0 0 50px rgb(255, 0, 212), 0 0 100px cyan, 0 0 200px blue;
    cursor:none;
  }
  
  #app h1 {
    --fontSize: 60px;
    --lineHeight: 80px;
    width: auto;
    height: calc(2 * var(--lineHeight));
    line-height: var(--lineHeight);
    margin: calc(50vh - var(--lineHeight)) auto 0;
    font-size: var(--fontSize);
    text-transform: uppercase;
  }
  
  #app a {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }
  
  #app canvas {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    width:100%;
  }

  /* End Cursor Trail */

/* Mobile version */
@media (max-width: 897px) {
    html, body {
        overflow: hidden;
        height: 100vh;
        position: relative;
        margin: 0;
    }
    h1.logo {
        right: unset;
        left: 50%;
        margin-left: -210px;
        bottom: 50%;
        margin-bottom: -150px;
    }
    .glow-container p {
        bottom: 50%;
        right: 32%;
        margin-bottom: -119px;
    }
    .text-container {
        font-size: 86px;
        bottom: 50%;
        right: unset;
        left: 50%;
        margin-left: -117px;
        margin-bottom: -182px;
    }
    .slider-container {
        transition: unset;
        top: 0;
        right: 0;
        bottom: unset;
        border-radius: 0;
        --e-transform-rotateZ: 0;
    }
    .social-container{
        bottom: 50px;
    }
}