body,
html {
  background-color: #151515;
  overflow-x: hidden;
  color: #ffffff;
}
nav {
  color: #ffffff;
}
.menu {
  color: #ffffff;
}
.join-whatsapp {
  color: #ffffff;
}
/* ====================================== */
main {
  padding: 2rem 1rem;
}
#lender-form input {
  padding: 15px;
}

.hero {
  padding: 2rem 10px;
}
.hero p {
  max-width: 700px;
}
.hero .flex {
  align-items: start;
}
.hero .flex {
  background: linear-gradient(#00000078, #000000b4),
    url(img/hero.jpg) center no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
}
.hero h1 {
  max-width: 500px;
  text-align: start;
  font-size: 50px;
}
.hero a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 1rem 0;
  background-color: #a70000;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}
.hero .btn-grp {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}
h6 {
  color: #ffffff;
}
.h-text {
  /* max-width: 500px; */
  font-size: 18px;
  line-height: 1.5;
}
.our-app {
  margin-bottom: 2rem;
}
.our-app h1 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 1rem;
}
.our-app p {
  text-align: center;
  font-size: 18px;
}
.app-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.app-image img {
  width: 40%;
}
.stores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem auto;
}
.stores a {
  display: block;
  width: fit-content;
}
.stores img {
  width: 150px;
}
.how-to h1,
.why h1 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 1rem;
}
.for-option {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.for-active {
  border-bottom: 1px solid #a70000;
  color: #a70000;
  font-weight: 600;
}
.lender {
  display: none;
}
.how-to .ul {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.line {
  width: 100%;
  padding: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: -1;
}
.how-to .ul .li {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 20%;
  position: static;
  z-index: 2;
  padding: 0 15px;
  position: relative;
}
.how-to .ul .circle {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 3px double #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #151515;
}
.how-to .ul strong {
  font-size: 14px;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.how-to .ul .li p {
  font-size: 13px;
  text-align: center;
  color: #f2f2f2;
}
.eligible h1 {
  font-size: 50px;
  max-width: 400px;
  text-align: center;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}
.flex-1,
.flex-2 {
  width: 100%;
  margin: 2rem 0;
}

.flex-3 {
  width: 45%;
}
.compact {
  padding: 2rem 0;
}
.compact ul li {
  margin-bottom: 1rem;
}
.compact strong {
  font-size: 25px;
  font-weight: 500;
}
.compact strong span {
  font-size: 30px;
}
.compact li p {
  font-size: 16px;
  line-height: 1.5;
}
.credits {
  padding: 2rem 10px;
}
/* .credits p {
  max-width: 700px;
} */
.credits h1 {
  max-width: 500px;
  text-align: start;
  font-size: 50px;
}
.credits .flex-3 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

.take {
  padding: 2rem 1rem;
  text-align: center;
}
.take .container {
  background-color: #060606;
  padding: 2rem 1rem;
}
.take h2 {
  font-size: 30px;
  font-weight: 500;
}
.take p {
  font-size: 16px;
  max-width: 800px;
  margin: auto;
}
.take a {
  padding: 20px 25px;
  background-color: green;
  display: block;
  max-width: 300px;
  margin: 1rem auto;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
}
footer {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 868px) {
  .flex-1,
  .flex-2 {
    width: 100% !important;
    margin: 1rem 0;
  }
  .how-to .ul .li {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    gap: 1rem;
  }
  .flex-3 {
    width: 100%;
  }
  .why .flex {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  main {
    padding: 2rem 10px;
  }
  h1 {
    max-width: 100% !important;
    font-size: 30px;
  }
  .h-text {
    font-size: 15px;
  }
  .hero .btn-grp a {
    padding: 10px 15px;
  }
  .how-to h1,
  .why h1,
  .hero h1,
  .credits h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .credits .flex-3 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 468px) {
  .lender-modal {
    padding-top: 3rem;
  }
}
