@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;
}
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 .btn-language {
}
#header-scroll.h-fixed .btn-language {display: none;}
#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/head-bg.png") no-repeat top center transparent; background-size:cover; padding-top: 50px;}
.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 {padding: 250px 0px 100px 0px;}
#aboutus .hello-text {margin-bottom: 30px;}
#aboutus .hello-text h3 {
  font-size: 34px;
  font-weight: bold;
  color: #2A2A2A;
  margin-top: 55px;
  margin-bottom: 25px;
}
#aboutus .hello-text p {color: #647088; font-weight: 700; margin-bottom: 20px;}
#aboutus .apps {margin-top: 50px;}
#aboutus .apps a {
  display: inline-block;
  margin: 10px 20px 10px 0px;
  overflow: hidden;
}
#aboutus .apps a img {border-radius: 50px;}
#aboutus .hello-img {
  position: relative;
  z-index: 2;
}

#about-app {padding: 100px 0;}
#about-app .section-title {text-align: left;}
#about-app .section-title p {font-size: 14px; font-weight: bold; color: #3B3B3B; margin: 0px;}
#about-app .section-title h2 {font-size: 32px; font-weight: bold; color: #FFA200; margin: 0 0 10px 0;}
#about-app .content {}
#about-app .content p {font-size: 16px; font-weight: 400; color: #3B3B3B;}
#about-app .image {}

#boxs-icons .icons_home {background: #F7F7F7;border-radius: 60px;}
#boxs-icons .box-ico {
  padding: 10px;
  display: flex;
  align-items: center;
}
#boxs-icons .box-ico img {margin-right: 10px; height: 75px;}
#boxs-icons .box-ico span {font-size: 20px; font-weight: bold; color: #3B3B3B;}

#app-schermen {padding: 100px 0;}
#app-schermen .row + .row {margin-top: 50px;}
#app-schermen img {}
#app-schermen .content {padding-left: 50px;}
#app-schermen .content .apps {margin-top: 50px;}
#app-schermen .content .apps a {
  display: inline-block;
  margin: 10px 20px 10px 0px;
  overflow: hidden;
}
#app-schermen .content .apps a img {border-radius: 50px;}
#app-schermen .content h3 {font-size: 24px; font-weight: 900; color: #3B3B3B;}
#app-schermen .content p {font-size: 16px; font-weight: 400; color: #3B3B3B;}

#driver {background: url("../images/driver-bg.png") no-repeat 0 0 transparent; padding-top: 50px; margin-top: 20px; background-size:cover; margin-top: 20px; position: relative; overflow: inherit;}
#driver .image {margin-top: -125px;}
#driver .content {margin-top: 50px;}
#driver .content .links {display: flex; align-items: center; justify-content: space-between;}
#driver .content .links .logo {}
#driver .content .links .apps {}
#driver .content .links .apps a {
  display: inline-block;
  margin: 10px 20px 10px 0px;
  overflow: hidden;
}
#driver .content .links .apps a img {border-radius: 50px;}
#driver .content .content-text {}
#driver .content .content-text h3 {font-size: 24px; font-weight: 900; color: #3B3B3B;}
#driver .content .content-text p {font-size: 16px; font-weight: 400; color: #3B3B3B;}


#text-page {padding: 50px 0;}
#text-page h3.section-title {
  font-size: 34px;
  text-align: left;
  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: #FFFFFF; padding: 30px 0;}
#footer .links {}
#footer .links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .links ul li {flex: 1; text-align: center;}
#footer .links ul li a {font-size: 14px; font-weight: bold; color: #3B3B3B;}
#footer .links ul li img {width: 120px;}
#footer .copyright {text-align: center; color: #3B3B3B; font-size: 12px;}
#totop {background: url("../images/icons/to-top.svg") no-repeat 0 0 transparent; height: 42px; width: 42px; z-index: 999; display: none; cursor: pointer; background-size: cover; position: fixed; bottom: 60px; left: 100px;}
#btn-lang {
  position: fixed;
  bottom: 100px;
  right: 100px;
  background: #3B3B3B70;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
}
#btn-lang span {
  height: 40px;
  width: 40px;
  font-size: 16px;
  color: #3B3B3B;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background: #FFF;
  border: 2px solid #3B3B3B;
  border-radius: 40px;
}
@media (max-width: 767px) {
	#header-scroll .logo {text-align: center;}
	#aboutus {padding: 100px 0;}
	#aboutus .apps {text-align: center;}
	#aboutus .hello-text h3 {margin-top: 0px; text-align: center;}
	#app-schermen .content {padding: 0px; text-align: center;}
	#driver .content .links {display: block; text-align: center;}
	#footer .links ul li {flex: none;}
	#footer .links ul li a {display: none;}
	#totop {display: none !important;}
}

#aboutus .hello-img img {animation: carmove 3s ease-in-out infinite }

@keyframes carmove {
  0% {
         transform:translateY(0px); 
  }
    50% {
         transform:translateY(3px); 
  }
    75% {
        transform:translateY(-2px); 
  }
    100% {
        transform:translateY(0px); 
  }
}