@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: Almarai;
  src: url(../webfonts/Almarai-Regular.ttf);
}
* {
  font-family: "Almarai";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

:target {
  scroll-margin-top: 70px;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}

::-webkit-scrollbar-track {
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #dd0225;
  outline: none;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.color1 {
  color: #dd0225 !important;
}

.color2 {
  color: #dd0225 !important;
}

.BG1 {
  background-color: #dd0225 !important;
}

.BG2 {
  background-color: #dd0225 !important;
}

.row {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 32px;
  margin: 0px;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin: 0px 5px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #dd0225;
  outline: none;
  box-shadow: 0px 2px 5px #dd0225;
  transition: all 0.3s ease-in-out;
}

.select2 {
  width: 100% !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
  padding-left: 8px !important;
  padding-right: 20px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da;
}

.select2-selection__arrow {
  height: 37px !important;
  left: auto;
  right: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dd0225;
}

.select2-container--default .select2-results__option--selected {
  background-color: #dd0225;
  color: #fff;
}

.select2-dropdown {
  z-index: 100;
  box-shadow: 0px 4px 4px rgba(0, 102, 153, 0.3137254902);
}

.select2-search--dropdown .select2-search__field {
  box-shadow: 0px 4px 4px rgba(0, 102, 153, 0.3137254902);
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 5px;
  }
}

.main-header .navbar {
  background: #fff;
  box-shadow: none;
  transition: 0.5s ease;
  padding: 0px;
}
.main-header .navbar a {
  color: #000;
  text-transform: uppercase;
  margin: 0px 10px;
  transition: 0.3s ease-in-out all;
}
.main-header .navbar a:hover {
  color: #dd0225 !important;
}
.main-header .navbar-brand {
  padding: 5px;
}
.main-header .navbar-brand img {
  height: 60px;
  transition: 0.5s ease;
}
.main-header .navbar-brand h1 {
  text-transform: none;
  font-size: 50px;
  padding: 5px;
  transition: 0.5s ease-in-out;
}
.main-header .navAnimate {
  background-color: #fff;
  transition: 0.5s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1882352941);
}
.main-header .navAnimate a {
  color: #000 !important;
}
.main-header .navAnimate .navbar-brand img {
  height: 60px;
  width: auto;
  transition: 0.5s ease;
}
.main-header .navAnimate .navbar-brand h1 {
  font-size: 40px;
  transition: 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .navbar {
    background: #fff !important;
  }
}
/*----------*/
.main-bg {
  padding-top: 100px;
}
.main-bg .appInfo .appName {
  color: #dd0225;
  font-size: 35px;
}
.main-bg .appInfo p {
  line-height: 38px;
  font-size: 19px;
  color: #7F7777;
}
.main-bg .mainImg {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-bg .mainImg {
    height: 250px;
  }
}

.typewriter {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-left: 0.15em solid;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 2px;
  /* Adjust as needed */
  -webkit-animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
          animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}
.typewriter .appName {
  font-weight: bold;
}

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  100% {
    border-color: #7F7777;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  100% {
    border-color: #7F7777;
  }
}
.animateButton {
  background: #fff;
  font-weight: 100;
  color: #dd0225;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .animateButton {
    margin: 0 1em 2em;
  }
}
.animateButton svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.animateButton rect {
  fill: none;
  stroke: #dd0225;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}
.animateButton:hover {
  background: rgba(255, 255, 255, 0);
  color: #dd0225;
}
.animateButton:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.main {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main::after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main #player,
.main #video_background {
  width: 100%;
  min-width: 1100px;
  height: 140%;
  margin: auto;
  position: fixed;
  z-index: -2;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .topContent {
  background-color: rgba(255, 255, 255, 0.347);
  position: fixed;
  color: #fff;
  width: 85vw;
  max-width: 200px;
  text-align: center;
  padding: 20px;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1882352941);
}
.main .topContent h1 {
  font-size: 60px;
  line-height: 50px;
}
.main .topContent h1 span {
  text-transform: uppercase;
  color: #dd0225;
  font-size: 35px;
  font-weight: bold;
}
.main .topContent p {
  padding: 20px;
  font-size: 20px;
  color: #000;
}
.main .topContent img {
  width: 150px;
}
.main .topContent .goDown {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
  padding: 0;
  margin: auto;
}
.main .topContent .goDown:hover {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.main .topContent .bounce {
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}

.form-control {
  min-height: 54px;
}

.title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 40px;
}
.title h1 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}
.title h1 span {
  color: #dd0225;
}
.title h1::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #dd0225;
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: block;
  height: 100%;
  color: #000;
}

.contact {
  padding-top: 90px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  position: relative;
  height: 100%;
  background-image: url(../img/contact.jpg);
  background-size: 750px 100%;
  background-position: left;
  background-repeat: no-repeat;
}
.contact::after {
  content: "";
  width: 750px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 576px) {
  .contact::after {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  }
}
.contact .container {
  position: relative;
  z-index: 2;
}
.contact .contactImg {
  position: relative;
}
.contact .contactImg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .form-control {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #ced4da;
}
.contact .btnDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .btnDiv button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #777;
  border: 1px solid #ced4da;
  margin: 0;
  box-shadow: none;
}
.contact form {
  background: #fff;
  padding: 20px;
}

