body {
  touch-action: none;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#videoPreview,
#imagePreview {
  border-radius: 0%;
  border-width: 1px;
  /* width: 282px; */
  height: 555px;
}

#closePreviewButton {
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}

#downloadButton {
  display: none;
}

#actionButton {
  background-color: unset;
  font-family: "Maison";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  bottom: 18px;

  left: 50%;
  transform: translateX(-50%);
}

#actionButtonText {
  font-family: "Maison";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

#actionButton img {
  height: unset;
  margin-left: unset;
}

#actionButtonImg {
  width: 17px;
  height: 19px;
  top: -31px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@font-face {
  font-family: "Didot";
  src: url("./assets/fonts/Didot_Medium.ttf");
}

@font-face {
  font-family: "Maison";
  src: url("./assets/fonts/FontsFree-Net-Maison-Neue-Book.ttf");
}

.hidden {
  display: none;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: -1px 0px 0px 0px !important;
  padding: 0;
  background-color: black;
}

/* Overrides */
#loadImageContainer {
  background-repeat: no-repeat;
  background-size: cover;
}

#requestingCameraPermissions {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  font-family: "Didot";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  top: 40px;

  left: 50%;
  transform: translateX(-50%);
}

/* Loading */

#custom-loader-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/backgrounds/New-Loading-Screen-HS-align.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 801;
  display: none;
  pointer-events: none;
}

#custom-loader-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/backgrounds/New-Loading-Screen-HS-align.jpg");

  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover;
  background-position-x: center;
}

#loader-outer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 210px;
  height: 208px;
}

#custom-loader-bg.loaded {
  z-index: 1;
  background-image: unset;
}

#custom-loader-bg.loaded #custom-loader-image {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#loader-bg {
  position: absolute;
  left: 0;
  top: 0;

  width: 210px;
  height: 208px;

  /* background-image: url('gaze-flower@2x.png'); */
  opacity: 1;
  background-size: contain;
}

#petals {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 87px;
  height: 88px;
}

#petal-centre {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  background-image: url("./assets/images/gaze-center2x.png");
  left: 53%;
  top: 45%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.petal {
  background-image: url("./assets/images/loader-petal-single2x.png");
  position: absolute;
  width: 31px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.petal.swerve {
  width: 54px;
  height: 80px;
  opacity: 1;
}

#petal-1 {
  left: 17px;
}

#petal-2 {
  left: 49px;
  transform: rotate(71deg);
  top: 5px;
}

#petal-3 {
  left: 53px;
  transform: rotate(143deg);
  top: 37px;
}

#petal-4 {
  left: 24px;
  transform: rotate(220deg);
  top: 50px;
}

#petal-5 {
  left: 1px;
  transform: rotate(289deg);
  top: 28px;
}

#petal-1.swerve {
  transform: rotate(48deg);
  top: -67px;
  left: -22px;

  opacity: 1;
}

#petal-2.swerve {
  left: 72px;
  transform: rotate(122deg);
  top: -59px;
}

#petal-3.swerve {
  left: 91px;
  transform: rotate(197deg);
  top: 34px;
}

#petal-4.swerve {
  left: 12px;
  transform: rotate(263deg);
  top: 80px;
}

#petal-5.swerve {
  left: -58px;
  transform: rotate(336deg);
  top: 19px;
}

#petal-1.anim {
  animation-name: petal-1;
}

#petal-2.anim {
  animation-name: petal-2;
}

#petal-3.anim {
  animation-name: petal-3;
}

#petal-4.anim {
  animation-name: petal-4;
}

#petal-5.anim {
  animation-name: petal-5;
}

#petal-centre.anim {
  animation-name: petal-centre;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

#petal-1.set {
  width: 54px;
  height: 80px;
  transform: rotate(48deg);
  top: -67px;
  left: -22px;
  opacity: 0.5;
}

#petal-2.set {
  width: 54px;
  height: 80px;
  left: 72px;
  transform: rotate(122deg);
  top: -59px;
  opacity: 0.5;
}

#petal-3.set {
  width: 54px;
  height: 80px;
  left: 91px;
  transform: rotate(197deg);
  top: 34px;
  opacity: 0.5;
}

