* {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
}

@font-face {
    font-family: "Blacker-Pro-Display-Italic";
    src: url("../fonts/Blacker-Pro-Display-Italic-fXrFKpv.woff") format("woff");
}

@font-face {
    font-family: "EuclidCircularA-Light-WebS";
    src: url("../fonts/EuclidCircularA-Light-WebS-sxHPjI7.woff") format("woff");
}

@font-face {
    font-family: "EuclidCircularA-Medium-WebS";
    src: url("../fonts/EuclidCircularA-Medium-WebS-klkDJ52.woff") format("woff");
}

@keyframes myRotation {
    from {
        rotate: 0;
    }

    to {
        rotate: 120deg;
    }
}

@keyframes slidesbrands {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(0px);
    }
}

html {
    font-size: 18px;
    font-family: "EuclidCircularA-Light-WebS", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: unset;
    color: inherit;
}

button {
    font-weight: normal;
    cursor: pointer;
}

li {
    margin-left: 22px;
    padding-bottom: 5px;
    padding-top: 10px;
}

body {
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, b, strong {
    font-family: "EuclidCircularA-Medium-WebS", sans-serif;
    font-weight: normal;
}

h3 {
   font-size: 2rem;
}

:root {
    --blu: #2253DD;
    --verde: #1CB273;
    --rosso: #F44B14;
    --giallo: #FFBC17;
}


.container {
    width: 80%;
    max-width: 1300px;
    margin: auto;
}

.container-medium {
    width: 70%;
    max-width: 1100px;
    margin: auto;
}

.container-narrow {
    max-width: 600px;
    margin: auto;
}

.scrollFade {
    opacity: 1;
    pointer-events: all;
}

.scrollFade--animate {
    transition: opacity 0.7s ease-in-out;
}

.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
}

.shape {
    position: absolute;
    display: block;
    max-width: 240px;
    z-index: 1;
    animation: myRotation 45s infinite alternate linear;
}
.shape-1 {
    right: -100px;
}

.shape-2 {
    left: -60px;
    margin-top: 360px;
}

.shape-3 {
    right: -100px;
    margin-top: 1200px;
}
.shape-4 {
    left: -60px;
    margin-top: -120px;
}

.shape-5 {
    right: -60px;
    margin-top: -120px;
}

.shape-6 {
    margin-top: -180px;
    left: 180px;
}

.blacker-pro {
    font-family: "Blacker-Pro-Display-Italic", serif;
}

.header {
    font-family: "EuclidCircularA-Medium-WebS", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.4s;
}

.white-header {
    background-color: white;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__pictogram {
    height: 26px;
}

.header__cofounders {
    height: 68px;
}

footer {
    background-color: black;
    color: white;
    font-family: "EuclidCircularA-Light-WebS", sans-serif;
    font-size: 0.8rem;
    z-index: 1000;
    padding: 80px 0;
    padding-bottom: 60px;
    position: relative;
}

.footer {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 30px 20px 30px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.footer__pictogram {
    height: 24px;
}

.footer__cofounders {
    height: 52px;
    margin-top: -16px;
}

.footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer__srl {
    opacity: 50%;
}

.footer__contacts {
    display: block;
    margin-left: 180px;
}

.footer__link {
    display: block;
    margin-bottom: 18px;
}

.button {
    background-color: black;
    color: white;
    padding: 20px 45px;
    border-radius: 90px;
}

.hero {
    height: 730px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero__left {
    width: 50%;
    padding-left: 140px;
    margin-top: 120px;
    margin-right: 40px;
}

.hero__right {
    width: 50%;
    background-image: url("../images/rectangles-ZfD1rs-.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    height: 100%;
    padding: 240px 180px;
}

.hero__info {
    width: 230px;
    background-color: white;
    overflow: hidden;
    border-radius: 18px;
    padding-bottom: 20px;
    animation: float 6s ease-in-out infinite;
}

.hero__startupper-image {
    width: 102%;
}

.hero__text-box {
    padding: 20px 30px 0 30px;
}

.hero__text {
    font-size: 0.8rem;
}

.hero__text--euclid-bold {
    font-family: "EuclidCircularA-Medium-WebS", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.hero__title {
    font-size: 3.8rem;
    margin-bottom: 40px;
}

.hero__subtitle {
    font-family: "EuclidCircularA-Light-WebS", sans-serif;
    max-width: 80%;
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.customers {
    padding: 40px 0;
}

.customers__label {
    font-size: 0.8rem;
    text-align: center;
}

.customers__logos {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9;
}

.customers__logos::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, white 4%, rgba(255, 255, 255, 0.8) 20%, transparent 50%, rgba(255, 255, 255, 0.8) 80%, white 96%);
    margin-top: -110px;
    z-index: 999;
}

.customers__logos-track {
    display: inline-flex;
    animation: 18s slidesbrands linear infinite;
    animation-direction: reverse;
}

.customers__logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 120px;
}

.customers__logo {
    max-height: 90px;
}

.cofounders {
    padding: 180px 0;
    padding-bottom: 140px;
}

.cofounders__external-link-arrow {
    min-width: 20px;
}

.section-body {
    text-align: center;
    position: relative;
}

.cofounders__photos {
    width: 175px;
}

.section-title {
    font-size: 2.6rem;
    font-weight: 400;
    margin: 40px 0;
}

.section-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
}

.quality-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.section-text {
    width: 420px;
    text-align: inherit;
    margin: auto;
    margin-bottom: 60px;
}

.section-text--wide {
    width: 50%;
}

.section-text-fixed {
    width: 300px;
}

.cofounders__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 200px;
}

.cofounders__grid-element {
    font-family: "EuclidCircularA-Medium-WebS", sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    background-color: #00000012;
    padding: 16px 28px;
    border-radius: 90px;
}

.cofounders__screenshots {
    display: block;
    margin: auto;
    max-width: 960px;
    margin-top: 100px;
}

.how-we-work {
    padding-bottom: 100px;
}

.qualities-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 120px;
    margin-top: 60px;
}

