*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

::-moz-selection {
  color: #fff;
  background:#ff9900; 
}

::selection {
  color: #fff;
  background:#ff9900; 
}

::-webkit-scrollbar { 
  width: 0px; background: transparent;
}

body {
  width: 100vw;
  /* height: 100vh; */
  overflow-x: hidden;
  font-family: 'Clash Grotesk', sans-serif;
  background-color: #000;
  font-size: 1.2rem;
}

.gradient-ellipse{
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  background-image: url(../link/ellipse_gradient.png);
  background-position: 60vw ;
  background-size: 120vh;
  background-repeat: no-repeat;
}

.navigation{
  position: absolute;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}

.navigation-flex{
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.brand-partner{
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: right;
}

.brand-partner img{
  width: 100px;
  cursor: pointer;
}

.brand-partner img:first-child{
  width: 210px;
  padding-right: 60px;
}


.navigation-flex{
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 3;
}

.brand-mercurio{
  width: 160px;
}

header{
  width: 100%;
  height: fit-content;
}

.orange-text{
  background: -webkit-linear-gradient(300deg, rgba(246,180,102,1) 0%, rgba(218,84,56,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}

.header-container{
  width: 100%;
  height: 100vh;
  margin: auto;
  
}

.mg-container{
  width: 90%;
  margin: auto;
  

}

.orange-text{
  color: #EF9D5B;
}

.headline-container{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  min-height: 500px;
  
}

.header-headline{
  font-weight: 500;
  font-size: 9rem;
  line-height: 10rem;
  color: #fff;
  padding: 5vh 0;
}

.sub-body-headline, .sub-form-headline{
  width: 100%;
  max-width: 900px;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: 'General Sans', sans-serif;
  font-weight: 300;
  color: #fff;

}

.container{
  width: 90%;
  margin: auto;
  color: #fff;
}


.btn{
  padding-top: 6vh;
}

.btn button{
  padding: 15px 30px;
  background-color: transparent;
  border: 1px solid #EF9D5B;
  color: #EF9D5B;
  font-size: 1rem;
  font-family: 'General Sans', sans-serif;
  font-weight: 500;
  z-index: 5;
  text-transform: uppercase;
}

.btn button:hover{
  background-color: #EF9D5B;
  border: 1px solid #EF9D5B;
  color: #000;
}



.form-container{
  width: 100%;
  height: fit-content;
  padding: 50px 0 200px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}

form{
  width: 100%;
  max-width: 600px;
  padding: 50px 50px 50px 0x;
  color: #fff;
}

form h1{
  padding-bottom: 30px;
}

input:focus, #message:focus {
  outline: 2px solid #EF9D5B;
}

#name, #phone, #email, #message, #subject{
  width: 100%;
  height: 50px;
  margin: 20px 0;
  background-color: transparent;
  border: 1px solid #EF9D5B;
  border-radius: 0px;
  color: #fff;
  padding: 5px 5px;
  font-size: 1rem;

}


#message{
  height: 130px;

}

#submit{
  width: 100%;
  height: 50px;
  background-color: #EF9D5B;
  border: 1px solid #EF9D5B;
  color: #000;
  font-size: 1rem;
  font-family: 'General Sans', sans-serif;
  font-weight: 500;
  border-radius: 0px !important;
  text-transform: uppercase;
}

#submit:hover{
  background-color: #e19455;
  border: #e19455 ;
  color: #000;
}

.form-headline, h1{
  font-size: 3rem;
  padding: 60px 0;
}

.sub-form-headline{
  padding: 5vh 0;
}


footer{
  width: 90vw;
  margin: auto;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 30px 0;
  flex-wrap: wrap-reverse;
}

footer a{
  text-decoration: none;
  color: #fff;
}

footer a:hover{
  color: #EF9D5B;
}

.footer-info{
  display: flex;
  gap: 40px;
}

.social{
  display: flex;
  gap: 40px;
}

footer i{
  font-size: 1rem;
}

.ft-container{
  width: 90%;
  margin: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.ft-container a{
  color: #EF9D5B;
  text-decoration: none;
}

.ft-container a:hover{
  text-decoration: underline;
}


/* Schermi grandi o ad alta risoluzione */
@media all and (min-width: 1690px) { 

  .header-headline{
    font-size: 11rem;
    line-height: 12rem;
  }
}


/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) { 


  form{
    width: 100%;
    max-width: 1600px;
  }

}


@media only screen and (max-width: 800px) { 

  .brand-mercurio{
    width: 125px;
  }
  
  .header-headline{
    font-size: 6rem;
    line-height: 7rem;
  }
  
  .sub-body-headline{
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: 'General Sans', sans-serif;
    font-weight: 300;
    color: #fff;
  
  }
  
  .brand-partner img{
    width: 50px;
  }

  .brand-partner img:first-child{
    width: 150px;
    padding-right: 30px;
  }

  .headline-container{
    min-height: 600px;
    
  }

  header{
    height: 700px;
  }

}

@media screen and (max-device-width: 480px) and (orientation:portrait) {


.brand-mercurio{
  width: 125px;
}

.header-headline{
  font-size: 350%;
  line-height: 4.5rem;
  padding:0;
  padding-top: -50px;
}

.sub-body-headline{
  display: none;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: 'General Sans', sans-serif;
  font-weight: 300;
  color: #fff;

}

.brand-partner{
  position: absolute;
  top: 0;
  height: 90vh;
  align-items: flex-end;
  justify-content: left;
}

.form-container{
  padding-bottom: 80px;
}

footer{
  align-items: left;
  padding: 30px 0 10px 0;
}

.footer-info{
  padding-top: 40px;
}

}