@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

#parent-container {
  margin: 0;
  padding: 0;
  background-image: url(./IMAGES/FINAL.jpg);
  background-color: rgba(80, 80, 80, 0.6);
  background-size: cover;
  background-blend-mode: darken;
}

#div1-btn {
  height: 35vh;
  width: 100vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  /* background: #008080; */
}

#container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 30vh;
  width: 100vw;
  /* background: turquoise; */
}

#div2-btn {
  height: 35vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
  /* background: darkslategray; */
}

.btn {
  font-family: "Roboto", sans-serif;
  width: 100px;
  color: #292f36;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 1em;
}

.p1-btn {
  transform: rotate(180deg);
  margin-top: 20px;
}

.p2-btn {
  margin-bottom: 20px;
}

#btn-2 {
  background: #f57e33;
}

#btn-2-2 {
  background: #f57e33;
}

#btn-3 {
  background: #f5b133;
}

#btn-3-2 {
  background: #f5b133;
}

#btn-4 {
  background: #f5db33;
}

#btn-4-2 {
  background: #f5db33;
}

#shaq {
  background: #e1f533;
}

#shaq-1 {
  background: #e1f533;
}

#dast {
  background: #c1f533;
}

#dast-1 {
  background: #c1f533;
}

#bara {
  background: #abf533;
}

#bara-1 {
  background: #abf533;
}

#bange {
  background: #81f533;
}

#bange-1 {
  background: #81f533;
}

.btn:hover {
  cursor: pointer;
}

.arab-btn {
  font-family: "Cairo", sans-serif;
}

#first-h1 {
  color: #f4ff52;
  position: absolute;
  top: 12vh;
  left: 10vw;
  transform: rotate(180deg);
}

#second-h1 {
  color: #f4ff52;
  position: absolute;
  bottom: 12vh;
  left: 10vw;
}

#input-1 {
  position: absolute;
  top: 10vh;
  left: 36vw;
  transform: rotate(180deg);
}

#input-2 {
  position: absolute;
  bottom: 10vh;
  left: 36vw;
}

.input {
  width: 175px;
  height: 20px;
  border: none;
  border-radius: 5px;
  background-color: #a3c9bb;
}

#finish-1 {
  color: black;
  background: #40f759;
  position: absolute;
  top: 30vh;
  left: 41vw;
  transform: rotate(180deg);
}

.win2-btn {
  color: black;
  background: #40f759;
  position: absolute;
  bottom: 30vh;
  left: 41vw;
}

#player-1 {
  position: absolute;
  top: 24.5vh;
  left: 39vw;
  color: #c0ff03;
  transform: rotate(180deg);
}
#player-2 {
  position: absolute;
  top: 2.5vh;
  left: 41vw;
  color: #c0ff03;
}

#clear-btn {
  position: absolute;
  top: 10vh;
  left: 10vw;
  transform: rotate(180deg);
  background: #f54336;
}

#clear1-btn {
  position: absolute;
  bottom: 10vh;
  left: 10vw;
  background: #f54336;
}

#submit {
  position: absolute;
  top: 10vh;
  left: 72vw;
  transform: rotate(180deg);
  background: #36aff5;
}

#submit-1 {
  position: absolute;
  bottom: 10vh;
  left: 72vw;
  background: #36aff5;
}

#winner {
  position: absolute;
  top: -2vh;
  left: 23vw;
  color: #ddff03;
  transform: rotate(180deg);
}

#winner-1 {
  position: absolute;
  bottom: -2vh;
  left: 23vw;
  color: #ddff03;
}

#play-game {
  position: absolute;
  top: 13.5vh;
  left: 61.5vw;
  width: 220px;
  background: royalblue;
  color: blanchedalmond;
}

.new-game-span {
  display: inline-block;
  transform: rotate(180deg);
}

#save-game {
  position: absolute;
  width: 220px;
  top: 13.5vh;
  left: 8vw;
  background: royalblue;
  color: blanchedalmond;
}

#scores {
  position: absolute;
  top: 13.5vh;
  left: 39.5vw;
  width: 150px;
  background: #d3ff00;
  color: #f94f62;
}

#mars-1 {
  position: absolute;
  top: 8vh;
  left: 8vw;
}

#mars-2 {
  position: absolute;
  top: 19vh;
  left: 77vw;
}

.mars-btn {
  background: aqua;
}

#no-mars-1 {
  position: absolute;
  top: 8vh;
  left: 77vw;
  transform: rotate(180deg);
}

#no-mars-2 {
  position: absolute;
  top: 19vh;
  left: 8vw;
}

.no-mars-btn {
  background: rgb(25, 100, 200);
  color: white;
}
