@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moul&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@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&display=swap');

html {
    background-color: white;
    font-family: 'Lato', sans-serif;
}

:root {
    --navColor: rgb(255, 255, 255);
}

* {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

@keyframes bubble {
    0% {
        transform: translate(0);
    }

    33% {
        transform: translate(14px, -7px);
    }

    66% {
        transform: translate(-9px, -13px);
    }

    100% {
        transform: translate(0);
    }
}

@media (min-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        width: 100vw;

        nav {

            a {
                color: black;
            }

            a::after {
                background-color: black;
            }


            /*  .dropdown-items {
                background-color: var(--darkGrey);
            } */
        }

        /* .robots {
            width: 70vw;
            height: auto;
            margin: 20vh 12vw 10vh 12vw;
            z-index: 5;
            position: relative;
            display: flex;
            flex-direction: row;
            gap: 8vw;

            .column {
                width: 30vw;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 8vh;

                a {
                    width: 30vw;
                    height: auto;
                    text-decoration: none;
                }

                a:hover {
                    cursor: pointer;
                }

                .robot {
                    width: 100%;
                    height: auto;

                    img {
                        width: 100%;
                        height: auto;
                        margin: 0 0 10px 0;
                        border-radius: 30px;
                    }

                    p {
                        color: rgb(200, 200, 200);
                        font-size: 2.1vw;
                        margin: 0;
                        line-height: 1.5;
                        font-weight: 500;
                    }

                    .tbc {
                        width: 100%;
                        height: 35vh;
                        background-color: rgb(151, 151, 151);
                        border-radius: 30px;
                        margin-bottom: 10px;
                        text-align: center;
                        justify-content: center;
                        display: flex;
                        flex-direction: column;

                        h2 {
                            font-size: 160pt;
                            font-weight: 800;
                            margin: 0;
                            color: rgba(65, 65, 65, .8);
                        }
                    }
                }
            }
        } */

        /* .main-pic {
            object-fit: cover;
            width: 100vw;
            height: 100vh;
            z-index: 1;
            position: fixed;
            top: 0;
            left: 0;
        } */

        .intro-text {
            color: black;
            scale: 1;
            position: absolute;
            width: 100vw;
            height: fit-content;
            font-size: 0;
            top: 50vh;
            left: 0;
            transform: translateY(-50%);
            transition: 2s linear all;
            text-align: center;
            background-color: white;
            display: none;
        }

        /* #first {
            z-index: 1;
        }

        #second {
            z-index: 2;
        } */

        .new-season {
            height: 80vh;
            width: 100vw;
            background-color: #017ee4;
            position: relative;
            margin-bottom: 0px;

            img {
                width: 50vw;
                position: absolute;
                inset: 45vh 0 0 50vw;
                transform: translate(-50%, -50%);
                transition: 0s linear all;
                z-index: 3;
                background-color: transparent;
            }

            .coming-soon {
                width: 13vw;
                height: 12vw;
                border-radius: 50%;
                background-image: radial-gradient(transparent, rgba(255, 255, 255, 0.25));
                position: absolute;
                right: 6vw;
                bottom: 40px;
                border: 1px rgba(255, 255, 255, 0.4) solid;
                box-shadow: rgba(0, 0, 0, .2) 4px 7px 25px 0px;
                animation: bubble infinite 6s ease-in-out;

                p {
                    color: rgba(255, 255, 255, 0.85);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: 2.4vw;
                    font-weight: 500;
                    text-align: center;
                    line-height: 1.25;
                }
            }

            /* .custom-shape-divider-bottom-1732412096 {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                overflow: hidden;
                line-height: 0;
                transform: rotate(180deg);
            }

            .custom-shape-divider-bottom-1732412096 svg {
                position: relative;
                display: block;
                width: calc(100% + 1.3px);
                height: 120px;
                transform: rotateY(180deg);
            }

            .custom-shape-divider-bottom-1732412096 .shape-fill {
                fill: #FFFFFF;
            } */
        }

        .season {
            display: flex;
            height: 60vh;
            width: 100vw;
            justify-content: center;
            align-items: center;
            gap: 20vh;

            .challenge {
                img {
                    width: 35vw;
                    height: auto;
                }

                h3 {
                    font-size: 2vw;
                    text-align: center;
                    font-weight: 500;
                }
            }

            .robot {
                width: 35vw;
                height: auto;
            }
        }

        .crescendo {
            flex-direction: row;
            position: relative;
            padding-top: 100px;

            .custom-shape-divider-top-1732417592 {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                overflow: hidden;
                line-height: 0;
            }

            .custom-shape-divider-top-1732417592 svg {
                position: relative;
                display: block;
                width: calc(100% + 1.3px);
                height: 120px;
                transform: rotateY(180deg);
            }

            .custom-shape-divider-top-1732417592 .shape-fill {
                fill: #017EE4;
            }
        }

        .charged-up {
            flex-direction: row-reverse;
        }
    }
}


