/* /Components/ProjectBrief.razor.rz.scp.css */
.project-container[b-pwdqkg8156] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    max-height: 232px;
}

.project-image[b-pwdqkg8156] {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 192px;
    border-radius: 14px;
    transition: all 0.3s ease-in-out;
    object-fit: fit;
}

.project-overlay[b-pwdqkg8156] {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffffb2;
}

.project-container:hover .project-overlay[b-pwdqkg8156] {
    opacity: 1;
}

.project-actions[b-pwdqkg8156] {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

    .project-actions a[b-pwdqkg8156] {
        font-weight: 600;
        color: inherit;
        transition: all 0.3s ease-in-out;
    }

.project-actions a:hover[b-pwdqkg8156] {
    color: var(--mud-palette-primary);
}

@media(max-wdith: 800px) {
    .project-container[b-pwdqkg8156] {

    }
}
/* /Components/ProjectContainer.razor.rz.scp.css */
body[b-6swc7du78u] {
}
/* /Components/TechStackItem.razor.rz.scp.css */
.techstackitem-container[b-qeiudiyz9u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5px;
    width: 150px;
    height: 150px;
    transition: all 0.3s ease-in-out;
}

.tech-image[b-qeiudiyz9u] {
    transition: all 0.3s ease-in-out;
}

    .tech-image img[b-qeiudiyz9u] {
        width: 125px;
        border-radius: 7px;
    }

.tech-info[b-qeiudiyz9u] {
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    transform: scale(0);
    line-height: 1;
}

.techstackitem-container:hover .tech-image[b-qeiudiyz9u] {
    transform: scale(0.9);
}

.techstackitem-container:hover .tech-info[b-qeiudiyz9u] {
    transform: scale(1);
}

@media screen and (max-width: 1000px) {
    .techstackitem-container[b-qeiudiyz9u] {
        width: 125px;
        height: 125px;
    }

        .tech-image img[b-qeiudiyz9u] {
            width: 100px;
        }

    .tech-info[b-qeiudiyz9u] {
        font-size: 1rem;
    }
}
/* /Dialogs/Project.razor.rz.scp.css */
.project-container[b-taoxgvqk87] {
    text-align: center;
    width: 80%;
    margin: auto;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scrollbar-width: none;
}

[b-taoxgvqk87] .title {
    font-size: 3rem;
    font-weight: 600;
    margin: 10px 0;
    background-image: linear-gradient(45deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-actions[b-taoxgvqk87] {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

    .project-actions a[b-taoxgvqk87] {
        font-weight: 600;
        color: inherit;
        transition: all 0.3s ease-in-out;
        font-size: 1.2rem;
    }

        .project-actions a:hover[b-taoxgvqk87] {
            color: var(--mud-palette-primary);
        }


.techitem-container[b-taoxgvqk87] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5px;
    width: 125px;
    height: 125px;
    transition: all 0.3s ease-in-out;
}

.project-image[b-taoxgvqk87] {
    width: 100%;
    /*height: 100%;*/
    max-width: 600px;
    max-height: 380px;
    border-radius: 10px;
}

.project-description[b-taoxgvqk87] {
    margin-top: 25px;
    font-size: 1.2rem;
}

.tech[b-taoxgvqk87] {
    margin-top: 25px;
}

.tech-title[b-taoxgvqk87] {
    font-size: 2rem;
    font-weight: 600;
}

.tech-image[b-taoxgvqk87] {
    transition: all 0.3s ease-in-out;
}

    .tech-image img[b-taoxgvqk87] {
        width: 100px;
        border-radius: 7px;
    }

.tech-info[b-taoxgvqk87] {
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    transform: scale(0);
    line-height: 1;
}

.techitem-container:hover .tech-image[b-taoxgvqk87] {
    transform: scale(0.9);
}

.techitem-container:hover .tech-info[b-taoxgvqk87] {
    transform: scale(1);
}

@media screen and (max-width: 1500px) {
    .project-description[b-taoxgvqk87] {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .project-description[b-taoxgvqk87] {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 450px) {
    .project-actions[b-taoxgvqk87] {
        flex-direction: column;
        margin-top: 5px;
    }

    .project-actions a[b-taoxgvqk87] {
        margin: 10px;
    }
}

@media screen and (max-width: 600px) {
    .title[b-taoxgvqk87] {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 350px) {
    .title[b-taoxgvqk87] {
        font-size: 2rem;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.section-header[b-3r3ku04q2c] {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    margin: 50px 0 25px 0;
}

section[b-3r3ku04q2c] {
    margin: 150px 0;
}

#about-me[b-3r3ku04q2c] {
    width: 95%;
    height: calc(100vh - var(--mud-appbar-height));
    margin: 0;
}

#about-me[b-3r3ku04q2c] {
    display: flex;
    align-items: center;
    width: 100%;
}

.about-child[b-3r3ku04q2c] {
    width: 50%;
    padding: 20px;
}

.about-child:last-child[b-3r3ku04q2c] {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.intro[b-3r3ku04q2c] {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.role[b-3r3ku04q2c] {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.stack[b-3r3ku04q2c] {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.tech[b-3r3ku04q2c] {
    background-image: linear-gradient(45deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image[b-3r3ku04q2c] {
    width: 400px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    display: flex;
}

#techstack[b-3r3ku04q2c] {
    margin-top: 0;
}

/*#projects {
    height: 75vh;
}

#resources {
    width: 100%;
}*/

#resources iframe[b-3r3ku04q2c] {
    border: 1px solid var(--mud-palette-background-grey);
    border-radius: 20px;
    box-shadow: var(--mud-palette-background-grey) 2px 2px 10px 10px;
}

#resources .resource[b-3r3ku04q2c] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

    #resources .resource .resource-child[b-3r3ku04q2c] {
        width: 50%;
        padding: 20px;
    }

    /*resource-child2*/

    #resources .resource .resource-title[b-3r3ku04q2c] {
        font-weight: 600;
        font-size: 2.5rem;
        line-height: 1;
        text-align: center;
        background-image: linear-gradient(45deg, var(--mud-palette-primary), var(--mud-palette-secondary));
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #resources .resource .resource-text[b-3r3ku04q2c] {
        font-size: 1.2rem;
        line-height: 1.5;
    }


.contact-text[b-3r3ku04q2c] {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

@media screen and (max-width: 1250px) {
    #resources .resource .resource-title[b-3r3ku04q2c] {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    #resources .resource .resource-text[b-3r3ku04q2c] {
        font-size: 1rem;
        line-height: 1.5;
    }
}


@media screen and (max-width: 1000px) {
    #resources .resource[b-3r3ku04q2c] {
        width: 100%;
        flex-direction: column;
        margin-bottom: 25px;
    }

        #resources .resource:nth-child(odd)[b-3r3ku04q2c] {
            flex-direction: column-reverse;
        }

        #resources .resource .resource-child[b-3r3ku04q2c] {
            width: 100%;
            padding: 5px;
        }
}

@media screen and (max-width: 1025px) {
    #about-me[b-3r3ku04q2c] {
        flex-direction: column;
    }

    .about-child[b-3r3ku04q2c] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .about-child:first-child[b-3r3ku04q2c] {
            justify-content: start;
            text-align: center;
            margin-top: 75px;
        }

        .image[b-3r3ku04q2c] {
            width: 350px;
        }

    .intro[b-3r3ku04q2c] {
        font-size: 4rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px;
    }

    .role[b-3r3ku04q2c] {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
    }

    .stack[b-3r3ku04q2c] {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .image[b-3r3ku04q2c] {
        width: 250px;
    }

    .intro[b-3r3ku04q2c] {
        font-size: 3rem;
    }

    .role[b-3r3ku04q2c] {
        font-size: 1.5rem;
    }

    .stack[b-3r3ku04q2c] {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 600px) {
    [b-3r3ku04q2c] .center {
        display: flex;
        justify-content: center;
    }

    .section-header[b-3r3ku04q2c] {
        font-size: 3rem;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
.link[b-q9prwkdvr1] {
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    transition: transform 200ms ease;
    background-color: transparent;
    padding: 0.5em;
    padding-bottom: 1px;
    margin: auto;
    border-radius: 6px;
    transition: opacity 0.3s ease;
}

    .link:hover[b-q9prwkdvr1] {
        transition: opacity 0.3s ease;
    }

        .link:hover[b-q9prwkdvr1]:after {
            background-color: var(--mud-palette-text-primary);
        }

        .link:hover[b-q9prwkdvr1]:after {
            width: 100%;
            left: 0px;
        }

    .link[b-q9prwkdvr1]:after {
        content: "";
        position: absolute;
        border-radius: 30px;
        height: 2px;
        width: 0%;
        right: 0px;
        bottom: 0px;
        transition: all 400ms ease;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.container[b-pa16wiyca1] {
    width: 75%;
    margin: auto;
}

[b-pa16wiyca1] .theme-toggle {
    position: absolute;
    right: 15px;
    color: var(--mud-palette-action-default);
}

nav[b-pa16wiyca1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    position: relative;
}

.navbar-list[b-pa16wiyca1] {
    margin: 0px auto;
    display: flex;
    padding: 0px;
    list-style: none;
}

.navbar-item[b-pa16wiyca1] {
    position: relative;
    padding: 5px 12px;
    margin: 10px;
    transition: transform 200ms ease;
}

    .navbar-item a[b-pa16wiyca1] {
        color: var(--mud-palette-text-primary);
        font-size: 22px;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

    .navbar-item:hover[b-pa16wiyca1] {
/*        transform: scale(0.95);*/
    }

        .navbar-item:hover a[b-pa16wiyca1] {
            text-decoration: none !important;
        }

            .navbar-item:hover a[b-pa16wiyca1]:after {
                background-color: var(--mud-palette-text-secondary);
            }

    .navbar-item a[b-pa16wiyca1]:after {
        content: "";
        position: absolute;
        background: black;
        border-radius: 30px;
        height: 2px;
        width: 0%;
        right: 0px;
        bottom: 2px;
        transition: all 400ms ease;
    }

    .navbar-item:hover a[b-pa16wiyca1]:after {
        width: 100%;
        left: 0px;
    }

[b-pa16wiyca1] .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 1000;
    color: var(--mud-palette-action-default);
}

@media (max-width: 599px) {
    .container[b-pa16wiyca1] {
        width: 85%;
    }

    .navbar-list[b-pa16wiyca1] {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 200px;
        position: relative;
        background-color: var(--mud-palette-appbar-background);
    }

    [b-pa16wiyca1] .hamburger {
        display: flex;
    }

    [b-pa16wiyca1] .theme-toggle {
        left: 15px;
    }

    .navbar-item[b-pa16wiyca1] {
        text-align: center;
        margin: 0px;
        padding: 4px;
    }

        .navbar-item a[b-pa16wiyca1]:after {
            content: none !important;
        }

    .navbar-list.active[b-pa16wiyca1] {
        display: flex;
    }
}