#petal-4.set {
  width: 54px;
  height: 80px;
  left: 12px;
  transform: rotate(263deg);
  top: 80px;
  opacity: 0.5;
}

#petal-5.set {
  width: 54px;
  height: 80px;
  left: -58px;
  transform: rotate(336deg);
  top: 19px;
  opacity: 0.5;
}

#petal-centre.set {
  opacity: 0.5;
}

@keyframes petal-1 {
  from {
    width: 31px;
    height: 42px;
    left: 17px;
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    width: 54px;
    height: 80px;
    transform: rotate(48deg);
    top: -67px;
    left: -22px;
    opacity: 0.5;
  }
}

@keyframes petal-2 {
  from {
    width: 31px;
    height: 42px;
    left: 49px;
    transform: rotate(71deg);
    top: 5px;
    opacity: 1;
  }
  to {
    width: 54px;
    height: 80px;
    left: 72px;
    transform: rotate(122deg);
    top: -59px;
    opacity: 0.5;
  }
}

@keyframes petal-3 {
  from {
    width: 31px;
    height: 42px;
    left: 53px;
    transform: rotate(143deg);
    top: 37px;
    opacity: 1;
  }
  to {
    width: 54px;
    height: 80px;
    left: 91px;
    transform: rotate(197deg);
    top: 34px;
    opacity: 0.5;
  }
}

@keyframes petal-4 {
  from {
    width: 31px;
    height: 42px;
    left: 24px;
    transform: rotate(220deg);
    top: 50px;
    opacity: 1;
  }
  to {
    width: 54px;
    height: 80px;
    left: 12px;
    transform: rotate(263deg);
    top: 80px;
    opacity: 0.5;
  }
}

@keyframes petal-5 {
  from {
    width: 31px;
    height: 42px;
    left: 1px;
    transform: rotate(289deg);
    top: 28px;
    opacity: 1;
  }
  to {
    width: 54px;
    height: 80px;
    left: -58px;
    transform: rotate(336deg);
    top: 19px;
    opacity: 0.5;
  }
}

@keyframes petal-centre {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gaze-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Structural  */
#experience-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-color: rgba(34, 34, 34, 0.4); */
}

#vc-overlay {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*background-color: rgba(34, 34, 34, 0.4);*/
  position: absolute;
}

#vc-logo {
  position: absolute;
  background-image: url("./assets/images/VCA-logo2xHS2.png");
  background-size: contain;
  color: white;
  width: 216px;
  height: 38px;
  text-align: center;
  left: 50%;
  top: 26px;
  transform: translate(-50%);
  z-index: 1;
}

#vc-flow-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 88px;
}

#vc-flow-text p {
  color: #ffffff;
  font-family: "Maison";
  text-align: center;
  font-size: 14px;
  position: absolute;
  float: left;
  width: 100%;
}

#time-numbers {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 110px;
}

#time-numbers p {
  color: #ffffff;
  font-family: "Janson";
  text-align: center;
  font-size: 24px;
  position: absolute;
  float: left;
  width: 100%;
}

#vc-image-hint,
#vc-image-hint {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-image: url("./assets/images/gaze-flower2x.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px 208px;
}

#vc-image-hint p,
#vc-plane-hint p {
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
  text-transform: uppercase;

  color: #ffffff;
  position: absolute;
  bottom: 19px;
  width: 284px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

#vc-too-far-hint {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-image: url("./assets/images/gaze-flower2x.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px 208px;
}

#vc-too-far-hint p {
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
  text-transform: uppercase;

  color: #ffffff;
  position: absolute;
  bottom: 19px;
  width: 284px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

#vc-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vc-time p {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  font-family: "Maison";
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}

#time-skip-info {
  position: absolute;
  bottom: -34px;
  width: 100%;
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
}

#time-skip {
  background-image: url("./assets/images/placeholder/close.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  /* top: 82px; */
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #757575;
  border-radius: 100%;
  background-size: 50%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

#time-logo {
  background-image: url("./assets/images/flow-of-time2x.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;

  width: 48px;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
}

#vc-found-hint {
  position: absolute;
  height: 100%;
  width: 100%;
}

#hotspot-hint {
  position: absolute;
  top: 0px;
  height: 150px;
  width: 100%;
  background-position: center 76px;
  background-image: url("./assets/images/flower-closed2x.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

#hotspot-hint p {
  position: absolute;
  width: 100%;
  top: 113px;

  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
}

