/* _content/Homepage_Razorsharp/Pages/Layout/ProjectCards.razor.rz.scp.css */
@media (min-width: 768px) { /*(Left)This is for the card which text start on the left side. */
    .rounded-left-md[b-6vwbnehp4n] {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
}
@media (min-width: 768px) { /*(Right)This is for the card which text start on the Right side */
    .rounded-right-md[b-6vwbnehp4n] {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    .rounded-top-sm[b-6vwbnehp4n] {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}
@media (max-width: 767.98px) {
    .rounded-bot-sm[b-6vwbnehp4n] {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}
/* _content/Homepage_Razorsharp/Pages/Layout/StaticImageHero.razor.rz.scp.css */

.fixed-bg-hero[b-e6swqi0tgu] {
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-height: var(--fbh-min-height);
    padding: var(--fbh-padding);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* The Parallax-Style Effect */
    background-image: var(--fbh-bg-image);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fixed-bg-hero[b-e6swqi0tgu]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--fbh-overlay-color);
        z-index: 1;
    }

    .fixed-bg-hero *[b-e6swqi0tgu] {
        box-sizing: border-box;
    }

.fbh-content[b-e6swqi0tgu] {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    color: var(--fbh-text-color);
}

    .fbh-content .title[b-e6swqi0tgu] {
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 1rem;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .fbh-content .subtitle[b-e6swqi0tgu] {
        font-size: clamp(1.1rem, 3vw, 1.25rem);
        margin: 0 0 2rem;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .fbh-content .cta[b-e6swqi0tgu] {
        display: inline-block;
        background-color: var(--fbh-cta-bg);
        color: var(--fbh-cta-text-color);
        padding: 0.9rem 2.2rem;
        border-radius: 8px;
        border: none;
        font-size: 1.05rem;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .fbh-content .cta:hover[b-e6swqi0tgu] {
            background-color: var(--fbh-cta-hover-bg);
        }

/* Extra content section for demonstrating the scroll effect */
.scroll-demo-content-fb[b-e6swqi0tgu] {
    padding: 4rem 1.5rem;
    background-color: #fff;
    color: #111827;
}

    .scroll-demo-content-fb p[b-e6swqi0tgu] {
        max-width: 700px;
        margin: 0 auto 1rem;
        line-height: 1.6;
    }
/* _content/Homepage_Razorsharp/Pages/MainPages/Contact.razor.rz.scp.css */
body[b-6u64x5i88h] {
    background: #eee;
}

.card[b-6u64x5i88h] {
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

    .card[b-6u64x5i88h]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #E1BEE7;
        transform: scaleY(1);
        transition: all 0.5s;
        transform-origin: bottom
    }

    .card[b-6u64x5i88h]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #8E24AA;
        transform: scaleY(0);
        transition: all 0.5s;
        transform-origin: bottom
    }

    .card:hover[b-6u64x5i88h]::after {
        transform: scaleY(1);
    }


.fonts[b-6u64x5i88h] {
    font-size: 11px;
}

.social-list[b-6u64x5i88h] {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

    .social-list li[b-6u64x5i88h] {
        padding: 10px;
        color: #8E24AA;
        font-size: 19px;
    }


.buttons button:nth-child(1)[b-6u64x5i88h] {
    border: 1px solid #8E24AA !important;
    color: #8E24AA;
    height: 40px;
}

    .buttons button:nth-child(1):hover[b-6u64x5i88h] {
        border: 1px solid #8E24AA !important;
        color: #fff;
        height: 40px;
        background-color: #8E24AA;
    }

.buttons button:nth-child(2)[b-6u64x5i88h] {
    border: 1px solid #8E24AA !important;
    background-color: #8E24AA;
    color: #fff;
    height: 40px;
}
/* _content/Homepage_Razorsharp/Pages/MainPages/Tester.razor.rz.scp.css */
@layer reset {
    body[b-mfvfse2t01] {
        margin: 0;
        font-family: "Inconsolata", mono-spaced;
    }

    h2[b-mfvfse2t01] {
        margin: 0;
    }

    figure[b-mfvfse2t01],
    ul[b-mfvfse2t01] {
        padding: 0;
        margin: 0;
    }

    ul[b-mfvfse2t01] {
        list-style: none;
    }
}

body[b-mfvfse2t01] {
    background: #546e7a;
    perspective: 100vw;
}

main[b-mfvfse2t01] {
    display: grid;
    padding: 1rem;
    place-items: center;
    height: 100svh;
    box-sizing: border-box;
    transform: translate(5vw) rotateY(20deg);
    &::before

{
    content: "";
    position: fixed;
    inset: -100vh -100vw;
    background: repeating-linear-gradient( #0000 0, #0000 calc(10rem - 1px), #263238 10rem ), repeating-linear-gradient( 90deg, #0000 0, #0000 calc(10rem - 1px), #263238 10rem ), repeating-linear-gradient(#0000 0, #0000 calc(1rem - 1px), #90a4ae 1rem), repeating-linear-gradient( 90deg, #0000 0, #0000 calc(1rem - 1px), #90a4ae 1rem );
    opacity: 0.2;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 999;
}

}

ul[b-mfvfse2t01] {
    display: grid;
    width: 75vw;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 2rem;
    li

{
    container-type: inline-size;
    position: relative;
    perspective: 100vh;
    max-height: calc(100svh - 4rem);
    aspect-ratio: 2/3;
    transition: all 140ms ease;
    transform-style: preserve-3d;
    &::before

{
    content: "";
    position: absolute;
    inset: 0;
    background: #212121;
    transition: all 140ms ease;
}

figure[b-mfvfse2t01] {
    background: #fff;
    transition: all 140ms ease;
    padding: 0.5rem;
    height: 100%;
}

.image__container[b-mfvfse2t01] {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(16, 1fr);
    inset: 0;
    overflow: hidden;
    &::before, &::after

{
    content: "";
    z-index: 1;
    grid-column: var(--col-start, 1) / var(--col-end, 1);
    grid-row: var(--row-start, 1) / var(--row-end, 1);
    backdrop-filter: contrast(1.1) url(#pixelate);
}

&[b-mfvfse2t01]::before {
    animation: square1-b-mfvfse2t01 1100ms steps(24) infinite;
}

&[b-mfvfse2t01]::after {
    animation: square1-b-mfvfse2t01 2700ms steps(24) infinite;
}

}

img[b-mfvfse2t01] {
    display: block;
    width: 100%;
    height: 100%;
    grid-column: -1 / 1;
    grid-row: -1 / 1;
    object-fit: cover;
}

figcaption[b-mfvfse2t01] {
    position: absolute;
    bottom: 1em;
    backdrop-filter: blur(10px);
    color: #fff;
    clip-path: polygon(0 100%, 0 100%, 100% 100%, 100% 100%);
    padding: 0.5em;
    font-size: 9cqw;
    text-wrap: pretty;
    translate: 0.5em;
    transform: translateY(1em);
    transition: all 240ms ease;
    z-index: 2;
}

&[b-mfvfse2t01]::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    backdrop-filter: url(#chroma);
    transition: all 140ms ease;
    opacity: 0;
}

&:hover[b-mfvfse2t01] {
    &::before

{
    transform: translate(-6%, 0%);
    opacity: 0.3;
    filter: blur(3px);
}

.image__container[b-mfvfse2t01] {
    &::before, &::after

{
    opacity: 1;
}

}

figure[b-mfvfse2t01] {
    transform: scale(1.05);
}

figcaption[b-mfvfse2t01] {
    transform: translateY(0);
    box-shadow: inset 0 0 0 1px #000;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

}
}
}

@keyframes square1-b-mfvfse2t01 {
    0% {
        --col-start: 1;
        --col-end: 9;
        --row-start: 12;
        --row-end: 17;
    }

    10% {
        --col-start: 5;
        --col-end: 9;
        --row-start: 3;
        --row-end: 12;
    }

    20% {
        --row-start: 8;
        --row-end: 10;
    }

    40% {
        --row-start: 1;
        --row-end: 3;
        --column-start: 2;
        --column-end: 12;
    }

    50% {
        --row-start: 10;
        --row-end: 14;
        --col-start: 1;
        --col-end: 9;
    }

    30%, 60% {
        --col-start: 9;
        --col-end: 9;
        --row-start: 9;
        --row-end: 9;
    }
}

@keyframes square2-b-mfvfse2t01 {
    0% {
        --col-start: 5;
        --col-end: 9;
        --row-start: 2;
        --row-end: 12;
    }

    10% {
        --col-start: 1;
        --col-end: 9;
    }

    20% {
        --row-start: 8;
        --row-end: 18;
    }

    40% {
        --row-start: 1;
        --row-end: 3;
        --column-start: 2;
        --column-end: 8;
    }

    50% {
        --row-start: 10;
        --row-end: 14;
        --col-start: 1;
        --col-end: 5;
    }

    30%, 60% {
        --col-start: 9;
        --col-end: 9;
        --row-start: 9;
        --row-end: 9;
    }
}