.app-Pic {
  padding: 80px 20px 40px;
  box-shadow: 0px -3px 50px rgba(0, 0, 0, 0.0196078431);
}
.app-Pic .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.app-Pic .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 540px;
}
.app-Pic .swiper-slide img {
  width: 250px;
  height: 540px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
}

.Features {
  padding-bottom: 50px;
  text-align: center;
  margin-top: 50px;
}
.Features .Features-app {
  border-radius: 30px;
  box-shadow: 0px 1px 8px 10px rgba(203, 203, 203, 0.1098039216);
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 270px;
  transition: 0.3s ease;
}
.Features .Features-app i {
  width: 100px;
  height: 100px;
  background: #dd0225;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  color: #fff;
  margin-bottom: 20px;
}
.Features .Features-app p {
  width: 90%;
  margin: auto;
  color: #7F7777;
}
.Features .Features-app:hover {
  margin-top: -30px;
  cursor: pointer;
}

.download-app {
  padding-bottom: 50px;
  text-align: center;
  padding-top: 50px;
  position: relative;
  background-image: url(../img/downloadBG.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.download-app .download-app-img img {
  height: 500px;
  width: 350px;
}
.download-app .down {
  position: absolute;
  left: 150px;
  top: 0px;
  z-index: 2;
}
.download-app .download-app-txt {
  color: #000;
  margin-top: 100px;
}
.download-app .download-app-txt a {
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.download-app .download-app-txt p {
  width: 100%;
  padding: 10 0;
  font-size: 17px;
  line-height: 43px;
}
.download-app .download-app-txt img {
  width: 20px;
  height: 20px;
  margin-right: 10PX;
}

.main-bg {
  padding-top: 100px;
}
.main-bg .appInfo .appName {
  color: #dd0225;
  font-size: 35px;
}
.main-bg .appInfo p {
  line-height: 38px;
  font-size: 19px;
  color: #7F7777;
}
.main-bg .btn {
  border: 1px solid #dd0225;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.062745098);
}

@media (max-width: 576px) {
  .download-app .download-app-img {
    margin-top: 50px;
  }
  .download-app .download-app-img img {
    height: 380px;
    width: 235px;
  }
  .download-app .down {
    left: 100px;
    top: 50px;
  }
}
.footer {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out;
  color: rgb(67, 67, 69);
  overflow: hidden;
  text-align: center;
}
.footer a {
  color: #dd0225;
  text-transform: uppercase;
}
.footer .container {
  margin: 0px auto;
  max-width: 940px;
  min-height: 400px;
}
.footer .container::before {
  z-index: -1;
  content: "";
  display: block;
  width: 200%;
  height: 0px;
  padding-top: 200%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0px;
  background-image: url("../img/download.svg");
  position: absolute;
  top: 80px;
  left: -50%;
}
@media (max-width: 768px) {
  .footer .container::before {
    width: 350%;
    padding-top: 350%;
    left: -90%;
  }
}
.footer .logo {
  text-align: center;
  padding: 20px 30px 0;
}
.footer .logo img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .links {
  text-align: center;
  padding: 50px 0 30px;
}
.footer .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .links ul li {
  display: inline-block;
  padding: 10px;
}
.footer .links ul li a {
  color: #000;
  transition: 0.3s ease-in-out;
}
.footer .links ul li a:hover {
  color: #dd0225;
}
.footer .social {
  text-align: center;
}
.footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social ul li {
  display: inline-block;
  padding: 5px;
}
.footer .social ul li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  min-width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #979797;
  border-radius: 100px;
  border: 1px solid #979797;
  transition: 0.3s ease-in-out;
}
.footer .social ul li a:hover {
  background-color: #dd0225;
  color: #fff;
  border: 1px solid #dd0225;
}

.iPhone_animated {
  height: 600px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .iPhone_animated {
    height: 400px;
  }
}

.top-BG {
  background-image: url(../img/back.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}
.top-BG .mobile-img {
  margin-top: 90px;
}
.top-BG .mobile-img img {
  width: 300px;
  height: 520px;
  margin-right: 140px;
}
.top-BG div h1 {
  margin: auto;
  margin-top: 200px;
  color: #000;
}
.top-BG div p {
  width: 600px;
  line-height: 48px;
  margin: auto;
  font-size: 20px;
  margin-top: 10px;
  color: #000;
}
.top-BG div a {
  height: 45px;
  margin-top: 30px;
  border-radius: 25px;
  white-space: nowrap;
}
.top-BG div a i {
  font-size: 17px;
}

.wave-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wave-primary .wave-path {
  transform: scale(1.1, 1);
  transform-origin: 50% 100%;
}
.wave-primary .wave-path-1 {
  fill: #dd0225;
  opacity: 0.3;
  -webkit-animation: wave5 15s ease-in-out infinite;
          animation: wave5 15s ease-in-out infinite;
}
.wave-primary .wave-path-2 {
  fill: #dd0225;
  opacity: 0.6;
  -webkit-animation: wave6 15s ease-in-out infinite;
          animation: wave6 15s ease-in-out infinite;
}
.wave-primary .wave-path-3 {
  fill: #dd0225;
  opacity: 0.4;
  -webkit-animation: wave7 15s ease-in-out infinite;
          animation: wave7 15s ease-in-out infinite;
}

.wave-primary-1 {
  overflow: visible;
  width: 61.72%;
}

.context-dark .wave-primary .wave-path-1,
.bg-gray-700 .wave-primary .wave-path-1,
.bg-gray-800 .wave-primary .wave-path-1,
.bg-primary-app .wave-primary .wave-path-1,
.bg-primary .wave-primary .wave-path-1,
.bg-primary-1 .wave-primary .wave-path-1,
.bg-primary-2 .wave-primary .wave-path-1,
.bg-wave-dark-wrap .wave-primary .wave-path-1,
.bg-gradient-primary .wave-primary .wave-path-1,
.bg-gradient-primary-1 .wave-primary .wave-path-1,
.rd-navbar-corporate .wave-primary .wave-path-1,
.rd-navbar-app .wave-primary .wave-path-1 {
  fill: rgba(0, 242, 169, 0.9);
}

.context-dark .wave-primary .wave-path-2,
.bg-gray-700 .wave-primary .wave-path-2,
.bg-gray-800 .wave-primary .wave-path-2,
.bg-primary-app .wave-primary .wave-path-2,
.bg-primary .wave-primary .wave-path-2,
.bg-primary-1 .wave-primary .wave-path-2,
.bg-primary-2 .wave-primary .wave-path-2,
.bg-wave-dark-wrap .wave-primary .wave-path-2,
.bg-gradient-primary .wave-primary .wave-path-2,
.bg-gradient-primary-1 .wave-primary .wave-path-2,
.rd-navbar-corporate .wave-primary .wave-path-2,
.rd-navbar-app .wave-primary .wave-path-2 {
  fill: rgba(0, 242, 169, 0.8);
}

.context-dark .wave-primary .wave-path-3,
.bg-gray-700 .wave-primary .wave-path-3,
.bg-gray-800 .wave-primary .wave-path-3,
.bg-primary-app .wave-primary .wave-path-3,
.bg-primary .wave-primary .wave-path-3,
.bg-primary-1 .wave-primary .wave-path-3,
.bg-primary-2 .wave-primary .wave-path-3,
.bg-wave-dark-wrap .wave-primary .wave-path-3,
.bg-gradient-primary .wave-primary .wave-path-3,
.bg-gradient-primary-1 .wave-primary .wave-path-3,
.rd-navbar-corporate .wave-primary .wave-path-3,
.rd-navbar-app .wave-primary .wave-path-3 {
  fill: rgba(0, 242, 169, 0.5);
}

@-webkit-keyframes wave5 {
  25% {
    transform-origin: 0 100%;
    transform: scale(1.3, 1.1);
  }
  75% {
    transform: scale(1.15, 0.9);
    transform-origin: 100% 100%;
  }
}

@keyframes wave5 {
  25% {
    transform-origin: 0 100%;
    transform: scale(1.3, 1.1);
  }
  75% {
    transform: scale(1.15, 0.9);
    transform-origin: 100% 100%;
  }
}
@-webkit-keyframes wave6 {
  25% {
    transform-origin: 100% 100%;
  }
  50% {
    transform: scale(1.2, 0.8);
  }
  75% {
    transform-origin: 0 100%;
  }
}
@keyframes wave6 {
  25% {
    transform-origin: 100% 100%;
  }
  50% {
    transform: scale(1.2, 0.8);
  }
  75% {
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes wave7 {
  25% {
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform-origin: 100% 100%;
  }
}
@keyframes wave7 {
  25% {
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform-origin: 100% 100%;
  }
}
.testimonial-carousel .carousel-control.left::before {
  content: "›";
}

.testimonial-carousel .carousel-control.right::before {
  content: "‹";
}

.carousel-item p {
  min-height: 70px;
  margin-top: 50px;
}

.contact-us {
  padding: 80px 0px 0px;
}
.contact-us h1 {
  color: #dd0225;
  font-size: 28px;
  text-align: center;
}
.contact-us form {
  border: 5px solid #dd0225;
  padding: 10px;
  border-radius: 30px;
}
.contact-us form input {
  height: 50px;
  margin: 5px 0px 10px;
  border: 1px solid #dd0225;
}
.contact-us form textarea {
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border: 1px solid #dd0225;
}
.contact-us form button {
  border: 1px solid #dd0225;
}
.contact-us img {
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  max-width: 100%;
}

.start-border {
  border-right: 3px solid #dd0225;
  display: inline-block;
  padding-right: 10px;
  font-size: 28px;
  margin-bottom: 30px;
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Global */
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
  }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  p {
    font-size: 14px !important;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  /* Global */
  body {
    font-size: 12px !important;
  }
  h1 {
    font-size: 22px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h4 {
    font-size: 15px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  h6 {
    font-size: 13px !important;
  }
  p {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    padding-bottom: 10px;
  }
}
.navbar .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 15px;
}/*# sourceMappingURL=style.css.map */