@font-face {
  font-family: myCustomFont;
  src: url(./font/SegoeTVRegular.TTF);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif, "Times New Roman", Times, serif;
  user-select: none;
}
:root {
  --bg_blue: #0c1f3f;
  --bg_red: #da2828;
  --text_white: #fff;
  --text_black: #333;
}

#hiddenForm{
  visibility: hidden;
  position: fixed;
  top: 0;
}
.visibilityHidden {
  visibility: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Oswald", sans-serif, "Times New Roman", Times, serif;

}

#main {
  position: relative;
  overflow: hidden;
}

#page {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f1f1f1;
}

#page1 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f1f1f1;
  /* display: none !important;  */
  width: 0px;
  height: 0px;
}

#page2 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f1f1f1;
  /* display: none !important; */
  width: 0px;
  height: 0px;
}

#page3 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f1f1f1;
  /* display: none !important; */
  width: 0px;
  height: 0px;
}

canvas {
  position: relative;
  z-index: 9;
  max-width: 100vw;
  max-height: 100vh;
  filter: blur(5px);
  background-image: url(./images/image0001.webp);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
}

#loop {
  display: flex;
  position: absolute;
  top: 30%;
  height: 25%;
  width: 100%;
  font-size: 100px;
  white-space: nowrap;
  /* font-family: "myCustomFont", "Times New Roman", Times, serif; */
}

#loop>h1 {
  font-weight: 400;
  animation-name: anim;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#loop>h1>span {
  -webkit-text-stroke: 1.2px #000;
  color: transparent;
  font-weight: 500;
}

@keyframes anim {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7%;
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 0px 30px;
}

#nav>h3 {
  /* font-family: "myCustomFont", "Times New Roman", Times, serif; */
  font-weight: 400;
  font-size: 22px;
}

#nav>button {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #000;
  color: var(--text_white);
  border: none;
}

#page>h3 {
  position: absolute;
  top: 55%;
  font-weight: 400;
  color: #7c7c7c;
  left: 5%;
}

#page>h4 {
  position: absolute;
  top: 62%;
  left: 25%;
  font-weight: 500;
}

#page1>#right-text {
  position: absolute;
  top: 30%;
  left: 10%;
}

#page1>#right-text>h3 {
  font-weight: 400;
  color: #7c7c7c;
}

#page1>#right-text>h1 {
  line-height: 1.5;
  font-size: 50px;
}

#page1>#left-text {
  position: absolute;
  top: 50%;
  right: 10%;
  text-align: end;
}

#page1>#left-text>h1 {
  font-size: 50px;
  line-height: 1.5;
}

#page1>#left-text>h3 {
  color: #7c7c7c;
  font-weight: 400;
}

#page2>#text1 {
  position: absolute;
  top: 30%;
  left: 10%;
}

#page2>#text1>h3 {
  color: #7c7c7c;
  font-weight: 400;
}

#page2>#text1>h1 {
  font-size: 60px;
  line-height: 1.5;
}

#page2>#text2 {
  position: absolute;
  top: 55%;
  right: 10%;
  text-align: end;
}

#page2>#text2>p {
  color: #7c7c7c;
  font-weight: 400;
}

#page3>#text3 {
  position: absolute;
  top: 40%;
  right: 10%;
  text-align: end;
}

#page3>#text3>h3 {
  color: #7c7c7c;
  font-weight: 400;
}

#page3>#text3>h1 {
  font-size: 70px;

}

#loader {
  /* font-size: 24px; */
  font-weight: bold;
  background: white;
  color: black;
  font-size: 30px;

}

.lock-scroll {
  height: 100vh;
  overflow: hidden;
}

/* Hide scrollbar but allow scrolling */
/* Hide scrollbar but allow scroll events */
body {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.telescopeText {
  position: fixed;
  top: 20%;
  left: 20%;
  z-index: 10000;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--text_white);
  font-size: 36px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  display: none !important;
}




.activity, .popup, .company-btn, .core-values {
  display: none;
  position: fixed;
  z-index: 3;
}

