@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
@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;
  font-family: "El Messiri", sans-serif;
}

body {
  direction: rtl;
  font-family: "El Messiri", sans-serif;
}

.clear {
  clear: both;
}

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

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

.ttbyk_header {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.ttbyk_header .header_content {
  padding-top: 50px;
  text-align: center;
}
.ttbyk_header .header_content .logo img {
  width: 200px;
}
.ttbyk_header .header_content h5 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 11px;
  color: #fff;
  text-align: center;
  margin-top: 150px;
}
.ttbyk_header .header_content h6 {
  font-weight: 300;
  color: #fff;
}
.ttbyk_header .header_content p {
  margin: 15px 0 30px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.ttbyk_header .header_content .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttbyk_header .header_content .links a {
  display: block;
  margin-left: 15px;
}
.ttbyk_header .header_content .links a img {
  width: 150px;
}
.ttbyk_header .behind_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.ttbyk_header .header_img img {
  width: 100%;
}

.about-content {
  background-color: #EBF2FF;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.about-content .thcontent {
  padding: 90px 0;
}
.about-content .thcontent h5 {
  font-size: 2.1rem;
  margin-bottom: 30px;
  color: #344A6F;
}
.about-content .thcontent p {
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 1rem;
  color: #000000;
}
.about-content ul li p {
  margin-bottom: 10px !important;
}
.about-content .about_img {
  width: 100%;
  width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}
.about-content .about_img img {
  margin: auto;
}

.features {
  padding: 41px 0;
  position: relative;
  overflow: hidden;
}
.features .section-header h5 {
  font-size: 2.1rem;
  color: #000000;
}
.features .section-header p {
  color: #000000;
  line-height: 30px;
}
.features .section-header a {
  background-color: #e97800;
  border-radius: 8px;
  padding: 15px 40px;
  color: #fff;
  margin-top: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.features .feature_card {
  background-color: #f3f3f3;
  padding: 13px;
  min-height: 235px;
  max-height: 235px;
  border-radius: 30px;
}

.feature_card {
  margin-bottom: 20px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
}
.feature_card .card_icon img {
  width: 55px;
}
.feature_card .card_title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 23px;
}
.feature_card .card_text {
  color: #5f5f5f;
}

.screens {
  background-position: center;
  background-size: cover;
  padding: 31px 0;
  position: relative;
  margin-top: -30px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-color: #e97800;
}
.screens .section-header {
  position: relative;
  text-align: center;
  z-index: 4;
}
.screens .section-header h5 {
  font-size: 2.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_app .download_app_wrapper {
  background-color: #F7941E;
  border-radius: 36px;
  padding: 130px 40px;
  margin: 170px 0 130px 0;
  position: relative;
}
.download_app .download_app_wrapper .download_app img {
  width: 170px;
}
.download_app .download_app_wrapper h5 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.download_app .download_app_wrapper p {
  font-size: 1.5rem;
  margin-bottom: 39px;
}
.download_app .download_app_wrapper p span {
  color: #fff;
}
.download_app .download_app_img {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 1;
  width: 50%;
}
.download_app .download_app_btn {
  display: flex;
  align-items: center;
}
.download_app .download_app_btn a {
  display: block;
  margin-left: 10px;
}
.download_app .download_app_btn a img {
  width: 170px;
}

.thelive-previre h5 {
  font-size: 2rem;
}
.thelive-previre h5 span {
  color: #c94201;
}
.thelive-previre .live-img iframe {
  height: 500px;
}

@media (max-width: 1350px) {
  .about-content .about-img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .about-content .about-img {
    opacity: 0.1;
  }
}
@media (max-width: 1024px) {
  .big-header .header-img-1,
  .big-header .header-img-2,
  .big-header .header-car {
    opacity: 0.2;
  }
  .big-header .header-img-1 img,
  .big-header .header-img-2 img,
  .big-header .header-car img {
    width: 400px;
  }
  .features {
    padding-bottom: 100px;
  }
  .ttbyk_header .header_img_mobil {
    top: 150% !important;
  }
}
@media (max-width: 991px) {
  .ttbyk_header .header_content h5 {
    margin-top: 0;
  }
  .ttbyk_header {
    padding: 50px 0;
  }
  .about-content .about_img {
    width: 50%;
    margin-bottom: 30px;
  }
  .about-content .thcontent {
    padding-bottom: 10px !important;
  }
  .screens {
    margin-top: 0;
  }
  .live-preview {
    overflow: hidden;
  }
  .about-content .about-img,
  .about-content .feature-img,
  .features .about-img,
  .features .feature-img {
    text-align: center;
  }
  .about-content .about-img img,
  .about-content .feature-img img,
  .features .about-img img,
  .features .feature-img img {
    width: 50%;
    margin: auto;
  }
  .about-content .about-img {
    width: 100%;
  }
  .download_app .download_app_img {
    opacity: 0.1;
  }
  .ttbyk_header .header_img_top,
  .ttbyk_header .header_img_bottom {
    opacity: 0.3;
  }
  .ttbyk_header .header_img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    opacity: 0.1;
  }
  .ttbyk_header .behind_img {
    opacity: 0.2;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 13px;
  }
  .big-header .logo img {
    width: 150px;
  }
  .big-header h5 {
    font-size: 3rem;
  }
  .big-header p {
    font-size: 2rem;
  }
  .big-header .header-content {
    margin-bottom: 0;
  }
  .screens {
    min-height: auto;
  }
  .about-content .about-img,
  .about-content .feature-img,
  .features .about-img,
  .features .feature-img {
    text-align: center;
  }
  .about-content .about-img img,
  .about-content .feature-img img,
  .features .about-img img,
  .features .feature-img img {
    width: 70%;
    margin: auto;
  }
  .screens {
    display: block;
  }
  .ttbyk_header .header_img_bottom,
  .ttbyk_header .header_img_top {
    display: none;
  }
  .ttbyk_header .header_img_mobil {
    width: 100%;
  }
  .download_app .download_app_wrapper .download_app_btn a {
    display: block;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  .download_app .download_app_wrapper .download_app_btn a img {
    width: 90%;
  }
  .ttbyk_header .header_img_mobil {
    position: unset;
    transform: none !important;
  }
  .ttbyk_header {
    min-height: auto;
    padding: 120px 0;
  }
  .download_app .download_app_wrapper {
    padding: 130px 20px;
  }
}
.screens img {
  margin: auto;
  cursor: zoom-in;
  max-width: 180px;
  max-height: auto;
}/*# sourceMappingURL=style.css.map */