#landing_page {
    --pdd-y: 120px;
}

#hero_landing {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: max(620px, min(56vw, 80vh));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 0 10vh;
    color: #fff;
}

#hero_landing .figure-bg,
#hero_landing .figure-bg::after,
#products_landing .figure-bg,
#products_landing .figure-bg::after,
.banner-landing .figure-bg,
.banner-landing .figure-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}

#hero_landing .figure-bg::after,
#products_landing .figure-bg::after,
.banner-landing .figure-bg::after {
    content: "";
    background: linear-gradient(180deg, rgba(1, 2, 25, 0.74) 0%, rgba(1, 2, 25, 0.3) 70%, #010219 90%);
}

#hero_landing .fg {
    position: relative;
    z-index: 1;
    width: 100%;
}

#hero_landing .headline {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    text-wrap: balance;
}

#hero_landing .payoff {
    margin-top: 0.4em;
    font-weight: 300;
    font-size: 22px;
    line-height: 125%;
    text-wrap: balance;
}

.tt-land {
    font-weight: 500;
    font-size: 28px;
    line-height: 122%;
    margin-bottom: 1.5em;
}

.txt-land {
    font-weight: 400;
    font-size: 16px;
    line-height: 157%;
}

.txt-land p {
    margin-bottom: 1em;
}


/* -------- INTRO ------- */
#intro_landing {
    position: relative;
    color: #000;
    padding: calc(var(--pdd-y) * 0.5) 0;
}

#intro_landing .work-button {
    position: relative;
    z-index: 1;
    top: -90px;
    left: 15px;
    margin-bottom: -60px;
    width: 140px;
    height: 140px;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.7vw;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    background-color: var(--color-accent-1);
    cursor: pointer;
    text-wrap: balance;
    transform: rotate(5deg);
    transition: background .3s var(--transition-timing);
}

#intro_landing .work-button:hover {
    background-color: var(--color-accent-2);
}

#intro_landing .txt {
    margin-bottom: 60px;
}

#intro_landing .info {
    margin-top: 30px;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: var(--color-accent-1);
    margin-bottom: 5px;
}

#intro_landing .info-cap {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #000;
}


/* -------- SERVIZI ------- */
#services_landing {
    padding: var(--pdd-y) 0;
    background-color: #000;
    color: #fff;
}

#services_landing .service {
    max-width: 420px;
    margin-top: calc(var(--pdd-y) / 2);
}

#services_landing .service-icon {
    width: 65px;
    height: 65px;
    display: block;
    margin-bottom: 1em;
    background: no-repeat center / contain;
}

#services_landing .service-tt {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 1em;
}


/* -------- GALLERY ------- */
#gallery_landing,
#gallery_video {
    overflow: hidden;
    padding: var(--pdd-y) 0;
}

#maps_landing {
    overflow: hidden;
    background-color: #000;
}

#maps_landing .big-map {
    width: 100%;
    height: 980px;
    max-height: 70vh;
}

#gallery_landing .swiper {
    overflow: visible;
}

#gallery_landing .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#gallery_landing .figure {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    pointer-events: none;
}

#gallery_landing .swiper-navs {
    margin-top: 45px; 
}

#gallery_landing .swiper-navs .swiper-button-next,
#gallery_landing .swiper-navs .swiper-button-prev {
    margin: 0;
    margin-left: 20px;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: 52px;
    height: 26px;
    display: inline-block;
}

#gallery_landing .swiper-navs .swiper-button-next:after,
#gallery_landing .swiper-navs .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/icon-nav.svg) no-repeat center / contain;
}

#gallery_landing .swiper-navs .swiper-button-prev:after {
    transform: rotate(180deg);
}


/* -------- BENEFICI ------- */
#benefits_landing {
    color: #000;
    padding: var(--pdd-y) 0;
    background-color: #fff;
}

#benefits_landing .tt-land {
    margin-top: 1em;
}

#benefits_landing .accordion {
    margin-top: 60px;
    border: 0;
    border-radius: 0;
    max-width: 620px;
}

#benefits_landing .accordion .card {
    border: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #D6D6D6;
}

