.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
}

.swipe_slider {
  /* overflow: hidden; */
  box-sizing: border-box;
  width: 100%;
  max-width: 502px;
  position: relative;
}

.card-carousel {
  position: absolute;
  bottom: -45px;
  right: -0px;
  left: -0px;
  --card-width: 162px;
  --card-max-width: 162px;
  --card-height: 241px;
  --carousel-min-width: 300px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter 0.3s ease;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
}

/* @media screen and (max-width: 768px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 200px) / 2);
  }
  #bottomSlider img {

  }
} */

.card-carousel.smooth-return {
  transition: all 0.2s ease;
}

.card-carousel .card {
  background: whitesmoke;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  filter: blur(5px);
}

.card.highlight {
  filter: brightness(1);
}

/* .card:nth-of-type(1) .swipe_image {
  src: url("https://static.addtoany.com/images/dracaena-cinnabari.jpg");
}

.card:nth-of-type(2) .swipe_image {
  background-image: url("https://www.w3schools.com/w3css/img_lights.jpg");
}

.card:nth-of-type(3) .swipe_image {
  background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
}
.card:nth-of-type(4) .swipe_image {
  background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
}
.card:nth-of-type(5) .swipe_image {
  background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg");
} */

.swipe_image {
  border-radius: 14px;
  width: 162px;
  height: 241px;
}

/* .swipe_image::before {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
  box-sizing: border-box;
} */
#bottomSlider {
  position: block;
  display: flex;
  align-items: center;
  justify-content: center;

  /* right: -18px; */
  /* transform: translateX(-50%); */
  /* width: 100%; */
  max-width: 700px;
  min-width: 310px;
  height: 123px;
  box-sizing: border-box;
}
#bottomSlider img {
  border-radius: 16px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  #bottomSlider img {
    border-radius: 0px;
  }
  #bottomSlider h5 {
    bottom: 15px !important;
  }
}
#bottomSlider h5 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  font-weight: 800;
  line-height: 150%;
  font-size: 25px;
  color: #ffffff;
}
