body {
    overflow-x: hidden;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-style: normal;
}

::selection {
    background-color: #e4061536;
    /* Colore di sfondo evidenziato */
}

.contattaci {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
}

.contattaci a {
    text-decoration: none;
}

.contattaci a:hover div {
    background-color: #000 !important;
}

.contattaci div {
    padding: 0.8rem;
}

.contattaci div i {
    font-size: 1.5rem;
    color: #fff;
}

/* navbar */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
}

.navbar-brand img {
    width: 220px;
    transition: all 0.5s ease-in-out;
}

.intro {
    height: 600px;
    background-image: url('/images/intro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-tredi-light {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    border: solid 1px #fff;
    font-weight: 300;
    color: #fff;
}

.btn-tredi-light:hover {
    background-color: #ffffff4b;
    color: #fff;
    border: solid 1px #ffffff4b;
}

.social {
    margin-left: 10rem;
}

.social i {
    font-size: 1.2rem;
    color: #fff;
}

.social a:hover i {
    color: #ffffffdb;
}

/* navbar scroll */

.navbar.colorata {
    background-color: #E40613;
}

.navbar.colorata .navbar-brand img {
    width: 150px;
}

/* testo introduttivo */

.presentazione .title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.presentazione p {
    line-height: 1.7;
}

.presentazione .paragraph-title {
    font-size: 1.1rem;
    color: #E40613;
    font-weight: 500;
    margin-bottom: 0;
}

/* sezione video */

.sec-video {
    overflow: hidden;
    height: 800px;
}

.sec-video .textonvideo {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
    letter-spacing: 1rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullwidth {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

/* made in italy section */

.madeinitaly {
    background-color: #E40613;
}

.madeinitaly img {
    width: 140px;
}

.madeinitaly strong {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

.madeinitaly p {
    line-height: 1.7;
}

/* slider loghi marchi */

.client-logo {
    display: flex;
    justify-content: center;
}

.client-logo img {
    max-width: 82%;
    max-height: 82%;
}

.clients-swiper.swiper-container {
    position: relative;
    overflow: hidden;
}

.clients-swiper .swiper-button-prev,
.clients-swiper .swiper-button-next {
    position: absolute;
    color: #fff;
    z-index: 10;
}

:root {
    --swiper-navigation-size: 30px;
}

.clients-swiper .swiper-button-prev {
    left: 0;
}

.clients-swiper .swiper-button-next {
    right: 0;
}

.clients-line {
    background-color: #fff;
    opacity: 1;
    margin: 0;
}


/* punti di forza casa tredi */

.puntiforza .title {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.puntiforza .subtitle {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}

.puntiforza img {
    width: 125px;
}

/* form prenotazione */

.reservations {
    background-color: #E40613;
}

.reservations .title {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
}

input::placeholder,
.reservations textarea::placeholder {
    font-weight: 300;
    font-size: 1rem;
    opacity: 1;
    color: #ffffffd9 !important;
}

.form-control,
.form-select {
    font-weight: 300;
    opacity: 1;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.privacyLabel {
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
}

.privacyLabel a {
    color: #fff;
}

.reservations textarea {
    padding: 0.5rem;
}

.reservations input,
.reservations textarea,
.reservations select {
    border-radius: 0;
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent;
}

.reservations .form-control:focus {
    border: solid 1px #fff;
    box-shadow: none;
}

.reservations .intestazione {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1;
}

.form-check-input:checked {
    background-color: #ffffff4b;
    border-color: #ffffff4b;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #000;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23000' stroke='none'/%3e%3c/svg%3e");
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23000' stroke='none'/%3e%3c/svg%3e");
    border: solid 1px #000;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-select.is-valid,
.was-validated .form-select:valid,
.was-validated .form-select:valid:focus {
    border-color: #fff;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
    border-color: #fff;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #000;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #000;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #ffffff4b;
    border-color: #fff;
}

/* Sezione contatti */

.contatti img {
    width: 250px;
}

.contatti p {
    font-size: 0.9rem;
    line-height: 1.3;
}

.contatti a {
    color: #E40613;
    text-decoration: none;
}

.contatti a:hover {
    color: #E40613;
    text-decoration: underline;
}

/* footer */

footer {
    height: 78px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

footer .marker {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer .marker img {
    width: 110px;
}

footer p {
    font-size: 0.8rem;
}

@media (max-width: 991.98px) {
    .social {
        margin-left: 2rem;
    }

    footer .marker img {
        width: 100px;
    }
}

@media (max-width: 767.98px) {

    .intro {
        height: 70vh;
        background-image: url('/images/intro_thumb.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-brand img {
        width: 180px;
    }

    .presentazione .title {
        font-size: 8vw;
    }

    .presentazione p {
        font-size: 4.4vw;
    }

    .madeinitaly p {
        font-size: 4.4vw;
    }

    .madeinitaly img {
        width: 120px;
    }

    .presentazione .paragraph-title {
        font-size: 4.8vw;
    }

    .sec-video {
        height: 450px;
    }

    .sec-video .textonvideo {
        font-size: 7vw;
        letter-spacing: 0.4rem;
        width: 80%;
    }

    .puntiforza .title {
        font-size: 6.2vw;
        line-height: 1.4;
    }

    .puntiforza .subtitle {
        font-size: 4.6vw;
    }

    .puntiforza img {
        width: 130px;
    }

    .reservations .title {
        font-size: 6.8vw;
    }

    .contatti {
        height: 285px;
    }

    .contatti p {
        font-size: 4vw;
    }

    footer .marker img {
        width: 65px;
    }
}