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

body,
p,
div,
button,
span,
td,
th,
a {
  font-family: "El Messiri", sans-serif;
  line-height: 28px;
  color: #000;
  font-size: var(--font18, 18px);
}
body {
  background: #8b0000 !important;
}

.landing-page {
    border-radius: 33px !important;
    background: url("../landpage-img/c-back.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 4px 16.2px 0px rgba(0, 0, 0, 0.25) !important;
    height: 604px;
    margin-top: 45px;
}
.l-inner {
  background: #ffffff00 !important;
  text-align: center;
}
.landing-logo {
  width: 164.124px;
  height: 163px !important;
  flex-shrink: 0;
  aspect-ratio: 164.12/163;
}
.l-head1 {
  color: #000;
  text-align: center;
  font-family: Caudex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.l-inner h2 {
  color: #8b0000;
  text-shadow: 0px 4px 3.9px rgba(0, 0, 0, 0.35);
  font-family: "El Messiri";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding-top: 2px;
}

.l-head2 {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}
.l-head2::after {
  content: "";
  height: 2px;
  background: #8b0000;
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.landing-buttons {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.l-btn {
    border-radius: 4px;
    background: #8b0000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 10px 20px;
    width: 272px !important;
}
.l-btn:hover {
    background: #ffc107;
}
.l-btn p {
  color: #fff;
  font-family: "El Messiri";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
}

@media screen and (max-width: 500px) {
  .landing-page {
    height: auto;
  }
  .landing-buttons {
    gap: 29px;
    flex-direction: column;
    align-items: center;
}
  .l-head1 {
    font-size: 20px;
  }
  .l-inner h2 {
    font-size: 30px;
  }
  .l-head2 {
    font-size: 12px;
  }
}
