@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');



* {
box-sizing: border-box;


}

body {
line-height: 1.5;
margin: 0;
background-color: grey;
font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
  

}
.main-nav a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
 

}
.main-nav {
margin: 0px auto;
padding: 20px;


}

.main-nav a:hover{
color: aqua;


}
.topnav,  .main-nav {
flex-direction: row;
display: flex;
justify-content: space-between;

}

.topnav{
width: 1440px;
background-color: #fff;
margin: 0 auto;
border: 1px solid green;
justify-content: space-between;
padding: 20px 0;
}

ul {
 list-style: none;
margin: 0;
padding: 0;

}

h1, a {
 color: black;
 
}

.logo {
margin: 0;
font-family: 'slackey', cursive;
padding-left: 100px;
}

header {
 background-image: url('../images/door.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 width: 1440px;
 height: 800px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
justify-content: flex-end;
padding: 150px;
}

header h1 {
 font-family: 'Slackey',cursive;
 font-size: 60px;
 color: white;
  text-align: center;
margin: 0;
padding: 50px;
}

.cta {
    background-color: #5ced74;
    padding: .35em 1em;
    display: inline-block;
    border-radius: 20px;
    font-size: 25px;
    text-decoration: none;
    color: #000;
}
.cta:hover {
color: #fff;
}

.center {
margin: 0 auto; 
 
}

.center2 {
  text-align: center;
}

.lounges {
 width: 1440px;
 background-color: #9dddfb;
 padding: 35px 50px;
margin: 0 auto;
display: flex;
justify-content: space-around;
font-weight: 700;
font-size: 30px;
color: white;
text-align: center;
line-height: 1.2;
text-shadow: 3px 3px #000;
}


.lounges-box {
  background-repeat: no-repeat;
  background-size: cover;
 background-position: center;
  width: 25%;
padding: 130px 0;
border-radius: 15px;
margin: 0 10px;

}

.lounges-one {
 background-image: url('../images/skaters.jpg');


}

.lounges-two {
 background-image: url('../images/lab.jpg');

}


.lounges-three {
 background-image: url('../images/galaxylounge.jpg');
 
}


.row {
  width: 1440px;
  margin: 0 auto;
  display: flex;
}

.row h2 {
  font-family: 'slackey', cursive;
  font-size: 40px;
  color: black;
  margin: 0;
}

.birthday-party {
  background-color: #c05dd9;
  padding: 125px 150px;
}

.food-drink {
  background-color: #85ccc9;
  padding: 125px 150px;

}

.summer-camp {
  background-color: #f9fe94;
  padding: 125px 150px;
}

.img-block {
  display: block;
}

.burger-bg {
background-image: url('../images/burger.jpg');
  background-repeat: no-repeat;
  background-size: cover;
 background-position: center;
 width: 245%;


}

.packages {
  width: 1440px;
margin: 0 auto;
background-image: linear-gradient(#8f71ff,#8bdfff);
display: flex;
justify-content: center;
align-items: stretch;
padding: 50px 0;
}

.packages-box {
  width: 25%;
border-radius: 15px;
margin: 0 10px;
background-color: white;
text-align: center;
overflow: hidden;

}

.packages-box h2 {
 font-weight: 700;
 font-size: 45px;
 color: white;
text-align: center;
line-height: 1.2;
text-shadow: 3px 3px #000;
padding: 50px;
margin: 0;
}


.packages-box p {
  padding: 10px 15px;
  font-size: large;
  color: black;
  font-weight: bold;

}

.funtazmic h2 {
  background-image: url('../images/skaters.jpg');
  background-repeat: no-repeat;
  background-size: cover;
 background-position: center;
}

.funtazmic {


}


.extremefun {

}
.extremefun h2 {
  background-image: url('../images/lab.jpg');
  background-repeat: no-repeat;
  background-size: cover;
 background-position: center;
}
.ultimatefun {

}

.ultimatefun h2 {
background-image: url('../images/galaxylounge.jpg');
  background-repeat: no-repeat;
background-size: cover;
 background-position: center;


}


.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 1440px;
  height: 620px;
}

.griditem {
    background-repeat: no-repeat;
  background-size: cover;
 background-position: center;
 background-color: #ccc;
 width: 20%;
}

.grid-item1 {
  background-image: url('../images/photo_5.jpg');
}
.grid-item2 {
  background-image: url('../images/photo_7.jpg');
}
.grid-item3 {
  background-image: url('../images/photo_4.jpg');
}
.grid-item4 {
  background-image: url('../images/photo_9.jpg');
}
.grid-item5 {
  background-image: url('../images/photo_1.jpg');
}
.grid-item6 {
  background-image: url('../images/photo_12.jpg');
}
.grid-item7 {
  background-image: url('../images/photo_11.jpg');
}
.grid-item8 {
  background-image: url('../images/photo_3.jpg');
}
.grid-item9 {
  background-image: url('../images/photo_6.jpg');
}
.grid-item10 {
  background-image: url('../images/photo_2.jpg');
}
footer {
  width: 1440px;
  margin: 0 auto;
  padding: 4% 0 1% 0;
  background: linear-gradient(180deg, #BA0FCF 0%, #FD80DB 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  color:white;
}

.contact {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 2% 0 4% 0;
}

.footer img {
  padding-bottom: 2%;
}

.ul {
  text-align: right;
}

.us li {
  list-style: none;
  font-weight: bold;
}
.us a {
  color: white;
}
.address {
  text-align: center;
}

.hours {
text-align: left;
}


.copy {

  color: white;
  justify-content: center;
  font-size: 15px;
}







/*Parties.html*/

.pcards {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #8E71FF 0%, #8BDEFE 100%);
  padding: 3% 0;
}

.pcard {
  background-color: white;
  border-radius: 16px;
  width: 80%;
  display: flex;
  margin: 2%;
}

.pinfo {
  text-align: center;
  padding-left: 18%;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2%;
}

.pinfo h2 {
  font-size: 65px;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px #000;

}

.pinfo a {
  color: #f8053b;
  font-weight: bolder;
}

.pimg1 {
  background-image: url('../images/skaters.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  width: 80%;
  border-radius: 16px 0 0 16px;
}

.pimg2 {
  background-image: url('../images/lab.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  width: 30%;
  border-radius: 16px 0 0 16px;
}

.pimg3 {
  background-image: url('../images/galaxylounge.jpg');
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  width: 30%;
    border-radius: 16px 0 0 16px;
}