:root {
    --primary-color: #ccbf82;
    --fs-color-primary: #ccbf82;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #ccbf82;
    --fs-experimental-link-color-hover: #ffffff;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 650px
}

.row.row-collapse {
    max-width: 620px
}

.row.row-small {
    max-width: 642.5px
}

.row.row-large {
    max-width: 680px
}

.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
    background-color: #000000
}

.header-main {
    height: 100px
}

#logo img {
    max-height: 100px
}

#logo {
    width: 183px;
}

.header-bottom {
    min-height: 10px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 140px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 34px !important
}

.stuck #logo img {
    max-height: 34px !important
}

.header-bg-color {
    background-color: rgba(0, 0, 0, 0)
}

.header-bottom {
    background-color: #f1f1f1
}

.stuck .header-main .nav>li>a {
    line-height: 45px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

body {
    color: #ffffff
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #ffffff;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: Roboto, sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: Roboto, sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: Roboto, sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 500;
    font-style: normal;
}

.alt-font {
    font-family: Roboto, sans-serif;
}

.alt-font {
    font-weight: 500 !important;
    font-style: normal !important;
}

.absolute-footer,
html {
    background-color: #000000
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
:root {
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-20: 20px;
}

#wrapper {
    background: url(../images/bg-pc-scaled.png) top center no-repeat;
    background-size: 100% auto;
    background-color: #000;
}

#main {
    background-color: transparent;
}

body,
p {
    font-size: var(--font-size-14);
    letter-spacing: normal;
}

header {
    padding-top: 12px;
}

p {
    margin-bottom: 15px;
}

.font-size-20,
.font-size-20 p {
    font-size: var(--font-size-20);
}

.font-size-16,
.font-size-16 p {
    font-size: var(--font-size-16);
}

h1 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

h2 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

h4,
h5,
h6 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

footer {
    border-top: 1px solid #1a1811;
}

