/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/client/styles/Hero.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__Wuf7g {
    height: 80vh;
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid var(--outlined);
    padding-bottom: 4rem;
    padding-left: 2rem;
}

.Hero_screen__5_INz {
    width: 850px;
    height: 500px;
    animation: Hero_bounce__Bd_R6 3s ease-in-out infinite;
}

.Hero_text__Ql1AH {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 1rem;
}

.Hero_paragraph__yUi2Z {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: start;
    color: var(--text);
}

.Hero_subtitle__DVuZq {
    font-size: 24px;
    max-width: 80%;
    font-weight: 500;
    color: var(--text);
}

.Hero_divider__cgYIf {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.Hero_inverted__x_Z3J, .Hero_button__kcFEF {
    padding: 1rem 4rem;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.Hero_button__kcFEF {
    color: var(--background);
    background-color: var(--primary);
}

.Hero_button__kcFEF:hover {
    background-color: var(--secondary);
}

.Hero_inverted__x_Z3J {
    color: var(--primary);
    background-color: var(--background);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    
}

.Hero_inverted__x_Z3J:hover {
    background-color: var(--primary);
    color: var(--background);
}

.Hero_inverted__x_Z3J:hover svg {
    fill: var(--background);
}

.Hero_icon__dd5RK {
    width: 18px;
    height: 18px
}

@keyframes Hero_bounce__Bd_R6 {
    0% {
        transform: translateY(0);
    }
    50%{
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/server/styles/Card.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.Card_card__KI9IL {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid var(--bordered);
    height: 16rem;
    width: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    border-radius: 0.5rem;
    text-decoration: none;
}

.Card_card__KI9IL:hover {
    animation: Card_highlight__8uBsl 0.5s ease-in-out forwards;
}

.Card_container__MLqi4 {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 70%;
    border-bottom: 1px solid var(--tertiary);
}

.Card_title__g2LXq {
    color: var(--text);
    font-weight: 600;
}

.Card_description__wFZPh {
    text-align: center;
    width: 100%;
    color: var(--outlined);
    height: 40%;
    font-weight: 500;
}

.Card_link__F0n2_ {
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 100%;
    font-weight: 600;
}

.Card_link__F0n2_:hover {
    animation: Card_color__yXTOf 0.5s ease-in-out forwards;
}

.Card_icon__2WqOJ {
    width: 28px;
    height: 28px;
}


@keyframes Card_highlight__8uBsl {
    0% {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    100% {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
}

@keyframes Card_highlight-reversed__ofr0S {
    0% {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    100% {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
}

@keyframes Card_color__yXTOf {
    0% {
        background-color: var(--background);
    }
    100% {
        background-color: var(--bordered);
    }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_page__556_G {
    display: flex;
    flex-direction: column;
}

.page_illustration__vaLl5{
    width: 400px;
    height: 400px;
}

.page_documentation__VVcnS {
    margin-top: 4rem;
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.page_title__po7na {
    font-size: 36px;
    color: var(--text);
    margin-bottom: 4rem;
    font-weight: 600;
}

.page_container__jZF7q {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    width: 80%;
}
