@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy\ Regular.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy\ Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

:root {
    --default-color: #f67c98;
    --default-border-color: #ccc;
    --animate-duration: 1000ms;
    --animate-delay: 0.5s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'SVN Gilroy', sans-serif !important;
    background-color: #ffffff;
}

/* Đặt box-sizing ở root */
html {
    box-sizing: border-box !important;
}

/* Áp dụng kế thừa cho tất cả phần tử con */
*,
*::before,
*::after {
    box-sizing: inherit;
}


h1,
h2,
h3 {
    font-family: 'SVN Gilroy', sans-serif !important;
    font-weight: 900 !important;
}

p {
    text-align: justify;
    font-size: clamp(16px, 4vw, 18px);
    /* Kích thước chữ phù hợp */
    line-height: 1.8;
    /* Khoảng cách dòng rộng rãi */
    letter-spacing: 0px;
    /* Khoảng cách giữa các chữ cái */
}


.btn {
    display: inline-flex;
    /* Chuyển button thành flex container */
    align-items: center;
    /* Căn giữa theo chiều dọc */
    justify-content: center;
    /* Căn giữa theo chiều ngang (tùy ý) */
}


i {
    vertical-align: middle;
    /* Đảm bảo icon không bị lệch */
    line-height: 1;
    /* Loại bỏ ảnh hưởng của line-height */
}

a {
    text-decoration: none !important;
    color: black;
}

a:hover {
    color: #ff0000;
}

.default-color {
    color: var(--default-color);
}

.divider {
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}

.divider-100 {
    height: 1px !important;
    width: 100%;
}

.unbold-text {
    font-weight: normal;
}

/* CHPLAY AND APPSTORE BUTTON */
@font-face {
    font-family: "fontfutura";
    src: url("https://fonts.googleapis.com/css?family=Open+Sans") format("ttf");
    font-weight: normal;
    font-style: normal;
}

a.btn-google {
    color: #fff
}

.btn {
    padding: 10px 16px;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 500;
    text-decoration: none;
    display: inline-block
}

.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    outline: 0
}

.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-google {
    color: #fff;
    background-color: #111;
    border-color: #000;
    padding: 15px 16px 5px 40px;
    position: relative;
    font-family: fontfutura;
    font-weight: 600
}

.btn-google:focus {
    color: #fff;
    background-color: #555;
    border-color: #000
}

.btn-google:active,
.btn-google:hover {
    color: #fff;
    background-color: #555;
    border-color: #000;
}

.btn-google:before {
    content: "";
    background-image: url('../images/home/bg-ch-play.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -15px
}

.btn-google:after {
    content: "GET IT ON";
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    font-weight: 400;
}

.bn46 {
    width: 150px;
    height: 50px;
}

.bn45 {
    width: 170px;
    height: 50px;
}

/* END CHPLAY AND APPSTORE BUTTON */

/* PAGINATION */
.pagination {
    display: flex;
    margin-bottom: 1em;
    justify-content: center;
    align-items: center;
}

.pagination-btn {
    border: 1px solid #ccc;
    border-radius: 50% 50%;
    padding: 5px 12px;
    margin: 0 5px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.pagination-btn:hover {
    background-color: var(--default-color);
    color: #fff;
}

.pagination-btn.active {
    background-color: var(--default-color);
    color: #fff;
}

.pagination-btn.prev,
.pagination-btn.next {
    cursor: pointer;
    padding: 5px 8px
}

.pagination-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* END PAGINATION */

/* 2. Neon Glow */
.btn-neon {
    background: linear-gradient(10deg, #24243e, #302b63, #0f0c29);
    position: relative;
    height: 50px;
    z-index: 1;
    color: #fff;
}

.btn-neon:hover {
    color: #fff !important;
}

.btn-neon-theme {
    background: linear-gradient(10deg, #F8C509, #FFD54F, #FFC107);
    height: 50px;
    z-index: 1;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(248, 197, 9, 0.75);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-neon-theme:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(248, 197, 9, 0.85);
}

.btn-neon-theme:hover:before {
    left: 0;
}



.animate-section {
    opacity: 0;
    transform: translateY(20px);
    /* Đặt giá trị khởi đầu phù hợp */
    transition: all 0.6s ease-out;
    visibility: hidden;
}

.animate-section.animate__animated {
    opacity: 1;
    transform: translateY(0);
    /* Phần tử quay về vị trí ban đầu */
    visibility: visible;
}
