* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Ronzino';
  src: url('../font/Ronzino-Regular.woff2') format('woff2');
  font-weight: 400;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hero-wrapper {
  margin-bottom: -105vh;
  width: 100vw;
  left: 0;
}

.hero-section {
  bottom: 0;
  height: 80vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7E8E2;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5%;
}

.logoBattistelli {
  width: 9vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-spacer {
  height: 100vh;
}

.cta-wrapper {
  background-color: #E7E8E2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180vh;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 3;
  height: auto;
}

.cta-section {
  gap: 24%;
  height: 150vh;
  height: auto;
  right: 0;
  padding: 5vw;
}

.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h2 {
  color:#020202;
  font-family: "Manrope", sans-serif;
  font-size: 104px;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(3.25rem, 0.929rem + 6.19vw, 6.5rem);
}

.sezione {
  display: flex;
  flex-direction: row;
  padding-top: 8%;
}

.sezione-testo {
  display: flex;
  flex-direction: row;
  padding-top: 8%;
}

h3 {
  color: #020202;
  font-size: 29px;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  width: 36vw;
  font-size: clamp(0.625rem, -0.5469rem + 3.75vw, 1.5625rem);
} 

.video_paragrafo {
  height: 60%;
  width: 63vw;
  display: flex;
  padding-left: 7%;
}

.testo {
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  font-size: 34px;
  display: inline-block;
  text-align: left;
  color: #020202;
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.625rem, -0.5469rem + 3.75vw, 1.5625rem);
  line-height: 1.4;
  width: 56vw;
}

p{
  width: 56vw;
}

.nome-basso {
  height: 100%;
  color:#020202;
  width: 30%;
}

.info-basso {
  display: flex;
  flex-direction: row;
  margin-left: 32.4vw;
  padding-top: 3%;
  width: 56.5vw;
  color: #020202;
}

.testo-basso {
  gap: 30px;
  width: 35vw;
}

.sinistra {
  font-family: "Fira Code", monospace;
  letter-spacing: 0.1rem;
  font-size: 15px;
  height: 25px;
  border-bottom: 0.5px solid #666;
}

.sinistra-lungo {
  font-family: "Fira Code", monospace;
  letter-spacing: 0.1rem;
  font-size: 15px;
  height: 50px;
  border-bottom: 0.5px solid #666;
}

.destra {
  font-family: "Fira Code", monospace;
  letter-spacing: 0.1rem;
  height: 25px;
  font-size: 15px;
  display: flex;
  border-bottom: 0.5px solid #666;
}

.destra-lungo {
  font-family: "Fira Code", monospace;
  letter-spacing: 0.1rem;
  height: 50px;
  font-size: 15px;
  border-bottom: 0.5px solid #666;
}

.bold{
  font-weight: 600;
} 

.backbtn {
  align-items: start;
  border: 1px solid #020202;
  background-color: #020202;
  font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
  line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
  padding: 10px 20px;
  transition: background-color 0.5s, color 0.5s;
  color: #E7E8E2;
  position: absolute;
}

.backbtn:hover {
  opacity: 80%;
  cursor: pointer;
  background-color: #E7E8E2;
  border: 1px solid #020202;
  color: #020202;
}

.backbtn:active {
  opacity: 0.4;
}

.bntLearnMore{
  align-items: start;
  border: 1px solid #020202;
  background-color: #020202;
  font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
  line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
  padding: 10px 20px;
  transition: background-color 0.5s, color 0.5s;
  color: #E7E8E2;
  margin: auto;
}

.bntLearnMore:hover {
  opacity: 80%;
  cursor: pointer;
  background-color: #E7E8E2;
  border: 1px solid #020202;
  color: #020202;
}

.bntLearnMore:active {
  opacity: 0.4;
}

body {
  box-sizing: border-box;
  margin: 0;
  line-height: 1.6;
  text-wrap: balance;
  background-color: #020202;
  color:  #E7E8E2;
  height: 100vh;
}

.footer-wrapper {
  margin-top: -60vh;
}
 
.bottoni {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin-top: 100px;
}

section, footer {
  display: flex;
  flex-direction: column;
  padding: 3vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
  
#contatti{
  margin-bottom: 50%;
}

