@font-face {
    font-family:'ExpoArabicBold';
   src: url(../font/ExpoArabicBold.ttf);  
}
@font-face {
    font-family:'ExpoArabicBook';
   src: url(../font/ExpoArabicBook.ttf);  
}
@font-face {
    font-family:'ExpoArabicLight';
   src: url(../font/ExpoArabicLight.ttf);  
}
@font-face {
    font-family:'ExpoArabicMedium';
   src: url(../font/ExpoArabicMedium.ttf);  
}

html
{
    scroll-behavior: smooth;
    
}
body
{
    text-align: right;
    font-family:'ExpoArabicBook';
    box-sizing: border-box;
    font-size: 14px;
    transition: all .1s ease-in-out;
    padding: 0px;
    margin: 0px;
    color: #7A7A7A;
    overflow-x: hidden;
}
.how-work
{
    overflow: hidden;
}
*,p,h3,h6
{
    padding: 0px;
    margin: 0px; 
}
h3,h4,h2,h1,h6,h5
{
    color: #000;
}
a {
    text-decoration: none;
}
.box-flex
{
    display: flex;
    align-items: center;
}
.btn-green
{
    color: #FFF;
    background: #20A135;
    border-radius: 5px;
    border:1px solid #20A135;
    position: relative;
    width: 160px;
    animation: up-btn 3.5s infinite;
    font-family:'ExpoArabicMedium';

}
.btn-green:before {
    animation: pulse-blue-medium-sm 3.5s infinite;
}
.btn-green:after {
    animation: pulse-blue-small-sm 3.5s infinite;
}
.btn-green:after,.btn-green:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
}
@keyframes up-btn { 
    0% { 
      transform: translateX(0px); 
    }  
  }
@keyframes pulse-blue-small-sm {
	0% {
		box-shadow: 0 0 0 0 #20A135;
	}

	100%,
	30% {
		box-shadow: 0 0 0 12px transparent;
	}
}

