body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Bebas;
  src: url(BebasNeue-Regular.otf);
}

#bg {
  opacity: 1;
}

#adArea {
  background: #ffffff;
  background: white;
  overflow: hidden;
  text-overflow: clip;
  cursor: pointer;
  /* background: url(bg.png) no-repeat center; */
  background-color: #ededed;
  position: relative;
  font-family: Bebas;
}

.mozaicPlace {
  position: absolute;
  width: 180px;
  height: 180px;
  top: calc(50% - 87px);
  left: calc(50% - 89px);
  z-index: 1;
}

.dragEl {
  background-color: red;
  opacity: 0;
}

.rct {
  width: 300px;
  height: 250px;
  position: absolute;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.zIndex99995 {
  z-index: 99995;
}

.zIndex99996 {
  z-index: 99996;
}

.zIndex99997 {
  z-index: 99997;
}

.zIndex99998 {
  z-index: 99998;
}

.zIndex99999 {
  z-index: 99999;
}

.hidden {
  visibility: hidden;
}

.noEvents {
  pointer-events: none;
}

.noVis {
  visibility: none;
}

.noDisplay {
  display: none;
}

a#learnmore {
  bottom: 11px;
  left: 15px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  color: #fff;
  border-radius: 10px;
  padding: 6px 15px;
  position: absolute;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  background: #101128;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Bebas;
  box-shadow: 0 0 5px #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: scalePop 1.5s ease-in-out infinite;
}

a.vis {
  opacity: 1 !important;
  z-index: 9 !important;
}

#frame {
  transition: all 0.3s ease;

  filter: brightness(0.3);
}

.framevis {
  background-image: none !important;
}

#finger {
  display: none;
}
.message {
  position: absolute;
  width: 50%;
  right: 0;
  font-size: 25px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.message p {
  margin: 0;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateX(500px);
}
.message p:last-child {
  margin: 0;
}
.message .greeting {
  color: #fac251;
  font-size: 30px;
}
.full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: float 5s ease-in-out infinite;
}
.logo {
  width: 80px;
  position: absolute;
  right: 15px;
  bottom: -12px;
  transform: scale(0);
}

.drag {
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  bottom: 71px;
  left: 111px;
  width: 30px;
  z-index: 10;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

.txt-instr {
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Bebas;
  width: 100%;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotateY(0deg);
  }

  50% {
    transform: translateY(10px) rotate(10deg);
  }
}

@keyframes scalePop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  90% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}
