body {
  position: relative;
}
.vvc23-fade {
  transition: opacity 1s ease-out;
}
.vvc23-fadeout {
  opacity: 0;
  pointer-events: none;
}
.vvc23-enlarge {
  transform: scale(1.35);
}
.vvc23-slide {
  opacity: 0;
  transform: translateY(1em);
}
.vvc23-main {
  position: relative;
  width: 100%;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**cursor: url(../images/cursor.png), auto;**/
}
.vvc23-main h1,
.vvc23-main h2,
.vvc23-main h3 {
  font-family: 'Orbitron', sans-serif;
}
.vvc23-main figure {
  margin: 0;
}
.vvc23-header-wrapper {
  position: relative;
  height: 210vh;
  overflow: hidden;
  padding-top: 80px !important;
}
.vvc23-header {
  position: relative;
  height: 100vh;
}
.vvc23-header--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #530395 url(../images/bg-opener.jpg) no-repeat center / cover;
}
.vvc23-header--machines1,
.vvc23-header--machines2,
.vvc23-header--mainmachine,
.vvc23-header--logo,
.vvc23-header--play,
.vvc23-header--playbutton,
.vvc23-header--yt,
.vvc23-header--static,
.vvc23-header--start {
  position: absolute;
  width: 20em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vvc23-header--machines1 img,
.vvc23-header--machines2 img,
.vvc23-header--mainmachine img,
.vvc23-header--logo img,
.vvc23-header--play img,
.vvc23-header--playbutton img,
.vvc23-header--yt img,
.vvc23-header--static img,
.vvc23-header--start img {
  width: 100%;
}
/***********
 * z-Index
 * 
 * mainmachineimg : 10
 * static : 8
 * playbutton : 7
 * yt : 5;
 * play : 3
 * start : 12
 * buttons : 11
 * */
.vvc23-header--machines1 {
  width: 202vh;
  z-index: 2;
}
.vvc23-header--machines2 {
  width: 202vh;
  z-index: 3;
}
.vvc23-header--mainmachine {
  width: 65vh;
  z-index: 5;
}
.vvc23-header--machine-wrapper {
  position: relative;
  width: 100%;
  transform-origin: center 100%;
}
.vvc23-header--mainmachineimg {
  position: relative;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.vvc23-header--mainmachineimg figcaption {
  color: white;
  position: absolute;
  top: 6.8vh;
  left: 0;
  width: 100%;
  font-size: 2vh;
  text-align: center;
}
.vvc23-header--play,
.vvc23-header--playbutton,
.vvc23-header--yt {
  width: 40vh;
  height: 45vh;
  top: 49%;
  z-index: 4;
}
.vvc23-header--yt iframe {
  width: 100%;
  height: 100%;
}
.vvc23-header--playbutton {
  z-index: 7;
  cursor: pointer;
}
.vvc23-header--static {
  width: 40vh;
  top: 48%;
  z-index: 8;
  pointer-events: none;
}
.vvc23-header--logo {
  width: 85vh;
  z-index: 8;
}
.vvc23-header--start {
  width: 25vh;
  top: 85vh;
  height: 5vh;
  line-height: 5vh;
  z-index: 12;
  background: url(../images/btn-blue.png) no-repeat center / 100%;
  color: black;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8vh;
}
.vvc23-header--start:hover {
  background: url(../images/btn-pink.png) no-repeat center / 100%;
}
.vvc23-machineplay {
  height: 100vh;
  width: 100%;
}
.vvc23-header--buttons {
  position: absolute;
  font-size: 2.2vh;
  left: 0;
  bottom: 1.2em;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 11;
}
.vvc23-header--buttons a {
  text-decoration: none;
}
.vvc23-header--buttons .vvc23-header--button {
  padding: 0 1em;
  text-align: center;
}
.vvc23-header--buttons .vvc23-header--button img {
  width: 2.8em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.vvc23-header--buttons .vvc23-header--button figcaption {
  color: white;
  font-size: 0.6em;
  font-weight: 500;
}
.vvc23-choose {
  padding: 0 0 2em;
}
.vvc23-choose h2 {
  text-align: center;
  color: white;
  font-weight: 400;
  margin: 1em 0 0;
}
.vvc23-choose--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1em auto;
  width:100%;
  max-width: 100vw;
}
.vvc23-choose--row > div {
  position:relative;
}
.vvc23-choose--machine {
  position: relative;
  width:100%;
  margin:0 !important;
  height:340px;
  overflow: hidden;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
}
.vvc23-choose--machine::before {
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
  background-color: #fff !important;
  aspect-ratio: 1/1;
    height: auto;
}
.vvc23-choose--machine img {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  left:0;
}
.vvc23-choose--machine:hover img {
  top: 60%;
}
@media only screen and (orientation: landscape) {
  .vvc23-choose--row,
  .vvc23-choose--machine {
    font-size: 3vh;
  }
}


/*
.vvc23-choose--machine:nth-child(1)::before {
  background-color: #B50578;
}
.vvc23-choose--machine:nth-child(2)::before {
  background-color: #7afbfd;
}
.vvc23-choose--machine:nth-child(3)::before {
  background-color: #2c1fef;
}
.vvc23-choose--machine:nth-child(4)::before {
  background-color: #d93084;
}
.vvc23-choose--machine:nth-child(5)::before {
  background-color: #eb5bf7;
}
.vvc23-choose--machine:nth-child(6)::before {
  background-color: #93b0f6;
}
.vvc23-choose--machine:nth-child(7)::before {
  background-color: #a3fba9;
}
*/

figurecaption {
  font-size:1.3rem;
  position:absolute;
  bottom:10%;
  z-index:3;
  color:#000;
  background-color:rgba(255,255,255,.8);
  width:100%;
  text-align:center;
  left:0;
  padding:1rem;
  border-radius:50px;
  font-family: 'Orbitron', sans-serif;
  opacity:0;
  pointer-events:none;
  backdrop-filter: blur(2px);
}

.vvc23-choose--row> div:hover  figurecaption {
  opacity:1;  
}




@media only screen and (orientation: portrait) {
  .vvc23-header--machines1 {
    width: 202vw;
  }
  .vvc23-header--machines2 {
    width: 202vw;
  }
  .vvc23-header--mainmachine {
    width: 85vw;
  }
  .vvc23-header--machine-wrapper {
    transform-origin: center 50%;
  }
  .vvc23-header--mainmachineimg figcaption {
    top: 7.8vw;
    font-size: 2.7vw;
  }
  .vvc23-header--play,
  .vvc23-header--yt,
  .vvc23-header--playbutton {
    width: 53vw;
    height: 58vw;
    top: 48%;
  }
  .vvc23-header--static {
    width: 53vw;
  }
  .vvc23-header--logo {
    width: 95vw;
  }
  .vvc23-header--start {
    width: 45vw;
    top: 110vw;
    height: 9vw;
    line-height: 9vw;
    font-size: 2.8vw;
  }
  .vvc23-header--buttons {
    bottom: 3vw;
  }
  .vvc23-header--buttons .vvc23-header--button {
    padding: 0 2vw;
  }
  .vvc23-header--buttons .vvc23-header--button img {
    width: 6vw;
  }
}
@media only screen and (orientation: portrait) and (min-width: 568px) {
  .vvc23-choose--row,
  .vvc23-choose--machine {
    font-size: 3vw;
  }
  .vvc23-header--machine-wrapper {
    transform-origin: center 100%;
  }
  .vvc23-header--mainmachine {
    width: 75vw;
  }
  .vvc23-header--mainmachineimg figcaption {
    font-size: 2.4vw;
  }
}


@media (max-height: 1122px) {
  .vvc23-header--mainmachineimg {
    width: 90%;
    margin-left:5% !important;
  }
  .vvc23-header--start {
    top: 77vh;
  }
}

@media (max-height: 768px) {
  .vvc23-header--mainmachineimg {
    width: 88%;
    margin-left:6% !important;
  }
  .vvc23-header--start {
    top: 75vh;
  }
}