/* Tavolozza colore */
:root {
    --primary: #BF1B39;
    --secondary: #405059;
    --accent: #D90D1E;
    --dark: #000000;
    --light: #70818C;
    --white: #ffffff;
}

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

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/* Utility */
.res {
    width: 100%;
    min-width: 1px;
    max-width: 380px;
    margin-top: 6em;
}

.res-clip {
    width: 100%;
    min-width: 1px;
    max-width: 380px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.clip {
    clip-path: polygon(4);
}

.container {
    max-width: 1200px;
    border: 2px solid invisible;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}

/* Tipografia */
/* @font-face {
    font-family: "lhf-encore-distressed";
    src: url(/fonts/lhf-encore-distressed.ttf);
}

@font-face {
    font-family: "nyte-light-italic";
    src: url(/fonts/nyte-light-italic.ttf);
} */

/* Tipografia */
@font-face {
    font-family: "lhf-encore-distressed";
    src: url(../fonts/lhf-encore-distressed.ttf);
}

@font-face {
    font-family: "nyte-light-italic";
    src: url(../fonts/nyte-light-italic.ttf);
}

li a {
    color: var(--white)
}

ul {
    /* align items: center */
    align-items: center;
    font-family: "lhf-encore-distressed";
    font-size: 1.7em;

}

/* Tipografia */
body {
    font-family: "nyte-light-italic";
    color: var(--white);
    background-color: var(--dark);
}


h1 {
    font-family: "lhf-encore-distressed";
    color: var(--primary);
    font-size: 5em;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-family: "nyte-light-italic";
    color: var(--light);
    text-align: center;
    margin-bottom: 1.5em;
}

h4 {
    font-family: "lhf-encore-distressed";
    color: var(--primary);
    font-size: 6em;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0em;
    margin-top: 50px;
}

h5 {
    font-family: "nyte-light-italic";
    color: var(--light);
    font-size: 2em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
}



.leading {
    font-family: "nyte-light-italic";
    font-size: 1.3em;
    color: var(--white);
    margin-bottom: 1.5em;
}


.leading2 {
    font-family: "nyte-light-italic";
    font-size: 1em;
    color: var(--white);
}

.leading3 {
    font-family: "lhf-encore-distressed";
    font-size: 3em;
    color: var(--primary);
    margin-bottom: 10px;
}

.leading4 {
    font-family: "nyte-light-italic";
    font-size: 1.5em;
    color: var(--light);
}

p {
    margin: 10px 0;

}


/* Header */
header.cover {
    background: var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    color: var(--white);
    height: 90px;
    overflow: hidden;
    transition: 1s cubic-bezier(0, .66, .27, 1.14)
}

header.conteiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header.cover.active {
    height: 300px;

}

.cover__menu {
    order: 3;
    width: 100%;
    visibility: hidden;
}

.cover__menu a {
    color: var(--white);
    font-size: 1.5em;
    margin-bottom: 40px;
    margin-right: 20px;
}

.cover__logo {
    margin-left: 20px;
}

.hero__cover {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.cover__hb {
    margin-right: 15px;
}


header.cover.active .cover__menu {
    visibility: visible;
}

ul {
    justify-items: center;
}

li {
    padding: 7px;
    margin: auto;
    text-align: center;
}

/* CTA */
.cta-group {
    font-size: 1.6em;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-container {
    display: flex;
    justify-content: center;
    /* Centra orizzontalmente */
    align-items: center;
    /* Centra verticalmente */
    text-align: center;
    /* Allinea il testo */
    width: 100%;
    /* Occupa tutta la larghezza disponibile */
    margin-top: 20px;
    /* Distanza dall'elemento sopra */
    margin-bottom: 20px;
}

.cta-group__primary,
.cta-group__secondary {
    border: 2px solid var(--primary);
    font-family: "nyte-light-italic";
    padding: 30px 50px;
    border-radius: 0px;
    font-weight: 1200;
    margin-top: 50px;
    flex: auto;
}

.cta-group__primary {
    background: var(--primary);
    color: var(--white);
}

.cta-group__secondary {
    background: transparent;
    color: var(--primary);
}

.cta-group__primary:hover {
    background: var(--secondary);
    border: 2px solid var(--secondary);
}

.cta-group__secondary:hover {
    border: 2px solid var(--secondary);
    color: var(--secondary);
}

.cta-group__third {
    border: 2px solid var(--primary);
    font-family: "nyte-light-italic";
    padding: 30px 50px;
    border-radius: 0px;
    font-weight: 1000;
    text-align: center;
}

.cta-group__third {
    background: var(--primary);
    color: var(--white)
}

.cta-group__third:hover {
    background: var(--secondary);
    border: 2px solid var(--secondary);
}

h1 {
    font-family: "lhf-encore-distressed";
    align-items: center;
    font-size: 3em;
    color: #BF1B39;
    padding: 15px;
}

/* Punto di interruzione per dispositivi medium */
@media(min-width: 768px) {
    .cover__menu {
        all: unset;
    }

    .cover__menu li {
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    header.cover {
        height: 120px;
    }

    .cover__hb {
        /* visibility: hidden; */
        display: none;
    }

    /* Hero gestita per Medium in poi */
    .hero {
        display: flex;
        gap: 30px;
    }

    .hero__text {
        width: 45%;

    }

    .hero__cover {
        width: 55%;
        display: flex;
        justify-content: center;
        flex: center;

    }

}

/* Quote */
.quote-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.hero .quote-container {
    display: flex;
    justify-content: center;
    /* Centra il contenuto orizzontalmente */
    align-items: center;
    /* Centra il contenuto verticalmente */
    flex-direction: column;
    /* Assicura che le citazioni siano impilate verticalmente */
    text-align: center;
    /* Centra il testo */
    margin-top: 20px;
    margin-bottom: 20px;
    /* Distanza dall'elemento sopra */
}

.line-with-crow {
    display: flex;
    align-items: center;
    width: 100%;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: white;
}

.crow {
    width: 40px;
    /* Regola la dimensione del corvo */
    margin: 15px 15px;
    /* Spazio tra le linee e il corvo */
}

blockquote {
    font-size: 1em;
    margin-top: 20px;
    width: 100%;
    font-family: "nyte-light-italic";
    align-items: center;
    text-align: center;
}

p {
    font-size: 4em;
    font-style: italic;
    color: var(--primary);
    margin: 0;
    /* Rimuove margini extra */
}

/* Footer */

/* Stile generale del footer */
footer {
    background-color: var(--primary);
    color: white;
    text-align: center;
    padding: 30px 0;
    font-family: 'nyte-light-italic', serif;
    width: 100%;
    margin-top: 50px;
}

/* Logo e titolo */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.crow-icon {
    width: 40px;
    /* Adatta la dimensione del corvo */
    margin-bottom: 10px;
}

.footer-logo h2 {
    font-size: 24px;
    letter-spacing: 2px;
}

/* Citazione */
.quote {
    font-style: italic;
    font-size: 18px;
    margin: 10px 0;
    color: var(--dark);
    margin: 20px;
}

/* Icone social */
.social-icons {
    margin: 15px 0;
}

.social-icons a {
    color: var(--dark);
    text-decoration: none;
    font-size: 20px;
    margin: 0 10px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: var(--secondary);
}

/* Testo del copyright */
.footer-text {
    font-size: 14px;
    color: var(--dark);
    margin-top: 10px;
}

/* Fine Footer */

/* Immagini personaggi Six of Crows */
* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

img {
    vertical-align: middle;
}

/* Hide the images by default */
.mySlides {
    display: none;
    margin-left: 0px;
    justify-content: center;
    text-align: center;
    position: inherit;
    inset: 0;
    margin: auto;
    width: 100%;
}


/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--primary);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: var(--dark);
    font-family: "lhf-encore-distressed";
    color: var(--primary);
    padding: 5px 40px 16px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    margin-bottom: 150px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}


/* CSS relativo a Mailchimp */
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
@media(min-width: 992px) {}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;

}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color: var(--primary);
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    background-color: var(--light);
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
    padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
    width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
    display: none;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}



/* Quote */

/* body {
    font-family: "nyte-light-italic";
    /* Per dare uno stile elegante */
/* background-color: #f8f8f8;
} */

/* .quote-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* Spazio tra le citazioni */
/* } */

/* .hero .quote-container {
    display: flex;
    justify-content: center;
    /* Centra il contenuto orizzontalmente */
/* align-items: center; */
/* Centra il contenuto verticalmente */
/* flex-direction: column; */
/* Assicura che le citazioni siano impilate verticalmente */
/* text-align: center; */
/* Centra il testo */
/* margin-top: 20px; */
/* Distanza dall'elemento sopra */
/* } */

/* .quote-icon {
    width: 100%;
    max-width: 50px;
    /* Dimensione dell'immagine del corvo */
/* height: fit-content;
    margin-right: 15px;

} */

/* .quote-text {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

/* .quote-line {
    width: 100%;
    border: 0px solid #ffffff;
    border-bottom: 1px solid #FFFFFF;
    /* Colore delle linee */
/* margin: 30px 0; */
/* Spazio tra la linea e il testo */
/* align-items: center;
} */