.mobile-options-links-container,
.nav-options-container {
  background-image: url(/img/navbg.webp);
  background-size: contain;
}
.download-btn,
.nav-search-button {
  transition: text-shadow 0.5s;
  text-shadow: none;
  color: #ffd44d;
  font-family: PressStart2P;
}
.game,
.game-title,
.navigation {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  background-image: url(/img/insidenav.webp);
}
a {
  text-decoration: none;
}
@font-face {
  font-family: PressStart2P;
  src: url("fonts/gamtex.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.main-container {
  display: flex;
  flex-direction: column;
}
.navigation {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 18px;
}
.nav-options-container {
  color: #ffd44d;
  font-family: PressStart2P;
  font-weight: 300;
  border: 4px solid #ffd44d;
  border-radius: 10px;
  width: 90%;
  padding: 15px 50px 15px 60px;
  list-style-type: none;
  background-color: purple;
  position: relative;
  z-index: 1;
}
.nav-options-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.nav-options-left {
  display: flex;
  gap: 20px;
}
.links,
.mobile-options-links a {
  color: #ffd44d;
}
.links:hover {
  color: #f0f8ff;
  transition: 0.5s;
}
.nav-search-button {
  padding: 15px 35px;
  border-radius: 10px;
  background-color: #3b388f;
  border: 1px solid #292670;
  box-shadow: inset 5px 0 0 0 #645aa9, inset 0 5px 0 0 #645aa9,
    inset -5px 0 0 0 #292670, inset 0 -5px 0 0 #292670;
  font-size: 16px;
}
.download-btn:hover,
.nav-search-button:hover {
  text-shadow: 2px 2px 5px #000;
  transition: 0.5s;
  cursor: pointer;
}
.search-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: none;
}
.search {
  position: absolute;
  right: 33px;
  padding: 8px 15px;
  border-radius: 10px;
  border: 5px solid #ffd44d;
  margin-top: -15px;
}
input:focus {
  outline-style: none;
}
.mobile-main-heading,
.mobile-options {
  display: none;
}
.openbtn {
  cursor: pointer;
  color: #ffd44d;
  font-size: 25px;
}
.mobile-options-links-container {
  width: 90%;
  height: 197px;
  display: none;
  position: relative;
  margin: 0 auto 25px;
  border: 5px solid #ffd44d;
  border-radius: 10px;
}
.mobile-options-links-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.mobile-options-links {
  font-family: PressStart2P;
  list-style: none;
  color: #ffd44d;
  position: absolute;
  font-size: 20px;
  top: 35px;
}
.mobile-options-links li {
  margin-bottom: 20px;
}
.mobile-search-container {
  position: absolute;
  top: 170px;
}
.mobile-search {
  padding: 8px 15px;
  border-radius: 10px;
  border: 5px solid #ffd44d;
}
.main-heading {
  text-align: center;
  font-family: PressStart2P;
  margin-top: 30px;
  color: #ffd44d;
  font-size: 100px;
  margin-bottom: 30px;
}
.download-btn-container {
  width: fit-content;
  margin: 20px auto;
}
.download-btn {
  padding: 20px 40px 18px;
  font-size: 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #026cc9;
  border: none;
  box-shadow: inset 5px 0 0 0 #1eb3d9, inset 0 5px 0 0 #1eb3d9,
    inset -5px 0 0 0 #174a91, inset 0 -5px 0 0 #174a91;
  font-weight: 300;
}
.playstore-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.games-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  cursor: pointer;
}
.game {
  background-color: wheat;
  margin-bottom: 20px;
  border: 6px solid #ffd44d;
  border-radius: 10px;
  width: 22%;
  height: 270px;
}
.game img {
  height: 80%;
  width: 100%;
}
.game-title {
  color: #ffd44d;
  background-color: #026cc9;
  height: 21%;
  font-family: PressStart2P;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: -5px;
  padding: 10px 0;
  font-size: 20px;
}
.footer-links a,
.footer-website-link,
.socials {
  font-family: PressStart2P;
  font-size: 15px;
}
.breakline {
  height: 5px;
  width: 100%;
  margin-top: 10px;
  background-color: #ffd44d;
}
.footer-links {
  margin-top: 15px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: #fff;
  list-style: none;
  transition: 0.5s;
}
.footer-links a:hover,
.footer-website-link a,
.footer-website-link:hover {
  color: #ffd44d;
  transition: 0.5s;
}
.footer-website-link {
  text-align: center;
  margin-bottom: 20px;
  color: #f0f8ff;
  transition: 0.5s;
}
.footer-website-link a:hover {
  color: #fff;
  transition: 0.5s;
}
.socials {
  color: #fff;
}
.fa-instagram {
  font-size: 20px;
}
.buy-me-a-coffee {
  margin: 0 auto 30px;
}