.activity {
  position: fixed;
  transform: translate(-50%, -50%) !important;  
  color: var(--text_white);
  padding: 25px;
  border-radius: 30px;
  width: 90%;
  max-width: 1200px;
  font-size: 26px;
  line-height: 1.4;
  opacity: 0;
  display: none;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  height: fit-content !important;
  max-height: 95vh;
  overflow-y: auto;
}

/* Vision section: top, slide in from left */
#visionSection {
  /* top: 50px; */
  left: -100%;
  /* offscreen left */
  /* max-width: 800px !important; */

  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7), 0px 8px 13px rgb(2 2 2 / 10%), 0px 18px 23px rgba(0, 0, 0, 0.1) !important;
}

#visionSection h3 {
  font-size: 178px;
  padding-bottom: 15px;
  text-align: center;
}

#visionSection p {
  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
}

/* Activity section: bottom, slide in from right */
#activitySection {
  position: fixed;
  /* bottom: 50px; */
  top: 50%;
  left: 50%;
  transform: translate(100vw, 0);
  /* START offscreen right */
  /* opacity: 0; */
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  width: max-content !important;
  display: block;
  font-size: 48px;
}


.activity input {
  transform: scale(2);
  margin-right: 10px;
}

#activitySection h3 {
  font-size: 108px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#activitySection h3 span, .activity .coinDiv {
  font-size: 46px;
}
.activity .coinDiv img{
    max-width: 32px;
  }
.activity ul {
  list-style: none;
  padding: 0;
}

.activity li {
  margin: 10px 0;
}

.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white; */
  background: var(--bg_blue);
  padding: 35px 50px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  text-transform: uppercase;
  text-transform: uppercase;
  border: 5px solid var(--bg_red);
  color: var(--text_white);
}

.popup button {
  margin: 20px 10PX;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
}

#confirmYes,#scanYes {
  background-color: #4CAF50;
  color: var(--text_white);
}

#confirmYes:hover,#scanYes:hover {
  background-color: #41c846;
}

#confirmNo,#scanNo {
  background-color: var(--bg_red);
  color: var(--text_white);
}

.company-btn {
  display: none;
  position: fixed;
  /* top: 330px; */
  bottom: 25px;
  left: 50.5%;
  transform: translateX(-50%);
  z-index: 99999;
  /* padding: 20px 50px; */
  padding: 10px;
  /* font-size: 24px; */
  font-size: 42px;
  /* background-color: transparent; */
  background-color: var(--bg_blue);
  color: var(--text_white);
  border: 2px solid var(--text_white);
  border-radius: 10px;
  cursor: pointer;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  text-transform: uppercase;
  max-width: max-content;
}

#confirmNo:hover,#scanNo:hover {
  background: var(--bg_red);
}

.resumeButton {
  position: absolute;
  top: 70%;
  left: 58%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  display: none;
  cursor: pointer;
  border-radius: 8px;
}

.resumeButton:hover {
  background: rgba(230, 230, 230, 0.3);
}


#doorOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  display: none;
}

.door-icon {
  position: absolute;
  top: 34%;
  font-size: 32px;
  cursor: pointer;
  user-select: none;
  transform: translate(-50%, -50%);
}

.door-icon img {
  max-width: 48px;
}

.door-label {
  position: absolute;
  top: 45%;
  /* position below the icon */
  transform: translateX(-50%);
  color: var(--text_white);
  font-weight: bold;
  display: none;
  z-index: 6;
  pointer-events: none;
  font-size: 20px;
  max-width: 160px;
  text-align: center;
  display: none !important;
}

.door-label[data-id="1"] {
  left: 20.5%;
}

.door-label[data-id="2"] {
  left: 35.2%;
}

.door-label[data-id="3"] {
  left: 50%;
}

.door-label[data-id="4"] {
  left: 65.2%;
}

.door-label[data-id="5"] {
  left: 80%;
}



