body{
    font-size: 18px;
    font-family:'Gill Sans', sans-serif;
    line-height: 1.5;

}
.logo{
    max-width:14%;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    position: relative;
}
.logo .payoff{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px;
}

.img-tablet{
    width:20%;
}
.img-imac{
    width:40%;
}
.text-custom h1{
    font-size:30px;
}
.text-custom span{
    background-color:#ff9d91;
    padding: 4px 4px 4px 4px;
}

h4{
    font-size: 16px;
}
h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

section{
    margin-bottom: 60px;
    padding-left:5%;
}


.imglogo{
    width:5%;
    height:5%;
}

.titolo1{
    font-size: 25px;
    color: #e2e2e2;
    margin-top:45px;

}
.img-esthetitaly{
    width:150px;
}
a{
    text-decoration:none;
}
button{
    background-color: #ff9d91;
    border-color: transparent;
    border-radius: 30px;
    font-family: 'Noto Sans SC', sans-serif;
    color:#FFFFFF;
}
button:hover{
    background-color: #e17f7b;
    color: #d6d6d6;
}
button.prenota{
    border-radius:40px;
    border:2px solid #ff9d91;
    color: #ff9d91;
    margin-bottom: 20px;
    margin-top:20px;
    font-size: 20px;
    padding: 11px 15px 7px 15px;
    transition-property: border-color , color;
    transition-duration: 0.5s;
    background: #ffffff;
    font-family:'Gill Sans', sans-serif;
}

button.prenota:hover{
    color: #000000;
    border: 2px solid #000000;
}
button.prenota2{
    font-size:25px;
    border-radius:40px;
    border:2px solid #ff9d91;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top:20px;
    padding: 11px 15px 7px 15px;
    transition-property: border-color , color;
    transition-duration:0.5s;
    background:  #ff9d91;
    font-family:'Gill Sans', sans-serif;
}
button.prenota2:hover{
    color: #ff9d91;
    border: 2px solid  #ff9d91;
    background:#ffffff;
}
button.richiamami{
    border: 2px solid #ff9d91;
    color: #ff9d91;
    background: transparent;
    margin-bottom:10%;
    width:30%;
    height:40px;
    transition-property: border-color , color;
    transition-duration: 0.5s;
}
button.richiamami:hover{
    color: #000000;
    border: 2px solid #000000;
}
button.richiedi-demo{
    border:2px solid #f27a6d;
    color: #f27a6d;
    background-color:#ffffff;
    padding: 5px 15px 5px 15px;
    margin:40px;
}
.sfondo{
    text-align: left;
    background-image:url("https://www.makiapp.it/img/software-barber.jpg?v=1.9.5dev1623832680");
    background-size: cover;
    background-position: center center;
    height: 700px;
    position: relative;
    box-sizing:content-box;
}
.ombra{
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    width: 100%;
}
.outer-slogan{
    max-width: 750px;
    margin-left: 40px;
    position: absolute;
    bottom: 30px;
}

.testo-bianco{
    color: #efefef;
    margin-top:10px;
}

.testo-bianco h1{
    line-height: 40px;
}

.testo-bianco h2 span{
    font-size: 30px;
    background-color: #ff9d91;
    color: white;
}

.testo-bianco-2{
    color: #efefef;
    margin-top:10px;
    font-size: 18px;
    font-weight: bold;
}

.testo-rosa{
    background-color:#ff9d91;
    font-size:35px;
}

.testo-richiama{
    padding-top:15px;
    font-size:18px;
    width:115%;
    color: #565656;
}
.input-richiama{

    margin-top:30px;
    width:60%;
    height:50%;
    font-size:15px;
    padding: 7px 7px 7px 7px;
    background-color:#ffffff;
    border: 1px solid #ffffff;
}
.vistosu{
    background-color: #f7f5ef;
    text-align: center;
    height: 130px;

}
.testo-visto-su{
    font-family:'Noto Sans SC', sans-serif;
    color: #5c5c5c;
    font-size: 20px;
    padding-top:15px;
}

.text-left{
    text-align: left;
}

.outer-foto img{
    width: 100%;
}

.outer-features-left{
    font-size:20px;
}


.outer-features-left ul{
    padding-left: 0px;
    margin-top: 24px;
}

.outer-features-left ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.outer-features-left ul li::after{
    content: "";
    position: absolute;
    width: 37px;
    height: 2px;
    background-color: #ff9d91;
    bottom: -5px;
}

.material-icons{
    font-size: 40px !important;
    margin-right: 10px;
    color: #ff9d91;
}
.fa{
    font-size:22px !important;
    margin-right:10px;
}
.fa:hover{
    font-size:25px !important;
}
.material-icons.contatti{
    font-size:22px !important;
    color: #000000;
}
.material-icons.contatti:hover{
    font-size:25px !important;
}
.orologio{
    padding: 20px 0px 60px;
}
ul.sx{
    padding-left:60%;
    line-height: 2.5;
    color: #565656;
}
ul.dx{
    padding: 8% 15%;

}