.contatti {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

h1 {
  color:  #E7E8E2;
  font-family: 'Ronzino', sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(3.25rem, 0.929rem + 6.19vw, 6.5rem);
}

.info {
  font-family: 'Ronzino';
  color:  #E7E8E2;
  font-size: clamp(0.875rem, 0.5909rem + 0.7576vw, 1.5rem);
}

.scrivimi dl dd span {
  margin-right: 15px; 
}

.messaggio {
  margin-top: 2rem;
  font-family: 'Ronzino';
}

.nome-completo {
  display: flex;
  gap: 40px;
}

input {
  color:  #E7E8E2;
  font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
  line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
  width: 245px;
  height: 50px;
  padding-left: 10px;
  margin-bottom: 10px;
  outline: none;
  border: none;
  background: none;
  border-bottom: 2px solid #E7E8E2;
  font-family: 'Ronzino';
  margin-top: 30px;
}

textarea {
  outline: none;
  border: none;
  font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
  line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
  background: none;
  border-bottom: 2px solid #E7E8E2;
  padding-left: 10px;
  padding-top: 5px;
  color:  #E7E8E2;
  font-family: 'Ronzino';
  width: 100%;       
  max-width: 58.5%;  
  min-width: 200px; 
  resize: vertical;
}

input:focus-within {
  outline: none;
  border-color: #E7E8E2;
  color: #E7E8E2;
  border-width: 3px;
}

.text {
  margin-top: 45px;
  width: 63vw;
  margin-bottom: 10%;
}

.invia {
  border: 1px solid #020202;
  border: none;
  font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
  line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
  padding: 10px 20px;
  margin: auto;
  transition: background-color 0.5s, color 0.5s;
  border: 1px solid #d2d5ca;
  position: relative;
  z-index: 10;
}

.invia:hover {
  opacity: 80%;
  cursor: pointer;
  background-color: #020202;
  border: 1px solid #E7E8E2;
  color: #E7E8E2;
}

.invia:active {
opacity: 0.4;
}

.nomi{
  color:  #E7E8E2;
  font-family: "Fira Code", monospace;
  letter-spacing: 0.1rem;
  font-size: 12px;
  left: 41vw;
  position: absolute;
  top: 94.3vh;
}

.grassetto {
  font-weight: 900;
}

footer {
  position: sticky;
  bottom: 0;
  padding-top: 50px;
}

section .menu{
  display: flex;
  flex-direction: row;
  height: 100vh;
  gap: 10vw;
  padding-bottom: 150px;
  position: relative;
  padding-top: 25%;
}

section, footer {
  display: flex;
  flex-direction: column;
  padding: 3vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.footer-wrapper {
  margin-top: -60vh;
}

@media screen and (max-width: 992px){

  .cta-wrapper {
    height: auto;
    min-height: 110vh;
    padding: 2vw;
    height: auto;
    overflow-x: hidden;
    min-height: 110vh;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7E8E2;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
  }

  .logoBattistelli {
    width: 25vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nome-completo {
    display: flex;
    gap: 55px;
  }

  .invia {
    position: relative;
    z-index: 10;
    border: none;
    transition: background-color 0.5s, color 0.5s;
    border: 1px solid #d2d5ca;
    text-decoration: none;
    background-color: #020202;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #E7E8E2;
    color: #020202;
  }

  section .menu{
    padding-top: 0px;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Manrope", sans-serif;
  }

  .info {
    color:  #E7E8E2;
    font-size: clamp(0.875rem, 0.5909rem + 0.7576vw, 1.5rem);
    padding-top: 50px;
    font-family: 'Ronzino', sans-serif;
  }

  section, footer {
    padding: 2vw;
  }

  #contatti{
    padding: 5vw;
    margin-bottom: 0;
  }

  .sezione {
    padding-top: 15%;
    display: flex;
    justify-content: space-between;
  }

  .container {
    padding: 5%;
  }

  .video_paragrafo {
    height: 60%;
    width: 63vw;
    display: flex;
    padding-left: 7%;
  }

  .sezione-testo {
    padding-top: 10%;
  }

  h1 {
    color:  #E7E8E2;
    font-family: "Manrope", sans-serif; 
  }

  footer {
    position: sticky;
    bottom: 0;
    padding-top: 15%;
    overflow-x: hidden;
    padding-left: 24px;
  }

  button {
    border: 1px solid #020202;
    border: none;
    transition: background-color 0.5s, color 0.5s;
    border: 1px solid #d2d5ca;
  } 

  button:hover {
    background-color: #020202;
    border: 1px solid #E7E8E2;
    color: #E7E8E2;
  }

  button:active {
   opacity: 0.4;
  }

  a {
    margin: 0;
    color: #E7E8E2;
  }
}

@media screen and (max-width: 600px){

  .cta-wrapper {
    height: auto;
    min-height: 110vh;
  }

  input {
    color:  #E7E8E2;
    font-size: clamp(.875rem,.65625rem + .546875vw, 1.3125rem);
    line-height: calc((.65625rem + .546875vw) * 1.457142857142857);
    width: 135px;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
    outline: none;
    border: none;
    background: none;
    border-bottom: 2px solid #E7E8E2;
    font-family: 'Ronzino';
    margin-top: 30px;
    gap: 20%;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7E8E2;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
  }

  .logoBattistelli {
    width: 25vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nome-completo {
    display: flex;
    gap: 35px;
  }

  .invia {
    position: relative;
    z-index: 10;
    border: none;
    transition: background-color 0.5s, color 0.5s;
    border: 1px solid #d2d5ca;
    text-decoration: none;
    background-color: #020202;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #E7E8E2;
    color: #020202;
  }

  .intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
  }

  p {
    width: 55.5vw;
  }

  .info {
    color:  #E7E8E2;
    font-size: clamp(0.875rem, 0.5909rem + 0.7576vw, 1.5rem);
    padding-top: 50px;
  }

  .testo-basso {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    display: inline-block;
    text-align: left;
    color: #020202;
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.625rem, -0.5469rem + 3.75vw, 1.5625rem);
    line-height: 1.4;
    width: 38vw;
    padding-right: 0px;
    gap: 0px;
  }

  .sinistra {
    font-family: "Fira Code", monospace;
    letter-spacing: 0.1rem;
    font-size: clamp(0.875rem, 0.6477rem + 0.6061vw, 1.375rem);
    border-bottom: 0.5px solid #666;
    font-size: 7px;
    height: 27px;
    display: flex;
    align-items: center;
  }

  .sinistra-lungo, .destra-lungo {
    font-family: "Fira Code", monospace;
    letter-spacing: 0.1rem;
    font-size: clamp(0.875rem, 0.6477rem + 0.6061vw, 1.375rem);
    border-bottom: 0.5px solid #666;
    font-size: 7px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .destra {
    font-size: 7px;
    display: flex; 
    text-align: start; 
    align-items: center;
    height: 27px;
    border-bottom: 0.5px solid #666;
    font-family: "Fira Code", monospace;
    padding-right: 0px;
    margin-left: 0px;
  }

  .video_paragrafo {
    width: 75%;
  }

  .info-basso {
    width: 54vw;
    padding-top: 0;
  }

  p {
    padding-bottom: 0;
  }

  .testo {
    padding-bottom: 0;
  }

  .container {
    height: 25%;
  }

  .sezione {
    padding-top: 15%;
    display: flex;
    justify-content: space-between;
  }

  .container {
    padding: 5%;
  }

  .video_paragrafo {
    height: 60%;
    width: 61vw;
    display: flex;
    padding-left: 7%;
  }

  .info-basso {
    display: flex;
    flex-direction: row;
    margin-left: 26vw;
    padding-top: 3%;
    width: 56.5vw;
    color: #020202;
  }

  .sezione-testo {
    padding-top: 10%;
  }

  h1 {
    color:  #E7E8E2;
    font-family: "Manrope", sans-serif; 
  }

  #contatti{
    padding: 5vw;
    margin-bottom: 0;
  }

  footer {
    position: sticky;
    bottom: 0;
    padding-top: 15%;
    overflow-x: hidden;
    padding-left: 24px;
  }

  button {
    border: 1px solid #020202;
    border: none;
    transition: background-color 0.5s, color 0.5s;
    border: 1px solid #d2d5ca;
  } 

  button:hover {
    background-color: #020202;
    border: 1px solid #E7E8E2;
    color: #E7E8E2;
  }

  button:active {
   opacity: 0.4;
  }

  .text {
    margin-top: 45px;
    margin-bottom: 15%;
  }

  textarea {
    width: 100vw;       
    max-width: 125%;  
    min-width: 200px; 
    resize: vertical;
  }

  a {
    margin: 0;
    color: #E7E8E2;
  }
}

section .menu{
  padding: 34px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  padding-bottom: 270px;
  margin-top: 55px;
  position: relative;
}

.menu img{
  gap: 1.8vw;
  width: 100%;
  height: 70%;
  object-fit: cover;
  overflow: hidden;
} 

.menu_text {
  text-align: center;
  color: #020202;
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.8125rem, -0.0469rem + 2.75vw, 1.5rem);
  padding-top: 20px;
  font-weight: 550; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
}

.img1 {
  cursor: pointer;
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  object-fit: cover;
}

.img2 {
  cursor: pointer;
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  object-fit: cover;
}

.img3 {
  cursor: pointer;
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  object-fit: cover;
}

img {
  width: 100%;
  object-fit: cover;
}

.image_img {
  display: block;
  width: 100%;
}

h1 {
  font-family: "Manrope", sans-serif;
}
