@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vibur&display=swap");
.button-border-style1 {
  border-radius: 60px 63px 30px 35px/32px 25px 23px 29px;
}

.button-border-style2 {
  border-radius: 23.3% 22.34% 16.68% 22.35%/26.23% 26.92% 23.93% 23.29%;
}

.button-border-style3 {
  background-image: url(/img/border3stretchWhite.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.button-border-style4 {
  background: url(/img/border3stretchThirdColor.svg) #e02b28;
  color: #fff !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.5em 1em;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
}

.text-red {
  color: #e02b28;
}

.bg-third {
  background-color: #e9e4db;
}

.image-radius {
  border-radius: 6px 8px 9px 12px/5px 5px 8px 8px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #faf8f8;
  font-family: "Fira Sans" !important;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

.has_animation_from_bottom {
  position: relative;
  bottom: -1rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.in-view-animation_from_bottom {
  bottom: 0rem;
  opacity: 1;
}

.has_animation_from_top {
  position: relative;
  top: -1rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.in-view-animation_from_top {
  top: 0rem;
  opacity: 1;
}

.has_animation_from_left {
  position: relative;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.in-view-animation_from_left {
  transform: translateX(0rem);
  opacity: 1;
}

.has_animation_from_right {
  position: relative;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.in-view-animation_from_right {
  transform: translateX(0rem);
  opacity: 1;
}

.has_animation_opacity {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.in-view-animation_opacity {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 0.25rem;
  z-index: 1000;
  background-color: #faf8f8;
  transition: all 0.2s ease-in-out;
  /*
      &.is-home {

          background: transparent;

          #orderButtonHeader {
              display: none;
          }
      }

      &.is-home.stuck {
          background-color: #fff;

          #orderButtonHeader {
              display: block;
          }
      }
  */
}
header .header__background {
  display: none;
  height: 6rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header .header__background path {
  fill: #fff;
}
header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 0.5rem;
}
header .header__logo {
  height: 5rem;
}
header .header__logo img {
  position: absolute;
  height: 5rem;
  margin-left: -5px;
}
header .order-button__container {
  position: relative;
}
header .order-button__container .header__order-button {
  background-color: #e02b28;
  padding: 0.5em 1em 0.5em 1.25em;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
header .order-button__container .header__order-button::after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 1rem;
  margin-left: 0.25em;
  top: 0.2em;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  transform: rotate(-90deg);
}
header .order-button__container .order-button__links {
  background-image: url(/img/border3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 1rem;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease-in;
  padding: 1rem;
  top: 3rem;
  background-color: #fff;
}
header .order-button__container .order-button__links .order-button__link {
  margin: 0.5rem 1.25rem;
  display: inline-block;
}
header .order-button__container .order-button__links .order-button__link img {
  height: 1rem;
}
header .order-button__container.active .header__order-button::after {
  transform: rotate(0deg);
}
header .order-button__container.active .order-button__links {
  z-index: 100;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  opacity: 1;
  top: 3.25rem;
  visibility: visible;
}
header .header__menu-button .hamburger-menu {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 19px;
  width: 33px;
}
header .header__menu-button .hamburger-menu span,
header .header__menu-button .hamburger-menu span:before,
header .header__menu-button .hamburger-menu span:after {
  background-color: #322;
  border-radius: 3px;
  display: block;
  height: 3px;
}
header .header__menu-button .hamburger-menu span {
  font-size: 0;
  position: relative;
  transition: background-color 0.3s ease-in-out 0.15s;
  width: 100%;
}
header .header__menu-button .hamburger-menu span:before,
header .header__menu-button .hamburger-menu span:after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transition: top 0.3s ease-in-out 0.3s, bottom 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
}
header .header__menu-button .hamburger-menu span:before {
  top: -8px;
}
header .header__menu-button .hamburger-menu span:after {
  bottom: -8px;
}
header.menu-active .header__menu-button .hamburger-menu span {
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}
header.menu-active .header__menu-button .hamburger-menu span:before {
  top: 0;
  transform: rotate(45deg);
}
header.menu-active .header__menu-button .hamburger-menu span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
header.menu-active .header__menu-button .hamburger-menu span:after,
header.menu-active .header__menu-button .hamburger-menu span:before {
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}
header.menu-active .list-menu {
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  z-index: 5;
}
header.menu-active .list-menu .list-menu__animations .sk2 {
  top: 10vh;
  right: -90vw;
  width: 136px;
}
header.menu-active .list-menu .list-menu__animations .sk3 {
  top: 50vw;
  right: -55vw;
  width: 146px;
}
header.menu-active .list-menu .list-menu__animations .sk4 {
  top: -5vh;
  right: -30vw;
  width: 141px;
}
header .list-menu {
  background-color: #e9e4db;
  width: 100vw;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: calc(6rem - 2px);
  left: 0;
  padding: 3rem;
  transition: all 0.5s ease-in-out;
}
header .list-menu .list-menu__links {
  background-image: url(/img/border3stretchThirdColor.svg);
  background-size: cover;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
header .list-menu .list-menu__links .list-menu__link {
  padding: 0.7rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #322;
}
header .list-menu .list-menu__animations {
  position: absolute;
}
header .list-menu .list-menu__animations .sk1,
header .list-menu .list-menu__animations .sk2,
header .list-menu .list-menu__animations .sk3,
header .list-menu .list-menu__animations .sk4,
header .list-menu .list-menu__animations .sk5 {
  position: absolute;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.25s;
}
header .list-menu .list-menu__animations .sk2 {
  top: 12vh;
  right: -100vw;
  width: 106px;
}
header .list-menu .list-menu__animations .sk3 {
  top: 70vw;
  right: -35vw;
  width: 146px;
}
header .list-menu .list-menu__animations .sk4 {
  top: 0vh;
  right: -10vw;
  width: 121px;
}
header .list-menu .footer-pizza {
  position: absolute;
  width: calc(100vw - 6rem);
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.25s;
  bottom: -300px;
}
header .list-menu.active {
  display: flex;
  height: 100vh;
  opacity: 1;
}
header .list-menu.active .footer-pizza {
  bottom: 0px;
  opacity: 1;
}
header .list-menu.active .list-menu__animations .sk2 {
  top: -31vh;
  right: -97vw;
  width: 120px;
}
header .list-menu.active .list-menu__animations .sk3 {
  top: -47vh;
  right: -25vw;
  width: 156px;
}
header .list-menu.active .list-menu__animations .sk4 {
  top: -31vh;
  right: -42vw;
  width: 141px;
}
.page-container {
  width: 98vw;
  z-index: 500;
  padding-top: 5rem;
}
.page-container .container-fluid {
  padding: 0 1.5rem;
}

.home-menu-links {
  padding-top: 1rem;
}

.home-container-start .home__intro {
  z-index: 10;
  height: 100vh;
  width: 100vw;
  background-color: #fafff6;
  transition: all 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-container-start .video-over-sketch {
  position: absolute;
  z-index: 10;
  background-image: url(/img/border2stretch.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  width: 100%;
  top: 6rem;
  height: calc(100vh - 6rem + 10px);
}
.home-container-start .video-over-intro {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -10vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.home-container-start .video-over-intro .zest-intro {
  position: absolute;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 3rem 3rem 15rem 3rem;
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.home-container-start .video-over-intro .zest-intro .typing-container {
  font-size: 0.75em;
}
.home-container-start .home-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-container-start .home-mouse-scroll {
  position: absolute;
  z-index: 999;
  bottom: 10vh;
  height: 2rem;
  right: 3rem;
  margin-left: -2rem;
}
.home-container-start .home-mouse-scroll #wheel {
  stroke: rgba(255, 255, 255, 0.9) !important;
}
.home-container-start .home-mouse-scroll #mouse {
  stroke: rgba(255, 255, 255, 0.9) !important;
}
.home-container-start .mouse-scroll #wheel {
  animation: scroll ease 2s infinite;
  stroke: white !important;
}
.home-container-start .mouse-scroll #mouse {
  stroke: white !important;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}

.home-contact-manifest .contact-manifest__title {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 3rem;
}
.home-contact-manifest .contact-manifest__list {
  display: flex;
  flex-direction: column;
}
.home-contact-manifest .contact-manifest__list span {
  letter-spacing: 1px;
}
.home-contact-manifest .contact-manifest__list span span {
  margin-right: 0.5rem;
  font-family: "Bebas Neue";
  color: #e02b28;
  font-weight: 800;
  font-size: 1em;
}
.home-contact-manifest .contact-manifest__scroll img {
  transform: rotate(90deg);
}

.home-paragraph {
  position: relative;
  padding: 2rem 3rem;
}
.home-paragraph p {
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 2em;
}
.home-paragraph .pasta_sketch {
  width: 50vw;
  display: block;
  margin: 2rem auto;
}
.home-paragraph.promise {
  padding: 4rem 3rem 0 3rem;
  font-size: 1.5rem;
  text-align: right;
}
.home-paragraph.promise img {
  height: 4rem;
}

.home-container.pizza-pasta {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home-container.pizza-pasta h1 {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 3rem;
}
.home-container.pizza-pasta .versus,
.home-container.pizza-pasta .versus-big {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-container.pizza-pasta .versus img,
.home-container.pizza-pasta .versus-big img {
  width: 100%;
}
.home-container.pizza-pasta .versus img {
  width: 75%;
}
.home-container.pizza-pasta .pizza img,
.home-container.pizza-pasta .pasta img {
  height: 5rem;
}
.home-container.pizza-pasta .row.decision {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9e4db;
}
.home-container.pizza-pasta .pastat,
.home-container.pizza-pasta .pizzat {
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-container.pizza-pasta .pizzat {
  justify-content: flex-end;
  text-align: right;
}
.home-container.pizza-pasta .winner {
  background-color: #e02b28;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}

.home-mid-bg {
  padding: 20rem 2rem;
  background-color: #e9e4db;
  background-image: url("/img/border2stretch.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.brushed-image {
  width: 104%;
  height: 104%;
  z-index: 1;
  position: absolute;
  top: -2%;
  left: -2%;
}

.maps-slide .map-slide {
  position: relative;
}
.maps-slide .map-slide .brushed-image-map {
  position: absolute;
  inset: 0; /* echivalent cu top: 0; right: 0; bottom: 0; left: 0 */
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill; /* sau cover dacă vrei să păstreze proporțiile */
  display: block;
}

.brushed-map {
  background-image: url(/img/border4.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.brushed-image-hero {
  background-image: url(/img/border2.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.pasta-page__hero {
  top: 1rem;
  width: 100%;
  height: 50vh;
  background-image: url(/img/pasta/general/pasta_hero.jpg);
  background-position: center center;
  background-size: cover;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  position: relative;
}

.about-container .about-page__hero {
  top: 1rem;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about-container .about-page__hero video {
  width: 100%;
}
.about-container .about-manifest {
  margin: 2rem 0;
}
.about-container .about-manifest .about-manifest__title {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 3rem;
}
.about-container .about-manifest .about-manifest__list {
  display: flex;
  flex-direction: column;
}
.about-container .about-manifest .about-manifest__list span {
  letter-spacing: 1px;
}
.about-container .about-manifest .about-manifest__list span span {
  margin-right: 0.5rem;
  font-family: "Bebas Neue";
  color: #e02b28;
  font-weight: 800;
  font-size: 1em;
}
.about-container .about-manifest .about-manifest__scroll img {
  transform: rotate(90deg);
}
.about-container .about-paragraph {
  position: relative;
  padding: 2rem 3rem;
}
.about-container .about-paragraph p {
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 2em;
}
.about-container .about-paragraph .pasta_sketch {
  width: 50vw;
  display: block;
  margin: 2rem auto;
}
.about-container .about-paragraph.promise {
  padding: 4rem 3rem 0 3rem;
  font-size: 1.5rem;
  text-align: right;
}
.about-container .about-paragraph.promise img {
  height: 4rem;
}
.about-container .pan_sketch {
  margin-left: 2rem;
  margin-bottom: 4rem;
  width: 50vw;
}

.contact-container .contact-page__hero {
  top: 1rem;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.contact-container .contact-page__hero video {
  width: 100%;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.contact-container .contact-manifest {
  margin: 2rem 0;
}
.contact-container .contact-manifest .contact-manifest__title {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 3rem;
}
.contact-container .contact-manifest .contact-manifest__list {
  display: flex;
  flex-direction: column;
}
.contact-container .contact-manifest .contact-manifest__list span {
  letter-spacing: 1px;
}
.contact-container .contact-manifest .contact-manifest__list span span {
  margin-right: 0.5rem;
  font-family: "Bebas Neue";
  color: #e02b28;
  font-weight: 800;
  font-size: 1em;
}
.contact-container .contact-manifest .contact-manifest__scroll img {
  transform: rotate(90deg);
}
.contact-container .horizontal-section {
  position: relative;
}
.contact-container .sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.contact-container .horizontal-wrapper {
  display: flex;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.1s linear;
}
.contact-container .horizontal-slide {
  min-width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-container .horizontal-slide .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* spațiu între logo și text */
}
.contact-container .horizontal-slide .title img {
  height: 5rem;
  width: 5rem;
}
.contact-container .horizontal-slide .title .title__text {
  padding-top: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
.contact-container .horizontal-slide .title .title__text span {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 2px;
}
.contact-container .horizontal-slide .title .title__text div {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 4rem;
  line-height: 4rem;
}
.contact-container .ordernow {
  margin-bottom: 5rem;
}
.contact-container .ordernow .couriers a img {
  width: 100%;
}
.contact-container .getintouch {
  margin-bottom: 5rem;
}
.contact-container .getintouch .phonenumber a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3f3333;
}
.contact-container .getintouch .wearesocial {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.contact-container .getintouch .wearesocial a {
  width: 50%;
  font-size: 1rem;
}
.contact-container .getintouch .wearesocial a img {
  margin-bottom: 0.5rem;
  height: 2rem;
}

.pizza-container .pizza-page__hero {
  top: -2rem;
  width: 100%;
  height: 50vh;
  background-image: url(/img/pizza/general/1000/12.jpg);
  background-position: center center;
  background-size: cover;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  position: relative;
}
.pizza-container .pizza-manifest {
  margin: 2rem 0;
}
.pizza-container .pizza-manifest .pizza-manifest__title {
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 3rem;
}
.pizza-container .pizza-manifest .pizza-manifest__list {
  display: flex;
  flex-direction: column;
}
.pizza-container .pizza-manifest .pizza-manifest__list span {
  letter-spacing: 1px;
}
.pizza-container .pizza-manifest .pizza-manifest__list span span {
  margin-right: 0.5rem;
  font-family: "Bebas Neue";
  color: #e02b28;
  font-weight: 800;
  font-size: 1em;
}
.pizza-container .pizza-manifest .pizza-manifest__scroll img {
  transform: rotate(90deg);
}
.pizza-container .pizzas {
  padding-top: 3rem;
}
.pizza-container .pizzas .pizza {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.pizza-container .pizzas .pizza .pizza-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.41/1;
  overflow: hidden;
}
.pizza-container .pizzas .pizza .pizza-image-container .pizza-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.pizza-container .pizzas .pizza .pizza-name {
  font-family: "Bebas Neue";
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2em;
  letter-spacing: 2px;
}
.pizza-container .pizzas .pizza .pizza-name i {
  margin-left: 0.5rem;
  color: red;
  font-size: 1rem;
}
.pizza-container .pizzas .pizza .pizza-meatfree {
  font-size: 1em;
  /* background: #9da44f; */
  color: #65a21c;
  border-radius: 3px;
  /* padding: .25em 1em; */
  /* margin-bottom: .5rem; */
  font-family: "Bebas Neue";
  text-decoration: underline;
  font-style: italic;
}
.pizza-container .pizzas .pizza .pizza-number {
  background-image: url(/img/new/circle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #e02b28;
  font-family: "Bebas Neue";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 3%;
  width: 35px;
  margin: 1.2rem 0 0 0;
}
.pizza-container .pizzas .pizza .pizza-ingredients {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.pizza-container .pizzas .pizza .pizza-footer {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pizza-container .pizzas .pizza .pizza-footer div {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-family: "Bebas Neue";
  color: #e02b28;
}
.pizza-container .pizzas .pizza .pizza-footer span {
  font-size: 0.8rem;
  font-style: italic;
}
.pizza-container .pizzas .pizza .pizza-popup {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.1s ease-in-out;
  animation: fade 0.2s ease-in-out;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content {
  position: absolute;
  width: 95%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  background-color: #faf8f8;
  box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15), 0px 11px 13px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 245, 245, 0.75);
  background: linear-gradient(183deg, rgba(255, 255, 255, 0.55) 0%, rgb(255, 255, 255) 100%);
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__close {
  align-self: flex-end;
  padding: 0.5rem 0;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__close i {
  font-size: 1.5rem;
  color: #555;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__image {
  width: 100%;
  aspect-ratio: 1.41/1;
  overflow: hidden;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__image .pizza-popup__content__images {
  transform: scale(1.25);
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content img {
  width: 100%;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content video {
  width: 150%;
  top: -1rem;
  position: relative;
  left: -1rem;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__number {
  background-image: url(/img/new/circle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #e02b28;
  font-family: "Bebas Neue";
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 3%;
  width: 35px;
  margin-right: 1rem;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__title {
  font-family: "Bebas Neue";
  color: #e02b28;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75em;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__description {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__nutritionals,
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__alergens {
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__nutritionals b,
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__alergens b {
  font-weight: 800;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__price {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Bebas Neue";
  color: #e02b28;
  color: #fff;
  padding: 0.15rem 1rem;
  margin: 1rem 0;
  background-image: url(/img/button_red_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 1rem 1rem;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__links .pizza-popup__link {
  display: inline-block;
}
.pizza-container .pizzas .pizza .pizza-popup .pizza-popup__content .pizza-popup__links .pizza-popup__link img {
  width: 80px;
}
.pizza-container .pizzas .pizza.active .pizza-popup {
  display: block;
}

footer {
  background-color: #e9e4db;
  background-image: url("/img/border2stretch.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}
footer .footer-container {
  padding: 1.5rem;
  font-family: "Fira Sans";
  letter-spacing: 1px;
  font-size: 0.8rem;
}
footer .footer-container .footer__logo {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-container .footer__logo .footer__social {
  padding-bottom: 1rem;
}
footer .footer-container .footer__logo .footer__social a img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
footer .footer-container .footer__logo span {
  padding-left: 3px;
  font-size: 11px;
  letter-spacing: 0px;
  font-family: "Bebas Neue";
}
footer .footer-container .footer__logo img {
  height: 3rem;
  margin-right: 0.5rem;
}
footer .footer-container .footer__logo .footer__menu {
  display: flex;
  flex-direction: column;
  padding-left: 3px;
  padding-bottom: 1rem;
}
footer .footer-container .footer__logo .footer__menu a {
  font-family: "Bebas Neue";
  color: #e02b28;
  font-size: 1rem;
  line-height: 1.25em;
}
footer .footer-container .tomato {
  display: flex;
  flex-direction: column;
}
footer .footer-container .tomato img {
  height: 8rem;
}

.typing-container {
  white-space: pre-wrap;
  display: inline-block;
}
.typing-container .cursor {
  display: inline-block;
  width: 0.3em;
  height: 4px;
  background: black;
  margin-bottom: 0.5rem;
  margin-left: 2px;
  vertical-align: bottom;
  animation: blink 0.7s infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.basic-parallax {
  min-height: 40vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.classic-menu {
  display: none;
}

@media (min-width: 1000px) {
  #header .hamburger-menu {
    display: none !important;
  }
  #header .classic-menu {
    display: flex;
  }
  #header .classic-menu .list-menu__links {
    align-items: center;
  }
  #header .classic-menu .list-menu__links .list-menu__link {
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #322;
  }
  .footer-container {
    padding: 2rem 10rem !important;
  }
  .pizzas,
  .pizza-manifest {
    padding: 0 20vw !important;
  }
  .pastas,
  .pasta-manifest {
    padding: 0 20vw !important;
  }
  .contact-manifest {
    padding: 0 20vw !important;
  }
  .about-container .about-manifest,
  .about-container .about-paragraph {
    padding: 0 20vw !important;
  }
  .home__intro {
    position: relative;
  }
  .home-container-start {
    overflow: hidden;
  }
  .home-container-start .video-over-sketch {
    width: 102vw !important;
  }
  .home-container-start .video-over-intro {
    justify-content: flex-end !important;
    right: 0;
  }
  .home-paragraph img {
    width: 15vw !important;
    text-align: right;
  }
  .home-paragraph p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .pizza-pasta .versus-big img {
    max-width: 100px;
  }
  .pizza-pasta .versus img {
    max-width: 75px;
  }
  .pizza-pasta .pastat,
  .pizza-pasta .pizzat {
    font-size: 1.25rem;
  }
  .home-menu-links {
    padding: 3rem;
  }
  .home-menu-links .button-border-style4 {
    font-size: 1.5rem;
  }
  .pizza-page__hero,
  .pasta-page__hero {
    height: 70vh !important;
  }
  .pasta_sketch {
    width: 25vw !important;
    z-index: 1999;
  }
  .pan_sketch {
    display: none;
  }
  .about-container .about-paragraph {
    margin: 5rem auto !important;
    width: 75vw;
    padding: 10rem 5rem !important;
  }
  .pizza-container .pizzas .pizza .pizza-number {
    padding-top: 10px;
  }
  .couriers img {
    width: initial !important;
  }
}/*# sourceMappingURL=style.css.map */