@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;}
.text-blue {color: #0A5B58;}
.text-yellow {color: #E6C627;}
.subpage {padding-top: 80px;}
#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 {
	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;
	filter: inherit;
    -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;
}
#header-scroll nav > ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#header-scroll nav > ul > li > a {
  color: #323232;
  padding: 15px 0px;
  font-size: 14px;
  position: relative;
  display: block;
}
#header-scroll.h-fixed nav {align-items: center;}
#header-scroll.h-fixed nav > ul {padding-top: 0px;}
#header-scroll.h-fixed nav > ul > li > a {color: #323232;}
#header-scroll nav > ul > li > a.active,
#header-scroll nav > ul > li > a:hover {color: #B7A38B;}
#header-scroll.h-fixed nav > ul > li > a.active,
#header-scroll.h-fixed nav > ul > li > a:hover {color: #B7A38B;;}
#header-scroll nav > ul > li > a.btn-lang {
  background: #B7A38B;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 0px;
  color: #FFF;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 50px;
  line-height: 50px;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 15px #B7A38B;
}
section {width: 100%; overflow: hidden;}
#aboutus {}
#aboutus .aboutapp {background: url("../images/header bg.png") no-repeat bottom center transparent; padding-top: 210px; background-size: cover; position: relative;}
#aboutus .hello-text {}
#aboutus .hello-text h3 {
  font-size: 34px;
  font-weight: bold;
  color: #B7A38B;
  margin-bottom: 25px;
}
#aboutus .hello-text p {color: #323232; margin-bottom: 20px;}
#aboutus .apps {margin: 50px 0;}
#aboutus .apps a {
  display: inline-block;
  margin: 10px 20px 10px 0px;
  overflow: hidden;
  border-radius: 8px;
}
#aboutus .apps a:hover {box-shadow: 0px 2px 6px #404040;}
#aboutus .apps a img {max-width: 150px; max-height: 45px;}
#aboutus .hello-img {
  max-width: 480px;
  float: right;
  margin-bottom: -13px;
  position: relative;
  z-index: 2;
}
#aboutus .aboutmoreny {background: #FFFFFF; padding: 50px 0;}
#aboutus .aboutmoreny h2 {
  font-size: 34px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  color: #B7A38B;
  font-weight: bold;
  max-width: 400px;
}
#aboutus .aboutmoreny p {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #1F293A;
  font-weight: normal;
}
#aboutus .aboutmoreny .btn {
  background: #B7A38B;
  color: #FFF;
  font-weight: 600;
  padding: 15px 10px;
  display: block;
  max-width: 250px;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 5px #F3F3F3;
}
#aboutus .aboutmoreny .btn:hover {background: #000;}
#aboutus .aboutmoreny .image {margin-top: 50px;}
#features {background: #B7A38B; padding: 80px 0;}
#features h2.section-title {
  font-size: 34px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  color: #FFEE53;
  font-weight: bold;
}
#features p {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #FFFFFF;
  font-weight: normal;
}
#features .image {}
#features .feature-box {display: flex;}
#features .feature-box .image {}
#features .feature-box h3 {
  margin: 0px;
  font-size: 20px;
  color: #FFFFFF;
  padding: 5px 0 0 10px;
  max-width: 180px;
  line-height: 30px;
}
#screenshot {background: #FFFFFF; padding: 80px 0;}
#screenshot h3 {
  font-size: 34px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  color: #B7A38B;
  font-weight: bold;
}
#screenshot p {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #1F293A;
  font-weight: normal;
}
#screenshot .apps {
  display: flex;
  justify-content: space-between;
}
#screenshot .apps a {
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  border-radius: 8px;
}
#screenshot .apps a:hover {box-shadow: 0px 2px 6px #A8A8A8;}
#screenshot .apps a img {max-width: 150px; max-height: 45px;}
#screenshot .screenshot-top {position: relative;}
#screenshot .screenshot-top:before {
  content: "";
  height: 100px;
  width: 100px;
  background: #FFF;
  position: absolute;
  border-radius: 200px;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 100%;
  box-shadow: 0px 0px 0px 70px #F3F3F3;
}
#screenshot .screenshot-bottom {position: relative;}
#screenshot .screenshot-bottom:before {
  content: "";
  height: 100px;
  width: 100px;
  background: #FFF;
  position: absolute;
  border-radius: 200px;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 0%;
  box-shadow: 0px 0px 0px 70px #F3F3F3;
}


