@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(47, 128, 0); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #71fc6a; 
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins' , sans-serif;
}
.aboutus{
    justify-content: center;
    align-items: center;
}
.container2{
   position: relative; 
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 50px;
   padding: 100px 50px;
}
.container2 .card{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 35px 80px #000;
    transition: 0.5s;
}
.container2 .card:hover{
    height: 400px;
}
.container2.card.imgBx{
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}
.container2 .card:hover .imgBx{
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px #000;
}
.container2 .card .imgBx img{
border-radius: 20px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.container2 .card .content{
    position: absolute;
    top: 252px;
    width: 100%;
    padding: 0 30px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}
.container2 .card:hover .content{
    top: 150px;
    height: 250px;
}
.container2 .card .content h2{
    font-size: 1.5em;
    font-weight: 700;
}
.container2 .card .content p{
    color: #333;
    font-size: 1.05em;
}
/* navbar style */
.logo img {
	height: 50px;
	width: 80px;
  }
.navbar {
	padding: 30px;
	background-color: #75975e;
  }
  
  .navbar a {
	color: #75975e;
  }

.navbar-nav{
  float: left;
}
  .navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  
  /* Dropdown menu styles */
  .navbar a:not(.logo):hover {
	background-color: #ddd;
	color: black;
  }
  
  .dropdown-content {
	background-color: #75975e;
  }
  
  .dropdown-content a {
	color: black;
  }
  
  .dropdown-content a:hover {
	background-color: #c9c9c9;
	color: black;
  }
  .socials-ac {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    }
    
    .socials-ac li {
    margin: 0 10px;
    }
    
    .socials-ac a {
    text-decoration: none;
    color: rgb(0, 148, 86);
    }
    
    .socials-ac a i {
    font-size: 1.1rem;
    transition: color 0.4s ease;
    }
    
    .socials-ac a:hover i {
    color: #7cad92;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #e0f0e0; /* Soft green background color */
    }
    .member {
      width: 100%;
      max-width: 95%; /* Increase the max-width for larger boxes */
      margin: 10px;
      padding: 20px; /* Increase the padding for more space inside the boxes */
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s; /* Smooth transition for box shadow */
    }

    .member:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Box shadow on hover */
    }

    .team {
      text-align: center;
    }

    h2 {
      color: #34495e; /* Dark text color for member names */
    }
    /* Footer styles */
   footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #87ab69;
    height: auto;
    font-family: "Open Sans";
    color: #fff;
    width: 100%;
    }
    
    .footer-content {
    max-width: 1170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    }
    
    .footer-content h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    }
    
    .footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    }
     /* Social links in the footer */
  .socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    }
    
    .socials li {
    margin: 0 10px;
    }
    
    .socials a {
    text-decoration: none;
    color: #fff;
    }
    
    .socials a i {
    font-size: 1.1rem;
    transition: color 0.4s ease;
    }
    
    .socials a:hover i {
    color: #c5b5b5;
    }
    
    /* Footer bottom section */
    .footer-bottom {
    background: #648354;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    }
    
    .footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    }
    
    .footer-bottom span {
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 200;
    }
    .aboutus {
      margin: 20px; 
      padding: 10px; 
    text-align: center;
    }
    .aboutus h1 {
      margin-bottom: 10px; 
    }
    .aboutus p {
      margin-top: 10px; 
      margin-bottom: 10px; 
    }
    