/*
** RTL Mixins including margin, pading, position, border and border radius
*/
/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
.White {
  color: #ffffff;
}

.text-white p {
  color: #ffffff;
}

.BgWhite {
  background: #ffffff;
}

.main-color {
  color: #533417;
}

@font-face {
  font-family: "droid";
  src: url("../fonts/droidkufi/DroidKufi-Regular.woff");
}
@font-face {
  font-family: "droid-bold";
  src: url("../fonts/droidkufi/DroidKufi-Bold.ttf");
}
html[lang=ar] body,
html[lang=ar] p,
html[lang=ar] a,
html[lang=ar] span,
html[lang=ar] li {
  font-family: droid;
}
html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6,
html[lang=ar] .bold,
html[lang=ar] .bolder {
  font-family: droid-bold;
}

.ar {
  font-family: droid !important;
}

@font-face {
  font-family: "sfprotext-regular";
  src: url("../fonts/sfprotext/sfprotext-regular.ttf");
}
body,
p,
a,
span,
li {
  font-family: sfprotext-regular, sans-serif;
}

@font-face {
  font-family: "sfprotext-bold";
  src: url("../fonts/sfprotext/sfprotext-bold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sfprotext-bold, sans-serif;
}

.en {
  font-family: sfprotext-regular, sans-serif !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  color: #000000;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
}

a {
  text-decoration: none;
}

.rounded {
  border-radius: 50px !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.justify {
  text-align: justify;
}

.reguler {
  font-weight: normal !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-50 {
  padding-top: 50px;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.main-btn {
  color: #ffffff !important;
}

.btn-round {
  border-radius: 25px;
  padding: 7px 20px;
}

@-webkit-keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 1620px) {
  .container-box {
    max-width: 1620px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#header .header-logo {
  max-height: 70px;
}
#header .opener-holder {
  display: none;
}
#header .opener-holder .nav-opener {
  position: relative;
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
#header .opener-holder .nav-opener:hover {
  opacity: 0.9;
}
#header .opener-holder .nav-opener::before, #header .opener-holder .nav-opener::after,
#header .opener-holder .nav-opener span {
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header .opener-holder .nav-opener::before {
  content: "";
  top: 8px;
  left: 30%;
}
#header .opener-holder .nav-opener::after {
  content: "";
  top: 26px;
}
#header #headerBtn {
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
#header #headerBtn:hover {
  color: #ffffff;
}
#header .dropdown-menu {
  left: 0 !important;
}
#header .dropdown-menu a:active {
  background: none;
  color: #000000;
}

#nav {
  overflow: hidden;
}
#nav .nav-drop li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 2px;
}
#nav .nav-drop li a {
  position: relative;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 20px;
  border-radius: 26px;
}
#nav .nav-drop li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 800;
}
#nav .nav-drop li a.active {
  color: #ffffff;
  font-weight: 800;
  border-bottom: 2px solid #ffffff;
}

#header.scrolled {
  position: fixed;
  -webkit-animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
          animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  background: #533417;
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  padding: 2px 0;
}

