@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&family=Slackey&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'lato', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #ececec;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, a {
    color: #34495E;
}

.topnav{
    width: 1440px;
    background-color: #fff;
    margin: 0 auto;
    padding: 1.5em 0;
    justify-content: space-between;
}

.topnav, .main-nav {
    display: flex;
}

.main-nav {
    margin: 0 auto;
    padding: 10px 0;
}

.logo {
    margin: 0;
    font-size: 3em;
    font-family: 'slackey', cursive;
    padding-left: 100px;

}

.main-nav a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.main-nav a:hover {
    color: #FF0ABA;

}

.main-nav li a:hover {
    display: block;
    background-color: #ccc;
}

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-bottom: 100px;
}

header h1 {
    font-family: 'slackey',cursive;
    font-size: 60px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 50px;
}

header h2 {
    font-family: 'slackey',cursive;
    font-size: 60px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 50px;
}

.center {
    margin: 0 auto;
}

.center2 {
    text-align: center;
}

.cta {
    background-color: #5ced74;
    padding: .35em 1em;
    display: inline-block;
    border-radius: 16px;
    font-size: 24px;
    text-decoration: none;
    color: #000;
}

.cta:hover {
    color: #fff;
    background-color: #00a50c;
}

.trio {
    width: 1440px;
    background-color: #9dddfb;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    -webkit-text-stroke: 1.5px #000;
}

.trio-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25%;
    padding: 125px 0;
    border-radius: 10px;
    margin: 0 10px;
   
    

}

.trio-one {
    background-image: url("../images/skaters.jpg");

}

.trio-two {
    background-image: url("../images/lab.jpg");

}

.trio-three {
    background-image: url("../images/galaxy.jpg");
}


    


.row {
    width: 1440px;
    display:flex;
    margin: 0 auto;
    
}


.row h2 {
    font-family: 'slackey', cursive;
    font-size: 40px;
    color: #000;
    margin: 0;
  
}

.bday-parties{
    background-color: #F805EB;
    padding: 125px 150px;
}
.food-drink {
    background-color: #27B6AE;
    padding: 125px 150px;
    width: 50%;
}

.summer-camp {
    background-color: #F9FD50;
    padding: 125px 150px;
    width: 50%;
}

.img-block {
    display: block;
}


.burger-bg {
    background-image: url("../images/burger.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    
}

.camp-img {
    width: 50%;
}


.card {
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(#8F71FF, #8BDFFF);
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 50px 0;


}

.card-box {
    width: 25%;
    border-radius: 10px;
    margin: 0 10px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    
   
}

.card-box h2 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px #000;
    padding: 50px 0;
    margin: 0;
    -webkit-text-stroke: 1.5px #000;
}

.card-box p {
    padding: 10px 20px;
    

}



.funtazmic h2{
    background-image: url("../images/skaters.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}

.extremefun h2 {
    background-image: url("../images/lab.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ultimatefun h2{
    background-image: url("../images/galaxy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid {
    width: 1440px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.grid img {
    width: 20%;
    height: 50%;
    object-fit: cover;
    display: block;
    
}


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;
   
}

footer a {
    text-decoration: none;
}

.info {
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 2% 0 4% 0;

}

footer img {
    filter: drop-shadow(0px 4px 0px rgba(255, 255, 255, 1));
    padding-bottom: 2%;
}

ul {
    text-align: right;
    text-decoration: none;
}
 
.address {
    text-align: center;
}

.footmenu ul {
    list-style: none;
    
}

.footmenu li {
    list-style: none;
    font-weight: bold;
    
}

.footmenu a {
    color: white;
}

.copy {
    font-size: 10px;
}

.pcards {
    display: flex;
    flex-direction: column;
    width: 1440px;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(180deg, #8F71FF 0%, #8BDFFF 100%);
    padding: 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: 62px;
    font-weight: bolder;
    color: white;
    text-shadow: 2px 2px 8px #000;
    -webkit-text-stroke: 1.5px #000;
}

.pinfo a {
    color: #f805eb;
    font-weight: bolder;
    text-decoration: none;
}

.pimg1 {
    background-image: url("../images/skaters.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 30%;
    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/galaxy.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 30%;
    border-radius: 16px 0 0 16px;
}