@font-face {
  font-family: f;
  src: url("/media/games/nuclear-war/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/nuclear-war/fonts/Behover College.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area .screamAnim {
  animation: screamAnim 0.2s infinite;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/nuclear-war/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/nuclear-war/images/world-map.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  background: url("/media/games/nuclear-war/images/background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bgAnim 1.3s infinite;
  left: 0;
  top: 0;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #logo {
  height: 700px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: -35px;
  margin-left: -40px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: #000000b9;
}
#full-area #game-area #content #end-section .content {
  width: 80%;
  left: 10%;
  height: 100%;
  position: relative;
  background-size: cover;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 70%;
  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%;
  transform: translate(-50%, 0%) scale(1.2);
  position: relative;
  padding-top: 0px;
  margin-left: 5px;
  z-index: 3;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 80px;
  cursor: pointer;
  display: flex;
  margin: 0px auto;
}
#full-area #game-area #content #end-section .content #end-btns img:nth-child(3) {
  height: 75px;
}
#full-area #game-area #content #end-section .content #end-btns img:nth-child(5) {
  height: 70px;
}
#full-area #game-area #content #choose-team, #full-area #game-area #content #meet-the-leaders {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #0000009e;
}
#full-area #game-area #content #choose-team h1, #full-area #game-area #content #meet-the-leaders h1 {
  width: 100%;
  text-align: center;
  color: white;
  font-family: f2;
  font-size: 100px;
  letter-spacing: 2px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
  margin-top: 90px;
}
#full-area #game-area #content #choose-team h6, #full-area #game-area #content #meet-the-leaders h6 {
  position: absolute;
  top: 100%;
  transform: translateY(-120%);
  width: 100%;
  MARGIN-left: 3%;
  color: white;
  font-size: 55px;
  font-family: f;
}
#full-area #game-area #content #choose-team #country-options, #full-area #game-area #content #choose-team #meet-leaders-options, #full-area #game-area #content #meet-the-leaders #country-options, #full-area #game-area #content #meet-the-leaders #meet-leaders-options {
  display: flex;
  justify-content: space-around;
  width: 92%;
  margin-left: 3%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
#full-area #game-area #content #choose-team #country-options div, #full-area #game-area #content #choose-team #meet-leaders-options div, #full-area #game-area #content #meet-the-leaders #country-options div, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div {
  width: 17%;
  cursor: pointer;
}
#full-area #game-area #content #choose-team #country-options div img, #full-area #game-area #content #choose-team #meet-leaders-options div img, #full-area #game-area #content #meet-the-leaders #country-options div img, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.307);
  animation: scale 2s infinite;
}
#full-area #game-area #content #choose-team #country-options div p, #full-area #game-area #content #choose-team #meet-leaders-options div p, #full-area #game-area #content #meet-the-leaders #country-options div p, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div p {
  color: white;
  font-family: f;
  text-align: center;
  font-size: 40px;
}
#full-area #game-area #content #choose-team #meet-leaders-options, #full-area #game-area #content #meet-the-leaders #meet-leaders-options {
  top: 52%;
}
#full-area #game-area #content #choose-team #meet-leaders-options div, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div {
  width: 20%;
  position: relative;
  animation: scale 2s infinite;
}
#full-area #game-area #content #choose-team #meet-leaders-options div img, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img {
  animation: none;
}
#full-area #game-area #content #choose-team #meet-leaders-options div img:nth-child(2), #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img:nth-child(2) {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
#full-area #game-area #content #choose-team #meet-leaders-options div img:nth-child(3), #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img:nth-child(3) {
  box-shadow: none;
  margin-top: 10px;
  width: 70%;
  margin-left: 15%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
