body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}
.loader{
   /* overflow: hidden; */
   position: fixed;
   width: 100%;
   z-index: 9999;
   /* display: none; */
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   /* background: linear-gradient(13deg, rgba(10, 0, 0, 0.274), rgba(19, 11, 11, 0.308)); */
   backdrop-filter: blur(30px);
}
#mein{
   display: none;
}
#loader img{
   width: 300px;
}

.header {
  background: #3A86FF;
  color: white;
  text-align: center;
  padding: 3rem 1rem;
}

.header h1 {
  font-size: 2.5rem;
  margin: 0;
}

.header p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.mission, .story {
  background: #F8F8F8;
  padding: 2rem 1rem;
  text-align: center;
}

.mission h2, .story h2 {
  font-size: 2rem;
  color: #3A86FF;
  margin-bottom: 1rem;
}

.mission p, .story p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.values {
  background: white;
  padding: 2rem 1rem;
  text-align: center;
}

.values h2 {
  font-size: 2rem;
  color: #3A86FF;
  margin-bottom: 2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.value {
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.value img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.value h3 {
  font-size: 1.2rem;
  color: #3A86FF;
}

.value p {
  color: #666;
}

.team {
  padding: 2rem 1rem;
  text-align: center;
}

.team h2 {
  font-size: 2rem;
  color: #3A86FF;
  margin-bottom: 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.team-member {
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.team-member img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.team-member h3 {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}

.team-member p {
  color: #666;
}

.footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 1rem 0;
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
}
.navbar-brand{
   font-family: "Playwrite IN", serif;
   /* font-family: "Bebas Neue", serif; */
   font-weight: 400;
  font-style: normal;
}

.container-fluid a{
   /* color: #fff; */
   margin-left: 5px;
}
.img{
   width: 50px;
   height: 50px;
   border-radius: 50%;
}
