@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root
{
    --color-header: #43d5b6;
    --color-footer: #0d4269;
    --color-footer-text: #ffe78d;
    --page-width: 1400px;
    --color-button: #43d5b6;
    --color-library: #FFEDA3;
}
html, body
{
    margin: 0;
    padding: 0;
}
*
{
    box-sizing: border-box;
    font-family: "Poppins", serif;
}


footer a
{
    color: var(--color-footer-text);
    text-decoration: none;
}
footer img
{
    height: 9em;
}
footer > div
{
    display: flex;
    flex-direction: column;
}
footer > div.contact-info
{
    font-size: 1.1em;
}
footer
{
    width: 100%;
    padding: 50px max(10px, calc(50vw - var(--page-width) / 2));
    background: var(--color-footer);
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
section
{
    padding: 50px max(10px, calc(50vw - var(--page-width) / 2));
}
.grid-buttons
{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: var(--color-footer);
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.grid-buttons .grid-buttons-sub
{
    display: flex;
    gap: 16px
}
.grid-button.square img
{
    width: .8em;
    height: .8em;
}
.grid-button.square
{
    padding: .8rem;
    aspect-ratio: 1 / 1;
    height: calc(24px + 1.6em);
    width: calc(24px + 1.6em);
}
.grid-button img
{
    height: 1.9rem;
}
.grid-button:nth-of-type(2)
{
    padding-left: 1.6rem
}
.grid-button
{
    display: flex
;
    cursor: pointer;
    align-items: center;
    justify-content: center;

    gap: .5rem;
    padding: .8rem 2.5rem;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-radius: .7rem;
    background-color: var(--color-header);
    color:#082b4c;
    text-decoration: none;
}
.footer-top > div >div
{
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
}
.footer-top > div
{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-top
{
    display: flex;
    display: flex
;
    align-items: center;
    justify-content: space-around;
    background-color: var(--color-header);
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grid-section
{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grid-section .display .content
{
    width: 100%;
    height: 100%;
}
.grid-section .display .title
{
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    background-color: #10233b;
    color: white;
}
.grid-section .display .content > iframe.quiz,
.grid-section .display .content > video
{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    overflow: hidden;
    background: black;
}
.grid-section .display .content > iframe.game
{
    width: 100%;
    height: 100%;
    /*aspect-ratio: 736 / 414;*/
    border: none;
    outline: none;

}
.play-button
{
    width: 70px;
    height: 60px;
    background: #10223b;
    background-image: url(./assets/video-play.png);
    background-size: 25% 40%;
    padding: 0 10px;
    box-sizing: content-box;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 88;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.grid-section .display .content
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.grid-section .display
{
    flex: 2; /* Takes up 2/3 of the space */
    background: var(--color-footer);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.grid-section .grid button img
{
    width: 100%;
}
.grid-section .grid button .card_title
{
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 2em;
}
.grid-section .grid button:hover
{
    cursor: pointer;
    scale: 1.06;
}
.grid-section .grid button
{
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    display: flex;
    flex-direction: column;
    background: var(--bg);
    transition: scale 200ms;
    gap: 0;
}
.grid-section .grid
{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem
}
.card-section .card
{
    width: 100%;
    border-radius: 30px;
    box-shadow: .5em .5em 0 var(--color-footer);
}
.card-section
{
    background-color: var(--color-library);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(4, 1fr);

    gap: 2rem;
    position: relative;
    padding-bottom: 120px;
    padding-top: 10px;
}

.library-section
{
    background-color: #FFEDA3;
    color: var(--color-footer);
    text-align: center;
    padding-bottom: 10px;
}
.library-section p
{
    font-size: 1.5em;
}
.library-section h2
{
    background-color: white;
    padding: 2px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 4px;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    box-sizing: border-box;
    margin: 0;
}

section.banner > div > img
{
    width: 100%;
}
section.banner > div
{
    width: 50%;
}
section.banner
{
    background-image: url(./assets/banner.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 30px;
    display: flex;
    background-color: #ffeda2;
    aspect-ratio: 1370 / 659;
}

.included-section h2, .testimonial-section h2, .how-section h2, h2.box
{
    background-color: white;
    padding-left: 6rem;
    padding-right: 6rem;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
    color: var(--color-footer)
}
.included-section .cards .card img
{
    border-radius: 10px;
    border: solid 3px;
    width: 100%;
}
.included-section .cards .card p
{
    margin: 5px 0;
}
.included-section .cards .card h3
{
    font-size: 1.5em;
    margin: 0;
    font-weight: 500;
}
.included-section .cards .card
{
    width: 100%;
    color: #2f30f2;
    text-align: left;
}
.included-section .cards, .how-section .cards
{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.included-section
{
    background-color: var(--color-library);
    text-align: center;
}
.toy-section > img
{
    width: 50%;
}
.toy-section > div >img
{
    width: 250px;
}
.toy-section > div > h1
{
    color: var(--color-header);
    font-size: 26px;
    font-weight: 500;
}
.toy-section > div
{
    width: 100%;
    text-align: left;
}
.toy-section
{
    background-color: white;
    text-align: center;
    display: flex
;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.testimonial-section
{
    background: linear-gradient(180deg, var(--color-header) calc(100% - 225px), white calc(100% - 225px));
    text-align: center;
}
.how-section .card:nth-of-type(3)
{
    background-image: url(./assets/how-card-3.png);
}
.how-section .card:nth-of-type(2)
{
    background-image: url(./assets/how-card-2.png);
}
.how-section .card h3
{
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.how-section .card
{
    aspect-ratio: 1 / 1.4;
    background-image: url(./assets/how-card-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    padding-top: 22%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 4%;
    flex-direction: column;
    justify-content: center;
    color: var(--color-footer)
}
.how-section
{
    background-color: #3030f2;
    text-align: center;
}
.testimonial-section .cards .card p:first-of-type
{
    margin-bottom: 70px;
}
.testimonial-section .cards .card p
{
    margin: 0;
}
.testimonial-section .cards .card h3
{
    font-size: 1.8em;
    font-weight: normal;
    margin: 0;
}
.testimonial-section .cards .card .stars
{
    font-size: 2em;
}
.testimonial-section .cards .card .name
{
    position: absolute;
    bottom: 18px;
    font-style: italic;
}
.testimonial-section .cards .card
{
    padding: 18px;
    background: #f95c51;
    border-radius: 10px;
    text-align: left;
    color: white;
    min-height: 440px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.testimonial-section .cards .card:nth-of-type(2)
{
    background: #00adee;
}
.testimonial-section .cards .card:nth-of-type(3)
{
    background: #3030f2;
}
.testimonial-section .cards
{
    width: 100%;
    display: flex;
    gap: 10px
}
.end-section
{
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.end-section a
{
    text-decoration: none;
}
.end-section p
{
    max-width: 600px;
    color: var(--color-footer)
}
.end-section button, .button-see-more
{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    padding: 12px 60px;
    background-color: var(--color-header);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-bottom: .2rem;
}
.button-see-more
{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    padding: 12px 2px;
    width: 160px;
}
#month-url-2
{
    position: relative;
}
.end-section img
{
    max-width: 600px;
    width: 90%;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.6em;
    color: var(--color-footer);
}
.faq-section .faq-item {
    padding: .5rem 0;
    position: relative;
}
.faq-section .faq-question span {
    color: #0D4269;
    width: 80%;
}
.faq-section .faq-question {
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 400;
    cursor: pointer;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.faq-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url('data:image/svg+xml;utf8,<svg width="952" height="3" viewBox="0 0 952 3" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.5" y1="1.31934" x2="951.5" y2="1.31934" stroke="%2343D5B6" stroke-width="2" stroke-dasharray="10 10"/></svg>');
    background-repeat: repeat-x;
    background-position: center;
    margin-top: 1.5rem;
}

.faq-answer {
    display: none;
    padding: 10px;
    font-size: 1.25rem;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
}
.button-primary {
    padding: 16px 40px;
    font-size: 1.125rem;
    cursor: pointer;
    background-color: #00395D;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: bold;
}
.custom-button {
    padding: 16px 80px;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    background-color: white;
    color: #0D4269;
    border: 2px solid var(--color-header);
    border-radius: 50px;
    text-transform: uppercase;
}
.custom-button-discover {
    padding: 16px 100px;
    font-size: 1rem;
    cursor: pointer;
    background-color: white;
    color: #3030F2;
    border: 3px solid #3030F2;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
}
.button-library .arrow
{
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-20%, -50%);

}
.button-library
{
    background: #ffeda2;
    padding: 16px 40px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.46);
    border: none;
    outline: none;
    font-size: 1.1em ;
    font-weight: 500;
    cursor: pointer;
    color: var(--color-footer);
    position: relative;
    margin-top: 40px;
}
.video-placeholder
{
    text-align: center;
    font-size: 1.5rem;
    padding: 0 2rem;
    font-weight: bold;
    color: white;
}
.month-section  p
{
    color: var(--color-footer);
    margin: 0;
}
.month-section  h3
{
    font-weight: 500;
    color: #0090df;
    font-size: 1.5em;
    margin: 0;
}
.month-section  h1
{
    color: var(--color-footer);
    font-size: 2.6em;
    font-weight: 600;
    margin: 0;
}
.month-section  div.image img.flair
{
    position: absolute;
    top: -50px;
    width: 140px;
    left: calc(100% + 20px);
    z-index: 2;
}
.month-section  div.image .card-shadow
{
    width: 100%;
    aspect-ratio: 300 / 423;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-44%, -51%) rotate(17deg);
    background: var(--color-footer);
    /* z-index: -1; */
    border-radius: 30px;
    z-index: 1;
}
.month-section  div.image img.card
{
    width: 100%;
    rotate: 15deg;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.month-section  div.image
{
    display: flex;
    justify-content: center;
    max-width: 300px;
    width: 90%;
    transform: translateX(-10px);
}
.month-section > div.text
{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    max-width: 520px;
    width: 50%;
    font-size: 1.15em;
}
.month-section
{
    overflow: hidden;
    /*padding-bottom: 120px;*/
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    background: #fffae8;
}

@media only screen and (max-width: 1000px) and (min-width: 800px) {
    .how-section .card p
    {
        font-size: .8em;
    }
    .how-section .card h3
    {
        font-size: 23px;
    }
    .grid-section .grid button .card_title
    {
        font-size: 1.6em;
    }
}
@media only screen and (max-width: 800px) and (min-width: 600px) {
    .how-section .card p
    {
        font-size: .65em;
    }
    .how-section .card h3
    {
        font-size: 16px;
    }
    .grid-section .grid button .card_title
    {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 800px) {
     .testimonial-section .cards {
        flex-direction: column;
    }
    .testimonial-section
    {
        background: var(--color-header);
    }
}
@media only screen and (max-width: 600px) {
    .grid-section .grid button .card_title {
        font-size: 1.2em;
    }

    .included-section .cards, .how-section .cards, .testimonial-section .cards {
        flex-direction: column;
    }

    section.banner > div.placeholder {
        display: none;
    }

    section.banner {
        background-image: url(./assets/banner-mobile.png);
        aspect-ratio: 1 / 1.4;
        align-items: flex-start;
    }

    section.banner > div {
        width: 100%;
    }

    .toy-section {
        flex-direction: column-reverse;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
    }

    footer img {

    }

    footer {

        gap: 30px;
        justify-content: space-between;
        flex-direction: column;
        //align-items: flex-start;
        text-align: center;
    }



    .how-section .card {
        padding-top: 50%;
    }

    .grid-section .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid-section {
        flex-direction: column;
    }

    .grid-buttons {
        gap: 10px;
        flex-wrap: wrap;

    }

    .grid-section .display .content > iframe.quiz, .grid-section .display .content > video {
        aspect-ratio: 705 / 500;
    }



    .grid-buttons {
        justify-content: center;
    }



    .grid-buttons .grid-button:not(.square) {
        width: 100%;
    }

    .grid-buttons-sub {
        width: 100%;
    }

    .included-section h2, .testimonial-section h2, .how-section h2, h2.box {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.8rem;
    }

    .toy-section > img {
        width: 100%;
    }

    .how-section .card {
        padding-left: 4%;
        padding-right: 8%;
    }

    .faq-section h2 {
        font-size: 1.9em;
    }


    .library-section h2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 2em;
    }



    .footer-top > div.row1 img {
        margin-right: 12px;
        margin-left: 6px;
    }

    .footer-top > div.row2 img {
        margin-right: 0;
    }

    .footer-top > div.row3 img {
        margin-right: 8px;
    }

    .footer-top > div {
        width: 230px;
        justify-content: flex-start;
    }

    .grid-section .display .content > iframe.game {
        width: 100%;
        aspect-ratio: 705 / 500;
    }

    .grid-section .display .title {
        font-size: 1.2rem;
    }

    footer .facebook
    {
        justify-content: center;
    }

    .button-library
    {
        padding: 8px 14px;
        font-size: .7em;
    }
    .month-section
    {
        gap: 40px;
    }
    .month-section h1
    {
        font-size: 1.5em
    }
    .month-section h3
    {
        font-size: .8em;
    }
    .month-section p
    {
        font-size: .8em;
    }
    .button-library .arrow {
        width: 70px;
    }
    .month-section div.image img.card, .month-section div.image .card-shadow {
        border-radius: 10px;
    }
    .month-section div.image
    {
        width: 40%;
    }
    .month-section > div.text
    {
        width: 60%;
    }
    .month-section div.image
    {
        transform: translateX(-20px) scale(.8);
    }
    .month-section div.image img.flair {
        position: absolute;
        top: -7%;
        width: 40%;
        left: 107%;
        z-index: 2;
    }



    }
@media only screen and (max-width: 770px) {
    .card-section
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 440px) {
    .card-section
    {
        grid-template-columns: 1fr;
    }
    .card-section .card
    {
        transform: translateX(-.25em);
    }
}


header *
{
    font-family: "Poppins", serif
}
header button.join
{
    color: var(--color-button);
    background-color: white;
    padding: 0.6rem 2rem;
}
header img
{
    width: 170px;
}
header .buttons, header .subbuttons
{
    display: flex;
    align-items: center;
    gap: 20px;
}
header button
{
    background: transparent;
    color: white;
    padding: 3px 20px;
    border: 2px solid white;
    border-radius: 11px;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
header button.getBox
{
    background: #073763;
}
header
{
    width: 100%;
    padding: 5px max(10px, calc(50vw - var(--page-width) / 2));
    background: var(--color-header);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10000;
}
header a img.cart
{
    width: 50px;
}
header a:has(img.cart)
{
    margin-top: 7px;
}
@media only screen and (max-width: 800px) {
    header button
    {
        padding: 0.3rem .3rem;

    }
}
@media only screen and (max-width: 600px) {
    header > div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    header button {
        padding: 0.15rem .3rem;
        font-size: 10px;
        border: 1.5px solid white;
        border-radius: 8px;
    }

    /* header .subbuttons {
         display: flex;
         flex-direction: column;
         align-items: stretch;
         gap: 5px;
     }*/

    header button.join {
        padding: 0.15rem 2rem;
    }

    header img {
        width: 100px;
    }

    header .buttons, header .subbuttons
    {
        gap: 10px;
    }

    header a img.cart {
        width: 30px;
    }
}
