/* _content/ComingSoon/Layouts/GenericLayout.razor.rz.scp.css */
.main-container[b-6is9tcq9xi] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
    max-width: 100vw;
}

main[b-6is9tcq9xi] {
    flex: 1;
    min-height: 100vh;
    max-width: 100vw;
    position: relative;
    overflow: hidden;
}


    main[b-6is9tcq9xi]::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: var(--bg-image, url("images/netBall/netBall2.png"));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(1px);
        z-index: 0;
        pointer-events: none; 
    }


    main[b-6is9tcq9xi]::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        pointer-events: none;
    }


    main > *[b-6is9tcq9xi] {
        position: relative;
        z-index: 2;
    }

html[b-6is9tcq9xi] {
    overflow-y: scroll;
}



.header[b-6is9tcq9xi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    color: white;
    height: fit-content;
    max-width: 100vw;
    display: none;
}

.logo[b-6is9tcq9xi] {
    width: 150px;
    margin: 20px auto;
}

.header-buttons[b-6is9tcq9xi] {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.footer[b-6is9tcq9xi] {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    height: fit-content;
}

@media(max-width: 640.98px) {
}


@media(min-width: 641px) {
}
/* _content/ComingSoon/Pages/CuratedLandingPages/LandingPageNetball.razor.rz.scp.css */


.container[b-s9m2704wvb] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.left[b-s9m2704wvb] {
    border-radius: 15px;
    padding-top: 10px;
    margin: 0px auto;

    h1{
        font-size: 2.5em;
        margin-bottom: 30px;
        color: #ffffff;
        text-shadow: 1px 2px 3px #000000;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
        gap: 5px;
    }

    p[b-s9m2704wvb] {
        color: #ffffff;
        font-size: 1.3em;
        text-align: center;
        margin: 10px auto;
        width: 70vw;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 8px rgba(0, 0, 0, 0.4);
    }
}


hero-title span[b-s9m2704wvb] {
    display: block;
}

.text-color[b-s9m2704wvb] {
    color: #ffffff;
    background: red;
    width: fit-content;
    margin: AUTO;
    border-radius: 10px;
    padding: 5px;
    font-size: 1.3em;
}

.img-text[b-s9m2704wvb] {
    font-size: 1.5em !important;
    color: white !important;
    text-align: center !important;
    font-weight: 200 !important;
}

.buttons[b-s9m2704wvb] {
    display: flex;
    gap: 15px;
}

.btn-box[b-s9m2704wvb] {
    padding: 12px 20px;
    border: 2px solid white;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: white;
}

    .btn-box:hover[b-s9m2704wvb] {
        background: black;
        color: white;
    }

.koweeLogo[b-s9m2704wvb] {
    margin: 0;
    padding: 0;
}

.logos[b-s9m2704wvb] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.middle-text[b-s9m2704wvb] {
    font-size: 1.5em;
    font-weight: 500;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}



#koweeLogo[b-s9m2704wvb] {
    width: 350px !important;
    margin-left: -35px;
    margin-top: 30px;
}

.logo[b-s9m2704wvb] {
    display: block;
}

.logoSurf[b-s9m2704wvb] {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#netBallLogo[b-s9m2704wvb] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;
    padding: 0 !important;
}


.slider-section[b-s9m2704wvb] {
    display: flex;
    align-items: center;
}

.slider-image[b-s9m2704wvb] {
    width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.container-slider[b-s9m2704wvb] {
    width: 100%;
    height: 43vh !important;
    border-radius: 10px;
    overflow: hidden;
}

    .container-slider img[b-s9m2704wvb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: opacity 0.8s ease-in-out;
    }

        .container-slider img.fade-out[b-s9m2704wvb] {
            opacity: 0;
        }

.slider-text[b-s9m2704wvb] {
    display: flex;
    align-items: center;
    padding: 20px;
}


.container-member[b-s9m2704wvb] {
    text-align: left;
    padding: 60px 20px;
}

.text-join h1[b-s9m2704wvb] {
    font-size: 2.3em;
    color: #ffffff !important;
    text-shadow: 1px 2px 3px black;
    border-bottom: 3px solid #feb90a;
    width: fit-content;
    margin: auto;
}

.join-options[b-s9m2704wvb] {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.join-card[b-s9m2704wvb] {
    display: inline-block; /* IMPORTANT */
    width: 250px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

    .join-card img[b-s9m2704wvb] {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        cursor: pointer;
    }

    .join-card:hover[b-s9m2704wvb] {
        transform: translateY(-6px) scale(1.04);
    }

#image2 img[b-s9m2704wvb] {
    height: 170px;
}

.join-card h3[b-s9m2704wvb] {
    padding: 15px;
    margin: 0px;
}



.join-description[b-s9m2704wvb] {
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid black;
    outline: 2px solid #fcb60d;
    box-shadow: 0 0 0 4px #666;
}

.business-content[b-s9m2704wvb] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Inter', Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.7;
    border: 2px solid black;
    border-radius: 10px;

    h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #111;
        padding-left: 10px;
        text-align: center;
    }

    h3[b-s9m2704wvb] {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #222;
        text-align: center;
    }

    p[b-s9m2704wvb] {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }

    ul[b-s9m2704wvb] {
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: left;
    }

        ul li[b-s9m2704wvb] {
            margin-bottom: 8px;
            font-size: 15px;
        }
}


