@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: #231E1F;
	background:#FDFDFD;
	direction:rtl;
	font-size: 17px;
}

@font-face {
	font-family:HelveticaNeue;src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.ttf) format('truetype');
	font-weight:400;font-style:normal;}
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: #6C44DF;
}
.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;}
.section-title {}
.section-title h2 {color: #012b1f; position: relative;}
.section-title h2 span {z-index: 1; position: relative;}
.section-title h2:before {
  content: "";
  height: 10px;
  width: 67px;
  position: absolute;
  background: #6C44DF;
  border-radius: 3px;
  right: 0;
  bottom: -7px;
  z-index: 0;
}

#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: right;}
#header-scroll .header-content .logo a {display: inline-block; width: 100%; max-width: 200px;}
#header-scroll .header-content .head-links {display: flex; justify-content: space-around; align-items: center; padding: 15px 0;}
#header-scroll .header-content .head-links a {
  color: #393939;
  padding: 8px 0px;
  line-height: 26px;
  display: block;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  position: relative;
}
#header-scroll .header-content .head-links a:hover {}
#header-scroll .header-content .head-links a:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #25AAE2;
  border-radius: 10px;
  border: 1.5px solid #FFF;
  box-shadow: 4px 4px 16px 0px rgba(37, 170, 226, 0.50);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#header-scroll .header-content .head-links a:hover:before {opacity: 1}
#header-scroll .header-content .head-links a.active:before {opacity: 1}
#header-scroll .header-content .head-links a.btn-lang {}
#header-scroll .header-content .head-links a.btn-lang img {width: 28px; margin-right: 3px;}
#header-scroll .header-content .head-links a.btn-lang:before {display: none;}
#header-scroll .header-content .head-links a.btn-lang:hover {color: #25AAE2;}
#header-scroll.h-fixed {background: #FFFFFF; padding: 10px 0; box-shadow: 0px 1px 5px #2F2F2F;}
#header-scroll.h-fixed .header-content .logo a {max-width: 180px;}
#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;
  left: 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;}
.app-store {
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 12px 14px rgba(57, 57, 57, 0.10);
}
.google-play {
  background: #25AAE2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 12px 14px rgba(37, 170, 226, 0.10);
}
#first {
  background: url("../images/bg-1.png") no-repeat bottom left transparent;
  background-size: cover;
  padding: 150px 0 200px 0;
}
#first .first-content {max-width: 510px; padding-top: 50px;}
#first h2 {
  margin: 30px 0;
  color: #25AAE2;
  font-size: 58px;
  font-family: Almarai;
  font-weight: 700;
  line-height: 78px;
  word-wrap: break-word;
}
#first p {
  color: #393939;
  font-size: 28px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
}

#first .buttons-apps {display: inline-block;}
#first .buttons-apps a {
  display: inline-block;
  margin: 40px 0px 15px 22px;
}
#first .buttons-apps a img {max-height: 50px;}
#aboutus {background: #FFFFFF; padding: 100px 0 0 0; position: relative;}
#aboutus:before {
  content: "";
  background: url("../images/bubble.png") no-repeat center right transparent;
  position: absolute;
  right: 0;
  top: 100%;
  height: 300px;
  width: 300px;
  background-size: cover;
  transform: translate(0%,-50%);
  z-index: 1;
}
#aboutus .section-title {
  color: #393939;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
