
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Special+Gothic+Expanded+One&display=swap');


/* === CSS RESET === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  font-family: 'Arial', sans-serif;
}

/* === CUSTOM STYLES === */
body {
  background: linear-gradient(to bottom, #f0f8ff, #ffffff);
  color: #222;
  text-align: center;
}

.main-wrapper {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 140px; /* prevent footer overlap */
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 1) 0%, rgba(2, 173, 229, 1) 5%, rgba(9, 9, 121, 1) 48%);
  color: white;
  padding: 1em 0;
}

canvas.balloons {
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.logo img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 20px;
  gap: 0.5em;
}

.phone-and-icon {
  display: flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  color: white;
  font-size: 1.2rem;
}

.phone-and-icon a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  white-space: nowrap;
}

.contact-info p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0.5rem 0;
  color: white;
}

.fb-div {
  display: inline-block;
  padding-right: 40px;
}

.fb-icon {
  width: 56px;
  height: auto;
}

.phone-icon {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 50px;
}

main {

  max-width: 1400px ;
  padding: 3em;
  margin:0 auto ;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.business-name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 20px;
}



 .celebrate, h1  {
  font-family: "Lucida Console", Monaco, monospace;
  font-weight: bold;
  font-size: 100px;
  text-transform: uppercase;
  text-align: center;
  word-spacing: 2px;
  color: rgb(230, 203, 0);
  background-color: rgba(251, 251, 251, 0.967);
  text-shadow: rgba(209, 0, 0, 0.65) 4px 4px 2px;
}

.games-section {
  max-width: 1000px;
  margin: 2em auto;
  padding: 1em;
  text-align: center;
  background-color: #0066ff;
  border-radius: 20px;
   box-shadow: 0 6px 15px rgba(10, 10,10, 0.734); /* subtle default shadow */
}

.games-announcement {
  font-family: 'Impact', 'Garamond', 'Georgia', serif; /* Substitute for Gothic font */
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1em;
  text-shadow: 1px 1px 4px black;
}

.games-dropin {
  font-style:italic ;
  font-weight: bold;
  color: rgb(255, 255, 0);
  font-size: 1.2rem;
  margin-bottom: 1em;
  text-shadow: 1px 1px 4px black;
}

.games-list {
  width: 100%;   /* optional if keeping the container */
  display: block; /* or just remove 'display' altogether */
  padding: 0;
  margin: 0 auto;
}

.games-gallery {
  width:100% ;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  margin-top: 2em;
  padding: 0 1em;
}

.gallery-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  background-color: #e0f0ff;
}

.gallery-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.gallery-item p {
  margin-top: 0.5em;
  font-size: 1rem;
  font-weight: bold;
  color: #222;

}


.additional p {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 2px black;
  margin-top: 1.5em;
  font-style: italic;
}


.hours {
  max-width: 1000px;
 
  color :white ;
  font-weight:bold ;
  padding: 1em;
  text-align: center;
  background-color: #0066ff;
  border-radius: 20px;
  font-size: 1em;
  margin: 2em auto ;
   box-shadow: 0 6px 15px rgba(10, 10, 10, 0.768); /* subtle default shadow */
}

.cta-button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 1.5em;
  font-size: 1.2rem;
  color: white;
  background-color: #8cb7f0;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* subtle default shadow */
}

.cta-button:hover {
  background-color: #5b9ce6;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* deeper shadow on hover */
}



.offer {
  background: #0066ff;
  color: white;
  padding: 2em;
  border-radius: 20px;
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 0 20px rgba(10, 10, 10, 0.596);
}

.offer h2 {
  font-size: 2.5em;
  margin: 0;
  color: #ff66cc;
}


footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #003366;
  color: white;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  font-size: 1em;
  text-align: center;
}

/* === Responsive Layout === */
@media (max-width: 915px) {

  .business-name {
    font-size: 1.8rem;
    text-align: left;
    padding: 10px;
  }

  .contact-info p {
    font-size: 1.8em;
    text-align: right;
    padding: 10px;
  }

  .celebrate, h1 {
    text-shadow: rgba(209, 0, 0, 0.65) 2px 2px 2px;
    font-size: 3em ;
  }
  .main-wrapper {
    max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .fb-icon {
    width: 30px;
  }

  .phone-and-icon a {
    font-size: 0.9rem;
  }

  .phone-icon {
    margin-right: 8px;
  }

  .fb-div {
    padding-right: 90px;
    margin-top: 0.05em;
  }

  .logo img {
    width: 100px;
    height: auto;
  }



  .games-announcement{

    font-size: 20px;
  }




  .games-gallery {
    grid-template-columns:  repeat(2,1fr);
  }


  .offer h2 {
    font-size: 2em;
  }
 
}


@media (max-width: 428px)  {
 
  .logo img {
    width: 40px;
    height: auto;
  }


  .games-list{

     grid-template-columns: 1fr;
  }

  .games-gallery {
    grid-template-columns: 1fr; /* or  depending on how many columns you want */
  }

  .business-name {
    font-size: 1em;
    text-align: left;
    padding: 10px;
  }

  

  .contact-info p {
    font-size: 1.2rem;
    text-align: right;
    padding: 10px;
  }

  .main-wrapper {
    max-width: 1000px;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .fb-icon {
    width: 30px;
  }

  .phone-and-icon a {
    font-size: 0.9rem;
  }

  .phone-icon {
    margin-right: 8px;
  }

  .fb-div {
    padding-right: 90px;
    margin-top: 0.05em;
  }

  .logo img {
    width: 80px;
  }

   .celebrate,  h1  {
    font-size: 40px;
    letter-spacing: 4px;
  }

  .games-announcement{

    font-size: 20px;
  }



  .games-gallery {
    grid-template-columns:  1fr;
  }


  .offer h2 {
    font-size: 2em;
  }
}
@media (max-width:375px)  {

.business-name {
    font-size: 1rem;
    text-align: left;
    padding: 5px;
  }

 .contact-info p {
    font-size: 1rem;
    text-align: right;
    padding: 10px;
  }


.celebrate, h1 {

    text-shadow: rgba(209, 0, 0, 0.65) 2px 2px 2px;
    font-size: 2em ;

  }


}