 
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px;
  }
  
  .logo {
    width: 300px;
     
    margin-top: -34px;
    margin-right: 10px;

  }
  
  .logo img {
    margin-left: -66px;
    margin-top: -106px;
    height: 300px;
    width: 300px;
    margin-bottom: -114px;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 30px;
    display: flex;
    justify-content: flex-end;
  }
  
  nav ul li {
    margin-left: 10px;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #333;
    padding: 8px;
    border-radius: 5px;
  }
  
  nav ul li a:hover {
    background-color: #333;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .logo {
      width: 100%;
      margin-bottom: 10px;
    }
  
    nav ul {
      justify-content: flex-start;
      margin-left: 0;
      padding-left: 0;
      flex-direction: column;
    }
  
    nav ul li {
      margin-left: 0;
      margin-bottom: 5px;
    }
  }
  
  /* Slider styles */
  .slider {
    /* Add your slider styles here */
  }
  
  /* Image section styles */
  .image-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .image-container {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .image-container img {
    width: 413px;
    height: 256px;
    margin-bottom: 10px;
    border-color: #0000ff;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
  }
  
  .image-name {
    font-size: 14px;
    text-align: center;
    margin}
    .slider {
        display: flex;
        overflow: hidden;
        margin-top:20px;
      }
      
      .slide {
        width: 100%;
        opacity: 0;
        transition: opacity 0.5s ease;
      }
      
      .slide.active {
        opacity: 1;
      }
      
      .slide img {
        width: 100%;
        height: auto;
      }
      .heading-container {
        background-color:  rgb(255, 162, 0);
        padding: -1px;
        text-align: center;
        border-radius: 20px 20px 20px 20px;
        margin-top:0px;
      }
      
      .upper-heading {
        font-size: 28px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 10px;
        b
      }
      
      .content-container {
        background-color: #fff;
        padding: 28px;
        text-align: center;
      }
      
     
      
      
      @keyframes colorful {
        0% { color: #ff0000; }
        25% { color: #00ff00; }
        50% { color: #0000ff; }
        75% { color: #ff00ff; }
        100% { color: #ffff00; }
      }
      
      /* Responsive styles */
      @media (max-width: 767px) {
        .heading-container,
        .content-container {
          padding: 10px;
        }
      
        .upper-heading {
          font-size: 24px;
          
        }
      
        .animated-paragraph {
          font-size: 16px;
        }
      }
      footer {
        background-color: #333;
        color: #fff;
        padding: 10px;
        display: flex;
        justify-content: space-between;
      }
      
      .footer-left {
        font-size: 18px;
        margin-top: 2px;
      }
      
      .footer-right {
        font-size: 18px;
        cursor: pointer;
        margin-top: 2px;
      }
      
      .footer-right:hover {
        color: #ff0000; /* Change the color on hover */
      }
      .heading-container2 {
        margin-right: 46px;
        background-color: rgb(255, 162, 0);
        padding: 0px;
        text-align: center;
        margin-left: 38px
        

      }
      

      
      .strong{
        font-size: small;
      


      }
      .container-00 {
        display: flex;
        justify-content: space-between;
        margin-top: -34px;
        margin-left: 62px;
        margin-right: 57px;
    }
    
    
     
      
      .container img {
        width: 289px;
        height: 200px;
        animation: slideIn 1s ease-in-out;
        margin-left: 0%;
      }
      
      @keyframes slideIn {
        0% {
          transform: translateX(-100%);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }
      
      
      
      
            
      
  