.qualities-box__quality {
    display: block;
    text-align: center;
}

.qualities-box__image {
    max-height: 140px;
}

.qualities-box__image--margin {
    margin-bottom: 26px;
}

.qualities-box__image-1 {
    max-height: 84px;
}

.qualities-box__image-2 {
    max-height: 112px;
}

.selection {
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    z-index: 100;
}

.iframe-home {
    aspect-ratio: 16 / 9;
    display: block;
    margin: auto;
    border-radius: 20px;
    z-index: 100;
    position: relative;
}

.they-love-us {
    padding-bottom: 100px;
}

.they-love-us__carousel-button {
    position: absolute;
    top: 46%;
    transform: translateY(50%);
    z-index: 2;
    border-color: unset;
    border-style: unset;
    cursor: pointer;
    background: unset;
}

.they-love-us__carousel-button--left {
    left: 20px;
}

.they-love-us__carousel-button--right {
    right: 20px;
}

.they-love-us__carousel-arrow {
    width: 60px;
}

.they-love-us-reviews {
    margin: 100px 0 80px;
    padding: 0 60px;
}

.they-love-us__card {
    display: flex;
    width: 480px;
    aspect-ratio: 1/1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-right: 40px;
}

.they-love-us__card-left {
    width: 50%;
    background-image: url("../images/cofounder-1-9-L-J55.webp");
    background-position: center;
    background-size: cover;
}

.they-love-us__card-left--2 {
    background-image: url("../images/cofounder-2-QKGBF9Z.webp");
}

.they-love-us__card-left--3 {
    background-image: url("../images/cofounder-3-uANISK1.webp");
}

.they-love-us__card-left--4 {
    background-image: url("../images/cofounder-4-f9PMZbU.webp");
}

.they-love-us__card-right {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    font-size: 0.9rem;
    width: 50%;
    padding: 40px;
    text-align: left;
}

.they-love-us__name {
    font-size: 0.8rem;
    margin-top: auto;
}

.flickity-viewport {
    overflow: visible !important;
}

.flickity-button {
    background-color: white;
}

.become-cofounder {
    background-color: var(--blu);
}

.become-cofounder__form {
    color: white;
    text-align: center;
    position: relative;
    padding: 140px 0;
    scroll-margin-top: 80px;
}

.become-cofounder__form-element {
    max-width: 100%;
    display: flex;
    gap: 30px;
    margin: 28px 0;
}

.become-cofounder__label {
    display: block;
}

.become-cofounder__button {
    display: inline;
    width: 50%;
    background-color: transparent;
    color: white;
}

.hoverizzato {
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}
.hoverizzato:hover {
    opacity: 0.7;
}

.become-cofounder__input {
    width: 100%;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 90px;
    padding: 20px 40px;
}

.become-cofounder__input--solid {
    background-color: white;
    color: var(--blu);
    font-family: "EuclidCircularA-Medium-WebS", sans-serif;
    font-size: 1rem;
    margin-top: 50px;
}

.become-cofounder__input::placeholder {
    color: inherit;
    opacity: 50%;
}

.selected {
    background-color: white;
    color: var(--blu);
}

.become-cofounder__textarea {
    width: 100%;
    background-color: inherit;
    resize: none;
    border: 1px solid white;
    border-radius: 35px;
    padding: 20px 40px;
    height: 200px;
}

.become-cofounder__textarea::placeholder {
    color: inherit;
    opacity: 50%;
}

.recaptcha {
    opacity: 50%;
    font-size: 0.8rem;
}

.post-contact {
    background-color: white;
    padding: 100px 0;
}

.post-contact__title {
    text-align: center;
}

.post-contact__subtitle {
    font-size: 1.2rem;
    margin: 20px 0;
}

.post-contact__emoji {
    max-height: 150px;
}

.post-contact__body {
    line-height: 1.9rem;
}




