@font-face {
    font-family: "FFShamel-r";
    src: url("../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FFShamel-b";
    src: url("../fonts/ArbFONTS-FFShamelFamily-SansOneBold.ttf");
    font-weight: bold;
    font-style: normal;
}
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*General css*/

body{
    font-family:'FFShamel-r';
    background-color: #fff;
	text-align: right;
    line-height: 1.5em;
    position: relative;
    color: #000;
    font-size: 16px;
}
a{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	color: #D71F29 ;
}
a:hover{
	text-decoration: none;
	color: #000 ;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-family: 'FFShamel-b';
}
button:focus,
.form-control:focus,
textarea.form-control:focus {
    outline: 0; 
    box-shadow: none; 
    border-color: #000;
}

img {
	max-width: 100%;
	max-height: 100%;
}
ul,ol,p
{
    padding: 0;
    margin: 0;
}
p{line-height: 30px;}
.btn:focus{box-shadow: none;}
.a-link ,
.a-link-dark{
    padding: 9px 10px 7px;
    background: #D71F29;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.a-link-dark,
.a-link:hover  {
    background-color: #000;
    color: #FFF;
}
.a-link-dark:hover {
    background-color: #D71F29;
}

body::-webkit-scrollbar {
    width: 7px;
} 
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb  {
  background-color: #D71F29;
  outline: 1px solid #D71F29;
	border-radius: 20px;
}
::selection {
  background: #D71F29; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
  background: #D71F29; /* Gecko Browsers */
	color: #fff;
}
.main-header { 
    padding: 18px 0 ;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.pages {
    position: static;
    background-color: #FFF;
}
.main-header .row {align-items: center;}
@-webkit-keyframes fadeInDown-head {
    from {
        opacity:0;
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown-head {
    from {
        opacity:0;
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.header-fixed
{
    box-shadow: 0 4px 2px -2px #D71F29;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown-head;
    animation-name: fadeInDown-head;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    padding: 5px 0;
    background-color: #fff;
}
.header-links {
    display: flex;
    justify-content: flex-end;
}
.header-links .a-link {margin: 0 5px;}
.header-links .lang {
    background-color: #FFF;
    color: #000;
    box-shadow: 0px 0px 6px #0000001A;
    border-radius: 6px;
    font-family: sans-serif;
}
.header-links .lang:hover {
    background-color: #D71F29;
    color: #FFF;
}
.main-section {
    padding-top: 156px;
    position: relative;
}

.main-section::after {
    content: url('../img/header.png');
    position: absolute;
    top: 0;
    left: 0; /*en*/
    z-index: -1;
}
.main-section .row {align-items: center;}
.main-section h1 {font-size: 45px;}
.main-section .desc {
    font-size: 20px;
    margin: 14px 0 25px;
}
.download-app {
    display: flex;
}
.download-app a {
    display: flex;
    align-items: center;
    padding: 12px 15px 10px;
    margin-left: 15px; /*en*/
}
.download-app a img {
    width: 30px;
    height: 30px;
    margin-left: 15px; /*en*/ 
}
.download-app a .store {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.download-app a .platform {
    font-size: 13px;
    opacity: 0.41;
}

/* start feature*/

.features .feature {
    align-items: center;
    overflow: hidden;
}
.features .feature .img img {
    max-height: 440px;
}
.features .feature h2 {
    font-size: 45px;
}
.features .feature .desc {
    font-size: 20px;
    opacity: 0.5;
    margin: 12px 0 25px;
}
.features .feature.left .img {text-align: left;} /*en*/

/*start app-screen*/
.app-screen {
    padding: 80px 0;
    text-align: center;
}
.app-screen h2 {
    font-size: 45px;
    margin-bottom: 50px;
}
.owl-carousel.owl-theme .owl-dots {
    background-color: transparent;
    text-align: center;
    margin-top: 45px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    background: #DCDCDC;
    border: 0;
    border-radius: 2px;
    margin: 0 5px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active{
    background-color: #D71F29;
}
.footer{
    padding: 70px 0;
    background: #000 url('../img/footer.png') no-repeat;
    background-size: cover;
}
.footer .desc {
    font-size: 18px;
    margin: 30px 0 25px;
    color: #FFF;
}
.social ul{
    display: flex;
}
.social li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}
.social li a{
    color: #000;
    background: #FFF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.social li a:hover {color: #FFF;}
/* .social li a.phone:hover{background: #25d366;} */
.social li a.linked:hover{background: #0077b5;}
/* .social li a.insta:hover{background: #e1306c;} */
.social li a.twitter:hover{background: #1da1f2;}
.social li a.facebook:hover{background: #3b5998;}

footer .copyrights{
    padding: 10px 0;
}
footer .copyrights p{font-size: 14px;}
footer .copyrights a{color: #000;}
footer .copyrights a:hover{color: #D71F29;}
footer .copyrights .ibtdi{text-align: left;}
footer .ibtdi i.fa-heart {
    color: #D71F29;
	width: 15px;
    -webkit-animation: beat .5s infinite alternate;
    -moz-animation: beat .5s infinite alternate;
    -ms-animation: beat .5s infinite alternate;
    -o-animation: beat .5s infinite alternate;
    animation: beat .5s infinite alternate;
}
@keyframes beat{to{font-size:15px}}
@-moz-keyframes beat{to{font-size:15px}}
@-webkit-keyframes beat{to{font-size:15px}}
@-ms-keyframes beat{to{font-size:15px}}
@-o-keyframes beat{to{font-size:15px}}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999;
}
.loading:before {
    content: '';
    position: absolute;
    top: 30%;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    animation: loading 2s infinite;
    background: url('../img/favicon.svg') no-repeat;
    display: block;
    width: 100%;
    height: 209px;
    background-position: center;
}
@keyframes loading {
    0% {
    transform: scale(1)
    }
    50% {
    transform: scale(1.2)
    }
}

/*static-head*/
.static-head {
    background: #000 url('../img/static-head.png') no-repeat;
    padding: 27px 0;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.static-head  h2 {font-size: 45px;}

/*register page*/
.register {padding: 80px 0;}
.register-form {
    border: 1px solid #D4D4D4;
    border-radius: 20px;
    padding: 60px 90px;
}
.register-form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.register-form .form-control {
    border: 0;
    border-bottom: 1px solid #A5A1A1;
    color: #ACACAC;
    height: 41px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.register-form .form-control:focus {
    color: #000;
    border-color: #000;
}
.register-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: gray;
    background: #FFF url('../img/down.png') no-repeat;
    background-position:  0% 50%; /*en*/;
}
.register-form  .code{
   position: absolute;
    left: 0;
    width: 86px;
    top: 0;
}
.register-form .btn{margin-top: 20px;}

.modal-content {
    border: 0;
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}
.modal-content .close {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 39px;
    opacity: 1;
    color: #D71F29;
}
.modal-content p {margin: 20px 0;}
.modal-content .register-form {
    padding: 0;
    border: 0;
}
/**/
.step2 .register-form {
    padding: 0;
}
.register-form .steps {
    position: relative;
    padding: 30px 0;
    justify-content: center;
    background: #F1EFEF;
    border-radius: 20px 20px 0px 0px;
  
}
.register-form .steps li {
    margin: 0 50px;
    color: #ACACAC;
}
.register-form .steps li:first-of-type::before {
    display: none;
}
.register-form .steps li::before {
    content: '';
    position: absolute;
    top: 60%;
    right: -85px; /*en*/
    width: 70px;
    height: 1px;
    background-color: #ACACAC;
    
} 
.register-form .steps li i {
    width: 40px;
    height: 40px;
    border: 1px solid #ACACAC;
    background: transparent;
    color: #F1EFEF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}
.register-form .steps li.active i { 
    background-color: #D71F29;
    color: #FFF;
    border-color: transparent;
}

.register-form .steps li .box span{
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
}
.register-form .steps li.active span{
    font-family: 'FFShamel-b';
    color: #D71F29;
}
.register-form fieldset {padding: 45px 92px;}
.register-form fieldset h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.register-form .action-button {margin-top: 40px;}
.register-form .same .next,
.register-form .same .previous {
    width: 48%;
}
.register-form .same .previous {
    border: 1px solid #D71F29;
}
.register-form .same .previous:hover {border-color: #000;}
.agreement-rules  ul li {
    counter-increment: step-counter;
    display: flex;
    margin: 18px 0;
}
.agreement-rules  ul li::before {
    content: counter(step-counter) '-';
    font-size: 18px;
    padding-left: 20px; /*en*/
}
.register-form i.code {
    width: auto;
    color: #ACACAC;
}
.register-form .upload-file .file-upload {display: none;}
.register-form .upload-file label {
    background-color: #000;
    color: #FFF;
    border-radius: 10px;
    padding: 7px 10px 2px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.register-form .upload-file label img {margin-left: 10px;} /*en*/
.register-form .upload-file label:hover {background-color: #D71F29;}
#registeration-done .modal-content h6 {
    font-size: 18px;
    margin-top: 20px;
}
#registeration-done .modal-content p {
    margin: 8px 0 20px;
    font-size: 15px;
}