/* _content/Homepage_Razorsharp/Pages/Layout/MainLayout.razor.rz.scp.css */
/* _content/Homepage_Razorsharp/Pages/Layout/NavMenu.razor.rz.scp.css */
/* _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;
}
