/* _content/MockupSolTem.BlazorWebApp/Main/Pages/Landing.razor.rz.scp.css */
.landing-container[b-hndvid0dh4]
{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

    .landing-container > div[b-hndvid0dh4]
    {
        width: 100%;
    }

.landing-title[b-hndvid0dh4]
{
    color: white;
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 20px;
}

.landing-subtitle[b-hndvid0dh4]
{
    color: white;
    font-size: 26px;
    font-weight: 300;
}

.illus-container[b-hndvid0dh4]
{
    background-image: url("img/landing/landing.webp"); /* TODO: Ganti */
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

@media screen and (min-width: 1024px)
{
    .landing-container[b-hndvid0dh4]
    {
        flex-direction: row;
    }

        .landing-container > div:first-child[b-hndvid0dh4]
        {
            width: 40%;
            order: 2;
        }

        .landing-container > div:last-child[b-hndvid0dh4]
        {
            width: 60%;
            order: 1;
        }
}

@media screen and (min-width: 1280px)
{
    .landing-container > div:first-child[b-hndvid0dh4]
    {
        width: 30%;
    }

    .landing-container > div:last-child[b-hndvid0dh4]
    {
        width: 70%;
    }
}
