.eleven{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-image: url(image\ \(6\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eleven .eleven_one{
    width: 95%;
    height: 95%;
    margin: 10px;
    /* background-color: aquamarine; */
}




/* General Reset */

  /* Footer Styles */
  .twelve-footer {
    background-color: #000000dc;
    backdrop-filter: blur(10);
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  /* Logo Section */
  .twelve-logo {
    margin-bottom: 30px;
  }
  
  .twelve-logo-img {
    max-width: 150px;
    transition: transform 0.3s ease;
  }
  
  .twelve-logo-img:hover {
    transform: scale(1.1);
  }
  
  /* Social Icons */
  .twelve-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .twelve-icon {
    width: 60px;
    height: 60px;
    background: #444;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  
  .twelve-icon:hover {
    background: #ff7f00; /* Orange Theme */
    color: #fff;
    transform: scale(1.2);
    box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
  }
  
  /* Projects Section */
  .twelve-projects {
    margin: 30px 0;
  }
  
  .twelve-projects span {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .twelve-btn {
    background: #444;
    color: #fff;
    border: 2px solid #444;
    padding: 12px 25px;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .twelve-btn:hover {
    background: #ff7f00; /* Orange Theme */
    border-color: #ff7f00;
    color: #fff;
  }
  
  /* Booking Section */
  .twelve-booking {
    margin: 30px 0;
  }
  
  .twelve-booking h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .twelve-booking-btn {
    background: #ff7f00;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .twelve-booking-btn:hover {
    background: #ff9f33;
    box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
  }
  
  /* Credits Section */
  .twelve-credits h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .twelve-credits p {
    font-size: 14px;
    color: #aaa;
  }
  



















  @media only screen and (max-width: 500px)and (min-width: 400px){

    .eleven{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        background-image: url(image\ \(6\).jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .eleven .eleven_one{
        width: 95%;
        height: 95%;
        margin: 10px;
        /* background-color: aquamarine; */
    }
    
    
    
    
    /* General Reset */
    
      /* Footer Styles */
      .twelve-footer {
        background-color: #000000dc;
        backdrop-filter: blur(10);
        padding: 50px 20px;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;
      }
      
      /* Logo Section */
      .twelve-logo {
        margin-bottom: 30px;
      }
      
      .twelve-logo-img {
        max-width: 150px;
        transition: transform 0.3s ease;
      }
      
      .twelve-logo-img:hover {
        transform: scale(1.1);
      }
      
      /* Social Icons */
      .twelve-social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
      }
      
      .twelve-icon {
        width: 40px;
        height: 40px;
        background: #444;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.4s ease;
      }
      
      .twelve-icon:hover {
        background: #ff7f00; /* Orange Theme */
        color: #fff;
        transform: scale(1.2);
        box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
      }
      
      /* Projects Section */
      .twelve-projects {
        margin: 30px 0;
      }
      
      .twelve-projects span {
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
      }
      
      .twelve-btn {
        background: #444;
        color: #fff;
        border: 2px solid #444;
        padding: 12px 25px;
        border-radius: 5px;
        margin: 0 10px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .twelve-btn:hover {
        background: #ff7f00; /* Orange Theme */
        border-color: #ff7f00;
        color: #fff;
      }
      
      /* Booking Section */
      .twelve-booking {
        margin: 30px 0;
      }
      
      .twelve-booking h3 {
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .twelve-booking-btn {
        background: #ff7f00;
        color: #fff;
        border: none;
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .twelve-booking-btn:hover {
        background: #ff9f33;
        box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
      }
      
      /* Credits Section */
      .twelve-credits h2 {
        font-size: 26px;
        margin-bottom: 10px;
      }
      
      .twelve-credits p {
        font-size: 14px;
        color: #aaa;
      }
      




  }


















  @media only screen and (max-width: 400px)and (min-width: 0px){

    .eleven{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        background-image: url(image\ \(6\).jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .eleven .eleven_one{
        width: 95%;
        height: 95%;
        margin: 10px;
        /* background-color: aquamarine; */
    }
    
    
    
    
    /* General Reset */
    
      /* Footer Styles */
      .twelve-footer {
        background-color: #000000dc;
        backdrop-filter: blur(10);
        padding: 50px 20px;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;
      }
      
      /* Logo Section */
      .twelve-logo {
        margin-bottom: 30px;
        border-radius: 50%;
      }
      
      .twelve-logo-img {
        max-width: 100px;
        border-radius: 50%;
        transition: transform 0.3s ease;
      }
      
      .twelve-logo-img:hover {
        transform: scale(1.1);
      }
      
      /* Social Icons */
      .twelve-social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
      }
      
      .twelve-icon {
        width: 35px;
        height: 35px;
        background: #444;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.4s ease;
      }
      
      .twelve-icon:hover {
        background: #ff7f00; /* Orange Theme */
        color: #fff;
        transform: scale(1.2);
        box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
      }
      
      /* Projects Section */
      .twelve-projects {
        margin: 30px 0;
      }
      
      .twelve-projects span {
        display: block;
        font-size: 15px;
        margin-bottom: 15px;
      }
      
      .twelve-btn {
        background: #444;
        color: #fff;
        border: 2px solid #444;
        padding: 8px 15px;
        border-radius: 5px;
        margin: 0 10px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .twelve-btn:hover {
        background: #ff7f00; /* Orange Theme */
        border-color: #ff7f00;
        color: #fff;
      }
      
      /* Booking Section */
      .twelve-booking {
        margin: 30px 0;
      }
      
      .twelve-booking h3 {
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .twelve-booking-btn {
        background: #ff7f00;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .twelve-booking-btn:hover {
        background: #ff9f33;
        box-shadow: 0 6px 12px rgba(255, 127, 0, 0.5);
      }
      
      /* Credits Section */
      .twelve-credits h2 {
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .twelve-credits p {
        font-size: 10px;
        color: #aaa;
      }
      




  }