body {
  margin: 0;
  font-family: "lato", sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  /* user-drag: none; */
}
.yflip {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
}
#vidcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#faceloaderdiv {
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
}
.flex-col {
  flex-direction: column;
}
input::placeholder,
input,
textarea,
textarea::placeholder {
  font-family: Georgia, Times, Times New Roman, serif !important;
  pointer-events: all;
  font-size: 16px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  height: 10%;
  position: fixed;
  bottom: 20px;
  flex-wrap: nowrap;
  align-content: center;
  width: 100%;
  left: 0;
  align-items: center;
}



.containerCheckbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#header .logo {
  width: 50%;
  max-width: 175px;
  top: 0;
  position: absolute;
  z-index: 3;
}

#header .garland {
  width: 150%;
}
.garland-btm {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: auto;
}
.logo-inject {
  width: 75%;
  top: 0;
  height: auto;
  position: absolute;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

#splash-perms-background{
  display: none;
}
#camera-perms{
  background: radial-gradient(circle,rgba(0, 51, 178, 0.6) 0%, rgba(33, 54, 92, 0.6) 100%) !important;
  color: white !important;
  border: 1px solid white !important;
  width: 200px !important;
}
#gyro-perms{
  background: radial-gradient(circle,rgba(0, 51, 178, 0.6) 0%, rgba(33, 54, 92, 0.6) 100%) !important;
  color: white !important;
  border: 1px solid white !important;
  width: 200px !important;

}
#camera-perms-text {
  width: 85%;
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;

  font-size: 15px;
  color: white;
  font-weight: 600;
  font-family: "lato", sans-serif;

}
#gyro-perms-text {
  width: 85%;
  margin-bottom: 1.5rem !important;
  margin-top: 0px !important;
  font-size: 15px;
  color: white;
  font-weight: 600;
  font-family: "lato", sans-serif;

}


#splash-container{
  transform: translateY(250%);
}
#camera-perms-button {
  margin-bottom: 0px !important;
  font-weight: 800;
  font-family: "lato", sans-serif;
  color: white !important;
  border: 1px solid white !important;

  background: linear-gradient(97deg,rgba(144, 75, 57, 1) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 1) 100%);
  bottom: -10%;
  position: absolute;
}
#gyro-perms-button {
  border: 1px solid white !important;
  margin-bottom: 0px !important;
  font-weight: 800;
  font-family: "lato", sans-serif;
  color: white !important;

  background: linear-gradient(97deg,rgba(144, 75, 57, 1) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 1) 100%);
  bottom: -15%;

  position: absolute;
}

#footer-in-3d {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}

#footer-in-3d img {
  margin-left: 15px;
  width: 15%;
  margin-bottom: 15%;
  z-index: 2;
  pointer-events: all;

}

.footer-message {
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(97deg,rgba(144, 75, 57, 1) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 1) 100%);

}

.footer-message h1 {
  text-align: center;
  color: #ffffff;
  font-family: "erbaum", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
#footer-thanks h1 {
  font-family: "erbaum", sans-serif;
  font-weight: 900;  
  text-align: start;
  margin-left: 15px;
  font-size: 0.9rem;
}
#footer-thanks {
  justify-content: space-between;
  height: fit-content;
}

#cta-btn{
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 15px;
  margin-right: 15px;
  background: radial-gradient(circle,rgba(0, 51, 178, 1) 0%, rgba(33, 54, 92, 1) 100%) !important;
  padding: 5px 10px;
  color: white !important;
  text-align: center;
}

#footer-3d {
  width: 85%;
  max-width: 350px;
  height: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background: linear-gradient(97deg,rgba(144, 75, 57, 1) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 1) 100%);

}
#footer-3d h1 {

  text-align: left;

  color: #ffffff;
  font-family: "erbaum", sans-serif;
  font-weight: 900;
  font-size: 0.8rem;
}
#footer-3d img {
  width: auto;
  margin-left: -6%;
  height: 120%;
}

