/* Header styles */
.logotext {
  font-family: "Gluten", cursive;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1px;
}
header,
footer {
  background-color: #1b245a !important;
  margin: 0;
  padding: 0;
}
/*FOOTER STYLE*/
.footer-link {
  color: #ffffff;
}


/*index style*/

/* HERO */
.hero {
  background: #0c0f2c;
  color: white;
  padding: 80px 0;
}


.hero h1 span {
  color: #74e35a;
}

.btn-green {
  background: #74e35a;
  color: white;
  border-radius: 10px;
  padding: 12px 25px;
}

.btn-green:hover {
  background: #74e35a;
}

.btn-outline-green {
  border: 2px solid #74e35a;
  color: #74e35a;
  border-radius: 10px;
  padding: 12px 25px;
}

.stats {
  margin-top: 20px;
}

.stats div {
  font-weight: bold;
}

/* SEARCH BAR */
.search-bar {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  margin-top: -40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* STEPS */
.step {
  text-align: center;
}

.circle {
  width: 70px;
  height: 70px;
  border: 2px solid #74e35a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 24px;
}

.gluten {
font-family: "Gluten", cursive;
font-weight: 700;
}

