@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body, html {
	font-family: 'Almarai', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background:#FFFFFF;
	direction:rtl;
}
h1 {
	font-size: 48px;
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 34px;
	margin: 0;
	font-family:'Almarai', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Almarai', sans-serif;
	font-size: 17px;
}
a {
	color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
* {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {max-width: 100%;}
.d-flex {display: flex;}
.flex-center {align-items: center;}
#header-scroll {position: fixed; top:0px; left: 0px; right: 0px; z-index: 999;
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed {background: #FFFFFF; box-shadow: 0px 0px 4px #33333325;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll .logo {
    display: inline-block;
    text-align: center;
    padding: 0px;
}
#header-scroll .logo {flex: 1;}
#header-scroll .logo img {max-height: 80px;
	z-index: 2;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed .logo img {
	max-height: 70px;
    -webkit-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -moz-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -o-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
}

#header-scroll nav {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
}
#header-scroll nav > ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
#header-scroll nav > ul > li > a {
  color: #3b3b3b;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: block;
}
#header-scroll nav > ul > li > a.active,
#header-scroll nav > ul > li > a:hover {color: #000000;}
section {width: 100%; overflow: hidden;}
.first-section {
  background: url("../images/header_bg.png") no-repeat top right transparent;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 0px;
}
.section-title {text-align: center;}
.section-title h2 {
  color: #2A2A2A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.section-title p {
  color: #647088;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; 
}
#aboutus .hello-text {margin-bottom: 30px;}
#aboutus .hello-text h3 {
  font-size: 48px;
  font-weight: 800;
  color: #3b3b3b;
  margin-top: 55px;
  margin-bottom: 25px;
}
#aboutus .hello-text p {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 28px;
}
#aboutus .apps {}
#aboutus .apps a {
  display: inline-block;
  margin: 10px 0 10px 20px;
  overflow: hidden;
}
#aboutus .apps a img {max-height: 60px; border-radius: 60px;}
#aboutus .hello-img {
  position: relative;
  z-index: 2;
}
#aboutapp {padding: 50px 0;}
#aboutapp .content {margin-top: 30px}
#aboutapp .content h2 {color: #EDB307; font-size: 34px; font-weight: bold; margin-bottom: 15px;}
#aboutapp .content p {color: #3B3B3B; font-size: 16px; line-height: 30px;}
#aboutapp .content .sec-title {color: #0E5C98; font-size: 14px; font-weight: bold; margin: 0;}
#aboutapp .image {}
#aboutapp .about-icon {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E7E7E7;
  height: 120px;
  border-radius: 30px;
}
#aboutapp .about-icon img {}
#aboutapp .about-icon h3 {margin: 0px 10px 0px 0px; color: #3B3B3B;}
#screenshot {position: relative; padding: 80px 0 100px 0;}
#screenshot .content {position: relative;}
#screenshot .content .screenshot-bg {
  position: absolute;
  z-index: 0;
  border-radius: 40px;
  width: 100%;
}
#screenshot .content .section-title {position: relative; padding-top: 70px;}
#screenshot .content .section-title h2 {font-size: 34px; font-weight: bold; color: #FFFFFF;}
#screenshot .apps {
  text-align: center;
  position: relative;
  margin: 30px 0;
}
#screenshot .apps a {
  display: inline-block;
  margin: 10px 0 10px 20px;
  overflow: hidden;
}
#screenshot .apps a img {max-height: 60px; border-radius: 60px;}
#screenshot .screens {padding: 0 30px;}
#screenshot .screens .scrn-box {
  background: #F9F9F9;
  text-align: center;
  padding: 30px 0 0 0;
  border-radius: 40px;
  border: 5px solid #FFF;
}
#screenshot .screens .scrn-box p {padding: 0 30px; color: #3B3B3B;}
#screenshot .screens .scrn-box img {}

#screens-section {background: #F9F9F9; position: relative;}
#screens-section:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
  border: 4px solid #FFF;
  display: block;
  border-radius: 30px;
}
#screens-section .content {osition: relative;}
#screens-section .content .logo {margin-top: 60px;}
#screens-section .content .logo img {}
#screens-section .content p.contact-text {
  font-size: 18px;
  color: #3B3B3B;
  max-width: 430px;
  line-height: 30px;
  margin-top: 15px;
}
#screens-section .content .btns-apps {}
#screens-section .content .btns-apps a {
  display: inline-block;
  margin: 10px 0 10px 20px;
  overflow: hidden;
}
#screens-section .content .btns-apps a img {max-height: 60px; border-radius: 60px;}
#screens-section .content .drivers-img {}



#text-page {padding: 50px 0;}
#text-page h3.section-title {
  font-size: 34px;
  text-align: right;
  font-weight: bold;
  color: #2A2A2A;
  margin-top: 55px;
  margin-bottom: 25px;
}
#text-page p.text-content {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #1F293A;
  font-weight: normal;
  line-height: 30px;
}


#footer {background: #3B3B3B; padding: 80px 0;}
#footer .logo img {}
#footer .links {display: flex; align-items: center; justify-content: space-around; padding-top: 15px;}
#footer .links a {color: #FFF; font-size: 14px; font-weight: 400; cursor: pointer;}
#footer .links a:hover {color: #EDB307;}
#footer a.call-btn {color: #FFFFFF; font-size: 16px; font-weight: bold; direction: ltr;}
#footer a.call-btn img {margin-left: 5px;}
.copyright {text-align: center; color: #FFFFFF; padding: 30px 0}
#totop {background: url("../images/icons/to-top.png") no-repeat 0 0 transparent; height: 42px; width: 42px; z-index: 999; display: none; cursor: pointer; background-size: cover; position: fixed; bottom: 100px; left: 100px;}

@media (max-width: 767px) {
	#header-scroll .logo {text-align: center;}
	.first-section {background-position: top center; padding-top: 150px;}
	#aboutus .apps {text-align: center;}
	#aboutus .apps a {margin: 5px;}
	#aboutus .apps a img {max-height: 40px;}
	#aboutus .hello-text h3 {margin-top: 0px;}
	#screenshot .content .screenshot-bg {height: 300px;}
	#screenshot .apps {text-align: center;}
	#screenshot .apps a {margin: 5px;}
	#screenshot .apps a img {max-height: 40px;}
	#screenshot .screens .scrn-box {margin-bottom: 30px;}
	#screens-section::before {right: 15px; left: 15px;}
	#screens-section .content p.contact-text {padding: 15px; text-align: center;}
	#screens-section .content .btns-apps {text-align: center;}
	#screens-section .content .btns-apps a {margin: 5px;}
	#screens-section .content .btns-apps a img {max-height: 40px;}
	#screenshot .single-screen {text-align: center;}
	#screenshot .single-screen img {max-width: 220px; margin: 0 auto;}
	.footer .logo {text-align: center;}
	#footer .links {display: block;}
	#footer .links a {display: block; text-align: center; margin-bottom: 15px;}
	#footer a.call-btn {display: block; text-align: center; margin: 15px auto}
	#totop {display: none !important;}
}

#aboutus .hello-img img {animation: carmove 3s ease-in-out infinite }

@keyframes carmove {
  0% {
         transform:translateY(2px); 
  }
    50% {
         transform:translateY(5px); 
  }
    75% {
        transform:translateY(0px); 
  }
    100% {
        transform:translateY(2px); 
  }
}