/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Conthrax Book';
    src: url('assets/fonts/Conthrax-Book.woff2') format('woff2'),
         url('assets/fonts/Conthrax-Book.woff') format('woff');
}

@font-face {
    font-family: 'ConthraxRg';
    src: url('assets/fonts/ConthraxRg-Regular.woff2') format('woff2'),
         url('assets/fonts/ConthraxRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConthraxSb';
    src: url('assets/fonts/ConthraxSb-Regular.woff2') format('woff2'),
         url('assets/fonts/ConthraxSb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.no-scroll {
    overflow-y: hidden !important;
}
.mw-1140 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.swiper-container {
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.swiper-button-prev, .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
}
span.swiper-pagination-bullet {
    width: 200px;
    height: 5px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    border-radius: 0;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    text-align: left;
}
.swiper-pagination {
    bottom: unset !important;
    top: 5px !important;
    height: 30px !important;
}
#slider_modelli_links .swiper-slide {
    opacity: 0 !important;
}
#slider_modelli_links .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

@media (max-width: 600px) {
    #slider_modelli_links {
        margin-top: 20px !important;
    }
}

.modello-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.modello-link span {
    color: #11314A;
    font-family: "Kanit", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
}
.modello-link a {
    font-family: "Kanit", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    fill: #333E47;
    color: #333E47;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #333E47;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    width: 260px;
    position: relative;
    text-transform: uppercase;
}
.modello-link a svg {
    height: 1em;
    vertical-align: middle;
    position: absolute;
    right: 15px;
}

.modello-link a:hover {
    background-color: #333E47;
    color: #FFFFFF;
}

.modello-link a:hover svg {
    fill: #FFFFFF;
}

@media (max-width: 600px) {
    .modello-link {
        flex-direction: column;
        margin-top: 45px;
    }
}

.brand-section p{
    padding: 45px 0px;
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    opacity: 0.2;
    font-family: "Kanit";
}

#val_cont{
	display: block;
    text-align: center;
}

@media (max-width: 600px) {
    .brand-section p {
        font-size: 30px !important;
        line-height: unset !important;
    }

    #slider_news .news-title {
        font-size: 30px !important;
        line-height: unset !important;
    }

    #slider_news .news-date {
        font-size: 14px !important;
        line-height: unset !important;
    }

    #slider_news .swiper-pagination {
        display: none !important;
    }
}

.shrink-section {
    position: relative;
    overflow: hidden;
}

.shrink-image img {
    width: 100%;
    transition: width 0.1s ease, top 0.1s ease, left 0.1s ease;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.shrink-text {
    position: relative;
    z-index: 2;
}

.shrinking {
    width: 200px !important;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

.shrink-text p {
    font-family: "Kanit", Sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 120px;
    text-transform: uppercase;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.modello-title {
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 16px;
    color: rgba(255,255,255,.5);
    border-top: 2px solid rgba(255,255,255,.5);
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding-top: 20px;
}
.swiper-slide-active .modello-title {
    color: #fff;
    border-top: 2px solid #fff;
}
#slider_modelli_titles .swiper-slide {
    text-align: left;
    cursor: pointer;
    width: calc((100% / 3) - 10px);
}

#slider_news .swiper-slide {
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px #00000040,inset 0 0 0 1000px rgba(0,0,0,.5) !important;
}
#slider_news .swiper-button-next:after,
#slider_news .swiper-button-prev:after {
    font-size: 10px !important;
    font-weight: 600 !important;
}
#slider_news .swiper-pagination {
    bottom: 30px !important;
    top: unset !important;
    z-index: 1 !important;
}
#slider_news .news-slide-container {
    width: 100%;
    max-width: 1140px;
    padding-left: 200px;
    padding-top: 30px;
    text-align: left;
}
#slider_news .news-slide-link {
    width: 100%;
    height: 100%;
    display: block;
}
#slider_news .news-cat {
    font-family: 'Kanit';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#slider_news .news-title {
    font-family: 'Kanit';
    font-size: 50px;
    line-height: 50px;
    font-weight: 200;
    /*max-width: 500px;*/
    color: #fff;
}
#slider_news .news-date {
    font-family: 'Kanit';
    font-size: 20px;
    line-height: 60px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1024px) {
    #slider_news .news-slide-container {
        padding: 25px !important;
    }
}