@media (max-width: 992px) {
  #header {
    background: #533417;
    padding: 7px 5px;
  }
  #header .opener-holder {
    display: inline-block;
  }
  .home-banner {
    padding: 0px 0px 240px 0px !important;
  }
  #nav .nav-drop {
    display: block;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  #nav .nav-drop ul li {
    position: relative;
    padding: 0 35px;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
  }
  #nav .nav-drop ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-bottom: 1px solid #000000;
    color: #ffffff;
    background: #533417;
  }
  #nav .nav-drop ul li a:active, #nav .nav-drop ul li a:focus, #nav .nav-drop ul li a:hover {
    text-decoration: none;
    color: green;
  }
  #nav .nav-drop ul li.active {
    position: relative;
  }
  #nav .nav-drop ul li.active::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    right: 0;
    background: green;
  }
  #nav .nav-drop ul li.active a {
    color: green;
  }
  #header.nav-active .opener-holder .nav-opener::after, #header.nav-active .opener-holder .nav-opener::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 16px;
    left: 5%;
    right: 5%;
  }
  #header.nav-active .opener-holder .nav-opener::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header.nav-active .opener-holder .nav-opener span {
    opacity: 0;
  }
  #header.nav-active #nav .nav-drop {
    pointer-events: auto !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .download-app .container .iphone-x {
    display: none;
  }
  html[dir=ltr] #nav .nav-drop {
    right: auto;
    left: 0;
  }
}
@media (max-width: 576px) {
  #header {
    position: relative;
  }
  #header .container #headerBtn {
    min-width: 105px;
  }
  #header #nav .nav-drop ul li {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  .header-logo {
    max-height: 50px;
  }
}
.home-banner {
  background: url("../img/banner-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0 240px 0;
}
.home-banner .content {
  max-width: 840px;
}
.home-banner .b-logo {
  max-width: 92px;
}
.home-banner .title-size {
  font-size: 56px;
  line-height: normal;
}
.home-banner .sub-title-size {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.home-banner .pulse {
  color: #ffffff;
  border: solid 0.8px #cc9e30;
  padding: 2px 22px;
  border-radius: 6px;
}
.home-banner .pulse:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  background-color: #cc9e30;
  border: solid 0.8px rgb(194, 152, 89);
}

.about-sec {
  padding-bottom: 100px;
}
.about-sec .screens {
  margin-top: -150px;
}
.about-sec .screen-img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 131px 0 rgba(56, 31, 35, 0.3);
          box-shadow: 0 2px 131px 0 rgba(56, 31, 35, 0.3);
}
.about-sec .right-screen {
  position: relative;
}
[dir=ltr] .about-sec .right-screen {
  right: 20px;
}
[dir=rtl] .about-sec .right-screen {
  left: 20px;
}
.about-sec .left-screen {
  position: relative;
}
[dir=ltr] .about-sec .left-screen {
  left: 20px;
}
[dir=rtl] .about-sec .left-screen {
  right: 20px;
}
.about-sec .center-screen {
  position: relative;
  z-index: 9;
}
.about-sec .data .btn-round {
  border: solid 0.9px #533417;
  background-color: rgba(83, 21, 32, 0.1);
  color: #533417;
  font-weight: bold;
}
[dir=ltr] .about-sec .data .btn-round {
  margin-right: 10px;
}
[dir=rtl] .about-sec .data .btn-round {
  margin-left: 10px;
}
[dir=ltr] .about-sec .data .btn-round:last-child {
  margin-right: 0;
}
[dir=rtl] .about-sec .data .btn-round:last-child {
  margin-left: 0;
}
[dir=ltr] .about-sec .data .btn-round img {
  margin-right: 5px;
}
[dir=rtl] .about-sec .data .btn-round img {
  margin-left: 5px;
}
.about-sec .data p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6f6f6f;
}

.download-app {
  background-color: #aa8a71;
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
}
.download-app .container-box .row .iphone-x {
  position: absolute;
  top: -40%;
}
.download-app .container-box .row .iphone-x img {
  max-width: 50%;
}
.download-app .download-title {
  font-size: 28px;
}
.download-app .download-btn {
  height: 50px;
}