.highlight-btn {
    font-family: Kufam, sans-serif;
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Gradient, linear-gradient(270deg, #fea010 0%, #faef8e 50%, #fea010 100%));
    box-shadow: 0px -5px 0px 0px #e28a01 inset;
    color: #300c02;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.absolute-footer {
    color: #fff !important;
    font-size: var(--font-size-14);
    padding-top: 16px;
    padding-bottom: 32px;
}

.icon-image-text p img {
    width: 16px;
    margin-bottom: 16px !important;
}

.icon-image-text span {
    text-decoration: underline;
}

.main-btn {
    cursor: pointer;
    animation: zoomInOut 1s infinite ease-in-out;
}

.text-border {
    color: #fff;
    text-shadow: 1px 1px 0px #c02e05, 1px -1px 0px #c02e05, -1px 1px 0px #c02e05, -1px -1px 0px #c02e05, 1px 0px 0px #c02e05, 0px 1px 0px #c02e05, -1px 0px 0px #c02e05, 0px -1px 0px #c02e05;
}

.text-mg-bot-5 p {
    margin-bottom: 5px;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.col-inner ul li {
    margin-left: 40px;
}

.main-btn {
    margin-top: -70px;
}

.footer-main-text p:first-child {
    margin-bottom: 5px;
}

.main-site-text {
    padding: 16px 0
}

.main-site-text * {
    color: rgb(204, 191, 130);
    text-align: center;
}

.main-site-text p {
    margin-bottom: 17px;
}

.img-no-mb p img {
    margin-bottom: 0 !important;
}

.tagline h2 {
    background: var(--Gradient, linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 24px;
    margin-bottom: 24px;
}

.t-hot-line{
    min-width: 130px;
}

.footer-ricvip {
    position: relative;
}

.footer-ricvip:after {
    content: "";
    height: 1px;
    background: linear-gradient(270deg, #0D0804 0%, #FAE68E 50%, #0D0804 100%);
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000000;
}

.session-left,
.session-right {
    position: fixed;
    top: 147px;
    max-width: 313px;
    z-index: 10000000;
    opacity: 0.6;
}

.session-left {
    left: calc(50% - 650px / 2 - 313px);
}

.session-right {
    right: calc(50% - 650px / 2 - 313px);
}

.session-right .icon-box {
    display: flex;
    width: 313px;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 16px;
}

.session-right .icon-box .icon-box-text {
    padding-left: 0 !important;
}

.session-right .icon-box h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.session-right .icon-box h4 {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.session-left .icon-box-1 p {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.session-left .icon-box-2 {
    display: flex;
    gap: 8px;
}

.session-left .icon-box-2 img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.session-left .icon-box-2 .text {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.session-left .icon-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.session-left .icon-box .icon-box-text {
    padding-left: 0 !important;
}

.form-ricvip {
    padding-top: 24 !important;
}

.form-ricvip>.section-content>.row {
    max-width: 452px;
}

.content-ricvip p {
    color: #F0ECE2;
    text-align: justify;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.content-ricvip p strong {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-ricvip h3 {
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    background: linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px !important;
}

.content-ricvip ul li {
    margin-left: 24px;
    color: #F0ECE2;
    text-align: justify;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.wp-caption .wp-caption-text {
    color: #F0ECE2;
    text-align: center;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tagline-footer {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.4px;
}

.tagline-footer p {
    margin: 0 !important;
}

.footer-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.footer-text .footer-text-val {
    color: #F2D023;
    letter-spacing: 0.36px;
    font-size: 16px;
}

.footer-right img {
    width: 36px;
    height: 36px;
}

.footer-copyright {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 0.5;
}

.footer-left>.col {
    padding: 0 !important;
}

.vic-tag {
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-style: italic;
}

.sub-tagline {
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sub-tagline .text-gradient {
    background: linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-capcha {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: center;
}

.value-capcha {
    border-radius: 8px;
    background: #FFF;
    backdrop-filter: blur(10px);
    height: 48px;
    color: #261201;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    width: 112px;
}

.btn-capcha {
    cursor: pointer;
    margin-top: 12px;
    height: 48px;
    width: 81px;
    background: #fff;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    display: flex;
}

.form-submit .form-input {
    padding: 5px 12px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--Gradient, #FEA010);
    background: rgba(240, 236, 226, 0.06);
    backdrop-filter: blur(10px);
    width: 100%;
}

.form-submit .form-input input {
    height: 100%;
    padding-left: 32px;
    font-size: 16px;
}

.form-submit .form-input img.form-icon-image {
    position: absolute;
    top: 9px;
    left: 12px;
}

.form-input-pass .toggle-password {
    cursor: pointer;
    position: absolute;
    top: calc(5% + 5px);
    right: 12px;
    z-index: 9999;
}

.btn-register {
    margin-top: 16px;
}

.text-gradient-f {
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
    background: linear-gradient(270deg, #FEA010 0%, #FAEF8E 50%, #FEA010 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-choi-game p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 16px;
}

.text-choi-game {
    position: relative !important;
}

.text-choi-game:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000000;
    background: linear-gradient(270deg, #0D0804 0%, #FAE68E 50%, #0D0804 100%);
}

.btn-download-mobile {
    display: none;
}

header {
    display: none;
}

#footer {
    display: none;
}

.logo-ricvip {
    width: 148px !important;
    margin-bottom: 24px !important;
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    header {
        display: block;
        padding-top: 0 !important;
    }

    #main {
        top: -56px;
    }

    #masthead {
        display: none;
    }

    #wrapper {
        background: url(../images/bg-mb.png) top center no-repeat;
        background-size: 100% auto;
        background-color: #000;
    }

    #main {
        background-color: transparent;
    }

    .main-btn {
        margin-top: 0px;
    }

    .main-site-text,
    .main-site-text p {
        font-size: 12px;
    }

    .footer-main-text p,
    .footer-main-text p span {
        font-size: 11px !important;
    }

    .header_logo {
        width: 126px !important;
    }

    .tagline-footer p {
        text-align: center;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px;
        /* 145% */
        letter-spacing: 0.4px;
    }

    .footer-left .box-image {
        width: 148px !important;
    }

    .stack-footer-1 {
        flex-direction: column;
    }

    .footer-right .stack {
        justify-content: center;
        align-items: center;
    }

    .footer-right .col {
        padding-bottom: 0px;
    }

    .footer-right .col .col-inner {
        text-align: center;
    }

    .stack-footer-2 {
        justify-content: center;
        flex-direction: column;
    }

    .stack-footer-2 .img {
        width: 76px !important;
    }

    .footer-ricvip .col .col-inner {
        padding-bottom: 0 !important;
    }

    .form-submit .form-input img.form-icon-image {
        position: absolute;
        top: 10px;
        left: 12px;
    }

    .footer-right .col-1 .stack {
        flex-direction: column;
    }

    .footer-right .col-2 .img-inner {
        width: fit-content;
    }

    .footer-right .col-2 .img {
        width: auto !important;
    }

    .footer-right .col-2 .stack {
        gap: 16px;
    }

    .footer-right .col-2 {
        margin-top: 8px;
    }

    .form-submit .form-input {
        border: 1px solid transparent !important;
    }

    .btn-capcha {
        width: 88px;
    }
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}