/* Hero Image */

.hero-image {
    background-image: url('../img/team.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 474px;
    position: relative;
    z-index: 0;
}

.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 46, 48, 0.3);
    z-index: 1;
    pointer-events: none;
}

.hero-image > div {
    position: relative;
    z-index: 2;
}

.hero-image div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hero-image h2 {
    font-family: 'JETSansDigital', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
}


.how-it-works__details__quote {
    width: 280px;
    margin: 0 auto;
    text-align: left;
}


.how-it-works__details__quote h2 {
    font-size: 50px;
    line-height: 100%;
    color: #242E30;
    text-align: left;
    margin-bottom: 10px;
}


.how-it-works__details__quote h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 125%;
    font-family: "Jet Sans", sans-serif;
}


@media only screen and (min-width: 768px) {
    .hero-image h1 {
        margin-bottom: 22px;
    }


    .hero-image {
        min-height: 837px;
        background-position: center 35%;
    }

    .hero-image.nl {
        background-position: center top;
    }
}

/* Main Content */


.main-content {
    background: #FF8000;
    padding: 10px 0 120px;
    position: relative;
}

.main-content__container {
    width: 100%;
    padding: 10px 20px;
}

.main-content__logos {
    max-width: 400px;
    margin: 20px auto 0 auto;
}

.main-content__content {
    padding-bottom: 50px;
    max-width: 500px;
    margin: 30px auto;
}

.main-content p {
    color: white;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

.main-content p:last-of-type {
    margin-bottom: 0;
}


.teams-involved__teams img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}


@media only screen and (min-width: 768px) {

    .main-content {
        min-height: 400px;
        padding-bottom: 420px;
    }

    .main-content__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        max-width: 934px;
        margin: 0 auto;
        padding: 20px;
    }

    .main-content__logos {
        display: block;
        width: 50%;
        margin: 0 auto 0 0;
    }

    .main-content__content {
        width: 37%;
    }

    .main-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}

/* How it works */

.how-it-works {
    background: #EFEDEA;
    position: relative;
    padding: calc(25vw - 40px) 0 55px;
}

.how-it-works::before {
    background: #EFEDEA;
}

.how-it-works__container {
    text-align: center;
    padding: 45px 20px;
    height: auto;
}

.ch-fr {
    padding-bottom: 100px;
}

.how-it-works__video {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    max-width: 500px;
}

.how-it-works__video .image {
    position: relative;
}

.how-it-works__video img {
    border-radius: 30px;
}

