@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;
  background-color: rgba(86, 172, 195, 0.12);
  padding: 30px 0;
}
.ttpyk_tyser_header .top_header_strip {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #DEAC6D;
  text-align: center;
}
.ttpyk_tyser_header .top_header_strip img {
  width: auto;
  height: auto;
  margin: auto;
}
.ttpyk_tyser_header .header_img {
  z-index: 5;
}
.ttpyk_tyser_header .header_img img {
  width: 100%;
}
.ttpyk_tyser_header .top_header_conten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ttpyk_tyser_header .bg_header {
  position: absolute;
  top: 0;
  left: -30px;
  width: 110%;
  height: 100%;
  z-index: 1;
}
.ttpyk_tyser_header .header_content {
  position: relative;
  z-index: 5;
}
.ttpyk_tyser_header .header_content .logo img {
  width: 120px;
}
.ttpyk_tyser_header .header_content .header_title {
  font-size: 5rem;
  margin: 15px 0;
  margin-top: 0;
}
.ttpyk_tyser_header .header_content .header_slogan {
  font-size: 2.1rem;
  font-family: coonl;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
}
.ttpyk_tyser_header .header_content .header_text {
  font-size: 1.1rem;
  font-family: coonl;
  color: #000;
}
.ttpyk_tyser_header .header_content .header-h4 {
  color: #000;
  font-size: 1.3rem;
  margin: 15px 0;
}
.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: 150px;
}
.about_app {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.about_app .about_app_cont h5 {
  font-size: 25px;
  font-weight: bold;
}
.about_app .about_app_cont p {
  font-size: 18px;
  line-height: 35px;
  color: #646464;
}
.about_app .about_app_img {
  margin: auto;
  text-align: center;
}
.about_app .about_app_img img {
  width: 80%;
}
.about_app .about_icon {
  position: absolute;
  bottom: -50px;
  right: auto;
}

.features {
  padding: 40px 0;
}
.features .head {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 30px;
  color: #fccf5d;
  margin-bottom: 60px;
}

.feature_img {
  position: relative;
  width: 120%;
  margin-right: -40px;
}
.feature_img .feat_after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opsite_feature_cards .card_img {
  margin-left: 20px;
}
.opsite_feature_cards .feature_card {
  margin-right: 0px !important;
}
.opsite_feature_cards .feature_card:nth-child(2) {
  margin-right: 50px !important;
}
.opsite_feature_cards .card_body {
  width: 80%;
}
.opsite_feature_cards .card_body h5 {
  color: #fccf5d;
  font-size: 1.2rem;
}
.opsite_feature_cards .card_body p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  width: 90%;
}
.opsite_feature_cards .card_img {
  width: 20%;
}

.feature_card {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.feature_card .card_body {
  width: 80%;
}
.feature_card .card_body h5 {
  color: #fccf5d;
  font-size: 1.2rem;
}
.feature_card .card_body p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  width: 90%;
}
.feature_card .card_img {
  width: 20%;
}
.feature_card .card_img img {
  width: 60px;
  height: 60px;
}
.feature_card:nth-child(2) .card_img {
  width: 30%;
}
.feature_card:nth-child(2) .card_body {
  width: 70%;
}

.screens {
  background-position: center;
  background-size: cover;
  padding: 31px 0;
  position: relative;
  background-color: rgba(222, 172, 109, 0.17);
  padding-bottom: 120px;
}
.screens .section-header {
  position: relative;
  text-align: center;
  z-index: 4;
}
.screens .section-header h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #000;
}
.screens img {
  display: block;
}
.screens .wrapper {
  position: relative;
  z-index: 4;
}
.screens .wrapper .screens-slider-wrapper {
  width: 100%;
}

.owl-carousel .owl-item img {
  width: 80%;
}

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

.download_app {
  margin-top: -150px;
}
.download_app .download_app_wrapper {
  background: radial-gradient(#0673ac, #5da5cb);
  border-radius: 36px;
  padding: 100px 40px;
  margin: 100px 0 130px 0;
  position: relative;
  text-align: center;
}
.download_app .download_app_wrapper .download_app img {
  width: 170px;
}
.download_app .download_app_wrapper h6 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.download_app .download_app_wrapper h5 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 15px;
}
.download_app .download_app_wrapper p {
  font-size: 1.5rem;
  margin-bottom: 39px;
  color: #fff;
}
.download_app .download_app_wrapper p span {
  color: #DEAC6D;
}
.download_app .download_app_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  text-align: left;
}
.download_app .download_app_img img {
  width: 80%;
  margin-left: auto;
}
.download_app .download_app_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_app .download_app_btn a {
  display: block;
  margin-left: 10px;
}
.download_app .download_app_btn a img {
  width: 170px;
}

.live-preview {
  position: relative;
  overflow: hidden;
}
.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;
}

@media (max-width: 1024px) {
  .features {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .features .about-img,
  .features .feature-img {
    text-align: center;
  }
  .features .about-img img,
  .features .feature-img img {
    width: 50%;
    margin: auto;
  }
  .feature_img {
    text-align: center;
  }
  .feature_img img {
    width: 50%;
  }
  .ttpyk_tyser_header .header_img img {
    display: none;
  }
  .ttpyk_tyser_header .top_header_strip {
    background-color: #fff;
  }
  .ttpyk_tyser_header .top_header_strip img {
    opacity: 0.4;
  }
  .feature_img {
    width: 100%;
    margin-right: 0;
  }
  .feature_card:nth-child(2) {
    margin-right: 0;
  }
  .feature_card {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .feature_card .card_img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .opsite_feature_cards .feature_card {
    flex-direction: row;
    justify-content: flex-start;
  }
  .opsite_feature_cards .feature_card {
    margin-right: 0 !important;
  }
  .opsite_feature_cards .feature_card {
    margin-right: 0px !important;
  }
  .opsite_feature_cards .feature_card:nth-child(2) {
    margin-right: 0px !important;
  }
  .feature_card .card_img {
    width: 75px;
  }
  .feature_card:nth-child(2) .card_img {
    width: 75px;
  }
}
@media (max-width: 600px) {
  .ttpyk_tyser_header .header_content .header_slogan,
  .ttpyk_tyser_header .header_content .header-h4 {
    color: #000;
  }
  .features .about-img,
  .features .feature-img {
    text-align: center;
  }
  .features .about-img img,
  .features .feature-img img {
    width: 70%;
    margin: auto;
  }
  .opsite_feature_cards .feature_card:nth-child(2), .feature_card:nth-child(2) {
    margin-right: 0 !important;
  }
  .feature_card {
    justify-content: flex-end;
  }
  .feature_card:nth-child(2) .card_img {
    margin-left: 0;
  }
  .feature_card {
    text-align: left;
  }
  .opsite_feature_cards .feature_card {
    justify-content: flex-start;
    text-align: right;
  }
  .download_app .download_app_wrapper h5 {
    font-size: 25px;
  }
  .features {
    padding: 30px 0;
  }
  .feature_card .card_body h5, .feature_card .card_body p {
    text-align: right;
  }
  .feature_card .card_img {
    margin-left: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */