/* Universal box-sizing */
* {
  box-sizing: border-box;
}

.someclass {
  color: red;
}

/* Reset body margins and padding */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  display:block;
  margin: 0 auto;
  max-width: 1920px;
  max-height: 1080px;
  min-width: 1920px;
  min-height: 1080px;
  position: relative;
  overflow:hidden;
  /* margin-top: 10px; */
  box-sizing: border-box;
  
}
input{
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 10px;
  border: solid 4px #ec1b25;
  font-weight: 700;
  margin-bottom: 6px;
}

img{
  max-width: 100%;
  position: relative;
}

.game{
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  /* min-height: 640px; */
  max-height: 1080px;
  min-height: 1080px;
  width: 100%;
  position: relative;
  /* padding: 20px 0; */
  /* border-radius: 25px; */
  overflow: hidden;
}

.splash-left{
  position: absolute;
  z-index: 10;
  width: 1124px;
  max-width: unset !important;
  left: -45px;
  top: -40px;
  transition: 1s;
  transition-timing-function: ease;
}
.splash-right{
  position: absolute;
  z-index: 11;
  width: 1033px;
  max-width: unset !important;
  right: -64px;
  top: -40px;
  transition: 1s;
  transition-timing-function: ease;
  
}

.splash-offset-right{
    position: absolute;
    z-index: 100;
    right: 150px;
    top: 150px;
    width: 450px;
    transition: 2s;
    transition-timing-function: ease;
}

.splash-offset-left{
    position: absolute;
    z-index: 100;
    left: 150px;
    top: 190px;
    width: 450px;
    transition: 2s;
    transition-timing-function: ease;
}

.city{
  max-width: unset !important;
  width: 100%;
  left: 1%;
  right: 0;
  top: -4%;
  position: absolute;
  transition: 30s;
  transition-timing-function: ease;
}

#animation img {
  display: none;
}
#animation img:first-child {
  display: block;
}
#animation{
  position: absolute;
  /* bottom:-2%; */
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}

.running{
  width: 100%;
}

#animation_char img {
  display: none;
  margin: 0 auto;
}
#animation_char img:first-child {
  display: block;
}

.animate-popmie{
  bottom: 0%;
  transition: 0.5s;
  transition-timing-function: ease;
}
#animation_char{
  position: absolute;
  width: 600px;
  min-width: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
  z-index: 3;
}
.finish_line{
  width: 50%;
  max-width: 28%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 44%;
  z-index: 100;
  opacity: 0;
}

/* Style and center the container */
.container {
  /* max-width: 800px; */
  margin: auto;
  min-height: 1080px;
  /* padding: 20px 10px; */
  text-align: center;
  position: relative;
  z-index: 10;
}
.game-start{
  position: absolute;
  top: 100px;
  left: 0;
  right: 0; 
}

/* Style the audio player */
#audio {
  width: 100%;
}

#customerdata{
  position: relative;
  z-index: 20;
}

.startgame{
  display: none;
}

.bendera{
  position: absolute;
  width: 15%;
  top: 2%;
  left: 2%;
  z-index: 10;
}

.top-title{
  max-width: 70%;
  
}

.top-intro{
  max-width: 70%;
  
}

#info{
  display: none;
  font-size: 40px;
  line-height: 32px;
  color: #ec1b25;
  font-family: "Londrina Solid", system-ui;
  font-weight: 900;
  font-style: normal;
  margin: 0 auto;
  margin-bottom: 5%;
}
.masthead{
  width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  transition: 1.5s;
  transition-timing-function: ease;
  z-index: 100;
  /* display: none; */
}

#countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: 1s;
  font-size: 0vw;
  opacity: 50%;
  color: #fff; 
  font-weight: 900;
  z-index: 100;
}
/* Button styles */
#play-pause-button {
  z-index: 100;
  position: relative;
  display: block;
  border: none;
  border-radius: 5px;
  background: url(../img/asset-button.png) no-repeat;
  width: 300px;
  height: 120px;
  background-size: 300px;
  text-align: center;
  margin: 0 auto;
  background-position: center;
  left: 0;
  right: 0;
  bottom: 5%;
  padding: 40px;
  font-size: 3rem;
}

/* Lyrics and current time styles */
#lyrics {
  font-family: 'Sigmar', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px; /* Increased font size */
  text-align: center;
  color: #1E942A;
  text-shadow: 4px -2px 0px white, -2px 2px 0px white,  -2px -2px 0px white, 4px 2px 0px white;
  margin-top: 26px;
  line-height: 26px;
  /* -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgb(255, 255, 255); */
   
  /* padding: 10px; */
}

.character{
  width: 74%;
  display: block;
  position: absolute;
  top: 25%;
  transition: 1.5s;
  transition-timing-function: ease;
  left: -270px;
}


#current-time {
  font-size: 18px;
  font-family: 'Sigmar', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 5px 15px;
  background-color: #D3691A;
  border-radius: 20px;
  color: #fff;
  display: none;
}

.scream{
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  margin: 0 auto;
  z-index: 100000;
  width: 70%;
  transition: 1s;
  transition-timing-function: ease;
}
.icecream{
  width: 35%;
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 15px;
  right: 0;
  left: 0;
  top: 17.5%;
  /* height: 295px; */
}
h2.fix-stroke{
  paint-order: stroke fill;
}
h2.demo {
  padding: 0;
  z-index: 100000;
  margin: 0 auto;
  color: #fff;
  font-weight: 800;
  font-size: 64px;
  display: none;
  -webkit-background-clip: text;
    -webkit-text-fill-color: #ffeb3b;
    -webkit-text-stroke: 16px #ec1b25;
}
.demo{
  transition: 1.5s;
}
.decibelmeter{
  width: 1px;
  height: 45px;
  position: absolute;
  right: 0;
  background: url(../img/progress-full.png) no-repeat;
  background-size: cover;
  z-index: 0;
  top: 42px;
  left: 44%;
  z-index: 10;
}
.winning{
  position: absolute;
  transition: 1.5s;
  transition-timing-function: ease;
  font-size: 0px;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 10;
}

.result{
  /* display: none; */
  position: relative;
  /* background: url(img/result-bg.png) no-repeat; */
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 60px;
  z-index: -1;
  height: 100%;
  background-size: 0;
  background-position: center;
  transition: .3s;
  transition-timing-function: ease;
  color: #9f1117;
}

#result_img{
  position: relative;
  top: 24%;
}

#result_img img{
    display: block;
    width: 22%;
    margin: 0 auto;
    position: relative;
}

.reload_button{
  z-index: 100;
  position: relative;
  display: block;
  border: none;
  border-radius: 5px;
  background-image: url(../img/reload.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 300px;
  width: 300px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  background-position: center;
  left: 0;
  right: 0;
  bottom: 5%;
  padding: 40px;
  font-size: 3rem;
}

/* Mobile styles */