@media (max-width: 600px) {
    #slider_news .news-slide-container {
        padding: 25px !important;
    }
}

/** HEADER **/

.mega-menu-open {
    padding-left: 0px !important;
}

.mega-menu-open nav {
    margin-top: 0px !important;
    top: -35px !important;
    overflow: hidden !important;
}

.mega-menu-open .elementor-menu-toggle {
    z-index: 9999 !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
}

.sticky-header {
    padding-left: 0px !important;
    min-height: 65px !important;
    max-height: 65px !important;
}

.logo-container {
    transition: none !important;
    position: absolute !important;
    z-index: 99 !important;
    margin-left: -5px !important;
    padding: 50px !important;
    padding-left: 25px !important;
    width: 100% !important;
    max-width: 28% !important;
    padding-right: 0px !important;
    padding-bottom: 25px;
}

.logo-container .elementor-widget-theme-site-logo  > .elementor-widget-container {
    text-align: left !important;
}

.mega-menu-open .logo-container {
    background: #11314A !important;
}

.mega-menu-open .elementor-menu-toggle svg path {
    fill: #030A0F !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    transition: none !important;
}

.mega-menu-open.sticky-header .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed;
    height: 100vh !important;
    display: flex !important;
    flex-direction: row !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    animation: none !important;
    transition: none !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul {
    width: 40% !important;
    background-color: #11314A !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li:first-child  {
    margin-top: 120px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li {
    border-top: 1px solid #D0D1D2 !important;
    margin: 0px 20px;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li a {
    padding: 20px 0px !important;
    transition: all 0.3s !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover {
    color: #fff !important;
    background-color: unset !important;
    margin-left: 15px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li a:hover {
    margin-left: 45px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li:last-child {
    border-bottom: 1px solid #D0D1D2 !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.no-link a:hover {
    background-color: unset !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li a:focus {
    background-color: unset !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children:has(li:hover) {
    background-color: unset !important;
} 

.sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link):hover {
    background-color: rgba(87, 147, 176, .15) !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.current-menu-item {
    background-color: rgba(87, 147, 176, .30) !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.current-menu-item a {
    margin-left: 15px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li.current-menu-item a {
    margin-left: 45px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::before {
    position: absolute !important;
    right: 20px !important;
    font-size: 12px !important;
    font-family: 'Kanit' !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    transition: none !important;
}
html[lang="en-US"] .sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::before {
    content: 'Discover' !important;
}
html[lang="it-IT"] .sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::before {
    content: 'Scopri' !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::after {
    content: '\203A' !important;
    position: absolute !important;
    right: 5px !important;
    font-size: 24px !important;
    font-family: 'Kanit' !important;
    font-weight: 500 !important;
    transition: none !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.current-menu-item > a {
    color: #fff !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li a.elementor-item-active {
    background-color: unset !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul {
    display: block !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li:first-child {
    margin-top: 10px !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li a.elementor-item.elementor-item-active {
    background-color: unset !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li {
    border-top: none !important;
    border-bottom: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 10px 0 0;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul {
    width: 100% !important;
}

.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li a {
    padding: 0 !important;
    margin-left: 30px;
    padding-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: 'ConthraxSb' !important;
}

.sticky-header .menu-item-has-children .sub-arrow {
    display: none !important;
}

.dark-header {
    background-color: rgba(34, 23, 22) !important;
}

.dark-header.heritage-header .logo-container svg path, .mega-menu-open.heritage-header .logo-container svg path {
    fill: #fff !important;
}

.dark-header.heritage-header .hamburger-container svg path {
    fill: #fff !important;
}

.mega-menu-open.heritage-header .logo-container > div {
    width: fit-content !important;
}

.sticky-header nav.elementor-nav-menu--dropdown > ul {
    overflow-y: scroll !important;
}

.menu-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.menu-image img {
    transition: opacity 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;  
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-image .menu-target-title {
    z-index: 15 !important;
    transition: opacity 0.3s !important;
    position: absolute !important;
    opacity: 0;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: calc(4vw + 4vh + 2vmin);
    top: 20px;
    left: 30px;
    font-family: 'ConthraxRg';
}

.menu-target-subtitle {
    z-index: 15 !important;
    transition: opacity 0.3s !important;
    position: absolute !important;
    opacity: 0;
    top: 20px;
    left: 40px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    color: #fff;
}


.mega-menu-open .elementor-nav-menu {
    -webkit-box-shadow: 1px 1px 20px 0px #000000 !important;
    -moz-box-shadow: 1px 1px 20px 0px #000000 !important;
    -o-box-shadow: 1px 1px 20px 0px #000000 !important;
    box-shadow: 1px 1px 20px 0px #000000 !important;
}

.mega-menu-open .elementor-nav-menu::-webkit-scrollbar {
    width: 10px;
}

.mega-menu-open .elementor-nav-menu::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
    border: none;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.mega-menu-open .elementor-nav-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(87, 147, 176, .50);
}

.contact-button-header .elementor-button-content-wrapper, .contact-button-header .elementor-button-content-wrapper .elementor-button-icon {
    display: flex !important;
}

.dark-header .contact-button-header .elementor-button-link {
    color: #fff !important;
    border-color: #fff !important;
}

.dark-header .contact-button-header .elementor-button-link:hover {
    border-color: transparent !important;
}

@media (max-width: 1024px) {

    .sticky-header .menu-image {
        display: none;
        width: 0;
        height: 0;
    }

    .sticky-header nav.elementor-nav-menu--dropdown ul {
        width: 100% !important;
    }

    .sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::before, .sticky-header nav.elementor-nav-menu--dropdown ul li:not(.no-link) a:hover::after {
        display: none !important;
    }

}

@media (max-width: 775px) {

    .sticky-header {
        padding-left: 20px !important;
    }

    .logo-container {
        position: unset !important;
        z-index: inherit !important;
        margin-left: unset !important;
        padding: unset !important;
        padding-left: unset !important;
        width: unset !important;
        max-width: unset !important;
        padding-right: unset !important;
    }

    .logo-container .elementor-widget-theme-site-logo > .elementor-widget-container {
        text-align: unset !important;
    }

    .sticky-header nav.elementor-nav-menu--dropdown ul > li > a {
        margin-left: 15px !important;
    } 

    .sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children ul li a {
        margin-left: 30px !important;
    }

}

@media (min-width: 601px ) and (max-width: 1023px) {

    .sticky-header nav.elementor-nav-menu--dropdown > ul {
        height: 100vh !important;
    }

    .sticky-header .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        position: fixed !important;
        top: 100px !important;
        left: 0px !important;
        right: 0px !important;
        width: 100vw !important;
        margin-top: 0px !important;
    }

}

@media (max-width: 600px) {

    .sticky-header nav.elementor-nav-menu--dropdown {
        height: calc(100vh - 110px) !important;
        background-color: #11314A !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .sticky-header nav.elementor-nav-menu--dropdown ul li:first-child {
        margin-top: inherit !important;
    }

}

/** HERO **/

.responsive-hero {
    position: relative;
}

.responsive-hero .hero-description {
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
}

/** HOME -> SHRINK SECTION **/

.video-js {
    position: relative;
    z-index: 5;
}

#shrink-section .video-js img {
    width: 100%;
}

#shrink-section .row {
    margin: 0 40px;
}

.shrink-container .header-span {
    font-family: "Kanit", sans-serif;
    font-size: 70px;
    font-weight: 300;
    text-transform: uppercase;
    color: #11314A;
    width: fit-content;
}

.header-span.justified-row {
    width: 100% !important;
}

.justified-row .split-line span {
    margin-right: 10px !important;
}

.slide.d-inline-block {
    display: inline-block;
}

@media (max-width: 1024px) {

    .justified-row .split-line {
        display: block;
    }

    .shrink-container {
        display: flex;
        flex-direction: column-reverse !important;
        gap: 60px !important;
        margin-top: 100px !important;
    }

    .shrink-container .header-span {
        font-size: 40px;
    }

}

@media (max-width: 600px) {
    
    #shrink-section .row {
        margin: 0 20px !important;
    }

    .justified-row .split-line span {
        margin-right: 0px !important;
    }

}

/** COMPANY -> VALUES SWIPER **/

.values-container span.values_riga {
    color: #11314A !important;
    font-family: "Kanit", Sans-serif !important;
    font-size: 35px !important;
    font-weight: 200;
    text-transform: uppercase;
}

.values-container .values_cont{
    padding: 50px 0;
}

.values-container .values_riga {
    opacity: 15%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.values-container .values_riga img {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.05);
}

.values-container .values_riga:hover {
    opacity: 1;
    z-index: 100;
}

.values-container .values_riga:hover img {
    opacity: 1;
    transform: scale(1);
}

.values-container .anima {
    transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.values-container .animaX2 {
    transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.values-swiper .swiper-wrapper {
    align-items: center;
}

.values-swiper .swiper-slide {
    text-align: center;
}

.values-swiper .swiper-slide span {
    font-family: "Kanit", Sans-serif;
    margin: 40px 50px 0;
    display: block;
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 25px;
}

.values-swiper .swiper-slide img {
    margin: 0 auto;
    display: block;
}

.values-swiper .swiper-button-next, .values-swiper .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
}

.values-swiper .swiper-button-next:after, .values-swiper .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: 900 !important;
}

.values-container .heritage-with-hover img {
    display: block;
}

.hiddenMobile {
    display:block;
}

.showMobile {
    display:none;
}

@media (max-width: 1024px) {

    .hiddenMobile {
        display:none;
    }

    .showMobile {
        display:block;
    }

}

@media (max-width: 600px) {

    .values-swiper .swiper-button-next, .values-swiper .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }
    
}

/** COMPANY -> MILESTONES **/

.milestones-years {
    overflow-x: scroll;
    max-width: 100%;
    white-space: nowrap;
    padding-bottom: 25px;
    margin-bottom: 100px;
    cursor: grab;
    user-select: none;
	scrollbar-color: #11314A #fff;
	-webkit-scrollbar-color: #11314A #fff;
    -moz-scrollbar-color: #11314A #fff;
    -ms-scrollbar-color: #11314A #fff;
    -o-scrollbar-color: #11314A #fff;
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
    -moz-scrollbar-width: thin;
    -ms-scrollbar-width: thin;
    -o-scrollbar-width: thin;
}

.milestones-years:active {
    cursor: grabbing;
}

.milestones-years span {
    cursor: pointer;
}

.milestones-years::-webkit-scrollbar {
    height: 3px !important;
    background: #D0D1D2 !important;
}

.milestones-years::-webkit-scrollbar-thumb {
    background: #fff !important;
    width: 3em;
    height: 5px !important;
}

.milestones-years span {
    font-family: "Kanit", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    /*margin-right: 115px;*/
	margin-right: 80px;
}

.milestones-swiper.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.milestones-swiper .swiper-wrapper {
    align-items: center;
}

.milestones-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease;
}

.milestones-swiper .slide-content {
    display: flex;
    width: 100%;
    height: 400px;
    background-color: #fff;
    box-sizing: border-box;
}

.milestones-swiper .slide-content .right-column {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.milestones-swiper .slide-content .left-column {
    /* width: 70%; da impostare per quando ci sarà l'immagine */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.milestones-swiper .slide-content .left-column .milestone-title {
    font-family: "Kanit", sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: #11314A;
}

.milestones-swiper .slide-content .left-column .milestone-description {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #11314A;
}



/* CSS PER IMMAGINI NELLO SLIDER */
/*.milestones-swiper .slide-content .right-column img {
    width: 100%;
    height: 100%;
}

.milestones-swiper .swiper-slide:not(.swiper-slide-active) .right-column img {
    width: 0%;
} */


.milestones-swiper .swiper-slide-active {
    width: 60% !important;
}

.milestones-swiper .swiper-slide-next,
.milestones-swiper .swiper-slide-prev {
    width: 20% !important;
}

.milestones-swiper .swiper-slide.swiper-slide-prev .slide-content, 
.swiper-slide.swiper-slide-next .slide-content {
    height: 300px !important;
}

.milestones-swiper .swiper-slide.swiper-slide-next .left-column, 
.swiper-slide.swiper-slide-prev .left-column {
    width: 100% !important;
} 

.milestones-swiper .swiper-slide.swiper-slide-next .left-column .milestone-description, 
.swiper-slide.swiper-slide-prev .left-column .milestone-description {
    font-size: 12px !important;
} 

.milestones-swiper .swiper-slide.swiper-slide-next .left-column .milestone-title, 
.swiper-slide.swiper-slide-prev .left-column .milestone-title {
    font-size: 50px !important;
} 

/* CSS PER IMMAGINI NELLO SLIDER */
/*.milestones-swiper .swiper-slide.swiper-slide-next .right-column, 
.swiper-slide.swiper-slide-prev .right-column {
    width: 0% !important;
}*/

.milestones-swiper .swiper-slide-next::before,
.milestones-swiper .swiper-slide-prev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); 
    z-index: 2; 
    pointer-events: none; 
}

.milestones-swiper .swiper-button-prev {
    position: absolute !important;
    left: calc(50% - 50px) !important;
    bottom: 0 !important;
    top: unset !important;
}

.milestones-swiper .swiper-button-next {
    position: absolute !important;
    left: calc(50% + 20px) !important;
    bottom: 0 !important;
    top: unset !important;
}

.milestones-swiper .swiper-button-next, .milestones-swiper .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
}

.milestones-swiper .swiper-button-next:after, .milestones-swiper .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: 900 !important;
}

@media (max-width: 1024px) {

    .milestones-swiper .swiper-slide-active {
        width: inherit !important;
    }

    .milestones-swiper .swiper-slide-next,
    .milestones-swiper .swiper-slide-prev {
        width: inherit !important;
    }

    .milestones-swiper .swiper-slide-next::before,
    .milestones-swiper .swiper-slide-prev::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: transparent; 
        z-index: unset; 
        pointer-events: none; 
    }

    /* CSS PER IMMAGINI NELLO SLIDER */
    /*.milestones-swiper .swiper-slide .right-column img {
        display: block !important;
    } */

    .milestones-swiper .slide-content .left-column {
        padding: 20px !important;
    }

    .milestones-swiper .slide-content .left-column .milestone-title {
        font-size: 50px !important;
    }

    .milestones-swiper .slide-content .left-column .milestone-description {
        font-size: 22px !important;
    }

}

@media (max-width: 600px) { 

    .milestones-years {
        margin-bottom: 30px !important;
    }

    .milestones-swiper .slide-content .left-column .milestone-title {
        font-size: 40px !important;
    }

    .milestones-swiper .slide-content .left-column .milestone-description {
        font-size: 16px !important;
    }

    .milestones-swiper .slide-content {
        flex-direction: column;
    }

    .milestones-swiper .slide-content .right-column, .milestones-swiper .slide-content .left-column {
        width: 100% !important;
    }
}

/** SINGLE MODELLO **/

.model-hero-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.single-modello .lightbox .lb-prev, .single-modello .lightbox .lb-next {
    opacity: 1 !important;
    display: block !important;
}

.model-container {
    position: relative;
    padding: 100px 25px;
    overflow: hidden;
}

.model-intro .brand-section p {
    padding: 0px !important;
}

.model-name {
    font-size: 65px;
    font-family: 'ConthraxSb';
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #11314A;
    color: #11314A00;
    position: absolute;
    top: 120px;
    right: 30px;
    opacity: 0;
}

.model-name.active {
    opacity: 1;
}

.ruolo {
    position: relative;
    padding: 25px;
}

.ruolo-0 {
    left: -15%;
}

.ruolo-1 {
    left: 20%;
}

.ruolo-2 {
    left: -20%;
}

span.ruolo-ruolo {
    font-family: 'Kanit';
    font-size: 50px 0;
    font-weight: 300;
    color: #9F9F9F;
    text-transform: uppercase;
}

span.ruolo-nome {
    font-family: 'Kanit';
    font-size: 50px;
    font-weight: 300;
    color: #11314A;
    line-height: 60px;
}

.model-title {
    position: absolute;
    top: 50%;
    font-family: 'ConthraxSb';
    font-size: 150px;
    font-weight: 600;
    line-height: 333px;
    left: 10%;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #11314A; 
}

.section-subtitle {
    font-family: 'Kanit';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.section-title {
    font-family: 'Kanit';
    font-size: 60px;
    font-weight: 200;
    line-height: 60px;
}

.models-slider-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
}

.model-slider-tab {
    font-family: 'Kanit';
    font-size: 20px;
    font-weight: 500;
    color: #D0D1D2;
    position: relative;
}

.model-slider-tab.active {
    color: #11314A;
}

.model-slider-tab span {
    cursor: pointer;
}


.model-slider-tab::before {
    content: '';
    width: 250px !important;
    position: absolute;
    border: 2px solid #D0D1D2;
    background-color: #D0D1D2;
    margin-bottom: 10px;
    top: -15px;
    border-radius: 20px;
}

.model-slider-tab.active::before {
    border: 2px solid #11314A;
    background-color: #11314A;
}

#models_parallax_swiper .swiper-button-next::after, #models_parallax_swiper .swiper-button-prev::after {
    font-size: 30px !important;
}

.model-features-container span.feature-row {
    color: #11314A !important;
    font-family: "Kanit", Sans-serif !important;
    font-size: 35px !important;
    font-weight: 200;
    text-transform: uppercase;
}

.model-features-container .features-container{
    padding: 50px 0;
}

.model-features-container .feature-row {
    opacity: 15%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.model-features-container .feature-row img {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.05);
}

.model-features-container .feature-row:hover {
    opacity: 1;
    z-index: 100;
}

.model-features-container .feature-row:hover img {
    opacity: 1;
    transform: scale(1);
}

.model-features-container .anima {
    transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.model-features-container .animaX2 {
    transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 2500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.model-features-swiper .swiper-wrapper {
    align-items: center;
}

.model-features-swiper .swiper-slide {
    text-align: center;
}

.model-features-swiper .swiper-slide span {
    font-family: "Kanit", Sans-serif;
    margin: 40px 50px 0;
    display: block;
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 25px;
}

.model-features-swiper .swiper-slide img {
    margin: 0 auto;
    display: block;
}

.model-features-swiper .swiper-button-next, .model-features-swiper .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
}

.model-features-swiper .swiper-button-next:after, .model-features-swiper .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: 900 !important;
}

.model-features-container .heritage-with-hover img {
    display: block;
}

.features-section span.feature-row {
    padding: 0;
    left: 0;
    transition: all 0.3s;
}

.features-section span.feature-row:hover {
    left: -15px;
    transition: all 0.3s;
}

.features-section p {
    text-align: left;
    line-height: 40px;
}

.features-section p:before {
    content: "/";
    margin-right: 15px;
}

.slider_design {
    display: none;
}

.slider_design.show {
    display: block;
}

.model_gallery {
    display: none;
}

.model_gallery.show {
    display: block;
}

.model-gallery-container {
    position: relative;
}

.model-gallery-container .swiper-button-prev, .model-gallery-container .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
} 

.model-gallery-container .swiper-button-prev::after, .model-gallery-container .swiper-button-next::after {
    font-size: 14px !important;
}

.model-name.filled-stroke {
    color: #11314A !important;
}

.model-logo {
    position: absolute !important;
    top: 60% !important;
    left: 10% !important;
    max-width: 70% !important;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 2 !important;
}

.slide-model-name {
    font-size: 150px;
    font-family: 'ConthraxSb';
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #11314A;
    color: #11314A;
    display: none;
}

.model-gallery-container .swiper-slide{
	display: block;
    background-size: cover;
    background-position: center;
}

.model-gallery-container .swiper-slide .index {
    text-align: left;
    font-family: 'Kanit';
    font-size: 20px;
    font-weight: 300;
    color: #11314A;
    line-height: 30px;
}

#models-tabs > ul{
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 35px;
}

#models-tabs > ul > li{
    display: inline-block;
    width: fit-content;
}

.accordion-title {
    font-family: "Kanit", sans-serif;
    color: #11314A;
    font-size: 60px;
    font-weight: 200;
}

.tabbed-accordion-title {
    font-family: "Kanit", sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: rgba(17, 49, 74, 0.25);
}

.ui-tabs-active .tabbed-accordion-title {
    color: #11314A;
}

.ui-tabs-active .tabbed-accordion-title > span.active-bold {
    font-weight: 700;
}

.layout-accordion-header, .datasheet-accordion-header {
    display: block;
    display: block;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #11314A;
    padding: 10px 0px;
    border-top: 1px solid #11314A;
    cursor: pointer;
}

.layout-accordion .ui-widget-content {
    margin: 50px;
}

.layout-accordion {
    margin-bottom: 100px;
}

.datasheet-accordion-content {
    font-family: "Kanit", sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #11314A;
}

.model-download-container {
    display: flex;
    font-family: 'Kanit';
    font-size: 40px;
    font-weight: 300;
    color: #11314A;
    background-color: #D0D1D225;
    padding: 50px 0px;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;
}

.model-download {
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 500;
    color: #333E47;
    border: 1px solid #333E47;
    padding: 10px 15px 10px 50px;
    margin-left: 25px;
}

.model-download::after { 
    content: "\203A";
    padding-left: 35px;
}

@media (max-width: 1024px) {
    .slide-model-name {
        display: block !important;
    }

    .model-name {
        display: none;
    }

    .models-slider-tabs {
        display: none;
    }

    .ruolo {
        left: unset !important;
    }

    .slide-model-name {
        font-size: 40px !important;
    } 
}

@media (max-width: 767px) {
    .single-modello .elementor-background-video-container.elementor-hidden-mobile {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .model-logo {
        position: relative !important;
        margin-top: 15px !important;
        top: unset !important;
        left: unset !important;
    }
}

@media (max-width: 600px) {

    .ruolo {
        padding: 10px 5px 5px 5px !important;
    }

    span.ruolo-ruolo {
        display: block !important;
    }

    span.ruolo-nome {
        font-size: 22px;
        line-height: unset;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        color: #000;
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 15px !important;
    }

    .tabbed-accordion-title {
        font-size: 19px;
    }

    .accordion-title {
        font-size: 25px;
    }

    .model-features-swiper .swiper-button-next, .model-features-swiper .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .model-container:has(.model-title) .ruolo-2 {
        padding-bottom: 100px !important;
    }

    .model-title {
        top: unset !important;
        bottom: 0px !important;
        line-height: unset !important;
        font-size: 40px !important;
    }

}

@media (max-width: 500px) {
    .model-container {
        padding-bottom: 30px !important;
    }
}

/** SINGLE CUSTOM_CDP **/

.custom-container .custom-title {
    color: #11314A;
    font-family: "Kanit", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

.custom-container .custom-description {
    width: 70%;
    color: #11314A;
    font-family: "Kanit", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.custom-gallery {
    position: relative;
}

.custom-gallery .swiper-button-prev, .custom-gallery .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
}

.custom-gallery .swiper-button-prev, .custom-gallery .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
} 

.custom-gallery .swiper-button-prev::after, .custom-gallery .swiper-button-next::after {
    font-size: 25px !important;
}

@media (max-width: 1024px) {
    .custom-container .custom-description {
        width: 100% !important;
    }
}

@media (max-width: 600px) {

    .custom-container {
        padding-top: 20px !important;
    }

    .custom-container .custom-title {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .custom-container .custom-description {
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    .custom-gallery .swiper-button-prev, .custom-gallery .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }

    .custom-gallery .swiper-button-prev::after, .custom-gallery .swiper-button-next::after {
        font-size: 10px !important;
        font-weight: 900 !important;
    }
}

/** LIGHTBOX **/

.lightboxOverlay {
    background-color: #fff !important;
    opacity: 1 !important;
}

.lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.lightbox .lb-data .lb-close {
    margin-bottom: 15px !important;
    background-size: contain !important;
    background-position: center !important;
}

/** CONTACT **/

.contact-info a {
    color: #11314A;
    text-decoration: underline;
}

.contact-us-form .wpforms-field-label, 
.contact-us-form .wpforms-field-label-inline, 
.contact-us-form .wpforms-field-label-inline a, 
.contact-us-form .wpforms-field-label-inline a:hover,
.contact-us-form .wpforms-field-label-inline a:visited,
.contact-us-form .wpforms-error {
    font-family: "Kanit", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #11314A !important;
}

.contact-us-form .wpforms-required-label {
    color: #11314A !important;
}

.contact-us-form .wpforms-submit-container {
    text-align: center !important;
}

.contact-us-form .wpforms-field-label-inline a {
    text-decoration: underline !important;
}

.contact-us-form .wpforms-submit, .contact-us-form button[type="submit"].wpforms-submit:hover:hover {
    padding: 15px 40px 15px 40px !important;
    height: unset !important;
    background-color: #11314A !important;
    background: #11314A !important;
    border-color: #11314A !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-family: "Kanit", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

/** FOOTER **/

.footer-newsletter-form .wpforms-field-label, 
.footer-newsletter-form .wpforms-field-label-inline, 
.footer-newsletter-form .wpforms-field-label-inline a, 
.footer-newsletter-form .wpforms-field-label-inline a:hover,
.footer-newsletter-form .wpforms-field-label-inline a:visited,
.footer-newsletter-form .wpforms-error {
    font-family: "Kanit", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.footer-newsletter-form .wpforms-required-label {
    color: #fff !important;
}

.footer-newsletter-form .wpforms-submit-container {
    text-align: center !important;
}

.footer-newsletter-form .wpforms-submit, .footer-newsletter-form button[type="submit"].wpforms-submit:hover:hover {
    padding: 15px 40px 15px 40px !important;
    height: unset !important;
    background-color: #fff !important;
    background: #fff !important;
    border-color: #fff !important;
    border-radius: 0px !important;
    color: #5793B0 !important;
    font-family: "Kanit", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.iubenda-footer-links a {
    color: #fff !important;
    font-family: 'Kanit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 12px !important;
    text-transform: uppercase !important;
}

.iubenda-footer-links a:hover {
    color: #fff !important;
}

.wpf-hidden {
    display: none !important;
}

.download-pdf-form label.wpforms-field-label,
.download-pdf-form label.wpforms-field-label-inline{
	font-family: "Kanit", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #11314A !important;
}
.download-pdf-form .wpforms-submit-container {
    text-align: center !important;
}
.download-pdf-form .wpforms-submit {
	padding: 15px 40px 15px 40px !important;
    height: unset !important;
    background-color: #11314A !important;
    background: #11314A !important;
    border-color: #11314A !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-family: "Kanit", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.wpforms-field-label-inline a {
	color: #11314A !important;
	text-decoration:underline!important;
}
.wpforms-field-label-inline a:hover {
	text-decoration:none!important;
}
.milestones-years div:first-child {
    padding: 25px 60px 0px!important;
    /*max-width: calc(100% - 120px);*/
}
.miles-btn {
    position: absolute;
    /*top: 70px;*/
	top: 25px;
    width: 100%;
    display: flex;
	/*display: none;*/
    justify-content: space-between;
}
button#slideLeft,
button#slideRight {
    /*width: 60px !important;
    height: 60px !important;*/
	width: 30px !important;
    height: 30px !important;
    background: #fff;
    border-radius: 50%;
    border: none;
	padding:0px!important;
}
button#slideLeft:after,
button#slideRight:after {
    font-family: "swiper-icons";
    color: #000;
}
button#slideLeft:after {
    content: 'prev';
}
button#slideRight:after {
    content: 'next';
}

/* 06/2025 */
.swiper-container.model_gallery img {
    max-height: 100vh;
    object-fit: cover;
    width: 100%;
}
.postid-2866 .model-name,
.postid-2866 .model-title,
.postid-2916 .model-name,
.postid-2916 .model-title {
    display: none;
}
html[lang="it-IT"] li.menu-item.menu-item-type-post_type.menu-item-object-modello.menu-item-2939 {
    display: none;
}

/* 12/2025 */
.milestones-swiper .swiper-button-prev::after,
.milestones-swiper .swiper-button-next::after {
    display: none;
    content: '';
}

/* 01/2026 */
a.elementor-item.has-submenu {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
a.elementor-item.has-submenu:hover,
a.elementor-item.has-submenu:focus,
a.elementor-item.has-submenu:active {
    color: inherit !important;
    background: transparent !important;
    text-decoration: none !important;
}
a.elementor-item.has-submenu:hover span,
a.elementor-item.has-submenu:focus span {
    color: inherit !important;
}
.sticky-header nav.elementor-nav-menu--dropdown ul li.menu-item-has-children:not(.no-link):hover {
    background: none !important;
}