/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */
.mySwipe {
    margin-bottom: 40px;
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #efefef; */
  position: relative;
  bottom: 22rem;
}

.mySwipe .container {
  max-width: 1220px;
  width: 100%;
  /* padding: 40px 0; */
}
.mySwipe .slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.mySwipe .card {
  background: #fff;
  border-radius: 8px;
}
.mySwipe .card .image-box {
  /* height: 400px; */
  /* width: 400px; */
}


.mySwipe .card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  border: none; 
  padding: 0; /* Remove padding */
  opacity: 1; 
}

.mydata{
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* background-color: white !important; */
  
}
.btn_new {
  /* display: flex;
  flex-direction: column; */
  /* gap: 40px; */
  padding: 15px 30px;
  background-color: #000;
  color: white;
  font-weight: 400;
  outline: none;
  border-radius: 2px;
  width: 20rem;
  /* margin: auto; */
  text-align: center;
  border: none;
  font-weight: 600;

  
}

.explore{
  margin:auto;
 text-align: center;
position: relative;
z-index: -1;
 /* margin: auto;
 text-align: center;
 margin-top: -1rem;
 position: relative;
 bottom: 1rem;
 z-index: 9; */
 

}
.explore button:hover{
  background-color: #1EC8FA;
  transition: background-color 0.3s ease; 
}


@media screen and (max-width: 600px) {
  .explore{
    top: -7rem;
  }
}





.pt_50{
  padding-top: 50px;
}


.mb_40{
  margin-top: -10rem;
  padding: 10rem;
}

.mb_50{
  margin-top: 0rem;
  padding-block: 40px;
}
.mb_51{
  margin-top: -12rem;
  padding-block: 40px;
}



.mySwipe .swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  /* background: #fff; */
  border-radius: 50%;
}
.mySwipe .swiper-navBtn::before
 {
  font-size: 18px;
  border: 1px solid black;
  padding: 10px;
  border-radius: 50%;
  margin-left: -27px;
}
.mySwipe .swiper-navBtn::after {
  font-size: 18px;
  border: 1px solid black;
  padding: 10px;
  border-radius: 50%;
  margin-left: -27px;
}



.mySwipe .swiper-pagination-bullet {
  background-color: #000;
  /* display: none; */
 
}




@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}



.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  border: 1px solid black;
  border-radius: 50%;
  margin-inline: -2px;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  border: 1px solid black;
  border-radius: 50%;
  margin-inline: -2px;
}