/*-----------------------
------  HOMEPAGE -------
----------------------*/
#homeSlider .object-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;    z-index: 12;
}
.title-site-content {
    height: 100%;
    z-index: 22;
}
#homeSlider h1 {
    color: white;
    mix-blend-mode: multiply;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#homeSlider h2 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 2rem;
}
.image-pat {
    height: calc(100vh - 130px);
}
.image-pat:after {
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    height: 100%;
    width: 25%;
    top: 0;
}
.image-pat img {
    height: calc(100vh - 130px);
    object-fit: contain;
}
.image-pat .row {
    height: calc(100vh - 130px);
    object-fit: contain;
}

#aziendaHome {
    margin-top: -2px;
}

#clientiCarousel img {
    filter: grayscale(1);
}
/*-----------------------
------AZIENDA----------
------------------------*/
.half-window {
    height: 750px;
    object-fit: cover;
    object-position: center;
}
.storia__item img {
    height: 248px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.storia__item .anno {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color: white;
    font-family: 'Anton';
    font-size: 100px;
}
 .pallino {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50px;
    background-color: var(--secondary-color);
    color: white;
}
.storia-row {
    position: relative;
    overflow: hidden;
}
.storia-row:after {
    content: '';
    width: 3px;
    height: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 48px;
    background-color: var(--secondary-color); 
    z-index: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    opacity: 0.5;
}
.servizi__item--specialization i {
    color: var(--secondary-color);
}
.servizio__description {
    overflow: hidden;
}
.servizio__description .icon {
    right: 0;
    opacity: 0.3;
}
.servizio__description .icon i {
    font-size: 175px;
}
/*-----------------------
----------SERVIZI--------------
------------------------*/
.servizi__item i {
    font-size: 20px;
    color: var(--secondary-color);
}
/*-----------------------
----SERVIZIO SINGOLO-------
------------------------*/
.title-icon {
    position: absolute;
    left: -6rem;
    bottom: 0;
    font-size: 108px;
    opacity: 0.5;
}
.gfield_label  {
    font-family: 'Anton';
    letter-spacing: 0.7px;
    color: var(--primary-color);
}
.gform-body input, .gform-body select {
    height: 48px;
}
.gform-body input[type="submit"] {
    height: auto;
}
#gform_1 input, #gform_1 textarea,  #gform_1 select, #gform_3 input, #gform_3 textarea,  #gform_3 select {
    border: 1px solid var(--border-solid-color);
}
.ginput_container_consent {
    display: flex;
    align-items: center;
}
.gfield_consent_label {
    margin-left: 1rem;
}
.gfield_consent_label a{
    color: var(--secondary-color);
    text-decoration: underline
}
#richiestaInformazioni .col-xl-6, #candidatura .col-xl-6 {
    box-shadow: 0 0 20px 0px rgba(33,49,89,0.08);
    transform: translateY(-5rem);
}
#richiestaInformazioni .custom-shadow {
    min-height: 768.5px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 130px;
}
#servicesPartner {
    transform: translateY(-100px);
    margin-bottom: -50px;
}
/*-----------------------
----REALIZZAZIONE SINGOLA----
------------------------*/
.table__relation__item:nth-child(odd) {
    background-color: var(--light-color);
}
.table__relation__item__title {
    padding: 1rem;
    width: 35%; 
}
.table__relation__item__content {
    border-left: 1px solid var(--border-solid-color);
    width: 60%; 
    padding-left: 1rem;
}
.vantaggi__item p:last-child{
    margin-bottom: 0;
}


#clientiCarousel .splide__pagination, #realizzazioniCarousel .splide__pagination{
    bottom: -3.5em;
}
.splide__pagination__page.is-active {
    background-color: var(--secondary-color);
    opacity: 1;
}

.cursor-text {
    cursor: text;
}