/* /Pages/Index.razor.rz.scp.css */

.down-arrow[b-rnvjunaat8] {
    margin: -14rem auto 14rem auto;
    width: 55px;
}

.arrow-wrapper[b-rnvjunaat8] {
    position: absolute;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

@media (min-width: 874px) {
    .professional-experience-mobile[b-rnvjunaat8] {
        display: none;
    }
}

@media (max-width: 874px) {
    .professional-experience[b-rnvjunaat8] {
        display: none;
    }
}

@media (width > 874px) {
    .professional-experience-mobile[b-rnvjunaat8] {
        display: none;
    }
}

@media (width <= 874px)  {
    .professional-experience[b-rnvjunaat8] {
        display: none;
    }
}
/* /Shared/Components/CodeBlock.razor.rz.scp.css */

.code-block-wrapper[b-qk93p4puey] {
    text-align: left;
}

.code-block-container[b-qk93p4puey] {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
}

.keyword-new[b-qk93p4puey], .keyword-var[b-qk93p4puey] {
    color: #569cd6;
}

.keyword-var-name[b-qk93p4puey] {
    color: #85d8f1;
}

.string[b-qk93p4puey], .string > span[b-qk93p4puey], .url > a[b-qk93p4puey] {
    color: #d69d85;
    text-decoration: none;
}

.code-block[b-qk93p4puey] {
    display: flex;
    flex-direction: column;
}

.key[b-qk93p4puey] {
    margin-left: 1.5rem;
}

.key[b-qk93p4puey], .value[b-qk93p4puey] {
    flex-direction: column;
}

.value:not(:last-child)[b-qk93p4puey]::after {
    content: ",";
}
/* /Shared/Components/Experience.razor.rz.scp.css */

.experience[b-3wa8foh1cq]{
    margin: 5rem;
    max-width: 60rem;
}

.experience > p[b-3wa8foh1cq] {
    line-height: 1rem;
}

@media (min-width: 60rem) {
    .experience[b-3wa8foh1cq] {
        margin: 5rem auto;
    }
}

@media (max-width: 874px) {
    .experience[b-3wa8foh1cq] {
        margin: 1rem;
    }
}
/* /Shared/Components/InformationBox.razor.rz.scp.css */

.information-box[b-ib5vfo0q7i] {
    padding: 2rem;
    border: 3px solid #a3a3a3;
    display: inline-block;
    transform: translateY(-2.7rem);
    max-width: 25rem;
}

.gradient-animation[b-ib5vfo0q7i] {
    background: linear-gradient(-45deg,#6bc5f8,#cf59e6,#6bc5f8,#cf59e6);
    background: -webkit-linear-gradient(135deg,#6bc5f8,#cf59e6,#6bc5f8,#cf59e6);
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content[b-ib5vfo0q7i] {
    overflow: hidden;
}

.left[b-ib5vfo0q7i] {
    margin-left: 4px;
    padding: 0 0 0 2rem;
    border-left: 1px dashed #71717170;
}

.right[b-ib5vfo0q7i] {
    margin-right: 4px;
    padding: 0 2rem 0 0;
    border-right: 1px dashed #71717170;
}
/* /Shared/Components/ScrollingText.razor.rz.scp.css */


.scroll[b-jss37eh0o2] {
    height: 36px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

p[b-jss37eh0o2] {
    float: left;
}

ul[b-jss37eh0o2] {
    margin: 0;
    padding: 0;
    -webkit-animation: scrollUp 12s linear alternate infinite;
    animation: scrollUp-b-jss37eh0o2 12s linear alternate infinite;
}

ul li[b-jss37eh0o2] {
    opacity: 1;
    height: 38px;
    padding: 10px;
    list-style: none;
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-97%);
        transform: translateY(-97%);
    }
}

@keyframes scrollUp-b-jss37eh0o2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-97%);
        transform: translateY(-97%);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8lh1yvxdyk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8lh1yvxdyk] {
    flex: 1;
}

.sidebar[b-8lh1yvxdyk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8lh1yvxdyk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8lh1yvxdyk]  a, .top-row[b-8lh1yvxdyk]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-8lh1yvxdyk]  a:hover, .top-row[b-8lh1yvxdyk]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-8lh1yvxdyk]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8lh1yvxdyk] {
        display: none;
    }

    .top-row.auth[b-8lh1yvxdyk] {
        justify-content: space-between;
    }

    .top-row[b-8lh1yvxdyk]  a, .top-row[b-8lh1yvxdyk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8lh1yvxdyk] {
        flex-direction: row;
    }

    .sidebar[b-8lh1yvxdyk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8lh1yvxdyk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8lh1yvxdyk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8lh1yvxdyk], article[b-8lh1yvxdyk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Sections/Contact.razor.rz.scp.css */

.contact-info[b-v240misqso] {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1rem;
    min-width: 20rem;
}

@media (max-width: 440px) {
    .contact-info[b-v240misqso] {
        font-size: 0.9rem;
    }
}

@media (max-width: 395px) {
    .contact-info[b-v240misqso] {
        font-size: 0.8rem;
    }
}

@media (max-width: 356px) {
    .contact-info[b-v240misqso] {
        font-size: 0.7rem;
    }
}

@media (max-width: 450px) {
    .contact-info[b-v240misqso] {
        padding: 0;
    }
}
/* /Shared/Sections/Expertise.razor.rz.scp.css */

.expertise[b-edfcrejs7p] {
    padding: 0 5rem;
    max-width: 120rem;
    margin: 0 auto;
}


@media (max-width: 874px) {
    .expertise[b-edfcrejs7p] {
        padding: 0 1rem;
    }
}
/* /Shared/Sections/Introduction.razor.rz.scp.css */

@keyframes FadeInUpBounce-b-m1uvm2u9zo {
    0% {
        bottom: -100vh;
        opacity: 0%;
    }

    80% {
        bottom: 1vh;
        opacity: 100%;
    }

    100% {
        bottom: 0;
        opacity: 100%;
    }
}

#trees-foreground[b-m1uvm2u9zo] {
    bottom: 0;
    z-index: 100;
    background: url("assets/background/Trees_Foreground.svg") repeat-x center bottom;
    max-height: 80%;
}

