@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
div,
span,
li,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 64px;
}
.border-azure {
  border-bottom: 1px solid #7cb7d9;
  padding-bottom: 11px;
}
/* body {
  font-family: sans-serif;
} */
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
.titolo-piccolo {
  color: #0c77b8;
  font-family: "Epilogue",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 22px;
}
.titolo-grande {
  color: #0c77b8;
  text-align: center;
  font-family: "PT Serif";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 77px;
}
.titolo-medio {
  color: #000;
  font-family: "PT Serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
.titolo-medio-programma {
  color: #000;
  font-family: "PT Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.testo-normale {
  font-size: 18px;
  line-height: 27px;
  font-family: "Epilogue",sans-serif;
}
.info-section {
  color: #000;
  text-align: center;
  font-family: "Epilogue",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
}

header {
  background-image: url(/img/Assalzoo-header-bg.png);
}
.logo-nav {
  width: 146px;
}
.logo-nav img {
  width: 100%;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav ul li a {
  color: #fff;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 50px;
}
.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  gap: 60px;
}
.header-content h1 {
  color: #fff;
  text-align: center;
  font-family: "PT Serif";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
.logo {
  width: 291px;
}
.logo img {
  width: 100%;
}

section.hero-section {
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  /* min-width: 30%;
  max-width: 50%; */
  width: 50%;
  padding-right: 20px;
}
.hero-content-image {
  border-radius: 40px;
  width: 50%;
}

.hero-content h3 {
  color: #000;
  font-family: "PT Serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  margin-bottom: 24px;
}
section.hero-section.innovazione {
  margin: 80px 0 120px;
}
.hero-content.innovazione h3 {
  margin-bottom: 50px;
}
.hero-content p {
  color: #000;
  font-family: "Epilogue",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.hero-content .benvenuti {
  color: #001866;
  font-family: "PT Serif";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-top: 30px;
}

.hero-image img {
  width: 100%;
}
section.evento {
  background-color: #edf7fb;
}
div.programma {
  display: flex;
  gap: 4rem;
  padding: 110px 0;
  justify-content: space-between;
}

div.programma .colonna-2 {
  display: flex;
  gap: 5rem;
}
div.programma .colonna-2 .colonna-interna {
  max-width: 400px;
}
div.programma .colonna-1 h2 {
  color: #000;
  font-family: "PT Serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
}
div.programma .colonna-2 .contenuto {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
div.programma .colonna-2 .contenuto div {
  line-height: 140%;
}

div.programma .colonna-2 .contenuto-1 {
  border-bottom: 1px solid #7cb7d9;

  padding-bottom: 30px;
  margin-bottom: 15px;
}
div.programma .colonna-2 .contenuto-3 {
  border-top: 1px solid #7cb7d9;
  margin-top: 15px;
  padding-top: 15px;
}
div.programma .colonna-2 .contenuto-3 h4 {
  padding: 0;
  margin: 0;
}
div.programma .contenuto .contenuto-paragrafo {
  color: #000;
  font-family: "Epilogue",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
div.programma .colonna-interna-destra {
  border-top: 1px solid #7cb7d9;
}

.section-menu.popup {
  margin: 30px 0;
}
.section-menu {
  margin: 120px 0;
}
.section-menu div.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
  background-color: #001866;
  padding: 20px 0;
  border-radius: 40px;
}

.section-menu div.menu-fisso {
  padding: 60px 0;
}
.section-menu div.menu h2 {
  color: #fff;
  text-align: center;
  font-family: "PT Serif";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
}
.section-menu div.menu .portate {
  line-height: 27px;
}
p.tipo-portata,
span.tipo-portata {
  color: #a3d9ea;
  text-align: center;
  font-family: "Epilogue",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
p.piatto-portata,
span.piatto-portata {
  color: #fff;
  font-family: "PT Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

section.industria-mangimistica {
  background-color: #edf7fb;
  padding: 120px 0 120px 0;
  display: flex;
  flex-direction: column;
}
div.inner-info-mangimistica {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 80px;
  text-align: center;
}
div.inner-description-mangimistica {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 87%;
  margin: 0 auto;
}
div.inner-col-mangimistica {
  max-width: 268px;
}
div.inner-col-mangimistica h4 {
  margin-bottom: 24px;
  color: #0c77b8;
  font-family: "PT Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
}
.inner-box-mangimistica {
  padding: 120px 0 0;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
.inner-box-mangimistica ul {
  padding-left: 30px;
}
.inner-box-mangimistica li {
  list-style-type: disc;
}
section.cta {
  background-color: #001866;
  padding: 120px 0 120px 0;
  display: flex;
  flex-direction: column;
}

section.cta .cta-description {
  /* width: 90%; Full hd Resolution  */
  width: 90%;
  margin: 0 auto;
}
section.cta .cta-description h2 {
  color: #fff;
  text-align: center;
  font-family: "PT Serif";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 60px;
}
section.cta .cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
section.cta a {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  height: 44px;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
section.cta a.contattaci {
  border: 1px solid #fff;
  color: #fff;
}
section.cta a.contattaci:hover {
  background-color: #dbf0f7;
  border: none;
  color: #000;
}
section.cta a.scopri {
  background-color: #dbf0f7;
  color: #000;
}
section.cta a.scopri:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

section.section-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0;
  align-items: center;
   background-color: #edf7fb;
}
section.section-video .info-section {
  margin-bottom: 16px;
}
section.section-video .titolo-medio {
  margin-bottom: 80px;
  text-align: center;
}
section.section-video .videos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
section.section-video .videos-container .video {
  width: 400px;
  border-radius: 40px;
  overflow: hidden; /* Importante */
  position: relative;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.section-video .videos-container .video.video-singolo {
  width: 600px;
  height: 450px;
}
section.section-video .videos-container .video.video-singolo h4 {
   color: #000;
  text-align: center;
  font-family: "PT Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
}
/* TOGLIERE UNA VOLTA AVUTO VIDEO */
section.section-video .videos-container .video.coming-soon-video {
  background: url(/img/thumb-ComingSoon-Assalzoo80.png) center center;
  background-size: cover;
}

section.section-interviste .videos-container .video h4 {
  color: #000;
  text-align: center;
  font-family: "PT Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
section.section-interviste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0 110px;
  align-items: center;
}
section.section-interviste .info-section {
  margin-bottom: 16px;
}
section.section-interviste .titolo-medio {
  margin-bottom: 80px;
  text-align: center;
}
section.section-interviste .videos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
section.section-interviste .videos-container .video {
  width: 400px;
  /* height: 240px; */
  border-radius: 40px;
  overflow: hidden; /* Importante */
  position: relative;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: url('/img/bg-cookies-assalzoo.png');
  background-size: cover;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 40px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  background: transparent;
}
#popup-video-container {
  width: 90vw;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 40px;
  overflow: hidden;
}
section.section-instagram {
  /* display: flex; */
  flex-direction: column;
  /* justify-content: center; */
  /* padding: 110px 0; */
  align-items: center;
  background-color: #001866;
  /* width: 100%; */
  padding: 120px 0;
}
section.section-instagram .info-section {
  margin-bottom: 16px;
}
section.section-instagram .titolo-medio {
  margin-bottom: 80px;
  text-align: center;
}

section.footer {
  background-color: hsl(226, 100%, 20%);
  padding: 30px 0;
}
section.footer .footer-content {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 40px 0 40px 0;
  gap: 1rem;
  border-top: 1px solid #6674a3;
  border-bottom: 1px solid #6674a3;
}
section.footer .footer-content .logo-footer {
  width: 181px;
}
.logo-footer img {
  width: 100%;
}
section.footer .footer-content p {
  /* padding-top: 4px; */
  color: white;
  font-family: "Epilogue",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footer-info {
  display: flex;
}
.social-footer.linkedin {
margin-bottom: 10px;
}
.social-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
}
.social-footer a > img {
  padding-bottom: 6px;
}
p.testo-footer,
a.testo-footer {
  color: #fff;
  font-family: "Epilogue",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
section.sub-footer {
  background-color: #001866;
  padding: 20px 0;
}
section.sub-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.sub-footer a,
section.sub-footer span,
section.sub-footer p {
  color: #fff;
  font-family: "Epilogue",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.hamburger-menu,
.mobile-navbar-menu {
  display: none;
}
.distanza-custom {
  padding-top: 120px;
}
/* Tablet */
@media screen and (max-width: 991px) {
  .container {
    margin: 0 20px;
    padding-inline: 0;
  }
  div.programma {
    flex-wrap: wrap;
  }

  .titolo-piccolo {
    color: #0c77b8;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 19px;
  }
  .titolo-grande {
    font-size: 48px;
    line-height: 54px;
  }
  .titolo-medio {
    font-size: 34px;
    line-height: 39px;
  }

  .testo-normale {
    font-size: 16px;
    line-height: 21px;
  }
  .info-section {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
  }

  #chi-siamo .hero-section {
    flex-direction: column-reverse;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    width: unset;
  }
  .hero-content-image {
    border-radius: 40px;
    width: unset;
    /* border: 1px solid red; */
  }

  .hero-content h3 {
    font-size: 44px;
    line-height: 51px;
    margin-bottom: 30px;
  }
  .hero-content h3.innovazione {
    margin-bottom: 50px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 24px;
  }
  div.programma .contenuto .contenuto-paragrafo {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-content .benvenuti {
    font-size: 21px;
    margin-top: 30px;
  }
  section.hero-section {
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .inner-box-mangimistica {
    flex-wrap: wrap;
  }
  .section-menu div.menu h2 {
    font-size: 36px;
    line-height: 43px;
  }
  p.tipo-portata {
    font-size: 16px;
    line-height: 24px;
  }
  p.piatto-portata {
    font-size: 20px;
    line-height: 30px;
  }
  section.cta .cta-description h2 {
    font-size: 28px;
    line-height: 38px;
  }
  div.programma {
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  div.programma .colonna-1 {
    margin-bottom: 60px;
    justify-content: center;
  }
  div.programma .colonna-2 {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  div.programma .colonna-2 .colonna-interna {
    width: 100%;
    max-width: unset;
    flex-wrap: wrap;
  }
  .inner-box-mangimistica {
    justify-content: center;
  }
  div.inner-description-mangimistica {
    gap: 40px;
  }
  div.inner-col-mangimistica {
    max-width: 40%;
  }
  section.hero-section {
    margin: 90px 0 45px;
  }
  .container .innovazione {
    margin: 25px 0 25px;
  }
  .inner-box-mangimistica {
    padding: 90px 0 0;
  }
  section.hero-section.innovazione {
    margin: 40px 0 120px;
  }
  .section-menu div.menu.popup {
    padding: 20px 20px;
  }
  /* .hero-section.mangimistica {
    flex-direction: column-reverse;
  } */

  section.section-video .videos-container .video.video-singolo {
  width: 400px;
  height: 350px;
}
section.section-video .videos-container .video.video-singolo h4 {
   color: #000;
  text-align: center;
  font-family: "PT Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
}
}

/* Smartphone */
@media screen and (max-width: 479px) {
  .container {
    margin: 0 20px;
    padding-inline: 0;
  }
  .header-content h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .hero-content h3 {
    font-size: 30px;
    line-height: 36px;
  }
  div.programma .colonna-1 h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .titolo-medio {
    font-size: 24px;
    line-height: 28px;
  }
  .testo-normale {
    font-size: 16px;
    line-height: 24px;
  }
  section.hero-section {
    flex-wrap: wrap;
  }
  .hero-content {
    width: 100%;
  }
  .hero-content-image {
    width: 100%;
  }
  .hero-image {
    width: 100%;
  }
  .header-content h1 {
    font-size: 28px;
    line-height: 31px;
  }
  .titolo-grande {
    font-size: 40px;
    line-height: 45px;
  }
  div.programma .colonna-1 h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
  }
  div.inner-col-mangimistica {
    max-width: 100%;
  }
  .section-menu div.menu-fisso {
    padding: 60px 30px;
  }
  section.footer .footer-content {
    flex-direction: column;
    gap: 2rem;
  }
  section.section-video .videos-container .video {
    width: 340px;
  }
  div.inner-description-mangimistica {
    flex-wrap: wrap;
  }
  .mob-left {
    text-align: left;
  }
  div.programma {
    justify-content: flex-start;
  }
  div.inner-info-mangimistica {
    text-align: left;
  }
  .sub-footer .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  section.hero-section {
    margin: 90px 0 90px;
  }
  div.programma .colonna-1 {
    margin-bottom: 30px;
  }
  .section-menu {
    margin: 50px 0;
  }
  .hero-content.innovazione h3 {
    margin-bottom: 20px;
  }
  section.industria-mangimistica {
    padding: 65px 0 65px 0;
  }
  div.inner-info-mangimistica {
    margin-bottom: 40px;
  }
  section.hero-section.innovazione {
    margin: 40px 0 90px;
  }
  section.cta {
    padding: 65px 0 65px 0;
  }
  section.section-video {
    padding: 65px 0;
  }
  section.section-video .videos-container .video.video-singolo {
  width: 335px;
  height: 304px;
}
section.section-interviste .videos-container .video {
  width: 335px;
  height: 272px;
}
section.section-video .videos-container .video.video-singolo h4 {
  font-size: 26px;
  line-height: 31px;
 }
 .distanza-custom {
  padding-top: 90px;
}
  /* div.programma .contenuto{
    margin-bottom: 30px;
  } */
}
