:root {
    /* TIPOGRAFIA */
    --primary_font: "Mona Sans", sans-serif;
    --secondary_font:  "Mona Sans", sans-serif;

    /* SITO */
    --black: #1d1d1d;
    --white: #e8e8e8;
    --primary_color: #1d1d1d;
    --primary_color_hover: #2196f3;
    --primary_color_hover_apacity: #00184540;
    --secondary_color: #001845;
    --secondary_color_alpha: #00184550;
    --third_color: #2196f3;
    --third_color_light: #2196f311;
    --footer_a_color: var(--primary_color_hover);
    --border_radius: 16px;
    --body_gray: #F2F4F3;

    /* OPACITY */
    --opacity_30: #00000030;
    --opacity_60: #00000060;
    --opacity_70: #00000070;
    --opacity_90: #00000090;
    --white_opacity_10: #ffffff10;
    --white_opacity_20: #ffffff20;
    --white_opacity_30: #ffffff30;
    --white_opacity_40: #ffffff40;
    --white_opacity_50: #ffffff50;
    --white_opacity_60: #ffffff60;
    --white_opacity_70: #ffffff70;
    --white_opacity_80: #ffffff80;
    --white_opacity_90: #ffffff90;

    /* SOCIAL COLOR */
    --facebook_color: #1877F2;
    --twitter_color: #1DA1F2;
    --linkedin_color: #0A66C2;
    --youtube_color: #CD201F;
    --instagram_color: #E4405F;
    --google_color: #db4a39;
    --whastapp_color: #25D366;

    /* GRAY SCALE */
    --gray-50: #FAFAFA;
    --gray-100: #F5F5F5;
    --gray-200: #EEEEEE;
    --gray-300: #E0E0E0;
    --gray-400: #BDBDBD;
    --gray-500: #9E9E9E;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #424242;
    --gray-900: #1d1d1b;
}

body, HTML {
    height:100%;
    padding:0;
    margin:0;
    background-color: var(--body_gray);
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    /* background-color: #111; */
}

.main-content {
    padding: 16px;
    position: relative;
}

.my-container {
    width: 100%;
    max-width: 85%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    margin: 0 auto;
}

.my-modal .modal-header {
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    padding: 24px;
    height: fit-content;
}

.my-modal .modal-content {
    border-radius: var(--border_radius);
    position: relative;
    z-index: 10;
}

.my-modal .modal-body {
    padding: 0 !important;
}

.my-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 96px;
}

.my-item {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my-item.inside {
    padding: 0;
}

.my-square {
    aspect-ratio: 1/1;
}

.my-space {
    height: 73px;
    display: block;
}

.my-mini-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

.my-mini-nav span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.my-gallery-list {
    max-width: 100vw;
    display: grid;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
}

.my-gallery-item {
    aspect-ratio: 1 / 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-color: #0A66C2;
    border-radius: var(--border_radius);
}

.my-gallery-item:hover {
    text-decoration: none;
    border-bottom: none;
    filter: grayscale(100%);
}

.my-space-mini {
    display: block;
    height: 48px;
}

.my-flag {
    border: 1px solid #FFF;
    width: 24px;
    height: auto;
}

.my-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex: 1; */
    width: 100%;
    gap: 16px;
}

.my-hide {
    display: none;
}

.button:hover {
    text-decoration: none;
    border-bottom: none;
}

.my-strong {
    font-weight: 700;
}

.my-hover-effect {
    position: relative;
    text-decoration: none;
    display: inline;
}

.my-hover-effect::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: var(--third_color);
    transition: width 0.3s ease;
}

.my-hover-effect:hover {
    color: var(--third_color);
}

/* Al passaggio del mouse, espandi la linea da sinistra verso destra */
.my-hover-effect:hover::after {
    width: 100%;
}

.my-sticky-top {
    position: sticky;
    top: 0;
    background-color: rgb(34, 25, 5);
    width: 100vw;
    z-index: 3;
}

.my-space-y {
    padding: 72px 0;
}

.my-space-top {
    padding-top: 72px;
}

