
*,
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Google Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
h1,
h4,
.submission-btn {
  font-family: "Acme", sans-serif;
}
h1,
h2,
h4,
h5,
h6 {
  padding: 13px 0;
}

/* Header */
header {
  text-align: center;
  width: 100%;
}
/* Sezione loghi */
.logo-wrap {
  padding: 10px 0px;
  display: flex;
  justify-content: space-around;
}
.logo-wrap .logo-img {
  max-height: 40px;
  border-radius: 2px;
  object-fit: cover;
}

/* Titolo e sottotitolo */
/* .titleAward {
  font-size: 16px;
} */
.titleAward,
.form-info-wrap div h3 {
  color: #9e2362;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.6px;
}
.subtitle {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0px 20px;
}
/* Sezione Hero  */
.hero-wrap,
main,
.form-info-wrap {
  position: relative;
}

.hero-wrap,
.hero-img,
.overlay-wrap {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

/* Box testo dentro la hero */
.hero-text-wrap {
  background-color: rgba(244, 235, 235, 0.849);
  width: 85%;
  position: absolute;
   top: 50%; 
  left: 50%;
   transform: translate(-50%, -50%); 
  padding: 10px;
  z-index: 2;
} 
.hero-text-wrap .title {
  margin: 0px;
}

.hero-description-award {
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 13px;
}

.hero-text-wrap div {
  padding: 10px 0px;
}

.hero-text-wrap div h4:first-of-type, .submission-btn {
  text-transform: uppercase;
}

.hero-text-wrap div h4 {
  color: #9e2362;
  text-shadow: 0px 0px 1.2px #676565;
  font-size: 18px;
  font-weight: bolder;
  padding: 0px 0px 10px;
}
.overlay-wrap {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(46, 42, 42, 0.534);
} 

.submission-btn {
  margin-top: 20px;
  padding: 10px 30px 10px 30px;
  color: #fff;
  background-color: #9e2362;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: bolder;
  border-radius: 5px;
  /* width: 100%; */
  border: 1px solid #9e2362;

  /*border-width: 1px 1px 3px; */
  /* box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
  margin-bottom: 10px;
}
/* Separatore sezioni */
.section-divider  {
  position: absolute;
  background-image: url("https://pitturiamo.it/wp-content/themes/consulting/landing-pitturiamo/divider.svg");
  top: -30;
  height: 100px;
  z-index: 3;
  width: 100%;
}
/* Definisco il padding per il main e la section */
.description-award-wrap,
.form-info-wrap {
  padding: 120px 30px 0px;
}

.form-info-wrap {
  padding-top: 160px;
  padding-bottom: 20px;
}

/* Testo interno al main */
.description-award {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7em;
}

/* Section contenente il form e le info e prezzi del premio */
.form-info-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
/* parte con prezzo e premi */

.award-price {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}

.list-award {
  padding: 10px;
}

.list-award li {
  margin-bottom: 15px;
  line-height: 1.3em;
}

/* parte con il form*/
.form-wrap {
  width: 100%;
}

.form-wrap .description-award{
    text-align: center;
    margin-top: 10px;
}

/* Divisore al contrario */
.divider-flip {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* Sezione lingue */
.lang-switch-menu-wrap {
  text-align: center;
  background-color: #fff;
  padding: 8px 0px 14px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
}
.lang-switch-menu-wrap p {
  font-size: 12px;
}

.flag-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

/* Sezione footer */
footer {
  background-color: #333333;
  padding-bottom: 20px;
}

.footer-content {
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.footer-address 
{ margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4em;
}
/* COMINCIO DA QUI CON LE CLASSI NUOVE DA SISTEMARE! */
.img-scheme {
  width: 80%;
  object-fit: cover;
  border: 1px solid red;
  align-items: center;
}
.list-award li p {
  text-align: center;
}   
@media screen and (min-width: 950px) {
  .logo-wrap {
    justify-content: space-evenly;
  }
.description-award, ul.list-award li {
  font-size: 20px;
}

  .title {
    margin: 0px;
  }

  .hero-wrap,
  .hero-img,
  .overlay-wrap {
    height: 400px;
  }
  .hero-text-wrap {
    width: 60%;
 
  }

  .form-info-wrap,
  .description-award-wrap {
    width: 80%;
  }

  .form-section,
  main {
    display: flex;
    justify-content: center;
  }

  .form-info-wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    gap: 30px;
  }

  .price-info {
    width: 40%;
  }
  .form-wrap {
    width: 50%;
  }
  

  .submission-btn,
  .flag-wrap a {
    cursor: pointer;
  }

  .submission-btn:hover,
  .flag-wrap a:hover {
    transform: scale(1.03);
    transition: all 0.75 linear;
  }
}