#benefits_landing .accordion .card:first-child {
    border-top: 1px solid #D6D6D6;
}

#benefits_landing .accordion .card-header {
    position: relative;
    padding: 28px 0;
    border-radius: 0;
    border: 0;
    color: #000;
    background-color: transparent;
}

#benefits_landing .accordion .card-header .btn-acc {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding-right: 40px;
}

#benefits_landing .accordion .card-header .btn-acc::after,
#benefits_landing .accordion .card-header .btn-acc::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8px;
    height: 2px;
    display: block;
    background-color: #000;
}

#benefits_landing .accordion .card-header .btn-acc.collapsed::after {
    transform: rotate(90deg);
}

#benefits_landing .accordion .card-tt {
    font-weight: 500;
    line-height: 115%;
}

#benefits_landing .accordion .card-num {
    text-align: left;
    font-weight: 300;
    line-height: 139%;
    width: 40px;
}

#benefits_landing .accordion .card-body {
   padding: 0 40px 28px;
}


/* -------- PRODOTTI ------- */
#products_landing,
.banner-landing {
    position: relative;
    padding: var(--pdd-y) 0;
    color: #fff;
}

#products_landing .subscription-card {
    --card-background: rgba(0, 0, 0, 0.4);
}



/* -------- LIVE HOME ------- */
#front_live {
    position: relative;
}

#front_live_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
    box-shadow: 0 0 36px rgba(255,255,255,0.25);
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
}

#front_live_wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#front_live::before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}



/* -------- MEDIA QUERY ------- */
@media screen and (min-width:768px) and (min-height:415px) {
    
    #landing_page {
        --pdd-y: 140px;
    }

    #hero_landing .headline {
        font-size: 42px;
    }
    
    #hero_landing .payoff {
        font-size: 26px;
    }
    
    .tt-land {
        font-size: 38px;
    }
    
    .txt-land {
        font-size: 17px;
    }
    
    #intro_landing .work-button {
        position: absolute;
        top: -48px;
        left: unset;
        right: 9vw;
        margin-bottom: 0;
        width: 140px;
        height: 140px;
    }
    
    #intro_landing .info {
        font-size: 56px;
    }
    
    
    
}

@media screen and (min-width:992px) {
    
}


@media screen and (min-width:1200px) {
    
    #landing_page {
        --pdd-y: 180px;
    }
    
    #hero_landing .headline {
        font-size: 52px;
    }
    
    #hero_landing .payoff {
        font-size: 32px;
    }
    
    .tt-land {
        font-size: 42px;
    }
    
    .txt-land {
        font-size: 18px;
    }
    
    #intro_landing .work-button {
        top: -30px;
        right: 12vw;
        width: 200px;
        height: 200px;
        font-size: 33px;
    }
    
    #intro_landing .info {
        font-size: 72px;
    }
    
    #intro_landing .info-cap {
        font-size: 19px;
    }
    
    #benefits_landing .accordion .card-header .btn-acc::after,
    #benefits_landing .accordion .card-header .btn-acc::before {
        width: 16px;
    }
    
}


@media screen and (min-width:1440px) {
    
    
    
    
}


@media screen and (min-width:1600px) {
    
    #landing_page {
        --pdd-y: 220px;
    }
    
    .tt-land {
        font-size: 48px;
    }
    
    #intro_landing .work-button {
        top: -90px;
        right: 18vw;
        width: 250px;
        height: 250px;
        font-size: 42px;
    }
    
    #intro_landing .info {
        margin-top: 60px;
        font-size: 82px;
    }
    
    #intro_landing .info-cap {
        font-size: 21px;
    }
    
    #benefits_landing .accordion .card-header .btn-acc,
    #services_landing .service-tt {
        font-size: 20px;
    }
}


@media screen and (min-width: 1900px) {
    #intro_landing .work-button {
        top: -110px;
        right: 18vw;
        width: 300px;
        height: 300px;
        font-size: 48px;
    }
    
    #intro_landing .info {
        font-size: 100px;
    }
    
    #intro_landing .info-cap {
        font-size: 24px;
    }
    
}
