/*
Theme Name: fairpari
Author: fairparilogin
Author URI: https://fairparilogin.loc/
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    background-color: transparent;
    background-image: none;
}

:root {
    --main-text: #09090b;
    --light-text: #64748b;
    --white-text: #f8fafc;
    --primary: #2563eb;
    --white: #fff;
    --light-bg: rgb(241 245 249 / 30%);
    --dark-bg: rgb(37 99 235 / 10%);

    --main-transition: all 0.3s ease-in-out;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: var(--main-text);
    line-height: 1.5;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.flex-row {
    display: flex;
    align-items: center;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    h1 {
        font-size: 3rem;
        line-height: 1;
    }

    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.light-text {
    color: var(--light-text);
}

/* Header */
.header {
    position: fixed;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

@media (min-width: 768px) {
    .header {
        box-shadow: none;
    }
}

.header.fixed {
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.header_content {
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.header_logo {
    margin-right: auto;
}

.header_logo-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--primary);
}

.header_logo-subtitle {
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.75rem;
    color: var(--light-text);
}

.header_menu {
    margin: 0 auto;
}

.header_menu ul {
    gap: 32px;
}

.header_menu ul li {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--light-text);
}

.header_content .button {
    margin-left: calc(1rem * calc(1 - 0));
}

.btn-icon-dark,
.close-icon,
.btn-icon-light {
    width: 1rem;
    height: 1rem;
}

.button {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--white-text);
    background: var(--primary);
    border-radius: calc(0.5rem - 2px);
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.button.button-light {
    background: var(--white);
    color: var(--main-text);
    border: 1px solid #e2e8f0;
}

.button:hover {
    opacity: 0.9;
}

.button.button-light:hover {
    background: #f1f5f9;
}

/* Language */

.language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown .current-lang {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.language-dropdown > .current-lang span {
    display: none;
}

@media (min-width: 768px) {
    .language-dropdown .current-lang span {
        display: block;
    }
}

.language-dropdown .arrow {
    margin-left: 5px;
}

.language-dropdown .lang-options {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none;
    padding: 0;
    z-index: 999;
    min-width: 150px;
}

.language-dropdown .lang-options li {
    padding: 5px 10px;
}

.language-dropdown .lang-options li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
}

.language-dropdown.open .lang-options {
    display: block;
}

.header_lang {
    margin-left: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.icon-glob {
    width: 1rem;
    height: 1rem;
}

.globe-icon li:not(.current-lang),
.globe-icon .current-lang span {
    display: none;
}

@media (min-width: 1024px) {
    .header_logo-subtitle {
        display: inline;
    }
}

@media (min-width: 768px) {
    .icon-glob {
        margin-left: 0.25rem;
    }
}

.burger-menu {
    margin-right: calc(0.5rem * 0);
    margin-left: calc(0.5rem * calc(1 - 0));
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.burger-menu.active {
    background: #f1f5f9;
    border-radius: calc(0.5rem - 2px);
}

.burger-menu-icon {
    width: 1rem;
    height: 1rem;
}

.header_menu {
    display: none;
}

.mobile-menu-wrap {
    display: block;
}

.mobile-menu-wrap .header_menu {
    display: none;
}

.mobile-menu.active {
    top: 65px;
    position: fixed;
    left: 0;
    background: var(--white);
    width: 100%;
    height: max-content;
    padding: 0;
    margin: 0;
    padding: 2rem 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.mobile-menu.active .header_menu {
    display: block;
}

.mobile-menu.active .header_menu .flex-row {
    flex-direction: column;
    align-items: flex-start;
}

.header_button.desktop-only {
    display: none;
}

.header_button.mobile-only {
    display: flex;
}

.header_button.mobile-only .button {
    margin-top: calc(1rem * calc(1 - 0));
    margin-bottom: calc(1rem * 0);
    width: 100%;
    justify-content: center;
    margin-left: unset;
}

@media (min-width: 768px) {
    .header_button.mobile-only,
    .mobile-menu-wrap {
        display: none;
    }

    .header_button.desktop-only,
    .header_menu {
        display: flex;
    }
}

/* Hero */
.hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 90vh;
}

.hero_content-subtitle {
    margin-bottom: 1.5rem;
    color: var(--main-text);
    font-size: 0.75rem;
    line-height: 1rem;
    background: var(--dark-bg);
    color: var(--primary);
    padding: 0.25rem 0.75rem;
    border: 1px solid rgb(37 99 235 / 20%);
    border-radius: 9999px;
}

.hero_content-title {
    margin-bottom: 1.5rem;
}

.hero_content-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--light-text);
    margin-bottom: 2rem;
    max-width: 42rem;
}

