@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://use.typekit.net/yno6fhd.css");
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Fonts */
:root {
    --font-default: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-logo: "futura-pt-bold", sans-serif;
    --font-claim: "franklin-gothic-urw-comp", sans-serif;
}

/* Colors */
:root {
    --color-verdino: #18E8BD;
    --color-primary: #005dba;
    --color-plus: #FF3BAA;
    --color-primary-plus: #35116B;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-default);
}

.logo-font {
    font-family: var(--font-logo);
}

.verdino {
    color: var(--color-verdino);
}

.colore-plus {
    color: var(--color-plus);
}

.colore-primary-plus {
    color: var(--color-primary-plus);
}

.bg-colore-plus {
    background-color: var(--color-plus);
}

.bg-colore-plus-dark {
    background-color: var(--color-primary-plusplus);
}

.border-colore-plus {
    border-color: var(--color-plus) !important;
}

.bg-sfumatura {
    background: rgb(53,17,107);
    background: linear-gradient(90deg, rgba(53,17,107,1) 0%, rgba(78,161,255,1) 50%, rgba(24,232,189,1) 100%);
}

li.bullet-plus::before {
    content: '•';
    color: var(--color-plus);
    font-weight: 900;
    margin-right: 1rem;
}

li.bullet-white::before {
    content: '•';
    color: #fff;
    font-weight: 900;
    margin-right: 1rem;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--bs-danger);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .scroll-top:hover {
        background: rgba(248, 90, 64, 0.8);
        color: #fff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 15px;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media (min-width: 768px) {
    .logo-head {
        font-size: 3rem !important;
    }

    .logo-claim {
        font-size: 5rem !important;
    }

    .logo-big {
        font-size: 7rem !important;
    }
}

#main-header,
#caratteristiche {
    background: rgb(78,161,255);
    background: linear-gradient(135deg, rgba(78,161,255,1) 0%, rgba(53,17,107,1) 100%);
}

body.elaborhub-plus #main-header,
body.elaborhub-plus #caratteristiche {
    background: linear-gradient(135deg, rgba(78,161,255,1) 0%, rgba(53,17,107,1) 50%, rgba(255,59,170,1) 100%);
}

.bg-sfumatura-plus {
    background: linear-gradient(135deg, rgba(78,161,255,1) 0%, rgba(53,17,107,1) 50%, rgba(255,59,170,1) 100%);
}

.bg-img-plus {
    background-image: url(img-elaborahub-plus.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    min-height: 600px;
}

.bordo-verdino-chiusura {
    border-bottom: var(--color-verdino) 7px solid;
}

@media (max-width: 992px) {
    .bordo-verdino-chiusura {
        border-bottom: none;
    }
}
    #main-header h3 {
        font-family: var(--font-claim);
        font-weight: 500;
    }

button.btn-webinar {
    background: rgb(53,17,107);
    background: linear-gradient(90deg, rgba(53,17,107,1) 0%, rgba(78,161,255,1) 50%, rgba(24,232,189,1) 100%);
}


#plus .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: rgb(78,161,255);
    background: linear-gradient(135deg, rgba(78,161,255,1) 0%, rgba(53,17,107,1) 100%);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}

#plus .icon-box.icon-box-plus {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: rgb(78,161,255);
    background: linear-gradient(135deg, rgba(78,161,255,1) 0%, rgba(53,17,107,1) 50%, rgba(255,59,170,1) 100%);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}

#plus .icon-box.icon-box-plus:hover {
    background: rgb(255,59,170);

}

    #plus .icon-box .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    #plus .icon-box .title {
        color: #fff;
        transition: 0.3s;
    }

    #plus .icon-box .icon {
        margin-bottom: 20px;
        padding-top: 10px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        font-size: 3rem;
        line-height: 1;
    }

