* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "my-font";
    /* src: url("{{asset('intro_site/fonts/URW DIN Arabic Medium (1).ttf')}}") */
    src: url("../fonts/URW\ DIN\ Arabic\ Medium\ \(1\).ttf")
}

body{
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: "my-font";
    font-size:15px;
    background-color: #fbfbfb;
    /*color: purple;*/
}
/*.purble{*/
/*    color: purple;*/
/*}*/
:root {
    --main: #5AB4A8;
    --wh: #fff;
    --bk : #000;
}
.main-color{
    color: var(--main);
}
.bg-main{
    /*background: linear-gradient(to left top, #5AB4A8 ,#489f94, #5c9a92,#16302d);*/
    background-color: #5AB4A8;
}


.welcome p{
    line-height: 1.9
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ --fixed-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
a, a:hover  {
    text-decoration: none ;
    cursor: pointer ;
    color: inherit;
}
ul{
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
a , ul , li , button ,i, label {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a , ul , li , button ,i {
    cursor: pointer;
}
button:focus {
    outline: none;
}
a:focus,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: unset ;
}
p {
    margin: 0;
    padding: 0;
}
.p-none {
    padding: 0 !important;
}
.m-none {
    margin: 0  !important;
}
.internal-space2{
    padding:20px 0 ;
}
.internal-space3{
    padding:30px 0 ;
}
.internal-space4{
    padding:40px 0 ;
}
.internal-space5{
    padding:50px 0 ;
}
.s-space {
   margin: 50px 0;
}
.p-space{
    padding: 50px 0;
}
.m-0{
    margin: 0 !important
}
.p-0{
    padding: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding:20px;
}
.p-30{
    padding: 30px;
}
.p-50{
    padding: 50px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}

.py-10 {
    padding: 10px 0;
}
.py-20{
    padding:20px 0;
}
.py-30{
    padding: 30px 0;
}
.py-50{
    padding: 50px 0;
}
.px-20 {
    padding: 0 20px;
}
.px-10 {
    padding: 0 10px;
}
.px-5p{
    padding: 0 5px;
}
.ml-10 {
    margin-left: 10px
}
.mr-10 {
    margin-right: 10px
}
.ml-20 {
    margin-left: 20px
}
.mr-30 {
    margin-right: 30px
}
.ml-30 {
    margin-left: 30px
}
.mr-20 {
    margin-right: 10px
}
.mt-20{
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-50{
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}
.my-10 {
    margin: 10px 0 ;
}
.my-20 {
    margin:20px 0 ;
}
.my-30 {
    margin: 0 30px ;
}
.mx-20{
    margin: 0 20px;
}
.over-none{
    overflow:hidden !important;
}
.dropdown-menu {
    text-align: start;
}

@media (max-width:991px) {
    .md-s-space {
        margin: 30px 0;
    }
    .m-md-10{
        margin: 10px;
    }
}

label{
    cursor: pointer;
}
.mb-0{
    margin-bottom: 0 !important;
}
.half-width{
    width: 50% !important;
}
button  {
    cursor: pointer !important
}
.owl_index{
    direction:ltr;
}
.wh-border{
    border: 1px solid var(--wh) !important
}
.wh-color{
    color: white 
}
.p_rv{
    position: relative;
}
.p_ab{
    position: absolute
}
hr{
    padding: 0;
    margin: 0 ;
    
}
.nice-select {
    width: 100%;
    text-align: right !important;
    border: 1px solid #ced4da;
    padding-right: 10px;
    float: none !important;
    color: gray;
}
.nice-select:after {
    right: unset;
    left: 10px;
}
.nice-select .list {
    width: 100%;
}
.nice-select .option {
    text-align: start;
}
.form-control:focus {
    box-shadow: unset;
}
.fw-500{
    font-weight: 600;
}
.fw-600{
    font-weight: 600;
}
.f-10{
    font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-16{
    font-size: 16px;
}
.f-17{
    font-size: 17px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-25{
    font-size: 25px;
}
.rad-5{
    border-radius: 5px;
}
.rad-6{
    border-radius:6px
}
.rad-10{
    border-radius: 10px;
}
.rad-50{
    border-radius: 50%;
}
.black-color{
    color: #000;
}
.bg-black{
    background-color: #000;
}
.bg-wh{
    background-color: white;
}
.b_radius_0{
    border-radius: unset;
}
@media (max-width:600px){
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size:  18px !important;
    }
    h5,h6{
        font-size:16px  ;
    }
     ul li a {
        font-size: 12px  !important;
     }
     .copy-right{
        font-size: 10px;
     }
    

    p,div{
        font-size:12px  !important
    } 
    .nice-select{
        font-size: 12px;
    }
}
.tr-3{
    transition: all .3s ease-in;
}
/* start_component */
.between-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* end-component */
textarea{
    resize: none;
}
/* $$$$$$$$$$$$$$$$$$$$$ end-fixed $$$$$$$$$$$$$$$$$$$$$ */

/* ____________ // main_btn // ____________  */
.mainBtn{
    /*background: linear-gradient(to left top, #5AB4A8 ,#489f94, #5c9a92,#16302d);*/
    background-color: #5AB4A8;
    color: var(--wh);
    text-align: center;
    width: 120px;
    height: 40px;
    border: 1px solid var(--main);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainBtn:hover{
    color: var(--main)  ;
    background: var(--wh);
}
@media (max-width:600px) {
    .mainBtn{
        font-size: 12px;
    }
}
.img-frame{
position:relative
}
.phone-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 60%;
    height: 100px;
    object-fit: contain;
}

/* ____________ // start_header____________  */
a:hover{
    color: gray;
}
header{
    box-shadow: #f5f3f3 0px 7px 10px;
}
.logo{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
@media (max-width: 600px) {
    .logo{
        width: 50px
    }
}
.nav_ul li{
     margin: 0 20px;
}
.nav-dropdown .dropdown-toggle , .joinUs{
    margin-inline-end: 30px;
}
.nav-dropdown .dropdown-item:hover {
    color: var(--wh);
    text-decoration: none;
    background-color: var(--main);
}
@media (max-width:991px) {
    .nav_ul{
    background: #000000de;
    height: 100%;
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    transform: translateY(-100%);
    }
    .nav_ul li{
        margin: 10px 0;
    }
    .nav_ul  a{
        color: var(--wh);
    }
    .nav_ul.active{
        transform: translateY(0);
    }
}
.burger-icon{
    width: 25px;
    height: 25px;
    transition: all .3s ease-in-out;
    visibility: hidden;
    cursor: pointer;

}
.burger-icon span{
    width: 100%;
    height: 2px;
    background: var(--main);
    display: block;
    transition: all .3s ease-in-out;
}
.burger-icon.active  span:first-of-type{
    transform: rotate(45deg) translateY(9px);
}
.burger-icon.active span:nth-of-type(2){
    display: none;
}
.burger-icon.active span:nth-of-type(3){
    transform: rotate(-45deg) translateY(-9px);
}
@media (max-width:991px) {
    .burger-icon{
        visibility: visible;
    }
}
.download_img:hover{
    transform: translateY(-2px);
}
@media (max-width:400px) {
    
    .logo{
        width: 30px;
    }
    .burger-icon{
        width: 15px;
        height: 15px;
    }
    .mainBtn{
        width: 110px;
    height: 30px;
    line-height: 15px;
    }
    .burger-icon.active span:first-of-type {
        transform: rotate(45deg) translateY(6px);
    }
    .burger-icon.active span:nth-of-type(3){
        transform: rotate(-45deg) translateY(-6px);
    }
}

/* ____________ // end_header____________  */
/* ____________ // welcome//____________  */
.welcome_text{
    padding-inline-start: 40px;
}
.welcome_text::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../imgs/logo.png);
    position: absolute;
    right: 0;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
}
.welcome_img_lg , .welcome_img_sm{
    border-radius: 10px;
    /* object-fit: contain; */
}
.welcome_img_lg {
    width: 220px;
    height: 450px;
}
.welcome_img_sm{
    width: 180px;
    height: 350px;
    margin-bottom: -35px;
}
@media (max-width:1200px) {
    .welcome_img_lg {
        width: 180px;
        height: 360px;
    }
    .welcome_img_sm {
        height: 260px;
        width: 130px;
    }
}
@media (max-width:991px){
    .welcome_img_lg {
        width: 120px;
        height: 260px;
    }
    .welcome_img_sm {
        width: 100px;
        height: 200px;
    }
}
@media (max-width:572px){
    .welcome_img_lg {
        width: 90px;
        height: 180px;
    }
    .welcome_img_sm {
        width: 70px;
        height: 140px;
    }
} 
 @media (max-width:600px){
    
}
.welcome::before{
    content: '';
    position: absolute;
    /*background: linear-gradient(to left, #5AB4A8 ,#489f94,#16302d);*/
    background-color: #5AB4A8;
    left: -59px;
    top: -350px;
    border-radius: 0 0 100px 0;
    transform: rotate(36deg);
    width: 578px;
    height: 750px;
}
@media (max-width:768px) {
    .welcome h2{
        color: black;
    }
}
/* ____________ // services //____________  */
.ourServices{
    height: 300px;
}
.ourServices p , .howItWork p , .SuccessPartners p , .commonQuestions p{
    max-width: 500px;
    margin: auto;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gallery_text {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: calc(100% - 20px);
}

.gallery_text p {
    opacity: 0.9;
}

.gallery_sec{
    height: 400px;
    transition: all .3s ease-in-out;
    margin: 0;
}
.gallery_img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    z-index: 1;
}
.gallery_sec::after{
    content: ' ';
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    background:linear-gradient(to bottom , rgba(243, 243, 243, 0.3),rgba(0, 0, 0, .4) );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.services_gallery{
    margin-top: -165px;
}

.box-Features{
    margin: 20px 0;
    height: calc(100% - 40px);
}

.box-Features h4{
    margin: 0;
    font-size: 20px;
}

@media (max-width:991px) {
    /*.services_gallery{*/
    /*    background-color: var(--main);*/
    /*}*/
    .ourServices{
        height: unset;
    }
    .services_gallery {
        margin-top: unset;
    }
    
}
@media (max-width:768px) {
    
    .services_gallery {
        margin-top: -5px;
    }
    
}

/* ____________ // start_box //____________  */
.box{
    height: 100%;
    min-height: 180px;
    margin-bottom: 10px;
}

/* ____________ // how_it_work //____________  */
.owl-carousel{
    direction: ltr;
}
/*.owl-stage{*/
/*   display: flex;*/
/*   padding: 50px 0;*/
/*}*/
.owl_1.owl-item:nth-child(odd) {
    position: relative;
}
.owl_img{
    width: 180px;
    height: 300px;
    object-fit: contain;
}
.owl-carousel .owl-item .owl_img{
    width: 150px !Important;
    height: 150px !Important;
    border-radius: 50%;
}
@media  (max-width:600px) {
    .owl-carousel .owl-item .owl_img{
        width: 100px !Important;
        height: 100px !Important;
        border-radius: 50%;
    }

}
.owl_1 .owl-item:nth-child(odd) .owl_img{
    position: absolute;
    bottom: 50px;
}
.howItWork  .owl-carousel{
    margin-top: 20px
}
.owl-item{
    float: none;
}
.owl_1 button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D6D6D6;
}
.owl_1 button.active  , .owl_1 button.owl-dot:hover{
    background-color: var(--main);
    transform: scale(1.5);
  }
.owl_1 .owl-dots{
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin: auto;
}
@media (max-width:768px) {
    .owl_1 .owl-dots {
        width: 80%;
    }
}
/* ____________ // success_partner //____________  */
.sponser{
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 8px;
    border-radius: 5px;
}
.sponser > img{
    width: auto !important;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
}


textarea.form-input{
    min-height: 180px;
}
.form-input{
    height: 50px;
    font-size: 14px;
    background: #FFF;
    border-radius: 0;
    border: 1px solid #FFF;
    
}
.form-input:focus{
    border-color: var(--main);
}
.form-input::placeholder{
    font-size: 12px;
}
/* ____________ // download_app //____________  */
.download_app{
    margin-top:150px
}
.download_img{
    width: 170px;
    margin-inline-end: 8px;
    transition: all .3s ease;
    object-fit: fill;
}
@media (max-width:600px) {
    .download_img {
        width: 130px;
        height: 35px;
    }
}
.double{
    margin-top: -83px;
    margin-bottom: 17px;
}
.double img{
    border-radius: 10px;
    object-fit: contain;
}
.fs_double{
    /*width: 200px;*/
    /*height: 400px;*/
    transform: rotate(20deg);
    z-index: 2;
}
.second_double{
    /*width: 160px;*/
    /*height: 320px;*/
    transform: rotate(-17deg);
    z-index: 1;
    transform: rotate(-17deg) translate(70px , 40px) ;
}
@media (max-width:991px){
    .double{
        margin-bottom: 0;
    }
}
@media (max-width:600px){
    /*.double img:first-of-type{*/
    /*    width: 100px;*/
    /*    height: 200px;*/
    /*} */
    /*.double img:nth-of-type(2){*/
    /*    width: 80px;*/
    /*    height: 160px;*/
    /*    transform: rotate(-17deg) translate(32px , 20px);*/
    /*}*/
    .double{
        display: none !important;
    }

}

/* ____________ // download_app //____________  */
.footer_links li.active{
    color: var(--main);
}

.footer_links li:not(:last-of-type) {
 border-inline-end:1px solid gray;
    width: 20%;
}
.social_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
   
}
.social_img:hover{
    animation: linear .5s 1  rotate;
}
@keyframes rotate { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}
@media (max-width:600px) {
    .social_img {
        width: 30px;
        height: 30px;
    }
}
 .right-spe{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    }
    .links-spe{
    display: flex;
    gap: 15px;
    align-items: center;
    color: white;
    }
    .links-spe a{
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: white;
    font-size: 15px;
    }
    
    .footer-new-img{
    width: 70px;
    }
    @media screen and (max-width : 700px) {
        .down-footer{
        justify-content: center;
        }
    }
    /*-----------------------*/
    .owl_3{
        padding: 0 10px;
    }
    .owl_3 .owl-nav{
        /*display: flex !important;*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*width: 100%;*/

    }
    .owl-next , .owl-prev {
        background-color: #5ab4a8 !Important;
        width: 35px;
        height: 35px;
        line-height: 20px;
        font-size: 27px;
        text-align: center;
        border-radius: 50%;
        margin-inline-start: -20px;
        box-shadow: rgba(0 , 0 , 0 , .4) 0px 7px 29px 0px;
    }
    h3 , h4 {
        /*color: purple;*/
        /*font-weight: bold;*/
    }
    a{
        color:black
    }


.AllBoxHowItWork > div{
    counter-increment: post-counter;
}


.boxHowItWork {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    margin: 15px 0;
    height: calc(100% - 30px);
    padding: 25px 15px;
    position: relative;
    z-index: 1;
}

.boxHowItWork:after{
    content: counter(post-counter);
    display: block;
    font-size: 70px;
    position: absolute;
    bottom: 0;
    line-height: 0.8;
    z-index: -1;
    right: 20px;
    color: #E3E3E3;
    top: 20px;
    font-family: sans-serif;
}


.boxHowItWork  > div{
    max-width: 250px;
    margin: auto !important;
}

.boxHowItWork > img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}


.AccorCommonQuestions button {
    border: none;
    outline: none;
    background-color: transparent;
    text-align: start;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.AccorCommonQuestions button[aria-expanded="true"] > i{
    transform: rotate(180deg);
}


.AccorCommonQuestions .card{
    border: none;
    border-radius: 0;
    margin: 13px 0;
}

.AccorCommonQuestions .card-body{
    padding: 10px;
    border-top: 1px solid #EEE;
}


    /* 
    
    ___________________//scrollbar//__________________ */
    ::-webkit-scrollbar {
        width: 10px;
      }
      ::-webkit-scrollbar-track {
        background: #fbfbfb;
      }
      ::-webkit-scrollbar-thumb {
        background: var(--main);
        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
      }
      ::-webkit-scrollbar-thumb:hover {
        background: #5ab4a875 ;
      }