@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");

body {
  font-family: 'Poppins', sans-serif;
}

label {
  font-family: 'Poppins', sans-serif;
}

p {
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

h2 {
  color: #FF9D45!important;
  font-weight: 600!important;
  font-size: 50px!important;
  font-family: 'Poppins', sans-serif!important;
}

@media (max-width: 992px) {
  h2 {
    font-size: 40px!important;
  }
}

a {
  font-family: 'Poppins', sans-serif;
}

/* SECTION 1 */
#section-1
{
  background-color: black;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 100px 300px; /* superiore in bottom */

}


#section-1 p {
  line-height: 36px;
  font-size: 36px;
  color: #ffffff;
}

#button-anchor {
  color: #FF9D45;
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 44px;
  margin-right: 0px;
  text-align: left !important; 
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

#button-anchor:hover {
  color: #ffffff;
  background-color: #FF9D45;
}

@media (max-width: 992px) {
  #section-1 {
    background-color: black;
    background-image: none;
    padding: 50px 20px 250px;
  } 

  #button-anchor { 
    font-size: 22px;
  }
}
/* SECTION 1 END */

/* SECTION 2 */

.section-2 {
  padding: 100px 100px 50px;
  background-color: #ffffff;
  border-top-right-radius: 170px;
  border-top-left-radius: 170px;
  margin-top: -160px;

}

.section-2 p {
  font-size: 18px;
}

.img-text {
  padding-left: 30px;
  font-size: 14px;
}

.content-ai {
  padding-right: 30px;
}

@media (max-width: 992px) {
  .section-2 {
    padding: 80px 15px 50px;
    border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  }
  .content-ai {
    padding-right: 0px;
    padding-left: 5px;
  }
}

/* SECTION 2 END */

/* SECTION 3 */

.section-3 .row {
  margin: 50px;
}

.section-3 p {
  padding-left: 0px; 
}

@media (max-width: 768px) {
  .icon {
    max-width: 120px!important;
    margin-bottom: 15px;
  }
  .section-3 p {
    font-size: 20px;
  }

  .img-text {
    font-size: 18px;
  }
}


@media (max-width: 992px) {
  .section-3 .row {
    margin: 20px;
  }

  .section-4 img {
    max-height: 450px!important;
}
}

/* SECTION 3 END */

/* SECTION 4 */

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-4 .center-p {
  text-align: center;
  margin-bottom: 50px;

}

.section-4 img {
  max-height: 330px;
  padding-bottom: 10px;
}

/* SECTION 4 END */


/* SECTION FORM */

#section-form {
  background-image: url(../img/background-form.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px;
}

#section-form .logo-colore {
  max-height: 80px;
  padding-bottom: 20px;
}

input, textarea, .submit-btn {
  margin: 8px 8px 8px 0px!important;
  border-radius: 13px;
}

.form-div {
  padding-top: 30px;
}

button {
  color: #ffffff;
  background-color: #FF9D45;
  padding: 15px 30px;
  border-width: 0px;
  border-radius: 44px!important;
  text-align: left !important; 
  font-size: 18px!important;
  font-weight: 600;
  font-family: 'Poppins', sans-serif!important;
}

button:hover {
  background-color: #000000;
}

::placeholder {
  font-size: 14px;
  font-family: 'Poppins', sans-serif!important;
  color: #000000;
}

#section-form p {
  padding-top: 15px;
}

.form-control {
  border-radius: 13px!important;
  border-width: 0px!important;
}

.form-control:focus {
  box-shadow:0 0 0 .25rem #FF9D45!important;
}

.campo-radio label {
  font-size: 12px!important;
}

.form-control-radio {
  width: auto;
  padding: 20px;
  border: 1px solid #707070;
  margin: 8px 0px 8px 0px!important;
}

@media (max-width: 992px) {
  #section-form {
    background-image: none;
    background-color: #EBECEE;
    padding: 50px 15px;
  }
}

/* SECTION FORM END */

/* FOOTER */

footer {
  min-height: 50px;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}

#success, #error {
  display: none;
}

#campi-obbligatori {
  font-size: 12px;
}

.informativa-privacy {
  text-decoration:underline;
  color: #FF9D45!important;
}

#fname-error, #sname-error, #email-error, #privacy-error {
  font-size: 12px;
  color: red;
}

#fname.form-control:valid, #sname.form-control:valid, #email.form-control:valid {
  background-color: #ffffff!important;
}

.informativa-privacy-footer {
  text-decoration: none;
  color: #212529;
}

.informativa-privacy-footer:hover {
  text-decoration: underline;
  color: #212529;
}

/* FOOTER END */
