@import url("media.css");

body {
    /*font-family: "Poppins", Sans-serif;*/
}

.bodySubComponent[dir="rtl"] {
    .menu-label
    {
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: 'Cairo', Arial,sans-serif;
        font-size: 20px;
    }
}


.rz-body {
    background-color: transparent !important;
}

header {
    display: flex;
    justify-content: space-between; /* Adjust layout */
    align-items: center;
    padding: 1rem;
    z-index: 999 !important;
}

.transparent-dropdown {
    padding: 8px 12px;
    padding-right: 40px; /* space for arrow */
    background-color: transparent;
    border: none !important;
}

.custom-arrow {
    pointer-events: none; /* so clicks pass through */
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

select {
    appearance: none;
    /*background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 30px;
}

.transparent-dropdown
.transparent-dropdown:hover,
.transparent-dropdown:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.rz-card h1, .rz-card h2, .rz-card h3, .rz-card h4, .rz-card h5, .rz-card h6 {
    max-width: 120px !important;
}
.culture-selector-container {
    margin-left: auto; /* Align to the right */
    z-index: 50;
}

.culture-selector {
    background-color: #f8f9fa; /* Background color for dropdown */
    border: 1px solid #ced4da; /* Border styling */
    border-radius: 4px; /* Rounded corners */
    padding: 0.5rem 1rem; /* Padding */
    font-size: 1rem; /* Font size */
    cursor: pointer; /* Cursor change on hover */
}

.footer[dir="rtl"] {
    font-family: 'Cairo', Arial,sans-serif;
}

#components-reconnect-modal {
    display: none !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.rz-card.rz-variant-filled {
    box-shadow: unset !important;
}

.body-content {
    width: 100%;
    padding-bottom: 30%;
}

.rz-my-12, .rz-mt-12 {
    margin-top: 0rem !important;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.rz-text-body1 {
    font-size: 12px !important;
}

:root {
    font-size: var(--rz-root-font-size);
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    line-height: var(--rz-body-line-height);
    /*background-color: var(--rz-body-background-color);*/
}

.rz-g > div, .rz-datalist-data > li {
    padding: 0;
    border-color: #ccd6b4;
}
.GradientBG[dir="rtl"] {
    .cardTextDetails, .TextInsideCard, .rz-body, .body-content, .rz-text-h4, .rz-text-h6{
        font-family: 'Cairo', Arial,sans-serif;
        font-size: 16px;
        padding-right: 10px;
    }

}

.rz-text-body1[dir="rtl"], .rz-card[dir="rtl"], .DialogItemMainColor .footer[dir="rtl"] {
    font-family: 'Cairo', Arial,sans-serif;
    font-size: 16px;
    padding-right: 10px;
}
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.HomeLayoutBody {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.animate-area {
    background-image: url('/images/3/BG-Image.jpg');
    animation: animatedBackground 50s linear infinite alternate;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.animate-areaV2 {
    background-image: url('/images/3/BackgroundGifFileV3.gif');
    animation: animatedBackground 50s linear infinite alternate;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

h1, h2 {
    color: white;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
}

/*h1 {
  font-size: 6rem;*/
/*margin-top: 30vh;*/
/*}*/

h2 {
    font-size: 3rem;
}

.bg-video {
    position: fixed;
    left: 0;
    top: 0;
    background-size: cover;
    background: no-repeat center;
    margin-left: 50vw;
    user-select: none;
    pointer-events: none;
    /*custom styles, for example grayscale appearance*/
    filter: grayscale(0.8);
    /*additional tweaks for positioning, read more in the link above*/
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

.rz-my-12, .rz-mb-12 {
    margin-bottom: 0 !important;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: slategray;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
}

.TransparentHomeDiv {
    -moz-border-radius: 10px; /* for Firefox */
    -webkit-border-radius: 10px; /* for Webkit-Browsers */
    border-radius: 10px; /* regular */
    opacity: 0.5; /* Transparent Background 50% */
    width: 50%;
    height: 10%;
}

.rz-body {
    --rz-body-padding: 0;
}

a {
    /*color: var(--rz-link-color);*/
    text-decoration: none;
}


.rz-link {
    color: #4b5320;
}

a:hover,
a:focus {
    color: var(--rz-link-hover-color);
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

/* Footer Styles */
.footer {
    position: fixed; /* Fixed position */
    bottom: 0; /* Position at the bottom */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    padding: 16px 0 10px 0; /* Padding for spacing */
    display: flex;
    justify-content: space-around; /* Distribute items evenly */
    z-index: 1000; /* Ensure it stays on top */
    font-size: 14px;
}

    .footer nav {
        width: 100%; /* Full width */
    }

.rz-px-8, .rz-pl-8
{
    padding-left: unset !important;
}
.footer ul {
    list-style: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    display: flex; /* Flex display for horizontal alignment */
    justify-content: space-around; /* Evenly space out items */
}

    .footer li {
        text-align: center; /* Center text and icon within the list item */
    }

/* Icon Container */
.icon-container {
    margin-bottom: 5px; /* Space between icon and text */
}

/* Icon Styles */
.icon {
    vertical-align: middle; /* Align icons to the middle of text */
    fill: white; /* Set icon color to white */
    width: 24px; /* Set icon width */
    height: 24px; /* Set icon height */
}

/* Responsive Styles */
@media (max-width: 768px) {
    /*.footer {
        padding: 10px;*/ /* Adjust padding for smaller screens */
    /*}*/

    .footer ul {
        flex-direction: row; /* Ensure items stay in a single row */
        justify-content: space-around; /* Evenly space out items */
    }

    .footer li {
        margin: 0; /* Remove margin to keep them close on mobile */
    }

    .icon {
        width: 20px; /* Reduce icon size on mobile */
        height: 20px; /* Reduce icon size on mobile */
    }
}

@media (min-width: 769px) {
    .footer {
        padding: 10px; /* More padding for larger screens */
    }

        .footer ul {
            flex-direction: row; /* Align items horizontally on larger screens */
        }

        .footer li {
            margin: 0 20px; /* Increase spacing between items on larger screens */
        }
}