/* start global varibles */
:root {
    --main-color: #51252F;
    /* --contact-background: #F0F0F5; */
}

/* end global varibles */

/* start of global rules */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* direction: rtl; */
}

p,
h1,
h2,
h3 {
    direction: rtl;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Expo";
    src: url('../../fonts/Expo Arabic Medium.ttf') format("truetype");
    font-weight: 500; /* Medium weight */
    font-style: normal;
}

@font-face {
    font-family: "Expo";
    src: url('../../fonts/Expo Arabic Bold.ttf') format("truetype");
    font-weight: bold; /* Bold weight */
    font-style: normal;
}

body {
    font-family: "Expo";
    direction: rtl;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.logo {
    width: 280px;
    height: auto;
}

    .logo img {
        height: 100%;
        width: 100%;
    }

.main-color {
    color: var(--main-color);
}

.hero {
    height: 85vh;
    background-image: url(../Images/hero_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    padding: 80px 10px;
    overflow:hidden;
}

@media (max-width: 992px) {
    .hero {
        height: 30vh;
        padding: 30px 10px;
        align-content: center;
        justify-content: center;
    }
}

.hero::after {
    content: ""; /* Necessary for the pseudo-element to display */
    position: absolute; /* Position it relative to the .hero */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #D9D9D9, #51252f96);
    opacity: 0.5; /* Adjust opacity as needed */
    z-index: -1; /* Place it above the background image */
}

.hero img {
    height: 500px
}

@media (max-width: 992px) {

    .hero img {
        /*height: 400px;
        width:100%;*/
        display: none;
    }
}

@media (max-width: 992px) {
    .hero .text {
        text-align: center;
    }
}

.hero .text h3 {
    font-size: 70px;
    color: white;
    padding-bottom: 22px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .hero .text h3 {
        font-size: 30px; /* Smaller screens */
        padding-top: 35px;
        padding-right: 50px;
    }
}


.hero .text > div {
    background-color: var(--main-color);
    color: white;
    font-size: 40px;
    width: 400px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    opacity: 70%;
}

@media (max-width: 992px) {
    .hero .text div {
        font-size: 30px;
        width: auto;
        margin-right: 50px;
        padding: 10px 20px;
    }
}

.carousel .carousel-inner {
    height: auto;
}

.carousel .carousel-item {
    height: 85vh;
}

@media( max-width:992px) {
    .carousel .carousel-item {
        height: 65vh;
    }
}

.carousel .carousel-item img {
    height: 100%;
    width: 100%;
}




.active {
    background-color: var(--main-color);
    color: white !important;
    border-radius: 10px;
}

.nav-item a:hover {
    background-color: var(--main-color);
    color: white !important;
    border-radius: 10px;
}

.bg-dark-primary {
    background-color: #0b233f;
    color: white;
}

.btn-outline-main-color {
    background-color: var(--main-color);
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.satatcis {
    background-color: #FAFAFA;
    overflow: hidden
}

    /*@media (max-width: 992px) {

    .satatcis .container .row {
        width:100%;

        display:flex;
        flex-direction:column;
    }


}*/



    .satatcis .container .col .icon {
        background-color: white;
        padding: 8% 9%;
        border-radius: 50%;
        height: 160px;
        width: 160px;
        display: flex;
        justify-items: center;
        justify-content: center;
    }

        .satatcis .container .col .icon img {
            width: 100%;
            height: 100%;
        }

        .satatcis .container .col .icon .number {
            color: var(--main-color);
            font-weight: 700;
        }

.servsers {
    background-color: var(--main-color);
    padding: 0px 0px;
    overflow:hidden;
}

    .servsers .head {
        position: relative; /* Positioning for the pseudo-element */
        background-color: white; /* Background color */
        padding: 10px; /* Padding for inner space */
    }

.servsers {
    position: relative;
}

    .servsers::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 210px;
        /* bottom: 19px; */
        height: 200px;
        background: white;
    }

    .servsers img {
        height: 150px;
        width: 150px;
    }

    .servsers h3 {
        position: relative; /* Positioning for the pseudo-element */
        color: black; /* Text color */
        font-weight: 500; /* Font weight */
        padding-bottom: 10px; /* Space between text and border */
        margin-bottom: 20px; /* Space below the header */
    }

        .servsers h3::after {
            content: ''; /* Required for the pseudo-element */
            position: absolute;
            left: 170px;
            right: 0px;
            bottom: 0px;
            height: 3px;
            background: linear-gradient(to right, #ffffff, #51252f);
        }

    .servsers .btn-outline-main-color {
        background-color: var(--main-color);
        color: white;
        padding: 10px;
        border-radius: 10px;
        width: 215px;
        height: fit-content;
        font-size: 24px;
        z-index: 2;
    }

    /*.servsers .container {
    position: relative;
}*/
    .servsers .servser_title {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 50px;
    }

        .servsers .servser_title > img {
            height: auto;
            width: 180px;
        }

    .servsers .servser_content_1 {
        position: absolute;
        bottom: -14px;
        right: -56px;
        width: fit-content;
        z-index: 1;
    }

        .servsers .servser_content_1 img {
            width: 500px;
        }

    .servsers .servser_content_2 {
        position: absolute;
        bottom: 0;
        left: -56px;
        /*background-color: #343a40;*/
        width: fit-content;
        z-index: 1;
    }

        .servsers .servser_content_2 img {
            width: 600px;
            height: 182px;
        }

    .servsers .servser .col div {
        z-index: 3;
        background-image: url(../Images/server_bg.svg);
        border-radius: 20px;
    }

.news {
    padding: 40px;
}

    .news .mySwiper {
    }

@media (max-width: 992px) {
    .news .mySwiper {
        display: none;
    }
}

.news .mySwiper2 {
    display: none
}

@media (max-width: 992px) {
    .news .mySwiper2 {
        display: flex;
    }
}

.news h3 {
    position: relative; /* Positioning for the pseudo-element */
    color: black; /* Text color */
    font-weight: 500; /* Font weight */
    padding-bottom: 10px; /* Space between text and border */
    margin-bottom: 20px; /* Space below the header */
}

    .news h3::after {
        content: ''; /* Required for the pseudo-element */
        position: absolute;
        left: 170px;
        right: 0px;
        bottom: 0px;
        height: 3px;
        background: linear-gradient(to right, #ffffff, #51252f);
    }

.news .btn-outline-main-color {
    background-color: var(--main-color);
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: 215px;
    height: fit-content;
    font-size: 24px;
    z-index: 2;
}


.news swiper-container {
    width: 100%;
    height: 100%;
}

.news swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .news swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.news .swiper-pagination {
    bottom: 10px; /* Positioning */
}

.news .swiper-pagination-bullet {
    width: 12px; /* Bullet width */
    height: 12px; /* Bullet height */
    background: #fff; /* Bullet color */
    opacity: 0.5; /* Unactive bullet opacity */
    border-radius: 0; /* Square shape */
    margin: 0 4px; /* Spacing between bullets */
    transition: opacity 0.3s;
}

.news .swiper-pagination-bullet-active {
    opacity: 1; /* Active bullet opacity */
}

.applcation {
    background-color: var(--main-color);
    color: white;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

    .applcation .container {
        padding-top: 110px;
        z-index: 10; /* Adjusted z-index for container */
    }

    .applcation::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: auto;
        background-image: url(../Images/bg_app.svg);
        background-size: cover; /* Ensures the background image covers the entire element */
        z-index: 1; /* Background image */
    }

@media (max-width: 992px) {
    .applcation::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: auto;
        background-image: url(../Images/bg_app.svg);
        background-size: cover; /* Ensures the background image covers the entire element */
        z-index: 1; /* Background image */
    }

}
    /*.applcation::after {
        content: "";
        position: absolute;
        top: 65%;
        right: 12%;
        bottom: 0;
        width: 88vw;
        height: auto;
        background-image: url(../Images/bg_app_down.svg);
        background-size: cover;
        z-index: 5; /* Positioned above the ::before element */
}*/
    .applcation .text {
    }

        .applcation .text h3 {
            font-size: 70px;
            padding-bottom: 20px;
        }

@media (max-width: 992px) {

    .applcation .text h3 {
        font-size: 35px;
        padding-bottom: 20px;
    }
}


.applcation .text:first-child span {
    background-color: white;
    font-size: 30px;
    color: var(--main-color);
    border-radius: 10px;
    padding: 5px 15px;
}

.applcation .text ul {
    padding: 20px 20px;
}


.applcation .img img {
    height: 500px
}


.payment {
    padding: 20px;
    color: black;
}

    .payment .container h2 {
        font-size: 35px;
        border-bottom: solid 2px;
        padding: 10px;
        font-weight: 700;
    }

    .payment .container .icon {
        background-color: aqua;
    }

        .payment .container .icon span {
            background-color: var(--main-color);
            font-size: 55px;
            color: white;
        }

    .payment .container .text {
        position: relative;
    }

        .payment .container .text::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 130px;
            top: 6px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

    .payment .container .text1 {
        position: relative;
    }

        .payment .container .text1::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 235px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

    .payment .container .text2 {
        position: relative;
    }

        .payment .container .text2::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 268px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }


        @media (max-width: 992px) {
            .payment .container .text2::after {
               
                left: 244px;
                
            }
        }

    .payment .container .text3 {
        position: relative;
    }

        .payment .container .text3::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 268px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text3::after {
                left: 244px;
            }
        }

    .payment .container .text4 {
        position: relative;
    }

        .payment .container .text4::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 191px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text4::after {
                left: 194px;
            }
        }


    .payment .container .text5 {
        position: relative;
    }


        .payment .container .text5::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 221px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text5::after {
                left: 203px;
            }
        }


    .payment .container .text6 {
        position: relative;
    }

        .payment .container .text6::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 200px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text6::after {
                left: 185px;
            }
        }

    .payment .container .text7 {
        position: relative;
    }

        .payment .container .text7::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 174px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text7::after {
                left: 182px;
            }
        }

    .payment .container .text8 {
        position: relative;
    }

        .payment .container .text8::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 189px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text8::after {
                left: 182px;
            }
        }

    .payment .container .text9 {
        position: relative;
    }

        .payment .container .text9::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 197px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 38px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text9::after {
                left: 182px;
            }
        }
    .payment .container .text10 {
        position: relative;
    }

        .payment .container .text10::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 172px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }
        @media (max-width: 992px) {
            .payment .container .text10::after {
                left: 182px;
            }
        }

    .payment .container .text11 {
        position: relative;
    }

        .payment .container .text11::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 189px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text11::after {
                left: 182px;
            }
        }



    .payment .container .text12 {
        position: relative;
    }

        .payment .container .text12::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 174px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }


    .payment .container .text12 {
        position: relative;
    }



        .payment .container .text12::after {
            content: attr(data-count);
            position: absolute;
            background-color: var(--main-color);
            left: 218px;
            top: -3px;
            height: 60px;
            width: 60px;
            border-radius: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }

        @media (max-width: 992px) {
            .payment .container .text12::after {
                left: 198px;
            }
        }

    .payment .container .banks {
        /* background-color: aqua;*/
    }

        .payment .container .banks div {
            /*  background-color: red;*/
        }

            .payment .container .banks div img {
                height: 100%;
                width: 100%;
            }

    .contect_us {
        background-color: var(--main-color);
        margin: 22px 0px;
        color: white;
        padding: 20px;
    }

        .contect_us h2 {
            font-size: 36px;
            margin: 22px;
        }

        .contect_us .img img {
            height: 100%;
            width: 100%;
        }

    .emg_phone {
        text-align: center;
        padding: 20px;
        color: white;
        background-image: url('../Images/bg_numbers.svg')
    }

        .emg_phone .container {
            justify-content: space-between;
            display: flex;
            align-content: flex-end;
            align-items: inherit;
            flex-direction: column;
            align-items: center;
        }

            .emg_phone .container > h3 {
                background-color: var(--main-color);
                padding: 20px;
                border-radius: 20px;
                width: 30vw;
            }

    @media (max-width: 992px) {
        .emg_phone .container > h3 {
            width: 70vw;
        }
    }

    .emg_phone .container > div {
        background-color: white;
        padding: 10px;
        margin: 10px;
        /*border: solid 2px;*/
        border-radius: 20px;
        color: black;
        box-shadow: 4px 5px 8px #eee;
        width: 45vw;
    }

    @media (max-width: 992px) {
        .emg_phone .container > div {
            width: 80vw;
        }
    }


    .footer {
        background-color: var(--main-color);
        color: white;
        position: relative;
        overflow: hidden; /* Prevent content overflow */
    }

    @media (max-width: 992px) {

        .footer {
            padding: 25px;
        }
    }

    .footer::after {
        content: ""; /* Necessary for the pseudo-element to display */
        position: absolute; /* Position it relative to the .footer */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../Images/footer_bg.svg');
        background-size: cover; /* Ensure it covers the entire area */
        background-position: center; /* Center the background image */
        /*opacity: 0.5; /* Adjust opacity as needed */ */ z-index: 0; /* Place it behind other content */
    }

    .footer a {
        color: white;
    }

    .footer .text {
        /*background-color:orangered;*/
    }

        .footer .text h3 {
            background-color: white;
            color: var(--main-color);
            border-radius: 10px;
            padding: 4px;
            font-weight: bold;
            width: 144px;
            font-size: 20px;
        }

        .footer .text .google-play img {
            width: 150px;
            padding-right: 15px;
        }

    .CopyRight {
        padding-top: 10px;
        /*background-color:var(--main-color);
    color:white;*/
    }

    @media (max-width: 992px) {

        .CopyRight {
            font-size: 14px;
        }
    }

    .login {
        background-color: #F5FAFF;
        height: 800px;
        background-image: url('../Images/login_bg.svg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }


        .login .left_patternt {
            /*background-color:red;*/
            position: absolute;
            top: 0px;
            left: -200px;
            height: 400px;
        }

            .login .left_patternt img {
                height: 100%;
                width: 100%;
            }

        .login .right_patternt {
            /*background-color: blue;*/
            position: absolute;
            bottom: 0px;
            right: 0px;
            height: 466px;
            width: 222px;
        }

        .login .content {
            width: 50%;
            z-index: 1;
        }


    @media (max-width: 992px) {

        .login .content {
            width: 80%;
        }
    }