#resumeBtn {
  position: fixed;
  top: 45%;
  left: 57%;
  /* z-index: 10000; */
  z-index: -100;
  padding: 10px 20px;
  /* background: var(--bg_red); */
  background: var(--bg_blue);
  color: var(--text_white);
  font-size: 36px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  border: 2px solid var(--text_white);
  border-radius: 10px;
  width: max-content;
}

#resumeBtn.active {
  position: fixed !important;
  top: 50px !important;
  bottom: auto !important;
  left: auto !important;
  right: 20px !important;
  z-index: 10000 !important;
  padding: 20px 35px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
  border: medium !important;
  background: var(--bg_red) !important;
  color: var(--text_white) !important;
  cursor: pointer !important;
  width: auto !important;
  height: auto !important;
  text-transform: uppercase !important;
}

#resumeBtn.active:hover, .company-btn:hover,.doorIconText:hover {
  background: var(--bg_red);
}

#resumeBtn.zIndex {
  z-index: 1000000000;
  cursor: pointer;
}

#resumeBtn.zIndex:hover {
  background: var(--bg_red);
}


.quiz-container {
  max-width: 800px;
  margin: auto;
  /* background: var(--text_white); */
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
  background: var(--bg_blue);
  color: var(--text_white);
  border: 5px solid var(--bg_red);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

.question {
  margin-bottom: 20px;
}

.question h4 {
  margin-bottom: 10px;
}

label {
  margin-right: 15px;
}

.btn-submit {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  background: var(--bg_red);
  color: var(--text_white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
}

.btn-submit:hover {
  background: var(--bg_red);
}
.blankContainer {
  max-width: 500px;
  margin: auto;
  /* background: var(--text_white); */
  background: var(--bg_blue);
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  color: var(--text_white);
  border: 5px solid var(--bg_red);
}

.blankContainer .sentence {
  font-size: 20px;
  margin-bottom: 20px;
}

.blankContainer .handwritten {
  font-weight: bold;
}

.blankContainer .word-box {
  display: inline-flex;
  margin: 5px;
}

.blankContainer input[type="text"] {
  width: 20px;
  height: 30px;
  font-size: 16px;
  margin: 2px;
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--text_white);
  background: transparent;
  color: var(--text_white);
}

.blankContainer input[disabled] {
  color: var(--text_black);
  font-weight: bold;
}

.blankContainer .btn-check {
  padding: 10px 20px;
  font-size: 16px;
  background: var(--bg_red);
  color: var(--text_white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.blankContainer .btn-check:hover {
  background: var(--bg_red);
}

.blankContainer .message {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  
}

.blankContainer .correct {
  color: green;
}

.blankContainer .incorrect {
  color: var(--bg_red);
}



.lastPopup {
  background: var(--bg_blue);
  color: var(--text_white);
  padding: 30px;
  border-radius: 30px;
  border: 5px solid var(--bg_red);
  max-width: 700px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

.banner h2 {
  margin: 0;
  font-size: 30px;
  color: var(--text_white);
}

.banner p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.message {
  margin-top: 15px;
  font-size: 26px;
  color: var(--text_white);
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

.score {
  margin-top: 10px;
  font-size: 20px;
  color: var(--text_white);
  text-align: center;
}


input:focus {
  outline: none;
  box-shadow: none;
}


.fabContainer { 
  /* max-width: 800px; */
  max-width: 550px;
  margin: auto;
  /* background: var(--text_white); */
  background: var(--bg_blue);
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 9999;
  color: var(--text_white);
  border: 5px solid var(--bg_red);
  top: auto;
  left: 54%;
  transform: translate(-54%, -10px);
  bottom: 10px;
  max-height: 95vh;
  overflow-y: auto;
}

.fabContainer h2 {
  color: var(--text_black);
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: var(--text_white);
}

.coin-note {
  font-size: 20px;
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.coin-note img {
  max-width: 25px;
}

.fabContainer .note {
  font-style: italic;
  color: var(--text_black);
  margin-top: -10px;
  margin-bottom: 20px;
}

.fabContainer p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.fabContainer textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  resize: vertical;
  margin-bottom: 15px;
}

.fabContainer .btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background: var(--bg_red);
  color: var(--text_white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.fabContainer .btn:hover {
  background: var(--bg_red);
}

.fabContainer .feedback {
  margin-top: 20px;
  font-size: 18px;
  color: green;
  display: none;
}

.gifDiv {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
}

.door-icon1 {
  left: 22%;
}

.door-icon2 {
  left: 36%;
}

.door-icon3 {
  left: 50%;
}

.door-icon4 {
  left: 64%;
}

.door-icon5 {
  left: 79%;
}
.activity {
    /* transform: translate(-50%, 0) !important; */
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
  }
 .company-btn {
    /* top: 40%; */
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    /* padding: 0; */
    width: max-content;
  }


  .teamNameInputDiv{
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
    z-index: 9;
    width: 1000px;
    /* display: grid; */
    gap: 10px;
    font-size: 25px;
    color: var(--text_white);
    text-transform: uppercase;
    /* background: rgba(0, 0, 0, 0.5);
    background: rgb(48 48 48 / 50%); */
    background: rgba(12,31,63,0.5);
    padding: 30px;
    display: none;
    opacity: 0;
    text-align: center;
    border-radius: 30px;
  }
  .teamNameInputDiv input{
    padding: 10px;
    border-radius: 12px;
    border: 0;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
  }
  .redBtn{
    border-radius: 12px;
    font-size: 30px;
    display: block;  
    padding: 10px;    
    /* background: var(--bg_red); */
    background: var(--bg_blue);
    color: var(--text_white);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all;
    width: 100%;
    border-radius: 10px;
    text-transform: unset;
    margin: 0 auto;
    max-width: max-content;
    border: 2px solid var(--text_white);
    text-transform: uppercase;
  }
  .teamNameInputDiv .redBtn{
    font-size: 25px;
  }
  .redBtn:hover{
    background: var(--bg_red);
  }
.doorIconText,#proceedToQuizBtn{
  position: fixed;
  /* top: 18%; */
  left: 50%;
  transform: translate(-50%, -18%);
  z-index: 99999;
  text-transform: uppercase;
  cursor: pointer;
}
.doorIconText{
  width: max-content;  
  border: 2px solid var(--text_white);
  border-radius: 10px;
  cursor: pointer;
  color: var(--text_white);
  padding: 10px;
  background-color: var(--bg_blue);
  top: auto;
  bottom: 25px;
}
#proceedToQuizBtn{
  /* top: 12%; */
  transform: translate(-50%, -12%);
}
#proceedToQuizBtn{
  width: max-content;
  color: var(--text_white);
  padding: 10px;
  background-color: var(--bg_blue);
  top: auto;
  bottom: 25px;
}
#qrBtn{
  top: auto;
  transform: translate(-50%, -30%);
}
button,.trueFalseHeading{
  text-transform: uppercase;
}
.trueFalseHeading img{
  max-width: 25px;
}
.coin-note.mt-3{
  margin-top: 10px;
}
#successModal.modal, #failedModal.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#successModal .modal-content, #failedModal .modal-content {
  /* background: white; */
  background: var(--bg_blue);
  padding: 30px;
  /* border-radius: 20px; */
  border-radius: 30px;
  text-align: center;
  animation: fadeInUp 0.8s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  color: var(--text_white);
  border: 5px solid var(--bg_red);
  max-width: 95%;
}

#successModal .success-title, #failedModal .success-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  animation: popIn 0.5s ease-out;
}

