body {
  height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

iframe {
  height: 100%;
  width: 100%;
  /* position: absolute; */
}

button {
  margin: 1rem;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  padding: 1rem 2rem;
  cursor: pointer;
  z-index: 10;
}

#progress {
  position: absolute;
  height: 3px;
  background-color: red;
  left: 0;
  bottom: 0;
}

.blackout {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: white;
  /* //rgba(255, 255, 255, 0); */
  transition: 1000ms ease-in-out;
}

.activateOpacity {
  opacity: 1 !important;
  transition: 500ms ease-in-out;
}

.active {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: scale(1) !important;
  z-index: 9 !important;
  /* background-color: white !important; */
  transition: 500ms ease-in-out;
}

.inactive {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0) !important;
  /* background-color: white !important; */
  transition: 500ms ease-in-out;
}

.tingle-modal {
  background: #ffffff00;
}

.tingle-modal__close {
  opacity: 0;
}

.tingle-modal-box__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0rem 0rem !important;
}

.tingle-modal-box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff00;
  border-radius: 0.5rem;
  width: 70%;
}

.myIframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 4;
  display: none;
}

.activeFrame {
  display: block;
}

#mapMenu {
  position: absolute;
  width: 15rem;
  bottom: 4rem;
  right: 16rem;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-direction: column;
}

#welcomeScreen {
  border: 0;
  left: 0;
  background: #000 url("/assets/newImages/introBg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 8;
  /* transition: 500ms; */
  flex-direction: column;
}

#welcomeBtn,
#welcomeBtnNav {
  margin-top: 2rem;
  cursor: pointer;
}

#welcomeBtn:hover,
#welcomeBtnNav:hover {
  opacity: 0.9;
  transform: scale(1.1);
}

#navigationScreen {
  border: 0;
  left: 0;
  background: url("/assets/newImages/introBg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 1; */
  /* z-index: 7; */
  /* transition: 500ms; */
  display: none;
  flex-direction: column;
}
#landingScreen {
  border: 0;
  left: 0;
  /* background: url("/assets/newImages/introBg.jpg"); */
  background: #000000  url("/assets/newImages/introBg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 1; */
  z-index: 3;
  /* transition: 500ms; */
  /* display: none; */
  flex-direction: column;
}

#landingScreen>:nth-child(2){
  margin-top:3.5rem;
}

#landingScreenButtons{
  display: flex;
}

.container_ns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#logoutBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#logoutBtn > img {
  cursor: pointer;
}

/* form css */
.question-form__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(24px);
  align-items: center;
  padding: 2rem 3rem;
  height: 100%;
  width: 100%;
  font-family: "PROXIMA NOVA A";
  border-radius: 10px;

  /* display: none; */
  /* position: absolute;
  inset: 0;
  z-index: 200;
  background-color: #d6d6d6; */
}

.form-heading {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: fit-content;
  width: max-content;
  padding: 1rem 1.2rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.form-body {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.form-questions {
  font-size: 1.5rem;
  padding-top: 1rem;
  width: 50%;
  font-weight: 400;
}

.form-question__img {
  width: 35%;
}
.form-control__input {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0.8rem 1rem;
  width: 100%;
  resize: none;
  font-size: 1.3rem;
  font-family: "PROXIMA NOVA A";
  color: #fff;
}
.form-control__input::placeholder {
  color: #fff;
}
#formNextBtn {
  position: relative;
  padding: 1rem 3rem;
  border: none;
  outline: none;
  color: #fff;
  background: #ea7e33;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 27.5px;
  margin-top: 2rem;
}
#subtitlePreview {
  position: fixed;
  bottom: 4rem;
  left: 0;
  right: 0;
  letter-spacing: 0.10rem;
  text-align: center;
}

#loadingScreenInstructions{
  position: fixed;
  bottom: 2rem;
  left: 0;
  right: 0;
  letter-spacing: 0.10rem;
  text-align: center;
  font-family: Proxima Nova A;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
}

#svg_icon{
  /* margin-top: 0.2rem; */
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: -7px;
}