.phone-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.phone-thq-body-elm {
  gap: 0px;
}
 
.phone-thq-header-elm {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.phone-thq-title-elm {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.phone-text1 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.phone-thq-help-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.phone-thq-close-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.phone-thq-phone-elm1 {
  position: relative;
}
 
.phone-thq-content-elm2 {
  width: 28vh;
  height: auto;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.phone-navlink {
  display: contents;
}
 
.phone-thq-whats-up-elm1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
}
 
.phone-thq-whats-up-elm2 {
  width: 60px;
  object-fit: cover;
}
 
.phone-thq-phone-elm2 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  background-size: contain;
  background-image: url("public/phone-background.svg");
  background-repeat: no-repeat;
  background-position: top;
}
 
.phone-container11 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.phone-container12 {
  display: contents;
}
 
.phone-container14 {
  display: contents;
}
 
.phone-thq-timer-elm1 {
  width: 100%;
  height: 250px;
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.phone-thq-top-edge-elm {
  top: 0px;
  left: 0px;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.phone-container15 {
  top: NaNpx;
  left: NaNpx;
  z-index: 4;
  position: absolute;
}
 
.phone-container16 {
  display: contents;
}
 
.phone-container17 {
  z-index: 2;
}
 
.phone-container18 {
  display: contents;
}
 
.phone-thq-bottom-edge-elm {
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.phone-container19 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}
 
.phone-container20 {
  display: contents;
}
 
.phone-container21 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.phone-container22 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .phone-thq-whats-up-elm2 {
    width: 57px;
  }
}
 
@media(max-width: 1200px) {
  .phone-thq-whats-up-elm2 {
    width: 50px;
  }
}
 
@media(max-width: 767px) {
  .phone-container10 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .phone-thq-body-elm {
    gap: 20px;
  }
  .phone-thq-title-elm {
    gap: 10px;
    margin-right: 10px;
  }
  .phone-text1 {
    font-size: 20px;
  }
  .phone-thq-timer-elm1 {
    height: 100px;
  }
  .phone-thq-top-edge-elm {
    width: 155px;
  }
  .phone-thq-bottom-edge-elm {
    width: 50px;
  }
}
 
@media(max-width: 479px) {
  .phone-thq-whats-up-elm2 {
    width: 60px;
  }
}
