
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: #FFE6E1;
    color: #075B5E;
}

a {
    text-decoration: none;
    color: #075B5E;
    font-family: "National Park", sans-serif;
    font-size: 20px;
}

ul {
    list-style: none;
    font-family: "National Park", sans-serif;
}

h1, h2 {
    font-family: "Merriweather", serif;
}

p {
    font-family: "National Park", sans-serif;
}

.disclaimer {
    text-align: center;
    background-color: #C90003;
    font-size: 20px;
    color: white;
    padding: 5px;

    a {
        text-decoration: underline;
    }
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #FFFAEE;
    padding: 20px 10px;
    border-radius: 50px;
    margin: 0 10px;

    h1 {
        color: #994C72;
    }
}

.navigation-list {
    display: flex;
    flex-direction: row;
}

.nav-item {
    margin: 15px;
}

.hero {
    background-color: #C5F79C;
    width: 60%;
    text-align: center;
    margin: 20px auto;
    padding: 20px 15px;
    border-radius: 50px;

    h1 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    p {
        font-size: 20px;
    }
}

.red {
    color: #FF3F33;
}

.offers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 50px 0;
}

.offer-text {
    padding-bottom: 30px;
    font-size: 20px;
}

.play-btn {
    padding: 10px 20px;
    background-color: #FF3F33;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.play-btn:hover {
    background-color: #FF6550;
    transition: background-color 300ms;
}

.offer-img {
    max-height: 500px;
    border-radius: 20px;
}

.left-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right {
    display: flex;
    flex-direction: row;
    padding-left: 50px;
    padding-bottom: 20px;

    h1 {
        font-size: 40px;
    }
}

.right-text {
    padding: 5px 20px;
}

.rating-number {
    padding: 5px 18px;
    font-size: 30px;
    color: white;
    background-color: #075B5E;
    border-radius: 100px;
    margin-right: 20px;
}

.rating-stars {
    font-size: 50px;
    color: #FF3F33;
}

.name {
    /*text-align: center;*/
    font-size: 60px;
    font-weight: bold;
    color: #9FC87E;
    padding-bottom: 20px;
}


.information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
}

.left-header {
    font-size: 30px;
    padding-left: 20px;
}

.tip {
    width: 20%;
    background-color: white;
    padding: 50px 10px;
    margin: 0 10px;
    border-radius: 20px;

    h1 {
        color: #A5ADB5;
        padding-bottom: 20px;
    }

    p {
        font-size: 20px;
    }
}

.columns-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}


.about {
    scroll-behavior: smooth;
    background-image: url("images/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    height: 800px;
    display: flex;
    align-items: center;
    margin-bottom: -50px;
}

.about-wrapper {
    width: 40%;
    margin: 0 auto;
    color: white;
    text-align: center;

    h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    p {
        font-size: 25px;
        /*font-weight: bold;*/
        padding-bottom: 10px;
    }
}


footer {
    background-color: #FFFAEE;
    display: flex;
    flex-direction: row;
    padding: 20px 10px;
    border-radius: 50px 50px 0 0;
    justify-content: space-around;
    align-items: center;
}

.legal-img {
    height: 100px;
    padding: 10px;
    background-color: #C9FC9F;
    border-radius: 20px;
    margin: 10px;
}


.rules {
    padding: 40px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border: 1px solid rgba(255, 255, 255, 0.49);
    margin: 10px;
}

.rules h1 {
    padding-bottom: 30px;
    text-align: center;
}

.rules h2 {
    padding: 20px 0 15px 0;
}

.rules p {
    padding-bottom: 10px;
}

.rules ul {
    padding-left: 20px;
    list-style: circle;
}


@media only screen and (max-width: 1400px) {
    .offer-img {
        max-height: 300px;
    }

    .about-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 1100px) {
    .offer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .offer-img {
        max-height: 600px;
        width: 50%;
    }

    .right {
        padding-left: 0;
        flex-direction: column;
        width: 80%;
        align-items: center;

    }

    .information {
        flex-direction: column;
        align-items: center;
    }

    .column {
        width: 70%;
        margin-bottom: 20px;
    }

    .about-wrapper {
        width: 80%;
    }

    .columns-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 700px) {
    header {
        flex-direction: column;

        h1 {
            padding-bottom: 20px;
        }
    }

    .navigation-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }

    .logo, .footer-menu {
        padding-bottom: 20px;
    }

    .about-wrapper {
        width: 90%;

        p {
            font-size: 16px;
        }
    }

}

@media only screen and (max-width: 600px) {
    .hero {
        display: none;
    }

    .rating-stars {
        font-size: 30px;
    }

    .name {
        font-size: 30px;
    }

    .left-top {
        flex-direction: column;
    }
}