#header
{
    background-color: rgba(0,0,0,0);
    position: fixed;
    width: 100%;
    backdrop-filter: blur(5px);
    z-index: 9999;
}
.navbar-flex
{
    justify-content: center;
    align-items: baseline;
}

.navbar-item
{
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
    margin: 0;
}

.navbar-item:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background: var(--border-color);
}

.navbar-flex-items
{
    gap: 5px;
}

.navbar
{
    margin: 20px 0;
}

.whyus-flex
{
    gap: 10px;
    align-items: baseline;
}

.whyus-item
{
    background-color: var(--main-frame-color);
    border: none;
    border-radius: 10px;
    padding: 25px;
    min-width: auto;
    transition: background 0.3s;
}

.whyus-item:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background: var(--border-color);
}

.whyus-item i
{
    border: none;
}

.whyus-item-title
{
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
}

.whyus-item p
{
    margin: 20px 0 0 0;
}
.whyus-item-title h2
{
    margin: 0;
}

.whyus-flex-inner
{
    flex-direction: column;
    display: flex;
    flex: 1;
    gap: 10px;
    min-width: max(25%, 300px);
}

.site-main-center-new h1
{
    line-height: 95%;
}

.stats-flex
{
    border: 0;
    border-radius: 10px;
    background-color: var(--body-bg-color);
    padding: 0;
    gap: 5px;
}

.stats-flex p
{
    width: max-content;
    margin: auto;
}

.stats-item
{
    padding: 20px 30px;
    background-color: var(--main-frame-color);
    border-radius: 10px;
    transition: background 0.3s;
    flex: 1;
}

.stats-item:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background: var(--border-color);
}

.stats-item h2
{
    font-size: 37px;
}

.stats-item p
{
    font-size: 14px;
    margin-top: 10px;
}

.footer
{
    background-color: var(--main-frame-color);
    border-radius: 50px 50px 0 0;
    padding: 50px 0;
}

.frame-padding-dark
{
    background-color: var(--main-frame-color);
}

.primary-button, .default-button, .red-button
{
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.red-button
{
    background-color: var(--red-color-background);
}

.flex-list-5 {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.new-background
{
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.tarif-inner
{
    outline: none;
    padding: 20px;
    transition: none;
}

.tarif
{
    border: none;
    border-radius: 10px;
    transition: background 0.3s;
}

.tarif-top-info
{
    display: flex;
    gap: 5px;
    justify-content: left;
    margin: 20px;
    margin-bottom: 0;
    padding: 0;
}

.tarif-top-info h2
{
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
    background-color: var(--primary-color-background);
    color: var(--primary-color);
}

.tarif-top-info .blue-title
{
    background-color: var(--blue-color-background);
    color: var(--blue-color);
}

.tarif:hover, .tarif:hover .tarif-inner
{
    border: none;
    outline: none;
}

.tarif:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background: var(--border-color);
}

.tarifs-flex
{
    gap: 10px;
}

.tarif-inner h2
{
    margin-bottom: 15px;
}

.tarif-flex-items
{
    gap: 5px;
    margin-bottom: 20px;
}

.option-button
{
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
    background-color: var(--main-frame-color);
    border:none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
    color: white;
}

.option-button img, .option-button svg, .option-button i
{
    vertical-align: middle;
    margin-right: 5px;
    height: 18px;
    color: white;
}

.option-button:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background: var(--border-color);
    color: white;
}

.option-button-selected
{
    background: var(--border-color) !important;
}

.pre-footer
{
    background: rgb(0, 255, 154);
    background: linear-gradient(0deg, rgba(0, 255, 154, 0.2) 50%, var(--main-frame-color) 100%);
    border-radius: 50px 50px 0 0;
}

.pre-footer-data
{
    margin-top: 70px;
    padding-top: 70px;
}

.pre-footer-data-flex
{
    display: flex;
    justify-content: center;
}

.pre-footer-data-flex-item
{
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.pre-footer-data h2
{
    text-align: center;
    color: white;
    font-family: 'Unbounded';
    font-weight: 600;
    margin: 0;
    font-size: 32px;
}

.pre-footer-data p
{
    text-align: center;
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    opacity: 0.75;
}

.pre-faq-flex
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pre-faq-flex-item
{
    flex: 1;
    min-width: max(300px, 40%);
}

.pre-faq-flex-item h2
{
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
}

.pre-faq-flex-item p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    margin: 20px 0 0 0;
}

.pre-faq-flex-item a
{
    color: var(--primary-color);
    text-decoration: none;
}

.pre-faq-flex-item a:hover
{
    -webkit-tap-highlight-color: transparent !important;
    text-decoration: underline;
}

.faq-flex-header
{
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: space-between;
}

.faq-flex-header h3
{
    color: white;
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.faq-flex-header i
{
    color: white;
    font-size: 16px;
    transition: transform 0.5s;
}

.faq-flex
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-flex-item
{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--main-frame-color);
    transition: background 0.5s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
}

.faq-flex-item:hover
{
    -webkit-tap-highlight-color: transparent !important;
    background-color: var(--border-color);
}

.faq-button-active
{
    transform: rotate(-180deg);
}

.faq-item
{
    overflow: hidden;
    transition: max-height 0.5s;
    max-height: 0;
}

.notification-frame
{
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    color: var(--red-color);
    background-color: var(--red-color-background);
}

.notification-frame i
{
    margin-right: 7px;
}
