@font-face {
  font-family: "Conv_Cairo-Black_1";
  src: url("../fonts/Cairo-Black_1/Cairo-Black_1.eot");
  src: local("☺"),
    url("../fonts/Cairo-Black_1/Cairo-Black_1.woff") format("woff"),
    url("../fonts/Cairo-Black_1.ttf") format("truetype"),
    url("../fonts/Cairo-Black_1/Cairo-Black_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Cairo-Bold_1";
  src: url("../fonts/Cairo-Bold_1/Cairo-Bold_1.eot");
  src: local("☺"), url("../fonts/Cairo-Bold_1/Cairo-Bold_1.woff") format("woff"),
    url("../fonts/Cairo-Bold_1/Cairo-Bold_1.ttf") format("truetype"),
    url("../fonts/Cairo-Bold_1/Cairo-Bold_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Cairo-Regular_3";
  src: url("../fonts/Cairo-Regular_3/Cairo-Regular_3.eot");
  src: local("☺"),
    url("../fonts/Cairo-Regular_3/Cairo-Regular_3.woff") format("woff"),
    url("../fonts/Cairo-Regular_3/Cairo-Regular_3.ttf") format("truetype"),
    url("../fonts/Cairo-Regular_3/Cairo-Regular_3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Cairo-SemiBold_3";
  src: url("../fonts/Cairo-SemiBold_3/Cairo-SemiBold_3.eot");
  src: local("☺"),
    url("../fonts/Cairo-SemiBold_3/Cairo-SemiBold_3.woff") format("woff"),
    url("../fonts/Cairo-SemiBold_3/Cairo-SemiBold_3.ttf") format("truetype"),
    url("../fonts/Cairo-SemiBold_3/Cairo-SemiBold_3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_NizarCoconKurdish-Bold";
  src: url("../fonts/NizarCoconKurdish-Bold/NizarCoconKurdish-Bold.eot");
  src: local("☺"),
    url("../fonts/NizarCoconKurdish-Bold/NizarCoconKurdish-Bold.woff")
      format("woff"),
    url("../fonts/NizarCoconKurdish-Bold/NizarCoconKurdish-Bold.ttf")
      format("truetype"),
    url("../fonts/NizarCoconKurdish-Bold/NizarCoconKurdish-Bold.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px auto;
}

body {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2rem;
  font-family: "Conv_NizarCoconKurdish-Bold";
  color: #fb5a3e;
  text-align: left;
  margin-bottom: 5%;
}

h2 {
  font-family: "Conv_NizarCoconKurdish-Bold";
  font-size: 2.5rem;
  color: #000000;
}

h4 {
  font-family: "Conv_NizarCoconKurdish-Bold";
  font-size: 2rem;
  color: #fb5a3e;
}

h5 {
  font-family: "Conv_Cairo-Regular_3";
  font-size: 2rem;
  color: #626262;
}

a {
  text-decoration: none;
  color: #626262;
  font-family: "Conv_Cairo-SemiBold_3";
}

p {
  color: #626262;
  margin-top: 15px;
  margin-right: 0;
  text-align: justify;
  font-size: 1.1rem;
  font-family: "Conv_Cairo-Regular_3";
}

a:lang(en),
h1:lang(en),
h2:lang(en),
h3:lang(en),
h4:lang(en),
h5:lang(en),
p:lang(en) {
  text-align: left;
  direction: ltr;
}

section {
  width: 100%;
  float: right;
  clear: both;
  height: auto;
  text-align: right;
  direction: rtl;
}

.section-default p:lang(en),
.section-aboutus p:lang(en) {
  text-align: justify !important;
}

section .container {
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
}

section .col {
  width: 50%;
  float: right;
  align-self: center;
  box-sizing: border-box;
}

/* Style the header with a grey background and some padding */
.header.mobile {
  display: none;
}

header {
  width: 75%;
  margin-top: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

/* Style the header links */
header a {
  float: right;
  text-align: right;
  direction: rtl;
  padding: 0 20px;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
}

header a:lang(en) {
  float: left;
  direction: ltr;
}

header a:first-child {
  padding-right: 0;
}

header a:first-child:lang(en) {
  padding-right: 20px;
}

header .header-right a:last-child:lang(en) {
  padding-right: 0px;
}

header a:hover {
  color: #fb6449;
  transition: color 0.5s linear;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
header a.logo {
  font-size: 25px;
  padding: 0;
  float: left;
  font-weight: bold;
}

header a.logo img {
  width: 150px;
}

/* Style the active/current link*/
header a.active {
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

.lang-btn,
header .lang-btn:lang(en) {
  float: right;
}

.download-btn {
  background-color: #fb5c3f;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 35px;
  margin: 8px 20px 0 0;
  box-shadow: 0px 0px 11px 1px #86868657;
}

.download-btn:lang(en) {
  float: right;
}

.download-btn:hover {
  background-color: #fff;
  color: #fb6449;
  box-shadow: 0px 0px 4px 1px #fb6449;
  transition: background-color 0.5s linear;
}

.col.padding-right {
  padding-right: 13%;
  box-sizing: border-box;
}

/* end header styl */

div.bg-1 {
  width: 100%;
  float: right;
  background-image: url(../images/home_bg.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: top right;
}

div.bg-2 {
  width: 100%;
  float: right;
  background-image: url(../images/features_bg_1.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top left;
  margin-top: -5%;
}

div.bg-3 {
  width: 100%;
  float: right;
  background-image: url(../images/features_bg_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  margin-top: -5%;
}

div.bg-4 {
  width: 100%;
  float: right;
  background-image: url(../images/download_now_bg.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: left;
  margin-top: -5%;
}

.section-cms {
  width: 100%;
  float: right;
  background-image: url(../images/home_shape.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: top left;
}

.section-default {
  width: 100%;
  float: right;
  background-image: url(../images/home_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.section-aboutus {
  width: 100%;
  float: right;
  background-image: url(../images/who_we_are_rectangle_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.section-feature-1 {
  width: 100%;
  float: right;
  background-image: url(../images/mobile_bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.section-feature-1 img {
  width: 65%;
  float: left;
  margin-top: 35%;
}

.section-feature-2 {
  width: 100%;
  float: right;
  background-image: url(../images/mobile_bg_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.section-feature-2 img {
  width: 35%;
  float: right;
}

.section-feature-3 {
  width: 100%;
  float: right;
  background-image: url(../images/mobile_bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.section-feature-3 img {
  width: 43%;
  float: left;
  margin-left: 10%;
}

.section-feature-4 {
  width: 100%;
  float: right;
  background-image: url(../images/mobile_bg_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.section-feature-4 img {
  width: 50%;
  float: right;
  margin-top: 10%;
  margin-left: 10%;
}

.section-feature-5 {
  width: 100%;
  float: right;
  background-image: url(../images/mobile_bg_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.section-feature-5 img {
  width: 80%;
  float: left;
  margin-top: 10%;
  margin-left: -23%;
}

.section-download {
  width: 100%;
  float: right;
  margin-top: 10%;
}

.section-default h2 {
  clear: both;
}

.section-default .col:first-child {
  align-self: center;
}

.section-default .col:last-child {
  align-self: inherit;
}

.section-download img {
  width: 100%;
  float: left;
  margin-top: 30%;
}

.image-container {
  position: relative;
  height: 100%;
}

.image-container img {
  position: absolute;
}

.section-default .image-1 {
  left: -40%;
  top: 25%;
  bottom: 0;
  width: 100%;
}

.section-default .image-2 {
  right: 15%;
  top: 28%;
  bottom: 0;
  width: 100%;
}

.mobile.download-btn {
  display: none;
}

.mobile.download-btn:lang(en) {
  float: left;
}

.store-list {
  margin-top: 30px;
}

.store-list img {
  max-width: 40%;
  margin-left: 15px;
}

html[lang="en"] .store-list {
  text-align: left;
}

html[lang="en"] .store-list a:last-child img {
  margin-left: 0;
}

.features-lable:lang(en) {
  margin-left: 34%;
}

.stats .list {
  max-width: 80%;
}

.stats .list .item {
  background-color: #fff;
  border-radius: 8px;
  width: 45%;
  box-sizing: border-box;
  float: right;
  padding: 7% 4%;
  box-shadow: 0px 0px 11px 1px #86868657;
}

.stats .list .item .icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  margin-bottom: 10px;
}

.stats .list .item .icon.icon-1 {
  background-image: url(../images/download_icon.png);
}

.stats .list .item .icon.icon-2 {
  background-image: url(../images/like_icon.png);
}

.stats .list .item .icon.icon-3 {
  background-image: url(../images/bus_icon.png);
}

.stats .list .item .icon.icon-4 {
  background-image: url(../images/address_icon.png);
}

html[lang="en"] .stats .list .item > * {
  float: left;
  text-align: left;
}

.stats .list .item:nth-child(even) {
  margin: 20px 20px 0 0;
}

.stats .list .item .title {
  font-family: "Conv_Cairo-Regular_3";
  text-align: right;
  direction: ltr;
  font-size: 1.8rem;
  width: 100%;
  clear: both;
}

.stats .list .item .value {
  font-family: "Conv_Cairo-Regular_3";
  font-size: 0.9rem;
  color: #626262;
}

.feature {
  float: right;
  margin-top: 10%;
}

html[lang="en"] .section-feature-1 .feature > *,
html[lang="en"] .section-feature-3 .feature > *,
html[lang="en"] .section-feature-5 .feature > *,
html[lang="en"] .section-feature-2 .feature > *,
html[lang="en"] .section-feature-4 .feature > * {
  float: right;
  width: 66%;
}

.section-download h5:lang(en) {
  text-align: right;
}

.store-download-list img {
  max-width: 30%;
  float: right;
  margin-left: 15px;
  margin-top: 10%;
}

footer {
  width: 100%;
  float: right;
  color: #fff;
  padding: 4% 0;
  font-family: "Conv_Cairo-Regular_3";
  background-color: #fb5c3f;
}

footer .container {
  width: 75%;
  position: relative;
}

footer ul {
  float: right;
  direction: rtl;
  list-style-type: none;
  min-width: 60%;
  padding: 0; 
  line-height: 50px;
}

footer ul li {
  display: inline-block;
  margin: 0 0 0 3%;
  font-size: 1rem;
}

footer ul li a {
  color: #fff;
}

footer ul li.facebook {
  background-image: url(../images/facebook_icon.png);
}

footer ul.social-network {
  min-width: 20%;
  height: 50px;
}

footer ul.social-network li {
  width: 30px;
  height: 50px;
  margin: 0 5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

footer ul li.instagram {
  background-image: url(../images/instagram_icon.png);
}

footer .logo {
  min-width: 20%;
  height: 50px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/white_logo.svg);
}

.feature h4::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
}

.cms-content {
  max-width: 75%;
  padding: 2% 2% 5% 2%;
  box-sizing: border-box;
  margin-top: 10%;
  margin-bottom: 10%;
  background: #fff;
  box-shadow: 0px 0px 11px 1px #86868657;
}

.cms-content h3 {
  font-size: 1.5rem;
  font-family: "Conv_NizarCoconKurdish-Bold";
  color: #fb5a3e;
}

.cms-content ol,
.cms-content ul {
  font-family: "Conv_Cairo-Regular_3";
  padding: 0;
  font-size: 1.1rem;
  color: #626262;
}

.cms-content ol,
.cms-content ul,
.cms-content h3,
.cms-content p {
  direction: ltr;
  margin: 2% 0 0 0;
  text-align: left;
  list-style-type: none;
}

.cms-content p {
  max-width: 100%;
  margin-top: 5px;
}

.section-download .image-container img {
  position: relative;
}