/* _content/ArabianSystems.WebApp/Components/Footer.razor.rz.scp.css */
.bg-gray-900000[b-ttd6plngr2] {
    color: #ffffff;
    background-color: #1b2a4e !important;
}

.footer-logo[b-ttd6plngr2] {
    width: 70%;
}

.footer-logo-capital[b-ttd6plngr2] {
    width: 33%;
    height: 33%;
    margin-top: 15px;
    display:;
}

.footer-head[b-ttd6plngr2] {
    font-size: 1.2rem;
    width: 75%;
}



@media (max-width: 768px){
    .footer-head-container[b-ttd6plngr2] {
        display: flex;
        flex-direction: column;
    }

    .footer-head-container h3[b-ttd6plngr2]{
        font-size: 1rem;
        width: 95%;
    }

    .footer-head-container .join-btn[b-ttd6plngr2] {
        display: flex;
    justify-content: center;
    }
}
/* _content/ArabianSystems.WebApp/Components/Header.razor.rz.scp.css */
.navbar-expand-lg .navbar-collapse[b-sswgo6e9eg] {
    /*flex-basis: unset!important;*/
}
.as-logo[b-sswgo6e9eg] {
    width: 100% !important;
    max-width: none;
}

#header[b-sswgo6e9eg], header.main-nav[b-sswgo6e9eg] {
    background-color: rgb(255 255 255 / 95%) !important;
    position: relative;
}



/* _content/ArabianSystems.WebApp/Components/OurProducts.razor.rz.scp.css */


@media (max-width: 768px){
    .ourServicesHead[b-zl40rz3xv3] {
        font-size: 1.4rem !important;
    }
}
/* _content/ArabianSystems.WebApp/Components/Partners.razor.rz.scp.css */
.partner-image-list[b-xqcxsms2ct]{
    width:59%
}

.section-Partner[b-xqcxsms2ct] {
    padding: 35px !important;
}
/* _content/ArabianSystems.WebApp/Components/Slider.razor.rz.scp.css */
.slider-sub-title[b-fy47akkhs8] {
    font-size: 1.3rem !important;
}

.no-padding[b-fy47akkhs8] {
    padding: 0 !important;
}

@media only screen and (max-width: 768px) {
    .no-padding[b-fy47akkhs8] {
        padding: 1rem !important;
    }
}

.h2-slider[b-fy47akkhs8] {
    margin-bottom: 1rem !important;
}

.fix-padding[b-fy47akkhs8] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.video-container[b-fy47akkhs8] {
    height: 100vh;
    width: 98.8vw;
    position: relative;
}

    .video-container video[b-fy47akkhs8] {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 0;
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .caption[b-fy47akkhs8] {
        z-index: 1;
        position: relative;
        text-align: center;
        color: #dc0000;
        padding: 10px;
    }

.slider-text[b-fy47akkhs8] {
    width: 61%;
    top: 28vh;
    position: absolute;
    left: 21vw;
}



.field[b-fy47akkhs8] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 200px;
}

.mouse[b-fy47akkhs8] {
    width: 34px;
    height: 46px;
    border: 3px solid #ce3c4e;
    border-radius: 60px;
    position: absolute;
    margin: 0 auto;
    top: 50vh;
    left: 25vw;
}

    .mouse[b-fy47akkhs8]::before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ce3c4e;
        border-radius: 50%;
        opacity: 1;
        animation: wheel-b-fy47akkhs8 2s infinite;
        -webkit-animation: wheel 2s infinite;
    }


@keyframes wheel-b-fy47akkhs8 {
    to {
        opacity: 0;
        top: 50px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 50px;
    }
}

@media (max-width: 768px){
    .mouse[b-fy47akkhs8]{
        display: none;
    }
}

.scroll[b-fy47akkhs8] {
    width: 60px;
    height: 60px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    animation: down-b-fy47akkhs8 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}

    .scroll[b-fy47akkhs8]::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 18px;
        width: 18px;
        height: 18px;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(-45deg);
    }



@keyframes down-b-fy47akkhs8 {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(15px);
    }

    40% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(15px);
    }

    40% {
        transform: translate(0);
    }
}

.arrow[b-fy47akkhs8] {
    width: 0;
    height: 40px;
    border: 1px solid #333;
    position: relative;
    animation: scroll-b-fy47akkhs8 1.5s infinite;
    -webkit-animation: scroll 1.5s infinite;
}

    .arrow[b-fy47akkhs8]::after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: -5px;
        width: 1px;
        height: 10px;
        // triangle border-top: 10px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

@keyframes scroll-b-fy47akkhs8 {
    0% {
        height: 40px;
    }

    30% {
        height: 70px;
    }

    60% {
        height: 40px;
    }
}

@-webkit-keyframes scroll {
    0% {
        height: 40px;
    }

    30% {
        height: 70px;
    }

    60% {
        height: 40px;
    }
}
/* _content/ArabianSystems.WebApp/Components/SwappingText.razor.rz.scp.css */
.blink_me[b-49i7hyrys7] {
    animation: blinker-b-49i7hyrys7 1s linear infinite;
}

@keyframes blinker-b-49i7hyrys7 {
    50% {
        opacity: 0;
    }
}
/* _content/ArabianSystems.WebApp/Pages/CareerDetails.razor.rz.scp.css */
.spinner[b-si69xyg0l5] {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation-b-si69xyg0l5 .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation-b-si69xyg0l5 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/* _content/ArabianSystems.WebApp/Pages/Careers.razor.rz.scp.css */

/* _content/ArabianSystems.WebApp/Pages/ContactUs.razor.rz.scp.css */
#map[b-4tb8vdjnu6] {
    height: 480px;
    width:100%
}

#coords[b-4tb8vdjnu6] {
    background-color: black;
    color: white;
    padding: 5px;
}
/* _content/ArabianSystems.WebApp/Pages/HomePage.razor.rz.scp.css */
/* _content/ArabianSystems.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-na038wpd82] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-na038wpd82] {
    flex: 1;
}

.sidebar[b-na038wpd82] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-na038wpd82] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-na038wpd82]  a, .top-row .btn-link[b-na038wpd82] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-na038wpd82] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-na038wpd82] {
        display: none;
    }

    .top-row.auth[b-na038wpd82] {
        justify-content: space-between;
    }

    .top-row a[b-na038wpd82], .top-row .btn-link[b-na038wpd82] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-na038wpd82] {
        flex-direction: row;
    }

    .sidebar[b-na038wpd82] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-na038wpd82] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-na038wpd82], article[b-na038wpd82] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ArabianSystems.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m7dhaby968] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m7dhaby968] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m7dhaby968] {
    font-size: 1.1rem;
}

.oi[b-m7dhaby968] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m7dhaby968] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m7dhaby968] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m7dhaby968] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m7dhaby968]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m7dhaby968]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m7dhaby968]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m7dhaby968] {
        display: none;
    }

    .collapse[b-m7dhaby968] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
