.fix1{
  position: absolute;
  z-index: 8;
  left: 10%;
}
.slider11 {
    width: 100%;
    height: 572px;
    overflow: hidden; /* Hide overflow if the image exceeds the boundaries */
    position: relative; /* Positioning for child elements */
    aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */
  }

 @media (max-width: 320px) {
  .slider11 {
    width: 100%;
    height: 350px;
    overflow: hidden; /* Hide overflow if the image exceeds the boundaries */
    position: relative; /* Positioning for child elements */
    aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */

   }
  }

  @media (max-width: 375px) {
  .slider11 {
    width: 100%;
    height: 375px;
    overflow: hidden; /* Hide overflow if the image exceeds the boundaries */
    position: relative; /* Positioning for child elements */
    aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */

  }
}

@media ((min-width: 420px) and (max-width: 768pxv)) {
  .slider11 {
    width: 100%;
    height: 380px;
    overflow: hidden; /* Hide overflow if the image exceeds the boundaries */
    position: relative; /* Positioning for child elements */
    aspect-ratio: 16 / 9; /* Set the desired width-to-height ratio */

  }
}


  .slider11 img {
    /* width: 100%;
    height: 700px;
    height: 100vh; */
    width: 86%; /* Makes the image fit the width of the container */
    height: 100%; /* Maintains the aspect ratio */
    object-fit: cover; /* Ensures the image covers the container without distortion */
    /* position: absolute; */
    top: 0;
    left: 0;
    transition: all 3s ease-in-out;
    background-position: 50% 25%; 
  }

  .slider11 img:first-child {
    z-index: 1;
  }

  .slider11 img:nth-child(2) {
    z-index: 0;
  }

  .navigation-button {
    /* text-align: center; */
    position: relative;
    /* margin-left: 50%; */
    margin: -3% 40% 0% 45%;
    z-index: 999;
}

  .navigation-button .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #110087;
    border-radius: 50%;
    display: inline-block;
  }

  .navigation-button span .active,
  .dot:hover {
    background-color: #349cbd;
  }

  @media (max-width: 430px) {
    .navigation-button {
      /* text-align: center; */
      position: relative;
      /* margin-left: 50%; */
      margin: -28% 9% 10% 29%;
      
      z-index: 999;
  }
  }