:root {
    --font-family: 'Roboto', sans-serif !important;
    /*override bootstrap properties*/
    --bs-border-radius: 1.5rem;
    --clip-right: polygon( 0% 0%, 89% 0, 90% 0.2%, 91% 0.7%, 92% 1.7%, 92.5% 2.7%, 92.75% 3.5%, 93% 5.5%, 100% 95%, 100% 100%, 0 100% );
    --clip-left: polygon(0% 0%, 0 5%, 7% 94.5%, 7.25% 96.5%, 7.5% 97.3%, 8% 98.3%, 9% 99.3%, 10% 99.8%, 11% 100%, 100% 100%, 100% 0 );
    --height-scrolled: 70px;
}

html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scroll-behavior: smooth;
}

    html::-webkit-scrollbar {
        width: 0px; /* For Chrome, Safari, and Opera */
    }

.paragraph {
    font-size: 16px;
    line-height: 24px;
}

.gradient {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 25vh;
    z-index: 2;
    opacity: 0.5;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7763480392156863) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7763480392156863) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7763480392156863) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.blurring {
    width: 100vw;
    height: var(--height-scrolled);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.blurring.background {
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.3);
}

.mt-minus-102 {
    margin-top: -92px;
}

/*
*
* START - Stili per voci menu dropdown [MENU, FLEET]
*
*/

.navbar {
    z-index: 3;
    transition: all 0.5s ease;
    height: 92px;
}

    .navbar.scrolled {
        height: var(--height-scrolled);
    }

.logo-brand {
    position: absolute;
    left: calc(50% - 78.5px);
    top: 30px;
    width: 157px;
    opacity: 1;
}

    .logo-brand.scrolled {
        opacity: 0;
    }

.logo-brand-pittogramma {
    position: absolute;
    left: calc(50% - 19.5px);
    top: 67px;
    width: 38px;
    opacity: 0;
    transition: all 0.5s ease;
}

    .logo-brand-pittogramma.scrolled {
        opacity: 1;
        left: calc(50% - 30px);
        top: 20px;
        width: 60px;
    }