.section-header {
    text-align: center;
    padding-bottom: 60px;
}

    .section-header h2 {
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-header h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 100px;
            height: 3px;
            background: #18E8BD;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .section-header h4 {
        margin-bottom: 0;
    }

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .play-btn:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(0, 131, 116, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .play-btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

    .play-btn:hover:after {
        border-left: 15px solid var(--color-primary);
        transform: scale(20);
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.testimonials {
    background-color: #f6f6f6;
}


    .testimonials .testimonial-wrap {
        padding-left: 10px;
    }

    .testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px;
        margin: 30px 10px;
        box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
        position: relative;
        background: #fff;
        border-radius: 10px;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50px;
            margin-right: 15px;
        }

        .testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #000;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        .testimonials .testimonial-item .stars {
            margin: 10px 0;
        }

            .testimonials .testimonial-item .stars i {
                color: #ffc107;
                margin: 0 1px;
            }

        .testimonials .testimonial-item .quote-icon-left,
        .testimonials .testimonial-item .quote-icon-right {
            color: var(--color-verdino);
            font-size: 26px;
            line-height: 0;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
            transform: scale(-1, -1);
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 15px auto 15px auto;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(0, 0, 0, 0.2);
            opacity: 1;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--color-primary);
        }

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

        .testimonials .testimonial-item .testimonial-img {
            position: static;
            left: auto;
        }
}

