.Swiper {
  
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  object-fit: contain;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  object-fit: contain; /* This ensures that images cover the slide fully */
}


/* @media (max-width: 500px) {
      .swiper-button-next{
       position: absolute;
       top: 20%
      }
      .swiper-button-prev{
          position: absolute;
       top: 20% 
      }
      .mySwiper{
          margin-top: 80px;
      }
      .swiper-pagination-bullets{
          bottom: 0px;
      }
  } */

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet {
  background: #000;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}



.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
  top: 140px;
  left: 400px;
}
.position-absolute a img{
  width: 200px;
  height: 200px;
}


@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%; /* Vertically center */
    transform: translateY(-50%);
  }

  .swiper-button-next {
    right: 10px; /* 10px from the right edge */
  }

  .swiper-button-prev {
    left: 10px; /* 10px from the left edge */
  }
}
@media (min-width: 1600px) {
  .mySwiper {
    margin-top: 0px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%; /* Vertically center */
    transform: translateY(-50%);
  }
  .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 78%;
  }
  .position-absolute{
    position: absolute;
    top: 200px;
    left: 650px;
  }
  .position-absolute a img{
    width: 13.125rem !important;
    height: 13.125rem !important;
  }
}

@media (max-width: 1550px) {
  .mySwiper {
    margin-top: 0px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%; /* Vertically center */
    transform: translateY(-50%);
  }
  .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
  }
 
  .position-absolute{
    position: absolute;
    top: 140px;
    left: 450px;
  }
  .position-absolute a img{
    width: 10.625rem !important;
    height: 10.625rem !important;
  }
}

@media (max-width: 1100px) {
  .mySwiper {
    margin-top: 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 55%; /* Vertically center */
    transform: translateY(-50%);
  }
  .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
  }
  .position-absolute{
    position: absolute;
    top: 100px;
    left: 280px;
  }
  .position-absolute a img{
    width: 100px !important;
    height: 100px !important;
  }
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .mySwiper {
    margin-top: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 60%; /* Vertically center */
    transform: translateY(-50%);
  }
  .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
  }
  .position-absolute{
    position: absolute;
    top: 70px;
    left: 210px;
  }
  .position-absolute a img{
    width: 5rem !important;
    height: 5rem !important;
  }
}

@media (max-width: 500px) {
  .mySwiper {
    margin-top: 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 65%; /* Vertically center */
    transform: translateY(-50%);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
  }

  .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
  }
  .position-absolute{
    position: absolute;
    top: 50px;
    left: 100px;
  }
  .position-absolute a img{
    width: 3.75rem !important;
    height: 3.75rem !important;
  }
}