#aboutus .section-title img {height: 60px; width: 60px; margin-left: 10px;}
#aboutus .aboutas-content {margin-top: 25px;}
#aboutus .aboutas-content h2 {
  color: #1F293A;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.40px;
  letter-spacing: 0.07px;
  margin-bottom: 30px;
}
#aboutus .aboutas-content p {
  color: #767676;
  font-size: 18px;
  font-weight: 500;
  line-height: 36.40px;
  max-width: 497px;
}
#aboutus .aboutas-content .button {margin-top: 30px;}
#aboutus .aboutas-content .button a {
  background: #25AAE2;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  max-width: 270px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 12px 14px 0px rgba(37, 170, 226, 0.10);
}
#aboutus .aboutas-content .button a img {max-width: 30px;}
#aboutus .image {text-align: left;}
#aboutus .image img {}
#features {
  background: #FFF;
  padding: 80px 0 80px 0;
  position: relative;
}
#features:before {
  content: "";
  background: url("../images/bubble2.png") no-repeat center left transparent;
  position: absolute;
  left: 0;
  top: 50%;
  height: 400px;
  width: 400px;
  transform: translate(0%,-50%);
  background-size: cover;
}

#features .section-title {
  color: #393939;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
#features .section-title img {height: 60px; width: 60px; margin-left: 10px;}
#features .section-title p {color: #767676; font-size: 18px; font-weight: 500;}
#features .features-content {
  display: flex;
  max-width: 600px;
  margin-bottom: 10px;
}
#features .features-content .ico {width: 60px; margin-left: 15px;}
#features .features-content .content {width: 100%;}
#features .features-content .content h3 {
  margin-top: 0px;
  color: #030B11;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
#features .features-content .content p {
  color: rgba(3.09, 11.13, 17.31, 0.60);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#features .button {margin-top: 30px;}
#features .button a {
  background: #25AAE2;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  max-width: 270px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 12px 14px 0px rgba(37, 170, 226, 0.10);
}
#features .button a img {max-width: 30px;}
#features .fav-img img {}

.screenshot-area {position: relative; padding: 80px 0;}
.screenshot-area:before {
  content: "";
  background: #F0F0F0;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
#screenshot .section-title {
  color: #393939;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
#screenshot .section-title img {height: 60px; width: 60px; margin-left: 10px;}
#screenshot .section-title p {color: #767676; font-size: 18px; font-weight: 500;}
#screenshot .screenshot-images {position: relative; z-index: 9; padding: 0px;}
#screenshot .screen-slider {
	direction: ltr;
}
#screenshot .owl-carousel .owl-stage-outer {padding: 150px 0 50px 0;}
#screenshot .owl-carousel .owl-item {position: relative; z-index: 1;}
#screenshot .owl-carousel .owl-item.active {z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#screenshot .owl-carousel .owl-item.active:nth-child(2n+1) {z-index: 1}
#screenshot .owl-carousel .owl-item img {opacity: 0;}
#screenshot .owl-carousel .owl-item.active img {box-shadow: 0px 12px 14px 0px rgba(57, 57, 57, 0.10); border-radius: 40px; opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#screenshot .owl-carousel .owl-item.active:nth-child(2n+1) img {transform: translate(0,-80px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#screenshot .screen-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
}
#screenshot .screen-slider .owl-nav > div {
  display: inline-block;
  height: 48px;
  width: 48px;
  background-size: cover !important;
}
#screenshot .screen-slider .owl-nav > div.owl-prev {background: url("../images/icons/arrow_left.png");}
#screenshot .screen-slider .owl-nav > div.owl-next {background: url("../images/icons/arrow_right.png"); margin-left: 15px;}
#screenshot .screen-slider .owl-dots {position: absolute; top: 0; right: 0; display: flex; align-items: center; height: 12px;}
#screenshot .screen-slider .owl-dots .owl-dot {display: inline-block; width: 8px; height: 8px; background: #B9B9B9; margin: 3px; border-radius: 20px;}
#screenshot .screen-slider .owl-dots .owl-dot.active {height: 12px; width: 12px; background: #E1A773;}
#apps {}
#apps .app-content {position: relative; padding: 0;}
#apps .app-content.laundry-app {background: url("../images/laundry.png") no-repeat center center transparent; background-size: cover; color: #FFFFFF;}
#apps .app-content.delivery-app {background: url("../images/delivery.png") no-repeat center center transparent; background-size: cover; color: #393939;}
#apps .app-content .content {
  position: absolute;
  max-width: 200px;
  top: 50px;
  right: 50px;
}
#apps .app-content .content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
#apps .app-content .content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
#apps .app-content .content .buttons-apps {display: inline-block;}
#apps .app-content .content .buttons-apps a {
  display: block;
  margin: 15px 0;
}
#apps .app-content .content .buttons-apps a img {max-height: 50px;}

