@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');

html {
scroll-behavior: smooth;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
    margin:0;
    font-family: 'Asap', sans-serif;
}
.staticBg{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width:100%;
    margin:0rem auto;
    background: url("../assets/sfondo03.svg");
    position: relative;
    overflow-x: hidden;
    /*background-position: right top;*/
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: 320px 320px;*/
    background-size: 1280px 1280px;
    background-color: #A61F26;
}



.staticBg h1 {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    color: #27294A;
    font-weight: 700;
    position: relative;
    top: -12px;
    font-size: 2.5em;
    line-height: 1.1; 
}
.staticBg h1 a{
    position: relative;
    top: 15px;
    font-size: 1.6em;
    line-height: 1.1; 
    color: #27294A;
}
.staticBg h1 a:hover{ 
    color: #e7b142;
}
.start{
    animation: start1 4s ease;
}
.start img {
    height: 17vh;
    width: 100%;
    margin: 15vh auto 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.road{
    height:140px;
    width:500%;
    background: url("../assets/base.svg");
    display:block;
    position:absolute;
    bottom:0%;
    left:0%;
}

.stradedimerdadellestdelmondo1{
    animation: stradedimerdadellestdelmondo1 0.1s ease infinite;
}

.stradedimerdadellestdelmondo2{
    animation: stradedimerdadellestdelmondo2 0.2s ease infinite;
}
.car{
    position:absolute;
    /* width: 171px; */
    width: 231px;
    bottom:42px;
    left:2%;
    animation: car 20s ease infinite;
}
.arrowstart{
    position:absolute;
    /* width: 171px; */
    top:4%;
    animation: arrowstart 1s ease infinite;
}
.movingBg1{
    height:135px;
    width:4200px;
    background: url("../assets/montagne01.svg");
    display:block;
    position:absolute;
    bottom:0%;
    left:0%;
    background-repeat: repeat-x;
    animation: moveRight 16s linear infinite;
}
.movingBg2{
    height:135px;
    width:4200px;
    background: url("../assets/alberi01.svg");
    display:block;
    position:absolute;
    bottom: 0;
    left:0%;
    background-repeat: repeat-x;
    animation: moveRight 8s linear infinite;
}

/*animation*/
@keyframes moveRight{
    100%{transform:translateX(-2100px);}
}

@keyframes car{
    100%{transform:translate3d(0,0,0);
   
    }
    50%{transform:translate3d(25%,0,0);
    }

    0%{transform:translate3d(0,0,0);
    }
}
@keyframes stradedimerdadellestdelmondo1{
    100%{
        transform: rotateZ(1deg);
   
    }
    50%{
        transform: rotateZ(-1deg);
    }

    0%{
        transform: rotateZ(1deg);
    }
}
@keyframes stradedimerdadellestdelmondo2{
    100%{transform:translateY(1px);
   
    }
    50%{transform:translateY(-1px);
    }

    0%{transform:translateY(1px);
    }
}
@keyframes start1{
    100%{
        transform: scale(1) translateY(0px);
    }
    50%{
        transform: scale(1.1) translateY(40px);
    }
    0%{
        transform:scale(0.9) translateY(-40px);
    }
}
@keyframes arrowstart{
    100%{transform:translateY(7px);
   
    }
    50%{transform:translateY(-7px);
    }

    0%{transform:translateY(7px);
    }
}

.box1{
    padding: 0 2em;
}
.box2{
    padding: 0 2em;
}
.box3{
    padding: 0 2em;
}
.box4{
    padding: 0 2em;
}
main{
    padding-top: 1em;
    background-color: #27294A;
}
main .block1{
    background-color: #27294A;
    padding-top: 1em;
    padding-bottom: 2em;
}
main .block1 h2{
    color: #e7b142; 
    letter-spacing: 0.02em;
    font-size: 1.6em;
    line-height: 1.2;
}

main .block1 p{
    color: #e7b142;
    font-size: 1.2em;
    line-height: 1.2;
}

main .block1 h5{
    color: #e7b142;
    font-size: 1.6em;
    line-height: 1.5;
    margin: 0;
}
main .block1 h6{
    color: #e7b142;
    font-size: 1em;
    line-height: 1;
    margin: 0;
}
main .block1 a{
    color: #e7b142;
    font-weight: 700;
}
main .block1 a:hover{
    color: #A61F26;
    font-weight: 700;
}




main a img{
   max-width: 75px;
   width: 100%;
   margin: 3% 3% 3% 0;
}



main .block2{
    background-color: #27294A;
    background-image: url("../assets/mongol-ipa-small.png");
  background-repeat: repeat-x;
  background-position: center; 
  background-size: 285px 500px;


}


main .block2 div{
  height: 560px;

}

main .block3{
    background-color: #e7b142;
    padding-top: 4em;
    padding-bottom: 2em;
}


main .block3 h1{
    color: #27294A ;
    letter-spacing: 0.02em;
    font-size: 1.6em;
    line-height: 1.2;
}

main .block3 p{
    color: #27294A;
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1.7em;
}
main .block3 p a{
    color: #27294A;
}
main .block4{
    background-color: #A61F26;
    padding-top: 1em;
    padding-bottom: 1em;
}

main .block4{
    background-color: #A61F26;
    padding: 1em;
 
}

main .block4 i{
    position: relative;
    top: 1px;
    font-size: 1.1em;
    margin-left: 15px;
    margin-right: 2px;
}

main .block4 p{
    color: #e7b142;
    text-align: center;
    line-height: 2;
}

main .block4 p a{
    color: #e7b142;
    text-decoration: none;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 2em;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e7b142;
  outline: 0;
  font-size: 1.3rem;
  color: #e7b142;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.2rem;
  cursor: text;
  top: 15px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #e7b142;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right,#A61F26, #A61F26);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #A61F26;
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}


input[type=button], input[type=submit] {
  background-color: #e7b142;
  border: none;
  color: #27294A;
  padding: 8px 10px;
  text-decoration: none;
  margin: 0 0 2em 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  float: left;
}
.button-dona a{
  background-color: #27294A;
  border: none;
  color: #e7b142;
  padding: 8px 10px;
  text-decoration: none;
  margin: 0 0 2em 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  float: left;
}

.totale{
  float: left;
  margin: 2em 0 0 0;
  padding: 0 10px 0 0;
  width: 100%;
}
.totale p{
  line-height: 0.8 !important;
}
.success{
    font-weight: 800;
    color: #A61F26 !important;
    background: #e7b142;
    padding: 2px 5px;
}

  

.small{
  font-size: 0.8em;
}