/* /Layout/Footer.razor.rz.scp.css */
footer[b-qbfdy2pofx] {
    text-align: center;
    font-family: 'Arvo', serif;
    font-size: 12px;
    padding-top: 3vh;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vohokf5hcb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-vohokf5hcb], article[b-vohokf5hcb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/*navbar*/

.navbar[b-le4xd4rqim] {
    position: fixed; /* Fixes the navbar to the top */
    top: 0; /* Ensures it's at the very top */
    left: 0;
    width: 100%; /* Full width */
    background-color: rgba(255, 255, 255, 0.6); /* Transparent white */
    backdrop-filter: blur(20px);
    padding: 10px 20px; /* Adjust padding for spacing */
    z-index: 999; /* Ensures it's above other elements */
}


.navbar-brand[b-le4xd4rqim] {
    font-family: 'Lateef', cursive;
    color: darkslategray !important;
    font-size: 45px !important;
    /*text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;*/
}

.navbar-nav a[b-le4xd4rqim] {
    color: darkslategray !important;
}

.navbar-fixed-top[b-le4xd4rqim] {
    position: absolute !important;
}

.navbar .navbar-collapse[b-le4xd4rqim] {
    text-align: center;
}

.navbar .navbar-toggle[b-le4xd4rqim] {
    border-color: darkslategray; /* Removes border color */
}

    .navbar .navbar-toggle .icon-bar[b-le4xd4rqim] {
        background-color: darkslategray;
    }

@media (max-width: 768px) {
    .navbar .navbar-collapse[b-le4xd4rqim] {
        text-align: center;
        border: 0;
    }

    .navbar-brand[b-le4xd4rqim] {
        font-family: 'Lateef', cursive;
        color: slategrey !important;
        font-size: 35px !important;
        opacity: 1;
    }
    .navbar-nav a[b-le4xd4rqim] {
        color: slategrey !important;
        font-size: x-large !important;
    }

    a[b-le4xd4rqim], a:hover[b-le4xd4rqim], a:active[b-le4xd4rqim], a:visited[b-le4xd4rqim], a:focus[b-le4xd4rqim] {
        text-decoration: none;
        font-family: 'Lateef', cursive;
        color: slategrey !important;
    }
}

.smallbrand[b-le4xd4rqim] {
    font-family: 'Lateef', cursive;
    font-size: 70%;
    font-style: normal;
}
/* /Pages/Portfolio.razor.rz.scp.css */
.gallery-container[b-92o3yvj7nv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 15vh;
}

.gallery-item img[b-92o3yvj7nv] {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}



/* Fullscreen overlay */
.fullscreen-overlay[b-92o3yvj7nv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000; /* Ensures it's above other elements */
}

.fullscreen-overlay.show[b-92o3yvj7nv] {
    visibility: visible;
    opacity: 1;
}

.fullscreen-overlay img[b-92o3yvj7nv] {
    max-width: 90%;
    max-height: 90%;
}

.close-btn[b-92o3yvj7nv], .next-btn[b-92o3yvj7nv], .back-btn[b-92o3yvj7nv] {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}


.close-btn[b-92o3yvj7nv] {
    top: 20px;
    right: 20px;
}

.next-btn[b-92o3yvj7nv] {
    right: 20px;
    bottom: 50%;
}

.back-btn[b-92o3yvj7nv] {
    left: 20px;
    bottom: 50%;
}