#successModal .coin-earned, #failedModal .coin-earned {
  font-size: 1.4rem;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in;
}

#successModal .coin-animation, #failedModal .coin-animation {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url('./dollar.png') no-repeat center center;
  background-size: contain;
  animation: spinCoin 2.5s ease-out;
  margin-bottom: 15px;
}
.headerIcon{
  font-size: 3.5rem;
  margin-bottom: 10px;
  animation: popIn 0.5s ease-out;
}

#successModal .animated-text, #failedModal .animated-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: var(--text_white);
  animation: fadeInSlide 2s ease-in-out infinite alternate;
  margin-bottom: 15px;
}

@keyframes popIn {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes spinCoin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(720deg); }
}

@keyframes fadeInSlide {
  from {
    transform: translateY(0);
    opacity: 0.7;
  }
  to {
    transform: translateY(-10px);
    opacity: 1;
  }
}


@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.teamNameInputDiv button#nameBtn{
  max-width: 100%;
}
.activityNextBtn{
  text-transform: uppercase;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  display: none;
}
.cafeteriaPause1Btn{
  text-transform: uppercase;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%,-10px);
  z-index: 99999;
  display: none;
}
.quiz-container, .fabContainer, .blankContainer, .lastPopup{
  max-height: 95vh;
  overflow-y: auto;
}
.isQrDoneBtn{    
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -20px);
    display: none;
}
@media(min-width: 1100px) and (max-width: 1600px) {
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  #visionSection h3 {
    font-size: 140px;
  }
  #visionSection p {
    font-size: 48px;
  }
  #activitySection h3 span, .activity .coinDiv {
    font-size: 25px;
  }
  .activity .coinDiv img{
    max-width: 32px;
  }
  .activity{
    max-width: 75% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  .company-btn {
    font-size: 28px;
    /* padding: 0; */
  }

  .door-icon {
    top: 35%;
  }

  .door-icon1 {
    left: 18%;
  }

  .door-icon2 {
    left: 34.5%;
  }

  .door-icon3 {
    left: 50%;
  }

  .door-icon4 {
    left: 65.5%;
  }

  .door-icon5 {
    left: 81.5%;
  }
  #qrBtn{
    left: 52%;
  }
  .fabContainer{
    max-width: 430px;    
  }
}