@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        width: 100vw;

        /* .robots {
            width: 70vw;
            height: auto;
            margin: 25vh 15vw;
            z-index: 5;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 8vh;

            .column {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 8vh;
                margin: -8vh 0;

                a {
                    width: 100%;
                    height: auto;
                    text-decoration: none;
                }

                .robot {
                    width: 100%;
                    height: auto;

                    img {
                        width: 100%;
                        height: auto;
                        margin: 0 0 10px 0;
                        border-radius: 10px;
                    }

                    p {
                        color: rgb(200, 200, 200);
                        font-size: 4.5vw;
                        margin: 0;
                        line-height: 1.5;
                        font-weight: 500;
                    }

                    .tbc {
                        width: 100%;
                        height: 35vh;
                        background-color: rgb(151, 151, 151);
                        border-radius: 30px;
                        margin-bottom: 10px;
                        text-align: center;
                        justify-content: center;
                        display: flex;
                        flex-direction: column;

                        h2 {
                            font-size: 160pt;
                            font-weight: 800;
                            margin: 0;
                            color: rgba(65, 65, 65, .8);
                        }
                    }
                }
            }
        }

        .main-pic {
            object-fit: cover;
            width: 100vw;
            height: 100vh;
            z-index: 1;
            position: fixed;
            top: 0;
            left: 0;
        } */

        .intro-text {
            display: none;
        }

        .new-season {
            height: 75vh;
            width: 100vw;
            background-color: #017ee4;
            position: relative;
            margin-bottom: 0px;

            img {
                width: 65vw;
                position: absolute;
                inset: 45vh 0 0 50vw;
                transform: translate(-50%, -50%);
                transition: 0s linear all;
                z-index: 3;
                background-color: transparent;
            }

            .coming-soon {
                width: 19vw;
                height: 17vw;
                border-radius: 50%;
                background-image: radial-gradient(transparent, rgba(255, 255, 255, 0.25));
                position: absolute;
                right: 8vw;
                bottom: 25px;
                border: 1px rgba(255, 255, 255, 0.4) solid;
                box-shadow: rgba(0, 0, 0, .2) 4px 7px 25px 0px;
                animation: bubble infinite 6s ease-in-out;

                p {
                    color: rgba(255, 255, 255, 0.85);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    /* transform: rotate(-30deg); */
                    font-size: 3.5vw;
                    font-weight: 600;
                    text-align: center;
                }
            }

            /* .custom-shape-divider-bottom-1732412096 {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        overflow: hidden;
                        line-height: 0;
                        transform: rotate(180deg);
                    }
        
                    .custom-shape-divider-bottom-1732412096 svg {
                        position: relative;
                        display: block;
                        width: calc(100% + 1.3px);
                        height: 120px;
                        transform: rotateY(180deg);
                    }
        
                    .custom-shape-divider-bottom-1732412096 .shape-fill {
                        fill: #FFFFFF;
                    } */
        }

        .season {
            display: flex;
            height: 60vh;
            width: 100vw;
            justify-content: center;
            align-items: center;
            gap: 10vw;

            .challenge {
                img {
                    width: 35vw;
                    height: auto;
                }

                h3 {
                    font-size: 2vw;
                    text-align: center;
                    font-weight: 500;
                }
            }

            .robot {
                width: 35vw;
                height: auto;
            }
        }

        .crescendo {
            flex-direction: row;
            position: relative;
            padding-top: 100px;

            .custom-shape-divider-top-1732417592 {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                overflow: hidden;
                line-height: 0;
            }

            .custom-shape-divider-top-1732417592 svg {
                position: relative;
                display: block;
                width: calc(100% + 1.3px);
                height: 120px;
                transform: rotateY(180deg);
            }

            .custom-shape-divider-top-1732417592 .shape-fill {
                fill: #017EE4;
            }
        }

        .charged-up {
            flex-direction: row-reverse;
        }
    }
}