@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.main-box {
    display: inline;
    flex-direction: column;
    flex-grow: 1;
    margin: auto;
    max-width: 60rem;
    place-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

body {    
    background-color: #272727;
    margin: 0; 
    background-size: cover;
}

main { 
  text-align: center;
}

.topnav {

  color: #FFFFFF;
  background-image: url('../images/navbar.png');
  background-size: 100%;
  overflow: hidden;
  margin: -50px;
  border-radius: 15px;
  height: 60px;

  

  


}

.nav-tab {
  float: right;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  transition: color.3s ease-in-out;
  transition: 0.30s;
  

  
}

#nav-logo {
  margin-top: 7px;
  margin-left: 10px;
  width: 50px;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-shadow: 10px 10px 4px black;
}
.h1p {
  font-size: 12rem;
}
h2 {
    font-size: 1.2rem;
    line-height: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-shadow: 1px 3px 4px black;
}

#hot {
  width: 20px;
  margin: -2px;
  margin-left: 5px;
  
}



.nav-tab:hover {
  transform: translateY(-0.3em);
}
.right-padding-nav {
  padding-right: 25px;
}

.left-padding-nav {
  padding-left: 5rem;
}

.topnav a:hover {
  color: rgb(255, 255, 255);
}

.topnav a.active {
  color: white;
 
}



.nav-image {
  height: 30px; /* Set the height of the image */
  width: 30px; /* Set the width of the image */
  vertical-align: bottom;
}

.nav-image:hover,
.nav-image:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);

}

  
  .main-holder {
  background-image: url(../images/u.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}




.main {
    display: flex;
    height: 100%;
    width: 100%;
}
.header {
  padding: 60px;

}
.footer-logo-holder 
{
  overflow: hidden;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  padding-top: 2rem;
  width: 3.7rem;
  height: 3.7rem;
}
.footer-nav-holder {
  height: fit-content;
  width: 100%;
  background-color: #272727;
  display: flex;
  flex-direction: row;
  place-content: center;
  flex-wrap: wrap;
  background-size: cover;
}
.footer-tab {
  background-color: transparent;
  border: 2px solid #000000;
  color: #ffffff;
  text-align: center;
  padding:15px 50px;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  transition: color .4s ease-in-out;
  margin: 4px 2px;
  cursor: pointer;
  border-color: white;
  border-radius: 7px;
  margin-right: 25px;
}
.footer-tab:hover {
  background-color: white;
  color: black;
}


#searchInput {
  background-color: #060225;
  padding: 15px;
  border-radius: 10px;
  width: 700px;
  border: solid;
  color: #FFFFFF;
  font-size: 150%;
  font-family: 'Montserrat', sans-serif;
  margin-top: 100px;


}


.games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;

}

.game {
    display: inline-block;
    background-color:#080927;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0px 0px 10px 2px white;
    margin-top: 20px;
    width: 200px;


    
}

.gamehot {
  display: inline-block;
  background-color:#080927;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 0px 10px 2px #ff7300;
  margin-top: 20px;
  width: 200px;


  
}



.gamehot img {
  height: 200;
  width:  170px;
  margin: 10px;

  object-fit: cover;
  border-radius: 15px;
  transition: transform .35s ease;

}

.gamespace {
  visibility: hidden;
  
}




.game:hover {
  filter: brightness(80%);

}
.gamehot:hover {
  filter: brightness(80%);

}



a {text-decoration: none;}

.game img {
    height: 180px;
    width:  170px;
    margin: 10px;

    object-fit: cover;
    border-radius: 15px;
    transition: transform .35s ease;

}







main { 
  text-align: center;
}

main h1 {
  padding-top: 1rem;
}
.footer-media-holder {
  height: fit-content;
  width: 100%;
  background-color: #272727;
  display: flex;
  flex-direction: row;
  place-content: center;
  flex-wrap: wrap;
  background-size: cover;
}
.footer-media {
  width: 4rem;
  height: 4rem;
}
