.zoomWrapper img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.zoomWrapper:hover img {
  transform: scale(1.2);
  -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  filter: blur(4px);
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.zoomWrapper:hover .middle {
  opacity: 1;
}

.text {
  color: #bc2a8d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 25px;
}

.taste-title {
  font-weight: 600;
  font-size: 23px;
  /* font-style: italic; */
  /* letter-spacing: 0.1em; */
  padding-top: 10px;
  /* font-family: 'palmaireregular'; */
  color: #368a35;
}

.marquee {
  /* overflow: hidden;*/
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  font-size: 50px;
  position: relative;
  font-style: normal;
  margin-right: 30px;
  font-weight: 500;
  word-spacing: 5px;
  color: #ffffff;
  animation: marquee 50s linear infinite;
}

.marquee span .s1 {
  display: inline-block;
  font-size: 45px;
  position: relative;
  /* font-style: normal; */
  margin-right: 30px;
  font-weight: 600;
  word-spacing: 5px;
  color: #ffffff;
  animation: marquee 50s linear infinite;
}

.marquee:hover span {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 993px) {
  #show-rice {
    display: none !important;
  }
  .img-res {
    width: 120px;
  }
}

@media only screen and (max-width: 992px) {
  .taste-title {
    font-weight: 600;
    font-size: 16px !important;
    /* font-style: italic; */
    /* letter-spacing: 0.1em; */
    padding-top: 10px;
    /* font-family: 'palmaireregular'; */
    color: #368a35;
  }

  .img-res {
    width: 100%;
  }

  #rice-paste1 {
    display: none !important;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden !important;
  }

  .header-container {
    background: #000;
    height: 70px;
    /* border: 1px solid #eee; */
    border-top: none;
  }

  .main-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #wrapper {
    position: relative !important;
  }

  .carousel-caption h1 {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px !important;
    max-width: 150px;
  }

  .carousel-caption {
    top: 35%;
  }
}

.carousel-caption h1 {
  font-size: 40px;
  font-weight: 600;
  color: #ffa500;
  line-height: 55px;
}

.carousel-caption {
  font-size: 12px;
  font-weight: bold;
  max-width: 500px;
  line-height: 20px;
  /* display: none; /*comment out to display captions*/
}

.carousel-control {
  text-shadow: 0;
}

.carousel-control .glyphicon-chevron-left {
  top: 45%;
  font-size: 20px;
  margin: 5px;
}

.carousel-control .glyphicon-chevron-right {
  top: 45%;
  font-size: 20px;
  margin: 5px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 00001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 00001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.margin--top-40 {
  margin-top: 40px;
}

.carousel-indicators li {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  background-color: #d9d9d9 !important;
  width: 11px !important;
  height: 11px !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.carousel-indicators .active {
  border: 0px solid #ffbc00 !important;
  border-radius: 10px !important;
  background-color: #ffbc00 !important;
  width: 11px !important;
  height: 11px !important;
  margin-bottom: 1px !important;
}

.gallery-item {
  width: 100%;
  position: relative;
  float: none !important;
  overflow: hidden;
}

#pd:hover h2 {
  color: #e1770a;
  transition: ease-in-out .5s;
}

.img-width {
  width: 100%;
  max-width: 420px;
}

.padding-top--40 {
  padding-top: 40px;
}

.taste-head {
  padding: 20px;
  background-color: #fffdf8 !important;
}

.text-center {
  text-align: center;
}

.taste-box p {
  max-width: 300px;
  margin: auto;
  padding-top: 15px;
  text-align: center !important;
}

.taste-box {
  padding: 35px;
  height: 100%;
  background: #fffdf8 !important;
}

.pd-head {
  font-size: 45px;
  font-weight: 600;
  color: #000000;
}

.head-taste {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: capitalize;
}

.image-full-width {
  width: 100%;
}

.section-background-image {
  background-image: url('/front/images/bg/dec/section-bg.png');
}

.box-width-120 {
  width: 120px;
}