
  
  /* Banner Section */
  .banner11 {
    position: relative;
    text-align: center;
    color: white;
  }

  
  .banner-img11 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the background image */
  
  }
  
  .banner-text11 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .banner-text11 h2 {
    font-size: 3em;
    margin-bottom: 4%;
    color: #fcfaf9;
    font-size: xx-large;
    
    
  }
  .banner-text11 h4{
    margin-bottom: 30px;
  }
  link{
    background-color: transparent;
    border: none;
  }
  .investor-btn111 {
    background-color: #8a2be2;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    
    
  }
  
  .investor-btn111:hover {
    background-color: #7b1fa2;
  }
  
 