@media all and (max-width: 1000px) {

    .header {
        padding: 25px;
    }

    .container-medium {
        width: 80%;
    }

    header .button {
        font-size: 0.6rem;
        padding: 15px;
    }

    .shape {
        max-width: 160px;
    }

    .shape-1 {
        right: -70px;
    }

    .shape-2 {
        margin-top: 900px;
    }

    .shape-3 {
        margin-top: 1400px;
        right: -70px;
    }

    .shape-4 {
        margin-top: -30px;
        left: -40px;
    }

    .shape-5 {
        margin-top: -80px;
        right: -80px;
        z-index: 3;
    }

    .shape-6 {
        margin-top: -100px;
        left: 50px;
    }

    .header__pictogram {
        height: 22px;
    }

    .header__cofounders {
        height: 32px;
    }

    .hero {
        height: 800px;
        flex-direction: column;
    }

    .hero__left {
        width: 100%;
        padding: 30px;
        margin-top: unset;
        margin-right: unset;
    }

    .hero__title {
        font-size: 2rem;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .hero__subtitle {
        line-height: 1.8rem;
        max-width: 90%;
    }

    .section-title {
        font-size: 2rem;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
        display: block;
        margin: auto;
    }

    .section-title--narrow {
        width: 84%;
    }

    .section-title--with-margin {
        padding: 40px 0;
        width: 60%;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .section-text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section-text--wide {
        width: 80%;
    }

    .hero__right {
        width: 100%;
        background-position: top;
        background-size: cover;
        padding: unset;
        margin-top: -80px;
        display: flex;
        justify-content: center;
    }

    .hero__info {
        margin-left: unset;
        margin-top: 150px;
        width: 200px;
    }

    .customers {
        padding-top: 120px;
    }

    .customers__logo-box {
        width: 180px;
        height: 120px;
    }

    .cofounders {
        padding: 40px 0;
        position: relative;
        z-index: 100;
    }

    .cofounders__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cofounders__grid-element {
        gap: unset;
        width: 100%;
        font-size: 0.96rem;
        display: flex;
        align-items: center;
    }

    .iframe-home {
        margin-top: -130px;
        width: 103%;
        border-radius: unset;
        margin: auto;
    }

    .how-we-work {
        position: relative;
        z-index: 100;
        padding-bottom: 40px;
    }

    .qualities-box {
        flex-direction: column;
        gap: unset;
        align-items: center;
        margin-top: 80px;
    }

    .qualities-box__quality {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px;
    }

    .quality-title {
        font-size: 1.6rem;
        margin-bottom: unset;
    }

    .qualities-box__image-1 {
        max-height: 64px;
        margin-bottom: 20px;
    }

    .qualities-box__image-2 {
        max-height: 84px;
        margin-bottom: 20px;
    }

    .section-text--quality {
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .they-love-us {
        position: relative;
        z-index: 100;
        padding-bottom: 60px;
    }

    .they-love-us__carousel-button {
        top: 42%;
    }

    .they-love-us__carousel-button--left {
        left: 15px;
    }

    .they-love-us__carousel-button--right {
        right: 15px;
    }

    .they-love-us-reviews {
        margin: 30px 0 60px 0;
    }

    .they-love-us__card {
        width: 295px;
    }

    .they-love-us__card-left {
        width: 45%;
        background-size: cover;
        background-position: left;
    }

    .they-love-us__card-right {
        font-size: 0.8rem;
        width: 55%;
        padding: 20px;
    }

    .they-love-us__name {
        font-size: 0.5rem;
        margin-top: auto;
    }

    .qualities-box__image {
        max-height:90px;
    }

    .qualities-box {
        margin-top: 80px;
    }

    .quality-title {
        margin-top: 10px;
    }

    .section-text-fixed {
        width: 70%;
        display: block;
        margin: auto;
        margin-top: 30px;
    }

    .selection {
        padding-bottom: 30px;
        position: relative;
        z-index: 100;
    }

    .become-cofounder__form {
        padding: 80px 0;
        padding-bottom: 140px;
        position: relative;
        z-index: 2;
    }

    .container-narrow {
        width: 80%;
    }

    .become-cofounder__form-element {
        margin-top: 15px;
        margin-bottom: 40px;
        gap: 10px;
    }

    .become-cofounder__input {
        padding: 14px 30px;
    }

    .become-cofounder__button--hurry {
        font-size: 0.8rem;
        padding: 14px;
    }

    .become-cofounder__textarea {
        padding: 20px 30px;
    }

    .become-cofounder__input::placeholder {
        font-size: 0.9rem;
    }

    .become-cofounder__textarea::placeholder {
        font-size: 0.9rem;
    }

    .become-cofounder__input--solid {
        margin-top: 30px;
    }

    footer {
        padding: 60px 0;
        padding-bottom: 30px;
    }

    .footer {
        flex-direction: column;
    }

    .footer__pictogram {
        height: 18px;
    }

    .footer__cofounders {
        height: 32px;
        margin-top: -10px;
    }

    .footer__links {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .footer__contacts {
        margin-left: unset;
        margin-bottom: 10px;
    }

}