@media(max-width: 568px) {
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  #successModal .coin-animation, #failedModal .coin-animation {
    width: 60px;
    height: 60px;
  }
  #successModal .modal-content, #failedModal .modal-content{
    padding: 25px;
    max-width: 95%;
  }
  #successModal .success-title, #failedModal .success-title {
    font-size: 2rem;
  }
  #successModal .coin-earned, #failedModal .coin-earned {
    font-size: 1.2rem;
  }
  #activitySection .coinDiv{
    /* text-align: center; */
    margin-left: 30px;
  }
  #activitySection .coinDiv img{
    max-width: 25px;
  }
  .teamNameInputDiv{
    font-size: 18px;
    padding: 15px;
    width: 100%;
  }
  .teamNameInputDiv input,.teamNameInputDiv .redBtn {
    padding: 5px;
    font-size: 18px;
  }
  
  .activity{
    max-width: 100% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  .gifDiv {
    bottom: 10px;
    right: 0px;
  }

  .gifDiv img {
    max-width: 75px;
  }

  #resumeBtn {
    font-size: 16px;
    left: 68%;
    padding: 8px 20px;
  }

  #visionSection {
    padding: 10px;
    /* top: 10px; */
  }

  .activity {
    font-size: 18px;
    /* transform: translate(-50%, 0) !important; */
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    font-size: 28px !important;
  }
  .doorIconText{
    font-size: 11px !important; 
  }

  #visionSection h3 {
    font-size: 65px;
  }

  #visionSection p {
    font-size: 30px;
  }

  #activitySection {
    position: fixed;
    bottom: 10px;
  }

  #activitySection h3 {
    font-size: 48px;
  }

  #activitySection h3 span, .activity .coinDiv {
    font-size: 15px;
  }
