/* .recipe-slider {
  width: 100%;
  overflow: hidden;
} */

.recipe-slider a:hover {
  text-decoration: none;
}
/* .recipe-slider .slick-list {
  overflow: hidden;
} */
@media only screen and (min-width: 768px) {

.recipe-slider .slick-track {
/*   display: flex; */
/*   gap: 41px; */
/* 	        justify-content: center;
        margin: 0 auto;
        max-width: 2530px; */
	}
}

@media only screen and (max-width: 768px) {
  .recipe-slider .slick-slide {
    max-width: 237px;
  }
  h3.recipe-title {
    height: 42px;
  }
  .recipe-slider .slick-track {
/*     gap: 32px !important; */
  }
}
.recipe-slider .slick-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 20px;
  box-sizing: border-box;
  width: auto !important;
  margin-top: 0px;
  transition: margin-top 0.5s ease-in-out;
}
/* .recipe-slider .slick-slide:hover {
  margin-top: -32px;
  transition: margin-top 0.5s ease-in-out;
} */
.recipe-slider .slick-slide:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}



.recipe-slider .slick-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
}
.recipe-image {
  overflow: hidden;
  border-radius: 12px;
}

h3.recipe-title {
  text-align: center;
  font-family: "Brooklynsamuels";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: #474747;
  max-width: 415px;
	margin-top:26px;
  min-height: 44.8px;
}
.recipe-slider .post-category {
  background-color: #9e3b6d;
  color: white;
  padding: 10px 14px 12px 14px;
  border-radius: 24px;
  margin-top: -15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  z-index: 9;
}
.category-container {
  margin-top: -1rem;
  margin-bottom: 1rem;
  z-index: 9;
  position: relative;
}
button.slick-prev.slick-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  top: 45%;
  left: 15px;
  z-index: 9;
  background: #005151;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}
button.slick-next.slick-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  top: 45%;
  right: 15px;
  z-index: 9;
  background: #005151;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.recipe-slider:hover button.slick-next.slick-arrow,
.recipe-slider:hover button.slick-prev.slick-arrow {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.recipe-slider .slick-slide:hover {
  margin-top: 0px;
  transition: margin-top 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .recipe-slider .slick-slide:hover {
    margin-top: -21px;
    transition: margin-top 0.5s ease-in-out;
  }
}