@media (min-width: 768px) {
    .hero_content-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 2.5rem;
    }
}

.hero_content_bottom {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    color: var(--light-text);
}

.hero_content-buttons .button {
    border-radius: 9999px;
    gap: 0.5rem;
    min-width: 200px;
    justify-content: center;
    height: 2.75rem;
}

.hero_content-buttons {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Footer */
.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: rgb(241 245 249 / 50%);
}

.footer_bottom-content {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.footer_bottom-copyright {
    color: var(--light-text);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.footer_top-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.footer_nav-col .flex-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.footer_top-content > div {
    flex: 1;
}

.footer_bottom-content {
    justify-content: space-between;
}

.footer-logo {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
}

.footer_logo-text {
    max-width: 17rem;
    margin-bottom: 1rem;
    color: var(--light-text);
}

.footer_nav-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.footer_nav li {
    color: var(--light-text);
}

.footer_bottom-content {
    color: var(--light-text);
    font-size: 0.875rem;
    line-height: 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer_bottom-nav .flex-row {
    gap: 1rem;
}

.footer_bottom-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer_bottom-button .button {
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer_bottom-button.visible {
    opacity: 1;
    visibility: visible;
}

.email-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer_contact-item.flex-row {
    align-items: unset;
    gap: 0.5rem;
    color: var(--light-text);
}

.social-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #64748b;
}

.social-icon svg:hover {
    fill: var(--primary);
}

.footer_socials.flex-row {
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .footer_top-content {
        flex-direction: row;
    }

    .footer_bottom-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* hover */
.header_menu li:hover,
.footer_nav li:hover,
.footer_contact-item:hover span {
    color: var(--primary);
    cursor: pointer;
}

/* Section why-choose-us */

.section-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgb(241 245 249 / 30%);
}

.section-box.white-bg {
    background: #fff;
}

.box-title {
    text-align: center;
    margin-bottom: 1rem;
}

.box-text {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
    color: var(--light-text);
}

.box-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.box-card-item {
    flex: 1 1 100%;
    box-sizing: border-box;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240 / 40%);
    background: var(--white);
    padding: 1.5rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.box-card-item:hover {
    box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.box-bg {
    background: rgb(241 245 249 / 30%);
}

@media (min-width: 768px) {
    .box-card-item {
        flex: 1 1 calc(50% - 2rem);
    }
}

@media (min-width: 1024px) {
    .box-card-item {
        flex: 1 1 calc(33.333% - 2rem);
    }
}

.item-icon {
    border-radius: 0.5rem;
    background: rgb(37 99 235 / 10%);
    margin-bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-text {
    color: var(--light-text);
}

.item-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
}

/* bet-sport */

.bet-sport .item-title {
    font-weight: 500;
    font-size: 1.125rem;
}

.bet-sport .sport-item-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.75rem;
}

.bet-sport .box-card-item {
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .bet-sport .box-card-item {
        max-width: 280px;
    }
}

/* Numbers */

.num-section .box-card-item {
    background: rgb(241 245 249 / 30%);
    text-align: center;
    border: unset;
}

.num-section .item-title {
    color: var(--primary);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

@media (min-width: 1024px) {
    .num-section .box-card-item {
        flex: 1 1 calc(24% - 2rem);
    }
}

.num-section .box-title {
    margin-bottom: 4rem;
}

/* Bootom banner */

.bottom-banner {
    background-color: rgb(37 99 235 / 5%);
}

.box-banner {
    box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    align-items: stretch;
    gap: 2rem;
    background: var(--white);
}

.left-box {
    padding: 3rem;
    flex: 1 50%;
    border-radius: 1.5rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    .left-box {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
}

.left-box-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .left-box-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.left-box-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    color: var(--light-text);
    max-width: 460px;
}

.bottom-banner-buttons {
    justify-content: flex-start;
}

.bottom-banner-buttons .button {
    border-radius: calc(0.5rem - 2px);
    min-width: 100%;
}

@media (min-width: 553px) {
    .bottom-banner-buttons .button {
        min-width: 200px;
    }
}

.right-box {
    display: none;
    flex: 1 50%;
    padding: 3rem;
    position: relative;
    background: linear-gradient(to right, rgb(37 99 235 / 0.8), #2563eb);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

@media (min-width: 1024px) {
    .right-box {
        display: block;
    }
}

.right-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    color: var(--white);
}

.right-box-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.right-box-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}

.right-box-icons {
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.right-box-icon {
    padding: 1rem;
    background-color: #fff3;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
}

.right-box-icon svg {
    width: 2rem;
    height: 2rem;
    stroke: var(--white-text);
}

.circle {
    position: absolute;
    background-color: #ffffff1a;
    width: 10rem;
    height: 10rem;
}

.top-circle {
    top: 0;
    right: 0;
    border-bottom-left-radius: 9999px;
}

.bottom-circle {
    left: 0;
    bottom: 0;
    border-top-right-radius: 9999px;
}

/* Chapter section */
.chapter-section .box-content {
    max-width: 64rem;
    margin: 0 auto;
}

.page_bet .chapter-section .box-content {
    max-width: 56rem;
}

.chapter-section .box-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.chapter-section .box-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.chapter-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.chapter-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.chapter-box-cards .box-card-item {
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid #e2e8f0;
}

@media (min-width: 1024px) {
    .chapter-box-cards .box-card-item {
        flex: 1 1 calc(50% - 2rem);
    }
}

.chapter-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.chapter-box-cards .item-text {
    color: var(--main-text);
}

.page_bet .chapter-item {
    font-size: unset;
    line-height: unset;
}

/* Home banner */

.banners {
    background: rgb(37 99 235 / 10%);
    padding: 2rem;
    border-radius: 1rem;
    margin: 3rem auto;
    text-align: center;
}

.second-banner {
    background: linear-gradient(
            to right,
            rgb(37 99 235 / 20%),
            rgb(37 99 235 / 1%)
    );
}

.banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.banner-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 auto 1.5rem;
    font-weight: 400;
}

.second-banner .banner-text {
    max-width: 42rem;
}

.banner-buttons .button {
    min-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 553px) {
    .banner-buttons {
        margin: 0 auto;
        width: max-content;
    }

    .banner-buttons .button {
        min-width: max-content;
    }
}

.animation-opacity-btn {
    animation: fadePulse 2s infinite;
}

@keyframes fadePulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Table */
.table-box {
}

.table-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

.comparison-table {
    border-collapse: collapse;
    width: 100%;
    text-indent: 0;
    border-color: inherit;
}

.overflow-x-auto {
    overflow-x: auto;
}

.comparison-table thead tr {
    background: rgb(37 99 235 / 10%);
}

.comparison-table thead th {
    font-weight: 700;
    padding: 1rem;
    border: 1px solid #e2e8f0;
}

.comparison-table tbody tr {
    background: rgb(241 245 249 / 20%);
}

.comparison-table tbody td {
    font-weight: 500;
    border: 1px solid #e2e8f0;
    padding: 1rem;
}

.comparison-table .text-green-500 {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table .text-amber-500 {
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table .text-left {
    text-align: left;
}

.comparison-table .text-center {
    text-align: center;
}

.comparison-table .text-primary {
    color: var(--primary);
}

.comparison-table .text-light {
    font-weight: 400;
}

.steps-box {
    margin: 3rem auto;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step-item {
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.step-number {
    color: var(--white);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 0;
}

.step-num-bg {
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    min-width: 3rem;
    width: max-content;
    height: 3rem;
    padding: 0;
    line-height: 0;
}

.step-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.step-text {
    color: var(--light-text);
}

.chapter-box-cards-scnd {
    margin-bottom: 3rem;
}

.chapter-box-cards-scnd .chapter-box-cards .box-card-item {
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
    .chapter-box-cards-scnd .chapter-box-cards .box-card-item {
        flex: 1 1 calc(33% - 2rem);
    }
}

.text-yellow-500 {
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-green-500 {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.chapter-box-cards-scnd .chapter-icon svg {
    width: 2rem;
    height: 2rem;
}

/* reviews */
.reviews {
    margin-bottom: 3rem;
}

.reviews .box-card-item:hover {
    box-shadow: unset;
}

.review-top-content {
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.review-initial {
    background-color: rgb(37 99 235 / 20%);
    color: var(--primary);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
}

.review-name {
    font-weight: 700;
}

.review-country {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--light-text);
    font-weight: 400;
}

.review-description {
    font-style: italic;
}

.star-icon svg {
    margin-top: 0.75rem;
    height: 1rem;
    width: auto;
}

/* Reasons */
.reasons,
.statistic-num {
    margin-bottom: 3rem;
}

.reasons-item-row {
    gap: 0.75rem;
}

.reasons-items {
    row-gap: 1rem;
    column-gap: 3rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .reasons-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.reasons-item-row svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

/* *Statistic */

.chapter-section .num-section .box-cards {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 740px) {
    .chapter-section .num-section .box-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.chapter-section .num-section .box-card-item {
    border: 1px solid #e2e8f0;
    background: var(--white);
}

.chapter-section .num-section .box-card-item:hover {
    box-shadow: unset;
}

/* Authors */
.authors {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

.list-disc {
    list-style: disc;
    padding-left: 1.25rem;
}

.authors .review-initial {
    width: 4rem;
    height: 4rem;
}

.date-authors {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.25rem;
    font-weight: 400;
}

.authors .box-cards {
    gap: 0;
}

.authors .review-top-content {
    margin-bottom: 0;
}

.authors-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
}

.authors-description h4 {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.list-disc > * + * {
    margin-top: 0.25rem;
}

/* FAQ */
.faq-sections {
    max-width: 48rem;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.faq-title {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-title p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.faq-title h2 {
    margin-bottom: 1rem;
}

.toggle-icon svg {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 1rem;
    height: 1rem;
}

.faq-item.active .toggle-icon svg {
    transform: rotate(180deg);
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    cursor: pointer;
}

.faq-question:hover {
    text-decoration: underline;
}

.faq-answer {
    padding-bottom: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

/* Download App Section */
.app-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.app-section p {
    color: var(--light-text);
}

.app-section .subtitle {
    color: var(--primary);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: .25rem .75rem;
    background: rgb(37 99 235 / 10%);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.rounded-full {
    background: var(--primary);
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    margin-right: .5rem;
}

.left-box-app h2 {
    margin-bottom: 1.5rem;
}

.left-box-app p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.app-section .hero_content-buttons .button {
    border-radius: calc(.5rem - 2px);
    height: 2.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.app-section .hero_content-buttons {
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.check-box.flex-row {
    align-items: flex-start;
    gap: .75rem;
}

.app-section-flex.flex-row {
    flex-direction: column;
}

.app-section-flex.flex-row > div {
    flex: 1;
}

.check-box svg {
    stroke: var(--primary);
}

.check-box h4 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.check-box p {
    font-size: unset;
    line-height: unset;
}

@media (min-width: 1024px) {
    .app-section-flex.flex-row {
        flex-direction: row;
    }
}

/* Install app */
.install-app-section .number {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(37 99 235 / 20%);
    font-weight: 700;
    margin-bottom: 1rem;
}

.install-app-section .box-text.light-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Opinion */
.opinion-section .box-title {
    margin-bottom: 4rem;
}

/* Slider */

.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    max-width: 56rem;
}

.box-cards.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    flex-wrap: unset;
}

.box-card-item.slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 2rem;
    position: relative;

    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.box-card-item.slide.active {
    display: block;
    opacity: 1;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: .5rem;
}

.slider-nav button {
    background: transparent;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    border-radius: calc(.5rem - 2px);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
    width: 2.5rem;
    height: 2.5rem;
}

.slider-dots {
    text-align: center;
    margin-top: 10px;
}

.slider-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(37 99 235 / 30%);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dots .dot.active {
    background: var(--primary);
}

.slider-wrapper .item-text {
    color: #09090b;
    line-height: 1.625;
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.slider-wrapper .review-name {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .box-card-item.slide {
        padding: 3rem;
    }
}

@media (min-width: 768px) {
    .slider-wrapper .item-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.top-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgb(37 99 235 / 20%);

}

.header_menu a.active {
    color: var(--primary);
}


