@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: #191919;
	background:#FFFFFF;
	font-size: 16px;
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	font-family:'Almarai',Sans-Serif;
}
h3 {
	font-size: 17px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Almarai',Sans-Serif;
	font-size: 17px;
}
a {
	color: #FFFFFF;
    -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: #00DEFF;
}
.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;
}
* {
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
img {max-width: 100%;}
body.modal-open {padding: 0px !important;}
.overlapblackbg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.overlapblackbg.active {display: block;}
button[disabled], html input[disabled] {
  cursor: no-drop;
}
.d-flex {display: flex;}
.flex-center {align-items: center;}
.justify-content-between {justify-content: space-between;}
.sup_page #header-scroll .header-content .head-links a {color: #000;}
.section-title {text-align: center; margin: 30px 0;}
.section-title h2 {color: #191919; font-size: 48px; font-weight: 700;}

#header-scroll {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background: none;
  padding: 20px 0;
  z-index: 1050;
}
#header-scroll .header-content {background: none; border-radius: 10px; padding: 0 15px; overflow: hidden;}
#header-scroll .header-content .logo {text-align: left;}
#header-scroll .header-content .logo a {display: inline-block; width: 100%; max-width: 116px;}
#header-scroll .header-content .head-links {display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
#header-scroll .header-content .head-links a {
  color: #191919;
  padding: 8px 0px;
  line-height: 26px;
  border-radius: 15px;
}
#header-scroll .header-content .head-links a.btn-language {direction: rtl; color: #00DEFF; font-weight: 700;}
#header-scroll .header-content .head-links a.active {color: #00DEFF;}
#header-scroll .header-content .head-links a:hover {color: #00DEFF;}
#header-scroll.h-fixed {background: #FFFFFF; padding: 10px 0; box-shadow: 0px 1px 5px #F2F2F2;}
#header-scroll.h-fixed .header-content .logo a {max-width: 100px;}
#header-scroll.h-fixed .header-content .head-links {line-height: 60px;}

#header-scroll .header-content .nav-trigger {
  background: transparent;
  border: 0px none;
  color: #000;
  font-size: 35px;
  padding: 0px;
  width: 80px;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#header-scroll .header-content .nav-trigger.cansel .fa::before {
  content: "\f00d";
}
#header-scroll .header-content #main_menu {
  display: none;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
}
#header-scroll .header-content #main_menu.active {max-height: 350px;}
#header-scroll .header-content #main_menu ul {text-align: center; border-top: 1px solid #CCC;}
#header-scroll .header-content #main_menu ul li {padding: 0 15px;}
#header-scroll .header-content #main_menu ul li a {color: #012b1f; border-bottom: 1px solid #CCC; display: block; padding: 15px;}
#header-scroll .header-content #main_menu ul li:last-child a {border-bottom: 0px none;}
#header-scroll .header-content #main_menu ul li a:hover,
#header-scroll .header-content #main_menu ul li a.active {color: #6C44DF; font-weight: 500;}
.after-header:before {
  content: "";
  background: url("../images/header bg.png") repeat 0 0 transparent;
  background-size: cover;
  height: 210px;
  width: 100%;
  display: block;
}
#aboutus.after-header:before {background: transparent;}
#aboutus {
  background: url("../images/bg.png") no-repeat center center transparent;
  background-size: cover;
  padding: 50px 0;
}
#aboutus .aboutus-content {max-width: 600px;}
#aboutus h2 {
  margin: 30px 0;
  color: #191919;
  font-size: 56px;
  font-family: Almarai;
  font-weight: 700;
}
#aboutus p {
  color: #191919;
  font-size: 48px;
  margin: 0 auto;
  font-weight: 400;
}
#aboutus .buttons-apps {display: inline-block; margin-top: 30px;}
#aboutus .buttons-apps a {
  display: inline-block;
  color: #FFF;
  margin: 40px 22px 15px 0px;
}
#aboutus .buttons-apps a img {max-height: 59px;}

#features {padding: 50px 0 0 0;}
#features .section-title {margin-bottom: 50px;}
#features .features-boxs {}
#features .features-boxs .feature-box {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #191919;
  margin: 30px 0;
}
#features .features-boxs .feature-box .image {max-width: 100px;}
#features .features-boxs .feature-box .image img {}
#features .features-boxs .feature-box h3 {margin: 15px 0px 0px 0px; font-size: 32px;}
#features .big-image {text-align: center;}

#screenshot {position: relative; padding: 100px 0 80px 0;}
#screenshot:before {
  content: "";
  background: url("../images/frame-2.png") no-repeat 0 0 transparent;
  height: 300px;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
