* {
  -webkit-font-smoothing: antialiased;
  outline: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "Domaine Disp Cond";
  src: url("fonts/DomaineDispCondSemibold.woff2") format("woff2"),
    url("fonts/DomaineDispCondSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  background: rgb(77, 93, 116);
  background: linear-gradient(
    0deg,
    rgba(77, 93, 116, 1) 0%,
    rgba(98, 115, 133, 1) 33%,
    rgba(165, 176, 182, 1) 100%
  );
  font-family: Jost, sans-serif;
}

.bodyblack {
  background: black;
}

#loading {
  background-size: 34px;
  background: #000 url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

a {
  text-decoration: none;
  color: #dcdcdc;
}

#mobile {
  display: none;
}

.fadeoutnoise {
  animation: 5s fadeoutnoise forwards;
}

@keyframes fadeoutnoise {
  0% {
    opacity: 0.3;
    filter: brightness(1) contrast(1);
  }
  90% {
    opacity: 1;
    filter: brightness(0) contrast(3);
  }
  100% {
    opacity: 0;
    filter: brightness(0) contrast(3);
  }
}

.fadeoutbody {
  animation: 5s fadeoutbody forwards;
}

@keyframes fadeoutbody {
  0% {
    opacity: 1;
    filter: saturate(1) contrast(1);
  }
  10% {
    opacity: 1;
    filter: saturate(1) contrast(1);
  }
  50% {
    opacity: 1;
    filter: saturate(0) contrast(5);
  }
  100% {
    opacity: 0;
    filter: saturate(0) contrast(10);
  }
}

.logo {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
  height: 7vh;
  width: auto;
  z-index: 99999;
}

.tipunderlay {
  position: fixed;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 300px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(150px);
  opacity: 0;
  border-radius: 150px / 150px;
}

.tip {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-family: "Domaine Disp Cond";
  opacity: 0;
  filter: blur(50px);
}

.tipreveal {
  animation: tipreveal 9s forwards;
}

@keyframes tipreveal {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  30% {
    filter: blur(0px);
    opacity: 1;
  }
  70% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(50px);
    opacity: 0;
  }
}

.tipunderlayreveal {
  animation: tipunderlayreveal 8s forwards;
}

@keyframes tipunderlayreveal {
  0% {
    filter: blur(150px);
    opacity: 0;
  }
  30% {
    filter: blur(20px);
    opacity: 1;
  }
  80% {
    filter: blur(20px);
    opacity: 1;
  }
  100% {
    filter: blur(150px);
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    filter: brightness(3.5);
    opacity: 0;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}

.fadeout {
  animation: fadeout 2s forwards;
}

@keyframes fadeout {
  0% {
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    filter: brightness(3.5);
    opacity: 0;
  }
}

.overlay {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
  z-index: 4;
}

.blank {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
  z-index: 13;
}

.video {
  position: fixed;
  width: 100%;
  height: 65%;
  object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.video2 {
  position: fixed;
  width: 100%;
  height: 75%;
  object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  mix-blend-mode: screen;
}

.lightstreak {
  animation: lightstreak 2s forwards;
}

@keyframes lightstreak {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.videobg {
  position: fixed;
  width: 100%;
  height: 65%;
  object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.4;
  background: rgb(77, 93, 116);
  background: linear-gradient(
    180deg,
    rgba(77, 93, 116, 1) 0%,
    rgba(141, 159, 169, 1) 100%
  );
}

.container {
  position: relative;
  border: 3px solid red;
  width: 100vw;
  height: 100vh;
}

svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 1em !important;
}

.noise {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/noise.gif");
  background-size: 150px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  z-index: 11;
  opacity: 0.3;
}

#lightbox .noise {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/noise.gif");
  background-size: 150px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.7;
}

.content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
  mix-blend-mode: overlay;
}