.my-space-bottom {
    padding-bottom: 72px;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-height {
    height: 100vh;
}

full-width {
    width: 100vw;
}

.video-poster {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon.color-white svg {
    stroke: #FFF;
}

.video-poster .svg-icon svg {
    width: 64px;
    height: 64px;
}

.icon-normal .svg-icon svg {
    width: 32px !important;
    height: 32px !important;
}

.squared {
    width: 100%;
    aspect-ratio: 1/1;
}

.slice-7 {
    display: flex;
    gap: 16px;
    transition: all 0.3s ease;
}

.slice-7 .grid-item {
    transition: all 0.3s ease;
    background-color: #eaeaea;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    cursor: pointer;
}

.slice-7 .grid-item.main {
    flex: 5 !important;
}

.label {
    border-radius: 4px;
    font-size: 14px;
    background-color: #FFF;
    text-align: center;
    font-weight: 600;
    color: #000;
    padding: 4px 16px;
    font-family: var(--primary_font);
    margin-bottom: 8px;
    display: inline-block;
    width: fit-content;
}

.label.light {
    backdrop-filter: blur(10px);
    background-color: #FFFFFF70;
}

.label.bordered {
    background-color: #FFF;
    border: 1px solid #d2d2d2;
}

.focus-light {
    padding: 64px 0;
    background-color: #e6e6e670;
    border-radius: var(--border_radius);
}

.logo-partner {
    height: auto;
    width: 85% !important;
}

section.blog {
    padding: 110px 0 110px 0
}

.my-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border_radius);
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#team .card-radius two-cols-cover .card-footer {
    padding: 8px;
}

.youtube-container {
    border-radius: var(--border_radius);
    height: 650px;
    width: 100%;
}

.youtube-container iframe {
    border-radius: var(--border_radius);
    width: 100% !important;
    height: 100%;
}

.blend-multiply {
    mix-blend-mode: multiply
}

.my-check-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.my-check-list li {
    list-style: none;
    display: flex;
    gap: 12px;
    line-height: 130%;
}

.my-check-list li::before {
    content: '✓';
    color: var(--third_color);
    font-size: 20px;
}

#traguardi-cover {
    min-height: 70vh;
}

@media (max-width: 480px) {
    .inside {
        padding: 0;
    }

    .my-gallery-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .my-prefooter-container {
        gap: 0;
    }
    
    .my-prefooter-item {
        flex: 0 0 100% !important
    }

    .my-prefooter {
        padding: 32px 0;
    }

    .my-prefooter-container {
        flex-direction: column;
        gap: 32px;
    }

    section.blog {
        padding: 64px 0
    }

    .my-cover {
        border-radius: 8px;
    }

    .youtube-container {
        aspect-ratio: 1/1;
        height: auto;
    }

    #traguardi-cover {
        min-height: auto;
        aspect-ratio: 1/1;
    }

}

@media (max-width: 1024px) {
    .inside {
        padding: 24px;
    }

    .my-footer {
        padding: 48px 0;
    }

    .my-gallery-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media(max-width: 991px) {
    .my-space {
        height: 32px !important;
    }

    .label {
        padding: 4px;
        font-size: 13px;
        line-height: 100%;
        border-radius: 4px;
    }

    .focus-light {
        padding: 16px !important;
    }

    #frases-slide .carousel-item {
        height: fit-content !important;
    }
}

@media (max-width: 768px) {
    .my-row {
        gap: 48px;
    }

    .my-item {
        flex: 0 0 calc(100%);
    }

    .my-item.inside {
        padding: 0;
    }

    .my-prefooter-item {
        flex: 0 0 calc(50% - 24px);
    }

    .my-footer-container {
        gap: 32px;
        flex-direction: column;
    }

    .my-space {
        height: 56px;
    }

    .my-gallery-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .logo-partner {
        height: auto;
        width: 85% !important;
    }
}

@media (max-width: 1440px) {

    .my-container {
        max-width: 100%;
    }
}

@media (max-width: 1550px) {

    .focus-light {
        padding: 64px;
    }
}