/* /Components/ContactForm.razor.rz.scp.css */
.contact[b-qe2wtrwuqo] {
    aspect-ratio: 1902/1408;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/footer.svg);
}

.title[b-qe2wtrwuqo] {
    margin-top: 15%;
}
/* /Components/Experience.razor.rz.scp.css */
.timeline[b-3euk8ddz8x] {
    color: var(--light);
}

.dot[b-3euk8ddz8x] {
    height: 60px;
    width: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.timeline-event[b-3euk8ddz8x] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.timeline-heading[b-3euk8ddz8x], .job-details[b-3euk8ddz8x], .spacer[b-3euk8ddz8x] {
    width: 40%;
}

.line-container[b-3euk8ddz8x] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line[b-3euk8ddz8x] {
    border-left: 5px solid var(--primary);
    border-radius: 5px;
    margin: 20px 0;
    flex-grow: 1;
}

.gradient[b-3euk8ddz8x] {
    border-image: linear-gradient(to bottom, var(--primary), transparent);
    border-image-slice: 1;
    border-radius: 5px;
    background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(to right, transparent, transparent);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.timeline-heading[b-3euk8ddz8x] {
}

    .timeline-heading h3[b-3euk8ddz8x] {
        font-size: 54px;
    }

    .timeline-heading p[b-3euk8ddz8x] {
        font-size: 20px;
        color: #CBCBCB;
        margin: 0;
    }

.job-details[b-3euk8ddz8x] {
    padding: 40px;
    padding-bottom: 20px;
}


    .job-details h4[b-3euk8ddz8x] {
        color: #DD3C7F;
        font-size: 40px;
    }

    .job-details h5[b-3euk8ddz8x] {
        font-size: 24px;
        color: #CBCBCB;
    }

    .job-details p[b-3euk8ddz8x] {
        padding: 20px 80px 20px 0;
        font-size: 20px;
    }

.top[b-3euk8ddz8x] {
    margin-top: 50px;
}
/* /Components/Hero.razor.rz.scp.css */
.hero[b-uaqtf3jbvk] {
    width: 100%;
    height: 600px;
    display: flex;
    background-color: var(--primary);
    background-image: url(images/HeroBackground.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.left[b-uaqtf3jbvk] {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 60%;
    padding-left: 24%;
}

.right[b-uaqtf3jbvk] {
    display: flex;
    width: 40%;
}

    .right img[b-uaqtf3jbvk] {
        align-self: center;
        width: 83%;
    }

.hero h1[b-uaqtf3jbvk], h2[b-uaqtf3jbvk] {
    color: var(--light);
    padding: 8px;
}

.hero h1[b-uaqtf3jbvk] {
    font-size: 3.125vw;
}

.hero h2[b-uaqtf3jbvk] {
    font-size: 2.6vw;
    padding-bottom: 80px;
}

button[b-uaqtf3jbvk] {
    color: var(--light);
    background-color:;
    border-radius: 35px;
    border: 2px solid var(--secondary);
    height: 70px;
    width: 250px;
    font-size: 1.45vw;
    outline: none;
    background: linear-gradient(to top, var(--secondary) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: left top;
    transition: all 0.3s ease;
}

button:hover[b-uaqtf3jbvk] {
    background-position: left bottom;
}

.primary[b-uaqtf3jbvk] {
    background: linear-gradient(to top, var(--secondary) 50%, var(--primary) 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    margin-right: 80px;
}

    .primary:hover[b-uaqtf3jbvk] {
        background-position: left top;
    }


    .spacer[b-uaqtf3jbvk] {
        aspect-ratio: 960/300;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.layer1[b-uaqtf3jbvk] {
    background-image: url(../../wwwroot/images/HeroBackground.svg)
}
/* /Components/Interests.razor.rz.scp.css */
h4[b-4lnq1hq5wo] {
    color: #DD3C7F;
    font-size: 40px;
    font-family: NATS;
}

p[b-4lnq1hq5wo] {
    padding: 20px 0;
    font-size: 22px;
    color: var(--light);
    font-family: 'Numan';
}

.card[b-4lnq1hq5wo] {
    border: 0;
    border-radius: 20px;
    box-shadow: inset 0px 0px 4px #000;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 0 2%;
    background-color: transparent;
}

.interests-container[b-4lnq1hq5wo] {
    display: flex;
    width: 80%;
    max-width: 1400px;
    justify-content: center;
    flex-direction: column;
}

.interest[b-4lnq1hq5wo] {
    display: flex;
    padding: 40px 0;
}

.info[b-4lnq1hq5wo] {
    margin: 2%;
    width: 100%;
}


/* /Components/ProjectCard.razor.rz.scp.css */
/* /Components/Projects.razor.rz.scp.css */
.subtitle[b-nc1dqn39dd] {
    color: var(--light);
    font-size: 22px;
    width: 20%;
    text-align: center;
    align-self:center;
}

.card-container[b-nc1dqn39dd] {
    display: flex;
    width: 80%;
    justify-content: space-around;
    padding: 80px 0;
}

.card[b-nc1dqn39dd] {
    aspect-ratio: 414/286;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 4px #000;
    transition-duration: 0.4s;
    cursor:pointer;
}

    .card:hover[b-nc1dqn39dd] {
        box-shadow: inset 0px 0px 20px 1px #000;
    }

p[b-nc1dqn39dd] {
    color: var(--light);
    font-size: 30px;
}

.overlay-text[b-nc1dqn39dd] {
    position: absolute;
    bottom: 0;
}

@font-face {
    font-family: "Roboto";
    src: url('fonts/Roboto-Black.ttf') format('truetype');
}


.AdventOfCode h4[b-nc1dqn39dd] {
    font-size:40px;
    display: inline-block;
    text-decoration: none;
    color: #00cc00;
    text-shadow: 0 0 4px #00cc00, 0 0 5px #00cc00;
}

.streak h4[b-nc1dqn39dd] {
    font-family: "Roboto";
    font-weight: 900;
    color: #000;
    font-size: 60px;
}

.personal h4[b-nc1dqn39dd] {
    font-family: "Nats";
    color: var(--light);
    font-size: 50px;
}

.card p[b-nc1dqn39dd] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    text-align:center;
    padding: 0 10px;
    margin: 0;
}

.card:hover p[b-nc1dqn39dd] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}
/* /Components/TechCard.razor.rz.scp.css */
.icon[b-d2mpkt67td]{
    height:100px;
    background-color: transparent;
    margin-bottom: 20px;
}

.pad[b-d2mpkt67td]
{
    padding: 15px 0px;
}

.card[b-d2mpkt67td] {
    background-color: transparent;
    
}

p[b-d2mpkt67td] {
    color: var(--light);
    text-align:center;
    font-size: 20px;
}
/* /Components/TechStack.razor.rz.scp.css */
.icons-section[b-9ulm5ypeqc] {
    display: flex;
    width: 70%;
    justify-content: space-around;
}
/* /Components/WaveTransition.razor.rz.scp.css */
.spacer[b-nj3cjyvuxa] {
    aspect-ratio: 1902/250;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wave1[b-nj3cjyvuxa] {
    background-image: url(images/hero-layered-waves.svg);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-v8q5m4zhkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v8q5m4zhkd] {
    flex: 1;
}

.sidebar[b-v8q5m4zhkd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v8q5m4zhkd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v8q5m4zhkd]  a:hover, .top-row[b-v8q5m4zhkd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v8q5m4zhkd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v8q5m4zhkd] {
        justify-content: space-between;
    }

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v8q5m4zhkd] {
        flex-direction: row;
    }

    .sidebar[b-v8q5m4zhkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v8q5m4zhkd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v8q5m4zhkd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v8q5m4zhkd], article[b-v8q5m4zhkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
@font-face {
    font-family: "NATS";
    src: url('fonts/NATS-Regular.ttf') format('truetype');
}

html[b-d13n4iuesv] {
    box-sizing: border-box;
}

*[b-d13n4iuesv], *[b-d13n4iuesv]::before, *[b-d13n4iuesv]::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body[b-d13n4iuesv] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav[b-d13n4iuesv] {
    height: 68px;
    width: 100%;
    background-color: var(--dark);
    padding: 0 18px;
}

.logo[b-d13n4iuesv] {
    vertical-align: central;
    display: inline-block;
    height: 46px;
    width: 46px;
}

    .logo img[b-d13n4iuesv] {
        height: 45px;
        width: 45px;
    }

.navbar[b-d13n4iuesv] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-links[b-d13n4iuesv] {
    display: flex;
    padding-left: 40px;
}

.nav-item a[b-d13n4iuesv] {
    transition: 0.5s;
    display: inline-block;
    padding: 10px 5vw;
    text-decoration: none;
    color: white;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {

    .nav-links[b-d13n4iuesv] {
        justify-content: space-evenly;
        padding-left: 10px;
    }


    .nav-item a[b-d13n4iuesv] {
        padding: 10px 1vw;
        border-radius: 3px;
    }
}

.nav-item:hover a[b-d13n4iuesv] {
    color: var(--primary);
    background-color: var(--dark);
}
