/* azzera i margini */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cardo&family=Gruppo&family=Roboto:wght@100;300;400;500&display=swap');
 */
.robotoFont {
    font-family: 'Roboto', sans-serif;
}

.gruppoFont {
    font-family: 'Gruppo', sans-serif;
}

.cardoFont {
    font-family: 'Cardo', serif;
}

/* setta i colori di default */
:root {
    --blackL: #181313;
    --whiteL: white;
    --colors_background: #ffffff;
    --colors_brand: rgb(51, 92, 114);
    --colors_text: rgb(17, 11, 42);
    --firma: cyan;
    /* SET MENU STANDARD */
    --menuSmartOver: rgb(31, 146, 184);
    --menuSmart: orangered;
    --link: #ffffff;
    --borderShadow: 10px 10px 70px -6px rgba(0, 0, 0, 0.64);
}

.orange {
    color: var(--menuSmart);
    font-weight: 300;
    padding-bottom: 50px !important;
}

.center {
    text-align: center !important;
    font-style: italic;
    font-family: 'Gruppo', sans-serif;
    font-weight: 400;
    font-size: 1.3rem !important;
}

/* setta pulsanti en it */
#FormId input[type=submit] {
    background: var(--colors_brand);
    width: 60px;
    border-radius: 1px;
    color: #ffffff;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px 10px;
}

#FormId input[type=submit]:hover {
    background-color: var(--menuSmartOver);
}

/* setta grafica del testo link senza sottolineatura */
a {
    text-decoration: none;
    color: inherit;
}

/* liste e menu senza pallini */
ul,
ol {
    list-style: none;
}

ol.n {
    list-style-type: decimal;
}


