@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,700&display=swap");

.button-primary {
    background-color: #217cdb;
    color: #fff;
    border-radius: 10px
}

.button-primary:hover,
.button-primary:active {
    background-color: #1a63af !important;
    color: #fff !important;
    border-color: transparent !important
}

.button-primary.custom {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px
}

.button-outline {
    background-color: transparent;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    border: 1px solid #fff
}

.button-outline:hover,
.button-outline:active {
    background-color: #4b96e4 !important;
    color: #fff !important;
    border-color: transparent !important
}

.button-secondary {
    background-color: #039f97;
    color: #fff;
    border-radius: 50rem;
    text-transform: uppercase
}

.button-secondary:hover,
.button-secondary:active {
    background-color: #026d67 !important;
    color: #fff !important;
    border-color: transparent !important
}

.button-green {
    background-color: #65ba3f;
    color: #fff;
    border-radius: 50rem;
    text-transform: uppercase
}

.button-green:hover,
.button-green:active {
    background-color: #509432 !important;
    color: #fff !important;
    border-color: transparent !important
}

.button-dark {
    background-color: #6c757d;
    color: #fff;
    border-radius: 50rem;
    text-transform: uppercase
}

.button-dark:hover,
.button-dark:active {
    background-color: #545b62 !important;
    color: #fff !important;
    border-color: transparent !important
}

.button-genre {
    background-color: #1e6fc5;
    color: #0c092a !important;
    border-radius: 50rem !important;
    line-height: normal;
    border: 1px solid #1e6fc5;
    color: #fff !important
}

.button-genre__icon {
    background-color: #969696;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.75rem;
    vertical-align: middle;
    margin-right: 0.35rem
}

.button-genre.active {
    background-color: #fd9800 !important;
    border-color: #fd9800;
    color: #fff !important
}

.button-genre.active .button-genre__icon {
    background-color: #fff;
    color: #969696
}

.button-favorite {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #217cdb;
    font-size: 1.125rem;
    border: 1px solid rgba(33, 124, 219, 0.5)
}

.button-favorite.active {
    background-color: #ffd706;
    border-color: #ffd706;
    color: #217cdb
}

.btn-subs {
    margin-top: 72px
}

.banner {
    margin-top: 18px
}

.radius-100 {
    border-radius: 100px
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    width: auto
}

.fi {
    line-height: 0
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    background: linear-gradient(180deg, #6ca0d2 0%, #4152a2 100%);
    min-height: 100vh
}

a {
    text-decoration: none;
    color: #039f97
}

a:hover {
    text-decoration: none;
    color: #0c092a
}

.form-control {
    border-radius: 100px;
    background: #0000002a;
    color: #fff
}

.form-control.search {
    text-align: center
}

.form-control::placeholder {
    color: #fff
}

.form-control:focus {
    background: #0000002a;
    color: #fff
}

.box-wrapper {
    max-width: 578px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent
}

.box-wrapper.login {
    background-image: url("/portal/static/img/bg-wallpaper.png");
    min-height: 100dvh
}

.header {
    padding-top: 1.75rem;
    padding-bottom: 0.75rem
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.header-menu__item {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #217cdb;
    border-radius: 50%;
    margin-right: 0.875rem;
    font-size: 1rem
}

.header-menu__item:last-of-type {
    margin-right: 0
}

.header-title {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 67px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    z-index: 70
}

.header-title--white {
    color: #fff
}

.header-title--white .header-title__back {
    color: #fff
}

.header-title__back {
    width: auto;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    vertical-align: middle;
    color: #0c092a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.75rem
}

.header-search {
    padding-bottom: 1rem
}

.header-search__field {
    position: relative
}

.header-search__field input {
    border-radius: 50rem
}

.header-search__field .field-icon {
    position: absolute;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding-right: 0.75rem;
    top: 0;
    font-size: 1.125rem;
    color: #969696
}

.logo {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #217cdb;
    height: 25px
}

.logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    object-position: center left;
    margin-bottom: 24px
}

.bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: #242d58
}

.bottom-nav .col {
    min-width: 25%
}

.bottom-nav .nav-box {
    text-align: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: normal;
    display: block;
    text-decoration: none;
    position: relative;
    color: #969696
}

.bottom-nav .nav-box-ico {
    font-size: 1.313rem;
    color: #969696;
    display: block;
    text-decoration: none;
    margin-bottom: 0.15rem
}

.bottom-nav .nav-box-ico img {
    width: 38px;
    height: 38px;
    object-fit: cover
}

.bottom-nav .nav-box-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 0.75rem
}