@keyframes open {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

.reflection {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  filter: blur(100px);
  border: 0px;
  box-shadow: 0px;
}

.fadeinreflection {
  animation: fadeinreflection 2s forwards;
  animation-delay: 2s;
}

@keyframes fadeinreflection {
  0% {
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.close {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 13px 20px;
  color: #dcdcdc;
  background: #000;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 10003;
  display: block;
  font-size: 28px;
  cursor: pointer;
}

.movedown {
  -webkit-animation: movedown 2s ease forwards;
  animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
  0% {
    -webkit-transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes moveup {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}

.moveup {
  -webkit-animation: moveup 2s ease forwards;
  animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
  }
}

@keyframes moveup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}

.zoomin {
  -webkit-animation: zoomin 1.5s forwards ease;
  animation: zoomin 1.5s forwards ease;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.zoomout {
  -webkit-animation: zoomout 1.5s forwards ease;
  animation: zoomout 1.5s forwards ease;
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/****  MEDIA QUERIES ****/

@media (max-width: 800px) {
  .textshader {
    display: none;
  }

  .logo {
    width: 70%;
    height: auto;
  }

  body {
    background: black;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-weight: bold;
  }

  .buttons a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    margin: 5px auto;
  }

  .buttons.bottom {
    bottom: 30px;
    top: auto;
    width: 300px;
  }

  .toptitle {
    width: 100%;
    top: 45px;
    min-width: 100%;
  }

  .toptitle span {
    display: block;
  }

  .buttons.top {
    width: 320px;
    bottom: 130px;
  }

  #desktop {
    display: none;
  }

  #mobile {
    display: block;
  }

  .mercy {
    width: 90%;
  }

  .buttons {
    width: 100%;
    min-width: 100%;
  }

  .packshot {
    width: 85vw;
    height: 85vw;
  }

  .privacy-container {
    width: 100%;
  }

  #signupform {
    width: 290px;
    margin: 0 auto;
    z-index: 9;
    font-size: 10px;
    letter-spacing: 1px;
  }

  #signupform .email {
    width: 85%;
    border-radius: 0px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #dcdcdc;
  }

  #signupform .signupbutton {
    opacity: 1;
    top: 1px;
    right: 15px;
  }

  #socials {
    top: 10px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #socials a {
    font-size: 0.7em;
  }

  .play {
    bottom: 20px;
  }
}

.cs-controlls {
  position: fixed;
  top: 2rem;
  left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 100;
}

.cs-controlls .cs-mute-btn {
  position: relative;
  background-color: #fff;
  color: #000;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
}

.cs-controlls .cs-mute-btn path {
  fill: #000;
  transition: ease-in-out 0.2s;
}

.cs-controlls .cs-mute-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.2s;
}
.cs-controlls .cs-mute-btn:hover {
  cursor: pointer;
  background-color: #000;
  backdrop-filter: blur(5px);
  transition: ease-in-out 0.2s;
}
.cs-controlls .cs-mute-btn:hover path {
  fill: #fff;
  transition: ease-in-out 0.2s;
}
.cs-mute-btn svg {
  position: absolute;
  pointer-events: none;
  width: 60%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.cs-mute-btn svg:nth-of-type(1) {
  opacity: 0;
}
.cs-mute-btn svg:nth-of-type(2) {
  opacity: 1;
}

.cs-mute-btn.muted svg:nth-of-type(1) {
  opacity: 1;
}

.cs-mute-btn.muted svg:nth-of-type(2) {
  opacity: 0;
}

.cs-controlls svg path {
  fill: #fff;
  transition: ease-in-out 0.2s;
}
.cs-container {
  position: relative;
  width: 100vw;
  height: 130vh;
}
.cs-bg-image,
.cs-svg-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.cs-bg-image {
  z-index: 4;
}
.cs-videos,
.cs-background,
.cs-effect-images {
  position: absolute;
  height: 100%;
  width: 100%;
}

.cs-effect-images {
  z-index: 4;
}
.cs-svg-map {
  z-index: 30;
}

.cs-svg-map path {
  fill: #000;
  fill-opacity: 0;
}
.cs-svg-map path:hover {
  cursor: pointer;
  fill-opacity: 0;
}

.cs-videos .mirror {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  mix-blend-mode: screen;
}

.cs-effect-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.cs-effect-images .flash {
  transition: 0.3s;
  z-index: 11;
  opacity: 0;
  mix-blend-mode: difference;
}

.noflash {
  opacity: 0 !important;
}

.cs-effect-images .msg {
  z-index: 11;
  opacity: 0;
  filter: brightness(3.5);
  mix-blend-mode: soft-light;
}

.fadein {
  animation: fadein 2s forwards;
}

@media (min-width: 800px) and (max-width: 1200px) {
  .cs-container {
    height: 140vh;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  .cs-container {
    height: 150vh;
  }
}

@media (min-width: 800px) and (min-aspect-ratio: 10/4) {
  .cs-container {
    top: -10%;
    height: 170vh;
  }
}

@media (min-width: 800px) and (min-aspect-ratio: 10/3) {
  .cs-container {
    top: -15%;
    height: 190vh;
  }
}

@media (max-width: 800px) {
  .cs-controlls {
    top: auto;
    bottom: 30px;
    left: 30px;
    padding: 0 !important;
  }

  .cs-controlls .cs-mute-btn {
    width: 2rem;
    height: 2rem;
  }
}

.cs-social-sharing {
  position: fixed;
    bottom: 30px;
    right: 30px;
  display: flex;
  gap: 10px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
}
.cs-social-sharing.show {
  opacity: 1;
  visibility: visible;
  transition: ease-in 0.4s 0.4s;
}

.cs-social-sharing span {
    text-align: center;
    display: inline;
    color: white;
    font-size: 1rem;
    letter-spacing: 1px;
        margin: 10px 8px 0px 0px;
    text-transform: uppercase;
}

.cs-social-sharing .share-btn {
  text-decoration: none;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cs-social-sharing .share-btn svg {
  width: 18px;
  height: auto;
  margin-right: 0 !important;
}

#page-container #facebook-share {
  display: flex !important;
}
