@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Slackey&display=swap');

* {
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #ececec;
}

ul{
    list-style: none;
}

h1, a{ 
    color: #34495E;
}

.topnav{
    width: 1440px;
    background-color: #fff;
    margin: 0 auto;
    
    justify-content: space-between;
    padding: 1.5em 0;
}

.topnav, .main-nav{
    display: flex;
}

.main-nav{
    margin: 0 auto;
    padding: 10px 0;
}

.logo{
    margin: 0;
    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: 100px;
}

header h1{ 
    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;
    display: inline-block;
    padding: .35em 1em;
    border-radius: 15px;
    font-size: 25px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .25), 0 10px 18px rgba(0, 0, 0, .18);
    margin-top: 60px;
}

.cta:hover{
    color: #fff;
}

.trio{
    width: 1440px;
    background-color: #9dddfb;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 1px 1px #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/galaxylounge.jpg");
}

.row {
width: 1440px;
margin: 0 auto;
display: flex;
}

.row h2{
    font-family: 'Slackey', cursive;
    font-size: 40px;
    color: #000;
    margin: 0;
}

.bday-parties {
    background-color: #c05dd9;
    padding: 125px 150px;
}

.food-drinks {
    background-color: #85ccc9;
    padding: 125px 150px;
}

.summer-camp {
    background-color: #f9fe94;
    padding: 125px 150px;
}

.img-block {
    display: block;
}

.card {
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(#8f71ff, #8bdfff);
    display: flex;
    justify-content: center;
    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;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 1px 1px #000;
    padding: 50px 0;
    margin: 0;
}

.card-box p {
    padding: 10px 20px;
}

.price {
    color: #f805eb;
    text-decoration: none;
}

.funtazmic h2 {
    background-image: url("../images/skaters.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.extreme h2 {
    background-image: url("../images/lab.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ultimate h2 {
    background-image: url("../images/galaxylounge.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 1440px;
    height: 618px;
}

.gallery-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 20%;
}

.gallery-content1 {
    background-image: url("../images/photo_1.jpg");
}

.gallery-content2 {
    background-image: url("../images/photo_2.jpg");
}

.gallery-content3 {
    background-image: url("../images/photo_3.jpg");
}

.gallery-content4 {
    background-image: url("../images/photo_4.jpg");
}

.gallery-content5 {
    background-image: url("../images/photo_5.jpg");
}

.gallery-content6 {
    background-image: url("../images/photo_6.jpg");
}

.gallery-content7 {
    background-image: url("../images/photo_7.jpg");
}

.gallery-content9 {
    background-image: url("../images/photo_9.jpg");
}

.gallery-content11 {
    background-image: url("../images/photo_11.jpg");
}

.gallery-content12 {
    background-image: url("../images/photo_12.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;
}

.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;
}

.address {
    text-align: center;
}

.footmenu li {
    list-style: none;
}

.footmenu a{
    color: white;
}

.copy {
    font-size: 10px;
}

