/* _content/AIStylist_WEB/Pages/Index.razor.rz.scp.css */
.mainContainer[b-q8yr87g6ur] {
    width: 100%;
    min-height: 100vh;
    display: flex;
}

.container[b-q8yr87g6ur] {
    width: 50%;
    min-height: 100%;
    padding: 10px;
    background: #7A9E9F;
    background: linear-gradient(180deg,rgba(122, 158, 159, 1) 75%, rgba(230, 184, 156, 1) 100%);
    align-content: center;
    position: relative;
    padding-bottom: 50px;
}

    .container.sec[b-q8yr87g6ur] {
        padding: 0;
        background: none;
        background-image: url(../images/aiImage.png);
    }

.logo[b-q8yr87g6ur]{
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
    border-radius: 15px;
}

.heroTitle[b-q8yr87g6ur] {
    font-family: Signika-Bold;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 20px;
}

.heroSubtitle[b-q8yr87g6ur] {
    font-family: Signika-Regular;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 10px;
}

.title[b-q8yr87g6ur] {
    font-family: Signika-Bold;
    font-size: 22px;
    color: var(--SecondaryColor);
    width: 100%;
    padding: 5px 10px;
}

.desc[b-q8yr87g6ur] {
    font-family: Signika-Regular;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 5px;
}

.storeDiv[b-q8yr87g6ur] {
    width: max-content;
    display: flex;
    gap: 20px;
    margin: auto;
}

.storeImg[b-q8yr87g6ur] {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 10px;
}

    .storeImg:hover[b-q8yr87g6ur] {
        cursor: pointer;
    }

.copyright[b-q8yr87g6ur]{
    width: 100%;
    color: white;
    font-family: Signika-Light;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

@media(max-width: 700px){
    .container[b-q8yr87g6ur]{
        width: 100%;
    }

    .container.sec[b-q8yr87g6ur]{
        display: none;
    }
}
/* _content/AIStylist_WEB/Shared/MainLayout.razor.rz.scp.css */
.page[b-3jwd54iyp9] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-3jwd54iyp9] {
    flex: 1;
}
