@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Roboto:wght@400;700&display=swap');
/* css reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  width: 100%;
  height: 100%;
  font-family: 'Luckiest Guy', cursive;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  transition: all 0.3s;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;  
}
.clear {
  clear: both;
}
.step {
  position: absolute;
}
main {
  width: 100%
}
.questionWrap {
  position: relative;
  text-align: center;
  top: 50%;
  text-align: center;
  width: 70%;
  max-width: 950px;
  transform: translateY(-50%) translateY(-40px);
  margin: 0 auto;
}
#q1 {
  background: url("img/m1.jpg") center center no-repeat;
}
#q2 {
  background: url("img/m2.jpg") center center no-repeat;
}
#q3 {
  background: url("img/m3.jpg") center center no-repeat;
}
#q4 {
  background: url("img/m4.jpg") center center no-repeat;
}
#q5 {
  background: url("img/m5.jpg") center center no-repeat;
}
#q6 {
  background: url("img/m6.jpg") center center no-repeat;
}
#q7 {
  background: url("img/m7.jpg") center center no-repeat;
}
#q8 {
  background: url("img/m8.jpg") center center no-repeat;
}
#q9 {
  background: url("img/m9.jpg") center center no-repeat;
}
#q10 {
  background: url("img/m10.jpg") center center no-repeat;
}
#q11 {
  background: url("img/m11.jpg") center center no-repeat;
}
#q3 a.btn {
  min-width: 300px;
  font-size: 40px;
  padding: 20px;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 1.00);
  font-weight: 900;
  min-height: 95px;
  border-radius: 10px;
  background: rgba(255,244,2,1.00);
  font-family: 'Luckiest Guy', cursive;
  letter-spacing: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); /* background-image: -moz-linear-gradient( 90deg, rgb(247,121,21) 0%, rgb(244,165,47) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(247,121,21) 0%, rgb(244,165,47) 100%); background-image: -ms-linear-gradient( 90deg, rgb(247,121,21) 0%, rgb(244,165,47) 100%); */
}
#q3 a.btn span {
  letter-spacing: 0;
  display: block;
  background: rgba(57,250,203,1.00);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  padding: 20px;
  color: rgba(0, 0, 0, 1.00);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
	border-radius: 7px;
  padding: 5px !important;
}
#q3 a.btn:hover span {background: white;}
#q3 a.btn:hover {
  background: rgba(57,250,203,1.00);
	color: white;
}
.question {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.1em;
	margin-bottom: 50px;
	text-align: center;
	color: rgba(255,244,2,1.00);
	display: block;
	text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 0;
	animation: animateHeader forwards 0.5s ease-out;
}
.comixHarem::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.0);
}
#q1 .question, #q2 .question, #q3 .question {
  font-size: 120px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 0.9em;
}
.question > span {
	color: rgba(57,250,203,1.00);
}
span#browser {
  font-size: 24px;
  display: block;
  color: rgba(255, 255, 255, 1.00)
}
#q11 .question {
  font-size: 32px;
}
.btn {
  width: calc(50% - 5px);
  font-size: 24px;
  padding: 15px 0px;
  display: inline-block;
  background: rgba(255,244,2,1.00);
  color: rgba(0, 0, 0, 1.00);
  border: none;
  max-width: 200px;
  cursor: pointer;
  border-radius: 35px;
  margin: 0 10px 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
#q7 a.btn {}
.btn:hover {
  background: rgba(57,250,203,1.00);
	color: white; transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}
.comixHarem {
  height: 100% !important;
  overflow: hidden;
}
#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11 {
  position: absolute;
  min-height: 100%;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
}
#q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11 {
  display: none;
}
@media only screen and (orientation:landscape) {
  #q1 {
    background: url("img/1.jpg") center top no-repeat;
  }
  #q2 {
    background: url("img/2.jpg") center top no-repeat;
  }
  #q3 {
    background: url("img/3.jpg") center top no-repeat;
  }
  #q4 {
    background: url("img/4.jpg") center bottom no-repeat;
  }
  #q5 {
    background: url("img/5.jpg") center bottom no-repeat;
  }
  #q6 {
    background: url("img/6.jpg") center bottom no-repeat;
  }
  #q7 {
    background: url("img/7.jpg") center bottom no-repeat;
  }
  #q8 {
    background: url("img/8.jpg") center bottom no-repeat;
  }
  #q9 {
    background: url("img/9.jpg") center bottom no-repeat;
  }
  #q10 {
    background: url("img/10.jpg") center bottom no-repeat;
  }
  #q11 {
    background: url("img/11.jpg") center bottom no-repeat;
  }
}
/* Set Bg for dsktop */
@media only screen and (min-width: 720px) {
  #q1 {
    background: url("img/1.jpg") top center no-repeat;
  }
  #q2 {
    background: url("img/2.jpg") top center no-repeat;
  }
  #q3 {
    background: url("img/3.jpg") top center no-repeat;
  }
  #q4 {
    background: url("img/4.jpg") top center no-repeat;
  }
  #q5 {
    background: url("img/5.jpg") top center no-repeat;
  }
  #q6 {
    background: url("img/6.jpg") top center no-repeat;
  }
  #q7 {
    background: url("img/7.jpg") top center no-repeat;
  }
  #q8 {
    background: url("img/8.jpg") top center no-repeat;
  }
  #q9 {
    background: url("img/9.jpg") top center no-repeat;
  }
  #q10 {
    background: url("img/10.jpg") top center no-repeat;
  }
  #q11 {
    background: url("img/11.jpg") top center no-repeat;
  }
  #q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11 {
    position: absolute;
    min-height: 100%;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
  }
}
@media only screen and (max-width: 736px) {
  .questionWrap {
    position: relative;
    text-align: center;
    top: 50%;
    text-align: center;
    width: 80%;
    max-width: 100%;
    transform: translateY(-50%) translateY(-40px);
    margin: 0 auto;
  }
  .question {
    font-size: 24px;
  }
  #q1 .question, #q2 .question, #q3 .question {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 0.9em;
    text-align: center;
  }
  .btn {
    display: inline-block;
    font-weight: 700;
    max-width: 200px;
    cursor: pointer;
  }
  #q11 .question {
    font-size: 18px;
  }
  #q3 a.btn {
    min-width: 80%;
    font-size: 32px;
    padding: 0;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 900;
    min-height: 75px;
  }
  #q3 a.btn span {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    padding: 5px !important;
  }
}
@media only screen and (max-width: 420px) {
  .questionWrap {
    padding: 0px;
    width: 100%;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
  }
  #q3 a.btn {
    width: 100%;
    font-size: 32px;
    padding: 0;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 900;
    min-height: 75px;
  }
  #q3 a.btn span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0;
    padding: 5px !important;
  }
}
/* loader */
@keyframes load {
  0% {
    opacity: 0.08;
    /*         font-size: 10px; */
    /* 				font-weight: 400; */
    filter: blur(5px);
    letter-spacing: 13px;
  }
  100% {
    /*         opacity: 1; */
    /*         font-size: 12px; */
    /* 				font-weight:600; */
    /* 				filter: blur(0); */
  }
}
.loader {
  position: absolute;
  background: rgba(0, 0, 0, 1.00);
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.load {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: load 1.2s infinite 0s ease-in-out;
  animation-direction: alternate;
  text-shadow: 0 0 1px white;
}
body, html {
  height: 96vh;
  background-color: #111;
  color: white;
}
/* header animation */
@keyframes animateHeader {
  from {
    transform: scale(1.8);
	  filter: blur(6px);
  }
  to {
    transform: scale(1);
	  filter: blur(0px);
  }
}
