:not(:defined) > * {
  display: none;
}

.veryHidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  z-index: -500 !important;
}

@font-face {
  font-family: 'TT Firs Neue Trl';
  font-style: normal;
  font-weight: 400;
  src: local('TT Firs Neue Trl'), url('/fonts/ttfirsneue.ttf') format('truetype');
}

body {
  margin: 0;
  padding: 0;
  background-color: #edbdc5;
  color: black;
  font-size: 1.2em;
  font-family: 'TT Firs Neue Trl', sans-serif;
}

#main {
  max-width: 80vw;
  min-height: 400px;
  margin: 5vh auto;
  text-align: center;
}

#instructions {
  font-family: 'TT Firs Neue Trl', sans-serif;
}
#instructions2 {
  max-width: 500px;
  margin: 3em auto 0 auto;
}
.airpods-image {
  display: flex;
  margin-top: 3em;
}
.col1 {
  flex: 1;
}
.col2 {
  flex: 2;
  text-align: left;
  padding-left: 1em;
}
.airpods-image img {
  max-width: 100%;
  width:100px;
  margin: 0 auto;
  display: inline-block;
  
}

#desktop.hide {
  display: none;
}
#desktop img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #desktop, #desktop.hide {
    display: block;
  }

  #desktop img {
    max-width: 300px;
  }
}

.logo {
  max-width: 100%;
  width: 350px;
}



/* Text styles 
-------------------------------------------- */

.zen-tokyo-zoo-regular {
  font-weight: 400;
  font-style: normal;
}

.arima-cc {
  font-weight: <weight>;
  font-style: normal;
}

.ts {
  
}

h1 {
  font-size: 2.75em;
}

#instructions2 {
  font-size: 0.7em;
}
.click-above {
  
}
.headphones {
  margin-top: 0;
  font-family: 'TT Firs Neue Trl', sans-serif;
}
.permissions {
  font-size: 12px;
  font-family: 'TT Firs Neue Trl', sans-serif;
  color: rgb(170,170,170);
  margin-top: 1em;
}

 .tfi {
   -webkit-animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
           animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;   
 }
 .tfi1 {
   -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
           animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;   
 }
.tfi2 {
   -webkit-animation: text-focus-in 2.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
           animation: text-focus-in 2.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;   
 }
.tfi3 {
   -webkit-animation: text-focus-in 1.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
           animation: text-focus-in 1.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;   
 }


/* Buttons
-------------------------------------------- */
#psilocybin,
#mdma,
#lsd,
#ayuhasca {
  background-color: unset;
  border-width: 0;
  font-family: 'TT Firs Neue Trl', sans-serif;
  text-transform: uppercase;
  color: black;
}
#psilocybin img,
#mdma img,
#lsd img,
#ayuhasca img {
  max-width: 200px;
  width:100px;
}



/* AR elements
-------------------------------------------- */
model-viewer {
  width: 100%;
  background-color: unset;
  height: 0; 
}

.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(../images/ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color:#4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}




/* HR
--------------------------- */
.elegant-hr {
  border: none;
  height: 1px;
  background-color: black;
  position: relative;
  margin: 20px 0;
}


/* Overlay
--------------------------- */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.5s;
  z-index: 998;
  font-family: 'TT Firs Neue Trl', sans-serif;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}

#countdown {
  color: white;
  font-size: 12rem;
  opacity: 0;
  transition: opacity 0.5s;
}
#overlayinstructions {
  color: white;
  margin-bottom: 10vh;
  text-align: center;
  padding: 0 2em;
}
#loading-text {
  color: white;
  font-size: 1rem;
  margin-top: 10vh;
}




 /* ----------------------------------------------
  * Generated by Animista on 2024-1-24 17:11:39
  * Licensed under FreeBSD License.
  * See http://animista.net/license for more info. 
  * w: http://animista.net, t: @cssanimista
  * ---------------------------------------------- */
 
 /**
  * ----------------------------------------
  * animation text-focus-in
  * ----------------------------------------
  */
 @-webkit-keyframes text-focus-in {
   0% {
     -webkit-filter: blur(12px);
             filter: blur(12px);
     opacity: 0;
   }
   100% {
     -webkit-filter: blur(0px);
             filter: blur(0px);
     opacity: 1;
   }
 }
 @keyframes text-focus-in {
   0% {
     -webkit-filter: blur(12px);
             filter: blur(12px);
     opacity: 0;
   }
   100% {
     -webkit-filter: blur(0px);
             filter: blur(0px);
     opacity: 1;
   }
 }


/* Error
--------------------------- */
#error {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.3s;
  z-index: 9999;
  width: 300px;
  max-width: 80vw;
  opacity: 1;
  font-size: 1.2em;
}
#error img {
  max-width: 100%;
}
#error.hide {
  opacity: 0;
  visibility: hidden;
  transition: visibility 2s, opacity 1s 1s;
}


/* Exit button
----------------------------- */
.exitbutton {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 5px;
  z-index: 99998;
}

.exitbutton.hide {
  display: none;
}



canvas {
  z-index: 99999;
}
body > div > svg {
    right: 10px;
    top: 20px;
    zoom: 1.5;
}
#slides div {
  display: none;
}
#ARButton {
  display: none; 
  font-size: 1em !important;
  border-width: 2px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  opacity: 1 !important;
}