.member-content[b-s9m2704wvb] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Inter', Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.8;
    background: #fff;
    border-radius: 12px;
    border: 2px solid black;

    h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
        color: #111;
        text-align: center;
        padding-left: 10px;
    }

    h3[b-s9m2704wvb] {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #222;
        text-align: center;
    }

    p[b-s9m2704wvb] {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.join-now-link[b-s9m2704wvb] {
    margin: auto;
    text-align: center;
}

    .join-now-link img[b-s9m2704wvb] {
        width: 220px;
        max-width: 100%;
        transition: transform 0.2s ease;
        cursor: pointer;
    }

        .join-now-link img:hover[b-s9m2704wvb] {
            transform: scale(1.05);
        }
/*Pop up Details*/


.btn-details[b-s9m2704wvb] {
    text-align: center;
}

.more-info-btn[b-s9m2704wvb] {
    margin-top: 10px;
    padding: 8px 14px;
    background: transparent;
    border: 1px solid #f4aa07;
    color: #f4aa07;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 1em;
}

    .more-info-btn:hover[b-s9m2704wvb] {
        background: #f4aa07;
        color: black;
    }

.info-popup[b-s9m2704wvb] {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    color: #222;
    line-height: 1.6;
    animation: fadeIn-b-s9m2704wvb 0.3s ease-in-out;
}

@keyframes fadeIn-b-s9m2704wvb {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsive Design*/
@media (max-width: 768px) {

    .content-container-80 .row[b-s9m2704wvb] {
        flex-direction: column;
        text-align: center;
    }

    .img-text[b-s9m2704wvb] {
        font-size: 1.3em !important;
        width: 100%;
        text-align: center !important;
    }

    .container-slider[b-s9m2704wvb] {
        height: auto;
        margin-bottom: 15px;
    }

    .col-lg-6[b-s9m2704wvb] {
        width: 100%;
    }


    .join-options[b-s9m2704wvb] {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .join-card[b-s9m2704wvb] {
        width: 90%;
        max-width: 320px;
    }

        .join-card img[b-s9m2704wvb] {
            height: 180px;
            object-fit: contain;
        }

    .member-content h2[b-s9m2704wvb] {
    }

    .member-content p[b-s9m2704wvb] {
    }



    .left[b-s9m2704wvb] {
        h1 {
            font-size: 2em;
            width: 100%;
            margin: 0px auto;
        }

        p[b-s9m2704wvb] {
            font-size: 1.3em;
            width: 100%;
        }
    }


    .logos[b-s9m2704wvb] {
    }

    .logoSurf[b-s9m2704wvb] {
        width: 140px;
        height: 140px;
    }

    .text-join[b-s9m2704wvb] {
        font-size: .8em;
    }

    .logos[b-s9m2704wvb] {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        margin-top: -14px;
        padding-left: 0px;
    }

    #koweeLogo[b-s9m2704wvb] {
        width: 300px !important;
        margin-left: 0px !important;
        margin: 0px auto;
        margin-bottom: -60px;
    }

    .middle-text[b-s9m2704wvb] {
        font-size: 1.5em;
        font-weight: 500;
        color: white;
        margin: 0px 10px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .logo[b-s9m2704wvb] {
        margin: 0 auto;
        margin-left: 0px;
        margin-top: -20px;
        width: 180px !important;
    }

    .business-content[b-s9m2704wvb] {
        max-width: 800px;
        padding: 5px;
        border: 2px solid black;
        border-radius: 10px;
    }

    .member-content[b-s9m2704wvb] {
        padding: 5px;
    }

    .join-description[b-s9m2704wvb] {
        padding: 5px;
    }
}
/* _content/ComingSoon/Pages/CuratedLandingPages/LandingPageSLSA.razor.rz.scp.css */


.container[b-llb3c93u8o] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.left[b-llb3c93u8o] {
    border-radius: 15px;
    padding-top: 10px;
    margin: 0px auto;

    h1 {
        font-size: 2.5em;
        margin-bottom: 30px;
        color: #ffffff;
        text-shadow: 1px 2px 3px #000000;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
        gap: 5px;
        margin-top: -60px;
    }

    p[b-llb3c93u8o] {
        color: #ffffff;
        font-size: 1.3em;
        text-align: center;
        margin: 10px auto;
        width: 70vw;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 8px rgba(0, 0, 0, 0.4);
    }
}


hero-title span[b-llb3c93u8o] {
    display: block;
}

.text-color[b-llb3c93u8o] {
    color: #ffffff;
    background: red;
    width: fit-content;
    margin: AUTO;
    border-radius: 10px;
    padding: 5px;
    font-size: 1.3em;
}

.img-text[b-llb3c93u8o] {
    font-size: 1.5em !important;
    color: white !important;
    text-align: center !important;
    font-weight: 200 !important;
}

.buttons[b-llb3c93u8o] {
    display: flex;
    gap: 15px;
}

.btn-box[b-llb3c93u8o] {
    padding: 12px 20px;
    border: 2px solid white;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: white;
}

    .btn-box:hover[b-llb3c93u8o] {
        background: black;
        color: white;
    }

.logoSurf[b-llb3c93u8o],
.koweeLogo[b-llb3c93u8o] {
    margin: 0;
    padding: 0;
}

.logos[b-llb3c93u8o] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 70px;
}

.middle-text[b-llb3c93u8o] {
    font-size: 1.5em;
    font-weight: 500;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}



#koweeLogo[b-llb3c93u8o] {
    width: 350px !important;
    margin-left: -35px;
    margin-top: 30px;
}

#netBallLogo[b-llb3c93u8o] {
    width: 300px !important;
    margin-right: -50px;
    margin-bottom: 30px;
}

