@font-face {
  font-family: DrukMedium;
  src: url("../assets/Druk-Wide-Medium.otf");
}

@font-face {
  font-family: Druk;
  src: url("../assets/Druk-Wide-Heavy.otf");
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  background-color: black;
  background-image: url("../img/bg/fs.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

canvas {
  display: block;
  /* cursor: move; */
}

a {
  color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: yellow;
}

h1 {
  font-family: "Druk", sans-serif;
  cursor: pointer;
  color: white;
  font-weight: normal;
  margin: 0;
}
/* h2 {
  font-family: "DrukMedium", sans-serif;
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin: 2px;
} */
h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: white;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: white;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logoContainer {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  left: 0;
  position: fixed;
  cursor: pointer;
}

.logoContainer:hover {
  opacity: 0.5;
}

#trackInfo {
  position: fixed;
  z-index: -1;
  bottom: 25%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 10rem;
  display: none;
}

strong {
  font-weight: 600;
}

.CTA {
  position: fixed;
  z-index: 10;
  bottom: 93px;
  right: 30px;
}

.CTA svg {
  height: 1rem;
}

.logos {
  height: 30px;
  margin: 0 10px 0 10px;
}

#next {
  position: fixed;
  top: 45%;
  right: 4%;
  transition: 0.3s;
  transition-property: transform;
  /* width: 100px; */
}

#prev:hover {
  transform: rotate(180deg) scale(1.1);
}
#next:hover {
  transform: scale(1.1);
}

#next svg,
#prev svg {
  height: 30px;
}
#prev {
  position: fixed;
  top: 45%;
  left: 4%;
  transform: rotate(180deg);
  transition: 0.3s;
  transition-property: transform;
  /* width: 100px; */
  /* -moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV"; */
}

#audio {
  /* position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;

  line-height: 1; */
}

#info {
  position: fixed;
  top: 20px;
  right: 2%;

  text-align: right;
  cursor: pointer;

  line-height: 1;
  /* display: none; */
}

#screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
}

#screenImg {
  position: relative;
  max-width: 80vw;
  object-fit: contain;
}

#play {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 45%;
  width: 90%;
  text-align: center;
  display: none;
}
#prompt {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  cursor: default;
  z-index: 12;
  opacity: 1;
  transition: 2s;
  transition-property: opacity;
}

#prompt img {
  max-width: 80%;
  max-height: 50%;
}

.clicked {
  opacity: 0 !important;
  pointer-events: none;
}

img {
  /* cursor: pointer; */
}

#loading-screen {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  /* background-color: #000000;
  background-image: url("../img/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  opacity: 1;
  transition: 1s opacity;
}

#loadText {
  position: relative;
  top: 80%;
  width: 100%;
  text-align: center;
}

.fade-out {
  opacity: 0 !important;
}

#textBox {
  position: fixed;
  width: 25%;
  top: 70px;
  right: 20px;
  color: white;
  font-family: sans-serif;
  display: none;
}

#waveform {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s opacity;
}

.he-logo {
  height: 100px;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  /* mix-blend-mode: lighten; */
}

.audio-controls {
  position: fixed;
  top: 20px;
  left: 20px;
}

.info {
  position: fixed;
  top: 20px;
  right: 20px;
}

.audio-control {
  display: flex;
  align-items: center;
}

.audio-control:hover {
  opacity: 0.5;
}

.audio-control svg {
  height: 13px;
  margin-right: 10px;
}

.audio-control h3,
.info h3 {
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.invisible {
  display: none;
}

.imageContainer {
  width: 400px;
  height: 230px;
  position: relative;
  padding-left: 20px;
}

.imageContainer img {
  width: 100%;
}

#progressBar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 100;
  overflow: hidden;
}

#progressBar img {
  width: 400px;
  position: absolute;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }
  .imageContainer {
    width: 300px;
    height: 230px;
    position: relative;
    padding-left: 20px;
  }

  .imageContainer img {
    width: 100%;
  }

  #progressBar {
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 100;
    overflow: hidden;
  }

  #progressBar img {
    width: 300px;
    position: absolute;
  }

  #prompt img {
    max-width: 95%;
    /* max-height: 50%; */
  }

  .he-logo {
    height: 50px;
  }

  .CTA {
    position: fixed;
    z-index: 10;
    bottom: 60px;
    right: 15px;
  }

  .CTA svg {
    height: 0.7rem;
    margin-bottom: -1px;
  }

  h2 {
    font-size: 0.8rem;
  }
  #next,
  #prev {
    top: 47%;
  }
}
