*{
    margin:0%;
    padding: 0%;
    box-sizing: border-box;

}
.content{
     background-image: linear-gradient(rgba(37, 37, 37, 0.4), rgba(27, 26, 26, 0.4)), 
    url('images/lk.avif');
    height:650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 20px;
  position: fixed; /* This fixes it to the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensures it stays on top of other content */
  border-bottom: 1px solid #ddd;
}

.header img {
  height: 50px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  transition: background 0.3s;
}

.nav-links a:hover,
.dropdown-content a:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.donate-btn {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
}

.donate-btn:hover {
  background-color: #c0392b;
}

.nav-item {
  position: relative;
}

.dropdown-toggle {
  background: none;
  border: none;
  font-size: 14px;
  margin-left: 4px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 150px;
}

.dropdown-content a {
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.nav-item:hover .dropdown-content,
.nav-item.active .dropdown-content {
  display: flex;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    background-color: white;
    border: 1px solid #ccc;
    width: 380px;
    height: 450px;
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-item {
    width: 100%;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}



.uu h1{
  text-align: center;
  font-size: 150px;
  color: white;
  padding-top: 250px;

}
@media (max-width: 768px) {
  .uu h1 {
      font-size: 80px;
      padding-top: 150px;
  }
}

.lk{
    display: flex;
    justify-content: center;
    gap:20px;
    color: white;
}
.lk a{
    color: white;
    text-decoration: none;

}
.trl{
    background-color:aliceblue;
    height: 660px;
   
}
.cnt h1{
    text-align: center;
    font-size: 80px;
    padding-top: 180px;
   
}
.cnt p{
    text-align: center;
    padding-top: 40px;

}
.fff img{
    height: 100px;
    width:100px;
}
.fff p{
    margin-left: 19px;
    font-size: 50px;
}
.fff h2{
    font-size: 30px;
}
.tlr{
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;

}

  
  .content-wrapper {
    display: flex;
    background-color: white;
    overflow: hidden;
    margin-top: 40px;
  }
  .lll{
    margin-top: 40px;
  }
  
  .image-container {
    flex: 1;
    min-width: 300px;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .text-container {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
  }
  
  .section-title {
    font-size: 2rem;
    color: orange;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .ppp{

    background-image: linear-gradient(rgba(42, 38, 38, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/ft.webp');
   background-repeat: no-repeat;
   background-position: center;

   background-size: cover;
   height: 550px;

  }
  .yyyk h3{
    color: white;
    font-size: 18px;
    padding-top: 40px;
    
  }
  .yyyk h1{
    padding-top: 40px;
    color: white;
    font-size: 60px;

  }
  .yyyk p{
    color: white;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 20px;
  }
  .btn {
    background-color:goldenrod;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s;
    margin-top: 40px;
    margin-left: 30px;
  }
  
  .btn:hover {
    background-color: gold;
  }
  .footer {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-location, .footer-menu {
    flex: 1 1 250px;
    margin: 20px;
  }
  
  .footer h3 {
    color: #ffcc00;
    margin-bottom: 15px;
  }
  
  .footer p, .footer li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer a:hover {
    color: #ffcc00;
  }
  
  .footer-menu ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    border-top: 1px solid #444;
    margin-top: 20px;
  }


  @media (max-width: 768px) {
    .bhl {
      flex-direction: column;
      gap: 20px;
      align-items: center;
      margin-top: 30px;
    }
  
    .uu h1 {
      font-size: 60px;
      padding-top: 120px;
    }
  
    .trl {
      height: auto;
      padding: 20px;
    }
  
    .cnt h1 {
      font-size: 40px;
      padding-top: 100px;
    }
  
    .cnt p {
      padding: 20px;
    }
  
    .tlr {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  
    .fff img {
      height: 80px;
      width: 80px;
    }
  
    .fff p {
      font-size: 30px;
      text-align: center;
      margin-left: 0;
    }
  
    .content-wrapper {
      flex-direction: column;
    }
  
    .text-container {
      font-size: 16px;
      padding: 20px;
    }
  
    .section-title {
      font-size: 1.5rem;
    }
  
    .ppp {
      height: auto;
      padding: 20px;
      text-align: center;
    }
  
    .yyyk h1 {
      font-size: 36px;
    }
  
    .yyyk p {
      margin-left: 0;
      padding: 0 10px;
    }
  
    .btn {
      margin-left: 0;
    }
  
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-location, .footer-menu {
      margin: 10px 0;
      text-align: center;
    }
  }
.fea{
  text-align: center;
  font-size: 50px;
}  
  