/*-------------------------------
----------VARIABILI CSS----------
-------------------------------*/

:root {
    --green-color:                  #9FA617;
    --green-color-80:               rgba(159, 166, 23, 0.80);
    --orange-color:                 #D15E14;
    --gray-category-color:          #959283;
    --grey-color:                   #F8F8F8;
    --white-color:                  #fff;
    --black-color:                  #1a1a1a;
    --black-color-80:               rgba(26, 26, 26,0.80);
    --border-grey-color:            #EDEDED;
    --dark-grey-color:              #5D5D5D;
    --font-regular:                 'Fago W03 Cond Regular', Fallback, sans-serif;  
    --font-bold:                    'Fago W03 Cond Bold', Fallback, sans-serif;  
    --font-italic:                  'Fago W03 Cond Italic', Fallback, sans-serif;  
}

::selection {
    color: white;
    background: var(--green-color);
}
.bg-green ::selection {
    color: var(--green-color);
    background: var(--white-color);
}
body {
    font-family: var(--font-regular);
    color: var(--dark-grey-color);
    line-height: 28px;
    font-size: 18px;
}
p,span {
    font-size: 18px;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 { 
    font-family: var(--font-bold);
    color: var(--black-color);   
}
h1,.h1 {
    font-size: 105px;
    line-height: 1;

}
h2,.h2 {
    font-size: 45px;
}
h3,.h3 {
    font-size: 36px;
}
h6,.h6 {
    font-size: 18px;
}
a {
    text-decoration: none;
    color: var(--dark-grey-color);
}
a:hover {
    color: var(--black-color);
}
.fw-bold, b, strong {
   font-family: var(--font-bold);
}
.fw-italic {
    font-family: var(--font-italic);
}
.lead, .lead p{
    font-size: 24px;
    line-height: 32px;
}
.center-absolute {
    left: 50%;
    transform: translateX(-50%);
}
.bottom-240 {
    bottom: 240px
}
#breadcrumbs span, #breadcrumbs a {
    color: #A3A2A1!important;
    font-size: 14px!important;
}
.title-bar #breadcrumbs span, .title-bar #breadcrumbs a {
    color: white!important;
}
.object-fit {
    object-fit: cover;
    object-position: center;
}

video[poster]{
    height:100%;
    object-fit: cover;
    }
/*-------------------------------
-------------BACKGROUND----------
-------------------------------*/
.bg-green {
    background-color: var(--green-color);
}
.bg-orange {
    background-color: var(--orange-color);
}
.bg-grey {
    background-color: var(--grey-color);
}
.bg-green-90 {
    background-color: var(--green-color-80);
}
.bg-black-80 {
    background-color: var(--black-color-80);
}
/*-------------------------------
-------------TESTO----------
-------------------------------*/
.green-text {
    color: var(--green-color);
}
.orange-text {
    color: var(--orange-color);
}
.black-text {
    color: var(--black-color);
}

.big-title-container {
    padding-top: 200px;
}
.big-title-margin {
    margin-top: 200px;
}
.big-title {
    font-size: 350px;
    color: var(--grey-color);
    position: absolute;
    top: 0;
    z-index: -1;
}
.big-title--no-absolute {
    font-size: 350px;
    color: var(--grey-color);
}
.max-width-title {
    width: 700px;
}
.border-bottom-white {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
/*---------------------------------
CONTAINER BOOTSTRAP 5 PIù GRANDE
-----------------------------------*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

/*-------------------------------
-------------BOTTONI-------------
-------------------------------*/
.green-button, .gform-button--width-full, #gform_submit_button_1 {
    font-family: var(--font-regular);
    color: var(--white-color);
    background-color: var(--green-color);
    border-radius: 50px!important;
    padding: 8px 25px;
    transition: 0.2s ease-in-out;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 2px solid var(--green-color)!important;
    font-weight: bold;
}
.green-button--outline {
    background-color:transparent;
    color: var(--black-color);
}
.green-button:hover , .gform-button--width-full:hover, #gform_submit_button_1:hover {
    background-color: transparent;
    color: var(--black-color);
}
.green-button--outline:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}
.white-button {
    color: var(--green-color);
    background-color: var(--white-color);
    padding: 8px 25px;
    transition: 0.2s ease-in-out;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50px;
    border: 2px solid var(--white-color);
    font-weight: bold;
}
.white-button:hover {
    background-color:transparent;
    color: var(--white-color);
}
.white-button--outline {
    color: var(--white-color);
    background-color: transparent;
    border: 2px solid var(--white-color);
}
.white-button--outline:hover {
    color: var(--green-color);
    background-color: var(--white-color);
}
.button-big {
    min-width: 396px;
}
/*-------------------------------
-------------SLIDER-------------
------------------------------ */

.splide__arrow--prev {
    left: -2.5rem;
    background: var(--light-blue-color);
    transition: 0.3s ease-in-out;
}
.splide__arrow--prev:hover {
    left: -3rem;
}
.splide__arrow--next {
    right: -2.5rem;
    background: var(--light-blue-color);
     transition: 0.3s ease-in-out;
}
.splide__arrow--next:hover {
    right: -3rem;
}
.splide__pagination {
    bottom: -3rem;
}
.splide__pagination__page {
    background: var(--green-color);
    opacity: 0.4;
}
.splide__pagination__page.is-active {
    background: var(--green-color);
    opacity: 1;
}