.bg-video {
  width: 102vw;
  height: 102vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background: transparent linear-gradient(269deg, #46110B 0%, #691D25 53%, #46110B 100%) 0% 0% no-repeat padding-box; */
  z-index: -1;
  /* left: 50%;
  transform: translate(-50%, -50%); */
}

#vid-cover {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  transform: scale(0.99);
  /* left: 50%;
  transform: translateX(-50%);
  z-index: 0; */
}
/* #video-container {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */
#video-container {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.intro_video {
  height: auto;
  width: 100%;
  bottom: 0px;
  position: absolute;
  pointer-events: none;
}

#face-filter-btn {
  opacity: 0;
}
#cocktail-btn {
  opacity: 0;
}

#issue-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  /* color: black; */
  background: #00000070;
}
/* #intro_video {
  height: 100%;
  width: auto;
} */
.fade-in-text {
  opacity: 0; /* Start with the text hidden */
  animation: fade-in 3s ease-in-out forwards; /* 2s duration, ease-in-out timing function */
}
.fade-in {
  opacity: 0; /* Start with the text hidden */
  animation: fade-in 1.5s ease-in-out forwards; /* 2s duration, ease-in-out timing function */
}

#cocktail-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
#cocktail-bg-img {
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgb(2 0 36 / 0%) 0%,
    rgba(255, 255, 255, 0) 42%,
    rgb(0 0 0 / 88%) 62%
  );
  /* background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; */
}

.arrow-containers {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  bottom: 12%;
}
.bottom-container p {
  font: normal normal normal 1.1rem/1.35rem Georgia;
}
.current-cocktail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ball {
  background-color: gray;
  border-radius: 50%;
  transition: all 1s;
  height: 15px;
  width: 15px;
}
.active {
  background-color: white;
  transition: all 1s;
}
.btn-container {
  position: absolute;
  width: 90%;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}

#robin-container {
  display: flex;
  place-items: center;
  height: 100vh;
  position: absolute;
  top: 0px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#robin-message {
  /* background-color: #fdf5e5; */

  background: radial-gradient(circle,rgba(0, 51, 178, 1) 0%, rgba(33, 54, 92, 1) 100%) !important;

  display: inline-flex;
  padding: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 80%;
  max-width: 400px;  
  z-index: 3;
}
#robin-message h1 {
  width: 75%;

  color: white;
  text-align: center;
  font-weight: 600;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 104.023%; /* 12.483px */
  margin-bottom: 10px;
  margin-top: 1rem;
}
#robin-message p {
  text-align: center;
  width: 90%;
  color: white;
  text-align: center;
  font-weight: 600;
  font-family: "lato", sans-serif;
  margin: 0px;
  margin-bottom: 1rem;
}
#info-p1{
  margin-bottom: 0px !important;
}

#info-p2{
  margin-top: -10px !important;
  margin-bottom: 5px !important;

}
#clo
se-info {
  transform: translateY(65%);
}

#start-btn {
  width: 75%;
  background-color: #fdf5e5;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #7b2d35;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  border-radius: 0px;
  pointer-events: auto;
  text-align: center;
  box-sizing: border-box;
  color: #7b2d35;
  font-size: 1rem;
}
.line {
  width: 75%;
  height: 2px;
  background: linear-gradient(97deg,rgba(144, 75, 57, 0.4) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 0.4) 100%);
}
.message-p-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "lato", sans-serif;
  font-size: 0.85rem;
}
#cocktail-heading {
  transition: all 0.4s;
}
#cocktail-para1 {
  transition: all 0.4s;
}
#cocktail-para2 {
  transition: all 0.4s;

  width: 80%;
}

#viddiv {
  background: linear-gradient(97deg,rgba(144, 75, 57, 1) 0%, rgba(201, 84, 68, 1) 50%, rgba(144, 75, 57, 1) 100%);

}
.btn-media {
  width: 42vw;
  height: 50px;
  box-sizing: border-box;
  background-color: #fdfaeb;
  padding: 0.5rem;
  margin-right: 1.6rem;
  border-radius: 3px;
  display: flex;
  color: black;
  align-items: center;
  justify-content: center;
  /* font: normal normal bold 1rem/1rem Georgia !important; */
  font-size: 1.1rem;

  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-content: center;
}
.btn-media.margin-right {
  margin-right: 0;
}