@keyframes pulse-blue-medium-sm {
	0% {
		box-shadow: 0 0 0 0 #20A135;
	}

	100%,
	30% {
		box-shadow: 0 0 0 20px transparent;
	}
}
.btn-green:hover
{
    background: #FFF;
    color: #20A135;
    border:1px solid #20A135;
    box-shadow: 0 5px 10px rgba(0,124,183,.4)!important;

}
/*--Header--*/
.sticky {

    transition: all 0.6s ease;
    width: 100%;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    z-index: 99999;
    position: fixed;
    background-color: #FFF;
    padding-top: 0px;
}
header {
    padding:10px 0;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-bottom: solid 2px #f6f6f6;
  
}
header .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.hamburger{
    width: 60px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hamburger:focus{
      outline: none;
    }
    .hamburger:hover{
        transition: all 0.2s ease-in-out;
    }
    
.hamburger:hover .line:nth-child(1){ width: 100%;}
.hamburger:hover .line:nth-child(2){width: 100%;}
.hamburger:hover .line:nth-child(3){width: 100%;} 
.line{
      transition: all 0.2s ease-in-out;
      height: 2px;
      margin: 3px 0;
      border-radius: 5px;
      background: #000;
}
.line:nth-child(1){width: 100%;}
.line:nth-child(2){ width: 80%;}
.line:nth-child(3){ width: 60%;}
.closebtn{
    width: 20px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.closebtn:focus{
      outline: none;
    }
.closebtn:hover{
        transition: all 0.2s ease-in-out;
}
.closebtn:hover .line:nth-child(1)
{
  transform: rotate(0) translate(-5px,8px);
}
.closebtn:hover .line:nth-child(2){
     transform: rotate(0) translate(-5px,0);
}
.closebtn .line{
      transition: all 0.2s ease-in-out;
      height: 2px;
      width: 100%;
      margin: 3px 0;
      border-radius: 5px;
      background:#000;
}
.closebtn .line:nth-child(1){
        transform: rotate(45deg) translate(1px, 10px);
      }
.closebtn .line:nth-child(2){
    transform: rotate(-45deg) translate(0px, -9px);
      }
.nav-link:hover, .nav-link:focus
{
    color: #20A135;

 }
a.logo img
{
    width: 30px;
    margin-left: 50px;
}
.lang-nav 
{
    border:1px solid #7A7A7A;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    z-index: 999;
}
.lang-nav  img
{
    width: 20px;
    margin-left: 5px;
}
.lang-nav a
{
    color: #000;
}
.lang-nav  .dropdown-menu.show
{
    transform: translate(0px, 28px) !important;
}
.lang-nav  .dropdown-menu.show,.nav-item  .dropdown-menu.show
{
    --bs-dropdown-min-width: 6rem;
    --bs-dropdown-padding-y: 0rem;
}
.nav-item  .dropdown-menu.show
{
    width: 85%;
    transform: translate(-10px, 0px) !important;
}
.dropdown-toggle::after
{
    display: none;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active
{
    color:#20A135;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link
{
    padding: 0.5rem 1.2rem;
    font-weight: 500;
}
.lang-nav .fa-angle-down
{
    border-radius: 50%;
    border: 1px solid #7A7A7A;
    font-size: 9px;
    padding: 1px 1.3px;
    margin-right: 5px;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #20a135;
}
.navbar-expand-lg
{
    position: relative;
    z-index: 999;
}
/*--Start intro--*/

.intro-pic {
    z-index: 9;
    position: relative;
    text-align: center;
    margin-top: 80px;
}
.intro-pic img ,.about-pic{
    animation: up-down 2.5s infinite linear;
}

.intro h1
{
    padding-top: 80px;
    font-family:'ExpoArabicBold';
    font-size: 59px;
}
.intro p
{
    font-size: 18px;
    margin-top: 25px;
    font-weight: 500;
}
.search-box
{
    position: relative;
    height: 45px;
    margin-top: 20px;
}
.search-box .fa-location-dot
{
    position: absolute;
    top: 14px;
    right: 11px;
}
.search-box .form-control {
    display: block;
    width: 70%;
    padding: 0.375rem 1.5rem;
    margin-left: 5px;
    box-shadow: 0 3px 10px rgb(158 158 158 / 40%);
    background: #F6F6F6;
}
/*--Startadvantages--*/
section
{
    padding-top: 50px;
}
section .container
{
    border-bottom: dashed 1px #7A7A7A;
    padding-bottom: 60px;
}
section.join-us .container,section.download-app .container,
section.about-how-work .container,section.subscription .container
{
    border: 0px;
}
.sec-tit h2,.advant-body h4
{
    position: relative;
    font-family:'ExpoArabicMedium';

}
.sec-tit p
{
    font-weight: 500;
    font-size: 16px;

}


.advant-body
{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.advant-body img
{
    width: 100px;
}
.how-work img
{
    width: 100%;
    height: 100%;
}
.how-work-bg h2
{
    font-size: 35px;
    font-family:'ExpoArabicBold';
}
.how-tit
{
    align-items: center;
}
.how-work-text span
{
    color: #20A135;
    font-family:'ExpoArabicBold';
}
.how-work-text span,.how-work-text h3
{
    font-size: 30px;
}
.how-work-text h3
{
    font-family:'ExpoArabicMedium';
}
.how-work-text p
{
    font-size: 16px;
}
.sorting-pic
{
    animation: top-down 2.5s infinite linear;
    width: 100%;
}
.sorting-body
{
    display: flex;
    flex-wrap: wrap;

}
.sorting-text
{
    background: #f6f6f6;
    border-radius: 25px;
    color: #000;
    text-align: center;
    padding: 20px;
    width: 150px;
    font-size: 16px;
}
.join-text h4
{
    font-family:'ExpoArabicMedium';
}
.sorting-text:hover
{
    background: #20A135;
    color: #FFF;
    transition: .6s all;
    cursor: pointer;
}
.sorting-text img
{
    width: 80px;
    height: 75px;
}
/**StartJoinUs**/
.join-us .sec-tit h2::before
{
    right: 32%;
}
.join-us .sec-tit h2::after
{
    left: 32%;
}
.join-body
{
    border-radius: 25px;
    background-color: #f6f6f6;
    font-weight: 500;
    margin-top: 10px;
    padding: 2rem;
}
/**Start Clints**/
.owl-clients{
    border: 1px solid #7A7A7A;
    border-radius: 5px;
    padding: 30px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    height: 100px;
    width: 35px;
    line-height: 35px;
    background-color: #f6f6f6;
    position: absolute;
    font-size: 20px;
    color: #20A135;
    top: 50px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
 .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #7A7A7A;
    color:#FFF;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    border-radius: 0px 20px 20px 0px;
}
 .owl-carousel .owl-nav button.owl-next {
    right: 0px;
    border-radius: 20px 0px 0px 20px;
}
.foot-top
{
    line-height: 1.7;
}
/**StartDownloadApp**/
.download-app
{
    margin-top: 100px;
    margin-bottom: 220px;
}
.download-bg{
    background: #f6f6f6;
    border-radius: 25px;
    height: 300px;
}
.download-bg h2
{
    font-size: 36px;
    font-family:'ExpoArabicMedium';
}
.down-app-img
{
    margin-right: 32px;
}
.down-app
{
    width: 32%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 10px;

}
.down-app:hover
{
    opacity: .5;
}
.download-top,.download-down
{
    width: 49%;
}
.download-pics
{
    margin-top:-80px
}

.download-top
{
    animation: top-down 6s infinite linear;
}
.download-down
{
    animation: down-top 6s infinite linear;
}
/**Footer**/
footer{
    background: #F6F6F6;
    padding-top: 45px;
    font-weight: 500;
    padding-bottom: 1px;
}
.footer-link a
{
    color: #7A7A7A;
   
}
.contact-info,.footer-link a,footer h5
{
    font-family:'ExpoArabicMedium';
}
.footer-link a:hover
{
    color:#20A135
}
.footer-contact
{
    align-items: center;
    font-weight: 500;
}
.footer-contact i
{
    color: #20A135;
    margin-left: 7px;
    font-size: 16px;
}
.pay-way img:hover
{
    box-shadow:1px 4px 3px -3px ;
    cursor: pointer;
}
.sub-social a
{
    background: #000;
    color: #FFF;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
    transition: .4s all;
    border:1px solid #000;
}
.sub-social a:hover
{
    color: #000;
    background: #FFF;
    border:1px solid #000;
}
/**StartAboutUs**/
.about-us
{
    background: #fff;
}
.about-pic img
{
    width: 100%;
}
.about-us h2,.delever-waffer h2,.about-see h2
{
    font-family:'ExpoArabicBold';
}
.delever-waffer h2
{
    width: 90%;
}
.about-us p
{
    font-size: 16px;
    text-align: justify;
}
.about-down
{
    margin: 0px;
}
.watching-video
{
    font-size: 20px;
}
.watching-video span
{
   color: #000;
   font-family:'ExpoArabicMedium';
}
.watching-video i
{
    color: #20A135;
    font-size: 30px;
}
.watching-video:hover span
{
    color: #20A135;
}
.watching-video:hover i
{
    color: #7A7A7A;
}
.about-how-work .how-work-bg
{
    margin-right: 0px;
    padding-right: 50px;
}

.delev-pic
{
    width: 100%;
    height: 450px
}
.about-see h2
{
    width: 77%;
    line-height: 1.7;
}
.how-work-text h4,.num-bord h3,.steps-num
{
    font-family:'ExpoArabicMedium';
}
.best-service h2
{
    width: 37%;
}
.num,.best-service h2,.simple-steps h2
{
    font-family:'ExpoArabicBold';
}
.tit-icon h2
{
    margin: 0px;
}
.tit-icon i
{
    color: #20a135;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #20a135;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 10px;
}

/**StartServices**/
.num-bord:not(:last-child)
{
    border-left: 1px solid #7A7A7A;
}
.num-bord
{
    text-align: center;
}
.num
{
    color: #20A135;
    font-size: 48px;
    direction: ltr;
}
/*--Start Join As Seller--*/
.steps-bg
{
    background: #f6f6f6;
    border-radius: 25px;
}
.steps-bg i
{
    color:#20A135;
    font-weight: bold;
    font-size: 40px;
    transform: skew(16deg, 336deg);
}
.simple-steps h2
{
    width: 50%;
}
.steps-num span
{
    color:#20A135;
    font-size: 25px;
}
.logo-bg
{
    border-radius: 50%;
    background-color: #F6F6F6;
    width: 100px;
    height: 100px;
    color: #7A7A7A;
    border: 1px solid #7A7A7A;
    text-align: center;
    font-weight: 500;
}
.uplode-logo 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uplode-logo .input-group-btn
{
    background: #20A135;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30px;
    height: 29px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
}
.uplode-logo .input-group-btn .fa-camera
{
    color: #FFF;
}
.logo-bg img
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.uplode-logo p
{
    color: #20A135;
    font-family:'ExpoArabicMedium';
}
.shol-w
{
    font-size: 25px;
    position: absolute;
    top: 40%;
    right: 35%;
}
.Register-now h2
{
    font-family:'ExpoArabicBold';
}
.registe-text
{
    position: absolute;
    top: 28%;
    right: 5%;
}
.registe-text span
{
    color: red;
}
.register-seller .form-control,.register-seller .form-select
{
    background: #F6F6F6;
    padding: 0.575rem 0.75rem;
    margin: 7px 5px;
    width: 98%;
    border: 0px;
    color: #7A7A7A;
    font-size: 14px;
}

input[required] + label ,textarea.form-control+ label{
    position: absolute;
    right: 27px;
    top: 15px;
}

input + label:after,textarea.form-control +label::after {
    content:'*';
    color: red;
}
input:invalid + label ,textarea.form-control:invalid+label{
    display: inline-block;
}
input[required]:valid + label,textarea.form-control:valid +label{
    display: none;
}

.register-seller textarea.form-control
{
    width: 99%;
}
.form-control:focus
{
    box-shadow:0 0 0 0.15rem #20a13552;
}
.btn-control
{
    color: #7A7A7A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-register
{
    width: 250px;
    height: 40px
}
/**ContactUS**/
.contactus-bord
{
    border-radius: 25px;
}
.us-contact
{
    align-items: center;
    justify-content: center;
}
.us-contact i
{
    border-radius: 50%;
    background-color: #20A135;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
}
.us-contact .contact-info
{
    color: #000;
    font-size: 18px;
}
.price-header-01
{
    background: url(../img/Promo-1.png) no-repeat;
}
.price-header-02
{
    background: url(../img/Promo-2.png) no-repeat;
}
.price-header-03
{
    background: url(../img/Promo-3.png) no-repeat;
}
.price-header
{
    background-size: 100% 100% !important;
    height: 100px;
    color: #FFF;
    font-size: 30px;
    font-family:'ExpoArabicBold';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 35px 35px 0px 0px;
}
.price-table:hover {
    margin-top: -10px;
}
.price-value
{
    display: flex;
    align-items: center;
    margin: 20px 0px 30px 0px;
    color: #000;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
}
.price-value span,.policy-body h5
{
    font-family:'ExpoArabicMedium';
}
.price-value span
{
    font-size: 40px;
}
.price-table
{
    width: 90%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 23%);
    border-radius:35px;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.price-detail
{
    background-color: #F6F6F6;
    color: #7A7A7A;
    padding: 10px 0px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-family:'ExpoArabicMedium';
}
.price-footer
{
    display: flex;
    justify-content: center;
}
.price-footer .btn
{
    width: 80%;
    color: #FFF;
}
.btn-plus-01
{
    background: #FF7579;
    border:1px solid #FF7579;
}
.btn-plus-02
{
    background: #7D5BFF;
    border:1px solid #7D5BFF;
}
.btn-plus-03
{
    background: #8A8A8A;
    border:1px solid #8A8A8A;
}
.btn-plus-01:hover
{
    color: #FF7579;
    border:1px solid #FF7579;
}
.btn-plus-02:hover
{
    color: #7D5BFF;
    border:1px solid #7D5BFF;
}
.btn-plus-03:hover
{
    color: #8A8A8A;
    border:1px solid #8A8A8A;
}
.breadcrumb-item + .breadcrumb-item::before
{
    display: none;
}
.breadcrumb-item a,.accordion-button:not(.collapsed)
{
    color: #000;
}
.breadcrumb-item
{
    color:#20A135;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
}

.accordion-item:first-of-type
{
    border:1px solid #F6F6F6
}
.accordion-item:not(:first-of-type)
{
    border: 1px solid #F6F6F6;
    margin: 10px 0px;
}
.accordion-button:focus
{
    box-shadow:0 0 0 0.15rem #20a13585;
}
.policy-body
{
    border-radius: 25px;
    border:1px solid #F6F6F6;
    text-align: justify;
}
.accordion-button:not(.collapsed)::after,.accordion-button::after
{
   content: '\f078';
   font-family: "FontAwesome";
   background-image: none;
    color: #20A135;
}
.point-pol
{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.point-pol i
{
    color: #20A135;
    font-size: 10px;
}
@keyframes up-down { 
    0% { 
      transform: translateX(-30px); 
      transform: skewY(-2deg);
    } 
   
    50% { 
      transform: translateX(-10px); 
      
    } 
   
    100% { 
      transform: translateX(-30px); 
      transform: skewY(-2deg);
    } 
  }
  @keyframes top-down { 
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }
  }
  @keyframes down-top { 
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
  }
.delay-1 {
    animation-delay: .1s;
}
.delay-2 {
    animation-delay: .5s;
}
.delay-3 {
    animation-delay: 1s;
}
.delay-4 {
    animation-delay: 1.5s;
}