@font-face {
  font-family: Kufi;
  src: url('/assets/fonts/NotoKufi-Variable.ttf');
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  direction: rtl;
  font-family: Kufi, sans-serif !important;
}

::-webkit-input-placeholder {
  /* Edge */
  font-size: 0.9em;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.9em;
}

::placeholder {
  font-size: 0.7em;
}

.btn-primary:focus {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
  /*box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    */
}

h6 {
  margin-bottom: 0;
}

nav img,
.footer-img img {
  width: 150px;
  height: 120px;
}

[type='submit'] {
  background: #fff !important;
  border: 1px solid #fff;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

[type='submit']:hover {
  background: #43c7f4 !important;
  color: white !important;
}

.floating-whatsapp {
  z-index: 10;
  position: fixed;
  top: 15em;
  right: 20px;
}

.floating-whatsapp img {
  width: 40px;
}

.contact-tel-container {
  color: #1e004b;
}

.contact-tel-number,
.contact-tel-number:hover {
  font-size: 0.9em;
  color: #1e004b;
}

@media (max-width: 992px) {
  .header-contact {
    align-items: center !important;
  }
}

.form-container {
  background-color: #1e004b;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-container label {
  color: #333333;
  font-size: 14px;
}

.form-container input,
.form-select,
option {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-container input:focus,
.form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.post-intro .content h2 {
  color: #1e004b;
  font-weight: 700;
  font-size: 1.5em;
}

.post-intro .content p {
  margin-bottom: 0;
}

.post-intro .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* start onescreen */
.onescreen {
  margin-top: 100px;
  margin-bottom: 50px;
}

.onescreen h2 {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 20px;
  color: #1e004b;
}

.onescreen h5 {
  padding-bottom: 40px;
  color: #4f4f4f;
}

.onescreen .services-card {
  box-shadow: 0px 6px 22px 1px rgba(174, 174, 174, 0.25);
  border-radius: 12px;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.onescreen .services-card img {
  width: 65px;
}

.onescreen .services-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.onescreen .services-card p {
  color: #4f4f4f;
}
/* start slogan */
.slogan {
  margin-top: 40px;
  padding: 40px;
  background-color: #43c7f438;
}

.slogan h2 {
  font-size: 1.4em;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.7;
}

.slogan .btn {
  background-color: #1e004b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  /* margin-top: 20px;
     */
}
/* start after sales */
.after-sales {
  /*margin-top: 100px;
    */
  margin-bottom: 40px;
  padding: 40px;
  background-color: #dbf4ff;
}

.after-sales h2 {
  font-size: 1.8em;
  font-weight: 800;
  padding-bottom: 15px;
}

.after-sales .after-sales-card img {
  width: 57px;
}

.after-sales .after-sales-card h5 {
  padding-top: 15px;
  font-size: 1.3em;
  color: #333;
  font-weight: 600;
}
/* start systems-icons */
.all-system-icons {
  padding: 60px;
}

.all-system-content .all-system-right h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.all-system-content .all-system-right button {
  background-color: #1e004b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}

.all-system-content .all-system-left .all-system-card {
  padding: 10px 19px;
  border-right: 1px dashed #bdbdbd;
  height: 100%;
}

.all-system-content .all-system-left img {
  width: 47px;
  margin-bottom: 10px;
}

.all-system-content .all-system-left p {
  font-size: 18px;
  color: #333;
  position: relative;
}

.all-system-content .all-system-left p::before {
  content: '';
  position: absolute;
  color: #000;
  background-color: #000;
  width: 1px;
  height: 21px;
  right: -20px;
  display: inline-block;
}
/* start cloud_electronic_bill */
.cloud_electronic_bill {
  background: #dbf4ff;
}

.cloud_electronic_bill {
  padding: 2.5em 0;
}

.cloud_electronic_bill .hero .hero-text h1 {
  font-size: 1.8em;
  font-weight: 700;
  color: #1e004b;
  padding-bottom: 15px;
}

.cloud_electronic_bill .hero .hero-text p {
  font-size: 1em;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.cloud_electronic_bill .hero .hero-img {
  width: 80%;
  margin: 0 auto;
}

.cloud_electronic_bill .hero .hero-img img {
  width: 100%;
}

.cloud_electronic_bill button {
  background-color: #1e004b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .cloud_electronic_bill,
  .all-system-icons {
    padding: 80px 20px;
  }
}

@media (max-width: 576px) {
  .cloud_electronic_bill,
  .all-system-icons {
    padding: 40px 20px;
  }
}
/* start professional benifits */
.professional_benifits {
  padding: 2.5em 0;
}

.professional_benifits h3 {
  font-size: 1.8em;
  color: #1e004b;
}

.professional_benifits .professional_benifits_cards_container {
  margin-top: 50px;
}

.professional_benifits .professional_benifits_card {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 4.26667px rgb(51 51 51 / 12%);
  border-radius: 2.13333px;
  padding: 8px;
  margin-bottom: 20px;
}

.professional_benifits .professional_benifits_card h6 {
  font-size: 0.9em !important;
  line-height: 1.5;
}
/* start customers */
.customers {
  margin-top: 0px;
  padding: 40px;
  overflow-x: hidden;
}

.customers h2 {
  font-size: 1.8em;
  font-weight: 800;
  padding-bottom: 15px;
}

.owl-slider {
  margin: 20px 0;
  direction: ltr;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #1e004b;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-item .item {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: 60% !important;
  object-fit: cover;
  object-position: center;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .presentation h3,
  .presentation p,
  .post-intro .content h2,
  .post-intro .content p,
  .post-intro .content .one-screen-title,
  .post-intro .content ul,
  .contact-tel-container {
    text-align: center;
  }
}
.swal2-image {
  padding: 15px;
  border-radius: 30px;
  object-fit: contain;
}
.swal2-html-container img {
  height: 500px;
}
.swal2-close:focus {
  outline: none;
  box-shadow: none !important;
}
.swal2-footer {
  text-align: center;
}
