.games-body {
  font-family: "Fredoka One", sans-serif;
  overflow: hidden;
  z-index: 1;
}

/********************** Top-Container Div***********************/

.games-top-container {
  background-color: #ffe169;
  width: 100%;
  padding: 2% 4%;
}

.games-banner {
  width: 50%;
  margin: 0 auto;
}

.banner-img {
  width: 100%;
}

/********************** button Div***********************/
.pe-games-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #cde2fc;
  padding: 1.5rem 3rem;
  transition: 0.7s ease-in-out;
  z-index: 0;
}

.nav-container {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 0;
  left: -250px;
  transition: 0.7s ease-in-out;
  text-align: center;
  height: 100%;
  z-index: 10;
}

.side-btn {
  display: block;
  align-self: flex-start;
  padding: 1rem;
}

.side-btn-label:hover,
.side-btn-label:focus {
  text-decoration: none;
}

.side-nav {
  position: relative;
  width: 250px;
  height: 100%;
  background-color: #0099ff;
  opacity: 0.9;
  overflow-x: hidden;
  height: 100%;
  padding: 1.5rem 0;
}

.side-menu-link-container {
  padding: 1rem 0;
}

.side-menu-link {
  display: block;
  color: #004979;
  font-size: 2rem;
  font-family: "Fredoka One";
  text-decoration: none;
}

.side-menu-link:hover,
.side-menu-link:focus {
  color: white;
  text-decoration: none;
}

.side-menu-open {
  color: #004979;
  font-size: 4rem;
  margin-left: 1.5rem;
}

.side-menu-close {
  font-size: 4rem;
  color: white;
}

#side-menu:target {
  left: 200px;
}

.pe-games-heading-container {
  position: relative;
  width: 70%;
  margin: 0 auto 2%;
}

.pe-games-heading {
  color: #004979;
  font-size: 3rem;
  padding: 1rem;
  line-height: 1rem;
  text-align: center;
}

.tablet-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  flex-wrap: nowrap;
  z-index: 8;
}

.tablet {
  position: relative;
  width: 75%;
}

.carousel-container {
  position: absolute;
  width: 79%;
  left: 10%;
  top: 20%;
}

.tablet-container .carousel-nav-btn-left {
  text-align: right;
}

.tablet-container .carousel-nav-btn-right {
  text-align: left;
}

.carousel-nav-btn {
  width: 4%;
  z-index: 20;
}

.left-arrow-img,
.right-arrow-img {
  width: 100%;
}

.tablet-img {
  width: 100%;
  height: auto;
}

.current-game-label {
  width: 30%;
  color: #004979;
  background-color: white;
  border: 8px solid #004979;
  border-radius: 20px;
  margin: 1rem auto;
}

.pe-games-bkg-img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/********************** middle-Container Div***********************/

.middle-games-container {
  position: relative;
  width: 100%;
  height: auto;
}

.arcade-container-bkg {
  position: relative;
}

.mid-games-bkg {
  width: 100%;
  height: auto;
}

.arcade-splash {
  position: absolute;
  width: 28%;
  height: auto;
  bottom: 10%;
  right: 15%;
}

.arcade-img {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: 0%;
  right: 9%;
}

.arcade-controls-container {
  position: absolute;
  width: 20%;
  height: auto;
  bottom: 4%;
  right: 12%;
}

.controls-btn {
  position: relative;
  width: 25%;
  height: auto;
  margin: 0 1%;
}

.joystick {
  position: absolute;
  width: 5%;
  height: auto;
  bottom: 5.8%;
  right: 36.1%;
}

.joystick-img {
  width: 100%;
  height: auto;
}

.video-game-heading {
  position: absolute;
  color: #ff7213;
  top: 28%;
  left: 20%;
  text-align: center;
  width: 60%;
  font-size: 2.5rem;
}

/********************** How To Div***********************/

.how-to {
  text-align: center;
  width: 100%;
  height: auto;
}

.how-to-spacer {
  background-color: #6699ff;
  width: 100%;
  height: 20px;
}

.how-to-banner {
  background-color: #ffe169;
  width: 100%;
  height: auto;
}

.game-board {
  background-color: #6699ff;
  width: 100%;
  height: auto;
  padding: 4%;
}

.how-to-logo {
  width: 45%;
  height: auto;
  margin: 2% 0;
}

.btn-bruno {
  width: 80%;
  height: auto;
}