.bottom-nav .active .nav-box,
.bottom-nav .active .nav-box-ico {
    color: #217cdb
}

.nav-custom {
    background: transparent;
    padding: 14px 0
}

.nav-custom a,
.nav-custom a:hover,
.nav-custom span {
    color: #fff
}

.nav-custom .nav-link.title {
    flex: 1 1 auto;
    text-align: center
}

.bottom-spacer {
    display: block;
    min-height: 60px
}

.content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.content.detail {
    padding-top: 74px
}

.section {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.section-title {
    font-weight: bold;
    line-height: normal;
    font-size: 1.125rem;
    margin-bottom: 0
}

.section-title a {
    color: #217cdb
}

.section-link {
    display: inline-flex;
    align-items: center;
    color: #0c092a
}

.section-link .fi {
    margin-left: 0.15rem
}

.section--no-space-bottom {
    padding-bottom: 0
}

.game-box {
    position: relative;
    border-radius: .875rem;
    overflow: hidden;
    margin-bottom: 1rem;
    display: block;
    box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
    transition: 0.1s ease-out
}

.game-box.more {
    box-shadow: none
}

.game-box.more img {
    border-radius: .875rem
}

.game-box.more .game-box__title {
    color: #0c092a;
    margin-top: 8px
}

.game-box:hover {
    box-shadow: none;
    transition: 0.1s ease-in
}

.game-box-lg {
    margin-bottom: 0
}

.game-box-lg .game-box__title {
    font-size: 1rem
}

.game-box img {
    max-width: 100%;
    border-radius: .875rem .875rem 0 0
}

.game-box__info {
    display: flex;
    align-items: flex-end;
    justify-content: start;
    background-color: #fff;
    color: #0c092a;
    padding: 0.5rem 0.75rem;
    border-radius: 0 0 .875rem .875rem;
    line-height: normal;
    z-index: 1;
    position: relative
}

.game-box__cat {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
    color: #0c092a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.35);
    margin-right: 0.5rem;
    background-clip: content-box;
    padding: 1px;
    font-size: 0.875rem
}

.game-box__meta {
    flex: 1;
    overflow: hidden;
    font-size: 0.75rem
}

.game-box__title {
    font-size: 0.875rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.media-box {
    display: flex
}

.media-box__start {
    flex-shrink: 0
}

.media-box__end {
    flex: 1
}

.swiper.swiper-main {
    padding-bottom: 1.75rem
}

.swiper.swiper-main .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.9)
}

.swiper.swiper-main .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.swiper.swiper-main .swiper-slide {
    transition: all 0.2s ease-in-out
}

.swiper.swiper-main .game-box img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    object-fit: cover
}

