
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.background {
  position: fixed;
  top:0px;
  height: 100vh;
  width:  100vw;
  background : #4b4b4b; 
}

body {
  margin:0;
  top:50%
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}

.ground-text{
  position: fixed;
  height:0;
  top: 90vh;
}

.ground-text a{
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:20px;
  font-weight: bold;

  color: #8f8f8f;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(0deg, rgba(5,5,10,1) 0%, rgba(65,65,65,1) 100%);
  color:rgb(55,55,55);
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}


.content {
  position:relative;
  /*height:20vh;*/
  text-align:center;
}


.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 16s;
}
.parallax > use:nth-child(5) {
  animation-delay: -6s;
  animation-duration: 19s;
}
.parallax > use:nth-child(6) {
  animation-delay: -7s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
} 


body{
  display:flex;
  margin-top: 00px;
  margin-bottom: 00px;
  margin-right: 0px;
  margin-left: 0px;
  padding:0;
  min-height: 100vh;
  /*background: #444;*/
  justify-content: center;
  align-items: center;
  font-family: arial;
}

.container{
  width: 90vw;

  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  
}

  .container .card{
    position: relative;
  }
  
  .container .card .face{
    width:300px;
    height: 200px;
    transition:.4s;
    
  }
  
  .container .card .face.face1{
    position: relative;
    background: linear-gradient(0deg, #333 0%, #2c2c2c 100%);
    display: flex;
    justify-content: center;
    align-content:center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
  }
  
  .container .card:hover .face.face1{
    transform: translateY(0);
    box-shadow:
      inset 0 0 60px whitesmoke,
      inset 20px 0 80px rgb(132, 0, 255),
      inset -20px 0 80px rgb(219, 105, 239),
      inset 20px 0 300px rgb(163, 123, 255),
      inset -20px 0 300px rgb(168, 6, 255),
      0 0 50px #ffffff,
      -10px 0 80px rgb(76, 0, 255),
      10px 0 80px rgb(170, 0, 255); 
     
  }
  
  
  .container .card .face.face1 .content{
    opacity: .2;
    transition:  0.5s;
    text-align: center;
    max-height:200px;
    pointer-events: none;
    
  }
  
  .container .card:hover .face.face1 .content{
    opacity: 1;
   
  }
  
  .container .card .face.face1 .content i{
    font-size: 3em;
    color: white;
    display: inline-block;
      position:absolute;
      transform: translate(-50%,-50%);
      top:45%
     
  }
  
  .container .card .face.face1 .content h3{
    font-size: 1em;
    color: white;
    text-align: center;
    position:absolute;
    width:100%;
    top:75%;
    box-shadow: 0px 0px 10px black;
    background-color: #0007;
    
  }
  
  .container .card .face.face1 .content a{
     transition: .5s;
  }
  .container .card .face.face1 .content svg{
    position:relative;
    top:-200px;
    pointer-events: none;
  }
  
  .container .card .face.face2{
     position: relative;
     background: linear-gradient(0deg, rgba(50,50,50,0) 0%, 	rgba(51, 51, 51, 0) 75%);;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,.8);
    transform: translateY(-100px);
    backdrop-filter: blur(10px);
  }
  
  .container .card:hover .face.face2{
      transform: translateY(0);
  
  
  }
  pixel-canvas{
    position:relative;
    /* top:90px; */
    pointer-events: all;
  }
  .container .card .face.face2 .content p, a{
    font-size: 10pt;
    margin: 0 ;
    padding: 0;
    color:#ccc;
  }
  
  .container .card .face.face2 .content a{
    text-decoration:none;
    color: #ccc;
    box-sizing: border-box;
    outline : 1px dashed #ccc;
    padding: 10px;
    margin: 15px 0 0;
    display: inline-block;
  }
  
  .container .card .face.face2 .content a:hover{
    color: rgb(255, 255, 255); 
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  }

.scroll {

  position: absolute; 
}

.gradient {
  width : 100vw;
  height : 50vh;
  background:  linear-gradient(0deg, rgb(20, 20, 20) 0%, rgba(50,50,50,0) 75%);
  top : 50%;
  position: fixed;
  pointer-events: none;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);
/* body{
    padding: 100vh;
} */
 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
  
  .container .crd{
    pointer-events:all;
    display: inline-block;
    position: relative;
    background-color: #4d4d4d4d;
    max-width: fit-content;
    flex:20vw;
    padding:30px;
    border-radius: 20px;
    margin:.3vw;
    color:white;
    backdrop-filter: blur(10px);
      transition: .5s; user-select: none;
      max-height: fit-content;
  }
  .container .crd:hover{
    background-color: #4d4d4dad;

  }
  .crd .links a{
    position:relative;
    color:#9844e7;
      transition: .5s;
    border-style: double;
    padding:5px;
    background-color: rgba(65, 11, 116, 0.581);
    text-align: center;
    text-decoration: none;
    /* width:100% */
    /* left:50%; */
    /* transform: translate(-50%,0%); */
  }
  .links{
    opacity:20%;
      transition: 5s;
    position: relative;
    /* left:50%; */
    width:fit-content;
    /* height:auto; */
    margin:auto;
    /* padding-top:auto; */
    /* transform: translate(-50%,0%); */
  }
  .container .links a:hover{
    color:#b66afe 
  }
  .crd .svg:hover {
    /* opacity:100%; */
    filter: invert(74%) sepia(31%) saturate(2202%) hue-rotate(205deg) brightness(103%) contrast(101%);
    /*calculate filter: https://codepen.io/sosuke/pen/Pjoqqp*/
  }
  .crd .svg {
    opacity:10%;
      transition: 1s;
      filter: invert(100%) sepia(31%) saturate(2202%) hue-rotate(205deg) brightness(103%) contrast(101%);
    
  }
  .crd:hover .svg{
    opacity:100%;
    
  }
  .crd:hover > * {
    opacity:100%;
    
  }
  
  
  /* .scroll { */
  
    /* position: absolute;  */
  /* } */

   .crd svg:not(.waves){
      top:0%;
      width:100px;
      height:100px;
  }
  .crd b{
    position:relative;
    color:rgb(0, 0, 0);
    top:0%;
    font-weight:300;
    letter-spacing: 2px;
    font-size:100px;

  }
  /**/.crd  .svg{
    position:relative;
    left:50%;
    transform: translate(-50%,0%);
    width:fit-content;
    

  } 
  .svg a{
    text-decoration: none;
    color:rgb(0, 0, 0);
  }
  .crd h3 {
    opacity:10%;
      transition: 2s;
  }
  .crd p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size:14px;
    opacity:10%;
      transition: 3s;
      color:white;
  } /**/