  @import url("https://use.typekit.net/esy6umz.css");

body {
  color: #ffffff;
  background: #11192e;
  background-image: none;
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;

    background: radial-gradient( #3080be 0%, #11192e 60%);
  background-repeat: no-repeat;
}
.ext {
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.shadedarea {
  background-color:    #11192e;
;
  color: #ffffff;
  border: 1px solid #434242;
  border-radius: 0px;
  margin-top: 0px !important;
}

.form-control {
color: #ffffff;
  background-clip: padding-box;
  background-color: #3f3e3e;
  border-radius: 0%;
  border: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-right: auto;
}



.fill {
  background-image: url('/images/bg.jpg');
  position: relative;
}
.flymiddlesmall {

  max-width: 80%;
}

.logoimg {
  position: relative !IMPORTANT;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  display: block;
  max-height: unset !important;
  padding-right: 0px !important;

}
.checkarea2 {

  text-align: left;
}

input[type="submit"],
input[type="reset"] {
background-color: #000;
  border-radius: 0px;
  border: 1px solid lightgray;
  animation: glow 5s infinite;
  animation-delay: -1s;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 900;
    cursor: pointer;

}
.luke {

  max-width: 500px;
  height:40vh;
background-image: url('/images/luke.png');
background-repeat: no-repeat;
background-size: auto 100%;
margin-left: auto;
margin-right: auto;
background-position: bottom;
margin-bottom: -20px;
}
.tilt {

  transform: rotate(3deg);
}


.logo {
  height: auto;
  z-index: 3;
  margin-bottom: -60px;
  position: relative;
  margin-bottom: -40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #3cd4dc;

}


/* 
shaded start */

.animshadow {
  animation: glow 5s infinite;
}
@keyframes glow {



  0% {box-shadow: 0px 0px 8px #6dd5ed}

  50% {box-shadow: 0px 0px 40px #6dd5ed}

  100% {box-shadow: 0px 0px 8px #6dd5ed}
}
/* Shade end */

.boardarea {

width: 100%;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-height: 600px;
  position: relative;
}



.innerboard {

width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
    top: 50%;
transform:translate(-50%, -50%) scale(1) ;

  animation: expand 6.8s linear;


}
.board {

width: 100%;
  height: 100%;
  position: absolute;



}

.board1 {
 opacity:0;
   animation: flyleft 5s ease-out;
  animation-delay: 6.6s;  

width: 100%;
  height: 100%;
  position: absolute;
}

.board2{ opacity:0;
   animation: flyright 4s ease-out;
  animation-delay: 6.6s;  
 
width: 100%;
  height: 100%;
  position: absolute;

}

.board3 {  opacity:0;
   animation: flydown 4s ease-out;
  animation-delay: 6.6s;  

width: 100%;
  height: 100%;
  position: absolute;

}

.explode1{

z-index: 2;
width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top:50%;
transform:  translate(-50%, -50%);

   animation: explode 1.5s ease-out;
  animation-delay: 6.4s;  
  opacity:0;
}
.explode2{
z-index: 3;
width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
    top:50%;
transform:  translate(-50%, -50%);

   animation: explode 1.5s ease-out;
   animation-delay:7s;  
  opacity:0;
}


.subboard {

  z-index: 1;
  opacity:1; 
  
}
.mainboard{
opacity: 0;
  z-index: 4;
    animation: hide 6.5s linear; 

}

.fillparent{

  width: 100%;
  height: 100%;

}
.count {

  font-size: 350px;
z-index: 10;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 1000;
  color: #ffb400;
-webkit-text-stroke: 6px #11192e;

}

.canvas{
pointer-events: none;
    position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
    background: radial-gradient( #3080be 0%, #11192e 60%);
    position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  min-height: 640px;
  padding-top: 200px;
  z-index: 0;
  overflow: hidden;
  animation: fadebg 8s linear;
  opacity:0;
  
}

.count3 {

  opacity:0;
  animation: count 3.0s linear;
  
  
}
.count2 {

  opacity:0;
  animation: count 3.0s linear;
  animation-delay: 1s;
  
}
.count1 {

  opacity:0;
  animation: count 3.0s linear;
  animation-delay: 2s;
  
}


@keyframes count {
  0% {
    
  opacity: 0 ;

    
  }
   66% {
    
  opacity: 0 ;

    
  }
  71% {
    
  opacity: 1 ;


    
  }
  
  95% {
    
  opacity: 1 ;


  }
  
  
  100% {
    opacity: 0 ;
  }
}

.dart 
 {
  position: relative;
z-index: 5;
  opacity:0;
width: 25%;
  top: 50%;
  left: 50%;
   animation: throw 1.5s linear;
  animation-delay: 5s; 
  
}
.dartimg{

  width: 100%;
}

@keyframes throw {
  0% {
    opacity: 1;
transform: translate(500%, 500%) scale(3);

    
  }
  
  99% {
opacity: 1;
transform: translate(0, 0) scale(1);
  }
  100% {
opacity: 0;
transform: translate(0, 0) scale(1);
  }
}




@keyframes expand {
  0% {
      transform : translate(-50%, -50%) scale(0.9);

    
  }
    79% {
      transform : translate(-50%, -50%) scale(0.9);
  }
  100% {
      transform : translate(-50%, -50%) scale(1);
  }
}
@keyframes explode {
    0%{  
      
      opacity: 1;
      transform : translate(-50%, -50%) scale(0.5);
    
    }
    100%{
      transform: translate(-50%, -50%) scale(3);
      opacity: 0;
    }
  }




@keyframes hide {
  0% {
opacity:1
    
  }
    99% {
opacity: 1;
  }
  100% {
opacity: 0;
  }
}

@keyframes flyleft {
  0% {
    opacity: 1;
transform: translate(0, 0%) rotate(0deg) ;

    
  }
  
  100% {

opacity:0;
transform: translate(-400%, -200%) rotate(-90deg) ;
  }
}

@keyframes flyright {
  0% {
    opacity: 1;
transform: translate(0, 0) rotate(0deg) ;

    
  }
  
  100% {

opacity:0;
transform: translate(400%, -150%) rotate(120deg) ;
  }
}


@keyframes flydown {
  0% {
    opacity: 1;
transform: translate(0, 0) rotate(0deg) ;

    
  }
  
  100% {

opacity:0;
transform: translate(-55%, 400%) rotate(-30deg) ;
  }
}

@keyframes fadebg {
  0% {
    opacity: 1;

    
  }
  
  90% {

opacity:1;
  }
  100% {

opacity:0;
  }
}



