@charset "utf-8";

html {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

::-moz-selection {
    background-color: #f42c81;
    color: #fff;
}

::selection {
    background-color: #f42c81;
    color: #fff;
}

::-moz-selection {
    background-color: #f42c81;
    color: #fff;
}

body {
    background-color: #fff;
    color: #9898b2;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: visible;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.65em;
    margin-top: 0.65em;
    word-break: break-word;
}

h1 {
    margin-bottom: 0.36em;
    margin-top: 1.33em;
}

h2 {
    font-size: 60px;
    margin-bottom: 0.46em;
    margin-top: 0.95em;
}

h3 {
    font-size: 50px;
    margin-bottom: 0.6em;
    margin-top: 1.16em;
}

h4 {
    font-size: 40px;
    margin-bottom: 0.54em;
    margin-top: 1.6em;
}

h5 {
    font-size: 30px;
    margin-bottom: 0.8em;
    margin-top: 2.2em;
}

h6 {
    font-size: 20px;
    margin-bottom: 0.9em;
    margin-top: 3.4em;
}

.tab-content {
    border-radius: 0 5px 5px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 23px 30px;
}

@media (min-width: 992px) {
    .tab-content {
        padding: 43px 50px;
    }
}

.intro_featured_word h1 {
    font-family: 'Feilla', 'Poppins', 'Nunito', sans-serif;
    font-size: 40px;
    line-height: 1.4;
}

    .intro_featured_word h1 mark {
        color: #f42c81 !important;
        font-size: 48px;
    }

/* Media query per schermi con larghezza massima di 768px (tablet e mobile) */
@media (max-width: 768px) {
    .intro_featured_word h1 {
        font-size: 30px; /* Riduci la dimensione del font */
    }

        .intro_featured_word h1 mark {
            font-size: 36px; /* Riduci la dimensione del font per il mark */
        }
}

/* Media query per schermi con larghezza massima di 480px (mobile piccolo) */
@media (max-width: 480px) {
    .intro_featured_word h1 {
        font-size: 20px; /* Riduci ulteriormente la dimensione del font */
    }

        .intro_featured_word h1 mark {
            font-size: 24px; /* Riduci ulteriormente la dimensione del font per il mark */
        }
}

.no-bullets {
    color: #2d2d68;
}

.no-bullets strong { 
    font-weight: 800;
}

.mb-40 {
    margin-bottom: 40px !important;
}

