@import 'LittleMemory.Client.2chj9oe7e6.bundle.scp.css';

/* _content/LittleMemory/Components/Pages/Home.razor.rz.scp.css */
.sign[b-0sdy7wj4mh] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    row-gap: 5px;
}

.next[b-0sdy7wj4mh] {
    display: flex;
    justify-content: center;
    align-items:center;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 20px);
    border-radius: 50%;
    color: white;
    width: 40px;
    height: 40px;
    transition: all .5s ease-out;
}

.next:hover[b-0sdy7wj4mh] {
    background-color: #6bc30d;
}

.section1[b-0sdy7wj4mh] {
    height: calc(100vh - 56px);
    padding: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    scroll-snap-align: start;
    position: relative;
}

.section-container[b-0sdy7wj4mh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

@media screen and (min-width: 769px) {
    .section-container[b-0sdy7wj4mh] {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: start;
        min-height: calc(100vh - 64px - 70px);
    }

    .section-container[b-0sdy7wj4mh]  .v-divider {
        height: 70vh;
        align-self: center;
    }

    .section-container .section[b-0sdy7wj4mh] {
        width: 40%;
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    .section-container[b-0sdy7wj4mh] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-container[b-0sdy7wj4mh]  .v-divider {
        display: none;
    }

    .section-container .section[b-0sdy7wj4mh] {
        width: 80%;
        margin: 50px auto;
    }

    .section-container .section3[b-0sdy7wj4mh] {
        margin-top: 0;
    }
}
