@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,500;0,600;1,300&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
}

.u-margin-top-50 {
  margin-top: 5rem;
}

.u-padding {
  padding: 3rem 1rem;
}

.u-padding-bottom-50 {
  padding-bottom: 3rem;
}

.u-margin-top-100 {
  margin-top: 25rem;
}

.margin-right-10 {
  margin-right: 1rem;
}

.border {
  border: 1px solid red;
}

.margin_left-17 {
  margin-left: 1.7rem;
}

.u-padding-10 {
  padding: 1rem;
}

/*//SHADOW
$box-shadow: 0.3rem 0.3rem 0.6rem ($greyLight-2),
  -0.2rem -0.2rem 0.5rem ($color-white);

$inner-shadow: inset 0.2rem 0.2rem 0.5rem $greyLight-2,
  inset -0.2rem -0.2rem 0.5rem $color-white;

$shadow-btn-menu: 0 0 1rem 0.5rem rgba(99, 92, 92, 0.1);

$box-shadow-img: 0 1rem 2rem rgba(44, 42, 42, 0.05);
//$box-shadow-img: 0 1rem 2rem rgba(99, 92, 92, 0.05);*/
body {
  font-family: "Poppins", sans-serif;
  color: #474e5f;
}

.heading-primary {
  padding: 1rem;
  display: inline-block;
}
.heading-primary--bold {
  color: #474e5f;
  font-weight: 600;
  font-size: 5rem;
  line-height: 5rem;
}
.heading-primary--thin {
  font-weight: 100;
  font-size: 5rem;
  line-height: 5rem;
}
.heading-primary--litle {
  font-size: 2rem;
  font-weight: 200;
  display: block;
  color: #474e5f;
}

.heading-info {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 2rem;
}
.heading-info__color {
  color: #045bb2;
  font-style: italic;
}

.heading-secondary {
  font-weight: 500;
  font-size: 3rem;
  color: #474e5f;
  position: relative;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.heading-secondary::before {
  content: "";
  width: 2rem;
  height: 0.5rem;
  background-color: #045bb2;
  position: absolute;
  left: 0;
  top: 3.8rem;
}

.heading-tertiary {
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-quaternary {
  font-size: 2rem;
  display: inline-block;
}

.heading-quinary {
  font-size: 1.6rem;
  position: relative;
  margin-top: 2rem;
}
.heading-quinary::before {
  content: "";
  width: 1rem;
  height: 0.3rem;
  background-color: #045bb2;
  position: absolute;
  left: 0;
  top: 2rem;
}

.paragraph {
  font-size: 1.6rem;
}
.paragraph--color {
  color: #474e5f;
}

.link-glosary:visited, .link-glosary:link {
  text-decoration: none;
  color: #474e5f;
  font-size: 1.6rem;
  display: block;
  width: fit-content;
  padding: 0.7rem;
  background-image: linear-gradient(120deg, transparent 50%, #045bb2 50%);
  background-size: 234%;
  transition: all 0.4s;
}
.link-glosary:hover, .link-glosary:active {
  color: #fff;
  background-position-x: 100%;
  transform: translateX(1rem);
}

.italic-word {
  font-style: italic;
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.header-ricette__img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.header-ricette__temp-prz {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  color: #474e5f;
}
.header-ricette__temp-prz:not(:last-child) {
  margin-right: 2rem;
}
.header-ricette__circle {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1.5rem solid #fff;
  /*border-left: 1.5rem solid $color-white;
  border-top: 1.5rem solid $color-white;
  border-right: 1.5rem solid $color-white;
  border-bottom: 1.5rem solid $color-white;*/
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
}
.header-ricette__circle::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 10rem;
  height: 10rem;
  left: -1.5rem;
  top: -1.5rem;
  background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #dde3e9 70%, #dde3e9 100%);
}
.header-ricette__circle::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #dde3e9;
}
.header-ricette__valori {
  position: relative;
  z-index: 100;
}
.header-ricette__nomi {
  font-weight: 300;
  display: block;
}

.tags {
  font-size: 1.6rem;
  display: block;
}
.tags__link {
  color: #474e5f;
  text-decoration: none;
  transition: 0.4s;
}
.tags__link:hover {
  color: #045bb2;
}

.ricette-relazionate {
  font-size: 1.6rem;
}
.ricette-relazionate__container-img-text {
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
  padding: 1rem;
  transition: all 0.4s;
  text-decoration: none;
}
.ricette-relazionate__container-img-text:hover {
  transform: translateY(0.2rem);
}
.ricette-relazionate__container-img-text:active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}
.ricette-relazionate__title {
  color: #045bb2;
  display: block;
  text-transform: capitalize;
}
.ricette-relazionate__data {
  color: #474e5f;
  font-style: italic;
}

.img-short {
  width: 15rem;
  height: auto;
}

.gif {
  max-width: 100%;
  height: auto;
}

.diagram {
  padding: 2rem 0;
}
.diagram__element--translate:nth-child(1) {
  border: 1px solid red;
  display: inline-block;
}
.diagram__element--translate:nth-child(2) {
  transform: translate(100px, 0px);
  display: inline-block;
}
.diagram__element--translate:nth-child(3) {
  border: 1px solid red;
  display: inline-block;
}
.diagram__element--translate:nth-child(4) {
  border: 1px solid blue;
  display: inline-block;
}
.diagram__element--translate:nth-child(5) {
  border: 1px solid blue;
  display: inline-block;
}
.diagram__element--translate:nth-child(6) {
  border: 1px solid red;
  display: inline-block;
}
.diagram__element--translate:nth-child(7) {
  border: 1px solid red;
  display: inline-block;
}

.btn:link, .btn:visited {
  font-size: 2rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
  transition: all 0.4s;
}
.btn--white {
  color: #474e5f;
}
.btn:hover {
  transform: translateY(0.2rem);
  color: #045bb2;
}
.btn:active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}

