
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  body {
    font-family: Arial, sans-serif;
    background-color: #fdfdfd;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-color: #e6f0fa; 
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #e6f0fa;
    background-image: url("image/blue flower.png"); 
    background-repeat: repeat;
    background-size: 200px;
  }
  
  

header {

  position: relative;
  background: url('images/header-bg.jpg') no-repeat center center/cover;
  padding: 40px 20px;
  border-radius: 20px;
  overflow: hidden;
}



.header-content {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  text-align: center;
}


.header-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  color: #ffffff !important;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  padding-bottom: 8px;
}
.hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  color: #f0f0f0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
}

.hero-title-box {
  background-color: rgba(0, 0, 0, 0.3); 
  padding: 20px 30px;
  border-radius: 12px;
  display: inline-block;
  backdrop-filter: blur(4px); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}

nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}


nav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}


nav a:hover {
  color: #ffd700;
  transform: scale(1.1);
}

  
  
  
  
  
  
  nav a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
  }
  
  nav a:hover {
    text-decoration: underline;
  }
  
  
  main {
    margin-top: 30px;
  }
  
  
  footer {
    margin-top: 40px;
    padding: 10px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 8px;
  }
.hero {
    text-align: center;
    margin-top: 40px;
  }
  
  .hero img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }
  
  .hero h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #004466;
  }
  
  .hero p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .button {
    display: inline-block;
    background-color: #004466;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .button:hover {
    background-color: #006699;
  }
  
  img {
    display: block;
    margin: 20px auto;   
    max-width: 60%;      
    border-radius: 10px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  }
  body {
    background-color: #e6f0fa;
    background-image: url("images/white flower.png");  
    background-repeat: repeat;
    background-size: 200px;
    margin: 0;
    font-family: Arial, sans-serif;
  }
  .about-section {
    max-width: 800px;
    margin: 50px auto;
    background-color: #ffffffcc;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .about-section h2 {
    color: #35678c;
    margin-bottom: 15px;
    text-align: center;
  }
  nav {
    background-color: #004466;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
  }
  
  nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 18px;
  }
  
  nav a:hover {
    text-decoration: underline;
    color: #ffd700;
  }
  .project-item {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .project-item img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .project-intro {
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 40px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .project-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .project-item {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .project-item img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.4s ease;
  }
  
  
  .project-link:hover .project-item {
    background-color: #e6f2ff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
  }
  
  
  .project-link:hover .project-item img {
    transform: scale(1.03);
  }
  @media (max-width: 768px) {
    nav a {
      display: block;
      margin: 10px 0;
    }
  
    .project-item img {
      max-width: 100%;
    }
  
    .ayaana-nav a {
      display: block;
      margin: 10px auto;
      width: 90%;
    }
  }
  .hero-welcome-box {
    background-color: rgba(255, 255, 255, 0.7); 
    padding: 30px;
    border-radius: 16px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  
  
      