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

@font-face {
  font-family: 'Actually';
  src: url('/fonts/Actually-Grotesk/file_fonts/ActuallyGrotesk-Regular.woff2') format('woff2'),
       url('/fonts/Actually-Grotesk/file_fonts/ActuallyGrotesk-Regular.woff') format('woff'),
       url('/fonts/Actually-Grotesk/file_fonts/ActuallyGrotesk-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Clarity';
  src: url('/fonts/Clarity-City-Typeface/file_fonts/ClarityCity-MediumItalic.woff2') format('woff2'),
       url('/fonts/Clarity-City-Typeface/file_fonts/ClarityCity-MediumItalic.woff') format('woff'),
       url('/fonts/Clarity-City-Typeface/file_fonts/ClarityCity-MediumItalic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Commissioner';
  src: url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff2') format('woff2'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff') format('woff'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html, body {
  overflow-x: hidden;
  background-color: #ffffff;
}
.pagina_info{
    overflow-x: hidden;
    background-color: #E0E0DD;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.logo_1{
    position: absolute;
    right: -15vw;
    top: -5vw;
    width: 80vw;
    height: auto;
    border: none;
    opacity: 0.03;
    transform: rotate(10deg);
}
.blocco-alto-sempre {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0E0DD;
    width: 100%;
    padding: 1.6rem 2rem;

}
.menu {
    font-family: 'Actually';
    font-size: clamp(1rem, 1.1vw, 2rem);
    letter-spacing: 0.2rem;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 0.35vw rgba(0,0,0,0.08);
    -webkit-font-smoothing: antialiased;
    z-index: 5;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu li a {
    text-decoration: none;
    color: #000;
}
.blocco {
    display: flex;
    flex-direction: column;
    margin: 10rem 0;
    padding: 1rem;
    background-color: #FFFFFF;
}
.titolo_behind_the_lens{
    display: block;
    font-family: 'Actually';
    height: auto;
    font-size: clamp(1.4rem, 4vw, 3.5rem);
    line-height: 1.25;
    margin: 1rem 1rem 0 1rem;
    z-index: 2;
}
.titolo_behind_the_lens span{
    display: block;
    text-align: right;
    margin-top: 1rem;
    right: 0;
    font-size: clamp(1.2rem, 3.2vw, 2.5rem);
    color: #1D1F21;
    z-index: 2;
    width:70%;
}
.blocco_sotto{
    margin:0;
    padding:0;
    display:flex;
    flex-direction: row;
}
.img{
    margin:0 1rem 0 0;
    padding:0;
    width:55%;
    z-index:5;
}
.behind_1{
    width:100%;
    margin-top: 5rem;
    z-index:5;
}
.behind_2{
    width:100%;
    margin:5rem 0 1rem 0;
}
.paragrafi{
    margin-top: 10rem;
    font-family: 'Commissioner';
    font-size: clamp(1rem, 2.2vw, 1.75rem);
    z-index: 2;
    width: 45%;
}
p{
    max-width: 100%;
    padding: 0.5rem 0 3rem 0.5rem;
    margin:1.5rem 0  2rem 0;
}
.p{
    border-left: 0.2vw solid #1D1F2120; /* bordo nero */
}
.intervista_video_section{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin: 10rem 0 10rem 0;
    padding: 1rem;
}
.intervista_video_wrapper {
    display: flex;
    justify-content: center;
    justify-self: center;
    align-self:center;
    background: #fff;
    padding: 1rem;    
    border: 1px solid #f5f5f5;
    margin-top: 5rem;
    margin-bottom:1rem;
    width:60%;
}
.intervista_video {
    width: 100%;
    height: auto;
}
.footer-behind-lens {
    overflow-y:hidden;
}
@media (max-width: 900px) {
  .behind_2{
      margin-top: 2rem
  }
  .paragrafi{
      margin-top: 3rem;
  }
  p{
      padding-bottom:0.5rem;
  }
}

@media (max-width: 674px) {
    .blocco_sotto{
        flex-direction: column;
        align-items:center;
    }
    .img{
        margin:0;
    }
    .behind_1{
        display: none;
    }
    .behind_2{
        margin-top: 3rem
    }
    .paragrafi{
        margin-top: 1rem;
        width:60%;
    }
    .titolo_behind_the_lens span{
        width:100%;
    }
    .intervista_video_wrapper {
        margin:0 auto;
        margin-top: 3rem;
        width:84%;
    }
}
@media (orientation: landscape) {
    .blocco-alto-sempre {
        max-width: 1400px;
        margin:0 auto;
        
    }
}