@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: #3C144B;
	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: #3C144B;
    -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: #b0308d;
}
* {
    -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 {height: 85.2px;}
header #header-scroll {background: #FFF; padding: 10px 0;}
header #header-scroll .logo {max-width: 150px; display: inline-block;}
header #header-scroll .btn-lang {
  float: left;
  color: #FFF;
  background-image: linear-gradient(to right, #1A8772 , #28CCAD);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 30px;
}
header #header-scroll .btn-lang:hover {background-image: linear-gradient(to right, #28CCAD , #1A8772);}
header #header-scroll nav {float: left; padding: 0 40px; margin-top: 10px;}
header #header-scroll nav ul {}
header #header-scroll nav ul li {display: inline-block; padding: 10px 15px;}
header #header-scroll nav ul li a {font-size: 16px; color: #3C144B; margin: 0 15px;}
header #header-scroll nav ul li a.active,
header #header-scroll nav ul li a:hover {color: #b0308d;}
header #header-scroll.h-fixed {position: fixed; top: 0px; left: 0px; right: 0px; box-shadow: 0px 0px 12px #CECECEAB; z-index: 9999; padding: 5px 0;}
header #header-scroll.h-fixed .logo {max-width: 120px;}
header #header-scroll.h-fixed .btn-lang {margin-top: 5px;}
header #header-scroll.h-fixed nav {margin-top: 5px;}
header #header-scroll #nav-trigger {
  float: left;
  color: #FFF;
  background-image: linear-gradient(to right, #1A8772 , #28CCAD);
  padding: 3px 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  display: none;
}
#main_menu {
  display: none;
  position: relative;
  z-index: 999;
  overflow: hidden;
  max-height: 0px;
  background: #FFF;
}
#main_menu.active {max-height: 200px;}
#main_menu ul {margin-top: 5px}
#main_menu ul li {border-top: 1px solid #F9F9F9;}
#main_menu ul li a {font-size: 17px; padding: 5px; display: block;}

#aboutus {padding: 100px 0;}
#aboutus .content .text-right {flex: 1;}
#aboutus .content .text-right h3 {
  max-width: 440px;
  font-size: 28px;
  line-height: 50px;
}
#aboutus .content .text-right .apps {margin-top: 30px;}
#aboutus .content .text-right .apps a {color: #3C144B; display: inline-block; margin-left: 15px; text-align: center; font-weight: bold;}
#aboutus .content .text-right .apps a img {max-width: 80px; margin-bottom: 10px;}
#aboutus .content .text-right {}
#aboutus .content .images {flex: 1;}
#aboutus .content .images .image {position: relative;}
#aboutus .content .images .image > img {}
#aboutus .content .images .image .small-images {}
#aboutus .content .images .image .small-images img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(90px, -50%);
  animation: imgmove 5s infinite;
}
#stores {padding: 100px 0; background: #faf3f8;}
#stores .image {padding-left: 50px;}
#stores h3 {
  max-width: 300px;
  font-size: 26px;
  line-height: 40px;
  margin-top: 120px;
}
#stores .br-hr {width: 130px; margin: 0px 0 5px 0;}
#stores .descrption {font-size: 17px; max-width: 450px;}
#whyus {padding: 100px 0; background: #FFF;}
#whyus .section-title {text-align: center; margin-bottom: 30px;}
#whyus .section-title:before {content: ""; background: url("../images/icons/Group 78275.svg") no-repeat 0 0 transparent; background-size: cover;}
#whyus .section-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3C144B;
}
#whyus .section-title h3 p {
  font-size: 24px;
  color: #b0308d;
  font-weight: 600;
}
#whyus .section-title img {width: 90px; margin-bottom: 15px;}
#whyus .images-bg {background: url("../images/Group 78274.png") no-repeat center center transparent; background-size: contain; width: 100%; text-align: center;}
#whyus .image {position: relative; padding-bottom: 30px;}
#whyus .image.image-center {}
#whyus .image.image-center:before {
  content: "";
  background: url("../images/icons/Group 77555.svg") no-repeat 0 0 transparent;
  height: 12px;
  width: 87px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50% , -50%);
}
#whyus .image.image-center:after {
  content: "";
  background: url("../images/icons/Group 77555.svg") no-repeat 0 0 transparent;
  height: 12px;
  width: 87px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50% , -50%);
}
#whyus .image img {}
#whyus .image .name {
  position: absolute;
  background: #FFF;
  height: 60px;
  line-height: 50px;
  border: 3px solid;
  width: 180px;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50% , 0);
  font-size: 17px;
  font-weight: 500;
}
#whyus .image.img-r .name {color:#3c144b; border-color: #3c144b;}
#whyus .image.image-center .name {color:#1a8772; border-color: #1a8772;}
#whyus .image.img-l .name {color:#b0308d; border-color: #b0308d;}



