*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DroidKufi-Regular.eot');
  src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Regular.woff') format('woff'), url('../fonts/DroidKufi-Regular.woff2') format('woff2'), url('../fonts/DroidKufi-Regular.ttf') format('truetype'), url('../fonts/DroidKufi-Regular.svg#Droid Arabic Kufi') format('svg');
}
body{
    font-family:Droid Arabic Kufi;
    direction: rtl;
    overflow-x: hidden;
}
.footer_cou {
    background-color: #F56A20 !important;
    position: absolute;
    top: 0px;
    right: 35%;
    left: 0%;
    padding: 50px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.position_r{
    position: absolute;
    top: 15%;
}
.position_t{
    position: absolute;
    top: 100px;
}
.marginTop{
    margin-top: 70px;
}
.box {
    display: flex;
    flex-direction: row-reverse;
  }
  .box2 {

    display: flex;
    flex-direction: row-reverse;
  }

.end-0 {
    right: 0!important;
}
.navbar{
  
    font-family: Droid Arabic Kufi;
 }

.rtl_M{
    margin-top: -230px !important;
}
.orange{
    background-color: #F56A20 !important;
border:#F56A20;
color:white;
border-radius: 10px;
}
.larg_btn{
    padding-right:  0px;
    padding-left: 150px;
}
.rotate{
    transform: rotate(180deg);
}
.login_picture{
    display: flex;
    flex-direction: column-reverse;
}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  .textEnd{
    text-align: left ;
}

.col-pink{
    background-color: #FEF0E8;
    border-radius: 10px;
    padding: 20px;
    height: 340px;
}
.numbers p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 7px;
    background-color: #F56A20;
    color: white;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
}
.numbers p >span {
    font-size: 20px;
    padding: 6px;
}

.re_Po{
    position: relative;
}
.ab_po {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

.numbers small {
    color: #969696;
    font-size: 16px;
}
.about_page h1{
    font-size: 40px;
    font-weight: 800;
    /* font-family: 'Oswald', bold; */
}
.about_page p {
    color: #969696;
    font-size: 18px;
}
.colPinkR{
    height: 70VH;
}
.v70R{
    height: 425px;
}
.footer_color_b {
    padding: 10px 10px 10px 10px;
}
.Scroll{
    font-family: aven,bold;
     font-size: 18px;
        border: none;
        padding-left: 25px;
        color: #fff !important;
        background-color: #F56A20 !important;
        border-radius: 55px;
        text-align: center;
 }
 .lineSpacing ul li{
    line-height: 2.5;
}
.heading {
    font-size: 40px;
    color: #543AB2;
    /* font-family: 'Oswald', bold !important; */
    font-weight: bold;
}
.fw-bolder {
    font-weight: bolder !important;
}
.footer_color {
    background-color: #543AB2;
    padding: 100px 0px 100px 0px;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.heading{
    font-size: 40px;
    color: #543AB2;
    font-family: 'Oswald', bold !important;
}
.head_hero{
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
       /* font-family: 'Oswald', bold; */
}
.position_costum{
    position: absolute;
    top: 240px;
    left: 38%;
}
.font_cost{
    /* font-family: 'Oswald', bold; */
    font-weight: normal;
}
.footer_cou{
    background-color: #F56A20 ;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 50px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;

}
.head_hero{
    color: #FFFFFF;
    font-size: 65px;
       /* font-family: 'Oswald', bold !important; */
       font-weight: bold;
}
 .color-bg{
     background-color: #543AB2;
     color: var(--bs-white);
 }
.mTop{
    margin-top: 300px;
}
.mTop-rtl{
    margin-top: 600px;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
.bar_link{
    text-decoration: none;
    margin-left: 40px;
}
.spacer{
    height: 40px;
}
.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
@media (max-width: 575.98px) {
    .footer_cou {
        background-color:transparent !important;
        position: inherit;
        top: 0px;
        right: 0px;
        padding: 5px;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        /* border-top-right-radius: 50%;
        border-bottom-right-radius: 50%; */
}
.about_page{
    margin-top: 170px;
}
.Scroll{
    display: none;
}
body{
    overflow-x: hidden;
}
.colPinkR{
    height: 100vh;
}
.po-s{
    display: none;
}
.mobil_veiw{
    display: none;
}
.col-pink{
    margin-top: 120px;
}

   .footer_cou {
    background-color:transparent;
    position: inherit;
    top: 0px;
    right: 0px;
    padding: 5px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    /* border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; */
}

.tabeldirc{
    margin-top:20px;
}
.tabeldirc img{
    display: none;
}
.mobi-veiw{
    width: 172px;
    height: 34px;
    font-size: 15px;
}
.font_cost_m{
    font-size: 15px;
    margin-top: -18px;
}
.larg_btn {
    padding-right: 126px;
}
.login_bg {

    box-shadow: 0px 9px 45px -15px;
}
.position_costum{
    margin-top: 0;
}
.spacer{
    height: 0px;
}
.mTop-rtl{
    margin-top: 20px;
}
.mTop{
    margin-top: 30px;
}
.rtl-overflow-0 {
    margin-right: 35px;
}
.Extra_space{
    height: 20vh;
}

}
@media (max-width: 768px) {
    .po-s {
        display: none;
    }
    .ipad{
        display: none;
    }
    .tabeldirc img{
        display: none;
    }
    .mobile_view{
        display: none;
    }
    .colPinkR{
        height: 100vh;
    }
    .position_costum{
        margin-top: 0;
    }
    .mTop-rtl{
        margin-top: 20px;
    }
    .mTop{
        margin-top: 300px;
    }
    .rtl-overflow-0 {
        margin-right: 35px;
    }
    .col-pink{
        margin-top: 150px;
    }
    .Extra_space{
        height: 20vh !important;
    }
    .about_page{
        margin-top: 0;
    }
  
 }
 @media (max-width: 992px) { 
    .lessInMobile{
        height: 150px;
    }
    .moreInMobile{
        height: 150px;
    }
  }

 /* ======================================================================== */

  /*  New CSS After website redesign */
  .vh-50{
    height: 50vh !important;
 }
 .top-header-image,.download-arrow{
    animation: upDown infinite 4.5s;
}
.feature-image{
filter: drop-shadow(0 6mm 6mm rgba(30, 30, 30, 0.573));
}
 .top-header-image,.feature-image{
    height:550px;
}
.features-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-list li{
    width: 45%;
}
.slider-img{
    height:500px;
    object-fit:contain;
}
@keyframes upDown {
   0%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(10%);
        filter: drop-shadow(0 6mm 6mm rgba(30, 30, 30, 0.573));
    }
    100%{
        transform: translateY(0%);
    }
}