#apps .app-content .content .app-store {
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 12px 14px rgba(57, 57, 57, 0.10);
}
#apps .app-content .content .google-play {
  background: #393939;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 12px 14px 0px rgba(37, 170, 226, 0.10);
}

#apps .app-content .image {}
#apps .app-content .image img {}

#text-page {padding: 150px 0 100px 0;}
#text-page .section-title {
  color: #393939;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
#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 {padding: 50px 0 0 0; background: #393939;}
footer .footer-content .logo {}
footer .footer-content .logo img {max-width: 250px;}
footer .footer-content .links {padding-top: 15px;}
footer .footer-content .links ul {text-align: center; display: flex;}
footer .footer-content .links ul li {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .footer-content .links ul li a {
  color: #FEFEFE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0;
  position: relative;
}
footer .footer-content .links ul li a:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #25AAE2;
  border-radius: 10px;
  border: 1.5px solid #FFF;
  box-shadow: 4px 4px 16px 0px rgba(37, 170, 226, 0.50);
  transform: translate(-50%, -50%);
  opacity: 0;
}
footer .footer-content .links ul li a:hover:before {opacity: 1}
footer .footer-content .contact {display: flex;}
footer .footer-content .contact .ico {width: 50px;}
footer .footer-content .contact .ico img {}
footer .footer-content .contact .contact-links {padding-right: 15px;}
footer .footer-content .contact .contact-links a {
  display: block;
  margin: 15px 0;
  color: #FFF;
}
footer .footer-content .contact .contact-links a h2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
footer .footer-content .contact .contact-links a p {
  direction: ltr;
  text-align: right;
  font-size: 16px;
}
footer .copyright {
  text-align: center;
  color: #FFF;
  margin: 30px 0;
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
	#screenshot .owl-carousel .owl-stage-outer {padding: 50px 0 50px 0;}
	#screenshot .owl-carousel .owl-item img {opacity: 1; margin-top: 10px;}
	#screenshot .owl-carousel .owl-item.active:nth-child(2n+1) img {transform: translate(0,0px);}
}

@media (max-width: 767px) {
	.d-flex {display: block;}
	.active + #header-scroll {background: #FFFFFF;}
	#header-scroll .header-content .nav-trigger {display: block;}
	#header-scroll .header-content #main_menu {display: block;}
	#header-scroll .header-content .logo a {max-width: 200px;}
	#first {background-position: bottom right;}
	#first .first-content {margin: 0 auto; text-align: center; padding-top: 0px;}
	#aboutus {padding-top: 50px;}
	#aboutus .section-title {text-align: center;}
	#aboutus .aboutas-content {text-align: center;}
	#aboutus .aboutas-content p {max-width: inherit;}
	#aboutus .aboutas-content .button {text-align: center;}
	#aboutus .aboutas-content .button a {margin: 0 auto;}
	#aboutus .image {
	  text-align: center;
	  max-width: 300px;
	  margin: 0 auto;
	}
	#features {padding-top: 50px;}
	#features .fav-img {display: none;}
	#apps .app-content .image img {min-height: 350px;}
	footer .footer-content .logo {text-align: center;}
	footer .footer-content .links ul {text-align: center; display: block;}
	footer .footer-content .links ul li {
	  display: inline-block;
	  width: auto;
	  margin: 0px 15px;
	}
	footer .footer-content .contact {text-align: center; display: block;}
	footer .footer-content .contact .ico {margin: 30px auto 0 auto;}
	footer .footer-content .contact .contact-links {margin: 0;}
	footer .footer-content .contact .contact-links a p {text-align: center;}

}






