*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Tilt";
  src: url("/Tilt.ttf");
}
@media (max-width: 1200px) {
  .brand-disclaimer{
    display: none;
  }
}
body{
    background-color: hsl(280, 36%, 12%);
    font-family: "Tilt";
    color: white;
    margin: 0;
  } 
.game-select {
  display: flex;
  gap: 1vw;
  max-width: 100%;
  flex-wrap: wrap;
}
/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navigation Bar */
.navbar {
  width: 100%;
  height: 60px;
  background-color: rgb(255, 255, 255, 0.01); /* Dark background color */
  display: flex;
  align-items: center;
  padding: 0 20px;
  top: 0;
  z-index: 1000; /* Keeps it above other content */
}

/* Brand Section */
.navbar-brand{
  flex: 1; /* Pushes the brand name to the left */
}

.brand-name, .brand-disclaimer{
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

/* Navigation Links */
.navbar-links {
  list-style: none;
  display: flex;
  gap: 20px; /* Space between links */
  transition: all 0.3s ease;
}

/* Navigation Links Items */
.navbar-links .nav-item {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}
/* Hamburger Icon for Small Screens */
.hamburger {
  display: none; /* Hidden by default */
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: white;
}

/* Responsive Design: Hide Links on Small Screens */
@media (max-width: 768px) {
  .navbar-links {
      display: none; /* Hide the links when the screen is small */
  }

  .hamburger {
      display: flex; /* Show the hamburger icon on small screens */
  }
}
.desclaimer{
  background-color: rgb(255, 255, 255, 0.05);
  width: 85vw;
  height: 350px;
  border-radius: 15px;
  margin-bottom: 25px;
  margin-left: 45px;
  margin-top: 50px;
  padding: 5px;
}
.desclaimer-title{
  font-size: 30px;
}
.desclaimer-paragraph{
  font-size: 18px;
  margin-top: 20px;
}
.disclaimer-gmail{
  font-size: 15px;
}
.backtogame{
  width: 60px;
  height: 60px;
  background-color: #bcbcbc;
  border-radius: 20px;
  float: right;
  bottom: 0;
  right: 20px;
  transition: ease-in .5s;
}
img, .list-image{
  width: 90px;
  height: 90px;
  border-radius: 20px;
}
.GameImgs{
  width: 150px;
  height: 150px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 20px;
}
.GameImgs:hover{
  filter: brightness(50%);
  transition: ease, .3s;
}
.Buttons{
  width: 100%;
  height: 60px;
}
.outline:hover{
  filter: brightness(50%);
  transition: ease, 0.5s;
}
.outline{
background: linear-gradient(90deg, rgba(96,0,96,1) 35%, rgba(144,0,144,1) 100%);
  width: 300px;
  height: 60px;
  border-radius: 20px;
}
.ButtonText{
  color: white;
  text-decoration: none;
}
h3{
  font-size: 80px;
}
d1{
  font-size: 90px;
  z-index: 2;
  color: white;
}
.search{
    width: 400px;
    height: 75px;
    border-radius: 25px;
    background-color: #900060;
    font-size: 30px;
    color: white;
    font-family: "Tilt Neon";
    text-align: center;
}
.gameframe {
  background: linear-gradient(45deg, #19191b, #16161a);
  padding: 1vw;
  
  transition: .5s;
  box-shadow: 0 0 1vw 0 #171717;
  border-radius: 10px;
  opacity: 90%;
  outline: .1vw solid #ffffff26;
}
d2{
  font-size: 65px;
  left: 10px;
  top: 50%;
  color: white;
}
.d2{
  font-size: 25px;
  color: white;
}
.imgarrow{
  width: 60px;
  height: 60px;
}
link{
  display: block;
}
.game-container {
  margin-left:1.1vw;
  gap: 3vmin;
  margin-bottom:1.5vw;
  margin-top: 5vw;
  margin-left: 4vw;
  animation:fadeIn 0.68s ease-in-out 
}
@keyframes fadeIn{
  0%{
      opacity:0 
 }
  100%{
      opacity:1 
 }
}
.game-select {
  display: flex;
  gap: 1vw;
  max-width: 100%;
  flex-wrap: wrap;
}
.gameframe {
  background: linear-gradient(45deg, #19191b, #16161a);
  padding:1vw;
  width:20vw;
  transition: .5s;
  box-shadow: 0 0 1vw 0 #171717;
  border-radius:10px;
  opacity: 90%;
  outline: .1vw solid #ffffff26;
}
.gameframe img {
  border-radius: 1vw;
  width: 10vw;
  height: 10vw;
  margin-left: 5vw;
}
.gameframe a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-family:Inter;
  font-size: 1.2vw;
  font-weight: 500;
}
.gameframe:hover{
  box-shadow: 0 0 1vw 0 var(--main2);
}
p, d3{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-family: "Tilt";
  color: white;
  font-size: 2vw;
  text-align: center;
}
d3{
  font-size: 1vw;
}
.SearchBar {
  font-size: 1.3vw;
  text-align: center;
  border-style: solid !important;
  border-width: .2vw;
  border-radius: 1vw;
  width: 40vw;
  height: 3.5vw;
  outline: none;
  text-align: center;
  background: linear-gradient(45deg, #19191b, #16161a);
  transition: .5s;
  margin-left: 29vw;
  margin-bottom: 2vw;
  margin-top: 4vw;
  border: .1vw solid #ffffff26;
  color: white;
  font-family: "Tilt";
}
.footerBottom{
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  height: 150px;
}
.footerBottom p{
  color: white;
}
.footerButtons{
  margin-left: 65px;
  font-size: 30px;
}
.clock{
  font-family: "Tilt";
  margin-left: 65px;
  font-size: 30px;
  float: right;
}
.ButtonToTop{
  width: 300px;
  height: 55px;
  border-radius: 25px;
  background-color: rgb(104, 66, 255);
  color: rgb(249, 250, 255);
  font-size: 40px;
  margin-bottom: 50px;
}
.list-title{
  font-size: 20px;
}
.Box-Image{
  width: 80px;
  height: 80px;
}
.Boxes {
  display: flex; 
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; 
}


.SmallBox {
  display: flex;
  align-items: center;
  width: 300px;
  height: 90px;
  border-radius: 20px;
  padding: 10px;
  margin-left: 30px;
  margin-top: 25px;
}

.SmallBox:hover {
  background-color: rgba(66, 66, 66, 0.425);
}

.GameName {
  font-size: 20px;
  color: white;
}

.AuthorName {
  font-size: 15px;
  color: gray;
}

/* Game Category Styles */
.game-category {
    margin: 2rem 0;
    padding: 1rem;
}

.game-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem;
}

.game-card {
    flex: 0 0 auto;
    width: 17.5vw;
    padding: 1rem;
    border-radius: 20px;
    background: transparent;
    transition: transform 0.3s ease;
}

.game-card:hover {
    transform: scale(1.05);
}

.image-container {
    position: relative;
    width: 17.5vw;
    height: 17.5vw;
}

.game-card img {
    width: 13.5vw;
    height: 13.5vw;
    object-fit: cover;
    border-radius: 20px;
}