#steps {background: #f3faf8; padding: 100px 0;}
#steps .content {}
#steps .content h3 {color: #3C144B; margin-bottom: 30px;}
#steps .content p {}
#steps .content h4 {font-size: 24px; font-weight: bold; color: #1a8772;}
#steps .image {text-align: left;}
#steps .image img {max-width: 360px;}






#screenshot {position: relative; padding: 100px 0px 150px 0px; background: #ffffff; direction: ltr;}
#screenshot .section-title h2 {font-size: 32px; font-weight: bold; text-align: center; margin-bottom: 30px;}
#screenshot img.screen-img {
    position: absolute;
    left: 50%;
    bottom: 227px;
    width: 255px;
    height: 485px;
    z-index: 111;
    transform: translateX(-50%);
}
#screenshot .owl-carousel .owl-stage-outer {min-height: 580px; padding-top: 30px;}
#screenshot .owl-carousel .owl-stage .active img {transform: translate(0, 50px);}
#screenshot .owl-carousel .owl-stage .active.ativo img {transform: translate(0, 100px);}
#screenshot .owl-carousel .owl-stage .active.center img {transform: translate(0, 0px);}
#screenshot .owl-carousel .owl-item img {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	box-shadow: 0px 0px 12px #EFEFEFDB;
	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 {
    background: #ffa638; width: 50px;
}
#screenshot .screen-slider .owl-nav {text-align: center;}
#screenshot .screen-slider .owl-nav > div {
  display: inline-block;
  height: 100px;
  width: 100px;
}
#screenshot .screen-slider .owl-nav > div.owl-prev {background: url("../images/icons/Group 78295.svg") no-repeat 0 0 transparent;}
#screenshot .screen-slider .owl-nav > div.owl-next {background: url("../images/icons/Group 78297.svg") no-repeat 0 0 transparent;}
#screenshot .screen-slider .owl-nav > div span:before  {
  height: 16px;
  width: 13px;
  display: block;
  margin: 16px auto 0 auto;
}
#ourapps {padding: 0; background: url("../images/Header.png") no-repeat bottom right #FFF; background-size: 400px;}
#ourapps .content {background: url("../images/Group 78334.png") no-repeat 0 0 transparent; background-size: contain; padding: 100px 0;}
#ourapps .content h3 {}
#ourapps .content p {}
#ourapps .content .apps {margin-top: 30px;}
#ourapps .content .apps a {color: #3C144B; display: inline-block; margin-left: 15px; text-align: center; font-weight: bold;}
#ourapps .content .apps a img {max-width: 70px; vertical-align: middle; margin-left: 10px;}
#ourapps .content .apps a p {display: inline-block; margin: 0px; vertical-align: middle;}

#text-page {padding: 100px 0;}
#text-page .section-title {margin-bottom: 30px; position: relative; padding-bottom: 1px;}
#text-page .section-title:before {
  content: "";
  background: url("../images/icons/Path 120051.svg") no-repeat 0 0 transparent;
  height: 23px;
  width: 130px;
  position: absolute;
  background-size: contain;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
#text-page .content {padding-top: 20px;}
#text-page .content p {white-space: break-spaces; font-size: 17px; line-height: 30px;}
#footer {background: #3c144b; padding: 50px 0 20px 0;}
#footer .logo {max-width: 150px;}
#footer .links {text-align: left; margin-top: 15px;}
#footer .links li {display: inline-block; margin: 0 50px;}
#footer .links li:last-child {margin-left: 0px;}
#footer .links li a {color: #FFF; line-height: 30px;;}
#footer .links li a img {margin-left: 5px;}
#footer .links li a span {display: inline-block; vertical-align: middle;}
.footer-bottom {display: flex; justify-content: space-between; align-items: center; margin-top: 15px;}
.footer-bottom .copyright {color: #FFF; font-size: 14px; text-align: center; margin: 0;}
.footer-bottom .mrhbaa {display: block; max-width: 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: 991px) {
}

@media (max-width: 767px) {
	header #header-scroll .btn-lang {display: none;}
	header #header-scroll nav {display: none;}
	header #header-scroll #nav-trigger {display: inline-block;}
	#main_menu {display: block;}
	#aboutus .content .images .image .small-images img {right: 20%; max-width: 170px;}
	#aboutus .content .text-right .apps {text-align: center;}
	#stores h3 {margin-top: 10px;}
	#whyus .image.image-center {margin: 30px 0}
	#whyus .image.image-center::before,
	#whyus .image.image-center::after {display: none;}
	#ourapps {background: #FFF;}
	#ourapps .content .apps a {margin-bottom: 10px;}
	#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 {text-align: center;}
	#footer .logo {margin: 0 auto;}
	#footer .links {display: flex;}
	#footer .links li {display: block; margin: 5px 0; text-align: center;}
}






@keyframes imgmove {
  0%, 100% {
    transform: translate(90px, -50%);
  }
  
  50% {
    transform: translate(80px, -49%);
  }
  
  80% {
    transform: translate(85px, -49%);
  }
}





