@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(8, 80, 151, 0.64), rgba(8, 80, 151, 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: #085097;
    padding: 2rem 2rem;
    color: white;
    font-family: 'Abel', sans-serif;
}

i {
    padding: 0 1rem;
}

.footer2 {
    color: white;
    font-family: 'Abel', sans-serif;
    background-color: #08549F;
    opacity: 0.9;
    padding: 0.5rem;
}

.newsletter {
    background-color: #E6F2E7;
}

.newsletter h4 {
    color: #133B5C;
    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: #085097;

}

.btnAddon {
    background-color: #085097;
    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: #133B5C;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
}

.news h5 {
    color: #133B5C;
    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: #133B5C;
    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: #085097;
}

.loginCards h6 {
    font-family: 'Abel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #062748;
    opacity: 0.7;
}

.loginCards a{
    font-family: 'Abel', sans-serif;

}

.btn-primary{
    background-color: #085097;
    border-radius: 0;
    outline: 0;
}


.loginCards i{
    color: #C5BE5B;
    font-size: 40px;
}

@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: .5rem;
}


.contentColumn{
    
    color: white;
    font-family: 'Abel', sans-serif;
}

.contentColumn h4 ,
.contentColumn h5 {
   font-family: 'Abhaya Libre';
}

.statistics-section {
    font-family: "Abhaya Libre";
    background-color: #085097;
    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;
  }
  
  .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: 80px;
    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: #085097;
    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;
  }
  
  .headerSection {
    background-color: #efecff;
    color: #5236ff;
    border-radius: 20px;
  }
  
  .about {
    font-family: "Abhaya Libre";
  }
  
  .cardBg {
    background-color: #e6f2e7;
  }
  
  .cardText {
    font-family: "Abhaya Libre";
  }
  
  .text-primary{
    color: #085097 !important;
    font-family: "Abhaya Libre";
  }