#screens-section {background: #B7A38B; padding-top: 50px; position: relative;}
#screens-section:before {
  content: "";
  height: 250px;
  width: 250px;
  background: #FFFFFF25;
  position: absolute;
  border-radius: 200px;
  top: 0;
  transform: translate(-50%, -50%);
  left: 0%;
}
#screens-section h3 {
  font-size: 34px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  color: #E6C627;
  font-weight: bold;
  max-width: 300px;
}
#screens-section p {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #FFFFFF;
  font-weight: normal;
}
#screens-section .btns-apps {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}
#screens-section .btns-apps a {
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
  margin: 5px;
}
#screens-section .btns-apps a:hover {box-shadow: 0px 2px 6px #404040;}

#text-page {padding: 50px 0;}
#text-page h3.section-title {
  font-size: 34px;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  color: #B7A38B;
  font-weight: bold;
  max-width: 400px;
}
#text-page p.text-content {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #1F293A;
  font-weight: normal;
  line-height: 30px;
}


#footer {background: url("../images/footerbg.png") repeat-x bottom left #1F293A; padding-top: 50px; background-size:contain; margin-top: 20px;}
#footer .logo img {max-width: 93px;}
#footer .links {text-align: center;}
#footer .links ul {display: inline-block; text-align: left;}
#footer .links ul + ul {padding-left: 50px;}
#footer .links ul li {margin-bottom: 15px;}
#footer .links ul li a {color: #FFF; font-size: 14px; font-weight: bold; cursor: pointer;}
#footer .links ul li a:hover {color: #FFEE53;}
#footer .contact-us {text-align: right;}
#footer .contact-us .box-icon {display: inline-flex;align-items: center;}
#footer .contact-us .box-icon .ico {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #FFF;
  border-radius: 50px;
  color: #1F293A;
}
#footer .contact-us .box-icon .content {
  direction: ltr;
  padding-right: 20px;
  color: #FFF;
}
.copyright {text-align: right; color: #FFFFFF; padding: 30px 0}

@media (max-width: 767px) {
	#header-scroll .logo {text-align: left;}
	#header-scroll .logo img {max-height: 120px;}
	#header-scroll nav > ul {justify-content: end;}
	#aboutus .aboutapp {padding-top: 100px;}
	#aboutus .apps {margin-bottom: 50px; display: flex; justify-content: space-evenly;}
	#aboutus .apps a {margin: 10px 0px;}
	#features .feature-box {margin-bottom: 30px;}
    .col-xs-6:nth-child(odd){clear:right;}
	#screens-section .btns-apps {max-width: inherit; justify-content: space-evenly; margin-bottom: 30px;}
	#footer .contact-us, #footer .logo, .copyright {text-align: center;}
}

#aboutus .hello-img img {animation: carmove 3s ease-in-out infinite }
#stage {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-bottom: -22px;
	direction: ltr;
  perspective: 500px;
}
#road {
  opacity: 1;
  width: 120vw;
  height: 50px;
  min-height: 50px;
  background: #888;
  background-image: url("../images/road.jpg");
  background-size: 50px auto;
  transform-origin: center bottom;
  transform: rotateX(45deg) translate(-20vw);
  animation: stripemove 1s linear infinite;
}

@keyframes stripemove {
  to {
    transform: rotateX(45deg) translate(0vw);
  }
}

#stripes {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  width: 120vw;
  min-width:60vw;
  height: 5%;
  background: repeating-linear-gradient(
    to right,
    white,
    white 8vw,
    transparent 8vw,
    transparent 20vw
  );
}

@keyframes carmove {
  0% {
         transform:translateY(0px); 
  }
    50% {
         transform:translateY(3px); 
  }
    75% {
        transform:translateY(-2px); 
  }
    100% {
        transform:translateY(0px); 
  }
}