body {
  font-family: 'Tajawal', sans-serif !important;

}
.py-5 {
    padding-top: 5rem !important;
}

.hero-section h1,
.hero-section h2 {
  font-family: 'Tajawal', sans-serif;
  line-height: 1.4;
}

.hero-section p {
  font-family: 'Tajawal', sans-serif;
}

.hero-section img {
  max-height: 400px;
}

.texmrle {
  margin-right: 6%;
  font-size: 2.2rem;
  font-weight: 700;
}

.texmrle2 {
  margin-left: 7% !important;
}

.texmrle3 {
  margin-right: 10%;
}

.class7 {
  background-image: none !important;
}

.nav-link {

  font-weight: bold;
}

.h2 {
  font-size: 18px !important;
  font-weight: bold !important;
}

input::placeholder {
  color: #888 !important;
}

.part5 {
  height: 1140px !important;
}

.part3 {
  background: linear-gradient(135deg, #000842, #1076BC);
}

.card03 {
  height: 1140px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card01 {
  height: 1140px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

}

.part15 {
  border-right: 0 !important;
}

.part5 {
  border-radius: 0 !important;
}

.posbt {
  margin-left: 23%;
}

.boxespart2 {
  width: 132px;
  height: 120px;
  background: linear-gradient(135deg, #000842, #1076BC) !important;
}

@media (max-width: 769px) {
  .texmrle3 {
    margin-right: 1%;
  }

  .texmrle {
    margin-right: 2%;
    font-size: 2.0rem;
    font-weight: 500;
  }

  .posbt {
    margin-left: 1%;
  }
}


.feature2 {
  max-width: 1521px !important;
  margin-top: 7% !important
}

.feature-text {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1076BC;
  border-bottom: 3px solid #1076BC;
  padding-bottom: 10px;
}

.feature-text img {
  width: 40px;
}

.boxespart2 img {
  height: 75px;
}

.boxesimg img {
  max-width: 56%;
  filter: brightness(0) invert(1);
  height: 75px;
}

.hwhite {
  color: #EAEAEA !important;
}

.hbtn {
  background-color: #1076BC !important;
}

.hbtn i {
  font-size: 1.2rem;
}

.p11 {
  color: #1076BC;
  font-size: 18px;
  font-weight: bold;
}

.cd01 img {
  max-height: 400px;
  position: relative;
  z-index: 2
}

.contact01 {
  background-color: #EAEAEA !important;
}

.alert {
  display: none;
}

.w1 {
  height: 50%;
  background: linear-gradient(135deg, #000842, #1076BC);
  color: white;
  display: flex;
  align-items: center;
}

.w2 img {
  max-height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 10%;
}

.w3-span {
  color: #6ED1FF;
}

.w3-h1 {
  font-size: 1.3rem;
  font-weight: 400;
}

.w3-h4 {
  font-size: 1.1rem;
}

.w4 {
  background: linear-gradient(to right, #000842, #007dff);
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
}

.offer-ticker {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #d80000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999;
  border-top: 2px solid #a30000;
  border-bottom: 2px solid #a30000;
}

.ticker-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: tickerMove 25s linear infinite;
}
.ticker-text span {
  padding: 0 2rem;
  flex-shrink: 0;
}

@keyframes tickerMove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



.w-form {
  margin: 2rem 0;
}

.w5-span {
  font-size: 20px !important;
}
.w5-span i{
  margin-right: 6px;
}