/* $bp-large: 78.15em; // 1250px
$bp-medium: 61.25em; // 980px
$bp-medium-small: 48.25em; // 750px
$bp-small: 37.5em; // 600px
$bp-smallest: 31.25em; // 500px
$bp-mini: 26.25em; // 350px
$bp-macro: 21.25em; // 250px

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;

  @media only screen and (max-width: $bp-large) {
    font-size: 56%;
  }

  @media only screen and (max-width: $bp-medium) {
    font-size: 47%;
  }

  @media only screen and (max-width: $bp-medium-small) {
    font-size: 40%;
  }

  @media only screen and (max-width: $bp-small) {
    font-size: 38%;
  }

  @media only screen and (max-width: 35.5em) {
    font-size: 20%;
    .recipe__ingredient-list {
      grid-template-columns: 1fr;
    }
  }

  @media only screen and (max-width: $bp-macro) {
    font-size: 19%;
  }

  @media only screen and (max-width: 18.25em) {
    font-size: 16%;
  }
} */
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 91.25em) {
  html .image-2 {
    background-color: transparent;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1363px) {
  html .container {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 68em) {
  html .image-1,
html .image-2 {
    margin-right: 10rem;
    margin-left: 10rem;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 38%;
  }
  html .recipe__ingredient-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 31.25em) {
  html {
    font-size: 32%;
  }
}
@media only screen and (max-width: 25.5em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (max-width: 21em) {
  html {
    font-size: 28%;
  }
}
@media only screen and (max-width: 20em) {
  html {
    font-size: 26%;
  }
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #615551;
  background-repeat: no-repeat;
  min-height: calc(100vh - 8vw);
}
.container {
  max-width: 100%;
  min-height: calc(100vh - 10rem);
  /* margin: 4vw auto; */
  background-color: #fff;
  /* border-radius: 9px; */
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  margin-top: 7.5rem;
}
@media only screen and (max-width: 85.15em) {
  .container {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.hide {
  width: 0% !important;
  opacity: 0;
}
.hide-search {
  display: none !important;
  opacity: 0;
}
.btn--small, .btn--small:link, .btn--small:visited, .btn-sandwich, .btn-search, .btn {
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
  border-radius: 10rem;
  border: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.btn--small:hover, .btn-sandwich:hover, .btn-search:hover, .btn:hover {
  transform: scale(1.05);
}
.btn--small:focus, .btn-sandwich:focus, .btn-search:focus, .btn:focus {
  outline: none;
}
.btn--small > *:first-child, .btn-sandwich > *:first-child, .btn-search > *:first-child, .btn > *:first-child {
  margin-right: 1rem;
}
.btn {
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.btn svg {
  height: 2.25rem;
  width: 2.25rem;
  fill: currentColor;
}
.btn-search {
  padding: 1rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.4s;
  transform: scale(0.99);
}
.btn-search svg {
  height: 2.25rem;
  width: 2.25rem;
  fill: currentColor;
}
.btn-search :first-child {
  margin-right: 0rem;
}
.btn-sandwich {
  top: 1.4rem;
  left: 2%;
  position: fixed;
  z-index: 100;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  padding: 1rem 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  transition: all 0.6s;
  transform: scale(0.99);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
.btn-sandwich svg {
  height: 2.8rem;
  width: 2.8rem;
  fill: #61555182;
}
.btn-sandwich:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  /* Lowering the shadow */
}
.btn-sandwich :first-child {
  margin-right: 0rem;
}
.btn--small, .btn--small:link, .btn--small:visited {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.25rem 2.25rem;
  text-decoration: none;
}
.btn--small svg, .btn--small:link svg, .btn--small:visited svg {
  height: 1.75rem;
  width: 1.75rem;
  fill: currentColor;
}
.btn--sort {
  color: #f38e82;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  background-color: #f9f5f3;
  /* background-color: #fff; */
  padding: 0.8rem 1.2rem;
  border-radius: 0rem;
  cursor: pointer;
  width: 80%;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  border: solid #fff;
  border-width: 1rem;
  justify-self: center;
  align-self: center;
  overflow: hidden;
  /* background-image: $gradient2; */
}
.btn--sort svg {
  height: 1.6rem;
  width: 1.6rem;
  fill: currentColor;
  margin: 0 0.2rem;
}
.btn--sort span {
  margin: 0 0.4rem;
}
.btn--sort:hover {
  color: #f48982;
  background-color: #f2efee;
}
.btn--sort:focus {
  outline: none;
}
.btn--inline {
  color: #f38e82;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  background-color: #f9f5f3;
  padding: 0.8rem 1.2rem;
  border-radius: 10rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.btn--inline svg {
  height: 1.6rem;
  width: 1.6rem;
  fill: currentColor;
  margin: 0 0.2rem;
}
.btn--inline span {
  margin: 0 0.4rem;
}
.btn--inline:hover {
  color: #f48982;
  background-color: #f2efee;
}
.btn--inline:focus {
  outline: none;
}
.btn--round {
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 4.5rem;
  width: 4.5rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--round:hover {
  transform: scale(1.07);
}
.btn--round:focus {
  outline: none;
}
.btn--round svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #fff;
}
.btn--tiny {
  height: 2rem;
  width: 2rem;
  border: none;
  background: none;
  cursor: pointer;
}
.btn--tiny svg {
  height: 100%;
  width: 100%;
  fill: #f38e82;
  transition: all 0.3s;
}
.btn--tiny:focus {
  outline: none;
}
.btn--tiny:hover svg {
  fill: #f48982;
  transform: translateY(-1px);
}
.btn--tiny:active svg {
  fill: #f48982;
  transform: translateY(0);
}
.btn--tiny:not(:last-child) {
  margin-right: 0.3rem;
}
.heading--2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f38e82;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-align: center;
}
.link:link,
.link:visited {
  color: #918581;
}
.spinner {
  margin: 5rem auto;
  text-align: center;
}
.spinner svg {
  height: 6rem;
  width: 6rem;
  fill: #f38e82;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.message,
.error {
  max-width: 40rem;
  margin: 0 auto;
  padding: 5rem 4rem;
  display: flex;
}
.message svg,
.error svg {
  height: 3rem;
  width: 3rem;
  fill: #f38e82;
  transform: translateY(-0.3rem);
}
.message p,
.error p {
  margin-left: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.txt--inline {
  color: #f38e82;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.recipe__body {
  transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url("background.25e7f79b.jpg");
  background-size: cover;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.image-1 {
  background-color: transparent;
  height: 50rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 45rem;
  flex-shrink: 0;
  order: 2;
}
.image-1 img {
  display: block;
  height: 100%;
  width: 100%;
}
.image-2 {
  background-color: transparent;
  flex-shrink: 0;
  margin-top: 5rem;
  height: 60rem;
  width: 45rem;
  order: 1;
}
.image-2 img {
  display: block;
  height: 100%;
  width: 100%;
}
.image-3 {
  background-color: transparent;
  height: 50rem;
  width: 45rem;
  flex-shrink: 0;
  order: 3;
}
.image-3 img {
  display: block;
  height: 100%;
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 8rem;
  width: 100%;
  background-color: #f2efee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  overflow: hidden;
}
.header__logo {
  margin-left: 10.5rem;
  height: 4.6rem;
  display: block;
}
/* .hide {
  display: none;
  visibility: hidden;
  opacity: 0;
} */
.nav {
  align-self: stretch;
  margin-right: 2.5rem;
}
.nav__list {
  list-style: none;
  display: flex;
  height: 100%;
}
.nav__item {
  position: relative;
}
.nav__btn {
  height: 100%;
  font-family: inherit;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 1.5rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.nav__btn svg {
  height: 2.4rem;
  width: 2.4rem;
  fill: #f38e82;
  margin-right: 0.7rem;
  transform: translateY(-1px);
}
.nav__btn:focus {
  outline: none;
}
.nav__btn:hover {
  background-color: #ede6e4;
}
.bookmarks {
  padding: 1rem 0;
  position: fixed;
  right: -2.5rem;
  z-index: 9;
  width: 40rem;
  background-color: #fff;
  box-shadow: 0 0.8rem 5rem 2rem rgba(97, 85, 81, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0.2s;
}
.bookmarks__list {
  list-style: none;
}
.bookmarks__field {
  cursor: pointer;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s;
}
.bookmarks__field:hover {
  background-color: #f2efee;
}
.bookmarks:hover, .nav__btn--bookmarks:hover + .bookmarks {
  visibility: visible;
  opacity: 1;
}
.notification {
  height: 1.6rem;
  width: 1.6rem;
  background-color: red;
  z-index: 1;
  align-self: flex-start;
  margin-top: 2.1rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.img-btn {
  display: flex;
}
.preview__link:link, .preview__link:visited {
  display: flex;
  align-items: center;
  padding: 1.5rem 3.25rem;
  transition: all 0.3s;
  border-right: 1px solid #fff;
  text-decoration: none;
}
.preview__link:hover {
  background-color: #f9f5f3;
  transform: translateY(-2px);
}
.preview__link--active {
  background-color: #f9f5f3;
}
.preview__fig {
  flex: 0 0 5.8rem;
  border-radius: 50%;
  overflow: hidden;
  height: 5.8rem;
  margin-right: 2rem;
  position: relative;
  backface-visibility: hidden;
}
.preview__fig::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
  opacity: 0.4;
}
.preview__fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.preview__data {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  row-gap: 0.1rem;
  align-items: center;
}
.preview__title {
  grid-column: 1/-1;
  font-size: 1.45rem;
  color: #f38e82;
  text-transform: uppercase;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 25rem;
  white-space: nowrap;
  overflow: hidden;
}
.preview__publisher {
  font-size: 1.15rem;
  color: #918581;
  text-transform: uppercase;
  font-weight: 600;
}
.preview__user-generated {
  background-color: #eeeae8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: 1.75rem;
}
.preview__user-generated svg {
  height: 1.2rem;
  width: 1.2rem;
  fill: #f38e82;
}
.search-results {
  width: 40%;
  padding: 0rem 0;
  display: flex;
  flex-direction: column;
  grid-area: list;
  transition: all 0.4s ease;
  z-index: 3;
  overflow: hidden;
  flex-shrink: 0;
}
.results {
  list-style: none;
  margin-bottom: 2rem;
}
.pagination {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: auto;
  padding: 0 3.5rem;
}
.page--nums {
  display: flex;
}
.page__num--1 {
  justify-content: flex-start;
}
.page__num--2 {
  justify-content: center;
}
.page__num--3 {
  justify-content: flex-end;
}
.copyright {
  color: #918581;
  font-size: 1.2rem;
  padding: 0 3.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.copyright .twitter-link:link,
.copyright .twitter-link:visited {
  color: #918581;
}
.search {
  align-self: center;
  background-color: #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin: 2.5rem 1rem 1.5rem 1rem;
  padding: 0.3rem 0.2rem 0.3rem 1rem;
  border-radius: 3rem;
  border: solid #f38e82 0.1rem;
}
.search:focus-within {
  transform: translateY(-2px);
  /* box-shadow: 0 0.7rem 3rem rgba($color-grey-dark-2, 0.08); */
  box-shadow: 0 3px 6px 4px #d3c7c3;
  border: solid rgba(240, 179, 173, 0.973) 0.1rem;
}
.search__field {
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
  font-size: 1.7rem;
  width: 30rem;
}
.search__field:focus {
  outline: none;
}
.search__field::placeholder {
  color: #d3c7c3;
}
@media only screen and (max-width: 61.25em) {
  .search__field {
    width: auto;
  }
  .search__field::placeholder {
    color: white;
  }
}
.search__btn {
  font-weight: 600;
  font-family: inherit;
}
.exit {
  margin-left: -1.8rem;
}
.recipe-wraper {
  margin-top: 0.5rem;
  flex-grow: 1;
  transition: all 0.4s ease-in;
  z-index: 1;
  overflow: hidden;
  min-width: 70%;
  min-height: calc(100vh - 8rem);
}
.recipe {
  background-color: #f9f5f3;
  min-height: calc(100vh - 8rem);
}
.recipe__fig {
  height: 42rem;
  position: relative;
  transform-origin: top;
}
.recipe__fig::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
  opacity: 0.6;
}
.recipe__img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.recipe__title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%) skewY(-6deg);
  color: #fff;
  font-weight: 700;
  font-size: 3.25rem;
  text-transform: uppercase;
  width: 50%;
  line-height: 1.95;
  text-align: center;
}
.recipe__title span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1.3rem 2rem;
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
}
@media only screen and (max-width: 61.25em) {
  .recipe__title {
    width: 70%;
  }
}
.recipe__details {
  display: flex;
  align-items: center;
  padding: 7.5rem 8rem 3.5rem 8rem;
}
.recipe__info {
  font-size: 1.65rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.recipe__info:not(:last-child) {
  margin-right: 4.5rem;
}
.recipe__info-icon {
  height: 2.35rem;
  width: 2.35rem;
  fill: #f38e82;
  margin-right: 1.15rem;
}
.recipe__info-data {
  margin-right: 0.5rem;
  font-weight: 700;
}
.recipe__info-buttons {
  display: flex;
  margin-left: 1.6rem;
  transform: translateY(-1px);
}
.recipe__user-generated {
  background-color: #eeeae8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: 1.75rem;
}
.recipe__user-generated svg {
  height: 2.25rem;
  width: 2.25rem;
  fill: #f38e82;
}
.recipe__ingredients {
  padding: 5rem 8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #f2efee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe__ingredient-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 3rem;
  list-style: none;
}
.recipe__ingredient {
  display: flex;
}
.recipe__icon {
  height: 2rem;
  width: 2rem;
  fill: #f38e82;
  margin-right: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.recipe__quantity {
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.recipe__directions {
  padding: 5rem 10rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe__directions-text {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 3.5rem;
  color: #918581;
}
.recipe__publisher {
  font-weight: 700;
}
.recipe-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 10;
  transition: all 0.5s;
}
/* .add-recipe-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 145rem;
  background-color: white;
  border-radius: 9px;

  padding: 5rem 6rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: all 0.5s;

  .btn--close-modal {
    font-family: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    font-size: 3.5rem;
    cursor: pointer;
    border: none;
    background: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.upload {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 6rem;

  &__column {
    display: grid;
    grid-template-columns: 1fr 2.8fr;
    align-items: center;
    gap: 1.5rem;

    & label {
      font-size: 1.5rem;
      font-weight: 600;
      color: inherit;
    }

    & input {
      font-size: 1.5rem;
      padding: 0.8rem 1rem;
      border: 1px solid #ddd;
      border-radius: 0.5rem;
      transition: all 0.2s;

      &::placeholder {
        color: $color-grey-light-3;
      }

      &:focus {
        outline: none;
        border: 1px solid $color-primary;
        background-color: $color-grey-light-1;
      }
    }

    & button {
      grid-column: 1 / span 2;
      justify-self: center;
      margin-top: 1rem;
    }
  }

  &__heading {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    grid-column: 1/-1;
  }

  &__btn {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
 */
.hidden {
  visibility: hidden;
  opacity: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}
.btn--close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  font-size: 3.2rem;
  cursor: pointer;
  border: none;
  background: none;
}
.add-recipe-window {
  height: auto;
  width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 9px;
  padding: 3rem 6rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: all 0.5s;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 600;
}
.upload label {
  margin-right: 1rem;
  font-size: 1.4rem;
}
.upload__column--1 input,
.upload__column--2 input {
  height: 2.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition: all 0.2s;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.column2__section--ing input:nth-child(2),
input:nth-child(3) {
  width: 5rem;
  padding: 0 0.2rem;
}
.upload__column1--sectionWarper input {
  width: 40rem;
  font-size: 1.2rem;
}
.column2__section--ing input:nth-child(4) {
  width: 12rem;
}
.upload input::placeholder {
  color: #d3c7c3;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
.upload input:focus {
  outline: none;
  border: 1px solid #f38e82;
  background-color: #f9f5f3;
}
.add-recipe-window {
  padding: 3rem 5rem;
}
.upload__column {
  display: grid;
}
.upload__heading {
  display: flex;
  justify-content: center;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-top: 0.5px solid #f38e82;
  border-right: 0.5px solid #f38e82;
  border-left: 0.5px solid #f38e82;
  padding-top: 1rem;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}
.upload__heading--2 {
  margin-top: 1rem;
}
.sectionWarper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: 0.5px solid #f38e82;
  border-right: 0.5px solid #f38e82;
  border-left: 0.5px solid #f38e82;
  border-bottom-left-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
}
.upload__column1--sectionWarper {
  margin-bottom: 1rem;
}
.upload__column2--sectionWarper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.column1__section--rec,
.column2__section--ing {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.upload__column1--section1,
.upload__column1--section2,
.upload__column2--section1,
.upload__column2--section2,
.upload__column2--section3,
.upload__column2--section4 {
  flex-grow: 1;
}
.upload__btn--container {
  align-self: center;
  margin-top: 1rem;
}
.recipe--data,
.ingredient--data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe--data,
.ingredient--data {
  padding: 1rem;
}
.upload__column1--sectionWarper span {
  color: transparent;
}
/* .cart--window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100rem;
  background-color: #fff;
  border-radius: 9px;

  padding: 4rem 2rem 2rem 2rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: all 0.5s;

  .btn__close--cart-modal {
    font-family: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    font-size: 3.5rem;
    cursor: pointer;
    border: none;
    background: none;
  }
}

.cart {
  display: grid;
  background-color: #fff;
  grid-template-columns: 3rem 1fr 3rem;
  grid-auto-rows: minmax(2rem, auto);
  grid-gap: 1rem;
  padding-bottom: 3rem;
}

.cart__heading--container {
  grid-column: 1 / -1;
  justify-self: center;
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  padding: 0 1rem 0.2rem 1rem;
  font-size: 1.9rem;
  line-height: 1.6;
  border-bottom: solid $color-primary 0.5rem;
}

.cart__wrapper {
  grid-column-start: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0 2rem;
}

.cart__item {
  display: flex;
  background-color: #fff;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border: solid $color-primary 0.16rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 6px 4px $color-grey-light-3;
  -moz-box-shadow: 0 0 6px 4px $color-grey-light-3;
  box-shadow: 0 3px 6px 4px $color-grey-light-3;
  overflow: hidden;
}

.cart__item--title {
  text-transform: uppercase;
}

.cart__item--content {
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cart__img--container {
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  flex-wrap: wrap;
  border-radius: inherit;
}

.cart__preview--fig {
  height: 10rem;
  width: 10rem;
  position: relative;
  backface-visibility: hidden;
}

.cart__preview--fig img {
  display: block;
  border-radius: 50%;
  border: solid $color-primary 0.4rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.cart__content--container {
  background-color: #fff;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 2rem;
  flex-grow: 1;
  display: grid;
  justify-content: flex-start;
  border-radius: inherit;
}

.cart__ing--icon {
  height: 1.4rem;
  width: 1.4rem;
  fill: $color-primary;
  margin-right: 0.4rem;
}

.cart__item--content li {
  margin-left: 1.4rem;
  list-style: none;
  display: flex;
  align-items: center;
}

.ing--btns {
  display: flex;
}

.btn__print--item,
.btn__remove--item {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background-color: $color-grey-light-1;
  padding: 0.5rem 1.2rem;
  border-radius: 10rem;
  cursor: pointer;

  display: flex;
  align-items: center;
  transition: all 0.2s;
  margin: 1rem 1rem 0rem 1rem;

  svg {
    height: 1.8rem;
    width: 1.8rem;
    fill: currentColor;
    margin-right: 0.2rem;
  }

  span {
    margin-right: 0.2rem;
  }

  &:hover {
    color: #fff;
    background-color: $color-grey-light-2;
  }

  &:focus {
    outline: none;
  }
}
 */
.cart {
  display: grid;
  background-color: #f9f5f3;
  grid-template-columns: 3rem 1fr 3rem;
  grid-auto-rows: minmax(2rem, auto);
  grid-gap: 1rem;
  padding: 3rem 0;
}
.cart__wrapper {
  grid-column-start: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.cart__heading {
  flex-grow: 1;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.2rem;
  border-bottom: solid #f38e82 0.2rem;
}
.cart__item--container {
  flex-grow: 1;
}
.cart__item {
  display: flex;
  -webkit-box-shadow: 0 0 6px 4px #d3c7c3;
  -moz-box-shadow: 0 0 6px 4px #d3c7c3;
  box-shadow: 0 3px 6px 4px #d3c7c3;
  border-radius: 2rem;
}
.cart__item--fig {
  position: relative;
  backface-visibility: hidden;
  flex-wrap: nowrap;
  max-width: 30%;
  min-width: 30%;
}
.cart__item--fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  /* padding: 1rem;
  border-top: solid $color-primary 0.15rem;
  border-bottom: solid $color-primary 0.15rem;
  border-left: solid $color-primary 0.15rem; */
}
.cart__item--content {
  min-height: 20rem;
  max-height: 100%;
  flex-wrap: wrap;
  flex-grow: 10;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ing__heading {
  color: inherit;
  font-size: 2.3rem;
  line-height: 1.9;
  font-weight: bold;
}
.ing__content {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
.ing__buttons {
  display: flex;
  padding-bottom: 1rem;
}
/* btns */
.btn__print--item,
.btn__remove--item,
.btn__view--item {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background-color: #f9f5f3;
  padding: 0.5rem 1.2rem;
  border-radius: 10rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  margin: 1rem 1rem 0rem 1rem;
}
.btn__print--item svg,
.btn__remove--item svg,
.btn__view--item svg {
  height: 1.8rem;
  width: 1.8rem;
  fill: currentColor;
  margin-right: 0.2rem;
}
.btn__print--item span,
.btn__remove--item span,
.btn__view--item span {
  margin-right: 0.2rem;
}
.btn__print--item:hover,
.btn__remove--item:hover,
.btn__view--item:hover {
  color: #fff;
  background-color: #f2efee;
}
.btn__print--item:focus,
.btn__remove--item:focus,
.btn__view--item:focus {
  outline: none;
}
.ing__ingredient-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 3rem;
  list-style: none;
}
.ing__ingredient {
  display: flex;
  margin: 0 0 1rem 1.3rem;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
  background-color: #f1dfd1;
  background-image: linear-gradient(315deg, #f1dfd1 0%, #f6f0ea 74%);
}
.ing__icon {
  height: 2rem;
  width: 2rem;
  fill: #f38e82;
  margin-right: 0.4rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.ing__quantity {
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.btn__round--cart {
  background-image: linear-gradient(to right bottom, #fbdb89, #f48982);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 4.5rem;
  width: 4.5rem;
  margin-right: 1.75rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__round--cart:hover {
  transform: scale(1.07);
}
.btn__round--cart:focus {
  outline: none;
}
.btn__round--cart svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #fff;
}
/*# sourceMappingURL=index.612625cb.css.map */
