@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%;
}

.ttpyk_tyser_header {
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.ttpyk_tyser_header .header_img {
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: 5;
}
.ttpyk_tyser_header .header_img img {
  width: 100%;
}
.ttpyk_tyser_header .top_header_conten {
  padding-top: 50px;
  padding-bottom: 170px;
}
.ttpyk_tyser_header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}
.ttpyk_tyser_header .header_content {
  position: relative;
  z-index: 5;
}
.ttpyk_tyser_header .header_content .logo img {
  width: 130px;
}
.ttpyk_tyser_header .header_content .header_title {
  font-size: 5rem;
  margin: 15px 0;
}
.ttpyk_tyser_header .header_content .header_slogan {
  font-size: 2.2rem;
  font-family: coonl;
  margin-bottom: 30px;
}
.ttpyk_tyser_header .header_content .header_text {
  font-size: 1.2rem;
  font-family: coonl;
}
.ttpyk_tyser_header .header_content .download_btn {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.ttpyk_tyser_header .header_content .download_btn a {
  margin-left: 18px;
}
.ttpyk_tyser_header .header_content .download_btn a img {
  width: 170px;
}
.ttpyk_tyser_header .bottom_header_conten {
  position: relative;
  z-index: 5;
  padding-bottom: 85px;
}
.ttpyk_tyser_header .bottom_header_conten .about_content {
  padding-top: 60px;
}
.ttpyk_tyser_header .bottom_header_conten .about_content h5 {
  font-size: 1.5rem;
  color: #1581FB;
  margin-bottom: 22px;
}
.ttpyk_tyser_header .bottom_header_conten .about_content p {
  font-size: 1.1rem;
  line-height: 28px;
  font-family: coonl;
}
.ttpyk_tyser_header .bottom_header_conten .about_img {
  text-align: center;
}
.ttpyk_tyser_header .bottom_header_conten .about_img img {
  width: 60%;
}

.features {
  padding: 33px 0 44px 0;
  background-color: #EFEFEF;
  position: relative;
  overflow: hidden;
}
.features .section-header {
  height: 100%;
  text-align: center;
}
.features .section-header h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #C3966C;
  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: #C3966C;
  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(247, 127, 0, 0.73), rgba(21, 129, 251, 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;
  padding-top: 90px;
}
.live-preview .live-content h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #2777B4;
}
.live-preview .live-content h6 {
  color: #009200;
  font-size: 2.5rem;
  margin-top: 70px;
}
.live-preview .live-content p {
  font-size: 1.1rem;
}
.live-preview .live-content p span {
  color: #1581FB;
}
.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 img {
  width: 70%;
}

.thelive-previre .live-img iframe {
  height: 500px;
}

.screens img {
  margin: auto;
  cursor: zoom-in;
  max-width: 260px;
  max-height: auto;
}

@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  .ttpyk_tyser_header .header_img {
    top: -200px;
    left: -300px;
  }
  .ttpyk_tyser_header .header_img img {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 12px;
  }
  .ttpyk_tyser_header .header_img {
    top: -200px;
    left: -350px;
  }
  .ttpyk_tyser_header .header_img img {
    width: 80%;
  }
  .features-list li {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .ttpyk_tyser_header .header_img {
    top: -200px;
    left: -350px;
    opacity: 0.1;
  }
  .ttpyk_tyser_header .header_img img {
    width: 80%;
  }
  .features .featurte-img {
    width: 50%;
    margin: auto;
  }
  .features-list ul li {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .features-list ul li .card-icon {
    margin-left: 30px;
  }
  .features-list ul.oppsosiyr-lista li {
    flex-direction: row;
    justify-content: flex-start;
  }
  .live-preview .live-content {
    padding-top: 30px;
  }
  .live-preview .live_img {
    text-align: center;
  }
  .live-preview .live_img img {
    width: 40%;
    margin: auto;
    text-align: center;
  }
  .ttpyk_tyser_header .top_header_conten {
    padding-bottom: 50px;
    padding-top: 90px;
  }
  .features-list ul li {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .features-list ul.oppsosiyr-lista li {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */