@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: sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: white;
}

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

h1, a {
    color: black;
}

.header {
    width: 1440px;
    background-color: white;
    margin: 0 auto;
    padding: 1.5 em;
    display: flex;
}

.header img {
    width: 307px;
    height: 51px;
    margin-left: 250px;
}

.list {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
}

.logo {
    margin: 0;
    font-size: 3em;
    font-family: 'Slackey', cursive;
    padding-left: 100px;
}

.list a {
    padding: 20px 25px;
    display: block;
    text-decoration: none;
}

.list a:hover {
    color: #FFA163;
}

.list li a:hover {
    display: block;
    background-color: greenyellow;
}

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: 8%;
}



.center2 {
    text-align: center;
}

.cta {
     background-color: #5CED74;
    padding: .35em 1em;
    border-radius: 16px;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    box-shadow: 3px 3px 10px 1px #222222;
}

.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;
}

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

.food {
    background-color: #85ccc9;
    padding: 125px 150px;
    width: 50%;
    height: 720px;
}

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



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

.card {
    width: 1440px;
    margin: 0 auto;
    background-image: url("../images/gradient.jpg");
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 50px 0;
    font-family: 'Lato', sans-serif;
}

.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;
}

.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/galaxylounge.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.centerimg {
    margin: 0 auto;
    width: 1440px;
    padding-left: auto;
    padding-right: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-family: 'Lato', sans-serif;

}

footer {
    width: 1440px;
    margin: 0 auto;
    padding: 4% 0 1% 0;
    background-image: url("../images/gradient2.jpg");
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    font-family: 'Lato', sans-serif;
}

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

footer img {
    filter: drop-shadow(0 4px 0 rgna(255, 255, 255, 1));
    padding-bottom: 2%;
}

ul {
    text-align: right;
}

.address {
    text-align: center;
}

.footerleft li {
    list-style: none;
    font-weight: bold;
}

.footerleft a {
    color: white;
    text-decoration: none;
}

.copy {
    font-size: 10px;
}