#trees-background[b-m1uvm2u9zo] {
    animation-name: FadeInUpBounce-b-m1uvm2u9zo;
    animation-duration: 1s;
    z-index: 90;
    background: url("assets/background/Trees_Background.svg") repeat-x center bottom;
    max-height: 50%;
}

#hills-foreground[b-m1uvm2u9zo] {
    animation-name: FadeInUpBounce-b-m1uvm2u9zo;
    animation-duration: 1s;
    animation-delay: 0.25s;
    z-index: 80;
    background: url("assets/background/Hills_Foreground.svg") repeat-x center bottom;
    max-height: 30%;
}

#hills-background[b-m1uvm2u9zo] {
    animation-name: FadeInUpBounce-b-m1uvm2u9zo;
    animation-duration: 1s;
    animation-delay: 0.50s;
    z-index: 70;
    background: url("assets/background/Hills_Background.svg") no-repeat center bottom;
    max-height: 50%;
}

#background[b-m1uvm2u9zo] {
    background: url("assets/background/Background.svg") repeat-x center bottom;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    max-height: -webkit-fill-available;
    background-size: cover;
}

.background-image[b-m1uvm2u9zo] {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -100vh;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

#background-wrapper[b-m1uvm2u9zo] {
    position: relative;
    overflow: hidden;
}

#title-container[b-m1uvm2u9zo] {
    position: absolute;
    z-index: 85;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    text-align: center;
}

.down-arrow[b-m1uvm2u9zo] {
    width: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    margin-bottom: 3rem;
    opacity: 0;
    cursor: pointer;

    animation-name: FadeInUpBounce-b-m1uvm2u9zo;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.bird-animation-container[b-m1uvm2u9zo] {
    position: absolute;
    z-index: 80;
    top: 0;
    width: 100%;
    height: 100%;
}
/* /Shared/Sections/ProfessionalExperience.razor.rz.scp.css */

.timeline-mobile[b-4al0lqqhro] {
    padding: 0 1rem;
    max-width: 29rem;
    margin: 0 auto;
}

.zoom-left[b-4al0lqqhro], .zoom-right[b-4al0lqqhro] {
    transition: transform 0.25s;
    cursor: pointer;
}

.zoom-right:hover[b-4al0lqqhro] {
    transform: scale(1.1) translateX(-2.5%) translateY(-2.5%);
}

.zoom-left:hover[b-4al0lqqhro] {
    transform: scale(1.1) translateX(2.5%) translateY(2.5%);
}

@media (hover: none) {
    .zoom-right:hover[b-4al0lqqhro] {
        transform: none;
    }

    .zoom-left:hover[b-4al0lqqhro] {
        transform: none;
    }
}