.elenco ul li{
    display: flex;
    align-items:center;
    position:relative;
    margin-bottom:20px;
    font-size:18px;
    color: #565656;
}
.testocentrale{
    font-family:'Noto Sans SC', sans-serif;
    color: #313131;
    text-align:center;
    margin-top: 20px;
    text-decoration: underline #ff9d9d;
}
.testocentrale2{
    background-color: #ffffff;
    height: 40px;
    width: 35%;
    padding-top: 7px;
    margin-top:20px;
}
.testocentrale3{
    background-color: #ffffff;
    height: 100px;
    padding-top: 15px;
    width:50%;
    margin-bottom: 20px;
    margin-top:10px;
}
.testo1{
    text-align: left;

}
.img1{
    width:90%;
    height:85%;
    margin-top:25px;
}

.img2{
    margin-left:10%;
    width:60%;

}
.contatti{
    background-color:#f7f5ef;
    padding:50px;
}
.contatti h2{
    color: #ff9d91;
    padding:5px 5px 5px 5px;
    font-family:'Gill Sans', sans-serif;
    font-size: 20px;
    font-weight:bold;
    margin-bottom:-15px;

}
.testi-brevi{
    color:#5c5c5c;
    padding:15px;
    text-align:justify;
    line-height: 1.8;
}

input[type="text"]{
    border-radius: 5px;
    border-color: #989898;
}
p2{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
}
.testobreve{
    font-family:'Gill Sans', sans-serif;
    color: #8f8f8f;
    margin-top: 10px;
    font-size:15px;
    padding:0px 120px 40px 120px;


}
.p3{
    border: 3px solid #ff9d91;
    border-radius: 10px;
    margin-top: 30px;
    height: 50px;
    padding: 5px 5px 5px 5px;
}
.p4{
    background-color:#ff9d91;
    border-radius:10px;
}
.p5{
    font-size:25px;
    text-align:left;
    margin-bottom:20px;
    padding-top:5%;
    position:relative;
}
.p5::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #565656;
}

.lista{
    margin-left:-40px;
}



input[type="text"]{
    border-radius:30px;
}
input[type="text"]:focus{
    outline:0;
}
input[type="text"].form1{
    border: 1px solid #f8f9fa;
    background-color:#f8f9fa;
    border-radius: 40px;
    margin-top:10px;
    padding: 20px;
    font-family:'Noto Sans SC', sans-serif;
    width:300px;
    height: 50px;

}
input[type="submit"]{
    border: 1px solid #f8f9fa;
    border-radius: 25px;
    color: #f8f9fa;
    background-color:#ff9d91;
    font-family:'Noto Sans SC', sans-serif;
    height: 50px;
    width: 100px;
    margin-top:20px;
    margin-left: 250px;
    transition-property: border-color , color;
    transition-duration: 0.5s;
}
input[type="submit"]:hover {
    border: 1px solid #636363;
    color: #636363;
}

.txt4{
    text-align:center;
    margin-top:140px;
    color:#ffffff;
    margin-left:20%;
    font-family:ManusTrial,serif;
    width:30%;"
}
.txt5{
    text-align:left;
    margin-top:80px;
    margin-bottom:40px;
    width:40%;
}
.testoinbasso{
    margin-bottom:25px;
    margin-top:5px;
    margin-left:46%;
    color:#ffffff;
    text-align: center;
    width:40%;
}
.slogan{
    font-size:20px;
    text-align:center;
    padding:35px;
}
.slogan h2{
    font-size:25px;
}
.rosa{
    background-color:#ff9d91;
    color:#ffffff;
    margin-bottom:30px;
    margin-top:50px;
    padding-top:90px;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}
.rosa>div{
    margin:50px;
}
.textarea{
    margin-top: 30px;
    height: 30px;
    border: 0px;
    width: 100%;
    border-bottom: 3px solid #ffffff;
    background: transparent;
    outline: none;
}
.form-contatti{
    align-items:center;
    align-content:center;
    justify-content:center;
    max-width:700px;
}
.privacy{
    font-size:17px;
}
.slogan-contatti{
    align-items:center;
    justify-content:center;
    flex-direction:column;
    align-content:center;
    max-width:400px;
    margin:auto;
}
.slogan-contatti h3{
    font-size:30px;
    margin-bottom:10px;
}
.slogan-contatti h4{
    font-family: ManusTrial, serif;
    font-size:90px;
    margin-top: -17px;
    padding-left: 17%;
}
.testo-informativo{
    text-align:justify;
}
input[type="text"]{
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    border-radius: 40px;
    margin-top: 10px;
    padding: 20px;
    font-family: 'Noto Sans SC', sans-serif;
    height: 50px;
    width:100%;
}
input[type="text"].form1{
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    border-radius: 40px;
    margin-top: 10px;
    padding: 20px;
    font-family: 'Noto Sans SC', sans-serif;
    width:100%;
    height: 50px;
}
h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff9d91;
}
.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight:300;
}
.banner{
    text-align: center;
    padding: 15px 0px;
    margin-bottom:30px;
    font-size: 15px;
    color: #333;
}
.banner a{
    color: #333;
    text-decoration:underline;
}