@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;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 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;
    justify-content: space-between;
    padding: 1.5em 0;
}
.main-nav{
    margin: 20px auto;
}
.main-nav a:hover{
    color: #ff0aba;
}
.topnav, .main-nav{
    display: flex;
}
.logo{
    margin: 0 auto;
    padding-left: 2em;
}
.main-nav a{
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
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;
}
.center{
    margin: 0 auto;
}
.cta{
    background-color: #5ced74;
    padding: .35em 1em;
    border-radius: 16px;
    font-size: 24px;
    text-decoration: none;
    filter: drop-shadow(4px 4px 4px);
    color: black;
}
.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: 2px 2px 7px black;
}
.trio-box{
     background-size: cover;
    background-position: center;
    width: 25%;
    padding: 125px 0;
    border-radius: 10px;
    margin: 0 18px;
}
.trio-one{
    background-image: url(../images/skaters.jpg);
}
.trio-two{
 background-image: url(../images/lab.jpg);
}
.trio-three{
 background-image: url(../images/galaxylounge.jpg);
}
.info-box-one{
    width: 1440px;
    margin: 0 auto;
    display: flex;
}
.parties{
    width: 1440px;
    background-color: #b100cd;
    padding: 150px;
    margin: 0 auto;
    height: 720px;
}
.parties h2{
    margin: 0 auto;
    font-family: 'Slackey',cursive;
    font-size: 40px;
    color: black;
}
.info-box-two{
    width: 1440px;
    margin: 0 auto;
    display: flex;
}
.info-box-three{
    width: 1440px;
    margin: 0 auto;
    display: flex;
}
.menu{
    width: 1440px;
    background-color: #27B6AE;
    padding: 150px;
    margin: 0 auto;
    height: 720px;
}
.menu h2{
    margin: 0 auto;
    font-family: 'Slackey',cursive;
    font-size: 40px;
    color: black;
}
.camp{
    width: 1440px;
    background-color: #F9FD50;
    padding: 150px;
    margin: 0 auto;
    height: 720px;
}
.camp h2{
    margin: 0 auto;
    font-family: 'Slackey',cursive;
    font-size: 40px;
    color: black;
}

footer{
    background-image: linear-gradient(to bottom, #B100CD, #FC55CD);
    color: #fff;
    width: 1440px;
    margin: 0 auto;
    padding: 145px 145px 10px 145px;
}
footer img{
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0px 4px 0px #fff);
    padding-bottom: 2%;
}
footer a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.bottom{
    display: flex;
    justify-content: space-between;
}
.address{
    text-align: center;
}
footer span{
   font-weight: bold;
}
footer .links{
text-align: right;
}
.copyright{
    text-align: center;
    font-size: 10px;
    padding-top: 110px;
}
.package{
    width: 1440px;
    background-image: linear-gradient(to bottom, #8BDFfF, #8f71ff);
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 20px;
    gap: 18px;
}

.package-fun h2{
    width: 400px;
    background-image: url(../images/skaters.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px 15px 0 0;
    margin: 50px 0 0 0;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 2px 2px 7px black;
}
.package-fun p{
    background-color: #fff;
    margin: 0;
    width: 400px;
    padding: 15px;
}
.price{
    border-radius: 0 0 15px 15px;
    margin:  0 0 0 50px;
    padding: 10px;
    color: #F805EB;
    font-weight: bold;
}
.package-ext h2{
    width: 400px;
    background-image: url(../images/skaters.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px 15px 0 0;
    margin: 50px 0 0 0;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 2px 2px 7px black;
}
.package-ext p{
    background-color: #fff;
    margin: 0;
  width: 400px;
    padding: 15px;
}
.package-ult h2{
 width: 400px;
    background-image: url(../images/skaters.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px 15px 0 0;
    margin: 50px 0 0 0;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 2px 2px 7px black;
}
.package-ult p{
    background-color: #fff;
    margin: 0;
    width: 400px;
    padding: 11px;
}
.grid{
        width: 1440px;
        height: 600px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
}
.grid img{
    width: 20%;
    height: 50%;
    object-fit: cover;
    display: block;
}
.pcards{
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #8f71ff, #88dfff);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.pcard{
    background-color: white;
    border-radius: 16px;
    width: 80%;
    display: flex;
    margin: 2%;
}
.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;
}
.pinfo{
    text-align: center;
    padding-left: 18%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 2%;
}
.pinfo h2{
    font-size: 64px;
    font-weight: bolder;
    color: white;
    text-shadow: 2px 2px 8px #000;
}
.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;
}