﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

img {
  border: none;
  display: block;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #000;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -3;
  transition: all 0.5s ease;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  video {
    object-fit: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
  }

  .wrapper {
    margin-top: 100px;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .blur {
    filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px');
    transition: filter 0.3s ease;
    -webkit-transition: filter 0.3s ease;
    -moz-transition: filter 0.3s ease;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .blur {
    filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px');
    transition: filter 0.3s ease;
    -webkit-transition: filter 0.3s ease;
    -moz-transition: filter 0.3s ease;
  }
}

iframe {
  height: 409px;
  width: 100%;
  margin-top: 25px;
  padding: 0 5px;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-row: 100%;
  grid-template-rows: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.step-item {
  width: 94%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  -ms-grid-column: 1 / 1;
  grid-column: 1 / 1;
  -ms-grid-row: 1 / 1;
  grid-row: 1 / 1;
  transition: transform 1.2s ease;
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.step-item[data-effect="turn"] {
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}

.step-item[step="1"] {
  transform: none;
}

.block {
  position: relative;
  background: #0f0c29;
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
  padding: 40px 20px;
  border-radius: 20px;
}

.block:before,
.block:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg,
      #fb0094,
      #00f0ff,
      #141e30,
      #ff0,
      red,
      #fb0094,
      #00f0ff,
      #141e30,
      #ff0,
      red);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
  border-radius: 20px;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.block:after {
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.btn_wrp {
  display: block;
  margin-top: 40px;
}

.btn {
  width: 70%;
  margin: 1%;
  display: inline-block;
  color: #fff !important;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px 10px 0;
  cursor: pointer;
  letter-spacing: -1px;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.btn::before {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-color: #00f0ff;
  background-size: 20px auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: background 0.2s ease;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
}

.btn:hover::before {
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-color: #111;
}


.btn a {
  color: #fff;
  text-decoration: none !important;
}

.act::before {
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-color: #ff2361;
  background-size: 20px auto;
}

h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 10px;
  line-height: 2rem;
  font-style: italic;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.88);
}

h1 span {
  display: block;
  font-size: 3rem;
}

h1 span strong {
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8em;
  position: relative;
  top: 15px;
  color: #ff2361;
  text-transform: uppercase;
  letter-spacing: -2px;
}

h3 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 10px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 2.75rem;
  font-style: italic;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 40px;
}

[step="11"] h4 {
  width: 90%;
  max-width: 420px;
  min-height: 24px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 5px auto;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.88);
  padding: 0 0 0 30px;
  display: none;
  transition: background 0.2s ease;
}

.parental {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 150px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.parental img {
  width: 100%;
}

.mute-button {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
  box-shadow: 0 1px 2px #000;
  z-index: 9999;
  border-radius: 50%;
  background: #000;
  position: fixed;
  top: 30px;
  right: 30px;
  /* display: none; */
}

.mute-button:hover {
  background: #ff2361;
}

.mute-button img {
  width: 60%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.active #icon-not-muted {
  display: block !important;
}

.inactive #icon-muted {
  display: block !important;
}

.trnsIn {
  transform: none !important;
  display: block !important;
}

.trns {
  transform: none !important;
  display: none !important;
}

[step="10"] .btn {
  width: 90%;
}

.wrapper {
  grid-template-rows: 1fr;
}

footer {
  text-align: center;
  font-size: 10px;
  padding: 10px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

.step-item[step="11"],
.step-item[step="12"] {
  padding-top: 10px;
}

.step-item[step="12"] {
  padding-top: 10px;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .mute-button:hover {
    background: #000;
  }
}

@media (max-width: 480px) {
  .parental {
    bottom: 10px;
    left: 10px;
    max-width: 75px;
  }

  h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h1 span {
    font-size: 2rem;
  }

  h1 span strong {
    font-size: 2rem;
    position: relative;
    top: 5px;
  }

  .btn {
    font-size: 1.5rem;
  }

  .mute-button {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 420px) {
  [step="12"] .block {
    padding: 0px;
  }
}

@media (max-width: 360px) {
  h3 {
    margin-bottom: 0;
  }

  h2 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
  }

  .btn_wrp {
    margin-top: 20px;
  }

  .btn {
    width: 90%;
    font-size: 1.25rem;
  }

  .btn::before {
    background-size: 12px auto;
  }

  .act::before {
    background-size: 12px auto;
  }

  .loader {
    margin: 40px auto 30px !important;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  h1 span {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .parental {
    display: none;
  }

  [step="11"] h4 {
    font-size: 1rem;
  }
}

@media (max-height: 728px) and (orientation: landscape) {
  iframe {
    min-height: 95vh;
  }

  .overlay {
    position: fixed;
  }

  .parental {
    max-width: 75px;
  }
}

@media (max-height: 720px) and (max-width: 767px) and (orientation: landscape) {
  .parental {
    display: none;
  }

  .wrapper {
    padding: 15px 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: landscape) {
  iframe {
    min-height: 115vh;
  }
}

@media (max-height: 1080px) and (orientation: landscape) {
  iframe {
    min-height: 50vh;
  }
}

.loader {
  color: #fff;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 70px auto 30px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.trnsIn {
  transform: none !important;
  display: block !important;
}

.trns {
  transform: none !important;
  display: none !important;
}

.pl_txt {
  font-size: 0.97em;
}

.block {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(to right,
      rgba(36, 36, 62, 0.4),
      rgba(48, 43, 99, 0.4),
      rgba(15, 12, 41, 0.4));
  background: linear-gradient(to right,
      rgba(36, 36, 62, 0.4),
      rgba(48, 43, 99, 0.4),
      rgba(15, 12, 41, 0.4));
}

.block:before,
.block:after {
  display: none;
}

/* styles from index.html */
.page__wrap {
  width: 1080px;
}

.gender>img {
  width: 60%;
}

#female,
#age {
  cursor: pointer;
}

.item h2.congratz_color,
.item h3.congratz_color {
  color: #fff;
}

.well_as {
  -webkit-box-shadow: none;
  box-shadow: none;
}

iframe {
  margin-top: 25px;
  min-height: 460px;
  max-width: 640px;
  width: 100%;
}

.h3_green {
  color: #9cc705;
}

.thumbnail {
  cursor: pointer;
}

.imageUrl {
  width: 100%;
  margin-bottom: 2vw;
}

.container-iframe-header {
  margin-top: 20px;
}

.container-iframe-header2 {
  margin-top: -34px;
  display: none;
}

.imageUrl {
  min-width: 300px;
}

.view-hidden {
  display: none !important;
}

#volume {
  position: fixed;
  right: 1em;
  top: 1em;
  background-color: rgb(255 35 97);
  text-align: center;
  cursor: pointer;
  z-index: 100;
  width: 12px;
  height: 12px;
  box-shadow: rgb(0 0 0) 0px 0px 3px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgb(0, 0, 0);
  box-sizing: content-box;
}

#volume img {
  width: 100%;
  box-sizing: content-box;
  line-height: 0;
  display: block;
}

audio {
  position: absolute;
  top: -99999px;
  z-index: -99999;
}
