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

/* UTILITIES */

@font-face {
    src: url(../assets/font/HelveticaNowText-Regular.ttf);
    font-family: Helvetica-Now;
}

@font-face {
    src: url(../assets/font/HelveticaNowText-Bold.ttf);
    font-family: Helvetica-Now-Bold;
}

body, .white-button, .black-button, .blue-button, .small-button{
    font-family: Helvetica-Now;
    font-size: 18px;
}

.col-60{
    width: 60%;
}

.col-40{
    width: 40%;
}

.central{
    max-width: 1170px;
    margin: 0 auto;
}

.smaller-central{
    max-width: 900px;
    margin: 0 auto;
}

.white{
    color: white;
}

.black{
    color: rgba(33,36,41,255);
}

.blue{
    color: rgba(115,136,219,255);
}

.arrow{
    margin-right: 5px;
}
/* bottoni */
.white-button{
    background-color: white;
    border-radius: 40px;
    padding: 10px 20px;
    border-color: transparent;
}
.black-button{
    color: white;
    background-color: rgba(35,39,42,255);
    border-radius: 40px;
    padding: 10px 20px;
    margin-left: 30px;
    border-color: transparent;
}

.blue-button{
    color: white;
    background-color: rgba(143,161,224,255);
    border-radius: 40px;
    padding: 10px 20px;
    border-color: transparent;
}

.small-button{
    background-color: white;
    border-radius: 40px;
    padding: 5px 10px;
    border-color: transparent;
    font-size: 14px;
}
/* fine bottoni */

.central-content{
    text-align: center;
}

h1{
    margin-bottom: 25px;
    font-family: Helvetica-Now-Bold;
    font-size: 60px;
}

h2{
    font-family: Helvetica-Now-Bold;
    font-size: 45px;
    line-height: 1.3;
    padding-bottom: 25px;
}

h3{
    font-family: Helvetica-Now-Bold;
    margin-bottom: 30px;
    font-size: 28px;
}
p{
    margin-bottom: 25px;
    line-height: 1.5;
}

.bold{
    font-family: Helvetica-Now-Bold;
}

hr{
    border: 0;
    height: 1px;
    background-color: #7189d863;
    margin: auto 16%;
  }
/* END UTILITIES */


/* start header */
header{
    background-image: url(../assets/img/jumbo.png);
    background-size: cover;
    background-position: center;
}

.header-row{
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo{
    padding-left: 10px;
    padding-right: 100px;
}

.header-link{
    width: 60%;
    text-align: center;
}

.header-login{
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.header-text{
    margin: auto 20px;
}
/* end header */

/* start first section */
.first-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
    padding-top: 150px;
}

.first-col{
    width: 100%;
    line-height: 1.8;
}
/* end first section */

/* start second section */
.second-sec{
    background-color: rgb(255, 255, 255);
}
.second-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* end second section */

/* start third section */
.third-sec{
    background-color: rgba(228,229,229,255);
}
.third-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* end third section */

/* wave */
.wave{
    width: 100%;
    opacity: 0.1;
    display: flex;
}

.wave-reverse{
    width: 100%;
    opacity: 0.1;
    transform: rotate(180deg);
    display: flex;
}
/* end wave */

/* start fourth section */
.fourth-sec{
    background-color: rgb(255, 255, 255);
}

.fourth-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* end fourth section */

/* start fifth */
.fifth-sec{
    background-color: rgba(228,229,229,255);
}

.fifth-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 30px;
}

.fifth-col{
    width: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
}
.stars{
    background-image: url(../assets/img/stars.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
}

/* end fifth section */

/* start footer */
footer{
    background-color: rgba(35,39,42,255);
}

.sixth-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.col-30{
    width: 30%;
    margin-top: 70px;
}

.ita{
    width: 25px;
    vertical-align: middle;
}

.footer-text{
    font-size: 14px;
}

.social{
    padding-right: 20px;
    padding-top: 30px;
}

.col-70{
    width: 70%;
    margin-top: 75px;
    margin-bottom: 30px;
}

.intern-row{
    display: flex;
}

.col-17{
    width: calc(100% / 4);
    font-size: 15px;
    line-height: 2;
}

.footer-container{
    background-color: rgba(126,255,213,255);
}

.footer-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 25px;
}

.footer-bottone{
    margin-bottom: 5px;
}

.small{
    font-size: 14px;
    padding: 5px 10px;
}