@keyframes move {
  from {
    /* transform: translateY(0); */
    opacity: 0;
  }
  to {
    opacity: 1;
    /* transform: translateY(100px); */
  }
}

body {
  margin: 0;
  padding: 0;
  user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

#js--sc--container {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* transform: translateY(100px); */
  opacity: 1;
  animation: move 2s;
}

#js--sc--container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#js--sc--container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-out;
}

#js--sc--container img {
  display: flex;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#js-debug-cursor {
  position: absolute;
  top: 0;
  left: 0;
  background-color: yellow;
  width: 50px;
  height: 50px;
  z-index: 99;
  will-change: transform;
  -webkit-transition-duration: 10ms;
  transition-duration: 10ms;
}

.sc__wrapper {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 300px;
  margin: 0 auto;
  border: 5px solid rgba(#FFF, 0.5);
}

 /* Where the scratchcard will be generate. */
.sc__container {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  max-width: 300px;
}

.sc__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

 /* Background image, the result... */
.sc__container > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

 /* The scratchcard generate with scratchcard-js */
.sc__container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

 /* Scratchcard informations */
.sc__infos {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.test {
  color: lightsalmon;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
}


.scratch_container {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  /* transform: translateY(100px); */
  opacity: 1;
/*   background: url('loading.png') center center no-repeat #000000;
 */}

#cover {
  width: 100%;
  height: 100%;
  background: url('loading.png') center center no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
}

.scratch_viewport {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

.scratch_container canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  transition: all 1s ease-out;
  opacity: 0;
}

img {
  max-width: 100%;
}

#exit{
  width: 66%;
  margin-left: 17%;
  margin-bottom: 5%;
  display: block;
  visibility: visible;
  opacity: 1;
  
}

#book {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 5%;
  display: block;
  visibility: visible;
  opacity: 1;
  
}

#cardInside {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url('car-light.jpg') center center no-repeat;
  background-size: cover;
  visibility: hidden;
}

#carblinker {
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url('car-light-blinker.png') center center no-repeat;
  background-size: cover;
  opacity: 0;
}

/* #cardInside img {
  width: 100%;
  height: 100%;
} */

#rotate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url('rotation.png') center center no-repeat black;
  display: none;
  z-index: 1000;
}

#webpage {
  width: 100%;
  height: 100vh;
  position: absolute;
}

@media only screen and (orientation: landscape) {
  #adContainer {max-width: 100%;}
  #rotate {display: block;}
}


#packshot {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('promo-product.png') center center no-repeat;
  background-size: cover;
}

#footerBar {
  width: 100%;
  position: absolute;
  bottom: -5px;
  transform: translate(0,100%);
}

#headline {
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 0;
}

#arrow {
  width: 10%;
  position: absolute;
  left: 45%;
  bottom: 2%;
  opacity: 0;
}

#scrollIns {
  width: 100%;
  position:absolute;
  bottom: 10%;
  opacity: 0;
}

#sub {
  position: absolute;
  width: 100%;
  top: 60%;
  opacity: 0;
}

#product {
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 5%;
}

#lockup {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('lockup-full.png') center center no-repeat;
  background-size: cover;
}

#cta {
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 13%;
  transform:scale(0);
}

#subtext {
  position: absolute;
  width: 100%;
  top: 24%;
  transform:scale(0);
}



#ins {
  width: 15%;
  position: absolute;
  bottom: 2%;
  left: 46%;
  z-index: 1000;
  visibility: hidden;
}

#close {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 1000;
  background-image: url('close.png');
  visibility: hidden;
}

#promoPage {
  width: 100%;
  height: auto;
  background: #1a1a1a;
  visibility: visible;
  display: none;
  opacity: 0;
  position: relative;
  overflow: auto;
}

#cont1 {
  width: 100%;
  height: 100%;
  
  background: url('canvas-p1-bg.jpg') center bottom no-repeat;
  background-size: cover;
  position: relative;
}

#cont2 #img {
  margin-top: 20%;
  margin-bottom: 10%;
}

.margin20 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.margin5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

#cont2 #text {
  margin-top: 10%;
  margin-bottom: 10%;
}

.cont {
  width: 100%;
  display: block;
  position: relative;
}

#logo {
  position: absolute;
  top: 0%;
  width: 40%;
  left: 30%;
  visibility: hidden;
  opacity: 0;
}

#tapins {
  position:absolute;
  width:100%;
  height:10px;
  display:block;
  bottom:50%;
  transform: translateY(-50%);
  left:0
}

#topCover {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 100000;
  top:0;
  left: 0;
}

#textIns {
  position: absolute;
}

#interior {
  position: relative;
  display: block;
  padding-top: 47.34%;
}
.int, #tap {
  position: absolute;
  top: 0;
}

#desk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex; justify-content: center; align-items: center; flex-direction: column;
  opacity: 0;
}

#introCover, #black, #white {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

#black {
  background: black url('lights.jpg') center center;
  background-size: cover;
  opacity: 0;
}

#white {
  background: white; /* url('lights.jpg') center center; */
  background-size: cover;
  opacity: 0;
}

#headineIntro {
  width: 100%;
  position: absolute;
  top: 20%;
  opacity: 0;
}

#taptocontinue {
  position: absolute;
  width: 100%;
  bottom: 10%;
  opacity: 0;
}

#tapSpace {
  width: 100%;
  height: 100%;
  position: absolute;
}