.Festival_Products {
  position: relative;
  margin: 50px 0px;
}
.Festival_Products:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #0000007d;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.Festival_Products .banner_holder {
  /* background-image: url(/public/assets/Image/Homepage/festival/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px; */
}

.Festival_Products .banner_holder .banner_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/0.5;
  object-fit: cover;
  object-position: top;
}

.Festival_Products .swiper_holder {
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 0px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.Festival_Products .swiper_holder .card_holder {
  background: #fa7317;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.Festival_Products .swiper_holder .card_holder .bg_img_holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* transform: translate(-50%, -50%); */
}
.Festival_Products .swiper_holder .card_holder .bg_img_holder .bg_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Festival_Products .swiper_holder .card_holder .content_div {
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  width: 100%;
}

.Festival_Products .swiper_holder .card_holder .content_div .product_name {
  text-shadow: 0px 0px 2px #00000052;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 1% 0%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.Festival_Products .swiper_holder .card_holder .content_div .img_holder {
  margin: 0 auto;
  aspect-ratio: 1/0.86;
  background: #fff;
  width: 90%;
}

.Festival_Products
  .swiper_holder
  .card_holder
  .content_div
  .img_holder
  .inner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Festival_Products .banner_holder {
    /* height: 237px; */
  }

  .Festival_Products .swiper_holder .card_holder .content_div .product_name {
    font-size: 13px;
  }

  .Festival_Products .swiper_holder {
    padding: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1399px) {
  .Festival_Products .banner_holder {
    /* height: 367px; */
  }

  .Festival_Products .swiper_holder .card_holder .content_div .product_name {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1399px) {
}