.swiper-pagination {
    bottom: 0 !important
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 50rem;
    background-color: #fff;
    opacity: 0.3
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.box-game-home {
    border-radius: 10px;
    overflow: hidden
}

.box-game-home.detail .title {
    background: transparent;
    padding: 12px
}

.box-game-home.detail .title p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.box-game-home.detail .title p.desc {
    font-size: 12px;
    color: #6e6c6c;
    font-weight: 400;
    margin-top: 12px
}

.box-game-home .img-game-home {
    height: 154px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.box-game-home .title {
    background: transparent;
    padding: 8px
}

.box-game-home .title p {
    margin-bottom: 0;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.box-game-home .title span {
    font-size: 10px;
    color: #6e6c6c
}

.box-detail {
    border-radius: 10px;
    overflow: hidden;
    background: #2c2c2e;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%
}

.box-detail .img-box-detail {
    height: auto;
    width: 120px;
    object-fit: cover;
    border-radius: 10px
}

.box-detail .title p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px
}

.box-detail .title span {
    font-size: 14px;
    color: #6e6c6c
}

.card-category {
    width: 100%;
    aspect-ratio: 167/66;
    border-radius: 8px;
    object-fit: cover;
    display: grid;
    place-items: center
}

.card-category h6 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 0
}

.card-category.adventure {
    background: url("/portal/static/img/bg-category-adventure.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.card-category.arcade {
    background: url("/portal/static/img/bg-category-arcade.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.card-category.hotgame {
    background: url("/portal/static/img/bg-category-hotgame.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.nav-pills-no-wrap {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    display: block
}

.nav-pills-no-wrap li {
    display: inline-block;
    margin-right: 0.15rem
}

.nav-pills-no-wrap li:last-child {
    margin-right: 0
}

.card-profile {
    border-radius: 20px;
    background: #2c2c2e24;
    padding: 20px;
    color: #fff
}

.card-profile.bg-transparent {
    box-shadow: none
}

.card-profile img {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 50%
}

.card-profile .button-primary {
    border-radius: 100px;
    min-width: 150px;
    margin-top: 18px
}

.card-profile .items {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 14px;
    margin-top: 14px
}

.card-profile .items .label {
    font-size: 16px
}

.card-profile .items .value {
    font-size: 18px;
    font-weight: 400
}

.profile-menu {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-radius: .875rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15)
}

.profile-menu__list {
    list-style: none;
    display: block;
    border-bottom: 1px solid rgba(108, 117, 125, 0.25);
    position: relative
}

.profile-menu__list:last-child {
    border-bottom: none
}

.profile-menu__list::before {
    content: "\f133";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
    color: rgba(12, 9, 42, 0.5);
    top: 50%;
    transform: translateY(-50%)
}

.profile-menu__list .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 25px;
    margin-right: 0.5rem;
    font-size: 1.125rem;
    color: #217cdb
}

.profile-menu__list .menu-icon--smaller {
    font-size: 1.125rem
}

.profile-menu a {
    display: flex;
    align-items: center;
    padding: 0.875rem 0.75rem;
    color: #0c092a;
    text-decoration: none;
    line-height: normal
}

.button-close {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #969696
}

.game-thumbnail-lg {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: .875rem;
    position: relative
}

.game-thumbnail-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: .875rem;
    position: relative;
    z-index: 2
}

.game-preview {
    margin-bottom: 0.5rem
}

.game-preview img {
    max-width: 100%;
    border-radius: .875rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 0.5rem
}

.swiper.game-preview .swiper-slide {
    max-width: 85%
}

.swiper.game-related .swiper-slide {
    max-width: 180px
}

.login-bg {
    background-color: #217cdb;
    min-height: calc(300px + 1.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: auto;
    animation-name: animate-bg;
    animation-timing-function: linear;
    animation-duration: 2000s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    background-position: center top
}

.login-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(33, 124, 219, 0.85) 0%, rgba(3, 159, 151, 0.95) 100%)
}

.login-bg__logo {
    text-align: center;
    position: relative;
    z-index: 1
}

.login-bg__logo img {
    width: 281px;
    height: auto;
    object-fit: contain;
    object-position: center center
}

@keyframes animate-bg {
    100% {
        background-position: 0 100000px
    }
}

.login-form {
    text-align: left;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    padding-top: 165px
}

.login-form input {
    box-shadow: 0 3px 6px rgba(12, 9, 42, 0.05)
}

.login-form__title {
    font-weight: bold;
    font-size: 1.3125rem;
    margin-bottom: 1.3125rem
}

.login-form__logo {
    width: 281px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
}

.login-form__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.form {
    position: relative
}

.form__field {
    margin-bottom: 1rem;
    position: relative
}

.form__field .field-icon {
    position: absolute;
    width: 52px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #217cdb
}

.form__field--with-icon input {
    padding-left: 48px
}

.game-history {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: .875rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15)
}

.game-history li {
    border-bottom: 1px solid rgba(108, 117, 125, 0.25);
    padding: 1rem;
    list-style: none
}

.game-history li:last-child {
    border-bottom: none
}

.game-list {
    display: flex;
    color: #217cdb
}

.game-list__image {
    flex-shrink: 0;
    max-width: 150px;
    border-radius: .875rem;
    margin-right: 1rem
}

.game-list__image img {
    width: 100%;
    border-radius: .875rem
}

.game-list__meta {
    flex: 1;
    position: relative;
    overflow: hidden
}

