header {
    transition: all 200ms ease;
}
.small-container {
    max-width: 1392px !important;
    margin: 0 auto;
    width: 100%;
}
.out-offset {
    max-width: 1550px !important;
    margin-right: 36px
}
.position-header-custom {
    position: fixed;
    top: 0;
    width: 100%;
    padding:20px  64px ;
    z-index: 9999;
    background-color: #000;
    backdrop-filter: blur(15px);
    box-sizing: border-box;
    max-height: 110px;
}
body.home .position-header-custom{
    background-color: rgba(29, 29, 29, 0.60);
}
body.open-menu .position-header-custom{
    background-color: var(--menu-open);
    backdrop-filter: unset;
}
.logo-header {
    width: 100%;
    max-width: 320px;
    
}
body.open-menu .logo-header {
    display: none;
}
body .menu-string {
    display: none;
}
body.open-menu .menu-string {
    display: block;
}
.only-open-menu {
    display: none;
}
body.open-menu .only-open-menu {
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.right-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.right-section-header .toggle-menu {
    font-size: 32px;
}
#wrapper-navbar {
    display: none;
}
.navbar-custom-center {
    background-color: var(--menu-open);
    display: flex!important;
    align-items: center;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;

    left: 0;
    right: 0;
    bottom: 0;
}

.position-header-custom ul li a {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    display: inline-block;
}
.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 1372px;
}
.wrapper-logo-menu-open img{
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}
.divisore {
    border-top:1px solid #fff;
    width: 100%;
}
.footer-nav .button-primary {
    min-width: 180px;
}
.container-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.logo-header-wrapper{
    display: flex;
    align-items: center;
}
body.open-menu .logo-header-wrapper {
    display: none;
}
/* inizio header */
#img-link-container {
    display: flex;
    flex-basis: 50%;
    justify-content: end;
}
.wrapper-menu-image {
    display: flex;
}
#scf_principal_menu {
    flex-basis: 50%;
}
.scf-nav-main-link {
    display: block;
    margin-bottom: 40px;
    /* titolo medio */
    font-size: 32px;
    font-weight: 700;
}
.img-header-menu-item {
    visibility: hidden;
    transition: all .5s ease;
    opacity: 0;
    width: 100%;
    max-width: 423px;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    positioN: absolute;
    top: 50%;
    transform: translateY(-60%);
}
.toggleImgHeader {
    opacity: 1;
    visibility: visible;
}
/* inizio hamburger */
.toggle-menu-desktop {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    height: 30px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    margin-top: 15px;
}
.hamburger {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}
.hamburger-top-line,
.hamburger-bottom-line {
    transition: all .5s ease;
    display: inline-block;
    border-bottom: 3px solid #fff;
    width: 30px;
}
.fixed-custom .hamburger-top-line,
.fixed-custom .hamburger-bottom-line,
.has_not_header_image .hamburger-top-line,
.has_not_header_image .hamburger-bottom-line {
    border-color: #fff;
}
.open-menu .hamburger-top-line,
.open-menu .hamburger-bottom-line {
    border-color: #fff;
}
body.isMobile.open-menu .hamburger-top-line, body.isMobile.open-menu .hamburger-bottom-line {
     top: 0;
    border-color: #fff;
}
.hamburger-bottom-line {
    width: 20px;
}
.hamburger:hover .hamburger-top-line {
    width: 20px;
}
.hamburger:hover .hamburger-bottom-line {
    width: 30px;
}
.hamburger.rotate-to-close-icon {
    gap: 0;
    width: 30px;
    position: relative;
}
.hamburger.rotate-to-close-icon .hamburger-top-line {
    width: 30px;
    position: absolute;
    transform: rotate(45deg);
}
.hamburger.rotate-to-close-icon .hamburger-bottom-line {
    width: 30px;
    position: absolute;
    transform: rotate(-45deg);
}
/* fine hamburger */
@media screen and (max-width: 1119px) {
    .position-header-custom {
        padding: 20px;
    }
    .position-header-custom nav ul {
        gap: 0;
    }
    .position-header-custom nav ul li a {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 24px 0;
    }
    .logo-header{
        max-width: 250px;
        width: 100%;
    }
    .navbar-custom-center {
        align-items: flex-start;
        padding-top: 50px;
    }
    body.isMobile.open-menu .menu-string {
        display: none;
    }
    body.isMobile.open-menu .logo-header-wrapper,
    body.isMobile.open-menu .logo-header{
         display: block;
    }
    #img-link-container {
        display: none;
    }
    #scf_principal_menu {
        flex-basis: 100%;
        padding: 0 20px;
    }
}