/* /Components/Card.razor.rz.scp.css */
.card[b-z8ecr49q82] {
    display: flex;
    position: relative;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    align-self: stretch;
    overflow: hidden;
    margin-bottom: 30px;
}

    .card h2[b-z8ecr49q82] {
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .card p[b-z8ecr49q82] {
        font-size: 1rem;
        color: #555555;
        margin-bottom: 90px;
    }

    .card button[b-z8ecr49q82] {
        background-color: #0b090a;
        min-width: 130px;
        color: white;
        border: none;
        border-radius: 50px;
        border: solid 2px;
        border-color: black;
        margin: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 130px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

    .card:hover[b-z8ecr49q82] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: all 1.3s ease;
    }

    .card button:hover[b-z8ecr49q82] {
        background-color: #e5383b;
        color: black;
        font-weight: bold;
        border: solid 2px;
        border-color: black;
    }


.image[b-z8ecr49q82] {
    position: absolute;
    width: 80%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
    border-radius: inherit;
}
/* /Components/Certificate.razor.rz.scp.css */
.cert-container[b-ktceb8lzqy] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.cert-container-image[b-ktceb8lzqy] {
    position: absolute;
    top: 0;
    left: 600px;
    width: 40%;
    height: 100%;
    background-size: cover; /* Adjust background image size */
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5; /* Adjust opacity of background image */
    z-index: -1; /* Ensure background is behind other content */
    border-radius: inherit; /* Inherit border radius from parent */
}

.skill-card[b-ktceb8lzqy] {
    font-size: small;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 15px;
}

.wrapper[b-ktceb8lzqy] {
    margin-bottom: 25px;
}

.container[b-ktceb8lzqy] {
    display: flex;
    margin: 0;
}

.skills-container[b-ktceb8lzqy] {
    display: flex;
    flex-wrap: wrap;
}

.line[b-ktceb8lzqy] {
    min-width: 6px;
    border-radius: 50px;
    margin-right: 20px;
}

.dates[b-ktceb8lzqy] {
    padding-right: 6px;
}

    .dates p[b-ktceb8lzqy] {
        margin: 0; /* Remove default margin */
        font-size: smaller;
        color: darkslategray;
        white-space: nowrap;
    }

.issuer[b-ktceb8lzqy] {
    font-style: italic;
}

.title-container button[b-ktceb8lzqy] {
    display: flex;
    background-color: white;
    color: black;
    font-size: x-small;
    border: grey solid 1px;
    margin-top: -7px;
    margin-right: -7px;
    max-height: 27px;
    border-radius: 50px;
    min-width: 80px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.title-container button span[b-ktceb8lzqy] {
    align-self: center;
}

.title-container button:hover[b-ktceb8lzqy] {
    background-color: black;
    color: white;
    border-color: black;
}

.title-container[b-ktceb8lzqy] {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .cert-container-image[b-ktceb8lzqy] {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .dates p[b-ktceb8lzqy] {
        font-size: xx-small;
    }

    .title-container button[b-ktceb8lzqy] {
        font-size: xx-small;
    }

    .cert-container h3[b-ktceb8lzqy] {
        font-size: medium;
        font-weight: bolder;
    }

    .cert-container p[b-ktceb8lzqy] {
        font-size: small;
    }

    .title-container h3[b-ktceb8lzqy] {
        max-width: 200px;
    }

    .line[b-ktceb8lzqy] {
        min-width: 4px;
    }

    .skills-container p[b-ktceb8lzqy] {
        font-size: xx-small;
    }
}
/* /Components/ContactInfo.razor.rz.scp.css */
.popup[b-dcam0jp35x] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: fit-content;
    background-color: white;
    z-index: 4;
    border: 2px solid black;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
}

a[b-dcam0jp35x] {
    color: #a4161a;
}

h6[b-dcam0jp35x] {
    font-weight: bold;
}

.popup-close[b-dcam0jp35x] {
    font-size: xx-large;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
}

.overlay[b-dcam0jp35x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

@media (max-width: 767px) {

    h3[b-dcam0jp35x] {
       font-size: 22px;
    }

    h5[b-dcam0jp35x] {
       font-size: 19px;
    }

    h6[b-dcam0jp35x] {
        font-size: 15px;
    }

    a[b-dcam0jp35x] {
        font-size: 12px;
    }

    .popup[b-dcam0jp35x] {
        max-width: 320px;
    }
}
/* /Components/SkillBox.razor.rz.scp.css */
.skill-card[b-qkhfn8g73i] {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    align-self: stretch;
    font-family: 'Courier New', Courier, monospace;
    margin: 10px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ghs283nbvm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ghs283nbvm], article[b-ghs283nbvm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-container[b-o6kha9umpd] {
    background-color: #0b090a;
    padding: 10px;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1000;
}

.navbar[b-o6kha9umpd] {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: baseline;
}

.nav-item[b-o6kha9umpd] {
    font-size: 1rem;
    margin-bottom: 20px;
}

    .nav-item[b-o6kha9umpd]  .nav-link {
        color: rgb(175, 173, 173);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        width: 100%;
    }

    .nav-item[b-o6kha9umpd]  a.active {
        background-color: #e5383b;
        color: black;
        font-weight: bold;
    }

    .nav-item[b-o6kha9umpd]  .nav-link:hover {
        background-color: rgba(229, 56, 59, 0.3);
        color: white;
    }

.hamburger-menu[b-o6kha9umpd] {
    display: none;
}

.menu-items[b-o6kha9umpd] {
    display: none;
    background-color: #0b090a;
    opacity: 0.93;
    width: fit-content;
    padding: 7px;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
    z-index: 1000;
}

    .menu-items .nav-item:first-child[b-o6kha9umpd] {
        margin-top: 50px; /* Adjust this value as needed */
    }

    .menu-items ul[b-o6kha9umpd] {
        list-style-type: none;
        padding: 0;
    }

.bar[b-o6kha9umpd] {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ba181b;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .navbar-container[b-o6kha9umpd] {
        display: none;
    }

    .hamburger-menu[b-o6kha9umpd] {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 10px;
        margin-top: 10px;
        color: black;
        display: inline-block;
        cursor: pointer;
        z-index: 1001;
    }
}
/* /Pages/AboutMe.razor.rz.scp.css */
.container[b-a4l2gaz1nb] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.popup-container[b-a4l2gaz1nb] {
    position: fixed;
    top: 100px;
    width: fit-content;
    z-index: 1000;
}

.info-container[b-a4l2gaz1nb] {
    margin-top: 15px;
    margin-bottom: 15px;
    align-self: baseline;
    z-index: 3;
}

.information[b-a4l2gaz1nb] {
    display: flex;
    align-self: baseline;
}

.background-image[b-a4l2gaz1nb] {
    top: 0;
    position: absolute;
    width: 100%;
    max-height: 45%;
    object-fit: cover;
    z-index: 1;
}

.span-grey[b-a4l2gaz1nb] {
    color: grey;
}

.span-red[b-a4l2gaz1nb] {
    color: #a4161a;
    font-weight: bold;
    cursor: pointer;
}

.profile-image[b-a4l2gaz1nb] {
    align-self: baseline;
    margin-top: 70px;
    margin-left: 30px;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 2;
}


.profile-container[b-a4l2gaz1nb] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: #a4161a 1px solid;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

.secondary-container[b-a4l2gaz1nb] {
    height: fit-content;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: #a4161a 1px solid;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    border-radius: 10px;
    width: 100%
}

@media (max-width: 770px) {
    .container h3[b-a4l2gaz1nb] {
        font-size: large;
    }

    .container p[b-a4l2gaz1nb] {
        font-size: small;
    }

    .info-container span[b-a4l2gaz1nb] {
        font-size: small;
    }

    .info-container[b-a4l2gaz1nb] {
        margin-left: 20px;
    }
}
/* /Pages/Certificates.razor.rz.scp.css */
.certificates[b-vrrnz609hp] {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.title[b-vrrnz609hp] {
    margin-left: 80px;
    margin-bottom: 20px;
}
/* /Pages/CV.razor.rz.scp.css */
h1[b-hbenyr6jfc] {
    text-align: center;
}

.pdf-container[b-hbenyr6jfc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pdf[b-hbenyr6jfc] {
    width: 100%;
    height: 90vh;
    border: none;
    background-color: transparent;
}

button[b-hbenyr6jfc] {
    display: none;
    background-color: #0b090a;
    min-width: 130px;
    color: white;
    border: none;
    border-radius: 50px;
    border: solid 2px;
    border-color: black;
    margin: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 130px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .pdf[b-hbenyr6jfc] {
        display: none;
    }

    button[b-hbenyr6jfc] {
        display: block;
    }
}
/* /Pages/Portfolio.razor.rz.scp.css */
.container[b-y7z070m81o] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
}

.main-title[b-y7z070m81o] {
    margin: 0 50px;
}

h1[b-y7z070m81o] {
    align-self: center;
}

@media (max-width: 767px) {
    .container[b-y7z070m81o] {
        flex-wrap: wrap;
    }

    .round-image[b-y7z070m81o] {
        width: 150px;
        height: 150px;
    }

    .main-title[b-y7z070m81o] {
        margin-top: 20px;
    }
}
/* /Pages/ProjectDetails.razor.rz.scp.css */
.project-card[b-d29i2el2rn] {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 900px;
    position: relative;
    overflow: hidden;
}

    .project-card h6[b-d29i2el2rn] {
        font-weight: bold;
    }

.line[b-d29i2el2rn] {
    min-width: 6px;
    background-color: #000000;
    margin-right: 20px;
    border-radius: 50px;
}

.role-line[b-d29i2el2rn] {
    min-width: 3px;
    background-color: #d0d0d0;
    border-radius: 50px;
}

.dates[b-d29i2el2rn] {
    margin-right: 6px;
}

    .dates p[b-d29i2el2rn] {
        margin: 0; /* Remove default margin */
        font-size: smaller;
        color: darkslategray;
        white-space: nowrap;
    }

.customer[b-d29i2el2rn] {
    display: flex;
    flex-wrap: wrap;
    font-size: large;
    font-weight: bold;
    margin-top: 10px;
}

.skills-container[b-d29i2el2rn] {
    display: flex;
    flex-wrap: wrap;
}

.skill-card[b-d29i2el2rn] {
    font-size: small;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: fit-content;
    border-left: 4px solid #000000;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-right: 10px;
    margin-bottom: 15px;
}

.project-card-image[b-d29i2el2rn] {
    position: absolute;
    top: 0;
    left: 500px;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
    border-radius: inherit;
}

.customer-sector[b-d29i2el2rn] {
    font-size: medium;
    color: grey;
    padding-left: 5px;
}

.role-container[b-d29i2el2rn] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    max-width: 375px;
}

.container[b-d29i2el2rn] {
    display: flex;
}

@media (max-width: 992px) {
    .project-card-image[b-d29i2el2rn] {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .project-card[b-d29i2el2rn] {
        width: fit-content;
        min-width: auto;
    }

    .dates p[b-d29i2el2rn] {
        font-size: xx-small;
    }

    .project-card h2[b-d29i2el2rn] {
        font-size: large;
    }

    .project-card span[b-d29i2el2rn] {
        font-size: smaller;
    }

    .project-card project-description p[b-d29i2el2rn] {
        font-size: small;
    }

    .skills-container p[b-d29i2el2rn] {
        font-size: xx-small;
    }

    .role-container h6[b-d29i2el2rn] {
        font-size: small;
    }

    .role-container p[b-d29i2el2rn] {
        font-size: x-small;
    }

    .project-description[b-d29i2el2rn] {
        font-size: xx-small;
    }
}
/* /Pages/Skills.razor.rz.scp.css */
.container[b-3jogjhwn9z] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .programming-container[b-3jogjhwn9z] {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }

        .programming-container div[b-3jogjhwn9z] {
            width: calc(50% - 20px);
            margin: 10px;
        }

    @media (max-width: 479px) {
        .programming-container div[b-3jogjhwn9z] {
            width: calc(100% - 20px);
        }
    }
}
