@import 'https://fonts.googleapis.com/css?family=Damion|Work+Sans:900';
@font-face {
  font-family: 'wendyregular';
  src: url("../fonts/wendy-webfont.woff2") format("woff2"), url("../fonts/wendy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camingocodebold';
  src: url("../fonts/camingocode-bold-webfont.woff2") format("woff2"), url("../fonts/camingocode-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camingocodebold_italic';
  src: url("../fonts/camingocode-bolditalic-webfont.woff2") format("woff2"), url("../fonts/camingocode-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camingocodeitalic';
  src: url("../fonts/camingocode-italic-webfont.woff2") format("woff2"), url("../fonts/camingocode-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camingocoderegular';
  src: url("../fonts/camingocode-regular-webfont.woff2") format("woff2"), url("../fonts/camingocode-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
  
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
				height: 100%;
			}

			body {
        color: #fff;
				margin: 0;
				font-family: 'comingoregular', monospace;
				overflow: hidden;
			}

			#container img{
				min-width: 500px;
   	    border: 16px solid #00d5ff;
        animation: fading 10s;
				
			}			
			img{
				-webkit-backface-visibility: visible; /* Chrome, Safari, Opera */
   	backface-visibility: visible;
   				}
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  background-color: #121212;
  background-image: linear-gradient(#121212, #212938, #304468, #ab38bc, #121212);

}
h1,
h3 {
  margin: 0;
  line-height: 1;
}
h1 {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
}
h3, .subtitle {
  display: inline-block;
  font-family: 'Damion', cursive;
}
button{
  margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
}
.content-cont {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background-image: radial-gradient(circle at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 78%);
  background-blend-mode: multiply;
}
.text-body {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.text-body h1 {
  position: relative;
  text-transform: uppercase;
  font-size: max(3rem, 10vw);
  letter-spacing: 4px;
  z-index: 1;
}
.text-body h1 span:not(.subtitle) {
  color: transparent;
  background: -webkit-linear-gradient(#000000 0%, #113e87 22%, #10cccc 50%, #000000 51%, #e21ddc 78%, #e21ddc 78%, #ffffff 100%);
  background: linear-gradient(#000000 0%, #113e87 22%, #10cccc 50%, #000000 51%, #e21ddc 78%, #e21ddc 78%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-body h1 span:not(.subtitle):before {
  content: attr(text);
}
.text-body h1 span:not(.subtitle):after {
  content: attr(text);
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 3px 0px #fff, -3px 0px #fff, 0px 3px #fff, 0px -3px #fff, 3px 3px #fff, -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
  opacity: 0.1;
}
.text-body .subtitle{
      position: absolute;
    top: 75%;
    right: 20%;
    text-align: right;
    font-size: 0.675em;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: none;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: 1;
    color: #db4575;
    text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 0px #fff, -1px 0px #fff, 0px -1px #fff, 0px 1px #fff, 0px 0px 12px #ee91ae;
}
.text-body .shine {
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 7px 2px #fff;
  z-index: 3;
}
.text-body .shine.one {
  top: 15%;
  left: 4%;
  -webkit-animation: shine1 1000ms  infinite;
          animation: shine1 1000ms  infinite;
}
.text-body .shine.two {
  top: 55%;
  left: 20%;
  -webkit-animation: shine1 1500ms alternate infinite;
          animation: shine1 1500ms alternate infinite;
}
.text-body .shine.three {
  top: 15%;
  left: 40%;
  -webkit-animation: shine1 1700ms  infinite;
          animation: shine1 1700ms  infinite;
}
.text-body .shine.four {
  top: 15%;
  left: 80%;
  -webkit-animation: shine1 900ms  infinite;
          animation: shine1 900ms  infinite;
}
.text-body .shine.five {
  top: 55%;
  left: 95%;
  -webkit-animation: shine1 1300ms  infinite;
          animation: shine1 1300ms  infinite;
}
.moving-grid {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 40%;
  
  perspective: 48vh;
  z-index: -1;
}
.moving-grid:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background-image:linear-gradient(to top, rgba(255,192,203, 0.3), transparent);
  border-bottom: 1px solid rgba(255,192,203, 0.5);
}
.moving-grid .container {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid pink;
  box-sizing: border-box;
  
  -webkit-transform-origin: top ;
          transform-origin: top ;
  -webkit-transform: rotateX(60deg) translateY(17%);
          transform: rotateX(60deg) translateY(17%);
  overflow: hidden;
}
.moving-grid .container .static-lines {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.moving-grid .container .static-lines .vert {
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: pink;
  margin-left: calc(5vw - 1px);
  box-shadow: 0 2px 21px pink;
}
.moving-grid .container .moving-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moving-grid .container .moving-lines .horz {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: calc(5vw - 1px);
  background-color: pink;
  box-shadow: 2px 0 21px pink;
  -webkit-animation: lines 600ms linear infinite;
          animation: lines 600ms linear infinite;
}

@-webkit-keyframes lines {
  from {
    -webkit-transform: translateY(calc(-1 * (5vw - 2px)));
            transform: translateY(calc(-1 * (5vw - 2px)));
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes lines {
  from {
    -webkit-transform: translateY(calc(-1 * (5vw - 1px)));
            transform: translateY(calc(-1 * (5vw - 1px)));
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shine1 {
  0% {
    -webkit-transform: rotate(0) scale(0);
            transform: rotate(0) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0);
            transform: rotate(720deg) scale(0);
    opacity: 0;
  }
}
@keyframes shine1 {
  0% {
    -webkit-transform: rotate(0) scale(0);
            transform: rotate(0) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0);
            transform: rotate(720deg) scale(0);
    opacity: 0;
  }
}
@keyframes fading {
  from {
    opacity: 0;
  }
  to {
   opacity: 1;
  }
}
.mobile-wrapper{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
    white-space: nowrap;
    top: 0;
	text-align: center;
	justify-content: center;
  align-items: center;
  padding: 10px;
	
}




.options-active .mobile-wrapper{
	
	display: flex;
	
	
}

.mobile-wrapper h2{
	
	font-family: 'wendyregular';
	font-size: max(4vw,2rem);
	color: #a0001c;
	margin-top: max(11vw,4rem);
	text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 1px 0px #fff, -1px 0px #fff, 0px -1px #fff, 0px 1px #fff, 0px 0px 12px red;
	
}
.mobile-wrapper .buttons{
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  
}
.mobile-wrapper .btn{
	
	font-family: 'camingocoderegular';
  background-color: #381841;
    display: block;
    font-weight: 900;
    padding: 0.5em 2em;
    margin: 0 auto;
    text-transform: uppercase;
    border: 3px solid #EBFDFF;
    border-radius: 4px;
    color: #EBFDFF;
    
    font-size: clamp(1.5rem, 4vw, 2rem);
    text-shadow: 0px 0px 8px #00d5ff;
    box-shadow: 0px 0px 8px #00d5ff;
  cursor: pointer;
  
  transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.mobile-wrapper .btn:hover{
  
  background-color: #b7fdff;
    color: #381841;
  
}
.confirm-start, .chooses{
  background-image: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.6), rgba(0,0,0,0) 60%);
}

.confirm-start{
  display: none;
  
}
.setted .confirm-start{
  display: block;
}
.setted .chooses{
  display: none;
}
.rotation{
  display: none;
  padding: 20px;
  background: #a0001c;
  color: #fff;
}
@media screen and (orientation: portrait) {
  
  .rotation{
    display: block;
  }
  
}

.infos{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 50vw;
	padding: 40px 0 60px;
	background: rgba(0,0,0,0.8);
	height: 100vh;
	border-right: 3px solid #00d5ff;
	z-index: 99999;
	transition: transform .5s ease-in-out;
  transform: translateX(-51vw);
  
}
.infos .inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px){
  .mobile .infos{
    width: 100vw;
    left: 0;
    transform: translateX(-100vw);
  }
}

.info-open .infos{
	
	transform: translateX(0);
}

.infos .inner{
	
	overflow: auto;
	margin-bottom: 40px;
	height: 100%;
	padding:  0 clamp(20px, 5vw, 80px);
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
	
}
.infos .text-body h1 {
    position: relative;
    text-transform: uppercase;
    font-size: max(5vw, 3rem);
    letter-spacing: 4px;
    z-index: 1;
}



.infos .text-body .subtitle{
	
	
  text-transform: none;
}
.infos .inner div{
	text-align: center;
	}
.infos img{
	max-width: 100%;
	min-width: inherit;
	margin-top: 2vw;
	
}
.infos .text-body h1 span:not(.subtitle):after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 3px 0px #fff, -3px 0px #fff, 0px 3px #fff, 0px -3px #fff, 3px 3px #fff, -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
    opacity: 0.2;
}
.infos p{
	
	margin-top: max(5vw, 3rem);
	color: #fff;
	font-size: 1.2rem;
	font-family: 'camingocoderegular';
	
}
.infos a{
	color: #fff;
	
}
.disclaimer{
  background-image: radial-gradient(closest-side at center, rgba(0,0,0,0.6), rgba(0,0,0,0) );
  font-size: 1.2rem;
  padding: 60px 0;
  text-shadow: 0px 0px 12px #000;
  white-space: normal;
}
.disclaimer .buttons{
  gap: 1em;
}
.disclaimer .buttons > *{
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.disclaimer .buttons > *:hover{
  color: #00d5ff;
}
.control-nav{
  position: absolute;
	z-index: 999999;
	right: 40px;
	top: 40px;
  display: flex;
  gap: 1.5em;
  text-shadow: 0px 0px 8px #000;
}

.control-nav button{
  color: #00d5ff;
  width: 48px;
  text-align: center;
  cursor: pointer;
}
.control-nav button:hover{
  color: #b7fdff;
}
.fullscreenbutton{
  font-size: 80%;
}
.playbutton .fa-volume-off{
  display: none;
}
.music-playing .playbutton .fa-volume-up{
  display: none;
}
.music-playing .playbutton .fa-volume-off{
  display: inline-block;
}

.mobile .control-nav{
  right: 20px;
  top: auto;
  bottom: 10px;
  font-size: 0.75rem;
  background-image: radial-gradient(closest-side at center, rgba(0,0,0,0.6), rgba(0,0,0,0) );
}



#search{
	
	margin: 60px 0 ;
}
#search input{
	
	color: #EBFDFF;
	background: none;
	padding: 7px;
	font-size: 1.2rem;
	border: 1px solid #00d5ff;
	border-radius: 5px;
	width: 300px;
}

#search button{
	padding: 7px 15px;
	font-size: 1.2rem;
	background: #e21ddc;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-left: 10px;
}
#search button:hover{
	
	background: none;
}
@media screen and (max-width: 768px) {
  .control-nav{
    right: 20px;
    top: auto;
    bottom: 10px;
    font-size: 0.75rem;
    background-image: radial-gradient(closest-side at center, rgba(0,0,0,0.6), rgba(0,0,0,0) );
  }
  .infos{
    width: 100vw;
    left: 0;
    transform: translateX(-100vw);
  }
  
}
@media screen and (max-height: 450px){
  .control-nav{
    right: 20px;
    top: auto;
    bottom: 10px;
    font-size: 0.75rem;
    background-image: radial-gradient(closest-side at center, rgba(0,0,0,0.6), rgba(0,0,0,0) );
  }
  .mobile-wrapper .buttons{
  
    flex-direction: row;
    
  }
  .mobile-wrapper .btn{
	
    font-family: 'camingocoderegular';
    background-color: #381841;
      
      padding: 0.5em 2em;
      margin: 0 auto;
      text-transform: uppercase;
      border: 3px solid #EBFDFF;
      border-radius: 4px;
      color: #EBFDFF;
      
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      text-shadow: 0px 0px 8px #00d5ff;
      box-shadow: 0px 0px 8px #00d5ff;
    cursor: pointer;
    
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .text-body h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }
  .disclaimer{
    padding: 10px 0 0;
    font-size: 1rem;
  }
  .mobile-wrapper h2{
    margin-top: max(5vw, 1.5rem);
  }
}