footer {
    font-size: 14px;
    background-color: var(--color-primary);
    padding: 50px 0;
    color: white;
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

    .footer .footer-info .logo img {
        max-height: 40px;
        margin-right: 6px;
    }

    .footer .footer-info .logo span {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        font-family: var(--font-primary);
    }

.footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

    .footer .social-links a:hover {
        color: #fff;
        border-color: #fff;
    }

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-links ul i {
            padding-right: 2px;
            color: rgba(0, 131, 116, 0.8);
            font-size: 12px;
            line-height: 0;
        }

        .footer .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-links ul a {
            color: rgba(255, 255, 255, 0.7);
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-links ul a:hover {
                color: #fff;
            }

.footer .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

    .footer .credits a {
        color: #fff;
    }



/*--------------------------------------------------------------
# Modulo
--------------------------------------------------------------*/
.modulo .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.modulo .info-item {
    width: 100%;
    background-color: #009282;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

    .modulo .info-item:last-child {
        margin-bottom: 0;
    }

    .modulo .info-item i {
        font-size: 20px;
        color: #fff;
        float: left;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .modulo .info-item h4 {
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .modulo .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    .modulo .info-item:hover i {
        background: #fff;
        color: var(--color-primary);
    }

.modulo .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}

    .modulo .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .modulo .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .modulo .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .modulo .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .modulo .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .modulo .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .modulo .php-email-form input,
    .modulo .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .modulo .php-email-form input[type=text],
        .modulo .php-email-form input[type=email],
        .modulo .php-email-form textarea {
            padding: 12px 15px;
        }

            .modulo .php-email-form input[type=text]:focus,
            .modulo .php-email-form input[type=email]:focus,
            .modulo .php-email-form textarea:focus {
                border-color: var(--color-primary);
            }

    .modulo .php-email-form textarea {
        padding: 10px 12px;
    }

    .modulo .php-email-form button[type=submit] {
        background: var(--color-primary);
        border: 0;
        padding: 14px 45px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .modulo .php-email-form button[type=submit]:hover {
            background: rgba(0, 131, 116, 0.8);
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ===================================================================
 * # site header
 *
 * ------------------------------------------------------------------- */
.s-header {
    z-index: 100;
    width: 100%;
    height: 8rem;
    position: absolute;
    top: 4rem;
    left: 0;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    z-index: 101;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all .3s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    right: 8rem;
    top: 50%;
}

    .header-logo a {
        display: block;
        padding: 0;
        outline: 0;
        border: none;
    }

    .header-logo img {
        height: 42px;
    }


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media screen and (max-width:1100px) {
    .header-logo {
        right: 4rem;
    }

    .header-email {
        left: 4rem;
    }
}

@media screen and (max-width:800px) {
    .s-header {
        top: 1.6rem;
    }

    .header-logo img {
        height: 42px;
    }
}

@media screen and (max-width:500px) {
    .header-logo {
        right: 3.2rem;
    }
}

@media screen and (max-width:400px) {
    .header-logo {
        right: auto;
        left: 4.2rem;
    }
}


/* ===================================================================
 * # intro
 *
 * ------------------------------------------------------------------- */
.s-intro {
    width: 100%;
    height: 100vh;
    min-height: 82rem;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}

.s-intro--static {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(bg-intro.jpg);
}

    .s-intro--static::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: .6;
    }

    .s-intro--static::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
        opacity: .8;
    }

.s-intro--particles {
    background-color: #010e0f;
}

    .s-intro--particles::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

/* -------------------------------------------------------------------
 * ## grid overlay
 * ------------------------------------------------------------------- */
.grid-overlay {
    z-index: 1;
    display: block;
    width: 89%;
    height: 100%;
    max-width: 1200px;
    opacity: .65;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}

    .grid-overlay > div,
    .grid-overlay::before,
    .grid-overlay::after {
        background-color: rgba(255, 255, 255, 0.1);
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .grid-overlay::before {
        content: "";
        left: 25%;
    }

    .grid-overlay::after {
        content: "";
        right: 25%;
    }

    .grid-overlay > div {
        left: 50%;
    }

/* -------------------------------------------------------------------
 * ## intro content
 * ------------------------------------------------------------------- */
.intro-content {
    z-index: 2;
    height: 100%;
    padding-top: 30vh;
    padding-bottom: 24rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


/* -------------------------------------------------------------------
 * ## intro content text
 * ------------------------------------------------------------------- */
.intro-content__text h3 {
    display: inline-block;
    letter-spacing: .3em;
    padding-left: .6rem;
    margin-top: 0;
    margin-bottom: .8rem;
    position: relative;
}

    .intro-content__text h3::before {
        content: "";
        display: block;
        width: 7.2rem;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        position: absolute;
        top: 1rem;
        right: calc(100% + 2.8rem);
    }

.intro-content__text h1 {
    font-size: 5rem;
    color: #ffffff;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: .8rem;
}

@media (min-width: 768px) {
    .intro-content__text h1 {
        font-size: 5rem !important;
    }
}

/* -------------------------------------------------------------------
 * ## intro content bottom
 * ------------------------------------------------------------------- */
.intro-content__bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    position: absolute;
    left: 20px;
    bottom: 9.6rem;
}


/* -------------------------------------------------------------------
 * ## intro content counter
 * ------------------------------------------------------------------- */
.intro-content__counter-wrap {
    margin-right: 8rem;
}

    .intro-content__counter-wrap h4 {
        margin-top: 0;
        margin-bottom: .8rem;
        font-family: "Gothic A1", sans-serif;
        color: rgba(255, 255, 255, 0.4);
    }

.counter {
    display: flex;
    flex-flow: row wrap;
    color: #ffffff;
}

.counter__time {
    margin-top: 1.2rem;
    margin-right: 6px;
}

.counter span {
    font-weight: 400;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    left: -2px;
}

ol.num-3 li::marker {
    content:"3." counter(list-item)" ";
    font-weight: 500;
  }

ol.num-4 li::marker {
    content: "4." counter(list-item)" ";
    font-weight: 500;
}

ol.num-5 li::marker {
    content: "5." counter(list-item)" ";
    font-weight: 500;
}

ol.num-6 li::marker {
    content: "6." counter(list-item)" ";
    font-weight: 500;
}

ol.num-7 li::marker {
    content: "7." counter(list-item)" ";
    font-weight: 500;
}

ol.num-8 li::marker {
    content: "8." counter(list-item)" ";
    font-weight: 500;
}

ol.num-9 li::marker {
    content: "9." counter(list-item)" ";
    font-weight: 500;
}

ol.num-10 li::marker {
    content: "10." counter(list-item)" ";
    font-weight: 500;
}

ol.num-11 li::marker {
    content: "11." counter(list-item)" ";
    font-weight: 500;
}

ol.num-12 li::marker {
    content: "12." counter(list-item)" ";
    font-weight: 500;
}

ol.num-13 li::marker {
    content: "13." counter(list-item)" ";
    font-weight: 500;
}

ol.num-14 li::marker {
    content: "14." counter(list-item)" ";
    font-weight: 500;
}

ol.num-15 li::marker {
    content: "15." counter(list-item)" ";
    font-weight: 500;
}

ol.num-16 li::marker {
    content: "16." counter(list-item)" ";
    font-weight: 500;
}

ol.num-17 li::marker {
    content: "17." counter(list-item)" ";
    font-weight: 500;
}

ol.num-18 li::marker {
    content: "18." counter(list-item)" ";
    font-weight: 500;
}

ol.elenco-lettere {
    list-style-type: lower-alpha;
}

ol.elenco-lettere li::marker {
    content: unset;
}