    @font-face {
        font-family: Cairo;
        src: url('../fonts/Cairo/Cairo-VariableFont_slnt\,wght.ttf');
    }


    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Cairo;
        text-decoration: none;
        list-style: none;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 2px;
      }


      ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
        border-radius: 1px;
      }


      ::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 2px;
      }


      ::-webkit-scrollbar-thumb:hover {
        background: var(--main-red);
      }

    body{

    }

.class-center{
    text-align: center;
}

cursor{
    display: none;
}

.container{
    width: 90%;
    margin: 0 auto;

    position: relative;

}

.new-container {
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto;
    margin-left: auto; */
  }
  @media (min-width: 768px) {
    .new-container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .new-container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .new-container {
      width: 1750px;
    }
  }

    :root {
        --main-color: #2E3192;
        --second-color: #4F59D1;
        --main-red: #ED1C24;
        --fliner-color: #EDF1FF;
        --sliner-color: #8B9BFF;
        --app-color: #F6F8FF;
        --p-color: #80828D;
        --tr--transition: 0.3s ease;
    }

    /* header */
    .holder{
        text-align: center;
        padding: 100px 0 0;
        color: var(--main-color);
        font-size: 45px;
        font-weight: 600;
    }

    .holder-2{
        text-align: center;
        color: var(--p-color);
        margin: 0px 0 110px;
        font-size: 32px;
    }


    .backs {
        position: fixed;
        height: 50px;
        width: 50px;
        right: -60px;
        bottom: 1vh;
        z-index: 10;
        transition: right 0.5s ease;
        display: block;
    }

    .button {
        width: 100%;
        background: #f4f6fd;
        padding: 0.5rem;
        border-radius: 5px;
    }





    .backs .backtext {
        visibility: hidden;
        width: 120px;
        background-color: #f4f6fd;
        color: var(--main-color);
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -17px;
        right: 110%;
    }

    .backs:hover .backtext {
        visibility: visible;
    }

    #new-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:  #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #new-loader img {
        width: 500px;
        filter: blur(1px);
        animation: flash 2s infinite;
    }

    #new-content {
        display: none;
    }

    @keyframes flash {
        0%, 100% {
            opacity: 1;
            filter: none;
        }
        50% {
            filter: blur(5px);
        }
    }

    .circles-container {
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    .circle {
        width: 50px;
        height: 50px;
        border-radius: 0 10px 10px 0;
        position: absolute;
        animation: scaleAndFade 2s infinite;
    }

    .circle.red {
        background-color: red;
        animation-delay: 0s;
    }

    .circle.blue {
        background-color: blue;
        animation-delay: 1s;
    }

    @keyframes scaleAndFade {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.5;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }







    /* header */

    .header{
        height: 90px;
        background: linear-gradient(to left,  #fff 0%, #EDF1FF  120%);
        position: sticky;
        top: 0;
        z-index: 9999999;
        opacity: 0.9;
    }

    @media(max-width:991px){
        .header{
            height: 85px;
            background: linear-gradient(to left, #fff 0%, #EDF1FF 50%);
            position: sticky;
            top: 0;
            z-index: 9999;

        }
    }

    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

/* @media(max-width:991px){
    .navbar{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        background: #EDF1FF;
        width: 100%;
        position: fixed;
        height: 100%;
        justify-content: center;
        z-index: 999;
        margin: -20px 0;
        border-radius: 5px;
        padding: 2rem 5rem;
    }
} */

    .navbar li{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar li a{
        color: var(--main-color);
        font-size: 20px;
        font-weight: 400;
        text-wrap: nowrap;
        transition: 0.3s ease;
    }

    .navbar li a:hover{
        color: var(--main-red);
    }

    @media(max-width:1200px){
        .navbar li a{
            font-size: 15px;
        }
    }

    @media(max-width:991px){
        .navbar li a{
            font-size: 25px;
        }
    }
    .navbar li a img{
        max-width: 100%;
    }

li:last-child{
    display: flex;
     align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

    li:last-child .fi-tr-earth-asia{
        font-size: 25px;
        display: flex;
        height: 100%;
        align-items: flex-end;

    }

/*

.mobile{
    display: none;
}

@media(max-width:991px){
    .mobile{
        display: block;
        width: 90px;
    }
    .mobile-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 25px;
        background: linear-gradient(to left,  #fff 0%, #EDF1FF  100%);
    }
}

.fi-tr-bars-staggered{
    display: none;
}

@media(max-width:991px){
    .fi-tr-bars-staggered{
        display: block;
        font-size: 30px;
        color: var(--main-color);
        background: #EDF1FF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        border-radius: 0px 20px 20px 0px;
        margin: 1rem 0;
        border-style: inset;
        border-color:  var(--main-red) var(--main-red) var(--app-color) ;
    }

    .fi-tr-bars-staggered:hover + .navbar{
        display: none;
    }


}



.language-mobile{
     display: none;
}

@media(max-width:991px){
    .language-mobile{
        display: flex;
        justify-content: center;
    }

    .language-mobile i{
        display: flex;
        height: 100%;

    }
} */


    @media(max-width:991px){
        .navbar li:nth-child(6){
            display: none;
        }

        li:last-child{
            display: flex;
        }
    }

    .navbar li:nth-child(3){
        position: relative;
    }

    .list-style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .list-style li{
        display: block;
        background: #3D44A6;
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center;
        margin: 5px 0;
        padding: 0rem 3rem;
    }

    .list-style li a{
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        padding: 0 2rem;
    }

    @media(max-width:1200px){
        .list-style li a{
            color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        padding: 0 0rem;
        }
    }

    .navbar li a{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .navbar li i{
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
    }

    .mobile-nav {
        display: none !important;
    }

    @media (max-width: 991px) {
        .mobile-nav
        {
        display: block !important;
        display: block !important;
        position: relative;
        z-index: 9999999999;
        position: fixed;
        }
    }

    /* Dropdown Menu */
    .navbar li.dropdown {
        position: relative;
    }

    .list-style {
        display: none;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .flip{
        display: block;
        position: absolute;
        z-index: 9999999;
    }




    .list-style li a {
        color: #fff;
        text-align: center;
    }


    /* Mobile Responsive Styles */
    @media (max-width: 991px) {
        .navbar {
            flex-direction: column;
            align-items: center;
            background: #EDF1FF;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 2rem;
            display: none;
            z-index: 99999;
        }

        .navbar.active {
            display: flex;
        }

        .mobile-nav {
            display: block;
            cursor: pointer;
            font-size: 30px;
            color: var(--main-color);
            padding: 1rem;
            margin: 0 0 1rem;
        }

        .navbar li a {
            margin-bottom: 1rem;
        }

        .navbar li.logo {
            display: none;
        }

        .language-switch {
            display: none;
        }
    }

    /* Adjust dropdown for mobile */
    @media (max-width: 991px) {
        .list-style {
            position: absolute;
            top: 0%;
            width: 100%;
            padding: 0;
            left: 50%;
            transform: translate(50%, 10%);
        }

        .list-style li {
            width: 100%;
            padding: 0 5rem;
        }
    }

    .mobile-header{
        display: none;
    }

    @media (max-width: 991px) {
        .mobile-header{
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mobile-header img{
            padding: 1rem 0;
            width: 5rem;
        }

        .mobile-header ul{
            position: absolute;
            display: flex;
        }
        .mobile-header ul i{
            font-size: 25px;
        }
        .mobile-header ul a{
            display: flex;
            align-items: end;
        }
    }








    /* header */


       /* start header */
       .landing-img .splide__slide {
        /* position: relative; */
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 600px;
         overflow: hidden;
     }

    @media(max-width: 991px) {
        .landing-img .splide__slide {
            height: auto;
         }
    }

    /* Text Cloud Mask Effect inside the image */
    .text-cloud {
        /* position: absolute; */
        bottom: 0;
        right: 0;
        font-size: 24px;
        text-align: center;
        color: #fff;
        z-index: 2;
        animation: slideIn 0.5s forwards;
        background: linear-gradient(to left, #EDF1FF 0%, rgba(255, 255, 255, 0%) 100%);
        padding: 2rem 4rem;
        width: 70%;
    }

    @media(max-width: 991px) {
        .text-cloud {
            background-color: rgba(208, 223, 255, 0.4);
            width: 100%;
            padding: 1rem 2rem;
         }
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(-1000px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .text-cloud h1 {
        color: #ED1C24;
        font-size: 42px;
        text-align: right;
    }

    @media(max-width: 991px) {
        .text-cloud h1 {
            font-size: 24px;
         }
    }

    .text-cloud p {
        color: var(--main-color);
        font-size: 24px;
        text-align: right;
    }

    @media(max-width: 991px) {
        .text-cloud p {
            font-size: 18px;
         }
    }

    /* Fiber mask overlay */
    .fiber-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
        color: #ED1C24;
        border: none;
        font-size: 24px;
        padding: 10px;
        border-radius: 50%;
    }

    .splide__slide img {
        width: 100%;
        height: 100%;
         object-fit: fill;
     }

    .splide__slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .splide__arrow svg {
        fill: #2E3192 !important;
    }

    .splide__arrow {
        background-color: #D0DFFF;
    }

    .splide__list ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* end header */


    /*  start landing */

    .back{
        background: linear-gradient(to left,  #fff 0%, #EDF1FF  100%);
    }

.landing {
    background-image: url(/img/cover_image_1703657547\ 2\ \(1\).png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 2;
    background-size: contain;


}

@media(max-width:991px){
    .landing {

       background-position: center;
       background-size: cover;
    }
}

    .landing .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media(max-width:991px){
    .landing .container {
       flex-direction: column;
       gap: 1rem;

    }
}

    .landing .image-land {
        flex-grow: 1;
    }

    .landing .image-land img{
        max-width: 100%;
        width: 80%;

    }

    .landing .text-land{
    line-height: 2.5;
    max-width: 100%;
    }

    .landing .text-land h1{
        text-align: right;
        color: var(--main-red);
        font-size: 55px;
        font-weight: 700;
    }

    @media(max-width:991px){
        .landing .text-land h1{
            font-size: 40px;
            text-align: center;
        }
    }

    .landing .text-land h2{
        text-align: right;
        color: var(--main-color);
        font-size: 50px;
        font-weight: 500;
    }

    @media(max-width:991px){
        .landing .text-land h2{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3{
    color: var(--main-color);
    font-size: 40px;
    font-weight: 500;
    text-align: right;
    }

    @media(max-width:991px){
        .landing .text-land h3{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3 span:first-child{
        color: var(--main-red);
        font-size: 40px;
        font-weight: 500;
        text-align: right;

    }

    @media(max-width:991px){
        .landing .text-land h3 span:first-child{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3 span:last-child{
        color: var(--main-red);
        font-size: 40px;
        font-weight: 500;
        text-align: right;
    }

    @media(max-width:991px){
        .landing .text-land h3 span:last-child{
            font-size: 30px;
            text-align: center;
        }
    }


    /*  end landing */


    /* services */

.services .swiper-slide-active img{
    border: 1px solid var(--main-color);
}

.services .swiper-slide img {
    filter: blur(3px);
    transition: filter 0.5s ease;
    border: 2px solid #000096bf;
  }


  .services .swiper-slide-active img {
    filter: blur(0px); /
  }


  .services .swiper-slide:not(.swiper-slide-active) img {
    filter: blur(4px);
  }

    .services{
        overflow: hidden;
        padding: 0 0 10rem;
        background: linear-gradient(90deg, #FCFDFF 0%, #F6F8FF 100%);

    }

    .swiper-3d {
        perspective: 600px !important;
    }

    .services .swiper-slide{
        flex-shrink: 100 !important;

    }

    .services .swiper-slide img{
        border-radius: 10px;
        width: 700px;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 768px) {
        .services .swiper-slide img{
            width: 350px !important;
            height: 350px !important;
        }
    }


    .services .swiper-3d .swiper-slide-shadow-left {
        background-image:none !important;
        filter: blur(15px) !important;
    }

    .services .swiper-3d .swiper-slide-shadow-right {
        background-image:none !important;
        filter: blur(15px) !important;
        z-index: 999;
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image:none !important;
        filter: blur(15px) !important;
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image:none !important;
        filter: blur(15px) !important;
    }




    .swiper-slide .swib{
        display: block;
        width: 50%;
        height: 50%;
        object-fit: cover;
        position: relative;
    }



    .swiper-slide-active>.text {
        display: flex;
        border: 1px solid var(--main-color);
        border-top: none;
    }




    .text {
        position: absolute;
        left: 0%;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        background: #EDF2FE;
        width: 700px;
        z-index: 12;
        border-radius: 0 0 5px 5px;
        padding: 1rem;
        border-left: 2px solid rgba(0, 0, 150, 0.75);
        border-right: 2px solid rgba(0, 0, 150, 0.75);
        border-bottom: 2px solid rgba(0, 0, 150, 0.75);

    }


    @media(max-width:776px) {

        .text  {
            width: 100%;
        }
    }

/* img:hover + .text{
position: absolute;
bottom: -60px;
left: 50%;
display: flex;

} */

    .text h4 {
        color: var(--main-red);
        text-align: center;
        font-size: 25px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%; /* يضمن عدم خروج النص عن الحاوية */
        display: block; /* يتأكد من أن العنصر يعمل كبلوك */
    }

    @media(max-width:991px) {

        .text h4 {
            font-size: 20px;
            padding: 5px 10px;
        }
    }

    .text p {
        color: var(--p-color);
        flex-grow: 1;
        text-align: center;
        /* padding-right: 5rem; */
        font-size: 15px;
        max-width: 100%; /* يضمن عدم خروج النص عن الحاوية */
        display: block; /* يتأكد من أن العنصر يعمل كبلوك */

    }

    .text a {
        background-color: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
        border-radius: 5px;
        width: fit-content;
        font-size: 15px;
        display: flex;
        align-items: center;
        padding: 0 5px;
        text-wrap: nowrap;
    }

    @media(max-width:991px) {
        .text a {
            font-size: 10px;
        }
    }

    .text i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    @media(max-width:991px) {
        .text i {
            font-size: 10px;
        }
    }

    .tex-dis {
        display: flex;
        align-items: center;
        width: 90%;
    }

    @media(max-width:991px) {
        .tex-dis {
            flex-direction: column-reverse;
        }

        .text p {

            padding-right: 0;
            font-size: 15px;
            margin-bottom: 5px;

        }

    }

    .slid {
        position: absolute;
        left: 50%;
        z-index: 15;
        display: flex;
        align-items: center;
        gap: 40rem;
        justify-content: center;
        margin: 0 auto;
        transform: translate(-50%, -50%);
    }

    @media(max-width:1200px) {
        .slid {
            gap: 30rem;
        }
    }

    @media(max-width:991px) {
        .slid {
            display: none;
        }
    }

    .slid .preiv i {
        color: #fff;
        font-size: 40px;
        background: var(--second-color);
        width: fit-content;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media(max-width:1200px) {
        .slid .preiv i {
            font-size: 30px;
        }
    }

    @media(max-width:991px) {
        .slid .preiv i {
            font-size: 20px;
        }
    }

    .slid .next i {
        color: #fff;
        font-size: 40px;
        background: var(--second-color);
        width: fit-content;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media(max-width:1200px) {
        .slid .next i {
            font-size: 30px;
        }
    }

    @media(max-width:991px) {
        .slid .next i {
            font-size: 20px;
        }
    }




  .swiper-button-next,
  .swiper-button-prev{
    color: #fff !important;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
    background-color: #3D63DD;
    padding: 1.5rem !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    @media(max-width:991px){
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    }

    .swiper-button-next::after,
    .swiper-button-prev::after{
        font-size: 25px !important;
    }

    .swiper-button-next{
        right: 20% !important;
        left: auto;
    }

    .swiper-button-prev{
        left: 20% !important;
        right: auto;
    }



    /* applection */

        /* Ensure swiper-slide fills its container */
    .applection .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .slick-slider
    {
        position: relative;
        display: flex !important;
        box-sizing: border-box;
    }


    .swiper {
        width: 100%;
        height: auto;
    }

    /* Optional: Styling for Swiper navigation buttons */
    .swiper-button-nexts, .swiper-button-prevs {
        border-radius: 50%;
        font-size: 40px;
        color: var(--main-red);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        z-index: 10;
    }

    .applection{
        overflow: hidden;
    }
    .applection .app-dis{
        display:flex ;
        align-items: center;
        justify-content: space-around;
        line-height: 2.5;
        position: relative;
        margin-bottom: 5rem;
    }

    @media(max-width:1200px){
        .applection .app-dis{
            flex-direction: column;
        }
    }

    @media(max-width:991px){
        .applection .app-dis{
            flex-direction: column;
        }
    }

    .circal{
        width: 40rem;
        border-radius: 50%;
        box-shadow: 0 0 80px #8B9BFF;
        height: 600px;
        filter: blur(22px);
        background: rgb(139 155 255 / 20%);
        opacity: 0.9;
    }

    @media(max-width:1200px){
        .circal{
            display: none;
        }
    }


    .imga img{
        position: absolute;
                bottom: 10%;
                transform: translateX(25%);
                width: 700px;
                height: 700px;
    }



    @media(max-width:1200px){
        .imga img{
            display: none;
        }
    }

    .applection .image-buler{
        background: rgb(139 155 255 / 25%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 80px rgb(139 155 255 / 20%) inset;
        clip-path: border-box;
        filter: drop-shadow(0px 0px 200px #8B9BFF);
    }

    @media(max-width:1200px){
        .applection .image-buler{
            display: none;
        }
    }

 @media(max-width:991px){
    .applection .image-buler{
        display: none;
      }
 }

 .applection .image-buler img{
     max-width: 100%;
     width: 70%;
    }



 .applection .image-buler img::before{
    content: "";

 }

    .applection  .app-text{
    position: relative;
    z-index: 1;
    margin: 0 2rem
    }

    @media(max-width:1200px){
        .applection  .app-text{
            width: 100%;
            border-radius: 10px;
        }
    }

    @media(max-width:991px){
        .applection  .app-text{
            width: 100%;
            border-radius: 10px;
        }
    }





    @media(max-width:1200px){
        .applection  .app-text::before{
        display: none;
        }
    }

    @media(max-width:991px){
        .applection  .app-text::before{
            display: none;
        }
    }


    .applection  .app-text img {
        background: #F6F8FF;
        /*border-radius: 0 50px 50px 0;*/
        padding: 1rem;
        width: 200px;

    }

    @media(max-width:1200px){
        .applection  .app-text img{
        margin: -3rem auto 0rem;
        background: #ffff;
        border-radius: 0 50px 50px 0;
        background: #F6F8FF;
        display: flex;
        align-items: center;
        }
    }

    @media(max-width:991px){
        .applection  .app-text img{
        margin: -5rem auto 0rem;
        background: #ffff;
        border-radius: 50%;
        border-radius: 0 50px 50px 0;
        background: #F6F8FF;
        display: flex;
        align-items: center;
        }
    }

    .applection  .app-text .poo{
        position: absolute;
        right: 0;
        background-color: #F6F8FF;
        height: 100%;
        width: 20rem;
    }
    .applection  .app-text .poo{
        position: absolute;
        right: 0;
        background-color: #F6F8FF;
        height: 100%;
        width: 20rem;
    }




    .applection .image-buler .app-text .said{
        position: relative;
    }

    .applection .image-buler .app-text .describ{
        position: relative;
    }

    .applection .image-buler .app-text .describ{
        position: relative;
    }

    .applection .app-text .describ h2:first-child{
        color: var(--main-color);
        margin: 0 1rem;
        font-size: 32px;
    }

    @media(max-width:1200px){
        .applection .app-text .describ h2:first-child{
            text-align: center;
        }
    }

    @media(max-width:991px){
        .applection .app-text .describ h2:first-child{
            text-align: center;
        }
    }

    .applection .app-text .describ h2:nth-child(3){
        color: var(--main-red);
        margin: 0 1rem;
        font-size: 32px;
    }

    .applection .app-text .describ p{
        color: var(--p-color);
        max-width: 650px;
        margin: 0 1rem;
        font-size: 25px;
    }

    @media(max-width:1200px){
        .applection .app-text .describ p{
            max-width: 100%;
            text-align: center;
        }
    }

    @media(max-width:1200px){
        .applection .app-text .describ h2:nth-child(3){
            text-align: center;
        }
    }
    @media(max-width:991px){
        .applection .app-text .describ h2:nth-child(3){
            text-align: center;
        }
    }


    .applection .app-text .downlode{
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 5rem;
        margin: 1rem 1rem;
    }

    @media(max-width:1200px){
        .applection .app-text .downlode{
            justify-content: center;
            margin-top: 2rem;
            gap: 1rem;
        }
    }

    @media(max-width:991px){
        .applection .app-text .downlode{
            justify-content: center;
            margin-top: 2rem;
        }
    }

 .applection .app-text .downlode .appstore{
    background: var(--main-color);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 10rem;
    justify-content: center;
    text-wrap: nowrap;

  }



    .applection .app-text .downlode .appstore a{
        color: #fff;
        font-size: 15px;
        transition: 0.3s ease;
    }

    .applection .app-text .downlode .appstore i{
        color: #fff;
        font-size: 30px;
    }




    .app-slid{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 12;
    }

    @media(max-width:991px){
        .app-slid{
            display: none;
        }
    }

    .app-slid .preiv i{
        background: #fff;
        border: 1px solid var(--main-color);
        display: flex;
        border-radius: 50%;
        font-size: 40px;
        color: var(--main-red);
        font-weight: 900;
    }

 .app-slid .next i{
       background: #fff;
    border: 1px solid var(--main-color);
    display: flex;
    border-radius: 50%;
    font-size: 40px;
    color: var(--main-red);
    font-weight: 900;
 }


 .app-text, .imga img {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.swiper-slide-active .app-text, .swiper-slide-active .imga img {
    opacity: 1;
    transform: translateX(0);
    /* height: 100%; */
}

.swiper-slide-prev .app-text, .swiper-slide-prev .imga img {
    transform: translateX(-100%);
}

/* .swiper-slide-next .app-text, .swiper-slide-next .imga img {
    transform: translateX(100%);
} */

    /* applection */



    /* News */

    .News{
        background: linear-gradient(to left,  #221E7F 0%, #4F59D1  100%);
        padding: 1rem 0;
        overflow: hidden;
    }

    @media(max-width:991px){
        .News{
            height: fit-content;
        }
    }

    .News h1{
        text-align: end;
        margin: 0 5rem;
        padding-top: 2rem;
        color: #fff;
        font-size: 42px;

    }

    @media(max-width:991px){
        .News h1 {
            text-align: center;
            margin: 2rem 0rem;
            padding-top: 2rem;
            color: #fff;
            font-size: 30px;
        }
    }

    .dis-link{
        text-align: end;
        margin: 1rem 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 3rem;
    }

 @media(max-width:991px){
   .dis-link {
        text-align: center;
        margin: 0rem 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;

     }
 }




 .dis-link a:last-child{
    color: rgb(255 255 255 / 80%);
    font-size: 35px;

 }
 .dis-link a{
    transition: var(--tr--transition);
 }

    .dis-link a:last-child:hover{
        color: rgb(255 255 255 / 100%); ;
    }

 @media(max-width:1200px){
    .dis-link a:last-child{
         font-size: 20px;

      }
  }
 @media(max-width:991px){
    .dis-link a:last-child{
         font-size: 14px;

      }
  }

 .dis-link a:first-child{
    color: rgb(255 255 255 / 20%);
    font-size: 35px;
    transition: var(--tr--transition);
 }
 .dis-link a:first-child:hover{
    color: rgb(255 255 255 / 100%); ;
    text-decoration: underline;
 }
 @media(max-width:1200px){
    .dis-link a:first-child{
         font-size: 20px;

      }
  }
 @media(max-width:991px){
    .dis-link a:first-child{
         font-size: 14px;

      }
  }

 /* .dis-link .active{
    text-decoration: underline;
 } */

 .news-dis{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 6rem 0;
 }

    @media(max-width:991px){
        .news-dis{
            flex-direction: column;
            flex-direction: column;
            margin: 2rem 0px;
        }
    }

    .news-dis .image{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-dis img{
        width: 500px;
        height: 500px;
        max-width: 100%;
    }

    @media(max-width:1200px){
        .news-dis img{
            width: 350px;
            height: 350px;
        }
    }
    @media(max-width:991px){
        .news-dis img{
            width: 250px;
            height: 250px;
        }
    }

    .news-dis .text-n {
        width: 50%;
    }

 .news-dis .text-n h5{
    font-size: 28px;
    text-align: end;
    color: #fff;
    margin-right: 8rem;
 }



 @media(max-width:1200px){
    .news-dis .text-n h5{
        margin-right: 3rem;
        font-size: 20px;
    }
 }
 @media(max-width:991px){
    .news-dis .text-n h5{
        text-align: center;
        margin: 1rem 0rem;
        font-size: 14px;
    }
 }


    .news-dis .text-n p{
        font-size: 28px;
        color: rgb(255 255 255 / 20%);
        /*text-align: end;*/
        margin-right: 8rem;
        margin-top: 1rem;
    }


 @media(max-width:1200px){
    .news-dis .text-n p{
        font-size: 20px;
        margin-right: 3rem;
    }
 }
 @media(max-width:991px){
    .news-dis .text-n p{
        font-size: 14px;
        margin: 0;
        text-align: center;
    }
 }

    .news-dis .text-n a{
        display: flex;
        align-items: center;
        justify-content: end;
        /* margin-right: 23rem; */
        padding-right: 8rem;
        color: rgb(255 255 255 / 80%);
        font-size: 28px;
        font-weight: 900;
        text-decoration: underline;
        margin-top: 1rem;
    }

.news-dis .text-n_en{
    width: 50%;

 }

 .news-dis .text-n_en h5{
    font-size: 28px;
    text-align: end;
    color: #fff;
    margin-right: 8rem;
 }


 @media(max-width:1200px){
    .news-dis .text-n_en h5{
        margin-right: 3rem;
        font-size: 20px;
    }
 }
 @media(max-width:991px){
    .news-dis .text-n_en h5{
        text-align: center;
        margin: 1rem 0rem;
        font-size: 14px;
    }
 }


 .news-dis .text-n_en p{
    font-size: 28px;
    color: rgb(255 255 255 / 20%);
    /*text-align: end;*/
    /* margin: 0 6rem; */
    margin-right: 8rem;
    margin-top: 1rem;
 }


 @media(max-width:1200px){
    .news-dis .text-n_en p{
        font-size: 20px;
        margin-right: 3rem;
    }
 }
 @media(max-width:991px){
    .news-dis .text-n_en p{
        font-size: 14px;
        margin: 0;
        text-align: center;
    }
 }

 .news-dis .text-n_en a{
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-right: 23rem; */
    padding-right: 8rem;
    color: rgb(255 255 255 / 80%);
    font-size: 28px;
    font-weight: 900;
    text-decoration: underline;
    margin-top: 1rem;
 }

 @media(max-width:991px){
    .news-dis .text-n_en a{
        font-size: 14px;
        margin: 10px 0;
        justify-content: end;
        padding-right: 0rem;
    }
 }

 .ne-slid{
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
    width: 100%;
    padding-right: 8rem;
    margin: 2rem 0 0 0;
 }


    .ne-slid{
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: end;
        width: 100%;
        padding-right: 8rem;
        margin: 2rem 0 0 0;
    }

    @media(max-width:991px){
        .ne-slid{
            font-size: 14px;
            margin: 10px 0;
            justify-content: end;
            padding-right: 0rem;
        }
    }


 li{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 3rem;
    height: 5px;
    width: 60px;
    /* background-color: rgb(255 255 255 / 20%); */
    /* padding-right: 8rem; */
    }

   .activ{
       background-color: #fff  ;

    }

     .childs {
        background-color: rgb(255 255 255 / 20%);

    }

    .News-slid{
     position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    /*margin: 0 -2rem;*/
    }
        @media(max-width:991px){
            .News-slid{
                margin: 0;
            }
        }

    .News-slid .preiv i{
        font-size: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;

    }

    .News-slid .next i{
        font-size: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;

    }


    .News .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
        background-color: rgb(255 255 255 / 20%);
        border-radius: 0;
        margin: 0 5px;
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: white !important;
    }


    .news-dis .image {
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.5s ease;
    }
    .news-dis .image_en {
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease;
    }

    .swiper-slide-active .news-dis .image {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.5s ease;
    }
    .swiper-slide-active .news-dis .image_en {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.5s ease;
    }


    .news-dis .text-n {
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease;
    }
    .news-dis .text-n_en {
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.5s ease;
    }
    .swiper-slide-active .news-dis .text-n {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.5s ease;
    }    .swiper-slide-active .news-dis .text-n_en {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.5s ease;
    }


    .News .swiper-horizontal>.swiper-pagination-bullets {
        right: 0;
        width: calc(100% - 25%);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: calc(100% - 30%);
    }

    @media(max-width:1200px){
        .News .swiper-horizontal>.swiper-pagination-bullets {
            width: calc(100% - 17%);
        }
    }
    @media(max-width:991px){
        .News .swiper-horizontal>.swiper-pagination-bullets {
            bottom: var(--swiper-pagination-bottom,8px) !important;
           top: var(--swiper-pagination-top,auto);
           left: 0;
           width: 100%;
           display: block;
        }
    }

    /* News */



  /* Logo Slider */

    .holders{
        text-align: center;
        color: var(--main-color);
        font-size: 45px;
        font-weight: 600;
        padding: 2rem 0;
    }

    @media(max-width:1200px){
        .holders{
            margin-top: -2rem;
        }
    }

    @media(max-width:991px){
        .holders{
            margin-top: -2rem;
        }
    }









    /*  */

    /* Statistics  */



    .statis{
    overflow: hidden;
    }

    .statis-dis{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .Statistics .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    }

@media(max-width:991px){
    .Statistics .swiper-slide{

        /* margin-right: 2% !important; */
      }
}


    .statis-text{
        background: var(--main-red);
        text-align: center;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        width: 200px;
        height: 200px;
        align-items: center;
        justify-content: center;
        line-height: 2;
    }

    .statis-text i{
        font-size: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);

    }

    .statis-text h2{
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);
    }

    .statis-text h3{
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);
    }

    .statis-slid{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5rem;
        margin: 3rem 0;
    }

    .statis-slid .prev i{
    font-size: 40px;
    color: var(--main-color);
    }

    .statis-slid .next i{
        font-size: 40px;
        color: var(--main-color);
    }

.swiper-slide{
    margin: 0;
}

/* Statistics  */

/* Aords start */

/* .Awords{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom ,  #FFFFFF 0%, #F7F9FF 100%);
    width: 100%;
}

.Awords .awords-dis{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.Awords .awords-dis .aword-img{
    position: relative;
    border: 1px solid var(--main-color);
    padding: 1rem;
    border-radius: 10px;
}

.Awords .awords-dis .aword-img .overlay{
    position: absolute;
    height: 92%;
    width: 91%;
    background: linear-gradient(-45deg, rgb(46 49 146 / 80%) 50%, rgb(255 255 255 / 10%) 100%);
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;

}
.Awords .awords-dis .aword-img img{
    width: 20rem;
    position: relative;
    border-radius: 5px;


}



.Awords .awords-dis .Aword-text{
    position: absolute;
    bottom: 0;
    text-align: end;
    padding: 0 10px;
    transform: translateY(-50%);
    width: 90%;
}

.Awords .awords-dis .Aword-text h2{
    font-size: 15px;
    color: #ffff;
    font-weight: 900;
}

.Awords .awords-dis .Aword-text p{
    font-size: 15px;
    color: white;
    margin: 0.5rem 0;
}

.Awords .awords-dis .date{
    font-size: 10px;
    position: absolute;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0.5rem ;
}

.Awords .awords-dis .date h3{
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.Awords .awords-dis .date i{
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.Awords-slid {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 50%;
    z-index: 999;
    padding: 0 2rem;
}

.Awords-slid .preiv{
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.Awords-slid .preiv i{
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Awords-slid .next{
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.Awords-slid .next i{
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

    .aowrds {
        padding: 2rem 0;
    }

    .aowrds .dis-awords {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

.aowrds .dis-awords .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.aowrds .dis-awords .image img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
}

.aowrds .dis-awords .image:hover img {
    transform: scale(1.05);
}

.aowrds .dis-awords .image .texts {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, rgba(46, 49, 146, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
    text-align: center;
    padding: 1rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .aowrds .dis-awords .image .texts h2,
    .aowrds .dis-awords .image .texts p {
        color: #fff;
        margin: 1rem 0;
    }

    .date {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .date h3 {
        color: #fff;
    }

    @media(max-width:991px){
        .date h3  {
            font-size: 10px;
        }
    }

    .date i {
        color: #fff;
    }

@media(max-width:991px){
    .date i {
        font-size: 10px;
    }
}

.splide__arrow {
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

    .aowrds .splide__track {
        overflow:hidden !important;
        position: relative;
        z-index: 0
    }




    /* Aords end */

    /*  */


    .holderss{
        text-align: center;
        padding: 0px 0 0;
        color: var(--main-color);
        font-size: 45px;
        font-weight: 600;
    }

.Awards{
    background: linear-gradient(to bottom,  #ffff 0%, #F7F9FF 100%);
}


    /* start footer style  */
    footer{
        background-color: var(--main-color);
        border-radius: 40px 40px 0px 0px;
    }
    .footer{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        color: white;
        padding: 2rem 0;

}
.footer .img > img{
    width: 3rem;
    display: block;
    margin: auto;
}
.footer .links{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* justify-content: space-between; */
    /* gap: 2rem; */
    border-bottom: 1px solid white;
    padding: 1rem 0;
}
.footer .links > div{

   display: flex;
   justify-content: center;
}



    .footer .links > div .dis{
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 0.3rem 0;
        padding: 2rem;
    }

    @media(max-width:991px){
        .footer .links > div .dis{
            align-items:center ;
        }
    }

    .footer .links > div .diss{
        color: rgb(255 255 255 / 70%);
        font-size: 20px;
        padding: 1rem;
        text-align: right;
    }

    .footer .links  .loges img{
        max-width: 100%;
    }

.footer .links .loges p{
    padding: 0 1rem;
}




.footer .links > div .dis .gaping{
    margin: 2rem 0 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: end;

}

    @media(max-width:991px){
        .footer .links > div .dis .gaping{
            justify-content: center;
        }
    }

    .footer .links > div .dis .gaping a{
        font-size: 20px;
        text-wrap: nowrap
    }

.footer .links > div .dis .gaping i{

    display: flex;
    align-items: center;

}

    .pad-fotter{
        padding: 1rem 0;
    }



.footer .links > div .dis h4{

    position: relative;
    font-size: 25px;
}
.footer .links > div .dis h4::before{
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 20%);
    height: 5px;
    width: 100%;
    left: 50%;
    bottom: -60%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

    .footer .links > div .dis h4::after{
        content: "";
        position: absolute;
        background: rgb(255 255 255);
        height: 5px;
        width: 30%;
        left: 50%;
        bottom: -60%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }

@media (max-width:800px){
    .footer .links > div{
        align-items: center;
        text-align: center;


        }
    }

    form{
        background-color: #EDF1FF;
        padding: 2rem;
        border-radius: 10px;
    }

    form .forms{
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    form .forms label{
        color: var(--main-color);
    }

    form .forms   input{
        outline: none;
        border: none;
        background: #E1E8FF;
        border-radius: 5px;
        padding: 0.1rem;
        margin: 0.5rem 0px;
    }

    form .forms   textarea {
        outline: none;
        border: none;
        background: #E1E8FF;
        border-radius: 5px;
        padding: 0.1rem;
        clip-path: content-box;
        max-width: 100%;
        margin: 0.5rem 0px;
    }

    .send{
        display: flex;
        margin: 1rem;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background: var(--main-color);
        width: fit-content;
        margin: 1rem auto 0;
        padding: 0 1rem;
        border-radius: 5px;
        transition: ease 0.3s;
    }

.send a{
    color: rgb(255 255 255 / 70%);
}
.send i{
    color: rgb(255 255 255 / 70%);
}

.send:hover a,.send:hover i{
    color: rgb(255 255 255 / 100%);
    transition: ease 0.3s;
}





.footer .links > div a,.footer .links > div a{
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    transition: ease 0.3s;
}

    .footer .links div a:hover{
        color: rgb(255 255 255 / 100%);
    }
    .footer .links .social > div{
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .footer .links .social > div i{
        font-size: 1.5rem;
    }
    .copywrite{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: rgba(255, 255, 255, 0.603);
        align-items: center;
        margin: -1rem 0;
    }
    @media(max-width:991px){
        .copywrite{
            justify-content: center;
            gap: 1rem;
        }
    }
    .copywrite .Bin{
        width: 15rem;
        max-width: 100%;
    }

    @media(max-width:991px){
        .copywrite .Bin{
            display: none;
        }
    }

    .copywrite .Arab{
        width: 25rem;
        max-width: 100%;
    }
    @font-face {
        font-family: Cairo;
        src: url('../fonts/Cairo/Cairo-VariableFont_slnt\,wght.ttf');
    }


    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Cairo;
        text-decoration: none;
        list-style: none;
    }

cursor{
    display: none;
}

/* .container{
    width: 90%;
    margin: 0 auto;

    position: relative;

} */

    :root {
        --main-color: #2E3192;
        --second-color: #4F59D1;
        --main-red: #ED1C24;
        --fliner-color: #EDF1FF;
        --sliner-color: #8B9BFF;
        --app-color: #F6F8FF;
        --p-color: #80828D
    }

    /* header */
    .holder{
        text-align: center;
        padding: 100px 0 0;
        color: var(--main-color);
        font-size: 45px;
        font-weight: 600;
    }

    .holder-2{
        text-align: center;
        color: var(--p-color);
        margin: 0px 0 110px;
        font-size: 32px;
    }

    @media(max-width:991px) {
        .holder {
            font-size: 30px;
        }

        .holder-2 {
            font-size: 20px;
        }
    }
    /* header */

    .header{

    }

    .navbar{

    }

    .navbar li{

    }

    .navbar li a{

    }
    /* header */


    /*  start landing */

    .back{
        background: linear-gradient(to left,  #fff 0%, #EDF1FF  100%);
    }

.landing {
    background-image: url(/img/cover_image_1703657547\ 2\ \(1\).png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 2;
    background-size: contain;


}

@media(max-width:991px){
    .landing {

       background-position: center;
       background-size: cover;
    }
}

    .landing .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media(max-width:991px){
    .landing .container {
       flex-direction: column;
       gap: 1rem;

    }
}

    .landing .image-land {
        flex-grow: 1;
    }

    .landing .image-land img{
        max-width: 100%;
        width: 80%;

    }

    .landing .text-land{
    line-height: 2.5;
    max-width: 100%;
    }

    .landing .text-land h1{
        text-align: right;
        color: var(--main-red);
        font-size: 55px;
        font-weight: 700;
    }

    @media(max-width:991px){
        .landing .text-land h1{
            font-size: 40px;
            text-align: center;
        }
    }

    .landing .text-land h2{
        text-align: right;
        color: var(--main-color);
        font-size: 50px;
        font-weight: 500;
    }

    @media(max-width:991px){
        .landing .text-land h2{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3{
    color: var(--main-color);
    font-size: 40px;
    font-weight: 500;
    text-align: right;
    }

    @media(max-width:991px){
        .landing .text-land h3{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3 span:first-child{
        color: var(--main-red);
        font-size: 40px;
        font-weight: 500;
        text-align: right;

    }

    @media(max-width:991px){
        .landing .text-land h3 span:first-child{
            font-size: 30px;
            text-align: center;
        }
    }

    .landing .text-land h3 span:last-child{
        color: var(--main-red);
        font-size: 40px;
        font-weight: 500;
        text-align: right;
    }

    @media(max-width:991px){
        .landing .text-land h3 span:last-child{
            font-size: 30px;
            text-align: center;
        }
    }

/* .landing .blur{
    z-index: -1;
    position: absolute;
    right: 0;
    width: 1100px;
    direction: rtl;
    filter: grayscale(1);
    opacity: 0.1;
    direction: rtl;
} */


/*  end landing */


/* services */

 /* .swiper-slide:not(.swiper-slide-active) img:first-child  {
    filter: blur(2.5px);
    transition: filter 0.5s ease-in-out;
}
 .swiper-slide:not(.swiper-slide-active) :nth-child(5) img {
    filter: blur(5px);
    transition: filter 0.5s ease-in-out;
}


.swiper-slide-active img {
    filter: blur(0);
} */

.services{
    /* overflow: hidden; */
}
.serve-dis {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 65px; */
 }

 @media(max-width:991px){

    .serve-dis {
        gap: 0;
     }
 }

    .serve-dis .active {
        position: relative;
    }

    .serve-dis .active img {
        transform: scale(1.5);
        position: relative;
        z-index: 10;
        max-width: 100%;
        border-radius: 10px;
    }

 @media(max-width:991px){

   .serve-dis .active img  {
        width: 1200px;

     }
 }



.serve-dis .buler-2 img {
    transform: scale(1.3);
    position: relative;
    z-index: 9;
    max-width: 100%;
    filter: blur(1px);
    border-radius: 10px;
    /* width: 1000px; */

 }

.serve-dis .buler-3 img {
    transform: scale(1.1);
    position: relative;
    z-index: 8;
    max-width: 100%;
    filter: blur(2px);
    border-radius: 10px;
    /* width: 1000px; */

 }

    .serve-dis .text{
        position: absolute;
        bottom: -150px;
        left: 50%;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
        background: #EDF2FE;
        width: 150%;
        z-index: 12;
        border-radius: 5px;
        transition:  5s ease-in;
        padding: 1rem;

    }

 .serve-dis img:hover + .text{
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: flex;

 }

 .serve-dis .text h4{
    color: var(--main-red);
    text-align: center;
    font-size: 25px;

 }

 @media(max-width:991px){

    .serve-dis .text h4 {
        font-size: 12px;
        padding: 5px 10px;
     }
 }

    .serve-dis .text p{
        color: var(--p-color);
        flex-grow: 1;
        text-align: center;
        padding-right: 5rem;
        font-size: 15px;

    }

    .serve-dis .text a{
        background-color: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
        border-radius: 5px;
        width: fit-content;
        font-size: 15px;
        display: flex;
        align-items: center;
        padding: 0 5px;
        text-wrap: nowrap;
    }

    @media(max-width:991px){
        .serve-dis .text a{
            font-size: 7px;
        }
    }

    .serve-dis .text i{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    @media(max-width:991px){
        .serve-dis .text i{
            font-size: 10px;
        }
    }

    .tex-dis{
        display: flex;
        align-items: center;
        width: 90%;
    }

    @media(max-width:991px){
        .tex-dis{
            flex-direction: column-reverse;
        }

     .serve-dis .text p{

        padding-right: 0;
        font-size: 10px;
        margin-bottom: 5px;

     }

 }

    .slid{
        position: absolute;
        left: 50%;
        z-index: 15;
        display: flex;
        align-items: center;
        gap: 40rem;
        justify-content: center;
        margin: 0 auto;
        transform: translate(-50%, -50%);
    }

    @media(max-width:1200px){
        .slid{
            gap: 30rem;
        }
    }

    @media(max-width:991px){
        .slid{
            display: none;
        }
    }

    .slid .preiv i{
        color: #fff;
        font-size: 40px;
        background: var(--second-color);
        width: fit-content;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media(max-width:1200px){
        .slid .preiv i{
        font-size: 30px;
        }
    }

    @media(max-width:991px){
        .slid .preiv i{
        font-size: 20px;
        }
    }

    .slid .next i{
        color: #fff;
        font-size: 40px;
        background: var(--second-color);
        width: fit-content;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media(max-width:1200px){
        .slid .next i{
        font-size: 30px;
        }
    }
    @media(max-width:991px){
        .slid .next i{
        font-size: 20px;
        }
    }



    /* applection */

    .swiper{
        overflow: unset !important;
    }

    @media(max-width:991px){
        .swiper{
        }
    }

    .app-dis .swiper-slide {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-right: auto !important;
    }

    @media(max-width:991px){
        .app-dis .swiper-slide {
            justify-content: center;
        }
    }

    .applection{
    }
    .applection .app-dis{
        display:flex ;
        align-items: center;
        justify-content: space-around;
        line-height: 2.5;
        position: relative;
        margin-bottom: 5rem;
    }

    @media(max-width:1200px){
        .applection .app-dis{
            flex-direction: column;
        }
    }

    @media(max-width:991px){
        .applection .app-dis{
            flex-direction: column;
        }
    }

    .circal{
        width: 700px;
        border-radius: 50%;
        box-shadow: 0 0 80px #8B9BFF;
        height: 600px;
        filter: blur(22px);
        background: rgb(139 155 255 / 20%);
        opacity: 0.9;
    }



    @media(max-width:1200px){
        .circal{
            display: none;
        }
    }




 @media(max-width:1300px){
    .imga img{
        position: absolute;
                /*left: 0px;*/
                top: 20%;
                /* transform: translateX(10%);   */
                width: 500px;
                height: 500px;

     }
 }

    @media(max-width:1200px){
        .imga img{
            display: none;
        }
    }

    .applection .image-buler{
        background: rgb(139 155 255 / 25%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 80px rgb(139 155 255 / 20%) inset;
        clip-path: border-box;
        filter: drop-shadow(0px 0px 200px #8B9BFF);
    }

    @media(max-width:1200px){
        .applection .image-buler{
            display: none;
        }
    }

 @media(max-width:991px){
    .applection .image-buler{
        display: none;
      }
 }

 .applection .image-buler img{
     max-width: 100%;
     width: 70%;
    }



 .applection .image-buler img::before{
    content: "";

 }

    .applection  .app-text{
    position: relative;
    z-index: 1;
    margin: 0 2rem;
    line-height: 3;
    }

    @media(max-width:1200px){
        .applection  .app-text{
            width: 100%;
            border-radius: 10px;
        }
    }

    @media(max-width:991px){
        .applection  .app-text{
            width: 100%;
            border-radius: 10px;
        }
    }





    @media(max-width:1200px){
        .applection  .app-text::before{
        display: none;
        }
    }

    @media(max-width:991px){
        .applection  .app-text::before{
            display: none;
        }
    }



    @media(max-width:1200px){
        .applection  .app-text img{
        margin: -3rem auto 0rem;
        background: #ffff;
        border-radius: 50%;
        height: 120px;
        display: flex;
        align-items: center;
        }
    }

    @media(max-width:991px){
        .applection  .app-text img{
        margin: -3rem auto 0rem;
        background: #ffff;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        }
    }

    .applection  .app-text .poo{
        position: absolute;
        right: 0;
        background-color: #F6F8FF;
        height: 100%;
        width: 20rem;
    }
    .applection  .app-text .poo{
        position: absolute;
        right: 0;
        background-color: #F6F8FF;
        height: 100%;
        width: 20rem;
    }




    .applection .image-buler .app-text .said{
        position: relative;
    }

    .applection .image-buler .app-text .describ{
        position: relative;
    }

    .applection .image-buler .app-text .describ{
        position: relative;
    }

    .applection .app-text .describ h2:first-child{
        color: var(--main-color);
        margin: 0 1rem;
        font-size: 32px;
    }

    @media(max-width:1200px){
        .applection .app-text .describ h2:first-child{
            text-align: center;
        }
    }

    @media(max-width:991px){
        .applection .app-text .describ h2:first-child{
            text-align: center;
        }
    }

    .applection .app-text .describ h2:nth-child(3){
        color: var(--main-red);
        margin: 0 1rem;
        font-size: 32px;
    }

    .applection .app-text .describ p{
        color: var(--p-color);
        max-width: 650px;
        margin: 0 1rem;
        font-size: 25px;
    }

    @media(max-width:1200px){
        .applection .app-text .describ p{
            max-width: 100%;
            text-align: center;
        }
    }

    @media(max-width:1200px){
        .applection .app-text .describ h2:nth-child(3){
            text-align: center;
        }
    }
    @media(max-width:991px){
        .applection .app-text .describ h2:nth-child(3){
            text-align: center;
        }
    }


    .applection .app-text .downlode{
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 5rem;
        margin: 1rem 1rem;
    }

    @media(max-width:1200px){
        .applection .app-text .downlode{
            justify-content: center;
            margin-top: 2rem;
            gap: 1rem;
        }
    }

    @media(max-width:991px){
        .applection .app-text .downlode{
            justify-content: center;
            margin-top: 2rem;
        }
    }

    .applection .app-text .downlode .appstore{
        background: var(--main-color);
        padding: 5px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 10rem;
        justify-content: center;
        text-wrap: nowrap;
        transition: var(--tr--transition);
    }

  .applection .app-text .downlode .appstore:hover a ,
  .applection .app-text .downlode .appstore:hover i{
     color: var(--main-red);
  }


    .applection .app-text .downlode .appstore a{
        color: #fff;
        font-size: 15px;
    }

    .applection .app-text .downlode .appstore i{
        font-size: 30px;
    }

    .applection .app-text .downlode .gogle{
        background: var(--main-color);
        padding: 5px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 10rem;
        justify-content: center;
        text-wrap: nowrap;
        transition: var(--tr--transition);
    }

    .applection .app-text .downlode .gogle:hover a,
    .applection .app-text .downlode .gogle:hover i{
        color: var(--main-red);
    }

    .applection .app-text .downlode .gogle a{
        color: #fff;
        font-size: 15px;
        transition: 0.3s ease;
    }
    .applection .app-text .downlode .gogle i{
        color: var(--app-color);
        font-size: 25px;
        transition: 0.3s ease;
    }


    .app-slid{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 12;
    }

    @media(max-width:991px){
        .app-slid{
            display: none;
        }
    }

    .app-slid .preiv i{
        background: #fff;
        border: 1px solid var(--main-color);
        display: flex;
        border-radius: 50%;
        font-size: 40px;
        color: var(--main-red);
        font-weight: 900;
    }

 .app-slid .next i{
       background: #fff;
    border: 1px solid var(--main-color);
    display: flex;
    border-radius: 50%;
    font-size: 40px;
    color: var(--main-red);
    font-weight: 900;
 }


    /* applection */

    /* finance */



    .finance{

    }
   .finance .finace-quation{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
      gap: 5rem ;
      flex-grow: 1;
   }

   @media(max-width:991px){
    .finance .finace-quation {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }
 }




   .finance .finace-quation .content-fin h2{
      font-size: 40px;
      margin: 1rem 0;
      font-weight: 400;
   }

   @media(max-width:991px){
      .finance .finace-quation .content-fin h2{
          font-size: 30px;
      }
   }

   .finance .finace-quation .content-fin span{
      text-align: center;
       color: var(--main-red);
   }

   .finance .finace-quation .content-fin .linkss-dis{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      /* margin: 0 0.1rem; */
      text-wrap: nowrap;
   }
   .finance .finace-quation .content-fin .linkss-diss{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    padding: 0.5rem 0 0 0;
   }

   @media(max-width:991px){
    .linkss-diss{

        display: none;
   }
}
   .finance .finace-quation .content-fin .linkss-diss h4{
       color: var(--main-color);
       font-size: 20px;
       font-weight: 400;
   }
   .finance .finace-quation .content-fin .linkss-diss a{
         transition: 0.3s ease;
   }
   .finance .finace-quation .content-fin .linkss-diss a:hover{
        color: var(--main-red);
   }

   @media(max-width:991px){
     .linkss-dis{
         gap: 0;
         flex-direction: column-reverse;
    }
 }

   .finance .finace-quation .content-fin .linkss-dis .fin-link{
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      padding: 0.1rem 1rem;
      text-wrap: nowrap;
      gap: 0.5rem;
      margin: 0.5rem 0;
      transition: 0.3s ease-in;
      position: relative;
   }

   .linkss-dis {
    position: relative;
}



/*.linkss-dis::before {*/
/*    content: attr(data-tooltip);*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background-color: var(--main-color);*/
/*    color: #fff;*/
/*    padding: 5px 10px;*/
/*    border-radius: 5px;*/
/*    font-size: 12px;*/
/*    white-space: nowrap;*/
/*    display: none;*/
/*    z-index: 999;*/
/*}*/


.linkss-dis:hover::before {
    display: block;
}
   /* .finance .finace-quation .content-fin .linkss-dis .fin-link {
    position: relative;

   }

   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick{
      position: absolute;
      top: 0%;
      display: none;
      transition: 0.3s ease;
   }
   .finance .finace-quation .content-fin .linkss-dis .fin-link:hover .list-inclick {
    top: 100%;
    display: block;
   }
   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div{
    background: rgb(208 223 255);
    padding: 0 2rem;
   }
   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div a{
     margin: 3px;
    color: var(--main-color);
   }
   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div a:hover{
     margin: 3px;
    color: var(--main-red);
   } */

    .finance .finace-quation .content-fin .linkss-dis .fin-link {
    position: relative;

   }

    .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div{
        background: rgb(208 223 255);
        padding: 0 3rem;
    }

   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div a{
    transition: 0.3s ease;
    font-weight: 500;
  }
   .finance .finace-quation .content-fin .linkss-dis .fin-link .list-inclick > div a:hover{
   color: var(--main-red);
  }


.list-inclick {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    top: 100%;
}


.show {
    max-height: 500px;
    opacity: 1;
}


.list-inclick div {
    margin: 5px 0;
}




    .finance .finace-quation .content-fin .linkss-dis .fin-link:hover a,
    .finance .finace-quation .content-fin .linkss-dis .fin-link:hover i{
        color: var(--main-red);
    }





    @media(max-width:991px){
        .finance .finace-quation .content-fin .linkss-dis .fin-link{
            padding: 0.1rem 0.5rem;
        }
    }


       .finance .finace-quation .content-fin .linkss-dis .fin-link {
        transition: 0.3s ease;
        background-color: transparent;
    }

        .finance .finace-quation .content-fin .linkss-dis .fin-link.active {
            border: 1px solid rgb(46 49 146 / 100%);
            background-color: #D0DFFF;
        }


    .finance .finace-quation .content-fin .linkss-dis .fin-link:hover {
        border: 1px solid rgb(46 49 146 / 100%);
        background-color: #D0DFFF;
    }

   .finance .finace-quation .content-fin .linkss-dis .fin-link a{
       font-size: 15px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: var(--main-color);
       transition: 0.2s ease-in;
   }

   @media(max-width:991px){
    .finance .finace-quation .content-fin .linkss-dis .fin-link a{
        font-size: 12px;
    }
   }

   .finance .finace-quation .content-fin .linkss-dis .fin-link i{
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--main-color);
      transition: 0.2s ease-in;
   }

   .finance .finace-quation .content-fin .linkss-dis .fin-link:hover a,
   .finance .finace-quation .content-fin .linkss-dis .fin-link:hover i{
     color:var(--main-color);
     font-weight: bold;
   }



   .finance .finace-quation .content-fin .rang h4{
      background: var(--main-color);
      padding: 0.3rem;
      color: white;
      /*padding: 0 1rem;*/
      text-wrap: nowrap;
      direction: rtl;
       width: auto;
       height: auto;
   }

   .finance .finace-quation .content-fin .rang h3{
      text-align: end;
      margin: 1rem;
      font-size: 20px;
      color: var(--main-color);
   }

   .finance .finace-quation .content-fin .rang input{
      width: 100%;
      outline: none;
      text-decoration: none;
      height: 2px;
      accent-color: var(--main-color);

   }

   .finance .finace-quation .content-fin .rang input[type= "range"]{
       background-color: var(--main-color);
   }



   .finance .finace-quation .content-fin .rang .fince .dis-rang{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;

   }

     .mony {
        text-align: center;
        padding: 2rem 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5rem;
     }
     @media(max-width:991px){
        .mony   {
             gap: 1rem;
        }
       }

     .mony  h5{
      color: var(--main-color);
      font-size: 30px;
      font-weight: 400;

     }

        @media(max-width:991px){
            .mony  h5{
                font-size: 20px;
            }
        }


     .mony .dis-mony{

      color: var(--main-color);
     }

     .mony .dis-mony .price:first-child{
        font-size: 40px;
        font-weight: bold;
     }

        @media(max-width:991px){
            .mony .dis-mony .price:first-child{
                font-size: 20px;
            }
        }

     .mony .dis-mony .price:last-child{
        width: 6rem;
        margin: 0 auto;
        text-wrap: wrap;
        font-weight: bold;
     }





   .finance .discrib .discribtion h2{
     text-align: end;
     color: var(--main-color);
     margin: 1rem 0;
     font-size: 27px;
   }

   @media(max-width:991px){
    .finance .discrib .discribtion h2{
          text-align: center;
          font-size: 25px;
    }
   }

   .finance .discrib .discribtion h2 span{
     color: var(--main-red);
   }


  .finance .discrib .discribtion p{
      text-align: end;
      font-size: 24px;
      color: var(--main-color);
      font-weight: 400;
  }

  @media(max-width:991px){
    .finance .discrib .discribtion p{
          text-align: center;
          font-size: 15px;
    }
   }


   .finance .discrib .discribtion  .cl{
      text-align: right;
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 0.5rem;

   }

   @media(max-width:991px){
    .finance .discrib .discribtion .dis-dicrib{
           justify-content: center;
    }
   }

   .finance .discrib .discribtion .dis-dicrib h5{
      word-spacing: 2px;
      color: var(--main-color);
      margin: 0.5rem 0;
      font-size: 18px;
      font-weight: 600;

   }
   .finance .discrib .discribtion .dis-dicrib i{
     color: var(--main-red);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
   }

/*   .in-view {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*    transition: opacity 0.6s ease-out, transform 0.6s ease-out;*/
/*}*/
/*.out-of-view {*/
/*    opacity: 0;*/
/*    transform: translateY(100px);*/
/*}*/
.show {
    display: block;
}

   /* finance */

    /* finance */



    .finance{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,  #ffff 0%, #EDF1FF 100%);
    }

 @media(max-width:991px){
    .finance{
        display: block;
    }
 }
 @media(max-width:991px){
    .finance{
        display: block;
    }
 }

 .finance .finace-quation{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 3rem 0;
 }



 .finance .finace-quation .content-fin h2{
    text-align: center;
     direction: ltr;
    color: var(--main-color);
 }



 .finance .finace-quation .content-fin span{
    text-align: center;
     color: var(--main-red);
 }

    .finance .finace-quation .content-fin .link-dis{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .finance .finace-quation .content-fin .link-dis .fin-link{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .finance .finace-quation .content-fin .link-dis .fin-link a{
        display: flex;
        align-items: center;
        justify-content: space-around;
        color: var(--main-color);
    }


    .finance .discrib {
    padding: 6rem 0;
    }
    @media(max-width:1200px){
        .finance .discrib{
            padding: 1rem 0 5rem;
        }
    }
    @media(max-width:991px){
        .finance .discrib{
            padding: 1rem 0 5rem;
        }
    }

    .done-link{
        display: flex;
        align-items: center;
        gap: 1rem;
        border: 1px solid var(--main-color);
        width: fit-content;
        border-radius: 40px;
        padding: 0.4rem;
        margin: 1rem 0;
        animation-name: event;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        transition: 0.3s ease;
    }



    @keyframes event{
        0%{
            opacity:1;

        }

        75%{
            opacity: 0.5;
            transform:scale(0.9)
        }
        100%{
            box-shadow: initial 0px 0px 20px 0px var(--main-color);
            transform:scale(1)
        }
    }



    @media(max-width:991px){
        .done-link{
            justify-content: center;
        }
    }

    .done-link i{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size:25px;
    transition: 0.3s ease;
    animation-name: scrol;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: 50s ease;
    }

    @keyframes scrol{
        0%{
            transform: translateX(0%) ;
        }
        50%{
            transform: translateX(20%) ;
        }
        100%{
            transform: translateX(40%);
        }
    }

    .done-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    transition: color ease-in 0.3s ;
    text-wrap: nowrap;
    }

 @media(max-width:1200px){
    .done-link a{
        font-size: 20px;
        text-wrap: nowrap;
    }
 }
 @media(max-width:991px){
    .done-link a{
        font-size: 14px;
        text-wrap: nowrap;
    }
 }

 .done-link a:hover {
   color: var(--main-color);
   font-weight: bold;
 }








    /* finance */

    /* News */

    .News{
        background: linear-gradient(to left,  #221E7F 0%, #4F59D1  100%);
        padding: 1rem 0;
    }

    @media(max-width:991px){
        .News{
            height: fit-content;
        }
    }

    .News h1{
        text-align: end;
        margin: 0 5rem;
        padding-top: 2rem;
        color: #fff;
        font-size: 42px;

    }

    @media(max-width:991px){
        .News h1 {
            text-align: center;
            margin: 2rem 0rem;
            padding-top: 2rem;
            color: #fff;
            font-size: 30px;
        }
    }

    .dis-link{
        text-align: end;
        margin: 1rem 10rem;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 3rem;
    }

 @media(max-width:991px){
   .dis-link {
        text-align: center;
        margin: 0rem 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;

     }
 }







    .dis-link .active{
        text-decoration: underline;
    }

    .news-dis{
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 6rem 0;
    }

    @media(max-width:991px){
        .news-dis{
            flex-direction: column;
            flex-direction: column;
            margin: 2rem 0px;
        }
    }

 .news-dis .image{
    display: flex;
    align-items: center;
    justify-content: center;
 }




    .news-dis .text-n{
        width: 50%;

    }





    .news-dis .text-n a{
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 8rem;
        color: rgb(255 255 255 / 80%);
        font-size: 28px;
        font-weight: 900;
        text-decoration: underline;
        margin-top: 1rem;
        transition: ease 0.3s;
    }

    .news-dis .text-n a:hover{
        color:white;
    }

    @media(max-width:1200px){
        .news-dis .text-n a{
            font-size: 20px;
            padding-right: 3rem;
        }
    }
    @media(max-width:991px){
        .news-dis .text-n a{
            font-size: 14px;
            margin: 10px 0;
            justify-content: center;
            padding-right: 0rem;
        }
    }

    .ne-slid{
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: end;
        width: 100%;
        padding-right: 8rem;
        margin: 2rem 0 0 0;
    }

    @media(max-width:991px){
        .ne-slid{
            font-size: 14px;
            margin: 10px 0;
            justify-content: end;
            padding-right: 0rem;
        }
    }


 li{
    display: flex;
    justify-content: end;
    align-items: center;
    /* padding-right: 8rem; */
    margin-top: 3rem;
    /* background-color: rgb(255 255 255 / 20%); */
    height: 5px;
    width: 100%;


    }
 li img {
    width: 60px;
 }

   .activ{
       background-color: #fff  ;

    }

     .childs {
        background-color: rgb(255 255 255 / 20%);

    }

    .News-slid{
     position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    /*margin: 0 -2rem;*/
    z-index: 9999999;
    }



        @media (max-width: 991px) {
            .News-slid {
                margin: 0;
            }
        }

        .News-slid .preiv i {
            font-size: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;

        }

        .News-slid .next i {
            font-size: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;

        }

        /* News */
        /* Logo Slider */
        .clints .holders {
            text-align: center;
            color: var(--main-color);
            font-size: 45px;
            font-weight: 600;
            padding: 2rem 0;
        }

        @media (max-width: 1200px) {
            .clints .holders {
                margin-top: -2rem;
            }
        }

        @media (max-width: 991px) {
            .clints .holders {
                margin-top: -2rem;
            }
        }




        /* claint */
        .clints button {
            display: none !important;
        }

        .clints {
            min-height: 85vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        @media (max-width: 991px) {
            .clints {
                min-height: 50vh;
            }
        }

        .sliders {
            background: linear-gradient(to bottom, #EDF1FF 0%, #FCFDFF 100%);
            position: relative;
            z-index: 2;
            overflow: hidden;
            padding-bottom: 5rem;
        }

        @media (max-width: 991px) {
            .sliders {
                padding-bottom: 0rem;
            }
        }

        .clints .circale {
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--main-color);
            height: 200px;
            width: 200px;
            position: absolute;
            border-radius: 50%;
            z-index: -1;
            clip-path: circle(50% at 50% 50%); /* قص الصور لتظهر فقط داخل الدائرة */
        }

        .clints .circale {
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--main-color);
            height: 200px;
            width: 200px;
            position: absolute;
            border-radius: 50%;
            z-index: -1;

        }

        .clints .circale2 {
            display: flex;
            align-items: center;
            justify-content: center;
            animation: pulses 4s infinite; /* Pulse animation */
            height: 400px;
            width: 400px;
            position: absolute;
            border-radius: 50%;
            z-index: -2;
            background: #d1d4e8;
        }

        .clints .circale3 {
            display: flex;
            align-items: center;
            justify-content: center;
            animation: pulses 6s infinite; /* Slower pulse animation */
            height: 600px;
            width: 600px;
            position: absolute;
            border-radius: 50%;
            z-index: -1;
            border: 1px solid var(--main-color);
        }


        @media (max-width: 991px) {
            .clints .circale2 {
                height: 300px;
                width: 300px;
            }
        }


        @media (max-width: 1200px) {
            .clints .circale3 {
                height: 600px;
                width: 600px;
            }
        }

        @media (max-width: 991px) {
            .clints .circale3 {
                height: 350px;
                width: 350px;
            }
        }


        .im-clint {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            position: relative;
            /* clip-path: circle(100% at center);   */
            width: 100%;

            height: 200px;
            /*overflow: hidden;  إخفاء الصور خارج الدائرة */
        }


        .slides {
            width: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .slides img {
            width: 120px; /* يمكنك تعديل العرض حسب الحاجة */
            height: auto;
            display: block;
            margin: 0 auto;
        }

        /* Slick JS Styling */
        .slick-prev, .slick-next {
            background-color: var(--main-color);
            border-radius: 50%;
            width: 30px;
            height: 30px;
        }

        .slick-prev:before, .slick-next:before {
            color: white;
        }

        .slick-prev, .slick-next {
            z-index: 1;
            top: 50%;
            transform: translateY(-50%);
        }


        .Statistics {
            background: linear-gradient(to bottom, #EDF1FF 0%, #FCFDFF 100%);
            padding: 1rem 0;
        }

        .statis {

        }

        .statis-dis {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            flex-wrap: wrap;
            gap: 0.5rem
        }


        .statis-text i {
            font-size: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--app-color);

        }

        .statis-text h2 {
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--app-color);
        }

        .statis-text h3 {
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--app-color);
        }

        .statis-slid {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5rem;
            margin: 3rem 0;
        }

        .statis-slid .preiv i {
            font-size: 40px;
            color: var(--main-color);
        }

        .statis-slid .next i {
            font-size: 40px;
            color: var(--main-color);
        }

        /* Statistics  */
        /* Aords start */
        .Awords {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #FFFFFF 0%, #F7F9FF 100%);
            width: 100%;
        }

        .Awords .awords-dis {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3rem;
        }

        .Awords .awords-dis .aword-img {
            position: relative;
            border: 1px solid var(--main-color);
            padding: 1rem;
            border-radius: 10px;
        }

        .Awords .awords-dis .aword-img .overlay {
            position: absolute;
            height: 91%;
            width: 91%;
            background: linear-gradient(-45deg, rgb(46 49 146 / 80%) 50%, rgb(255 255 255 / 10%) 100%);
            top: 49%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 5px;

        }

        .Awords .awords-dis .aword-img img {
            width: 20rem;
            position: relative;
            border-radius: 5px;


        }

        /* .Awords .awords-dis .aword-img img::after{
              content: " ";
             position: absolute;
             background: linear-gradient(to bottom ,  #FFFFFF 0%, #F7F9FF 100%);
             width: 100%;
             height: 100%;

        } */
        .Awords .awords-dis .Aword-text {
            position: absolute;
            bottom: 0;
            text-align: end;
            padding: 0 10px;
            transform: translateY(-50%);
            width: 90%;
        }

        .Awords .awords-dis .Aword-text h2 {
            font-size: 15px;
            color: #ffff;
            font-weight: 900;
        }

        .Awords .awords-dis .Aword-text p {
            font-size: 15px;
            color: white;
            margin: 0.5rem 0;
        }

        .Awords .awords-dis .date {
            font-size: 10px;
            position: absolute;
            bottom: 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin: 0.5rem;
        }

        .Awords .awords-dis .date h3 {
            color: #fff;
            font-size: 15px;
            display: flex;
            align-items: center;
            font-weight: 400;
        }

        .Awords .awords-dis .date i {
            color: #fff;
            font-size: 19px;
            display: flex;
            align-items: center;
            justify-content: center;

        }


        .Awords-slid .preiv {
            background: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .Awords-slid .preiv i {
            color: #fff;
            font-size: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Awords-slid .next {
            background: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .Awords-slid .next i {
            color: #fff;
            font-size: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Aords end */
        /*  */
        .holderss {
            text-align: center;
            padding: 0px 0 0;
            color: var(--main-color);
            font-size: 45px;
            font-weight: 600;
        }

        .Awards {
            background: linear-gradient(to bottom, #ffff 0%, #F7F9FF 100%);
        }

        .aowrds .dis-awords .image img {
            height: 500px;
        }


    .amountDisplay {

        background: var(--main-color);
        padding: 0.3rem;
        color: white;
        text-wrap: nowrap;
        direction: rtl;
    }

    .parsley-errors-list li {
        justify-content: end;
        height: auto;
        margin: auto;
        list-style: none;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        font-size: 13px;
    }

    .text-danger {
        justify-content: end;
        text-align: end;
        height: auto;
        margin: auto;
        list-style: none;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        font-size: 13px;
    }







/* / */









