@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
body {
  font-family: "Tajawal", sans-serif !important;
  overflow-x: hidden;
}

button,
button:focus,
button:focus-visible,
input:focus-visible,
.form-control:focus,
select:focus-visible,
.form-select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

[dir=rtl] body {
  direction: rtl;
  text-align: right;
}

.share-wz-us .share-form .share-img img, .about-app .about-row .about-img img, div.owl-element img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-app.pricing .about-row .about-img2 img, .about-app.pricing .about-row .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar {
  padding: 10px 45px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  background: #FFF;
  position: fixed;
  top: 10px;
  left: 92px;
  right: 92px;
  z-index: 3;
}
.navbar .navbar-brand {
  width: 85px;
  height: 55px;
  overflow: hidden;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #003466;
  color: white;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.navbar .navbar-nav .nav-item {
  margin-inline-end: 40px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #003466;
  font-family: "Tajawal";
  font-size: 18px;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link.lang {
  font-weight: 700;
}
.navbar .main-btn {
  width: 180px;
  height: 70px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #003466;
}

@media (max-width: 576px) {
  .navbar {
    padding: 6px 25px;
    left: 8px;
    right: 8px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .navbar .navbar-nav {
    margin-top: 15px !important;
    border-top: 1px solid #003466;
  }
  .navbar .main-btn {
    width: 100%;
    height: 45px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer {
  padding: 28px 0;
  margin-top: 90px;
  border-top: 1px solid #C3C3C3;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-inline: 80px;
}
.footer .social-links {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.footer .social-links .social-link:hover svg {
  transform: scale(1.02);
  opacity: 0.8;
}
.footer .copy-rights {
  font-size: 24px;
  color: #353535;
}

@media (max-width: 576px) {
  .footer .container {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 40px;
  }
}
.main-banner {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 52, 102, 0.9019607843) 17.5%, rgba(255, 184, 8, 0.9019607843) 112.55%);
  height: 1024px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  padding-top: 170px;
}
.main-banner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/mainbanner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-banner .main-caption {
  color: white;
}
.main-banner .main-caption p.title {
  font-size: 78px;
  font-weight: bold;
}
.main-banner .main-caption span {
  font-size: 34px;
  font-weight: 500;
}

.app-download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 35px;
  gap: 40px;
}
.app-download .app-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* background-color: #313131; */
  padding: 12px 25px;
  width: 185px;
  height: 66px;
  border-radius: 12px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.app-download .app-btn .app-icon {
  width: 42px;
  margin-inline-end: 18px;
}
.app-download .app-btn .app-icon svg, .app-download .app-btn .app-icon i {
  font-size: 40px;
}
.app-download .app-btn .app-info-link span {
  font-size: 12px;
  display: block;
}

@media (max-width: 576px) {
  .main-banner {
    padding-top: 140px;
  }
  .main-banner .main-caption p.title {
    font-size: 46px !important;
  }
  .main-banner .main-caption span {
    font-size: 20px !important;
  }
  .main-banner .app-download {
    gap: 25px;
  }
  .main-banner .app-download .app-btn {
    height: 46px !important;
    font-size: 18px;
  }
  .main-banner .app-download .app-icon {
    width: 28px !important;
    margin-inline-end: 8px !important;
  }
  .main-banner .app-download .app-icon svg, .main-banner .app-download .app-icon i {
    font-size: 25px !important;
  }
  .main-banner .app-download .app-info-link span {
    font-size: 10px !important;
    line-height: 8px;
  }
}
.assignfixedwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-custom-main {
  margin-top: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

div.owl-element {
  text-decoration: none;
  color: #333;
  margin-top: 100px;
  transition: all 0.4s ease;
  width: 268px;
  height: 582px;
  margin: 100px auto 0px auto;
}
.owl-item.center > .owl-element {
  transform: scale(1.05);
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 20px;
  width: 100% !important;
  height: 790px;
}

.owl-nav {
  display: none;
}

@media (max-width: 576px) {
  .carousel-custom-main {
    margin-top: 50px !important;
    padding-top: 0;
  }
  div.owl-element {
    margin-top: 0;
  }
  .owl-item.center > .owl-element {
    transform: unset !important;
  }
  .owl-item.center > .owl-element img {
    width: 100% !important;
  }
}
[dir=rtl] .carousel-custom-main {
  direction: ltr !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
}

.about-app {
  margin: 400px 0 95px 0;
}
.about-app .about-row {
  background-color: #F9F9F9;
  padding: 40px 90px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}
.about-app .about-row .about-title {
  font-size: 40px;
  font-weight: 700;
  color: #003466;
}
.about-app .about-row .about-desc {
  font-size: 24px;
  color: #353535;
}
.about-app .about-row .app-download {
  margin-top: 40px;
  justify-content: start;
}
.about-app .about-row .about-img {
  width: 423px;
  height: 436px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.about-app.pricing {
  margin-top: 95px;
}
.about-app.pricing .about-row {
  align-items: center;
}
.about-app.pricing .about-row .about-img {
  width: 232px;
  height: 404px;
  margin-top: 35px;
}
.about-app.pricing .about-row .about-img img {
  object-position: top;
}
.about-app.pricing .about-row .about-img2 {
  width: 268px;
  height: 439px;
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.about-app.pricing .about-row .about-img2 img {
  object-position: top;
}
.about-app.pricing .about-iphone {
  display: flex;
}
.about-app.pricing .about-iphone .about-img {
  width: 283px !important;
  height: 412px !important;
  z-index: 1;
}
.about-app.pricing .about-iphone .about-img2 {
  width: 287px !important;
  height: 359px !important;
  margin-top: 88px;
  margin-left: -85px;
  z-index: 0;
}

@media (max-width: 576px) {
  .about-app {
    margin-top: 200px;
    /*****/
  }
  .about-app .about-row {
    padding: 30px 12px;
    text-align: center;
    overflow: hidden;
  }
  .about-app .about-row .about-title {
    font-size: 30px;
  }
  .about-app .about-row .about-img {
    margin-top: 35px;
    padding: 0 12px;
    width: 100% !important;
    margin-bottom: -65px;
  }
  .about-app .app-download {
    display: none;
  }
  .about-app.pricing .about-img {
    width: 50% !important;
    height: 350px !important;
    margin-top: 15px !important;
    margin-bottom: -70px !important;
  }
  .about-app.pricing .about-img2 {
    height: 385px !important;
    margin-bottom: -30px !important;
    margin-top: 20px;
  }
  .about-app.pricing .about-iphone .about-img2 {
    margin-top: 67px !important;
    width: 200px !important;
  }
}
[dir=rtl] .app-download .app-btn {
  direction: ltr !important;
}
[dir=rtl] .flex-end {
  direction: ltr !important;
  justify-content: start;
}
@media (max-width: 576px) {
  [dir=rtl] .flex-end {
    justify-content: center;
  }
}

.app-features .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #003466;
  margin-bottom: 65px;
}
.app-features .section-title .subtitle {
  font-size: 24px;
  font-weight: 300;
  color: #353535;
}
.app-features .features {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: row;
  gap: 40px;
}
.app-features .features .single-feature {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 24px 46px rgba(0, 0, 0, 0.08);
  padding: 27px 22px;
}
.app-features .features .single-feature .feat-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 45px;
}
.app-features .features .single-feature .feat-title {
  color: #003466;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.app-features .features .single-feature .feat-desc {
  color: #353535;
  font-weight: 400;
  font-size: 18px;
}
.app-features .more-feat {
  text-align: center;
  padding: 15px;
  margin-top: 63px;
  border-radius: 15px;
  background: #003466;
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 30px !important;
  }
  .features {
    flex-wrap: wrap;
    gap: 17px !important;
  }
  .features .single-feature {
    flex: unset !important;
    width: 100%;
  }
  .more-feat {
    margin-top: 20px !important;
    font-size: 28px;
  }
}
.share-wz-us .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #003466;
  margin-bottom: 65px;
}
.share-wz-us .section-title .subtitle {
  font-size: 24px;
  font-weight: 300;
  color: #353535;
}
.share-wz-us .share-form {
  padding: 70px;
  border-radius: 18px;
  box-shadow: 0px 1px 59px -22px rgba(0, 0, 0, 0.25);
}
.share-wz-us .share-form .share-input {
  margin-bottom: 30px;
}
.share-wz-us .share-form .share-input label {
  font-size: 18px;
  font-weight: 500;
  color: #003466;
}
.share-wz-us .share-form .share-input input {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ABABAB;
  height: 60px;
}
.share-wz-us .share-form .share-btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ABABAB;
  background: #003466;
}
.share-wz-us .share-form .share-img {
  width: 630px;
  height: 600px;
  position: absolute;
  top: -200px;
  right: -50px;
}
.share-wz-us .share-form .share-img.share-iphone {
  width: 883px;
  height: 556px;
  right: -200px;
}
.share-wz-us .share-form .share-img.share-iphone img {
  object-fit: cover !important;
}
.share-wz-us .share-form .share-img.share-captin {
  width: 858px;
  height: 713px;
  right: -180px;
}

@media (max-width: 576px) {
  .share-wz-us .section-title {
    text-align: center;
    margin-bottom: 0;
  }
  .share-wz-us .share-form {
    box-shadow: none !important;
    padding: 0 22px;
  }
  .share-wz-us .share-form .share-img, .share-wz-us .share-form .share-iphone {
    position: static;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 10px;
  }
}
[dir=rtl] .share-wz-us .share-form .share-img {
  left: -50px;
  right: unset !important;
}
[dir=rtl] .share-wz-us .share-form .share-img.share-iphone {
  left: -245px;
  right: unset !important;
}
[dir=rtl] .share-wz-us .share-form .share-img.share-captin {
  left: -205px;
  right: unset !important;
}

/*# sourceMappingURL=app.css.map */