#full-area #game-area #content #choose-team #continue-btn, #full-area #game-area #content #meet-the-leaders #continue-btn {
  position: absolute;
  background: white;
  left: 100%;
  top: 87%;
  transform: translate(-100%, -100%);
  z-index: 3;
  padding: 0 20px;
  height: 70px;
  margin: -25px;
  border-radius: 15px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.358);
  cursor: pointer;
  color: black;
}
#full-area #game-area #content #choose-team #continue-btn p, #full-area #game-area #content #meet-the-leaders #continue-btn p {
  font-size: 40px;
  font-family: f2;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 10px;
  text-align: center;
  justify-content: center;
}
#full-area #game-area #content #rank-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
#full-area #game-area #content #rank-section h1 {
  width: 100%;
  text-align: center;
  color: white;
  font-family: f2;
  font-size: 75px;
  letter-spacing: 2px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
  margin-top: 30px;
  text-transform: uppercase;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #rank-section h1 span {
  color: red;
}
#full-area #game-area #content #rank-section #ranks {
  width: 50%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #rank-section #ranks .rank {
  position: relative;
  width: 100%;
  margin: 10px 0px;
  height: 90px;
  background: #000;
  border: 3px solid white;
  border-radius: 20px;
  overflow: hidden;
  left: 0;
  display: flex;
  transform: translateX(200%);
}
#full-area #game-area #content #rank-section #ranks .rank img {
  height: 100%;
}
#full-area #game-area #content #rank-section #ranks .rank h2, #full-area #game-area #content #rank-section #ranks .rank p {
  color: white;
  font-family: f2;
  font-size: 50px;
  width: 50%;
  padding-left: 20px;
  padding-top: 17px;
  text-transform: uppercase;
}
#full-area #game-area #content #rank-section #ranks .rank p {
  text-align: right;
  padding-right: 20px;
  padding-top: 8px;
}
#full-area #game-area #content #rank-section #ranks .rank p span {
  color: skyblue;
}
#full-area #game-area #content #rank-section #ranks .myRank {
  background: darkgreen;
}
#full-area #game-area #content #rank-section #ranks .rankNotPlaying {
  filter: blur(4px) grayscale(1);
  opacity: 0.8;
}
#full-area #game-area #content #bomb-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #0000009e;
}
#full-area #game-area #content #bomb-section h1 {
  width: 100%;
  text-align: center;
  color: white;
  font-family: f2;
  font-size: 100px;
  letter-spacing: 2px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
  margin-top: 30px;
  text-transform: uppercase;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #bomb-section h1 span {
  color: red;
}
#full-area #game-area #content #bomb-section #nuke-btn {
  position: absolute;
  left: 50%;
  top: 55%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  height: 60%;
}
#full-area #game-area #content #bomb-section #nuke-btn img {
  height: 100%;
  animation: scale 1s infinite;
}
#full-area #game-area #content #bomb-section #bomb-animation {
  width: 80%;
  left: 50%;
  top: 55%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  display: flex;
  justify-content: space-between;
}
#full-area #game-area #content #bomb-section #bomb-animation #bomber-pres, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb {
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
#full-area #game-area #content #bomb-section #bomb-animation #bomber-pres img, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb img {
  height: 100%;
}
#full-area #game-area #content #bomb-section #bomb-animation #bomber-pres .being-bombed, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb .being-bombed {
  animation: beingBombed 1.5s infinite;
}
#full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb {
  position: relative;
  border-radius: 0px;
  overflow: visible;
  margin-top: -30px;
}
#full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb #explo-gif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb p {
  color: white;
  position: absolute;
  font-size: 50px;
  font-family: f;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
}
#full-area #game-area #content #bomb-section #bombs {
  width: 70px;
  position: absolute;
  width: 100%;
  height: 100%;
}
#full-area #game-area #content #bomb-section #bombs .bomb {
  width: 70px;
  position: absolute;
  transform: translate(100px, 100px) rotate(10deg) scale(0.5);
  z-index: -1;
}
#full-area #game-area #content #bomb-section #bombs .bomb img {
  width: 100%;
}
#full-area #game-area #content #testing, #full-area #game-area #content #testing2, #full-area #game-area #content #testing3 {
  position: absolute;
  z-index: 9999999999999;
  width: 100%;
  display: none;
}
#full-area #game-area #content #testing input, #full-area #game-area #content #testing button, #full-area #game-area #content #testing2 input, #full-area #game-area #content #testing2 button, #full-area #game-area #content #testing3 input, #full-area #game-area #content #testing3 button {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  transform: scale(1.5);
}
#full-area #game-area #content #testing2 button {
  margin: 30px auto;
  transform: scale(2);
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #0000009e;
}
#full-area #game-area #content #play-section .content {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #content #play-section .content #other-countries {
  width: 50%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 100%;
  transform: translateX(0%);
  padding: 20px;
}
#full-area #game-area #content #play-section .content #other-countries .other-country {
  width: 100%;
  height: 19.25%;
  margin: 2.5% 0;
  border: 3px solid white;
  background: #000000af;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div {
  width: 100%;
  padding: 10px;
  position: relative;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div h6 {
  color: white;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-family: f;
  font-size: 20px;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities {
  display: flex;
  width: 80%;
  margin-left: 38px;
  justify-content: space-between;
  padding: 0;
  position: relative;
  height: 80%;
  margin-top: 0px;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div {
  width: 26%;
  padding: 0;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img {
  max-height: 100%;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  top: 100%;
  position: relative;
  transform: translateY(-100%);
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img:nth-child(1) {
  position: absolute;
  z-index: 2;
  width: 70%;
  left: 50%;
  top: 102%;
  transform: translateX(-50%) translateY(-100%);
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img:nth-child(2) {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: none;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div .destroyed-gif {
  display: none;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  z-index: 2;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div .cityResearch {
  position: absolute;
  width: 30px;
  left: 100%;
  top: 0;
  margin-left: -30px;
  animation: logoAnim 1.3s infinite;
  display: none;
}
#full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div p {
  color: white;
  text-align: center;
  width: 100%;
  font-family: f;
  position: absolute;
  left: 0;
  top: 105%;
  text-wrap: nowrap;
}
#full-area #game-area #content #play-section .content #other-countries .other-country #representetive {
  height: 100%;
  transform: rotateY(180deg);
}
#full-area #game-area #content #play-section .content #other-countries .other-country .sanction-icon {
  position: absolute;
  width: 90px;
  left: 100%;
  z-index: 33;
  transform: translateX(-100%);
  margin: 0;
  margin-left: -40px;
  border-radius: 100px;
  display: none;
}
#full-area #game-area #content #play-section .content #other-countries .other-country .talking-icon {
  position: absolute;
  width: 90px;
  left: 100%;
  z-index: 33;
  transform: translateX(-100%);
  margin: 0;
  margin-top: 95px;
  margin-left: -40px;
  border-radius: 100px;
  display: none;
}
#full-area #game-area #content #play-section .content #other-countries .blurred {
  filter: blur(4px) grayscale(1);
  opacity: 0.8;
}
#full-area #game-area #content #play-section .content #my-country {
  width: 50%;
  height: 90%;
  position: absolute;
  left: 0%;
  transform: translateX(-100%);
  top: 0;
  padding: 20px;
}
#full-area #game-area #content #play-section .content #my-country .my-country {
  width: 100%;
  margin-top: 2.5%;
  height: 93.5%;
  border: 3px solid white;
  background: #000000af;
  border-radius: 25px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
#full-area #game-area #content #play-section .content #my-country .my-country #env-level {
  position: absolute;
  left: 50px;
  transform: scale(0.9);
  top: 10px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #env-level img {
  width: 70px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #env-level p {
  color: white;
  font-family: f;
  text-align: center;
  font-size: 20px;
}
#full-area #game-area #content #play-section .content #my-country .my-country h1 {
  color: white;
  font-family: f2;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
}
#full-area #game-area #content #play-section .content #my-country .my-country h1 span {
  position: absolute;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 30px;
  color: lime;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data {
  width: 100%;
  margin-top: 50px;
  display: flex;
  height: 150px;
  padding: 0 20px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data #myPres {
  height: 100%;
  border-radius: 20px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.291);
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data #data-grp {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 20px;
  margin-top: 5px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon {
  height: 50px;
  width: 45%;
  border: 2px solid white;
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 10px 0px;
  border-radius: 10px;
  background: #0000009a;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon img {
  height: 70%;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon p {
  color: white;
  font-size: 25px;
  font-family: f2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 13px;
  text-wrap: nowrap;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities {
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  left: 0;
  margin-top: -160px;
  height: 110px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city {
  width: 25%;
  position: relative;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city p {
  position: absolute;
  top: 100%;
  color: white;
  text-align: center;
  width: 100%;
  font-family: f;
  font-size: 25px;
  margin-top: 0px;
  text-wrap: nowrap;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city img {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city img:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city .destroyed-gif {
  display: none;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  z-index: 2;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city .corner-icon {
  position: absolute;
  width: 40%;
  max-height: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  top: 100%;
  margin-top: 30px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon {
  height: 50px;
  width: 20%;
  border: 2px solid white;
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 10px 0px;
  border-radius: 10px;
  background: #0000009a;
  position: relative;
  transform: scale(0.8);
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon img, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon img {
  max-width: 1000px;
  position: relative;
  max-height: 55%;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon p, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon p {
  color: white;
  font-size: 25px;
  font-family: f2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 13px;
  text-transform: uppercase;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data {
  margin-top: 80px;
}
#full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon img {
  max-height: 75%;
}
#full-area #game-area #content #play-section .content .myCountryDestroyed {
  filter: blur(4px) grayscale(1);
  opacity: 0.8;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section .content .default .corner-icon {
  opacity: 0;
}
#full-area #game-area #content #play-section .content .canSelect {
  opacity: 1;
  animation: scale 1.5s infinite;
  border: 2px solid white;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: rgba(135, 207, 235, 0.403);
  cursor: pointer;
}
#full-area #game-area #content #play-section .content .canSelect .corner-icon {
  opacity: 0;
}
#full-area #game-area #content #play-section .content .cantSelect {
  transform: scale(1);
}
#full-area #game-area #content #play-section .content .cantSelect img:nth-child(3) {
  opacity: 0.6;
  filter: grayscale(1);
}
#full-area #game-area #content #play-section .content .cantSelect .corner-icon {
  opacity: 1;
}
#full-area #game-area #content #comment {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999999;
  left: 0;
  top: 0;
  background: #000000c9;
}
#full-area #game-area #content #comment div {
  animation: scale 1.5s infinite;
  width: 100%;
  height: 100%;
}
#full-area #game-area #content #comment h1 {
  width: 80%;
  text-align: center;
  color: white;
  font-family: f2;
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #content #comment h1 span {
  color: red;
}
#full-area #game-area #content #prompt, #full-area #game-area #content #phone-call {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999999;
  left: 0;
  top: 0;
  background: #0000009e;
}
#full-area #game-area #content #prompt .content, #full-area #game-area #content #phone-call .content {
  width: 500px;
  height: 350px;
  overflow: hidden;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border: 3px solid white;
  padding: 20px;
  border-radius: 20px;
}
#full-area #game-area #content #prompt .content h1, #full-area #game-area #content #phone-call .content h1 {
  width: 100%;
  text-align: center;
  color: white;
  font-family: f2;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
  text-wrap: nowrap;
}
#full-area #game-area #content #prompt .content h1 span, #full-area #game-area #content #phone-call .content h1 span {
  color: red;
}
#full-area #game-area #content #prompt .content #more-info, #full-area #game-area #content #phone-call .content #more-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -75px;
}
#full-area #game-area #content #prompt .content #more-info img, #full-area #game-area #content #phone-call .content #more-info img {
  max-width: 40%;
  max-height: 50%;
}
#full-area #game-area #content #prompt .content #more-info div, #full-area #game-area #content #phone-call .content #more-info div {
  width: 55%;
}
#full-area #game-area #content #prompt .content #more-info #phone-animation, #full-area #game-area #content #phone-call .content #more-info #phone-animation {
  width: 60%;
  position: relative;
}
#full-area #game-area #content #prompt .content #more-info #phone-animation img, #full-area #game-area #content #phone-call .content #more-info #phone-animation img {
  max-height: 10000%;
  max-width: 10000px;
}
#full-area #game-area #content #prompt .content #more-info #phone-animation img:nth-child(1), #full-area #game-area #content #phone-call .content #more-info #phone-animation img:nth-child(1) {
  position: absolute;
  height: 130px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #prompt .content #more-info #phone-animation img:nth-child(2), #full-area #game-area #content #phone-call .content #more-info #phone-animation img:nth-child(2) {
  position: relative;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  top: -55px;
  animation: phoneAnim 0.5s infinite;
}
#full-area #game-area #content #prompt .content #more-info p, #full-area #game-area #content #phone-call .content #more-info p {
  color: white;
  font-family: f;
  font-size: 25px;
  width: 100%;
  margin: 0;
}
#full-area #game-area #content #prompt .content #prompt-btns, #full-area #game-area #content #phone-call .content #prompt-btns {
  display: flex;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
  justify-content: center;
  left: 0;
  margin-top: -20px;
}
#full-area #game-area #content #prompt .content #prompt-btns div, #full-area #game-area #content #phone-call .content #prompt-btns div {
  border: 2px solid white;
  width: 30%;
  height: 50px;
  margin: 0 15px;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #prompt .content #prompt-btns div p, #full-area #game-area #content #phone-call .content #prompt-btns div p {
  color: white;
  font-family: f2;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 2px;
  color: black;
}
#full-area #game-area #content #scoreboard-section {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000097;
}
#full-area #game-area #content #scoreboard-section #back-btn {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%);
  margin: -5px -25px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
