@import url("https://fonts.googleapis.com/css2?family=Abel&family=Abhaya+Libre&display=swap");

* {
  margin: 0;
  padding: 0;
}

.banner {
  height: 100vh;
  background-image: linear-gradient(
      rgba(45, 40, 34, 0.64),
      rgba(45, 40, 34, 0.64)
    ),
    url("images/Girl-School.png");
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  font-family: "Bree Serif", serif;
  color: #f2f1da;
}

.banner-content {
  padding: 10% 5%;
  line-height: 40px;
}

.banner-content h1 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #f2f1da;
  word-spacing: 12px;
}

.banner-content p {
  font-family: "Abel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  color: #f2f1da;
}

ul {
  list-style-type: none;
}

ul li a {
  color: white;
}

.footer {
  background-color: #b0362b;
  padding: 2rem 2rem;
  color: white;
  font-family: "Abel", sans-serif;
}

i {
  padding: 0 1rem;
}

.footer2 {
  color: white;
  font-family: "Abel", sans-serif;
  background-color: #b0362b;
  opacity: 0.9;
  padding: 0.5rem;
}

.newsletter {
  background-color: #e6f2e7;
}

.newsletter h4 {
  color: #b0362b;
  font-family: "Abhaya Libre";
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}

.newsletter p {
  font-family: "Abel", sans-serif;
  font-size: 16px;
  line-height: 140.4%;
  color: #b0362b;
}

.btnAddon {
  background-color: #b0362b;
  border-radius: 8px;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.news {
  border-radius: 40px 0px 0px 40px;
}

.news h4 {
  color: #b0362b;
  font-family: "Abhaya Libre";
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}

.news h5 {
  color: #b0362b;
  font-family: "Abhaya Libre";
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.news p {
  font-family: "Abel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140.4%;
  color: #333333;
}

.newsCard {
  background-color: #e6f2e7;
}

.login h2 {
  color: #b0362b;
  font-family: "Abhaya Libre";
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
}

.loginCards h4 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #07452a;
}

.loginCards h6 {
  font-family: "Abel", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #b0362b;
  opacity: 0.7;
}

.loginCards a {
  font-family: "Abel", sans-serif;
}

.bg-secondary {
  background-color: #bb9a80 !important;
}

.btn-primary {
  background-color: #b0362b;
  border: #b0362b;
  border-radius: 0;
  outline: 0;
}

.loginCards i {
  color: #2d2822;
  font-size: 40px;
}

.btn-secondary {
  background-color: #2d2822;
}

@media (max-width: 600px) {
  .banner-content {
    padding: 40% 5%;
    line-height: 40px;
  }

  .banner-content h1 {
    font-family: "Abhaya Libre";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 65%;
    color: #f2f1da;
    word-spacing: 12px;
  }

  .banner-content p {
    font-family: "Abel", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #f2f1da;
  }
}

.loginCardDeck {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 0.5rem;
}

.contentColumn {
  color: white;
  font-family: "Abel", sans-serif;
}

.contentColumn h1,
.contentColumn h5 {
  font-family: "Abhaya Libre";
}

.statistics-section {
  font-family: "Abhaya Libre";
  background-color: #b0362b;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.stat-item {
  flex: 0 0 auto;
  margin: 10px;
}
.stat-item h2 {
  font-size: 2.5rem;
  margin: 0;
}
.stat-item p {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 1200px) {
  .stat-item h2 {
    font-size: 2rem;
  }
  .stat-item p {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .stat-item h2 {
    font-size: 1.75rem;
  }
  .stat-item p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .stat-item h2 {
    font-size: 1.5rem;
  }
  .stat-item p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .stat-item h2 {
    font-size: 1.25rem;
  }
  .stat-item p {
    font-size: 0.75rem;
  }
}
.divider {
  height: 60px;
  width: 2px;
  background-color: white;
}

.input-group input {
  font-family: "Abel", sans-serif;
}

.card-custom {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "Abhaya Libre";
  height: 130px;
  max-width: 600px; /* Adjust the max-width as needed */
  margin: auto; /* Center the card horizontally */
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #b0362b;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 15px; /* Ensure there is enough space between the circle and text */
}
.text-container {
  flex: 1; /* Ensure the text container takes up the remaining space */
}

.text-container h5 {
  font-weight: bold;
}

.school-sub {
  font-size: 25px;
}

.contact-radius {
  border-radius: 30px;
}

.rounded-input {
  border-radius: 20px;
}

#schoolsBtn {
  background-color: #f2f1da !important;
  color: green !important;
}

.cardPadding {
  background-color: #085097a3 !important;
  text-align: center;
  padding: 20px;
  height: 100px;
  border-radius: 30px !important;
  font-size: 20px;
}

.bg-primary {
  background-color: #b0362b !important;
}

.text-primary {
  color: #b0362b !important;
  font-family: "Abhaya Libre";
}

.headerSection {
  background-color: #efecff;
  color: #5236ff;
  border-radius: 20px;
}

.about {
  font-family: "Abhaya Libre";
}

.cardBg {
  background-color: #e6f2e7;
}

.cardText {
  font-family: "Abhaya Libre";
}