.phone-container1 {
  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-body {
  gap: 0px;
}
 
.phone-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.phone-title {
  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-help {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.phone-close {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.phone-phone1 {
  position: relative;
}
 
.phone-content2 {
  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-whats-up1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
}
 
.phone-whats-up2 {
  width: 60px;
  object-fit: cover;
}
 
.phone-phone2 {
  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-container2 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.phone-container3 {
  display: contents;
}
 
.phone-container5 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .phone-whats-up2 {
    width: 57px;
  }
}
 
@media(max-width: 1200px) {
  .phone-whats-up2 {
    width: 50px;
  }
}
 
@media(max-width: 767px) {
  .phone-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .phone-body {
    gap: 20px;
  }
  .phone-text1 {
    font-size: 20px;
  }
}
 
@media(max-width: 479px) {
  .phone-whats-up2 {
    width: 60px;
  }
}