#rotate-hint {
  position: absolute;
  bottom: 87px;
  height: 91px;
  width: 100%;
  background-image: url("./assets/images/rotate2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 31px 33px;
  pointer-events: none;
}

#rotate-hint p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
}

#vc-hotspots {
  position: absolute;
  width: 317px;
  height: 100px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.hotspot {
  position: relative;
  float: left;
  width: 33%;

  height: 100%;
}

.hotspot-off {
  position: absolute;
  background-image: url("./assets/images/flower-closed2x.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  opacity: 1;
}

.hotspot-on {
  background-image: url("./assets/images/flower-open2x.png");
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  opacity: 0;
}

.hotspot.visited .hotspot-off {
  animation-name: fade-out;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.hotspot.visited .hotspot-on {
  animation-name: fade-in;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.hotspot p {
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 35px;
  /* or 154% */

  text-align: center;
  letter-spacing: 0.015em;
}

#learn-more {
}

#our-story {
}

#behind-fascia {
}

#vc-time {
}

#vc-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  pointer-events: none;
  z-index: 804;
}

#vc-video-overlay video {
  position: absolute;
  width: 100%;
  height: 100%;
  /* position: absolute; */
  bottom: 0px;
  pointer-events: all;
  object-fit: contain;
  object-position: bottom;
  object-position: center;
}

#vc-video-overlay.fade-out video {
  pointer-events: none;
}

#close-button {
  background-image: url("./assets/images/close-sm2x.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  width: 30;
  height: 30px;
  right: 20px;
  z-index: 100;
  pointer-events: all;
  border: 1px solid #757575;
  border-radius: 100%;
  background-size: 50%;
}

#vc-overlay-text {
  color: #000;
  position: absolute;
  font-family: "Didot";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  width: 100%;

  padding-top: 33px;
  padding-bottom: 10px;
  z-index: 1;
  background: white;
  top: 0;
}

.circle.left {
  position: absolute;
  clip: rect(0, 44px, 44px, 22px);
}

.circle.right {
  position: absolute;
  clip: rect(0px, 22px, 44px, 0px);
}

.anim .circle span {
  width: 0px;
  height: 0px;
  border-radius: 100%;
  position: absolute;
  opacity: 0.5;
  border: 22px solid #e8898b;
}

.anim .circle.left span {
  clip: rect(0px, 22px, 44px, 0px);
  animation-name: rotate-left;
  animation-duration: 24s;
  animation-timing-function: linear;

  animation-fill-mode: forwards;
}

.anim .circle.right span {
  clip: rect(0, 44px, 44px, 22px);
  animation-name: rotate-right;
  animation-duration: 24s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

#time-rotate {
  bottom: 141px;
  width: 200px;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-size: contain;
}

#time-rotate.initial {
  bottom: 60px;
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

.fade-out {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#hand-initial-hint {
  position: absolute;
}

#hand-initial-hint p {
  text-transform: uppercase;
}

.prompt-box-8w {
  font-family: "Janson";
  background-color: white !important;
  color: #000 !important;
  border-radius: 0%;
  font-size: 24px;
  padding-top: 30px;
  width: 80%;
}

.prompt-button-container-8w {
  position: relative;
}
.prompt-button-8w {
  font-family: "Maison";
  background-color: #ffffff !important;
  color: #000;
  text-align: center;
  /* width: 400px !important; */
  /* position: relative !important; */
  width: 100%;
  border-radius: 0% !important;
  /* border: 1px solid #000; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  left: -5px;
  margin-bottom: -15px;
}

.button-primary-8w {
  display: block !important;
  text-transform: uppercase;
  font-family: "Maison";
  background-color: #ffffff !important;
  color: #000;
  width: 100%;
  text-align: center;
  /* width: 400px !important; */
  /* position: relative !important; */
  border-radius: 0% !important;
  border: 1px solid #000;
  font-weight: 400;
  /* font-size: 15px; */
  /* position:  relative !important; */
  clear: both !important;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  left: 0px;
}

#loadBackground {
  /* background-color: red; */
}

.allow-button-wrapper {
  background-color: pink;
  margin: 30px;
  position: relative;
}
