@import url(./admin.css);
.web-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 600;
  width: 100%;
  /* position: sticky; */
  height: 80px;
  /* top: 0; */
  position: relative;
  z-index: 100;
  margin-bottom: -80px !important;
}


.nav-logo {
  height: 80px;
}
.nav-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.nav-menu-link{
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  text-shadow: 1px 1px #00000020;
}

.nav-menu-link:hover , .nav-menu.active{
  color: var(--secondary);
}

.hero-section{
  height: calc(80vh + 80px);
  max-height: 800px;
  /* padding-top: 100px; */
  width: 100%;
  background-color: red;
  background: url(./newbg.JPG);
  /* background: url(./hero.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
}


.hero-section2{
  min-height: calc(20vh + 80px);
  max-height: 800px;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  background-color: red;
  background: url(./hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.hero-section-text{
  display: flex;flex-direction: column;
  gap: 20px;
  align-items: flex-start;

}

.big-text{
  font-size: 70px;
  font-weight: 500;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  max-width: 850px;
  width: 100%;
}

.big-text-black{
  font-size: 50px;
  font-weight: 500;
  color: black;
  font-family: "Josefin Sans", sans-serif;
  /* max-width: 850px; */
  width: 100%;
}

.hero-description-text{
  color: white;
  max-width: 500px;
}

.stats-bar{
  width: 100%;
  /* max-width: 1250px; */
  min-height: 180px;
  border-radius: 20px;
  display: flex;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  margin: 0 auto;
}

.status-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Josefin Sans', sans-serif !important;
  color: White;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 800;
  height: 150px;
}
.status-card img{
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.home-about-section-text{
  font-family: 'Josefin Sans', sans-serif !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  justify-content: space-around;
}

.home-about-section-text h2{
  font-size: 50px;
  font-weight: 600;
}
.mission-vision{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mission-vision-card-container{
  /* background-color: red; */
  width: 100%;
  height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.mission-card{
  border: none;
  box-shadow: 0 0 10px #00000020;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  transition: .2s;

}
.mission-card:hover{
  background: linear-gradient( to right , var(--primary) , var(--secondary));
  color: white !important;
}

.events-container{
  background: url(./hero.png);
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-card-container{
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap:25px;
  width: 100%;
}

.event-card{
  background-color: white;
  width: 100%;
  height: max-content;
  margin-bottom: -200px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000020;
  padding: 10px;
}

.event-card img{
  /* background-color: red; */
  height: 190px;
  width: 100%;
  border-radius: 8px;
}

.event-category{
  font-size: 16px;
  color: var(--primary);
  margin-top:10px;
}

.event-title{
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.event-description{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}


.renis-quote{
  font-size: 28px;
}

.renis-quote-section-text{
  font-family: 'Josefin Sans', sans-serif !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 70px;
  justify-content: center;

}

.jose{
  font-family: 'Josefin Sans', sans-serif !important;
}

.footer-container{
  background: url(./hero.png);
  color: white;
  padding: 50px 0;
  background-size: cover;
  font-size: 16px;
  background-repeat: no-repeat;
}

.stats-section{
  background: url(./hero.png);
  padding: 50px 0;
  background-size: cover;
  font-size: 16px;
  background-repeat: no-repeat;

}

.footer-container h2{
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif !important;
  
}

.footer-Social-links{
  padding: 10px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  background-color: var(--blue);
  justify-content: center;
  cursor: pointer;
}

.footer-Social-links:hover{
  background-color: white;
  color: var(--blue);
}

.video-container{
  min-height: 300px;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  margin-top: 30px;
}

.council-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.council-card img{
  height: 220px;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  padding: 5px;
  border: 2px solid var(--secondary);
}

.council-card i{
  color: var(--primary);
  font-size: 25px;
  cursor: pointer;
}
.council-card i:hover{
  color: var(--secondary);
}

.donate-ornage-section{
  min-height: 200px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  background:linear-gradient(to right ,  var(--primary) 70% , var(--secondary) 98% );
}

.donate-ornage-section-text{
  color: white;
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif !important;
  width: 80%;
}
.donate-btn{
  font-size: 20px;
  /* width: 150px; */
  background-color: var(--blue);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}
.donate-btn:hover{
  background-color: white;
  color: var(--blue);

}

.donate-btn-white{
  font-size: 20px;
  width: 80px;
  background-color: white;
  color: var(--primary);
  border: none;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
}

.donate-btn-white:hover{
  color: var(--blue);
}
.swiper-pagination-bullet-active{
  background-color: var(--primary ) !important;
}

.page-title{
  font-size: 50px;
  font-weight: 700;
  color: white;
  text-align: center;
}



.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  padding: 40px 20px;
}

.contact-card {
  background: white;
  /* padding: 40px; */
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(200, 200, 200, 0.5), 0 0 0 2px #eee; */
  width: 100%;
  max-width: 500px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  /* box-shadow: 0 8px 20px rgba(180, 180, 180, 0.5), 0 0 0 2px #ddd; */
}

.contact-form {
  display: flex;
  flex-direction: column;
  padding: 20px; 
  margin-top: 30; 
  margin-bottom: 30
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #888;
}

.contact-form button {
  padding: 12px;
  font-size: 16px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #555;
}


.side-bar{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  max-width: 200px;
  border-right: 1px solid black;
  height: 100%;
}



.subscription-form-input-style{
      width: 100%;
    border-radius: 2px;
    height: 35px;
    border: none;
    color: black;
    padding: 5px 10px;
}

.blog-cards{
  margin-bottom: 20px !important;
}