.feature-screen {
  background: url("../img/screen-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.feature-screen .feature-title {
  font-size: 28px;
}
.feature-screen .feature-screen-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.feature-screen .feature-screen-slider .swiper-wrapper .swiper-slide {
  width: auto !important;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.feature-screen .feature-screen-slider .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0.6;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.feature-screen .feature-screen-slider .swiper-wrapper .swiper-slide-next::after,
.feature-screen .feature-screen-slider .swiper-wrapper .swiper-slide-prev::after {
  opacity: 0.3;
}
.feature-screen .feature-screen-slider .swiper-wrapper .swiper-slide-active::after {
  opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
  content: "";
  font-size: 20px;
  color: #ffffff;
  background: #533417;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[dir=ltr] .swiper-button-prev {
  left: 0;
}
[dir=rtl] .swiper-button-prev {
  right: 0;
}

[dir=ltr] .swiper-button-next {
  right: 0;
}
[dir=rtl] .swiper-button-next {
  left: 0;
}

.swiper-slide {
  height: auto !important;
}

.feature-section {
  background: url("../img/feature-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 30px 0;
}
.feature-section .title {
  color: #533417;
  font-weight: bold;
}
.feature-section .col-lg-3 {
  padding: 12px 12px;
}
.feature-section .col-lg-3 .card {
  border: solid 2px rgba(255, 255, 255, 0.1);
  background-color: #836446;
  border-radius: 15px;
}
.feature-section .col-lg-3 .card .card-body .title {
  color: #ffffff;
}
.feature-section .col-lg-3 .card .card-body p {
  color: #ffffff;
}

.featureArticale {
  margin-top: -100px;
  margin-bottom: 120px;
}

.main-articale {
  padding: 20px 20px;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 23px 0 rgba(56, 31, 35, 0.25);
          box-shadow: 0 2px 23px 0 rgba(56, 31, 35, 0.25);
  background-color: #fff;
}

.feature-card {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 23px 0 rgba(56, 31, 35, 0.25);
          box-shadow: 0 2px 23px 0 rgba(56, 31, 35, 0.25);
}

.blog-card {
  border-radius: 10px;
  border: solid 1px #d1d1d1;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
}
.blog-card .card-img-top {
  max-height: 207px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-title {
  font-size: 30px;
  color: #533417;
}
.blog-card .time {
  color: #908f97;
}
.blog-card .blog-card-title {
  font-size: 18px;
  color: #000000;
}
.blog-card .card-decs {
  color: #908f97;
}

.blog-banner {
  background: url("../img/banner-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread-title {
  display: inline-block;
  margin: 30px auto;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
}
.bread-title a {
  color: #ffffff;
}

.MainArticle {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  margin-bottom: 50px;
}
.MainArticle .content-body {
  padding-top: 50px;
}

.privacy p {
  line-height: 2;
}

html[dir=ltr] .swiper-button-next .fa-chevron-left,
html[dir=ltr] .swiper-button-prev .fa-chevron-right {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

footer {
  background: #f8f4ed;
  padding: 50px 0;
}
footer .footer-top {
  text-align: center;
}
footer .footer-top .footer-logo {
  width: 130px;
  display: block;
  margin: 0 auto;
}
footer .footer-top .footer-title {
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: center;
  color: #533417;
}
footer .footer-top .footer-p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: center;
  color: #533417;
}
footer form {
  background: #f5ede1;
  display: inline-block;
  border-radius: 30px;
  padding: 1px;
}
footer form .send-btn {
  width: 133px;
  height: 46px;
  border-radius: 28px;
  background-color: #533417;
  border: none;
  color: #ffffff;
}
footer form .link-btn {
  margin: 0 30px;
  border: none;
  background: none;
  color: #ccb99c;
  font-size: 17px;
  font-weight: 600;
}
footer form .fa-envelope {
  width: 55px;
  font-size: 18px;
  color: #533417;
}
footer .socail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
}
footer .socail li {
  margin: 0 10px;
}
footer img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .download .download-btn {
  width: 150px;
}

.end-bg {
  background: #8b400c;
  padding: 25px 0;
}

.develop-sec {
  background-color: #533417;
  padding: 30px;
}
.develop-sec .container {
  font-weight: bold;
  color: #ffffff;
}
.develop-sec .container .links {
  color: #ffffff;
}
.develop-sec .footer-logo {
  width: 150px;
  height: auto;
}

@media (max-width: 576px) {
  footer form .send-btn {
    width: 98px;
    height: 36px;
  }
  footer form .link-btn {
    margin: 0 10px;
    font-size: 18px;
  }
  footer .download img {
    width: 130px;
  }
}
.footer-bottom {
  background: #533417;
}
.footer-bottom p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.footer-bottom a {
  color: #ffffff;
}

.tawk-custom-color.tawk-custom-border-color.tawk-button.tawk-button-circle.tawk-button-large {
  background: red !important;
}

@media (max-width: 992px) {
  .footer-card {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .footer-card .download-img img {
    max-width: 130px;
  }
}/*# sourceMappingURL=all.css.map */