@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Almarai", sans-serif;
}

button,
.btn,
input,
textarea {
  box-shadow: none !important;
}
a {
  text-decoration: none;
}

/* top-sec start */

.top-sec {
  background-color: #fafafa;
  margin-bottom: 10rem;
}

.top-sec .card-fut {
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-sec .card-fut:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.top-sec .card-fut .icon-box {
  width: 72px;
  height: 72px;
  background: #185cff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-sec .card-fut h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252b42;
}

.top-sec h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #185cff;
}

.top-sec p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #737373;
}

.top-sec h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  text-align: right;
  color: #252b42;
}
.top-sec .blue-line {
  width: 50px;
  height: 2px;
  background: #185cff;
}

.top-sec .card-fut p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #737373;
}

.top-sec .btn-primary {
  background: #185cff;
  border: 1px solid #185cff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.top-sec .btn-primary:hover {
  background-color: #252b42;
  border: 1px solid #252b42;
}

.top-sec .btn-whatsapp {
  background: #25d366;
  border: 1px solid #25d366;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color:#FFF;
  line-height: 28px;
  letter-spacing: 0.2px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.top-sec .btn-whatsapp:hover {
  background-color: #252b42;
  border: 1px solid #252b42;
}

.top-sec .navbar-light .nav-toggle {
  font-size: 30px !important;
  font-weight: bold;
  display: block;
  color: #737373;
}
@media (min-width: 992px) {
  .top-sec .navbar-light .nav-toggle {
    display: none;
  }
}

.end-btn {
  display: flex;
}
.end-btn1 {
  display: none;
}

@media (max-width: 779px) {
  .end-btn {
    display: none;
  }
  .end-btn1 {
    display: flex;
  }
}

#myheader {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white !important;
  height: 90px;
  box-shadow: -1px 0px 5px rgb(57 63 72 / 30%) !important;
  transition: display 5s 3s ease !important;
  z-index: 2;
}

.sticky > .nav {
  padding-top: 0px !important;
}

.offcanvas-body .nav-link {
  height: 20px !important;
}

.top-sec .login-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #185cff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-sec .login-btn:hover {
  color: #252b42;
}

.top-sec .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #737373;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding-right: 0px;
}
.top-sec .navbar-nav .nav-link:hover {
  color: #0353b4;
}

/* top-sec end */
/* numbers start */
.numbers {
  margin-bottom: 10rem;
}

.numbers h3 {
  font-weight: 700;
  font-size: 58px;
  line-height: 80px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #185cff;
  margin-bottom: 0px !important;
}

.numbers p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #252b42;
}

/* numbers end */
/* why-we start */
.why-we {
  margin-bottom: 8rem;
}
.why-we .blueline {
  width: 94px;
  height: 7px;
  background: #185cff;
}

.why-we h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  color: #252b42;
}

.why-we p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #737373;
  min-height: 70px;
}

@media (min-width: 800px) {
  .why-we p {
    padding-left: 6rem;
  }
}

.why-we h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #185cff;
}

.why-we .readmore {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.why-we .readmore i {
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.why-we .readmore:hover {
  padding-right: 10px;
}

.why-we .readmore:hover i {
  display: block;
}
/* why-we end */
/* clints start */

.clints {
  margin-bottom: 12rem;
}
.clints h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #185cff;
}

.clints h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  color: #252b42;
}

.clints p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #737373;
}

.clints .swiper-slide p {
  font-size: 14px;
}
.clints .bi-star,
.clints .bi-star-fill {
  color: #f3cd03;
}

.lines5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.lines3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* clints end */

/* QA start */

.QA {
  margin-bottom: 10rem;
}

.QA .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  color: #252b42;
  margin-bottom: 5rem;
}

.QA .accordion-item {
  border: none !important;
}
.QA .accordion-button {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  letter-spacing: -0.015em;
  color: #292d33;
}
.QA .accordion-button:not(.collapsed) {
  background-color: white;
  color: #185cff;
}

.QA .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  text-align: right;
  letter-spacing: -0.015em;
  color: #9497a1;
}

.news p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #737373;
}

.news .input-group input {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  -ms-border-radius: 0px 5px 5px 0px !important;
  -o-border-radius: 0px 5px 5px 0px !important;
}

.news .input-group input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #737373;
  padding-bottom: 5px;
}
.news .btn-primary {
  background: #185cff;
  border: 1px solid #185cff;
  border-radius: 5px 0px 0px 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.2px;
  padding: 0.7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .btn-primary:hover {
  background-color: #252b42;
  border: 1px solid #252b42;
}

/* news end */
/* footer start */

footer .nav-link,
footer p {
  font-weight: 700;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #737373;
  padding-right: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer .nav-link:hover {
  color: #185cff;
  margin-right: 5px;
}

footer h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252b42;
}

.frist-col-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.85);
}

footer .contact-icon i {
  color: #185cff;
  font-size: 18px;
  font-weight: 700 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
footer .contact-icon i:hover {
  color: #252b42;
}

.contact-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.contact-form .form-control {
  background: #ffffff;
  border-radius: 8px;
}
input[type="email"] {
  direction: rtl;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 14px;
  color: #c6c6c6 !important;
}

.botom-footer p {
  font-weight: 700;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #737373;
}
/* footer end */
