@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;500;600;700;800&display=swap');

*{
    box-sizing: border-box;
    font-weight: 400;
}

html, body{
    height: 100%;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
    direction: ltr;
}

:root{
    --bgButton: #fedd00;
    --star-size: 15px;
    --star-color: #fff;
    --star-background: #fc0;
    --animation-status: paused;
    --system-shadowm: 0 20px 50px rgba(0, 5, 39, 0.07);
    --main-color: #B98649;
    --hue: 223;
    --bg: #fff;
    --fg: hsl(var(--hue),10%,10%);
}

.navbar-brand{
    margin: 0 5px;
    padding: 0;
}

.navbar-toggler{
    background-color: none !important;
    border: none !important;
}

#rgba{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    -ms-backdrop-filter: blur(4px);
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
}

#rgba.active{
    z-index: 99999;
    opacity: 1;
}

aside#sidebar{
    width: 270px;
    height: 100vh;
    background-color: #fff;
    right: inherit;
    left: -270px;
    z-index: 999999;
    transition: all .3s ease-in-out;
}

aside#sidebar.active{
    left: 0;
}

aside#sidebar ul{
    padding: 0;
}

aside#sidebar ul li{
    list-style-type: none;
    border-radius: 10px;
}

aside#sidebar ul li.active{
    background-color: #d0b768;
}

aside#sidebar ul li.active a {
    color: #fff !important;
}

aside#sidebar ul li a{
    color: #000;
    text-decoration: none;
    width: 100%;
    padding: 10px !important;
    display: block;
}

.other-sidebar-link{
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    right: 0;
    width: 100%;
    margin-bottom: 25px;
}

.other-sidebar-link a{
    width: 80% !important;
    margin: auto;
}

.toastify{
    border-radius: 1rem;
    padding: 18px 20px;
    min-width: 150px;
}
.toastify.error{
    background: #e03837 !important;
}

.fa, .fab{
    font-weight: 800 !important;
}

::-webkit-scrollbar{
    display: none;
}

.rounded-3{
    border-radius: 0.8rem;
}

.py-7{
    padding-top: 100px;
    padding-bottom: 100px;
}

.fw-700{
    font-weight: 700 !important;
}

.fw-600{
    font-weight: 600 !important;
}

h2.header{
    font-size: 40px;
}

.hint, .color-grad{
    background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-grad{
    background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
    color: #fff;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-18{
    font-size: 18px;
}

.fs-45{
    font-size: 45px;
}

.fs-55{
    font-size: 55px;
}

.fs-60{
    font-size: 60px;
}

.fs-70{
    font-size: 70px;
}

.muted{
    color: #8e8e99;
}

.our-services span.muted{
    background-color: #f7f8fa;
}

.system-card{
    transition: all .3s ease-in-out;
    border: 1px solid #eee;
}

.system-card:hover{
    /* box-shadow: var(--system-shadowm); */
    border-color: transparent;
}

@media screen and (min-width: 1200px){
    .container{
        max-width: 1180px;
    }
}

.bg-gray{
    background-color: #fafafb;
}

.img-svg svg{
    width: 100%;
    max-width: 500px;
    left: 0;
    top: -15%;
    margin-top: -30px;
}

.img-svg img{
    width: 260px;
    z-index: 3;
}

.lh-6{
    line-height: 1.6;
}

.navbar{
    background-color: none !important;
    z-index: 99999 !important;
    transition: all .3s ease-in-out;
}

.navbar.scrolled{
    background-color: #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.navbar.scrolled .navbar-text{
    opacity:1 !important;
    transition: all .3s ease-in-out;
}

.navbar li a{
    color: #fff !important;
}

.navbar.scrolled li a{
    color: rgba(0, 0, 0, 0.55) !important;
}

.hero{
    min-height: 650px;
    height: 100vh;
    /* background-color: #05092b; */
    /* background-image: url("https://ui-themez.smartinnovates.net/items/ravo/nft/img/pattern-bg.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar li.icon a{
    width: 40px;
    height: 40px;
}

.nav-item{
    font-size: 15px;
}

.nav-link.active{
    color: var(--main-color) !important;
}

.hero .end-section{
    position: absolute;
    width: 450px;
    min-height: 650px;
    height: 95vh;
    background-color: #ffdc60;
    overflow: hidden;
    right: 50px;
    top: 2.5vh !important;
}

.hero h1 span{
    color:var(--main-color);
}

@media screen and (max-width:990px){
    .hero .end-section{
        display: none;
    }
    .hero{
        min-height: 300px;
        height: auto !important;
        /* background-color: rebeccapurple; */
        padding: 120px 5px 50px !important;
    }
    .hero h1{
        font-size: 45px;
        line-height: 1.4em;
    }
}