.media-txt {
  top: 4%;
  width: 100%;
  text-align: center;
  /* font: normal normal 600 1rem/1rem Georgia !important; */

  font-size: 1.1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;

  letter-spacing: 0px;
  color: #e4b097;
  position: absolute;
  font-size: 1rem;
}
.btn-med {
  text-align: center;
}

#vidpreview,
#picpreview {
  border: 5px solid #fdfaeb !important;
}

#progress-container {
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  background: #83242c;
  width: 50%;
  margin: 1rem 0rem 0rem 0rem;
  height: 8px;
}
#progress-bar {
  border-radius: 4px;
  background-color: rgb(252, 250, 236);
  width: 10%;
  height: 8px;
  animation: progress-in 3s ease-in-out forwards; /* 2s duration, ease-in-out timing function */
}
.download-container {
  position: absolute;
  height: 100%;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 4;
}
.content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-container h2 {
  text-align: center;
  font: normal normal normal 16px/16px Georgia;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 1.4rem;
}

#blockdesk-title {
  font-weight: bold;
}
#issue-instruction{
  color: white;

}
#issue-description {
  font-size: 18px !important;
  font-weight: bold;
  width: 80% !important;
  color: white;
}

#no-landscape-background-image-0 {
  z-index: -1;
}
.paper-cut {
  width: calc(100% + 24px);
  transform: rotate(180deg);
  flex: 0;
  position: relative;
  top: -12px;
}
.paper-cut-bottom {
  width: calc(100% + 24px);

  position: relative;
  bottom: -12px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* .flex-container {
  transform: scale(1.05);
} */

.recordCircle {
  transform: scale(1.2);
  pointer-events: none;
  transition: all 1s;
}
#capture-buttons {
  bottom: 20% !important;
}

.content-container img {
  width: 40%;
}
.element-with-pulse {
  animation: pulse 2s; /* Adjust the duration as needed */
  animation-iteration-count: 1; /* Play the animation only once */
  opacity: 1;
}

#masking {
  width: 100%;
  position: absolute;
  height: 100%;
  /* background: #83242C; */
  background: #fdfaeb;
  opacity: 0;
  pointer-events: none;
  top: 0px;
  transition: all 1s;
  z-index: 2;
}



#cocktail-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
#cocktail-bg-img {
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter-cover{
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgb(2 0 36 / 0%) 0%, rgba(255,255,255,0) 42%, rgb(0 0 0 / 88%) 62%);
  /* background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; */
}
#cocktail-ui h1 {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font: normal normal normal 2rem/2.2rem Georgia;
}
.arrow-containers {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.current-cocktail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#cocktail-img-container{
  bottom: 15px !important;

}
#cocktail-img-container img{
  width: 15%;

}

#close-info{
  margin-top: 1rem;
}


@keyframes progress-in {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 375px) {
  /* .bottom-container p {
    font: normal normal normal 0.9rem/1.1rem Georgia;
  } */
  .bottom-container {
    bottom: 14%;
  }
  .message-p-container {
    font-weight: 600;
    font-family: "lato", sans-serif;
    margin-top: 5px;
    margin-bottom: 0px;

    font-size: 0.75rem;
  }
  .paper-cut-bottom{
    bottom: -6px;
  }
  .paper-cut{
    top: -6px;
  }

  #robin-message h1 {
    margin-top: 1rem;
    font-size: 2rem;
  }


  #start-btn {
    margin-bottom: 5px;
  }
  #footer-thanks h1 {
    font-size: 0.7rem;
  }

  #cta-btn{
    font-size: 0.7rem;

  }

  #scene-title{
    font-size: 0.8rem;
  }
}