#screenshot:after {
  content: "";
  background: url("../images/frame-2.png") no-repeat 0 0 transparent;
  height: 300px;
  width: 300px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  background-size: cover;
}
#screenshot .screenshot-area {position: relative; background: url("../images/bg-frames-1.png") no-repeat left center transparent;}
#screenshot .screenshot-area .image {}
#screenshot .screenshot-area .screenshot-content {max-width: 640px;}
#screenshot .screenshot-area .screenshot-content h3 {font-size: 32px; font-weight: 700; color: #191919; margin-bottom: 15px;}
#screenshot .screenshot-area .screenshot-content p {font-size: 24px; font-weight: 400; color: #757575; line-height: 28.8px; margin-bottom: 30px;}
#screenshot .screenshot-area .screenshot-content .buttons-apps {}
#screenshot .screenshot-area .screenshot-content .buttons-apps a {margin: 0 15px 0 0; max-height: 59px;}
#screenshot .screenshot-area.screenshot-2 {background: url("../images/bg-frames.png") no-repeat right center transparent;}
#screenshot .screenshot-area.screenshot-2 .d-flex {flex-direction: row-reverse;}
#screenshot .screenshot-area.screenshot-2 .image {text-align: right;}

#driver {padding: 50px 0}
#driver .driver-area {
  background: url("../images/driver-bg.png") no-repeat 0 0 transparent;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
  padding: 50px 30px 0 30px;
}
#driver .driver-area .driver-content {}
#driver .driver-area .driver-content h3 {font-size: 32px; font-weight: 700; color: #191919; margin-bottom: 15px;}
#driver .driver-area .driver-content p {font-size: 24px; font-weight: 400; color: #191919; line-height: 28.8px; margin-bottom: 30px;}
#driver .driver-area .driver-content .buttons-apps {}
#driver .driver-area .driver-content .buttons-apps a {margin: 0 15px 0 0px;}
#driver .driver-area .image {text-align: center;}
#text-page {padding: 150px 0 100px 0;}
#text-page .section-title {
  margin-top: 30px;
  text-align: center;
  color: #00DEFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.80px;
  letter-spacing: 0.07px;
  word-wrap: break-word;
}
#text-page .text-content {margin-top: 25px;}
#text-page .text-content p {
  margin-bottom: 30px;
  white-space: pre-line;
  color: #1F293A;
  font-weight: normal;
  line-height: 30px;
}

footer {background: #191919; padding: 50px 0 30px 0; text-align: center;}
footer .logo {}
footer .logo img {max-height: 77px;}
footer .links {}
footer .links ul {
  display: flex;
  padding: 40px 0;
  justify-content: space-evenly;
}
footer .links ul li {}
footer .links ul li a {}
footer .links ul li a:hover {color: #00DEFF;}
footer .links ul li.active a {color: #00DEFF;}
footer .links ul li.contact {direction: ltr;}
footer .links ul li.contact a {color: #00DEFF; display: flex; align-content: center;}
footer .links ul li.contact a img {height: 20px; margin-right: 3px;}
footer .copyright p {color: #FFF; font-size: 14px; margin: 0px;}

@media (max-width: 767px) {
	.d-flex {display: block;}
	.active + #header-scroll {background: #FFFFFF;}
	.section-title h2 {font-size: 36px;}
	#header-scroll .header-content .nav-trigger {display: block;}
	#header-scroll .header-content #main_menu {display: block;}
	.after-header::before {height: 60px;}
	#aboutus .buttons-apps {display: flex;}
	#aboutus .buttons-apps a {margin: 15px;}
	#features .features-boxs .feature-box h3 {font-size: 28px;}
	#screenshot .screenshot-area .image {text-align: center;}
	#screenshot .screenshot-area .screenshot-content {text-align: center;}
	#screenshot .screenshot-area .screenshot-content .buttons-apps {display: flex; margin-bottom: 30px;}
	#screenshot .screenshot-area .screenshot-content .buttons-apps a {margin: 10px;}
	#driver .driver-area {padding: 50px 15px 0 15px;}
	#driver .driver-area .driver-content {text-align: center;}
	#driver .driver-area .driver-content .buttons-apps {display: flex; margin-bottom: 10px;}
	#driver .driver-area .driver-content .buttons-apps a {margin: 10px;}
	footer .logo {margin: 0 auto 30px auto; text-align: center;}
	footer .links ul {display: block; text-align: center;}
	footer .links ul li {margin-bottom: 5px;}
	footer .links ul li.contact a {justify-content: center;}
	
}






