

*  {
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
}




.navbar {
    width: 100%;
    height: 131px;
    background: #FFFFFF;
}


.nav-container {
    max-width: 1128px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}



.nav-links a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: underline;
}




.hero {
    width: 100%;
    height: 820px;
    background: url("images/door.jpg") center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 180px;
}

.hero-content {
    text-align: center;
    max-width: 1128px;
    width: 90%;
}

.hero-content h1 {
    font-family: 'Slackey';
    font-size: 82px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    background: #5CED74;
    border-radius: 20px;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
}





 .features {
    background: #8BDFFF;
    padding: 60px 0;
}

.features-container {
    max-width: 1128px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.feature-card {
    flex: 1;
    height: 365px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-card h2 {
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-text-stroke: 2px #000000;
}

.skating {
    background: url("images/skaters.jpg") center/cover no-repeat;
}

.escape {
    background: url("images/lab.jpg") center/cover no-repeat;
}

.vr {
    background: url("images/galaxylounge.jpg") center/cover no-repeat;
}




.birthday,
.food,
.summer {
    display: flex;
    height: 600px;
}

.birthday-text,
.food-text,
.summer-text {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.birthday-text { background: #B100CD; }
.food-text { background: #27B6AE; }
.summer-text { background: #F9FD50; }

.birthday-inner,
.food-inner,
.summer-inner {
    max-width:  520px;
}

.birthday-inner h2,
.food-inner h2,
.summer-inner h2 {
    font-family:'Slackey';
    font-size: 40px;
    margin-bottom: 30px;
}

.birthday-inner p,
.food-inner p,
.summer-inner p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
}

  .birthday-image {
    width: 50%;
    background: url("images/balloons.jpg") center/cover no-repeat;
}

.food-image {
    width: 50%;
    background: url("images/burger.jpg") center/cover no-repeat;
}

.summer-image {
    width: 50%;
    background: url("images/campkids.jpg") center/cover no-repeat;
}




.packages {
    background: linear-gradient(to bottom, #8F71FF, #8BDFFF);
    padding: 120px 0;
}

.packages-inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.package-card {
    width: 365px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.package-image {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size:  cover;
    background-position: center;
}

.package-image h3 {
    font-size: 60px;
    color: #FFFFFF;
    -webkit-text-stroke: 2px #000000;
}

.package-body {
    padding: 30px;
    text-align: center;
}

.package-body p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.package-price {
    font-weight: 700;
    color: #F811EC;
    margin-top: 10px;
}

.funtazmic {
     background-image: url("images/skaters.jpg");
}

.extreme {
    background-image: url("images/lab.jpg");
}

.ultimate {
    background-image: url("images/galaxylounge.jpg");
 }


.gallery-inner {
    display: flex;
    flex-wrap: wrap;
}

.gallery-inner img {
    width: 20%;
    height: 250px;
    object-fit: cover;
 }



 .footer {
    background: linear-gradient(to bottom, #B100CD, #FC55CD);
    padding: 100px 0 50px 0;
    color: #FFFFFF;
}

.footer-logo {
    text-align: center;
    margin-bottom: 70px;
}

.footer-inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    text-align: center;
}

.footer-column h4 {
    margin-bottom: 15px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

 .footer-bottom {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
}
