* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  background-color: black;
  overflow-x: hidden;
}

.hero-pic{
  width: 100%;
  height: auto;
}


/* working on nav bar */

.nav-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: red;
  
}

.sticky .nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.logo {
  background-color: black;
  display: block;
  font-size: 2rem;
  text-align: left;
  background-size: contain;
  color: red;
  padding: 5px;
}

.sub-logo {
  background-color: red;
  color: black;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;

}

/* working on sub hero */
.sub-hero{
  position: relative;
  padding: 2rem 2rem 0rem 2rem;
}


.sub-hero-pic{
  width: 100%;
  height: 100%;
}

.sub-header{
  color: white; 
  position: absolute;
  bottom: 3rem;
  left: 10rem;
  font-size: 2rem; 
}

.sticky .hero-img {
  margin-top: 5rem;
  
}


.img-sub-hero {
  border: 10px solid red;
}

/* game info  list */

.card-gallery {
 padding: 1rem;
}

.gallery-container {
  /* height: 400px; */
  /* height: auto; */
  /* width: auto; */
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 10px;
  margin-top: 1rem;
}



.thumb-container h2 {
  font-size: 2rem;
}

.h2-text-container {
  display: flexbox;
  background-color: red;
  text-align: center;
  padding: none;
}

.about-game {
  text-align: left;
  margin: 1rem;
  color: white;
  font-size: 18px;
}

/* end section */

.end-section {
  position: relative;
  padding: 0 2rem;
}

.end-photo {
  border: 10px solid red;
}

.end-pic{
  width: 100%;
  height: 100%;
}

.Message {
  color: white;
  position: absolute;
  bottom: 8rem;
  right: 12rem;
  font-size: 3rem;
}






/* working on the footer */

.footer {
  color: white;
  /*  */
}

/* .info {
  align-items: center;
  margin-left: 25rem; 
  display: flex;
  width: 50%;
  height: 5rem;
  margin: auto;
  border: 3px dashed #1c87c9;
  align-items: center;
  justify-content: center;
} */

.customer {
  /* margin-left: 3rem;  */
  display: flex;
  width: 70%;
  height: 5rem;
  margin: auto;
  font-size: 20px;
  align-items: center;
  justify-content: space-between;
}

.text-logo-container {
  font-size: small;
  padding: 0 4rem;
  display: flex;
  width: 100%;
  height: 5rem;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.legal-text-footer{
  padding: 3rem 0;
}



/* makeing it responsive */



@media screen and (max-width: 882px){

/* header NEW GUNS */

  .sub-header{
    bottom: 2rem;
    left: 6rem;
    font-size: 1rem;
    color: rgb(27, 186, 240);
  }

  /* GAME INFO LIST */

  .gallery-container{
    display:inline-block; 
  }


  .img{
    display: flex;
    justify-content: center;
  }

  .h2-text-container{
    margin: 0 4.8rem;
  }

.about-game{
    text-align: center;   
  }


  /* HEADER COMINGSOON  */

  .Message{
    bottom: 3.5rem;
    right: 7rem;
    font-size: 1.5rem;
    color: rgb(27, 186, 240);
  }
  
  /* footer */

  .text-logo-container{
    padding: 2rem;
    width: 100%;
   } 
}


  /* for very small device */


  @media screen and (max-width: 550px){

    /* header new guns */

  .sub-header{
    bottom: 1rem;
    left: 3.5rem;
    font-size: small;
  }  

  .img-sub-hero {
    border: 5px solid red;
  }

  .Message{
    bottom: 2.8rem;
    right: 4.5rem;
    font-size: 1rem;
    color: rgb(27, 186, 240);
  }

  .end-photo {
    border: 5px solid red;
  }

  /* footer */

  .text-logo-container{
    padding-top: 5px;
    width: 100%;
    font-size: 8px;
   } 

  } 