/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
/* Reset some default browser styles */
body, h1, h2, h3, p, div, li, ul, span{
    margin: 0;
    padding: 0;
  }
  body {
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.5;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-tap-highlight-color: transparent;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
::selection {
        color: none;
        background: none;
        }
        ::-moz-selection {
        color: none;
        background: none;
    }
    
  .hero-image {
      display: block;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */


  /* Set a specific height */
  height: 50vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
      margin-left: auto;
  margin-right: auto;

  /* Ensure the element is positioned correctly */
  position: relative;
      z-index: 0;
  }
/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  color: white;
}
  header {
    background-color: #ffffff;
    padding: 20px;
  }
  
  nav ul {
    list-style: none;
  }
  
  nav ul li {
    display: inline;
    margin-right: 10px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  section {
    padding: 60px;
  }
  
  h1, h2, h3 {
    margin-bottom: 20px;
  }
  
  h1 {
    color: #ffffff;
    font-size: 36px;
  }
  
  h2 {
    color: #ffffff;
    font-size: 24px;
  }
  
  h3 {
    color: #ffffff;
    font-size: 20px;
  }
  
  p {
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .game-card {
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 200px;
    margin-bottom: 50px;
    transition: transform 0.3s ease;
    text-align: center;
    height: fit-content;
    width: 100%;
  }
  
  .game-card:hover {
    transform: translateY(-5px);
  }
  
  .game-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .game-card h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .game-card p {
    color: #808080;
    margin-bottom: 10px;
  }
  
  .game-card a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .btn {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
  }
  
  .btn:hover {
    background-color: #666;
  }
  
  footer {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  .topnav {
    background-color: #1a1a1a;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: right;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #000000;
    color: rgb(255, 255, 255);
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #000000;
    color: white;
  }
  sus {
    border: 3px solid #3b3b3b;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
  }
  .icon {
    overflow: hidden;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    align-items: center;
      top: 50px;
  }
  
About {
background-color: #000000;
}
.contact-section {
  background-color: transparent;
  padding: 50px 0;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