.logo[b-llb3c93u8o] {
    width: 200px !important;
    margin: 20px auto;
    margin-left: 40px;
    margin-bottom: 30px;
}


.slider-section[b-llb3c93u8o] {
    display: flex;
    align-items: center;
}

.slider-image[b-llb3c93u8o] {
    width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.container-slider[b-llb3c93u8o] {
    width: 100%;
    height: 43vh !important;
    border-radius: 10px;
    overflow: hidden;
}

    .container-slider img[b-llb3c93u8o] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: opacity 0.8s ease-in-out;
    }

        .container-slider img.fade-out[b-llb3c93u8o] {
            opacity: 0;
        }

.slider-text[b-llb3c93u8o] {
    display: flex;
    align-items: center;
    padding: 20px;
}


.container-member[b-llb3c93u8o] {
    text-align: left;
    padding: 60px 20px;
}

.text-join h1[b-llb3c93u8o] {
    font-size: 2.3em;
    color: #ffffff !important;
    text-shadow: 1px 2px 3px black;
    border-bottom: 3px solid #feb90a;
    width: fit-content;
    margin: auto;
}

.join-options[b-llb3c93u8o] {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.join-card[b-llb3c93u8o] {
    display: inline-block; /* IMPORTANT */
    width: 250px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

    .join-card img[b-llb3c93u8o] {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        cursor: pointer;
    }

    .join-card:hover[b-llb3c93u8o] {
        transform: translateY(-6px) scale(1.04);
    }

#image2 img[b-llb3c93u8o] {
    height: 170px;
}

.join-card h3[b-llb3c93u8o] {
    padding: 15px;
    margin: 0px;
}



.join-description[b-llb3c93u8o] {
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid black;
    outline: 2px solid #fcb60d;
    box-shadow: 0 0 0 4px #666;
}

.business-content[b-llb3c93u8o] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Inter', Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.7;
    border: 2px solid black;
    border-radius: 10px;

    h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #111;
        padding-left: 10px;
        text-align: center;
    }

    h3[b-llb3c93u8o] {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #222;
        text-align: center;
    }

    p[b-llb3c93u8o] {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }

    ul[b-llb3c93u8o] {
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: left;
    }

        ul li[b-llb3c93u8o] {
            margin-bottom: 8px;
            font-size: 15px;
        }
}


