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

.ttbyk_header {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.ttbyk_header .header_content {
  text-align: center;
  position: relative;
  z-index: 3;
}
.ttbyk_header .header_content img {
  width: 350px;
}
.ttbyk_header .header_content h5 {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ttbyk_header .header_content p {
  margin-top: 30px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}
.ttbyk_header .header_content .download_app {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.ttbyk_header .header_content .download_app img {
  width: 198px;
  margin: 10px;
}
.ttbyk_header .header_img_mobil {
  width: 65%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 120%;
}
.ttbyk_header .header_img_mobil img {
  width: 100%;
}
.ttbyk_header .header_img_top {
  position: absolute;
  top: 0;
  left: 0;
}
.ttbyk_header .header_img_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-content {
  padding: 90px 0;
  background-color: #f5f5f5;
  position: relative;
}
.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;
}
.about-content .about-img {
  position: absolute;
  left: 0;
  top: 0;
}

.features {
  padding: 41px 0;
  position: relative;
  overflow: hidden;
}
.features .img-wave {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: 4;
}
.features .section-header h5 {
  font-size: 2.1rem;
  color: #fff;
}
.features .section-header p {
  color: #fff;
  line-height: 30px;
}
.features .feature-img {
  margin-top: 50px;
}
.features .feature-img img {
  width: 100%;
}
.features .feature_card {
  background-color: #fff;
  padding: 13px;
  border-radius: 15px;
}

.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: 1.2rem;
  font-weight: bold;
}
.feature_card .card_text {
  color: #555;
}

.screens {
  background-position: center;
  background-size: cover;
  padding: 31px 0;
  position: relative;
  margin-top: -30px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.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: linear-gradient(to right, #c94201, #f6762b);
  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) {
  .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;
  }
}
@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: 260px;
  max-height: auto;
}/*# sourceMappingURL=style.css.map */