@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 {background: #789fca; 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: #789fca; 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: #FFFFFF;
  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: #45F0A4;}
#header-scroll nav > ul > li > a.btn-lang {
  color: #45F0A4;
  direction: ltr;
  display: flex;
  align-items: center;
}
section {width: 100%; overflow: hidden;}
.first-section {background: url("../images/navbar.png") no-repeat top center transparent; background-size:contain; margin-top: 75px; 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: 80px 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 {}
#aboutus .apps a {
  display: inline-block;
  margin: 10px 0 10px 20px;
  overflow: hidden;
}
#aboutus .apps a img {max-width: 150px; max-height: 45px;}
#aboutus .hello-img {
  position: relative;
  z-index: 2;
}
#features {padding: 50px 0; position: relative;}
#features:before {
  content: "";
  background: url("../images/feature-before.png") no-repeat top right transparent;
  background-size: contain;
  height: 169px;
  width: 169px;
  position: absolute;
  top: 0%;
  right: 0;
}
#features:after {
  content: "";
  background: url("../images/feature-after.png") no-repeat 0 0 transparent;
  background-size: contain;
  height: 169px;
  width: 169px;
  position: absolute;
  top: 170px;
  left: 0;
}
#features .section-title {margin-bottom: 50px;}
#features .feature-box {text-align: center;}
#features .feature-box .icon {display: none;}
#features .feature-box .content {}
#features .feature-box .content h3 {}
#features .feature-box .content p {font-size: 12px; font-weight: 700;}
#features .feature-image {}
#features .feature-box.feature-one {padding-right: 25%;}
#features .feature-box.feature-one h3 {color: #3ED592;}
#features .feature-box.feature-two {padding-left: 25%;}
#features .feature-box.feature-two h3 {color: #789FCA;}
#features .feature-box.feature-three {padding-left: 35%;}
#features .feature-box.feature-three h3 {color: #3ED592;}
#features .feature-box.feature-four {}
#features .feature-box.feature-four h3 {color: #789FCA;}
#features .feature-box.feature-five {padding-right: 35%;}
#features .feature-box.feature-five h3 {color: #789FCA;}
#screenshot {position: relative; padding: 100px 0px 150px 0px; background: #ffffff; direction: ltr;}
#screenshot .screen-slider {background: url("../images/screenimage.png") no-repeat top center transparent;}
#screenshot .owl-carousel .owl-stage-outer {min-height: 580px; padding-top: 30px; padding-bottom: 120px;}
#screenshot .owl-carousel .owl-stage .active img {transform: translate(0, 100px);}
#screenshot .owl-carousel .owl-stage .active.ativo img {transform: translate(0, 0px);}
#screenshot .owl-carousel .owl-stage .active.center img {transform: translate(0, 50px);}
#screenshot .owl-carousel .owl-item img {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	border-radius: 10px;
}
#screenshot .owl-carousel .active img {}
#screenshot .screen-slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}
#screenshot .screen-slider .owl-dots .owl-dot {
    height: 9px;
    width: 25px;
    background: #d3d3d4;
    border-radius: 15px;
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#screenshot .screen-slider .owl-dots .active {
}
#screenshot .screen-slider .owl-nav {text-align: center;}
#screenshot .screen-slider .owl-nav > div {
  display: inline-block;
  height: 56px;
  width: 56px;
  margin: 5px;
}
#screenshot .screen-slider .owl-nav > div.owl-prev {background: url("../images/icons/prev-arrow.png") no-repeat 0 0 transparent;}
#screenshot .screen-slider .owl-nav > div.owl-next {background: url("../images/icons/next-arrow.png") no-repeat 0 0 transparent;}
#screenshot .screen-slider .owl-nav > div span:before  {
  height: 16px;
  width: 13px;
  display: block;
  margin: 16px auto 0 auto;
}
#screens-section {background: url("../images/footerbg.png") no-repeat top right #789FCA; padding-top: 50px; margin-top: 20px; background-size:cover; margin-top: 20px; position: relative; overflow: inherit;}
#screens-section:before {content: ""; width: 58.33333333%; height: 20px; background: #45F0A4; position: absolute; top: -20px; left: 0px; border-radius: 0px 24px 0 0;}
#screens-section .sec-title {
  color: #FFF;
  margin-bottom: 15px;
  font-weight: 700;
}
#screens-section .contact-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 320px;
  margin-bottom: 30px;
}
#screens-section .btns-apps {}
#screens-section .btns-apps a {display: inline-block; margin-left: 15px;}
#screens-section .btns-apps a img {max-height: 50px;}

#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: #2A2A2A; padding-top: 50px;}
#footer .logo img {max-width: 93px;}
#footer .links {display: flex; align-items: center; justify-content: space-between; padding-top: 15px;}
#footer .links a {color: #FFF; font-size: 14px; font-weight: 400; cursor: pointer;}
#footer .links a:hover {color: #789FCA;}
#footer .links a.call-btn,
#footer .links a.mail-btn {color: #789FCA; direction: ltr;}
#footer .links a.call-btn img,
#footer .links a.mail-btn img {max-height: 20px; margin-right: 3px;}
.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: 1200px) {
	#screenshot img.screen-img {
		position: absolute;
		left: 50%;
		bottom: 320px;
		width: 205px;
		height: 389px;
		z-index: 111;
		transform: translateX(-50%);
	}
}
@media (max-width: 991px) {
	
	#screenshot img.screen-img {
		position: absolute;
		left: 50%;
		bottom: 243px;
		width: 275px;
		height: 521px;
		z-index: 111;
		transform: translateX(-50%);
	}
	#screenshot .owl-carousel .owl-stage .active.center img {transform: translate(0, 50px);}
}

@media (max-width: 767px) {
	#header-scroll .logo {text-align: right;}
	#header-scroll nav > ul {justify-content: end;}
	#aboutus .hello-text h3 {margin-top: 0px;}
	#features .feature-image {display: none;}
	#features .feature-box {
	  padding: 0px !important;
	  display: flex;
	  align-items: center;
	  margin-bottom: 20px;
	}
	#features .feature-box .icon {
	  display: block;
	  max-width: 60px;
	  margin-left: 10px;
	}
	#features .feature-box .content {text-align: right;}
	#screenshot .section-title h2 {font-size: 34px;}
	#screenshot {padding-bottom: 50px;}
	#screenshot img.screen-img {bottom: 143px;}
	#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;}
	#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); 
  }
}