.mark-title {
    font-family: "Playfair Display", serif;
    font-size: var(--font-size-h1-hero);
    font-style: normal;
    font-weight: 400;
    line-height: 97.8%;
    color: rgba(9, 147, 205, 0.1) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    padding-bottom: 15px;
}

#whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 57px;
    height: 57px;
    background: url('../images/whatsapp.svg'), #40C351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 100%;
    padding: 15px;
    transition: all 0.5s;
    z-index: 3;
}
#whatsapp:hover {
    background-size: 40px;
}

.privacy-recaptcha {
    width: 400px;
    font-size: 12px;
    font-weight: 500;
}
.privacy-recaptcha a {
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

.recensioni-container {
    margin-bottom: 161px;
    margin-top: 120px;
}

/* hero */
.hero-dark {
    position: relative;
    background-color: var(--blue);
}


.hero-dark video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: rgba(var(blue), 0.5); */
    background: rgba(28, 39, 76, 0.80);
}

.hero-content .hero-content-text {
    padding-top: 20vh;
    z-index: 3;
    position: relative;
}

/* hero chi siamo */
/* .hero-transfer p.descrizione,
.hero-chi-siamo p.descrizione  */
.hero-content p.descrizione {
    margin-bottom: var(--percentuale-margin-descrizione-bottom);
    font-size: var(--font-size-p-hero);
    /* }.hero-transfer p.descrizione { */
    color: var(--blue-medium);
}


.section-one {
    padding-top: 80px;
}

.section-three {
    padding-top: 48px;
    padding-bottom: 14px;
    position: relative;
}

.section-servizi.section-three {
    padding-top: 0px;
}

.section-servizi.section-four {
    padding-bottom: 100px;
}

@media screen and (min-width: 768px) {

    .section-three,
    .section-one {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-servizi.section-two {
        padding-bottom: 100px;
    }

    .section-transfer.section-three {
        padding-top: 0;
    }
}

.section-three .descrizione,
.section-servizi.section-four .descrizione,
.section-servizi.section-two .descrizione,
.section-one .descrizione,
.section-transfer.section-four .descrizione {
    margin-top: var(--percentuale-margin-descrizione);
    margin-bottom: var(--percentuale-margin-descrizione-bottom);
}


@media screen and (max-width: 768px) {
    .section-servizi .descrizione {
        margin-top: 24px !important;

    }
}

.content.slide-sx,
.descrizione.slide-sx {
    padding-left: calc(var(--container-width) / 12 / 2);
}

.descrizione.slide-dx {
    padding-right: calc(var(--container-width) / 12 / 2);
}

.section-transfer.section-four .immagine img,
.section-four.section-servizi .immagine img,
.section-three .immagine img,
.section-servizi.section-two .immagine img,
.section-one .immagine img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 50vh;
}

/* section two per chi siamo */
.section-transfer.section-four {
    padding-bottom: 20px;
}
.section-transfer.section-two,
.section-chi-siamo.section-two {
    height: 90vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .section-transfer.section-two {
        height: 50vh;
    }
}
.section-chi-siamo.section-two {
    display: flex;
    align-items: center;
}

.section-chi-siamo.section-two:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(28, 39, 76, 0.20) 0%, rgba(28, 39, 76, 0.20) 100%);
}

.section-chi-siamo.section-two h2 {
    color: white;
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    /* padding-top: 40vh; */
    font-size: 35px;
    font-weight: 500;
    line-height: 37px;
    margin-right: 30px;
    margin-left: 30px;
    mix-blend-mode: overlay;
    z-index: 3;
    position: relative;
    opacity: 1;
}

@media screen and ((min-width: 576px) and (max-width: 768px)) {
    .section-chi-siamo.section-two h2 {
        font-size: 55px;
        line-height: 62px;
    }
}

@media screen and (min-width: 768px) {

    .section-chi-siamo.section-two h2 {
        mix-blend-mode: unset;
        opacity: 0.9;
    }

    .section-chi-siamo.section-two h2 {
        font-size: 75px;
        font-weight: 400;
        line-height: 80px;
        /* padding-top: 40vh; */
        width: 100%;
        padding-top: unset;
        margin: 0 20px;
    }
}

.section-chi-siamo.section-four {
    background: #F6FDFF;
    padding-top: 104px;
    padding-bottom: 104px;
}

.section-chi-siamo.section-four .text-col {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

@media screen and (min-width: 768px) {
    .section-chi-siamo.section-four .text-col {
        align-items: flex-start;
    }
}


.section-chi-siamo.section-four .text-col p {
    margin: 0;
}

.section-contatti .text-col h5 {
    color: var(--azure);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.section-chi-siamo.section-four svg {
    margin-right: 15px;
    min-width: 43px;
}

@media screen and (min-width: 768px) {

    .section-chi-siamo.section-four .text-col {
        margin-top: unset;
    }


    .section-chi-siamo.section-four svg {
        display: none;
    }


    .section-chi-siamo.section-four {
        padding-top: 84px;
        padding-bottom: 124px;
    }
}

.section-servizi .subtitle-blue {
    color: var(--blue-medium);
    font-family: "Playfair Display";
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 97.8%;
}

.section-contatti {
    background-color: var(--deep-blue);
    color: white;
    padding-top: 48px;
    padding-bottom: 48px;
}

/* .section-contatti.section-one {
    margin-top: 119px;
} */
@media screen and (max-width: 992px) {

    .section-contatti.section-one .text-col {
        max-width: 400px;
    }
}

.section-contatti.section-one .text-col a {
    transition: all 0.5s;
    color: white;
    text-decoration: none;
}

.section-contatti.section-one .text-col a:hover {
    color: var(--azure);
    text-decoration: underline;
}

.section-contatti.section-one .text-col .icons a {
    margin-right: 20px;
}

.section-contatti.section-one .text-col .icons a * {
    transition: all 0.5s;
}

.section-contatti.section-one .text-col .icons a:hover svg path {
    fill: var(--azure);
}