@media screen and (max-width:360px){
    .hero h1{
        font-size: 32px;
        line-height: 1.4em;
    }
}

.hero:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 300px;
    height: 300px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: #7e2dec;
    opacity: .8;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    pointer-events: none;
}

.hero .marq{

    min-height: 400px;
    max-height: 700px;
}

.splide__track{
    height: 100% !important;
}

.hero .marq:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #05092b, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #05092b);
    background: -o-linear-gradient(bottom, #05092b, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #05092b);
    background: linear-gradient(to top, #05092b, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #05092b);
    pointer-events: none;
}

.steps{
    color: #1c2b4f;
}

.steps .one-step{
    padding: 80px 0 0 80px;
    background-image: url("https://ui-themez.smartinnovates.net/items/ravo/freelancer/img/lines.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
}

.steps .one-step:hover{
    box-shadow: var(--system-shadowm);
}

.steps .one-step img{
    object-fit: cover;
    object-position: left top;
}

.steps p{
    line-height: 2;
    font-weight: 200;
}

.steps .btn{
    background-color: #267294;
    color: #fff;
    padding: 12px 25px;
    letter-spacing: 2px;
}

.splide{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.full-rgba{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.splide__arrows, .splide__pagination{
    display: none !important;
}

.splide img{
    width: 100%;
    height: 100%;
}

.our-projects .images img{
    object-fit: cover;
}

.our-projects .project-logo{
    width: 70px;
    height: 70px;
    background-color: #fc0;
    left: calc(50% - 35px);
    top: -35px;
    border: 3px solid #213563;
}

footer{
    /* background-color: #1f2229; */
    background-color: #fff;
}

footer hr{
    border-color: #ddd;
}

footer li{
    list-style-type: none;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 11px;
}

.underline-0{
    text-decoration: none;
}

@media screen and (max-width:767px){
    .steps .one-step{
        padding: 0;
        padding-top: 25px !important;
    }
    .one-step .row .txt{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    footer .big-image{
        display: none !important;
    }
    .img-svg {
        text-align: center !important;
    }
}

.contact-links .one{
    width: 300px;
    padding: 17px !important;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}
.contact-links .one:hover{
    border-color: #1075ff;
}
.contact-links .one i{
    color: #1075ff;
}
.contact-page form .fa{
    position: absolute;
    top: 19px;
    left: 26px;
    display: none;
}
.contact-page {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 100%);
    background-color: #00194C;
}
.contact-form h3{
    color: #00194C;
}
.contact-form .btn{
    background-color: #00194C;
    border-color: #00194C;
}
.contact-page h1{
    position: relative;
    top: -150px;
}
.contact-form{
    margin-top: -400px;
    z-index: 999;
    padding: 20px;
}
.contact-form .xhsi{
    z-index: 999;
    position: relative;
}
.contact-form input, .contact-form textarea{
    background-color: #f5f4fb;
    border: none;
}
.contact-form input::placeholder{
    font-size: 14px;
}
.contact-icons i{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00194C;
    color: #00194C;
    transition: all .3s ease-in-out;
}
.contact-icons i:hover{
    background-color: #666df5;
    color: #fff;
}

.shap1{
    top:20%;
    left:4%;
}
.shap2{
    top:30%;
    right:4%;
}
.shap3{
    bottom:20%;
    left:8%;
    transform: rotate(90deg) !important;
}
.shap4{
    top:10%;
    right:-18px;
}
.shap5{
    bottom:30%;
    left:60%;
}
.shap6{
    bottom:0;
    left:-10px;
}
.shap7{
    bottom:3%;
    left:30%;
}

@media screen and (max-width: 700px){
    .contact-form{
        padding: 0 !important;
    }
    .contact-form .xhsi{
        padding: 28px !important;
    }
    .contact-page h1{
        font-size: 50px;
    }
    .py-7{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-height:586px){
    .contact-form{
        margin-top: -240px;
    }
    .contact-page{
        /* display: f !important; */
        min-height: 400px;
    }
    .contact-page h1{
        top: -85px;
    }
}

.owl-dots{
    display: none !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px 0 rgb(50 56 66 / 20%);
    font-size: 23px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-theme .owl-nav button > *:hover, .owl-theme .owl-nav [class*=owl-]:hover{
    transition: all .1s ease-in-out;
    background-color: var(--main-color) !important;
    color: #fff !important;
}

#loader {
    width: 100%;
    height: 100%;
    background: var(--bg);
    color: var(--fg);
    font: 1em/1.5 sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999999999;
}
#loader-image{
    position: absolute;
}
.pl {
    display: block;
    width: 6.25em;
    height: 6.25em;
    margin-top: 20px;
    font-size: 50px;

}
.pl__ring, .pl__ball {
    animation: ring 2.3s ease-out infinite;
}
.pl__ball {
    animation-name: ball;
}

/* Dark theme  */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%);
    }
}

/* Animation */
@keyframes ring {
    from {
        stroke-dasharray: 0 257 0 0 1 0 0 258;
    }
    25% {
        stroke-dasharray: 0 0 0 0 257 0 258 0;
    }
    50%, to {
        stroke-dasharray: 0 0 0 0 0 515 0 0;
    }
}
@keyframes ball {
    from, 50% {
        animation-timing-function: ease-in;
        stroke-dashoffset: 1;
    }
    64% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -109;
    }
    78% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -145;
    }
    92% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -157;
    }
    57%, 71%, 85%, 99%, to {
        animation-timing-function: ease-out;
        stroke-dashoffset: -163;
    }
}