#full-area #game-area #content #scoreboard-section #back-btn img {
  width: 200px;
}
#full-area #game-area #content #scoreboard-section #back-btn p {
  font-size: 50px;
  color: white;
  font-family: f;
  padding: 0 30px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
}
#full-area #game-area #content #scoreboard-section #scores {
  width: 67%;
  height: 520px;
  position: absolute;
  background: url("/media/games/nuclear-war/images/parchment.png");
  background-size: cover;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  padding-top: 175px;
}
#full-area #game-area #content #scoreboard-section #scores h6 {
  color: black;
  font-family: f;
  font-size: 70px;
  position: relative;
  width: 75%;
  text-align: center;
  top: 20%;
  transform: translateY(-100%);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  margin-bottom: 20px;
}
#full-area #game-area #content #scoreboard-section #scores p {
  color: black;
  font-family: f2;
  letter-spacing: 5px;
  font-size: 35px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
  margin: -37px 0;
  margin-left: 220px;
}
#full-area #game-area #content #scoreboard-section #scores p img {
  height: 50px;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: 5px;
}
#full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
  position: relative;
  top: 10px;
  font-size: 65px;
  margin-right: 50px;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
}

@media (max-width: 600px) {
  #full-area #game-area {
    position: absolute;
    width: 800px;
    height: 1180px;
  }
  #full-area #game-area #content #home-section {
    background: url("/media/games/nuclear-war/images/background.png");
    background-size: cover;
    background-repeat: no-repeat !important;
  }
  #full-area #game-area #content #home-section #home-right {
    position: absolute;
    left: 50%;
    margin-top: 200px;
    margin-left: 25px;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 185px;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #end-section .content {
    width: 100%;
    left: 0%;
    height: 100%;
    position: relative;
    background-size: cover;
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 65%;
    display: flex;
    margin: 0 auto;
    margin-top: -4%;
    z-index: 2;
    position: relative;
    top: 40px;
    margin-left: 20px;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    left: 50%;
    transform: translate(-50%, 0%) scale(1.2);
    position: relative;
    padding-top: 0px;
    margin-left: 5px;
    z-index: 3;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 140px;
    cursor: pointer;
    display: flex;
    margin: 0px auto;
  }
  #full-area #game-area #content #end-section .content #end-btns img:nth-child(3) {
    height: 75px;
  }
  #full-area #game-area #content #end-section .content #end-btns img:nth-child(5) {
    height: 70px;
  }
  #full-area #game-area #content #choose-team, #full-area #game-area #content #meet-the-leaders {
    display: flex;
    justify-content: center;
  }
  #full-area #game-area #content #choose-team h1, #full-area #game-area #content #meet-the-leaders h1 {
    margin-top: 75px;
  }
  #full-area #game-area #content #choose-team #country-options, #full-area #game-area #content #choose-team #meet-leaders-options, #full-area #game-area #content #meet-the-leaders #country-options, #full-area #game-area #content #meet-the-leaders #meet-leaders-options {
    display: flex;
    flex-wrap: wrap;
  }
  #full-area #game-area #content #choose-team #country-options div, #full-area #game-area #content #choose-team #meet-leaders-options div, #full-area #game-area #content #meet-the-leaders #country-options div, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div {
    width: 34%;
    cursor: pointer;
  }
  #full-area #game-area #content #choose-team #country-options div p, #full-area #game-area #content #choose-team #meet-leaders-options div p, #full-area #game-area #content #meet-the-leaders #country-options div p, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div p {
    font-size: 60px;
  }
  #full-area #game-area #content #choose-team #meet-leaders-options, #full-area #game-area #content #meet-the-leaders #meet-leaders-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }
  #full-area #game-area #content #choose-team #meet-leaders-options h1, #full-area #game-area #content #meet-the-leaders #meet-leaders-options h1 {
    margin-top: 110px;
  }
  #full-area #game-area #content #choose-team #meet-leaders-options div, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div {
    width: 35%;
    position: relative;
  }
  #full-area #game-area #content #choose-team #meet-leaders-options div img, #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img {
    animation: none;
    margin-bottom: 70px;
  }
  #full-area #game-area #content #choose-team #meet-leaders-options div img:nth-child(2), #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }
  #full-area #game-area #content #choose-team #meet-leaders-options div img:nth-child(3), #full-area #game-area #content #meet-the-leaders #meet-leaders-options div img:nth-child(3) {
    box-shadow: none;
    margin-top: -60px;
    width: 70%;
    margin-left: 15%;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
  }
  #full-area #game-area #content #choose-team #continue-btn, #full-area #game-area #content #meet-the-leaders #continue-btn {
    top: 92%;
    width: 220px;
    cursor: pointer;
    text-align: center;
  }
  #full-area #game-area #content #meet-the-leaders div {
    width: 35%;
  }
  #full-area #game-area #content #rank-section {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  #full-area #game-area #content #rank-section h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-family: f2;
    font-size: 95px;
    letter-spacing: 2px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
    margin-top: 80px;
    text-transform: uppercase;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #rank-section h1 span {
    color: red;
  }
  #full-area #game-area #content #rank-section #ranks {
    width: 80%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #rank-section #ranks .rank {
    position: relative;
    width: 100%;
    margin: 40px 0px;
    height: 120px;
    background: #000;
    border: 3px solid white;
    border-radius: 20px;
    overflow: hidden;
    left: 0;
    display: flex;
    transform: translateX(200%);
  }
  #full-area #game-area #content #rank-section #ranks .rank img {
    height: 100%;
  }
  #full-area #game-area #content #rank-section #ranks .rank h2, #full-area #game-area #content #rank-section #ranks .rank p {
    color: white;
    font-family: f2;
    font-size: 65px;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    text-wrap: nowrap;
    margin-top: 7px;
  }
  #full-area #game-area #content #rank-section #ranks .rank p {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
  }
  #full-area #game-area #content #rank-section #ranks .rank p span {
    color: skyblue;
  }
  #full-area #game-area #content #rank-section #ranks .myRank {
    background: darkgreen;
  }
  #full-area #game-area #content #rank-section #ranks .rankNotPlaying {
    filter: blur(4px) grayscale(1);
    opacity: 0.8;
  }
  #full-area #game-area #content #bomb-section {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #0000009e;
  }
  #full-area #game-area #content #bomb-section h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-family: f2;
    font-size: 100px;
    letter-spacing: 2px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
    margin-top: 30px;
    text-transform: uppercase;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #bomb-section h1 span {
    color: red;
  }
  #full-area #game-area #content #bomb-section #nuke-btn {
    position: absolute;
    left: 50%;
    top: 55%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    height: 60%;
  }
  #full-area #game-area #content #bomb-section #nuke-btn img {
    height: 100%;
    animation: scale 1s infinite;
  }
  #full-area #game-area #content #bomb-section #bomb-animation {
    width: 80%;
    left: 50%;
    top: 55%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    display: flex;
    justify-content: space-between;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #bomber-pres, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb {
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #bomber-pres img, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb img {
    height: 100%;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #bomber-pres .being-bombed, #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb .being-bombed {
    animation: beingBombed 1.5s infinite;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb {
    position: relative;
    border-radius: 0px;
    overflow: visible;
    margin-top: -30px;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb #explo-gif {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  #full-area #game-area #content #bomb-section #bomb-animation #city-to-bomb p {
    color: white;
    position: absolute;
    font-size: 50px;
    font-family: f;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
  }
  #full-area #game-area #content #bomb-section #bombs {
    width: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #full-area #game-area #content #bomb-section #bombs .bomb {
    width: 70px;
    position: absolute;
    transform: translate(100px, 100px) rotate(10deg) scale(0.5);
    z-index: -1;
  }
  #full-area #game-area #content #bomb-section #bombs .bomb img {
    width: 100%;
  }
  #full-area #game-area #content #testing, #full-area #game-area #content #testing2, #full-area #game-area #content #testing3 {
    position: absolute;
    z-index: 9999999999999;
    width: 100%;
    display: none;
  }
  #full-area #game-area #content #testing input, #full-area #game-area #content #testing button, #full-area #game-area #content #testing2 input, #full-area #game-area #content #testing2 button, #full-area #game-area #content #testing3 input, #full-area #game-area #content #testing3 button {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    transform: scale(1.5);
  }
  #full-area #game-area #content #testing2 button {
    margin: 30px auto;
    transform: scale(2);
  }
  #full-area #game-area #content #play-section .content #other-countries {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: -5.5%;
    gap: 0px;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country {
    height: 21.25%;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div {
    display: flex;
    flex-direction: column;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div h6 {
    color: white;
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    font-family: f;
    font-size: 20px;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities {
    margin-left: 10px;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div {
    width: 50%;
    max-height: 50px;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img {
    max-height: 100%;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    top: 100%;
    position: relative;
    transform: translateY(-100%);
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img:nth-child(1) {
    position: absolute;
    z-index: 2;
    width: 70%;
    left: 50%;
    top: 102%;
    transform: translateX(-50%) translateY(-100%);
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div img:nth-child(2) {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: none;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div .destroyed-gif {
    display: none;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 2;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div .cityResearch {
    position: absolute;
    width: 30px;
    left: 100%;
    top: 0;
    margin-left: -30px;
    animation: logoAnim 1.3s infinite;
    display: none;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country div .country-cities div p {
    color: white;
    text-align: center;
    width: 100%;
    font-family: f;
    position: absolute;
    left: 0;
    top: 105%;
    text-wrap: nowrap;
    width: 130px;
    margin-left: -45px;
    text-align: center;
    margin-top: 3px;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country #representetive {
    height: 100%;
    transform: rotateY(180deg);
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country .sanction-icon {
    position: absolute;
    width: 90px;
    left: 100%;
    z-index: 33;
    transform: translateX(-100%);
    margin: 0;
    margin-left: -40px;
    border-radius: 100px;
    display: none;
  }
  #full-area #game-area #content #play-section .content #other-countries .other-country .talking-icon {
    position: absolute;
    width: 90px;
    left: 100%;
    z-index: 33;
    transform: translateX(-100%);
    margin: 0;
    margin-top: 205px;
    margin-left: -100px;
    border-radius: 165px;
    display: none;
  }
  #full-area #game-area #content #play-section .content #other-countries .blurred {
    filter: blur(4px) grayscale(1);
    opacity: 0.8;
  }
  #full-area #game-area #content #play-section .content #my-country {
    height: 90.9%;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country {
    width: 106%;
    height: 100%;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #env-level {
    left: 35px;
    top: 18px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #env-level img {
    width: 70px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #env-level p {
    color: white;
    font-family: f;
    text-align: center;
    font-size: 20px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country h1 {
    margin-left: 40px;
    margin-top: 9px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country h1 span {
    position: absolute;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 30px;
    color: lime;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data #myPres {
    height: auto;
    width: 70%;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data #data-grp {
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon {
    height: 65px;
    width: 100%;
    border: 2px solid white;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 10px 0px;
    border-radius: 10px;
    background: #0000009a;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon img {
    height: 70%;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-country-data .data-icon p {
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 98%;
    transform: translateY(-100%);
    left: 0;
    height: 110px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city {
    width: 30%;
    height: 100%;
    position: relative;
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city p {
    font-size: 18px;
    margin-top: 5px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city img:nth-child(2) {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: none;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city .destroyed-gif {
    display: none;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 2;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities .city .corner-icon {
    position: absolute;
    width: 40%;
    max-height: 100%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
    top: 100%;
    margin-top: 30px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon {
    height: 58px;
    width: 40%;
    border: 2px solid white;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 10px 0px;
    border-radius: 10px;
    background: #0000009a;
    position: relative;
    transform: scale(0.8);
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon img, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon img {
    max-width: 1000px;
    position: relative;
    max-height: 55%;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #shield-data .data-icon p, #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon p {
    color: white;
    font-size: 25px;
    font-family: f2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 8px;
    text-transform: uppercase;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data {
    margin-top: 80px;
  }
  #full-area #game-area #content #play-section .content #my-country .my-country #my-cities #research-data .data-icon img {
    max-height: 75%;
  }
  #full-area #game-area #content #play-section .content .myCountryDestroyed {
    filter: blur(4px) grayscale(1);
    opacity: 0.8;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #play-section .content .default .corner-icon {
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content .canSelect {
    opacity: 1;
    animation: scale 1.5s infinite;
    border: 2px solid white;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: rgba(135, 207, 235, 0.403);
    cursor: pointer;
  }
  #full-area #game-area #content #play-section .content .canSelect .corner-icon {
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content .cantSelect {
    transform: scale(1);
  }
  #full-area #game-area #content #play-section .content .cantSelect img:nth-child(3) {
    opacity: 0.6;
    filter: grayscale(1);
  }
  #full-area #game-area #content #play-section .content .cantSelect .corner-icon {
    opacity: 1;
  }
  #full-area #game-area #content #comment {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999999;
    left: 0;
    top: 0;
    background: #000000c9;
  }
  #full-area #game-area #content #comment div {
    animation: scale 1.5s infinite;
    width: 100%;
    height: 100%;
  }
  #full-area #game-area #content #comment h1 {
    width: 80%;
    text-align: center;
    color: white;
    font-family: f2;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #comment h1 span {
    color: red;
  }
  #full-area #game-area #content #prompt, #full-area #game-area #content #phone-call {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999999;
    left: 0;
    top: 0;
    background: #0000009e;
    transform: scale(1.3);
  }
  #full-area #game-area #content #prompt .content, #full-area #game-area #content #phone-call .content {
    width: 500px;
    height: 350px;
    overflow: hidden;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    border: 3px solid white;
    padding: 20px;
    border-radius: 20px;
  }
  #full-area #game-area #content #prompt .content h1, #full-area #game-area #content #phone-call .content h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-family: f2;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.536);
    text-wrap: nowrap;
  }
  #full-area #game-area #content #prompt .content h1 span, #full-area #game-area #content #phone-call .content h1 span {
    color: red;
  }
  #full-area #game-area #content #prompt .content #more-info, #full-area #game-area #content #phone-call .content #more-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -75px;
  }
  #full-area #game-area #content #prompt .content #more-info img, #full-area #game-area #content #phone-call .content #more-info img {
    max-width: 40%;
    max-height: 50%;
  }
  #full-area #game-area #content #prompt .content #more-info div, #full-area #game-area #content #phone-call .content #more-info div {
    width: 55%;
  }
  #full-area #game-area #content #prompt .content #more-info #phone-animation, #full-area #game-area #content #phone-call .content #more-info #phone-animation {
    width: 60%;
    position: relative;
  }
  #full-area #game-area #content #prompt .content #more-info #phone-animation img, #full-area #game-area #content #phone-call .content #more-info #phone-animation img {
    max-height: 10000%;
    max-width: 10000px;
  }
  #full-area #game-area #content #prompt .content #more-info #phone-animation img:nth-child(1), #full-area #game-area #content #phone-call .content #more-info #phone-animation img:nth-child(1) {
    position: absolute;
    height: 130px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #prompt .content #more-info #phone-animation img:nth-child(2), #full-area #game-area #content #phone-call .content #more-info #phone-animation img:nth-child(2) {
    position: relative;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: -55px;
    animation: phoneAnim 0.5s infinite;
  }
  #full-area #game-area #content #prompt .content #more-info p, #full-area #game-area #content #phone-call .content #more-info p {
    color: white;
    font-family: f;
    font-size: 25px;
    width: 100%;
    margin: 0;
  }
  #full-area #game-area #content #prompt .content #prompt-btns, #full-area #game-area #content #phone-call .content #prompt-btns {
    display: flex;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
    justify-content: center;
    left: 0;
    margin-top: -20px;
  }
  #full-area #game-area #content #prompt .content #prompt-btns div, #full-area #game-area #content #phone-call .content #prompt-btns div {
    border: 2px solid white;
    width: 30%;
    height: 50px;
    margin: 0 15px;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #prompt .content #prompt-btns div p, #full-area #game-area #content #phone-call .content #prompt-btns div p {
    color: white;
    font-family: f2;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 2px;
    color: black;
  }
  #full-area #game-area #content #scoreboard-section {
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000097;
  }
  #full-area #game-area #content #scoreboard-section #back-btn {
    left: 100%;
    top: 100%;
    position: absolute;
    transform: translate(-100%, -100%);
    margin: -5px -25px;
    cursor: pointer;
    z-index: 1;
    cursor: pointer;
  }
  #full-area #game-area #content #scoreboard-section #back-btn img {
    width: 200px;
  }
  #full-area #game-area #content #scoreboard-section #back-btn p {
    font-size: 50px;
    color: white;
    font-family: f;
    padding: 0 30px;
    border: 2px solid white;
    border-radius: 15px;
    background: #000000a1;
  }
  #full-area #game-area #content #scoreboard-section #scores {
    width: 67%;
    height: 520px;
    position: absolute;
    background: url("/media/games/nuclear-war/images/parchment.png");
    background-size: cover;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%) scale(1.1);
    padding-top: 175px;
  }
  #full-area #game-area #content #scoreboard-section #scores h6 {
    color: black;
    font-family: f;
    font-size: 70px;
    position: relative;
    width: 75%;
    text-align: center;
    top: 20%;
    transform: translateY(-100%);
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
    margin-bottom: 20px;
  }
  #full-area #game-area #content #scoreboard-section #scores p {
    color: black;
    font-family: f2;
    letter-spacing: 5px;
    font-size: 35px;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
    margin: -37px 0;
    margin-left: 220px;
  }
  #full-area #game-area #content #scoreboard-section #scores p img {
    height: 50px;
    margin-right: 20px;
    margin-top: -10px;
    margin-left: 5px;
  }
  #full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
    position: relative;
    top: 10px;
    font-size: 65px;
    margin-right: 50px;
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  }
}
.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes bgAnim {
  0% {
    background: url("/media/games/nuclear-war/images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  50% {
    background: url("/media/games/nuclear-war/images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  100% {
    background: url("/media/games/nuclear-war/images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@keyframes phoneAnim {
  0% {
    transform: translateY(0px) scale(1) rotate(-3deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(-3px) scale(1) rotate(3deg);
    transform-origin: center left;
  }
  100% {
    transform: translateY(0px) scale(1) rotate(-3deg);
    transform-origin: center center;
  }
}
@keyframes beingBombed {
  0% {
    transform: scale(1) rotate(0);
    opacity: 1;
    filter: grayscale(0);
  }
  50% {
    transform: scale(0.93) rotate(-3deg);
    opacity: 0.5;
    filter: grayscale(1);
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
    filter: grayscale(0);
  }
}
@keyframes screamAnim {
  0% {
    transform: scale(1) rotate(1deg);
  }
  50% {
    transform: scale(1.03) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(1deg);
  }
}
@keyframes playerSelected {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@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 seqAnim {
  0% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=index.css.map */

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