
@font-face {
    font-family: 'Nexa';
    src: url('/Umbraco/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
}

.about-container {
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 0 5% 0;
}

.company-container {
    padding: 30px 0 10px 0;
}

.vizioni, .Vizioni {
    padding: 20px 0 30px 0;
}

.misioni {
    padding: 50px 0 15px 0;
}

.green-text {
    color: #aaedaa;
}

.about-title,
.custom-title,
.vizioni-title {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    position: relative;
    margin: 20px 0;
    text-transform: uppercase;
}

.about-title,
.custom-title {
    font-size: 36px;
    line-height: 75.8px;
    text-align: left;
}

.about-title {
    font-size: 50px;
}

.vizioni-title {
    font-size: 36px;
    line-height: 50px;
    text-align: right;
}

    .about-title::after,
    .custom-title::after,
    .vizioni-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
    }

.about-title::after,
.custom-title::after {
    margin: -22px auto -5px 0;
}

.vizioni-title::after {
    margin-top: -10px;
    float: right;
}

.about-description,
.custom-description,
.vizioni-description,
.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 10px;
}

.custom-description,
.vizioni-description {
    width: 80%;
}

.vizioni-description {
    text-align: right;
    float: right;
}

.about-subtitle {
    width: 80%;
    font-family: 'Inter', sans-serif;
    margin: 30px auto 20px auto;
    font-size: 20px;
    line-height: 28px;
}

.about-image {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
    border-radius: 45px;
    margin-top: 30px !important;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .image-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 95%;
        height: 100%;
        border-radius: 15px;
        background: linear-gradient(180deg, rgba(48, 63, 40, 0) 0%, rgba(108, 152, 108, 0.29) 0.01%);
        pointer-events: none;
    }

.small-image {
    cursor: pointer;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .small-image.large {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }

.w-95 {
    width: 95% !important;
}

.position-relative {
    margin-top: 60px;
}

.img-mission {
    text-align: right;
}

.about-row {
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 1350px) {
    .img-fluid {
        max-width: 90% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .img-fluid {
        max-width: 100% !important;
        height: auto !important;
    }

    .gap-image {
        max-width: 95% !important;
        margin-bottom: 10px !important;
    }

    .about-title, .custom-title, .vizioni-title {
        font-size: 24px;
        line-height: 30px;
    }

        .about-title::after, .custom-title::after {
            margin: -12px auto -5px 0;
        }

    .about-subtitle {
        width: 100%;
        margin-top: -10px;
    }

    .vizioniImage {
        width: 100%;
    }

    .about-container {
        width: 90%;
    }

    .about-title, .custom-title, .vizioni-title {
        font-family: 'Nexa', sans-serif;
        font-weight: 900;
        position: relative;
        margin: 20px 0;
    }
}