.member-content[b-llb3c93u8o] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Inter', Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.8;
    background: #fff;
    border-radius: 12px;
    border: 2px solid black;

    h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
        color: #111;
        text-align: center;
        padding-left: 10px;
    }

    h3[b-llb3c93u8o] {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #222;
        text-align: center;
    }

    p[b-llb3c93u8o] {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.join-now-link[b-llb3c93u8o] {
    margin: auto;
    text-align: center;
}

    .join-now-link img[b-llb3c93u8o] {
        width: 220px;
        max-width: 100%;
        transition: transform 0.2s ease;
        cursor: pointer;
    }

        .join-now-link img:hover[b-llb3c93u8o] {
            transform: scale(1.05);
        }
/*Pop up Details*/


.btn-details[b-llb3c93u8o] {
    text-align: center;
}

.more-info-btn[b-llb3c93u8o] {
    margin-top: 10px;
    padding: 8px 14px;
    background: transparent;
    border: 1px solid #f4aa07;
    color: #f4aa07;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 1em;
}

    .more-info-btn:hover[b-llb3c93u8o] {
        background: #f4aa07;
        color: black;
    }

.info-popup[b-llb3c93u8o] {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    color: #222;
    line-height: 1.6;
    animation: fadeIn-b-llb3c93u8o 0.3s ease-in-out;
}

@keyframes fadeIn-b-llb3c93u8o {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsive Design*/
@media (max-width: 768px) {

    .content-container-80 .row[b-llb3c93u8o] {
        flex-direction: column;
        text-align: center;
    }

    .img-text[b-llb3c93u8o] {
        font-size: 1.3em !important;
        width: 100%;
        text-align: center !important;
    }

    .container-slider[b-llb3c93u8o] {
        height: auto;
        margin-bottom: 15px;
    }

    .col-lg-6[b-llb3c93u8o] {
        width: 100%;
    }


    .join-options[b-llb3c93u8o] {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .join-card[b-llb3c93u8o] {
        width: 90%;
        max-width: 320px;
    }

        .join-card img[b-llb3c93u8o] {
            height: 180px;
            object-fit: contain;
        }

    .member-content h2[b-llb3c93u8o] {
    }

    .member-content p[b-llb3c93u8o] {
    }



    .left[b-llb3c93u8o] {
        h1 {
            font-size: 2em;
            width: 100%;
            margin: 0px auto;
        }

        p[b-llb3c93u8o] {
            font-size: 1.3em;
            width: 100%;
        }
    }


    .logos[b-llb3c93u8o] {
    }

    #netBallLogo[b-llb3c93u8o] {
        width: 300px !important;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: -15px;
    }

    .text-join[b-llb3c93u8o] {
        font-size: .8em;
    }

    .logos[b-llb3c93u8o] {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        margin-top: -14px;
        padding-left: 0px;
    }

    #koweeLogo[b-llb3c93u8o] {
        width: 300px !important;
        margin-left: 0px !important;
        margin: 0px auto;
        margin-bottom: -60px;
    }

    .middle-text[b-llb3c93u8o] {
        font-size: 1.5em;
        font-weight: 500;
        color: white;
        margin: 0px 10px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .logo[b-llb3c93u8o] {
        margin: 0 auto;
        margin-left: 0px;
        margin-top: -20px;
        width: 180px !important;
    }

    .business-content[b-llb3c93u8o] {
        max-width: 800px;
        padding: 5px;
        border: 2px solid black;
        border-radius: 10px;
    }

    .member-content[b-llb3c93u8o] {
        padding: 5px;
    }

    .join-description[b-llb3c93u8o] {
        padding: 5px;
    }
}
/* _content/ComingSoon/Pages/LandingPage.razor.rz.scp.css */
.container-coming-soon[b-brnrlkyhht] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #3d3219, #000000);
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 99999;
}

.sub-container[b-brnrlkyhht] {
    max-width: 600px;
    width: 100%;
    position: relative;
}

.logos[b-brnrlkyhht] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    animation: float-b-brnrlkyhht 3s ease-in-out infinite;
}

@keyframes float-b-brnrlkyhht {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}





.logo[b-brnrlkyhht] {
    width: 320px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
    position: absolute;
}


/*Animation for Coming Soon*/

.text-landing h1[b-brnrlkyhht] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.coming-soon span[b-brnrlkyhht] {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    animation: wave-b-brnrlkyhht 1.5s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.1s);
}

@keyframes wave-b-brnrlkyhht {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.coming-desc[b-brnrlkyhht] {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeUp-b-brnrlkyhht 1.2s ease forwards;
}

@keyframes fadeUp-b-brnrlkyhht {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 0.8;
        transform: translateY(0);
    }
}



.space[b-brnrlkyhht] {
    width: 12px;
    display: inline-block;
}


.text-landing p[b-brnrlkyhht] {
    font-size: 1.1rem;
    opacity: 0.8;
}


@media (max-width: 768px) {
    .coming-soon[b-brnrlkyhht] {
        font-size: 1.5rem;
    }

    .text-landing h1[b-brnrlkyhht] {
        font-size: 0.5em;
    }

    .text-landing p[b-brnrlkyhht] {
        margin-top: 20px;
    }
}
