@font-face {
  font-family: coonr;
  src: url("../fonts/CoconNextArabic-Regular.ttf");
}
@font-face {
  font-family: coonl;
  src: url("../fonts/alfont_com_AlFont_com_cocon-next-arabic.ttf");
}
@font-face {
  font-family: coonb;
  src: url("../fonts/CoconNextArabic-Bold.ttf");
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

html {
  font-size: 16px;
}

body {
  direction: rtl;
  font-family: coonr;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  width: 100%;
}

.header-wrapper {
  min-height: 70vh;
  overflow: hidden;
}

.bg-header {
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  height: auto;
  padding: 30px 0 122px 0;
  position: relative;
}
.bg-header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(195, 150, 108, 0.82), rgba(71, 86, 113, 0.91));
}
.bg-header .header-img {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 0%;
  width: 50%;
}
.bg-header .logo {
  position: relative;
  z-index: 6;
}
.bg-header .logo img {
  width: 200px;
}
.bg-header .content {
  position: relative;
  padding-top: 230px;
  z-index: 6;
}
.bg-header .content h5,
.bg-header .content h6,
.bg-header .content p {
  color: #fff;
}
.bg-header .content h5 {
  font-size: 3rem;
  font-size: bold;
}
.bg-header .content h6 {
  font-size: 2rem;
  margin-top: 18px;
  line-height: 55px;
}
.bg-header .content p {
  font-size: 1.1rem;
  margin-top: 20px;
}
.bg-header .download-app {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.bg-header .download-app a {
  display: block;
  margin-left: 20px;
}
.bg-header .download-app a img {
  width: 198px;
}

.about-content {
  padding: 90px 0;
}
.about-content .thcontent h5 {
  font-size: 2.1rem;
  margin-bottom: 30px;
}
.about-content .thcontent p {
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 1rem;
}
.about-content ul li p {
  margin-bottom: 10px !important;
}

.features {
  padding: 33px 0 44px 0;
  background-color: #F5F5F5;
  margin-top: 41px;
  position: relative;
  overflow: hidden;
}
.features .section-header {
  height: 100%;
  text-align: center;
}
.features .section-header h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #2866ad;
  font-family: coonb;
  margin-bottom: 60px;
}

.features-list ul {
  position: relative;
}
.features-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 88px;
  position: relative;
}
.features-list ul li .card-icon {
  flex: none;
  position: relative;
  z-index: 3;
}
.features-list ul li h5 {
  color: #2866ad;
  font-family: coonb;
  font-size: 1.2rem;
}
.features-list ul li p {
  width: 90%;
  font-size: 0.9rem;
}
.features-list .oppsosiyr-lista li .card-icon {
  margin-left: 20px;
}

.screens {
  background-position: center;
  background-size: cover;
  padding: 31px 0;
  position: relative;
}
.screens:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(195, 150, 108, 0.73), rgba(99, 108, 123, 0.8));
}
.screens .section-header {
  position: relative;
  text-align: center;
  z-index: 4;
}
.screens .section-header h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #fff;
}
.screens img {
  display: block;
}
.screens .wrapper {
  position: relative;
  z-index: 4;
}
.screens .wrapper .screens-slider-wrapper {
  width: 100%;
}

.download-our-app {
  padding: 50px 0;
}
.download-our-app .section-header {
  position: relative;
  text-align: center;
  z-index: 4;
}
.download-our-app .section-header h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #00354D;
}
.download-our-app .download-our-app-live-preview img {
  width: 60%;
}
.download-our-app .download-our-app-live-preview-app {
  margin-top: 250px;
  position: relative;
}
.download-our-app .download-our-app-live-preview-app .after-img {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 100%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.download-our-app .download-our-app-live-preview-app h5 {
  font-size: 4rem;
  color: #F77F00;
  font-weight: coonb;
  margin-bottom: 15px;
}
.download-our-app .download-our-app-live-preview-app p {
  font-size: 1.4rem;
}
.download-our-app .download-our-app-live-preview-app p span {
  color: #FC7E10;
}
.download-our-app .download-our-app-live-preview-app .down-app {
  display: flex;
  align-items: center;
}
.download-our-app .download-our-app-live-preview-app .down-app img {
  width: 140px;
  margin-left: 20px;
}

.live-preview {
  position: relative;
  overflow: hidden;
}
.live-preview .live-content {
  padding: 37px 0;
}
.live-preview .live-content h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #2866ad;
}
.live-preview .live-content h6 {
  color: #D63106;
  font-size: 2.5rem;
  margin-top: 70px;
}
.live-preview .live-content p {
  font-size: 1.1rem;
}
.live-preview .live-content p span {
  color: #2866ad;
}
.live-preview .live-content .down {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.live-preview .live-content .down img {
  margin-left: 15px;
  display: block;
  width: 150px;
}
.live-preview .live-img {
  padding-top: 142px;
  padding-left: 152px;
}
.live-preview .live-img iframe {
  height: 750px;
}
.live-preview .live-before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .features-list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .bg-header .header-content {
    width: 90%;
  }
  .about-content .about-img img {
    width: 50%;
    display: block;
    margin: auto;
  }
  .features .featurte-img {
    width: 50%;
    margin: auto;
  }
  .download-our-app .download-our-app-live-preview img {
    width: 40%;
    margin: auto;
    text-align: center;
    display: block;
  }
  .download-our-app .download-our-app-live-preview-app {
    text-align: center;
  }
  .download-our-app .download-our-app-live-preview-app .after-img {
    right: 0;
  }
  .download-our-app .download-our-app-live-preview-app .down-app {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .bg-header .content {
    padding-top: 50px;
  }
  .bg-header .content h6 {
    line-height: normal;
    margin-top: 30px;
  }
  .download-our-app .download-our-app-live-preview-app {
    margin-top: 50px;
  }
  .about-content .about-img img {
    width: 90%;
  }
  .live-preview .live-img {
    padding-top: 142px;
    padding-left: 152px;
}
  .live-preview .live-img iframe {
    height: 550px;
  }
}
.screens img {
  margin: auto;
  cursor: zoom-in;
  max-width: 260px;
  max-height: auto;
}/*# sourceMappingURL=style.css.map */