/* determinale il carattere dei font per il sito */
html {
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

body {
    background: var(--colors_background);
}

.centerButton {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

/* line-height: 0;
    letter-spacing: 0;
    word-spacing: 0; */

/* azzerare e definire i valori base per i Form cosi da minificare 
la visione nei vari browser */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

textarea {
    overflow: auto;
}

p {
    font-size: 1.1rem;
}

/* determinare la base degli H1-H6 */
h1 {
    font-size: 2rem;
    line-height: 40px;
    font-weight: bold;
}

h2 {
    font-size: 1.70rem;
    line-height: 30px;
    font-weight: 700;
}

h3 {
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: 500;
}

h4 {
    font-size: 1.3rem;
    line-height: 18px;
    font-weight: 600;
}

h5 {
    font-size: 0.80rem;
    line-height: 16px;
    font-weight: 600;
}

h6 {
    font-size: 0.50rem;
    line-height: 15px;
    font-weight: 500;
}

.boxBunner {
    max-width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxBunner div {
    max-width: 100%;
    align-self: center;
}

.box {
    max-width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box div {
    max-width: 900px;
    align-self: center;
    padding: 1rem 1.5rem 0.7rem 1.5rem;
}

.box h1 {
    font-size: 2.2rem;
    color: var(--colors_brand);
    text-align: center;
    margin-bottom: 2rem;
}

.box h2 {
    padding-top: 2rem;
    font-size: 1.5rem;
    color: var(--colors_brand);
    text-align: center;
}

.box h3 {
    padding-top: 0.8rem;
    font-size: 1.2rem;
    color: var(--colors_text);
    text-align: justify;
}

.box p {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: var(--blackL);
    text-align: justify;
}

.sfondoGold {
    max-width: 100%;
}

.boxX {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.boxX h2 {
    margin-top: 2rem;
    max-width: 1100px;
    padding-top: 0.8rem;
    font-size: 1.3rem;
    color: var(--colors_text);
    text-align: center;
    margin-bottom: 15px;
}

.boxX h4 {
    max-width: 1100px;
    margin-top: 1.1rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: var(--blackL);
    text-align: center;
    padding: 0 10px;
}

.boxX h3 {
    max-width: 1100px;
    margin-top: 1.1rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: var(--colors_brand);
    text-align: center;
    padding: 0 10px;
}

.boxX div {
    height: 70px;
    margin-bottom: 10px;
    border: 10px solid;
    align-items: center;
}

.boxX p {
    padding-top: 10px;
    font-size: 1.1rem;
}

.boxX .Mission {
    text-align: center;
    width: 240px;
    border-color: rgb(204, 202, 202);
    align-items: center;
}

.boxX .Vision {
    text-align: center;
    width: 220px;
    border-color: rgb(161, 160, 160);
}

.boxX .Strategy {
    text-align: center;
    width: 200px;
    border-color: rgb(255, 4, 4);
    border-radius: 10px;
}

.boxX .Roadmap {
    text-align: center;
    width: 180px;
    border-color: #484848;
}

.boxX .Execution {
    text-align: center;
    width: 160px;
    border-color: #000000;
}

/* sezione BUNNER does it work */
.sfondo {
    align-items: center;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.booksAll {
    align-items: center;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin-top: -5%;
    margin-bottom: 3%;
    border-radius: 10px;
    box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2),
        15px 15px 15px rgba(29, 27, 27, 0.1),
        inset -5px -5px 5px rgba(255, 255, 255, 0.2),
        inset 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.box2 {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box2 div {
    margin-top: -1rem;
    width: 300px;
    background: var(--colors_brand);
    align-self: center;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.box2 h3,
.box2 p {
    padding-bottom: 1rem;
    text-align: center;
}

.light3 {
    color: var(--colors_brand);
    margin-bottom: 1rem;
}

.image-container {
    padding-top: 1rem;
    width: 250px;
    height: 250px;
    text-align: center;
}

.foto {
    border: 1px solid grey;
    border-radius: 50%;
    box-shadow: var(--borderShadow);
    width: 280px;
}

.box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firmaAndrea {
    align-items: center;
    max-width: 200px;
    text-align: center;
}


footer {
    /* max-width: 1100px; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: var(--colors_brand);
    text-align: center;
    margin: 0 auto;
}

footer h4 {
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: small;
    margin-bottom: 1rem;
}

footer h1 {
    padding: 0 2rem;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 2rem;
    margin-bottom: 1.3rem;
}

footer h2 {
    padding: 0rem 2rem;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}


.boxButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    text-align: center;
    width: 190px;
    height: 80px;
    padding: 20px 5px;
    background-color: var(--colors_brand);
    font-size: 1.2rem;
    color: white;
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: var(--borderShadow);
    cursor: pointer;
}

button:hover {
    background-color: var(--menuSmartOver);
}

.space {
    height: 100px;
}

ul,
ol {
    list-style-type: circle;
    padding: 20px;
}

li {
    margin-top: 10px;
    /*  border: 1px solid grey; */
}

li:first-child {
    margin-top: 0;
}

/* PROGETTI */
.boxProjects {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
}

.boxProjects img {
    max-width: 100%;
    box-shadow: var(--borderShadow);
    border-radius: 20px;
}

.boxProjects div {
    width: 31%;
    margin-bottom: 30px;
    align-self: auto;
}

.sfumato,
.sfumato2 {
    background-color: var(--colors_brand);
}

.sfumato {
    padding: 1% 2% 12% 2%;
}

/* sezione titolo prenota una call */
.sfumato2 {
    padding-bottom: 20px;
    padding-top: 70px;
}

.whiteX {
    color: white !important;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    align-items: center;
}

/* titolo libro */
.title-book {
    text-transform: uppercase;
    color: rgb(253, 253, 253) !important;
    margin-top: 10%;
    font-size: 4em;
}

.title2-book,
.testo-book {
    text-align: center;
    color: antiquewhite;
}

.testoCollana p {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: var(--blackL);
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
}

.testoCollana {
    margin-bottom: 3%;
}

.hrBooks {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}

.libroSingolo {
    float: left;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

.boxB {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 700px;
    margin: 0 auto;
}

.boxB div {
    align-self: left;
}

.boxB h3,
.boxB a,
.boxB p {
    text-align: left;
    padding: 1rem;
}

.white {
    color: var(--firma);
    font-size: 1rem;
    text-align: center;
}


.whiteok {
    color: var(--firma);
}

.whiteL {
    color: var(--whiteL);
}

.more {
    font-size: 1.2rem;
}

/* SEZIONE SLIDE SHOW */
.slideshow-container {
    position: relative;
}

.slideshow {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 50px 30px;
}

a.prev,
a.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: var(--menuSmart);
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

a.prev {
    left: 0;
}

a.next {
    right: 0;
}

.down {
    /*  position: relative;
    top: 50%; */
    text-align: center;
    /*  transform: translateY(-50%); */
    transform: rotate(90deg);
    padding-top: 16px;
    color: var(--menuSmart);
    font-weight: bold;
    font-size: 50px;
}

/* MEDIA QUERY */
@media screen and (max-width:450px) {

    /* testo del carrello indica se vuoto o quandi items contiene */
    .more {
        font-size: 1.2rem;
        padding-left: 1rem;
    }

    .boxProjects div {
        width: 50%;
        text-align: center;
        margin-bottom: 50px;
    }

    p,
    h3 {
        text-align: center !important;
    }

}