.how-it-works__video .image::after {
    content: '';
    display: block;
    background-image: url('../img/play.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 43px;
    widtH: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.how-it-works__video .image:hover {
    cursor: pointer;
}

.how-it-works__video video {
    display: none;
    width: 100%;
    border-radius: 30px;
}

.how-it-works__text-section {
    padding: 60px 20px;
    max-width: 500px;
    margin: 0 auto 60px auto;
}

.how-it-works__text-section img {
    height: 32px;
    width: 32px;
}

.how-it-works__text-section h2.title {
    font-size: 50px !important;
    line-height: 125%;
    color: #242E30;
    margin-bottom: 28px;
    text-align: center;
}

.how-it-works__text-section p.content {
    font-size: 14px;
    line-height: 150%;
    max-width: 600px;
    margin: 0 auto 35px auto;
}

.how-it-works__details h2.title {
    font-size: 18px;
    line-height: 125%;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto 28px;
    color: #242f30;
    font-family: "jet-regular";
}

.how-it-works__details img {
    margin-bottom: 20px;
    widtH: 280px;
    border-radius: 30px;
}

.how-it-works__details__quote p {
    font-size: 14px;
    line-height: 150%;
}

.how-it-works__details__quote p:last-of-type {
    margin-bottom: 0;
}


.how-it-works__goals {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    align-items: center;
}

.how-it-works__goals p {
    font-size: 14px;
    line-height: 20px;
}

.how-it-works__goal {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin-bottom: 20px;
    max-width: 572px;
}


.goals__flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 40px;
}

@media only screen and (min-width: 490px) {
    .how-it-works {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) {

    .how-it-works {
        background: #EFEDEA;
        position: relative;
        padding: 90px 0 90px;
    }

    .how-it-works__video {
        max-width: 934px;
        margin: 0 auto;
        top: -415px;
    }

    .how-it-works__video .image::after {
        height: 85px;
        width: 85px;
    }

    .how-it-works__text-section {
        max-width: 850px;
    }

    .how-it-works__text-section img {
        height: 41px;
        width: 41px;
    }

    .how-it-works__text-section h2.title {
        font-size: 32px;
        line-height: 125%;
        text-align: center;
    }

    .how-it-works__text-section p.content {
        font-size: 16px;
        line-height: 150%;
    }

    .how-it-works__details {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-widtH: 990px;
        margin: 0 auto;
    }


    .how-it-works__details h2.title {
        font-size: 24px;
        line-height: 125%;
        max-width: 666px;
    }

    .how-it-works__details img, .how-it-works__details__quote {
        width: calc(50% - 80px);
        max-height: 605px;
        max-widtH: 436px;
        margin-bottom: 0;
    }

    .how-it-works__details img {
        object-fit: cover;
        border-radius: 30px;
    }

    .how-it-works__details__quote {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .how-it-works__details__quote p {
        font-size: 16px;
        line-height: 150%;
    }

}

/* order here section */

.order-here__details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 40px;
    flex-direction: row;
    max-widtH: 892px;
}

.order-here__details img, .order-here__text {
    width: calc(50% - 80px);
    max-height: 605px;
    max-widtH: 436px;
    margin-bottom: 0;
}

.order-here__details img {
    object-fit: cover;
    border-radius: 30px;
}

.order-here__details h2 {
    font-size: 68px;
    line-height: 125%;
    max-width: 666px;
    color: #242E30;
    text-align: left;
    text-wrap: wrap;
}

.order-here {
    padding: 46px 0 60px;
}

.order-here__container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.order-here button {
    margin: 30px auto 30px;
}

.order-here__title {
    background: #FF8800;
    padding: 20px 20px 15px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 10px;
}

.order-here__title p {
    color: white;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
}

.order-here__restaurants {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-here__restaurants a {
    background: #F5F3F1;
    border: 1px solid rgba(36, 46, 48, 0.2);
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #242E30;
    padding: 17px 16px;
    margin-bottom: 10px;
    transition: all 0.25s ease-in-out;
}

.order-here__restaurants a:hover {
    border: 1px rgba(36, 46, 28, 0.5) solid;
    color: #242E30;
}

.order-here__restaurants a img {
    margin-right: 20px;
    height: 64px;
    width: auto;
    /*object-fit: cover;*/
}

.order-here__restaurants a p.title, .order-here__restaurants a span {
    font-size: 16px;
    line-height: 175%;
}

.order-here__restaurants a p.content {
    font-weight: 400;
    font-size: 16px;
    line-height: 170.5%;
    display: none;
}

.order-here__restaurants a span {
    text-decoration: underline;
    font-family: "jet-bold";
}

@media only screen and (min-width: 576px) {
    .order-here__restaurants a {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 768px) {

    .order-here {
        max-width: 1124px;
        margin: 0 auto;
        width: calc(100% - 40px);
        padding: 75px 0 165px;
    }

    .order-here__container {
        padding: 0;
    }

    .order-here__title p {
        max-width: none;
        font-size: 24px;
        line-height: 140%;
    }

    .order-here__restaurants a {
        padding: 20px;
    }

    .order-here__restaurants a img {
        margin-right: 35px;
    }

    .order-here__restaurants a p.title {
        font-size: 20px;
        line-height: 25px;
    }

    .order-here__restaurants a p.content {
        display: block;
    }

    .order-here__restaurants a span {
        font-size: 16px;
        line-height: 170.5%;
    }
}

/* teams involved */

.teams-involved {
    background: #E7CDA2;
    padding: 150px 0 38px;
    position: relative;
}

.teams-involved img.pokebowl {
    position: absolute;
    top: -60px;
    left: -78px;
    max-width: 320px;
}

.teams-involved__container {
    padding: 0 20px;
}

.teams-involved__container .title {
    font-size: 25px;
    line-height: 125%;
    text-align: center;
    margin: 0 auto 30px;
    font-family: 'jet-extraBLACK-italic', 'Open Sans', Helvetica, sans-serif;
    max-width: 1000px;
    text-wrap: wrap;
}

.teams-involved__teams {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.teams-involved__teams div {
    width: 264px;
    height: 264px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 20px;
}

.teams-involved__teams img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.teams-involved__teams div p {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

@media only screen and (min-width: 768px) {

    .teams-involved {
        background: #E7CDA2;
        padding: 200px 0 60px;
        position: relative;
    }


    .teams-involved img.pokebowl {
        max-width: 615px;
        left: -166px;
        top: -170px;
    }

    .teams-involved__container .title {
        font-size: 55px;
        line-height: 125%;
        margin: 20px auto 45px;
        font-family: 'jet-extraBLACK-italic', 'Open Sans', Helvetica, sans-serif;
    }

    .teams-involved__teams {
        max-width: 1124px;
        margin: 0 auto;
        justify-content: space-evenly;
    }

    .teams-involved__teams div {
        width: calc(33.333% - 50px);
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .teams-involved__teams div:nth-of-type(3n) {
        margin-right: 0;
    }

}

@media only screen and (min-width: 992px) {
    .teams-involved img.pokebowl {
        max-width: 680px;
    }
}

/* footer */

.footer {
    background: #EFEDEA;
    margin-top: 0 !important;
    padding: 58px 0;
}

.footer__container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer a {
    color: #242E30;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
}

.footer a:hover {
    cursor: pointer;
    color: #242E30;
}

.footer p {
    color: #242E30;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
}

.footer__container img {
    display: none;
}

@media only screen and (min-width: 992px) {
    .footer__container {
        max-width: 1190px;
        margin: 0 auto;
    }

    .footer a {
        width: auto;
        line-height: 1;
    }

    .footer__container div {
        widtH: 100%;

    }

    .footer img {
        display: block;
        max-width: 207px;
        widtH: 100%;
        margin: 0 auto 40px;
    }
}


@media only screen and (max-width: 380px) {

    .teams-involved__teams div {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 100%;
        height: 100%;
        max-height: 260px;
        text-align: center;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 12px;
    }

    .teams-involved__teams img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 160px;
    }

}

@media only screen and (max-width: 767px) {

    .order-here__container {
        gap: 20px;
    }

    .order-here__details {
        flex-direction: column;
        align-items: center;
    }

    .order-here__details img {
        order: 1;
        width: 280px;
    }

    .order-here__details h2 {
        font-size: 26px;
        text-align: center;
        max-width: 100vw;
        margin-left: calc(-50vw + 50%);
        box-sizing: border-box;
        padding: 0 20px;
    }


    .order-here__details .order-here__text {
        order: 2;
    }
}


@media only screen and (max-width: 767px) {

    .hero-image > div {
        text-align: center;
        width: 262px;
        top: 75%;
    }

    .hero-image h2 {
        font-size: 16px;
        font-weight: 700;
    }

}

@media only screen and (max-width: 767px) {
    .how-it-works__text-section h2.title {
        font-size: 26px !important;
        line-height: 120%;
    }

    .how-it-works__details__quote {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .how-it-works__details__quote h2 {
        text-align: center;
        font-size: 36px;
        line-height: 100%;
    }

    .how-it-works__details__quote h3 {
        font-size: 14px;
    }

    .how-it-works__details__quote p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 900px) {

    .how-it-works__container {
        padding: 10px 20px;
    }

    .how-it-works__details,
    .order-here__details {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .how-it-works__details__quote,
    .order-here__text {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .how-it-works__details img,
    .order-here__details img {
        width: 100%;
        max-width: 450px;
        margin-bottom: 20px;
    }

    .how-it-works__details__quote h2,
    .order-here__details h2 {
        text-align: center;
        margin: 0 auto 10px auto;
    }

    .order-here__details img {
        order: 1;
    }

    .order-here__text {
        order: 2;
    }


    .how-it-works__goal {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }


    .goals__flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .teams-involved__teams div {
        width: calc(50% - 20px);
        height: 200px;
        margin-bottom: 15px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: top;
        align-content: center;
    }

    .teams-involved__teams div:nth-of-type(2n) {
        margin-right: 0;
    }

}