#loader.finsh{
    transition: all .4s ease;
    opacity: 0;
    z-index: -1;
}


.articles .card:hover  img{
    transform: scale(1.2);
    overflow: hidden;
}
.articles .card img{
    width: 100%;
    background-size:cover;
    background-position: center center;
    transition: all .5s ease-in-out;
}
.articles .card a{
    text-decoration:none !important;
    color:#000 !important;
}

.show-full-article img{
    width: 100%;
    max-height: 480px; 
}
.show-full-article .article-text{
    font-size:17px;
    line-height:30px;
    color:#888;
}
.one-article{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}
.contact-section div{
    color: #274abb;
}
.contact-section .btn{
    padding: 10px 20px;
    background-color: #274abb;
    color: #fff;
    border-color: #274abb;
    opacity: .9;
}
.contact-section{
    background: linear-gradient(to bottom, rgba(255, 255, 255, .98), rgba(255, 255, 255, .95));
    background-color: #274abb;
    border-top: 2px solid #274abb;
}
.scrolling{
    top: 120px;
}

.share-section{
    background-color: #fbf2ee;
    border-top: 2px solid #dc8d6a;
}
.share-section .btn{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content:center;
    align-items:center;
    color:#ddd;
}
.share-section .title:after{
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 12px;
    background-color: #dc8d6a;
    left: 140px;
}

@media(max-width:800px){
    .one-article{
        margin-bottom: 30px;
    }
}

.section-header h3{
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: red;
    font-weight: 600;
    background: linear-gradient(90deg, #0b57e3  40%, #022b6d 100%);
    text-transform: uppercase;
    color: #DF0A0A;
    font-weight: 600;
    background: linear-gradient(90deg, #DF0A0A  0%, #0b57e3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.call-back{
    background-color: #00194C;
}

.call-back form .form-control, .call-back form .btn{
    height: 50px;
    border: 0;
}

.call-back form .form-control::placeholder, .call-back form .form-control{
    font-size: 12px;
    font-weight: 100;
}

.call-back form .btn{
    background-color:#0055FF;
}

@media(max-width:800px){
    .call-back form{
        margin-top: 22px;
    }
}

.employees img{
    border-radius:8px 8px 8px 180px;
    width: 100%;
    height: 260px;
}
.small-border{
    width:40px;
    height:5px;
    background-color:#0055FF;
}
.employees, .about-company{
    background-image: url('https://themedox.com/gerow/wp-content/uploads/2023/08/team_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.employees .item {
    border: 1px solid #DFE3EC;
}

.projects-hero{
    height:400px;
    background-color:#00194C;
    padding-top: 15px;
}
.projects-hero{
    background: url("../../uploads/images/hero-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients img{
    width: 85px !important;
    min-height:80px;
    filter:grayscale(100%);
    mix-blend-mode:multiply !important;
    transition: all .2s ease-in-out;
}
.clients img:hover{
    filter:grayscale(0%);
}

.one-project::after{
    content: '';
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 999;
    background:rgba(0, 0, 0, 0.1);
}
.projects .project-content{
    z-index: 9999;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background:rgba(0 85 255 / 80%);
    top:12px; 
    right:12px;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s ease-in-out;
}
.projects .project-content a{
    width: 35px;
    height: 35px;
    color: #00194C;
    position: absolute;
    bottom: 17px;
    left: 17px;
    font-size:14px;
    transition: all .2s ease-in-out;
}
.projects .project-content a:hover{
    background-color: #00194C !important;
    color: #fff;
}
.projects .one-project:hover .project-content{
    opacity: 1;
    transform: scale(1);
}
/*  */

.projects-hero a{
    text-decoration: none;
    color: #9FA9BE;
}

.projects-hero .full-rgba{
    background: #03091B;
    opacity: .80;
}

@media(min-width:900px){
    .our-projects .section-header .get-width{
        width: 45%;
    }
}

.our-projects .categories{
    background-color: #F8FAFF;
}

.categories li.active, .categories li.active a{
    background-color: #0055FF !important;
    color: #fff !important;
}