.game-list__title {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-list__score {
    font-size: 0.875rem;
    color: #969696;
    margin-bottom: 0
}

.game-list__date {
    display: inline-block;
    font-size: 0.75rem;
    color: #969696;
    border: 1px solid rgba(3, 159, 151, 0.5);
    padding: 0.25rem 0.375rem;
    border-radius: 50rem;
    line-height: normal;
    position: absolute;
    bottom: 0
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #fff;
    padding: 0.5rem
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%
}

.action {
    position: fixed;
    bottom: 1.5rem;
    left: 1rem;
    right: 1rem
}

.action::after {
    content: "";
    width: 80%;
    height: 10px;
    display: block;
    background-color: rgba(101, 186, 63, 0.85);
    margin: 0 auto;
    filter: blur(8px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.action .btn {
    text-transform: uppercase;
    padding: 0.5rem 0.75rem;
    position: relative;
    z-index: 1
}

.badge-status {
    padding: 0.35em 0.65em;
    background-color: #0dcaf0;
    color: #fff;
    display: inline-block;
    border-radius: .4375rem;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    line-height: normal
}

.simple-card {
    border-radius: .875rem;
    background-color: #fff;
    padding: 1rem
}

.game-info {
    padding: 1.3125rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50vh;
    z-index: 10;
    color: #fff
}

.game-info__pict {
    width: 185px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(-1.5rem - 60px);
    margin-bottom: 1rem;
    text-align: center;
    position: relative
}

.game-info__pict img {
    width: 100%;
    height: 100%;
    border-radius: .875rem;
    object-fit: contain;
    object-position: center center;
    position: relative;
    z-index: 2
}

.game-info__pict::after {
    content: "";
    width: 80%;
    height: 10px;
    display: block;
    background-color: rgba(12, 9, 42, 0.35);
    margin: 0 auto;
    filter: blur(8px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.game-info__title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem
}

.game-info__cat {
    color: #e9e9e9
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100dvh;
    background-image: url("/portal/static/img/overlay-full.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5
}

.game-pict {
    position: relative;
    margin-top: -78px;
    left: 0;
    right: 0;
    top: 0;
    height: calc(50vh + 30px);
    z-index: 1
}

.game-pict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.game-favorite {
    display: flex;
    color: #217cdb;
    background-color: transparent;
    padding: 0.75rem;
    border-radius: .875rem;
    box-shadow: 0 5px 15px rgba(12, 9, 42, 0.15);
    margin-bottom: 1rem;
    color: #fff;
    border: 1px solid #fff
}

.game-favorite__image {
    flex-shrink: 0;
    max-width: 150px;
    border-radius: .4375rem;
    margin-right: 1rem
}

.game-favorite__image img {
    width: 100%;
    border-radius: .4375rem
}

.game-favorite__meta {
    flex: 1;
    position: relative;
    overflow: hidden
}

.game-favorite__title {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-favorite__cat {
    font-size: 0.875rem;
    color: #e5e5e5;
    margin-bottom: 0
}

.game-favorite .btn {
    display: inline-block;
    font-size: 0.75rem;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: none
}

.game-favorite .btn span {
    vertical-align: middle;
    display: inline-block
}

.loader {
    position: fixed;
    background-color: #242d58;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    display: flex;
    overflow: hidden
}

.modal .modal-footer .btn {
    text-transform: none
}

.favorite-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 63px - 67px)
}

.favorite-empty__pict {
    width: 150px;
    height: 150px;
    margin-bottom: 1rem
}

.favorite-empty__pict img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.favorite-empty__title {
    font-size: 1rem;
    margin-bottom: 0.875rem;
    font-weight: bold
}

.bg-index {
    background: linear-gradient(179deg, #00afa5 23.18%, rgba(255, 109, 77, 0) 99.52%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.section-link {
    background: #217cdb;
    border-radius: 100px;
    color: #fff;
    padding: 4px 12px
}

.title-section {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff
}

.title-section .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-right: 8px
}

.title-section .icon-circle.red {
    background: #fb625e;
    box-shadow: 0px 3px 3px 0px rgba(251, 98, 94, 0.3)
}

.title-section .icon-circle.orange {
    background: #fd9800;
    box-shadow: 0px 2px 3px 0px rgba(255, 215, 6, 0.3)
}

.title-section .icon-circle i {
    color: #fff
}

.offcanvas-bottom {
    border-radius: 20px 20px 0 0;
    height: auto !important;
    padding-bottom: 32px;
    background: linear-gradient(180deg, #6ca0d2 0%, #4152a2 100%);
    color: #fff
}

.glitch {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 5px;
    z-index: 1
}

.glitch:before,
.glitch:after {
    display: block;
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8
}

.glitch:before {
    animation: glitch-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    color: #0ff;
    z-index: -1
}

.glitch:after {
    animation: glitch-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
    color: #f0f;
    z-index: -2
}

@keyframes glitch-color {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-3px, 3px)
    }

    40% {
        transform: translate(-3px, -3px)
    }

    60% {
        transform: translate(3px, 3px)
    }

    80% {
        transform: translate(3px, -3px)
    }

    to {
        transform: translate(0)
    }
}

.banner .swiper-slide {
    transition: all 200ms linear
}

.banner .game-box img {
    width: 100% !important;
    aspect-ratio: 374/199 !important;
    object-fit: cover !important
}

.game-detail .title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px
}

.game-detail .img-game {
    width: 100%;
    aspect-ratio: 374/245;
    border-radius: 20px;
    margin-bottom: 24px
}

.game-detail .desc {
    text-align: center;
    font-size: 14px;
    color: #fff
}