@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DROIDKUFI-REGULAR.TTF');
}
@font-face {
    font-family: 'AraAssaf-regular';
    src: url('../fonts/AraAssaf-regular.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/ROBOTO-REGULAR.TTF');
}
@font-face {
    font-family: 'Roboto-light';
    src: url('../fonts/Roboto/ROBOTO-LIGHT.TTF');
}
@font-face {
    font-family: 'Roboto-medium';
    src: url('../fonts/Roboto/ROBOTO-MEDIUM.TTF');
}
:root {
    --trans: all .35s ease-in-out;
    --medium: 'Roboto-medium';
    --light: 'Roboto-light'
}
html {
    scroll-behavior: smooth;
}
body{
    direction: rtl;
    text-align: right;
    padding: 0px;
    margin: 0px;
    font-family: 'DroidKufi-Regular';
    font-size: 16px;
    position: relative;
}
/* general */
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}
p{
    text-align: justify;
    margin: 0px;
}
a{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
button:focus, .btn:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
.section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.title{
    display: inline-block;
    color: #5e2ced;
    font-size: 28px;
    font-weight: bold;
}
.line{
    display: inline-block;
    vertical-align: super;
    background-color: #fdac00;
    margin-right: 30px;
    width: 27px;
    height: 5px;
    border-radius: 2.5px;
}
.social a{
    width: 20px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 5px;
}
.social a:hover{
    color: #fdac00;
}
/* navbar */
.fixed-header{
    position: fixed;
    z-index: 2;
    background-color: #fff;
    width: 100%;
}
.navbar{
    background-color: transparent;
    padding-bottom: 0px;
}
.navbar .navbar-nav .nav-item .nav-link{
    padding: 0px;
    padding-bottom: 15px;
    margin: 0px 20px;
    color: #5e2ced;
}
.navbar .navbar-nav .nav-item:last-of-type .nav-link{
    margin-left: 0px;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #fdac00;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    color: #fdac00;
}
.navbar .hvr-underline-from-center:before{
    background: #fdac00;
    height: 1px;
}
.navbar .hvr-underline-from-center:hover:before,
.navbar .hvr-underline-from-center.active:before{
    left: 40%;
    right: 40%;
}
.navbar .navbar-nav .nav-item .nav-link.nav-btn{
    background-color: #6424ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 142px;
    height: 48px;
    font-size: 14px;
    border-radius: 5px;
}
/* hero */
.hero{
    padding-bottom: 140px;
}
.hero .hero-bg{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
}
.hero h1{
    color: #5f5f5f;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-bottom: 35px;
}
.hero .hero-line{
    width: 43px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #fdac00;
}
.hero p{
    color: #757575;
    margin-top: 35px;
}
.hero a{
    display: inline-block;
    background-color: #5e2ced;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 40px;
}
.hero .hero-img{
    height: 515px;
}
.hero-count{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-count .count{
    display: inline-block;
    color: #929192;
    font-size: 14px;
    padding-right: 5px;
}
.hero-count .count.active{
    color: #5e2ced;
    font-size: 20px;
    font-family: var(--medium);
}
.hero-nav{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-nav .btn{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fed57f;
    color: #a58b53;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
}
.hero-nav .btn:hover{
    background-color: #fdac00;
    color: #fff;
}
/* about-us */
.about-us{
    padding-top: 20px;
}
.about-us p{
    color: #414141;
}
/* services */
.services{
    position: relative;
}
.services .figure img{
    height: 80px;
}
.services h3{
    color: #3c3c3c;
    font-weight: bold;
}
.services .mt{
    margin-top: 30px;
}
.services-bg{
    position: absolute;
    top: 30px;
    left: 0px;
}
.services .serveice:hover h3{
    color: #fdac00;
}
.services .serveice:hover img{
    transform: rotateY(180deg);
    transition: all 1s;
}
/* statistic */
.statistic{
    background-color: #f7f7f9;
    padding: 20px 0px;
}
.statistic h2{
    color: #484848;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}
.statistic .number{
    display: inline-block;
    color: #fdac00;
    font-size: 50px;
    line-height: 80px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    position: relative;
    z-index: 1;
}
.statistic .number:before{
    content: "";
    background-color: #e7e2f7;
    width: 104px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: 30px;
    right: -7px;
    z-index: -1;
}
.statistic span.label{
    display: block;
    color: #5e2ced;
    font-size: 24px;
    font-style: italic;
    font-family: 'AraAssaf-regular';
}
/* process */
.process{}
.process-steps{
    margin-top: 50px;
}
.process-steps .box{
    width: 153.17px;
    height: 168.49px;
    border: 2px solid #e3e3e3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #464646;
}
.process-steps .row > div:nth-child(odd) .box{}
.process-steps .row > div:nth-child(even) .box{
    margin-top: 55px;
}
.process-steps .row > div:nth-child(odd) .box:before{
    content: '';
    border-top: 2px dashed #fdac00;
    position: absolute;
    top: 0px;
    right: 95%;
    z-index: -1;
    width: 115px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(-20deg) translateY(-16px);
}
.process-steps .row > div:nth-child(even):not(:last-child) .box:before{
    content: '';
    border-top: 2px dashed #fdac00;
    position: absolute;
    bottom: 0px;
    right: 95%;
    z-index: -1;
    width: 115px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(200deg) translateY(-16px);
}
.process-steps .box .link-image img{
    filter: grayscale(100%);
}
.process-steps .box span{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto-Regular';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}
.process-steps .box h3{
    font-weight: bold;
    margin-top: 35px;
}
.process-steps .box.active{
    box-shadow:  0 0 40px rgba(94, 44, 237, 0.25);
    color: #464646;
}
.process-steps .box.prev{
    color: #464646;
}
.process-steps .box.active .link-image img,
.process-steps .box.prev .link-image img{
    filter: none;
}
.process-steps .box.active span,
.process-steps .box.prev span{
    background-color: #5e2ced;
    color: #fff;
}
/* tweet sms app */
.tweet_sms{
    background-image: url(../images/tweet_sms.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    /* height: 605px; */
}
.tweet_sms h2{
    font-size: 39.14px;
    color: #fdac00;
    margin-bottom: 40px;
}
.tweet_sms p{
    color: #fff;
    padding-top: 25px;
}
.tweet_sms p:first-of-type{
    padding-top: 0px;
}
.tweet_sms a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 25px;
    width: 70px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.tweet_sms a:hover{
    background-color: #95599a;
}
/* contact us and our customers  */
.contact-us-customers{
    background-image: url(../images/customers-contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
}
.contact-us-customers:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 7, 7, 0.55);
}
.contact-us-customers .title{
    color: #fff;
    margin-bottom: 35px;
}
.contact-us-customers .line{
    margin-right: 15px;
}
.contact-us .input-group{
    margin-bottom: 25px;
}
.contact-us .form-control, .contact-us .form-control:focus, .contact-us .input-group-append{
    background-color: rgba(255, 255, 255, 0.20);
    border: none;
    border-radius: 0px;
    height: 60px;
    color: #fff;
}
.contact-us .input-group-append{
    font-size: 24px;
    color: #fdac00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0px 15px;
}
.contact-us .form-control::placeholder{
    color: #fff;
}
.contact-us .btn{
    background-color: #fdac00;
    color: #fff;
    display: flex;
    width: 100%;
    height: 60px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}
.contact-us .btn i{
    padding-right: 10px;
}
.contact-us .btn:hover{
    color: #fff;
}
.our-customers .img{
    margin-bottom: 35px;
}
.our-customers .img img{
    height: 110px;
    width: auto;
}
.our-customers-carousel .owl-nav{
    text-align: left;
}
.our-customers-carousel .owl-nav button.owl-next,
.our-customers-carousel .owl-nav button.owl-prev{
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #fdac00;
    color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: rgba(255, 255, 255, 0.25);
}
/* footer */
footer{
    background-image: url(../images/footer-bg.png);
    background-position: bottom;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
}
footer .title{
    display: block;
    font-size: 20px;
    color: #404040;
}
footer .line{
    display: block;
    margin: 35px 0px;
}
.top-footer{
    padding: 30px 0px;
}


.top-footer .logo {
    height: 110px;
    /* padding-top: 20px; */
    position: relative;
    top: 25px;
}

.top-footer p{
    color: #a1a1a1;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.top-footer form .form-control, .top-footer form .form-control:focus{
    background-color: transparent;
    border-radius: 0px;
    height: 100%;
    display: inline-block;
    height: 64px;
    border: 1px solid #5e2ced;
    color: #818081;
}
.top-footer form .form-control::placeholder{
    color: #818081;
}
.top-footer form .btn{
    display: inline-block;
    color: #fdac00;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.top-footer .social{
    margin-top: 40px;
}
.top-footer .social a{
    font-size: 16px;
}
.top-footer .social a:hover{
    color: #fdac00;
}
.top-footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* width: 70%; */
}
.top-footer ul li{
    margin-bottom: 15px;
}
.top-footer ul li:last-of-type{
    margin-bottom: 0px;
}
.top-footer .icon{
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin-bottom: 0px;
}
.top-footer a{
    display: inline-block;
    color: #a1a1a1;
    font-size: 14px;
    direction: ltr;
}
.top-footer a:hover{
    color: #5e2ced;
    font-weight: bold;
}
.top-footer span{
    display: block;
    color: #a1a1a1;
    font-size: 14px;
    direction: ltr;
}
.down-footer{
    border-top: 1px solid #fdac00;
    padding: 20px 0px;
    text-align: left;
    direction: ltr;
}
.down-footer p{
    color: #a1a1a1;
    font-size: 14px;
}
.down-footer p span{
    color: #5e2ced;
    font-weight: bold;
}
/* to-top */
.to-top{
    position: fixed;
    bottom: 30px;
    left: 30px;
    color: #fff;
    background-color: #5e2ced;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
}

.to-top a{
    color: white;
}
/* sign in and register */
.sign{
    background-image: url(../images/sign_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sign .img{
    position: relative;
    width: 100%;
    max-width: 361.33px;
    margin: 0 auto;
}
.sign .img::before{
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.triangle{
    position: absolute;
    width: 45px;
    height: 45px;
    top: 60px;
    left: calc(-45px / 2);
}
.info{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 105px 40px 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.info h3{
    font-size: 28px;
    padding-bottom: 15px;
}
.info p{
    font-size: 12px;
    text-align-last: center;
}
.sign h2{
    color: #6424ff;
    font-size: 24px;
    padding-bottom: 20px;
}
.sign .form-group{}
.sign label{
    color: #212020;
    margin-bottom: 5px;
}
.sign label span{
    font-size: 16px;
    color: #f63232;
}
.sign .form-control{
    border: none;
    border-bottom: 1px solid #e3e3e3;
    color: #212020;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    height: 35px;
}
.sign .form-control::placeholder{
    color: #bebebe;
    font-family: var(--light);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.sign a{
    color: #fdac00;
    font-size: 12px;
    text-decoration: underline;
}
.sign .btn{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 16px;
    color: #fff;
    background-color: #6424ff;
    margin-top: 10px;
}
.sign span{
    color: #3f3f3f;
    font-size: 12px;
}
/*whatsapp*/
.whatsapp {
    position: fixed;
    bottom: calc(50vh - 30px);
    left: 0px;
    color: #fff;
    background-color: #25D366;
    width: 170px;
    height: 60px;
    display: flex;
    padding-inline-start: 15px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 51px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    cursor: pointer;
    z-index: 100;
}
/*
.whatsapp {
    position: fixed;
    bottom: calc(50vh - 30px);
    right: 0px;
    color: #fff;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 30px;
    cursor: pointer;
}
*/

.whatsapp:hover{
    color: #fff;
}

#tweet_sms  li{
    color: white!important;
    text-align: justify;
    margin-top: 4px;
    font-size: 14px;

}



/*input::-webkit-input-placeholder {
    font-family: 'DroidKufi-Regular';
}

input:-ms-input-placeholder {
    font-family: 'DroidKufi-Regular';
}
input::-ms-input-placeholder {
    font-family: 'DroidKufi-Regular';
}

input:-moz-placeholder {
    font-family: 'DroidKufi-Regular';
}

input::-moz-placeholder {
    font-family: 'DroidKufi-Regular';
}
input::placeholder{
    font-family: 'DroidKufi-Regular';
}*/




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'DroidKufi-Regular'!important;;
    font-size: 12px!important;

}


/*  */
.payment{
    position: relative;
    text-align: center;
    box-shadow: 0px 20px 50px 0px rgba(94, 44, 237, 0.1);
    padding: 97px 30px 30px;
    margin-top: 170px;
    height: 510px;
}


.payment .pay-img{
    position: absolute;
    width: 170px;
    height: 170px;
    top: -111px;
    right: calc(50% - 85px);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.25);
}
.payment .title{
    display: block;
    color: #3c3c3c;
    font-size: 16px;
}
.payment .line{
    display: inline-block;
    margin-right: 0px;
    margin-top: 17px;

}
.payment span{
    display: block;
    color: #b1b1b1;
    font-size: 14px;
}
.payment p{
    display: inline-block;
    color: #6424ff;
    font-size: 14px;
    font-family: var(--medium);
}


.code {
    display: block;
    width: 260px;
    /* height: 101px; */
    margin: 0 auto;
}

.hero {
    padding-bottom: 100px;
}
.about-us {
    padding-top: 0px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services .mt {
    margin-top: 35px;
}