.nav-link, .nav-link:focus {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 5.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.wally-menu {
    padding-left: 70px;
    margin-right: 70px;
}

    .wally-menu .dropdown-toggle,
    .wally-fleet .dropdown-toggle,
    .wally-languages .dropdown-toggle {
        z-index: 2;
        position: relative;
    }

        .wally-menu .dropdown-toggle::after,
        .wally-fleet .dropdown-toggle::after {
            display: none;
        }

        .wally-menu .dropdown-toggle.show,
        .wally-fleet .dropdown-toggle.show,
        .wally-languages .dropdown-toggle.show {
            color: #000000;
            text-decoration: none;
        }

.nav-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

    .wally-menu .dropdown-menu,
    .wally-fleet .dropdown-menu {
        top: -11px;
        left: -30px;
        z-index: 1;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 20px 19px 30px rgba(0, 0, 0, 0.1);
        border-width: 0;
        border-radius: 0;
        border-bottom-right-radius: var(--bs-border-radius);
        /*--navWidth calcolato via script*/
        width: var(--navWidth);
    }

    .wally-menu .dropdown-menu {
        padding-top: 95px;
    }

    .wally-fleet .dropdown-menu {
        padding-top: 0;
        margin-top: 95px;
        padding-bottom: 100px;
        transition: all 0.5s ease;
    }

        .wally-fleet .dropdown-menu.scrolled {
            margin-top: 84px;
        }

.wally-fleet .dropdown-toggle:not(.show) + .--fleet-cover {
    display: none;
}

.--fleet-cover {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 19px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 92px;
    width: calc(50% + 90px);
}

    .--fleet-cover.scrolled {
        height: var(--height-scrolled);
    }

.wally-fleet .dropdown-menu {
    height: 100vh;
    border-radius: 0 !important;
    /*--posLeft calcolato via script*/
    left: var(--posLeft);
    width: calc((100vw/2) + 90px);
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .wally-fleet .dropdown-menu::-webkit-scrollbar {
        display: none;
    }

.wally-menu .dropdown-menu.show {
    display: inline-table;
}

.wally-menu .dropdown-item {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 5.4px;
    color: #000000;
    font-weight: 400;
    padding-left: 107px;
}

    .wally-menu .dropdown-item:hover {
        text-decoration: underline;
        background-color: unset;
    }

.--gray {
    color: rgba(0, 0, 0, 0.4);
}

.dropdown-fleet-container {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: var(--mLeft);
}

.dropdown-fleet {
    display: flex;
    width: 20%;
}

    .dropdown-fleet a {
        text-decoration: none;
    }

    .dropdown-fleet span {
        font-size: 16px;
        line-height: 18px;
        display: block;
        color: #000000;
        font-weight: 300;
    }

.dropdown-fleet-image {
    width: 100%;
    opacity: 0.5;
    transition: all 0.25s ease-out;
}

    .dropdown-fleet-image:hover {
        width: 100%;
        opacity: 1;
    }

.dropdown-fleet:hover span {
    text-decoration: underline;
}

.fleet-category {
    position: absolute;
    list-style: none;
    font-size: 18px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    top: 50%;
    left: -175px;
    font-weight: 600;
    width: 100px;
    text-align: end;
}

.wally-languages {
    padding-right: 70px;
}

    .wally-languages .dropdown-menu {
        top: -11px;
        right: -12px;
        padding-top: 100px;
        z-index: 1;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.8);
        border-width: 0;
        border-radius: 0;
        border-bottom-left-radius: var(--bs-border-radius);
    }

.wally-languages .dropdown-item {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 5.4px;
    color: #000000;
    font-weight: 500;
    margin-left: 10px;
}

    .wally-languages .dropdown-item:hover {
        text-decoration: underline;
        background-color: unset;
    }

.lbl-menu.hide,
.lbl-fleet.hide {
    color: #9E9E9E;
}

/* Verisone Mobile <1200px */

.navbar-mobile {
    z-index: 3;
    height: 92px;
}

    .navbar-mobile.show > .container-fluid:first-child {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 20px 19px 30px rgba(0, 0, 0, 0.1);
    }

.logo-brand-mobile {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: calc(50% - 60px);
    width: 120px;
}

.logo-brand-mobile {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: calc(50% - 60px);
    width: 120px;
    transition: all 0.5s ease;
}

.logo-brand-mobile.scrolled {
    opacity: 0;
}

.logo-brand-pittogramma-mobile {
    position: absolute;
    top: 50%;
    transform: translate(0, -70%);
    left: calc(50% - 30px);
    width: 60px;
    opacity: 0;
    transition: all 0.5s ease;
}

.logo-brand-pittogramma-mobile.scrolled {
    opacity: 1;
}

.menu-item-mobile {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.label-fleet {
    right: 12px;
}

.submenu-mobile,
.subfleet-mobile {
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 19px 30px rgba(0, 0, 0, 0.1);
    padding-bottom: 2rem;
    display: none;
}

.subfleet-mobile {
    padding-bottom: 6rem;
}

    .submenu-mobile.show,
    .subfleet-mobile.show {
        display: block;
    }

    .subfleet-mobile.show {
        overflow-y: scroll;
        height: 100vh;
    }

.item-mobile {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 3px;
}

.navbar-mobile.show .label-menu,
.navbar-mobile.show .label-fleet {
    color: #9e9e9e;
}

.btn-menu-mobile.show .label-menu,
.btn-fleet-mobile.show .label-fleet {
    color: #000000 !important;
}

.dropdown-mobile-fleet {
    list-style: none;
}

.dropdown-mobile-fleet-image {
    width: 100%;
}

.dropdown-mobile-fleet-container {
    margin: 0;
}

.dropdown-mobile-fleet span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #000000;
    font-weight: 300;
}

.fleet-category-mobile {
    margin-top: 70px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/*
*
* END - Stili per voci menu dropdown [MENU, FLEET]
*
*/

.video-intro {
    width: 100%;
    height: 100vh;
    aspect-ratio: initial;
    object-fit: cover;
}

#carouselWally.home .carousel-item img {
    height: 75vh;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .carousel-item img {
        height: initial;
        object-fit: initial;
    }
}

.video-hero-container {
    position: relative;
    margin-top: var(--navbarHeight);
}

.video-hero-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.video-hero {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.left-clip {
    clip-path: var(--clip-left);
}

.right-clip {
    clip-path: var(--clip-right);
}

.btn.btn-wally {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 24px;
    /*letter-spacing: 5.4px;*/
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    background: #333333 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding-left: 1.750rem;
    padding-right: 1.750rem;
    transition: all 0.5s ease-out;
}

    .btn.btn-wally:hover {
        background-color: rgba(50, 50, 50, 0.3);
        color: #333333;
    }

.footer-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
}

    .footer-link img {
        max-width: 20px;
        max-height: 20px;
    }

.more-info {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    transition: all 0.25s ease-in;
}

    .more-info .circle {
        width: 100px;
        height: 100px;
        background: #BEBEBE;
        border-radius: 50%;
        position: relative;
        opacity: 0.8;
        transition: all 0.25s ease-in;
    }

    .more-info .circle:hover {
        opacity: 1;
    }

    .more-info.more-info-transition {
        bottom: var(--more-info-transition);
    }

.circle span {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 500;
    top: calc(50% - 20px);
    padding: 0 5px;
}

html[lang="zh-CN"] .circle span {
    top: calc(50% - 10px);
}

.circle a:hover {
    color: unset;
}

.copy {
    font-size: 14px;
}

@media screen and (min-width: 9920px) {
    .copy {
        font-size: 16px;
    }
}