.header {
  height: 7rem;
}
.header__logo {
  width: 20rem;
  height: auto;
  padding: 2rem;
}

.navigation__open-menu {
  display: none;
}
.navigation__nav {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 1500;
  height: 100vh;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-align: center;
}
.navigation__nav__list {
  list-style: none;
}
.navigation__nav__item {
  padding: 1rem;
}
.navigation__link:visited, .navigation__link:link {
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  padding: 1rem 2rem;
  background-image: linear-gradient(120deg, transparent 50%, #fff 50%);
  background-size: 234%;
  transition: all 0.4s;
}
.navigation__link:hover, .navigation__link:active {
  color: #707070;
  background-position-x: 100%;
  transform: translateX(1rem);
}
.navigation__background {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: fixed;
  margin-left: -5.5rem;
  margin-top: 1.5rem;
  background-image: radial-gradient(#045bb2, #aebadd);
  z-index: 1500;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation__menu {
  position: fixed;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-left: -6rem;
  margin-top: 1rem;
  background-color: #fff;
  z-index: 3000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  cursor: pointer;
}
.navigation__btn {
  background-color: #000;
  height: 1px;
  width: 60%;
  display: inline-block;
  position: relative;
  margin-top: 2.5rem;
  margin-left: 1rem;
}
.navigation__btn::after, .navigation__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  transition: all 0.2s;
}
.navigation__btn::after {
  top: 0.8rem;
}
.navigation__btn::before {
  top: -0.8rem;
}
.navigation__open-menu:checked ~ .navigation__background {
  transform: scale(150);
}
.navigation__open-menu:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
}
.navigation__open-menu:checked ~ .navigation__menu .navigation__btn {
  background-color: transparent;
}
.navigation__open-menu:checked ~ .navigation__menu .navigation__btn::after {
  transform: rotate(135deg);
  top: 0;
}
.navigation__open-menu:checked ~ .navigation__menu .navigation__btn::before {
  transform: rotate(-135deg);
  top: 0;
}

.list {
  font-size: 1.6rem;
  margin-left: 1.7rem;
}
.list__items::marker {
  color: #045bb2;
  font-size: 2rem;
}
.list--color {
  color: #474e5f;
}
.list__subIn > li::marker {
  content: counters(list-item, ".") ". ";
}

/* SLIDER */
.slider {
  max-width: 120rem;
  height: 55rem;
  margin: 0 auto;
  position: relative;
  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__btn {
  position: absolute;
  top: 25%;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}

.slider__btn--left {
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.slider__btn--right {
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.dots {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
  /* Only necessary when overlying images */
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.2);
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #888;
  opacity: 1;
}

@media (max-width: 853px) {
  .slider {
    height: 85rem;
  }
}
.section {
  padding: 15rem 3rem;
  transition: transform 1s, opacity 1s;
}

.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}

.gradient {
  background: linear-gradient(to right, rgba(239, 244, 247, 0) 27%, #eff4f7 63%);
}

.footer {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
.footer__menu {
  border-top: 0.5px solid #ffffff;
  display: inline-block;
}
.footer__menu-list {
  list-style-type: none;
}
.footer__menu-items {
  display: inline-block;
  padding: 1rem;
}
.footer__menu-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  transition: 0.2s;
}
.footer__menu-link:hover {
  color: #045bb2;
}
.footer__logo {
  width: 20rem;
  height: auto;
  padding: 2rem;
}
.footer__copyright {
  border-top: 0.5px solid #ffffff;
  padding: 1rem;
  display: inline-block;
  font-weight: 300;
}
.footer__flex-container {
  display: flex;
  justify-content: center;
  gap: 10%;
  flex-wrap: wrap;
}

.max-width-120 {
  max-width: 145rem;
  margin: 0 auto;
}

.bg-color-light {
  background-color: #ffffff;
}
.bg-color-dark {
  background-color: #dde3e9;
}
.bg-color-footer {
  background-color: #333333;
}

.bg-image {
  height: 25rem;
  border: 1px solid red;
  width: 100%;
  height: 400px;
  background-image: url(alice-1__150x150.png), url(baccala-3__150x150.png), linear-gradient(to right, rgb(30, 75, 115), rgba(255, 255, 255, 0));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right, left, right;
  background: -moz-linear-gradient(to right, rgb(30, 75, 115), rgba(255, 255, 255, 0)), -webkit-gradient(to right, rgb(30, 75, 115), rgba(255, 255, 255, 0)), -ms-linear-gradient(to right, rgb(30, 75, 115), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(30, 75, 115), rgba(255, 255, 255, 0));
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  align-items: center;
  justify-content: center;
}
.flex-container-header {
  display: flex;
  justify-content: space-between;
}
.flex-container-glossary {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.flex-container-glossary__img {
  flex: 0 1 15rem;
}
.flex-container-glossary__text {
  flex: 1 1 70%;
}
.flex-container-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-container__img {
  flex: 0 1 50rem;
}
.flex-container__text {
  flex: 1 1 30%;
  text-align: center;
}
.flex-container__month {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.grid-ricette {
  display: grid;
  gap: 1rem;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(172px, 42%), 1fr));
}
.grid-ricette__img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}

.vh-90 {
  height: 84vh;
}

.u-margin-top-50 {
  margin-top: 5rem;
}

.u-padding {
  padding: 3rem 1rem;
}

.u-padding-bottom-50 {
  padding-bottom: 3rem;
}

.u-margin-top-100 {
  margin-top: 25rem;
}

.margin-right-10 {
  margin-right: 1rem;
}

.border {
  border: 1px solid red;
}

.margin_left-17 {
  margin-left: 1.7rem;
}

.u-padding-10 {
  padding: 1rem;
}

/*# sourceMappingURL=style.css.map */
