.festival-banner-section {
  width: 100%;
  margin: 90px 0 0 0;
  min-height: 400px;
  font-family: "Conv_Futura Bold";
}

.festival-banner-section .banner-text {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}
.banner-sub-text{
  margin: 8px 0;
}
.festival-banner {
  background-size: 100% 100%;   /* stretch to fill width and height */
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 25px 0 0;
  border-radius: 10px;
}

.festival-offer-text {
  padding: 2px 0;
  position: relative;
  font-size: 1.2rem;
  background: linear-gradient(90deg,
      #ffc20f,
      hsla(45, 100%, 53%, 0.753),
      #d3b026d7,
      #a7945d);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: yellowSparkleSlow 10s linear infinite;
  margin-bottom: 10px;
}

@keyframes yellowSparkleSlow {
  0% {
    background-position: 300% center;
  }

  100% {
    background-position: 0% center;
  }
}


.festival-offer-box {
  height: auto;
  text-align: center;
  color: #333;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.festival-product-box {
  max-height: 100px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 5px;
}

.festival-product-box img {
  max-height: 100px;
  min-height: 140px;
  border-radius: 5px;
}

.carousel-product-name {
  font-size: 13px !important;
}

.carousel-product-name a {
  text-decoration: none;
  color: inherit;
}

.carousel-product-name a:hover {
  text-decoration: underline;
  color: inherit;
}

.carousel-product-discount {
  font-size: 14px;
  background-color: #ffc20f;
  border: 2px dashed white;
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.festival-products-btn{
  text-decoration: none;
  background-color: #ffc20f;
  border-radius: 2px;
  font-size: 18px;
  margin: 8px 0;
  color: #FFFFFF;
  padding: 4px 12px;
}
.festival-products-btn:hover{
  text-decoration: none;
  color:white;
}
.festival-offer-wait-box{
  width: auto;
  height: 140px;
  border: 2px dashed white;
  background-color: #ffc30fd8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 12px;
  color:white;
}