.reviews-page {
  font-family: "Helvetica Neue", serif;
}

#hero {
  display: flex;
  gap: 2rem;
}

.hero-image {
  width: 50%;
}

#hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#hero-title h2 {
  font-family: "Helvetica Neue", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0.25em;
  color: #646464;
}

#hero-title h1 {
  font-family: "Poynter OldStyle Display", serif;
  font-weight: 100;
  margin: 0;
}

.arrow {
  position: absolute;
  bottom: 10%;
  right: 5%;
  height: 3rem;
}

@media only screen and (max-width: 600px) {
  #hero {
    display: grid;
  }

  .hero-image {
    width: 100%;
    height: 35rem;
    object-fit: cover;
  }
}

.divider {
  width: 20%;
  height: 4px;
  background-color: #cea165;
  margin-top: 1rem;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-info img {
  height: 80px;
  margin: 4rem 0;
}

.author-details {
  text-align: left;
}

.author-details p {
  margin: 0.15em 0;
  line-height: normal;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.facebook-icon,
.twitter-icon,
.whatsapp-icon,
.messenger-icon,
.telegram-icon {
  border: 0.5px solid #a9a9a980;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  padding: 0.65rem;
}

#bottom-divider {
  width: 85%;
  height: 3px;
  background-color: #f5f5f5;
  margin: 3rem auto;
}

.container-content {
  /* width: 960px; */
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .container-content {
    width: 100%;
    margin: 16px 0;
  }
}

.paragraph {
  font-family: "Poynter OldStyle Text", serif;
  font-size: 1.4rem;
  color: #212529;
}

@media only screen and (max-width: 600px) {
  .paragraph {
    margin: 0 32px;
  }
}

.numbering {
  color: #828282;
}

.ingredient-img {
  width: 100%;
  height: auto;
}

.ingredients-container > p,
.carousel-ingredients-container > p {
  color: #212529;
  font-family: "Poynter OldStyle Display", serif;
  font-size: 1.3rem;
}
.ingredients-container > p {
  font-size: 20px;
}

/* CAROUSEL */

.carousel-number {
  display: flex;
  justify-content: space-between;
}

.carousel-title > p {
  font-size: 20px;
}

.carousel-indicators li {
  font-size: 20px;
  align-content: center;
}

.carousel-ingredient-title {
  margin-bottom: 1.5rem;
}

.carousel-container {
  width: 85%;
  margin: auto;
  margin-bottom: 6rem;
}

.carousel-control-prev,
.carousel-control-next {
  top: 86%;
  border: 1px solid #646464;
  height: 48px;
  width: 48px;
  right: 2%;
  border-radius: 999px;
  filter: invert(100%);
}
.carousel-control-prev {
  left: 89%;
  border: 1px solid #646464;
  height: 48px;
  width: 48px;
  border-radius: 999px;
}

.carousel-ingredient {
  /* display: flex;
  align-items: start; */
  display: grid;
  grid-template-columns: 2fr 4fr;
  background-color: #f5f5f5;
  /* height: 450px; */
}

.carousel-ingredient img {
  height: 450px;
  object-fit: cover;
}

.ingredients-container {
  padding: 1.5rem 2rem;
}

.carousel-ingredients-container {
  padding: 2rem;
}

.carousel-indicators {
  position: unset;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.carousel-indicators [data-target] {
  border: 1px solid;
  text-indent: unset;
  width: 10rem;
  height: auto;
  padding: 0.5rem 1rem;
  opacity: 1;
  text-align: center;
}

.carousel-indicators .active {
  background-color: black;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .carousel-ingredient {
    /* grid-template-columns: 2fr 3fr; */
    grid-template-columns: 1fr;
  }
  .carousel-ingredient img {
    width: 100%;
    object-fit: cover;
  }
  .carousel-ingredients-container {
    height: 28rem;
  }
  .carousel-ingredients-container > p {
    font-size: 20px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 94%;
    right: 2%;
  }
  .carousel-control-prev {
    left: 84%;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-ingredient {
    grid-template-columns: 1fr;
  }
  .carousel-ingredients-container {
    /* padding: 1.5rem 1rem 0 1rem; */
    height: 32rem;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 94%;
    right: 2%;
  }
  .carousel-control-prev {
    left: 82%;
  }
}

@media only screen and (max-width: 600px) {
  .carousel-ingredient {
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
    gap: unset;
  }

  .carousel-ingredient img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

  .carousel-ingredients-container {
    padding: 1.5rem;
    height: 35rem;
  }
  .carousel-ingredients-container > p {
    font-size: 16px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 94%;
    right: 4%;
  }

  .carousel-control-prev {
    left: 76%;
  }
  .carousel-indicators {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    row-gap: 0.5rem;
  }

  .carousel-indicators [data-target] {
    width: unset;
  }
  .carousel-indicators li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-control-prev,
  .carousel-control-next {
    top: 94%;
    right: 4%;
  }

  .carousel-control-prev {
    left: 65%;
  }
}

/* CHEF TWO IMAGES */

.chef-images {
  display: flex;
  gap: 20px;
  margin: 40px 0;

  width: 100%;
  box-sizing: border-box;
}

.chef-images img {
  /*width: 50%;*/
  flex: 1;
  min-width: 0;

  height: auto;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .chef-images {
    gap: 6px;
  }
}