.activity .coinDiv img{
    max-width: 20px !important;
  }
  .activity input {
    transform: scale(1);
  }

  .popup {
    width: 95%;
    padding: 20px;
  }

  .popup button {
    margin: 10px 3px;
    padding: 10px;
    font-size: 16px;
    width: 100px;
  }

  .company-btn {
    /* top: 40%; */
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    font-size: 22px;
    /* padding: 0; */
    /* width: max-content; */
  }

  .quiz-container, .fabContainer, .blankContainer, .lastPopup {
    width: calc(100% - 10px);
    padding: 20px;
  }

  .fabContainer h2 {
    font-size: 18px;
  }

  .fabContainer p {
    font-size: 14px;
  }
  .redBtn{
    font-size: 22px;
    padding: 8px;
  }
  .cafeteriaPause1Btn{
    font-size: 12px !important;
  }

}

@media(min-width: 568px) and (max-width: 1024px) {
  .doorIconText{
    font-size: 20px;
  }
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  #activitySection .coinDiv img{
    max-width: 25px;
  }
  .popup{
    padding: 30px;
  }
  #activitySection h3 span, .activity .coinDiv {
    font-size: 25px;
  }
  /* .activity .coinDiv{
    margin-left: 30px;
  } */
  .activity .coinDiv img{
    max-width: 32px;
  }
  .activity{
    max-width: 100% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  .gifDiv {
    bottom: 10px;
    right: 0px;
  }

  .gifDiv img {
    max-width: 120px;
  }

  #resumeBtn {
    left: 65%;
  }

  .activity p{
    /* transform: translate(-50%, 0) !important; */
    left: 50% !important;
    width: 100% !important;
    font-size: 40px !important;
    max-width: 100% !important;
  }
  #visionSection h3 {
    font-size: 120px;
  }
  #activitySection h3 {
    font-size: 80px;
  }
  #activitySection {
    font-size: 30px;
  }

  .company-btn {
    /* top: 40%; */
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    font-size: 30px;
    /* padding: 0; */
    /* width: max-content; */
  }

  .quiz-container, .fabContainer, .blankContainer, .lastPopup {
    width: calc(100% - 50px);
    padding: 20px;
  }
  .cafeteriaPause1Btn{
    font-size: 24px;
  }
}

@media(min-height: 850px) and (max-height: 950px) and (min-width: 1024px) and (max-width: 1300px) {
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  .popup{
    padding: 30px;
  }
  .activity{
    max-width: 75% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  .door-icon1 {
    left: 13%;
  }

  .door-icon2 {
    left: 31.5%;
  }

  .door-icon4 {
    left: 68.5%;
  }

  .door-icon5 {
    left: 88%;
  }
  #qrBtn{
    left: 52%;
  }
}

@media(min-height: 700px) and (max-height: 850px) and (min-width: 1024px) and (max-width: 1300px) {
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  .popup{
    padding: 30px;
  }
  .activity{
    max-width: 75% !important; 
  }
  #visionSection h3 {
    font-size: 120px;
  }
  #visionSection p {
    font-size: 38px;
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  #visionSection h3 {
    font-size: 72px;
  }

  #visionSection p {
    font-size: 30px;
  }

  .company-btn {
    /* top: 40%; */
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    font-size: 22px;
    /* padding: 0; */
    /* width: max-content; */
  }

  .door-icon1 {
    left: 22%;
  }
  .door-icon2 {
    left: 36%;
  }
  .door-icon4 {
    left: 64.5%;
  }
   .door-icon5 {
    left: 79%;
  }
  #qrBtn{
    left: 52%;
  }
}

@media(max-width: 360px){
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  .activity{
    max-width: 100% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
    #resumeBtn {
      font-size: 12px;
    }
}

@media (min-width: 568px) and (max-width: 650px){
  #successModal .modal-content, #failedModal .modal-content{
    max-width: 95%;
  }
  .popup{
    border-radius: 20px;
  }
  .activity{
    max-width: 100% !important; 
  }
  .teamNameInputDiv{
    max-width: 95%;
  }
  #visionSection h3 {
  font-size: 72px;
  }
  #visionSection p {
  font-size: 30px;
  }
}

@media(min-width: 2100px){
  .company-btn {
    /* top: 40%; */
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99999;
    font-size: 48px;
    /* padding: 0;
    width: max-content; */
  }
}