/* philosopher-regular - latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/philosopher-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Festivo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/festivolc-basic2.woff") format("woff");
}
@font-face {
  font-family: "Festivo Fallback arial";
  src: local(Arial Narrow);
  size-adjust: 100%;
  ascent-override: 88%;
  descent-override: 28%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Festivo Fallback roboto";
  src: local(Roboto);
  size-adjust: 89%;
  ascent-override: 95%;
  descent-override: 40%;
  line-gap-override: normal;
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-regular.woff") format("woff");
}
/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500.woff") format("woff");
}
/* raleway-italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-italic.woff") format("woff");
}
/* raleway-500italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff2") format("woff2"), url("/DigitUp/Villa/assets/fonts/raleway-v28-latin-500italic.woff") format("woff");
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.recipe-block-wrapper {
  /*margin-top: 13rem;*/
}
.recipe-block-wrapper .recipe-section {
  max-width: 839px;
  margin: auto;
  position: relative;
}
.recipe-block-wrapper .ingredients {
  background: #000000;
  color: #ffffff;
  padding: 2rem 2.5rem;
  width: 90%;
  position: relative;
  z-index: 2;
  left: 5rem;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .recipe-block-wrapper .ingredients {
    width: 100%;
    left: 0;
  }
}
.recipe-block-wrapper .ingredients h2 span {
  background: #FFF000;
  color: #000000;
  padding: 0.5rem 0.5rem 0 0.5rem;
  letter-spacing: 0.125rem;
  font-size: 60px;
  font-weight: 500;
  font-family: "Festivo", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .recipe-block-wrapper .ingredients h2 span {
    font-size: 3rem;
  }
}
.recipe-block-wrapper .people {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 2rem 0;
}
.recipe-block-wrapper .people button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: #FFF000;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-block-wrapper .people input {
  width: 150px;
  text-align: center;
  border: none;
  padding: 0.0625rem 1rem;
  border-radius: 2px;
  font-size: 1rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 400;
}
.recipe-block-wrapper .ingredients ul {
  list-style: none;
  width: 300px;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .recipe-block-wrapper .ingredients ul {
    width: 100%;
  }
}
.recipe-block-wrapper .ingredients li {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}
.recipe-block-wrapper .info-card {
  background: #000000;
  color: #ffffff;
  padding: 30px;
  width: 350px;
  position: absolute;
  top: 19.3rem;
  right: -3.5rem;
  z-index: 3;
  height: 400px;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .recipe-block-wrapper .info-card {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: auto;
  }
}
.recipe-block-wrapper .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-family: "Philosopher", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.recipe-block-wrapper .dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  display: inline-block;
  margin-left: 0.25rem;
}
.recipe-block-wrapper .dots i.active {
  background: #FFF000;
}
.recipe-block-wrapper .preparation {
  background: #FFF000;
  padding: 140px 0.5rem 0.5rem 5rem;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .recipe-block-wrapper .preparation {
    padding: 140px 0.5rem 0.5rem 1.5rem;
  }
}
.recipe-block-wrapper .preparation h2 span {
  background: #000000;
  color: #ffffff;
  padding: 0.5rem 0.5rem 0 0.5rem;
  letter-spacing: 2px;
  font-size: 60px;
  font-weight: 500;
  font-family: "Festivo", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .recipe-block-wrapper .preparation h2 span {
    font-size: 3rem;
  }
}
.recipe-block-wrapper .preparation ol {
  list-style: none;
  padding: 0;
}
.recipe-block-wrapper .preparation li {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .recipe-block-wrapper .preparation li {
    align-items: baseline;
    justify-content: start;
  }
}
.recipe-block-wrapper .num {
  margin-right: 0.375rem;
  font-size: 0.9375rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 600;
}
.recipe-block-wrapper .line {
  width: 30px;
  height: 1px;
  background: #000000;
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
}
.recipe-block-wrapper .preparation p {
  margin: 0;
}
.recipe-block-wrapper p {
  font-size: 0.9375rem;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.recipe-block-wrapper h2 {
  margin: 3rem 0px;
  font-size: 1.375rem;
  text-transform: none;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .recipe-block-wrapper h2 {
    margin: 1rem 0px;
  }
}
