@font-face {
  font-family: f;
  src: url("/media/games/bridge-of-doom/fonts/LilitaOne-Regular.ttf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/bridge-of-doom/background.jpg");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #content #bg-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #background-elems {
  position: absolute;
  width: 100%;
  height: 100%;
}
#full-area #game-area #content #background-elems img {
  position: absolute;
  width: 100%;
}
#full-area #game-area #content #background-elems #trees-gif {
  width: 100%;
  z-index: 10;
}
#full-area #game-area #content #background-elems #water-gif {
  height: 102%;
}
#full-area #game-area #content #background-elems #mountains-gif {
  height: 102%;
}
#full-area #game-area #content #background-elems #moon-gif {
  top: -32%;
  width: 80%;
  margin-left: 10%;
}
#full-area #game-area #content .btnn {
  width: 300px;
  background: #000000bd;
  cursor: pointer;
  color: white;
  font-size: 37px;
  border-radius: 20px;
  border: 2px solid white;
  padding: 12px 0;
  outline: none;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #home-btns {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
#full-area #game-area #content #home-section #home-btns img {
  height: 350px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 135px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #intro-section {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a6;
  display: flex;
  justify-content: center;
  z-index: 999999;
}
#full-area #game-area #content #intro-section img {
  margin: 0 -50px;
}
#full-area #game-area #content #intro-section #intro-sprite {
  height: 80%;
  top: 10%;
  position: relative;
}
#full-area #game-area #content #intro-section #intro-sequence {
  height: 50%;
  top: 10%;
  position: relative;
  animation: seqAnim 1.7s infinite;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: #00000097;
}
#full-area #game-area #content #end-section .content {
  width: 60%;
  height: 64%;
  position: relative;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: url("/media/games/bridge-of-doom/images/english/game-over-box.png");
  background-size: cover;
  opacity: 0;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: -4%;
  z-index: 2;
  position: relative;
  top: 40px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  padding-top: 80px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 80px;
  cursor: pointer;
  display: flex;
  margin: -7px auto;
}
#full-area #game-area #content #bats {
  position: absolute;
  z-index: 9999;
}
#full-area #game-area #content #bats div {
  width: 120px;
  position: absolute;
  transform: translate(50px, 50px);
}
#full-area #game-area #content #bats div img {
  width: 100%;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 9999;
}
#full-area #game-area #content #play-section #lottie-animation {
  height: 100%;
  position: absolute;
  z-index: 7766279631452241919;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
}
#full-area #game-area #content #play-section #BOD-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  left: 20px;
  z-index: 99999;
  color: white;
  font-size: 80px;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.336);
  animation: scale 1.5s infinite;
  font-family: f;
  letter-spacing: 1px;
  color: skyblue;
  text-transform: uppercase;
  display: none;
}
#full-area #game-area #content #play-section #score {
  color: white;
  background: #0000006e;
  position: absolute;
  padding: 9px 40px;
  font-size: 35px;
  font-family: f;
  margin: 25px;
  border-radius: 20px;
  font-style: italic;
  border: 2px solid white;
}
#full-area #game-area #content #play-section .content {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #content #play-section .content #word {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  max-width: 30%;
  height: 30%;
  animation: wordAnim 1.5s infinite;
}
#full-area #game-area #content #play-section .content #word img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transform: scale(0);
}
#full-area #game-area #content #play-section .content #witch {
  position: absolute;
  width: 17%;
  z-index: 9999;
  transform: translate(1000px, 200px) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #witch img {
  width: 100%;
  position: absolute;
}
#full-area #game-area #content #play-section .content #witch #seq-2 {
  width: 70%;
  left: 20px;
  top: -10px;
  animation: seqAnim2 2s infinite;
}
#full-area #game-area #content #play-section .content #bridge {
  position: absolute;
  z-index: 99;
  width: 90%;
  top: 110.2%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  margin-top: -4px;
}
#full-area #game-area #content #play-section .content #character {
  position: absolute;
  height: 80%;
  transform: translate(410px, 318px) scale(0.9);
  z-index: 99;
  width: 450px;
}
#full-area #game-area #content #play-section .content #character img {
  height: 100%;
  position: relative;
  left: 50%;
  top: 23.5px;
  transform: translateX(-45%) scale(0.9);
}
#full-area #game-area #content #play-section .content #character .jump {
  transform: translateX(-50%) scale(1);
  top: 0px;
  transition: 0s;
  opacity: 1;
}
#full-area #game-area #content #play-section .content #character .idle {
  transform: translateX(-45%) scale(0.9);
  top: 23.5px;
  transition: 0s;
  opacity: 1;
}
#full-area #game-area #content #play-section .content #character .fall {
  transform: translateX(-45%) translateY(45%) scale(0.05);
  top: 23.5px;
  opacity: 0;
  z-index: -1;
  transition: 0.65s;
}
#full-area #game-area #content #play-section .content #tiles {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-top: -3px;
}
#full-area #game-area #content #play-section .content #tiles div {
  width: 419px;
  height: 182px;
  position: absolute;
  transition: 0.2s;
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(1) {
  top: 230px;
  left: -5px;
  transform: scale(1);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(2) {
  top: 230px;
  left: -425px;
  transform: scale(1) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(3) {
  top: 95px;
  left: -50px;
  transform: scale(0.3) scaleY(1.7) scaleX(2.5);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(4) {
  top: 95px;
  left: -363px;
  transform: scale(0.3) scaleY(1.7) scaleX(2.5) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(5) {
  top: 28px;
  left: -95px;
  transform: scale(0.92) scaleY(0.28) scaleX(0.6);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(6) {
  top: 26px;
  left: -330px;
  transform: scale(0.92) scaleY(0.29) scaleX(0.6) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(7) {
  top: -12px;
  left: -119px;
  transform: scale(0.73) scaleY(0.26) scaleX(0.6);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(8) {
  top: -14px;
  left: -310px;
  transform: scale(0.75) scaleY(0.24) scaleX(0.6) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(9) {
  top: -45px;
  left: -138px;
  transform: scale(0.58) scaleY(0.34) scaleX(0.6);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(10) {
  top: -45px;
  left: -288px;
  transform: scale(0.58) scaleY(0.34) scaleX(0.6) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(11) {
  top: -72px;
  left: -152px;
  transform: scale(0.75) scaleY(0.16) scaleX(0.4);
}
#full-area #game-area #content #play-section .content #tiles div:nth-child(12) {
  top: -71px;
  left: -274.5px;
  transform: scale(0.76) scaleY(0.17) scaleX(0.38) rotateY(180deg);
}
#full-area #game-area #content #play-section .content #tiles .normal {
  background: url("/media/games/bridge-of-doom/images/tile.png");
  background-size: cover;
}
#full-area #game-area #content #play-section .content #tiles .correct {
  background: url("/media/games/bridge-of-doom/images/tile2.png");
  background-size: cover;
}
#full-area #game-area #content #play-section .content #tiles .incorrect {
  background: url("/media/games/bridge-of-doom/images/tile3.png");
  background-size: cover;
}
#full-area #game-area #content #play-section .content #tiles .crash {
  background: url("/media/games/bridge-of-doom/images/tile4.png");
  background-size: cover;
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes wordAnim {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(-5deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.96) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(15deg);
    transform-origin: bottom left;
  }
  50% {
    transform: scale(0.96) rotate(5deg);
    transform-origin: bottom left;
  }
  100% {
    transform: scale(1) rotate(15deg);
    transform-origin: bottom left;
  }
}
@keyframes seqAnim2 {
  0% {
    transform: rotateY(180deg) scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: rotateY(180deg) scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: rotateY(180deg) scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
#quiz-footer {
  position: fixed;
  bottom: 0;
  font-style: f3;
  width: 100%;
  /* Ensures the footer is as wide as the viewport */
  height: 15vh;
  /* Sets the height relative to the viewport height */
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: If you want the text to align left inside the footer but also maintain some distance from the sides */
.speedPopUp {
  position: fixed;
  /* Fixed position relative to the viewport */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Center the element */
  width: 50vw;
  /* Responsive width */
  height: 50vh;
  /* Responsive height */
  background-image: url("/media/games/bridge-of-doom/images/english/speedy-answer.png");
  background-size: contain;
  /* Ensure the image fits inside the element */
  background-repeat: no-repeat;
  /* No repetition of the image */
  background-position: center;
  /* Center the background image */
  border-radius: 10px;
  /* Rounded corners */
  display: none;
  /* Not displayed initially */
  z-index: 100;
  /* Ensure it's above other content */
  /* Additional styles for content centering and padding */
  display: none;
  justify-content: center;
  pointer-events: none;
  align-items: center;
  padding: 2vw;
  /* Padding relative to the viewport width */
  box-sizing: border-box;
}

.popup-container {
  position: fixed;
  /* or use 'absolute' if it's within another positioned element */
  top: 0;
  pointer-events: none;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Class to be added when the popup is visible */
.speedPopUp.visible {
  display: flex;
  /* Assuming flex from previous configuration */
  opacity: 1;
}

/* Class to be added for hiding the popup */
.speedPopUp.hidden {
  opacity: 0;
}

.level {
  transition: transform 0.3s ease;
}

.pressed {
  transform: scale(0.5);
  /* Adjust the scale to a suitable level */
}

#full-area #game-area #content #top-info2 {
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

#full-area #game-area #content #top-info2 {
  padding: 3px 30px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 7vh;
  opacity: 1;
  cursor: default;
  text-shadow: 0px 1px 1px black;
}

@media (max-width: 600px) {
  #full-area #game-area #content #home-section #home-btns #logo {
    margin-top: 310px;
    height: 400px;
    margin-left: 10px;
  }
  #full-area #game-area #content #intro-section #intro-sprite {
    transform: scale(0.6);
    margin-left: -250px;
    margin-top: 50px;
  }
  #full-area #game-area #content #intro-section #intro-sequence {
    height: 25%;
    margin-left: -200px;
    margin-top: 150px;
  }
  #full-area #game-area #content #play-section .content #bridge {
    height: 730px;
    width: 1500px;
    margin-top: 0;
  }
  #full-area #game-area #content #play-section .content #witch {
    width: 30%;
  }
  #full-area #game-area #content #play-section .content #BOD-text {
    font-size: 100px;
    top: 130px;
    line-height: 120px;
    left: 10px;
    text-shadow: -3px -3px 0 rgba(0, 0, 0, 0.641), 3px -3px 0 rgba(0, 0, 0, 0.641), -3px 3px 0 rgba(0, 0, 0, 0.641), 3px 3px 0 rgba(0, 0, 0, 0.641);
    color: white;
  }
  #full-area #game-area #content #play-section .content #tiles {
    margin-top: 0;
  }
  #full-area #game-area #content #play-section .content #tiles div {
    width: 419px;
    height: 182px;
    position: absolute;
    transition: 0.2s;
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(1) {
    top: 380px;
    left: 35px;
    transform: scale(1.2);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(2) {
    top: 380px;
    left: -460px;
    transform: scale(1.2) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(3) {
    top: 215px;
    left: -25px;
    transform: scale(0.35) scaleY(2.2) scaleX(2.5);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(4) {
    top: 215px;
    left: -405px;
    transform: scale(0.35) scaleY(2.2) scaleX(2.5) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(5) {
    top: 102px;
    left: -75px;
    transform: scale(0.92) scaleY(0.5) scaleX(0.9);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(6) {
    top: 102px;
    left: -363px;
    transform: scale(0.92) scaleY(0.5) scaleX(0.75) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(7) {
    top: 35px;
    left: -89px;
    transform: scale(0.73) scaleY(0.38) scaleX(0.9);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(8) {
    top: 34px;
    left: -338px;
    transform: scale(0.75) scaleY(0.36) scaleX(0.8) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(9) {
    top: -18px;
    left: -117px;
    transform: scale(0.58) scaleY(0.5) scaleX(0.8);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(10) {
    top: -18px;
    left: -315px;
    transform: scale(0.58) scaleY(0.5) scaleX(0.8) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(11) {
    top: -63px;
    left: -132px;
    transform: scale(0.75) scaleY(0.23) scaleX(0.55);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(12) {
    top: -63px;
    left: -296px;
    transform: scale(0.76) scaleY(0.24) scaleX(0.5) rotateY(180deg);
  }
  #full-area #game-area #content #end-section .content {
    height: 455px;
    width: 95%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 0px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 100px;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content {
    background: url("/media/games/bridge-of-doom/images/background.jpg");
    background-size: cover;
    background-position: center center;
  }
  #full-area #game-area #content .btnn {
    width: 250px;
    font-size: 25px;
  }
  #full-area #game-area #content #home-section #sprite {
    transform: scale(1.5);
    top: 80px;
  }
  #full-area #game-area #content #home-section #logo {
    height: 300px;
    max-height: 300px;
    margin-top: 10px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 90%;
    margin-left: 5%;
    justify-content: space-around;
    display: flex;
    margin-top: -5px;
    transform: scale(0.8);
  }
  #full-area #game-area #content #intro-section #intro-sprite {
    top: 22%;
  }
  #full-area #game-area #content #intro-section #intro-sequence {
    top: 8%;
    margin-left: -5px;
  }
  #full-area #game-area #content #play-section .content {
    width: 1280px;
    height: 800px;
    top: -270px;
    left: -160px;
    transform: scale(0.65);
  }
  #full-area #game-area #content #play-section .content #word {
    top: 40%;
  }
  #full-area #game-area #content #play-section .content #score {
    left: -100px;
    top: 200px;
  }
  #full-area #game-area #content #play-section .content #character {
    transform: translate(410px, 390px) scale(1);
  }
  #full-area #game-area #content #play-section .content #witch {
    left: 100px;
    top: 110px;
    width: 20%;
  }
  #full-area #game-area #content #play-section .content #witch img {
    width: 100%;
  }
  #full-area #game-area #content #play-section .content #tiles {
    top: 470px;
    transform: scale(1);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(1) {
    top: 170px;
    left: -53px;
    transform: scale(0.74);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(2) {
    top: 170px;
    left: -403px;
    transform: scale(0.75) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(3) {
    top: 71px;
    left: -105px;
    transform: scale(0.75) scaleY(0.47) scaleX(0.8);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(4) {
    top: 71px;
    left: -363px;
    transform: scale(0.75) scaleY(0.47) scaleX(0.8) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(5) {
    top: 18px;
    left: -125px;
    transform: scale(0.75) scaleY(0.29) scaleX(0.6);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(6) {
    top: 18px;
    left: -330px;
    transform: scale(0.75) scaleY(0.29) scaleX(0.6) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(7) {
    top: -15px;
    left: -147px;
    transform: scale(0.75) scaleY(0.21) scaleX(0.47);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(8) {
    top: -15px;
    left: -310px;
    transform: scale(0.75) scaleY(0.21) scaleX(0.47) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(9) {
    top: -42px;
    left: -160px;
    transform: scale(0.75) scaleY(0.19) scaleX(0.4);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(10) {
    top: -42px;
    left: -295px;
    transform: scale(0.75) scaleY(0.19) scaleX(0.4) rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(11) {
    top: -60px;
    left: -175px;
    transform: scale(0.75) scaleY(0.12) scaleX(0.32);
  }
  #full-area #game-area #content #play-section .content #tiles div:nth-child(12) {
    top: -60px;
    left: -279px;
    transform: scale(0.75) scaleY(0.12) scaleX(0.31) rotateY(180deg);
  }
  #full-area #game-area #content #end-section .content {
    position: relative;
    top: 50%;
    left: 50%;
    height: 89%;
    background: url("/media/games/bridge-of-doom/images/game-over-box.png");
    background-size: cover;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 50%;
    margin-top: -2%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    transform: translate(-50%, -50%) scale(0.8);
    margin-top: 0px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 75px;
  }
  #full-area #game-area #content #scoreboard-section #scores {
    width: 900px;
    transform: translate(-50%, -50%) scale(0.65);
  }
  #full-area #game-area #content #scoreboard-section #back-btn {
    margin: -10px 0px;
    transform: translate(-100%, -100%) scale(0.8);
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.css.map */
