:root{
    --color: #5c84da;
    --color-hover: #85a3e3;
    --color-modal-card: #85a3e3;
    --color-border-modal-card: #85a3e3;
    --color-50: #FED1C1;
    --color-background: #181818;
    --color-text: #ffffff;
    --color-black: #000000;
    --color-white: #ffffff;
    --font-size: 16px;
    --font-family: 'myFirstFont';
}
body {
    background-color: #02010a;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: Noto Sans Thai,sans-serif;

}
.text-5c84da {
    color: #5c84da;
}
.card {
    background-color: var(--color-white);
    border: 5px solid var(--color);
    color: var(--color);
    border-radius: 10px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.page-404 {
    margin-top: 100px;
    text-align: center;
    color: #9ca3af;
}
a {
    color: #fff;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

*,
::after,
::before {
    box-sizing: border-box;
}

user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

a.fb-login {
    color: #fff;
    background-color: #3b5998;
}

a.google-login {
    color: #fff;
    background-color: #ea4335;
}

.social-login {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px auto;
    text-decoration: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    border: none;
    padding-top: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

:root {
    --color: #5c84da;
    --color-hover: #461200;
    --color-modal-card: #85a3e3;
    --color-border-modal-card: #E8541F;
    --color-50: #FED1C1;
    --color-background: #181818;
    --color-text: #ffffff;
    --color-black: #000000;
    --color-white: #ffffff;
    --font-size: 16px;
    --font-family: 'myFirstFont';
}

a {
    color: var(--color-text);
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

#content {
    min-height: 80vh;
}

.image-home {
    width: 100%;
}

.name-website1 {
    color: var(--color-white);
    font-size: 100px;
    font-weight: 1000;
}

.name-website2 {
    font-size: 130px;
    font-weight: 900;
    color: var(--color);
    text-align: center;
}

.logo-navbar {
    width: 80px;
}

#footer {
    margin-top: 30px;
}

.title-footer {
    font-size: 16px;
}

.title-footer {
    text-align: center;
}

.menu-footer {
    text-align: center;
}

.item-footer {
    color: var(--color);
    display: block;
    text-align: center;
    margin-top: 10px;
}

.item-footer:hover {
    color: var(--color-border-modal-card);
}

.title-page {
    text-align: center;
}

.btn-color {
    background-color: var(--color);
    color: var(--color-white);
}

.btn-color:hover {
    color: var(--color-white);
}

.text-input {
    margin-top: 10px;
}

.text-button {
    margin-top: 10px;
}

.text-bottom-button {
    margin-top: 10px;
    text-align: right;
}

.text-color {
    color: var(--color);
}

.text-recaptcha {
    margin-top: 10px;
}

.details-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--color-white);
    color: var(--color);
}

.name-developers {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.name-developers>span>a:hover {
    color: var(--color-border-modal-card);
}



.clickable {
    cursor: pointer;
}

.image-show-home {
    width: 100%;
    margin-top: 5px;
    transition: 0.5s;
}

.image-show-home:hover {
    /* animation-name: shake;
    animation-timing-function: ease;
    animation-duration: 0.88s;
    animation-iteration-count: infinite; */
    margin-top: -10px;
}

.image-robux {
    border-radius: 10px;
    width: 90%;
}

.image-robux:hover {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 0.88s;
    animation-iteration-count: infinite;
}

.card-home {
    border-bottom: 4px solid var(--color);
    margin-top: 5px;
}

.card-home h1 {
    color: var(--color);
}

.card-home:hover h1 {
    color: var(--color-white);
}

.details-product {
    color: var(--color-white);
}

.details-product>span {
    display: block;
}

.show-product-col:hover {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 0.88s;
    animation-iteration-count: infinite;
}

.image-card-robux {
    width: 100px;
}

.card-robux {
    border-bottom: 4px solid var(--color);
}


.btn-while {
    background-color: var(--color-white);
    color: var(--color);
}

.btn-navbar-login-register {
    width: 100%;
    margin-top: 10px;
}

.details-user {
    text-align: center;
}

.logo-navbar-user {
    width: 50px;
    margin-bottom: 10px;
}

.menu-hr {
    background-color: var(--color);
}

hr {
    background-color: var(--color);
}

.dropdown-item:hover {
    color: var(--color);
}

.dropdown-item:active {
    background-color: var(--color-white);
}

.card-white {
    background-color: var(--color-white);
    color: var(--color-black);
}

.btn-menu {
    background-color: var(--color-white);
    color: var(--color-black);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: start;
}

.btn-menu.active {
    background-color: var(--color);
    color: var(--color-white);
}

.btn-menu:hover {
    background-color: var(--color-hover);
    color: var(--color-white);
}

.btn-404 {
    background-color: var(--color);
    border-radius: 15px;
    margin-top: 50px;
    color: var(--color-white);
}

.btn-404:hover {
    color: var(--color-white);
    background-color: var(--color-hover);
}

.page-404 {
    margin-top: 100px;
    text-align: center;
    color: var(--color-white);
}

.page-item.active .page-link {
    background-color: var(--color);
    border-color: var(--color);
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes bounce {
    0% {
        transform: width(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }

}

@keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.border-blue-shadow-theme {
    padding: 12.5px 16px;
    border: 2px solid #729cef;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(180deg, #85a3e310 0%, #5b85d90e 81.11%, #5b85d91e 100%), linear-gradient(182.24deg, rgba(133, 163, 227, .07) 3.99%, rgba(122, 152, 211, .088) 49.43%, rgba(91, 132, 217, .2) 95.28%);
    margin-top: 16px;
    margin-bottom: 16px;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    box-shadow: 0 0 12px #5c84da;
    box-shadow: 0 0 -6px 2px #85a4e49c inset;
}
.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
}

.button-home {
    margin-top: 30px;
}

.btn-home1 {
    width: 30%;
    margin-right: 10px;
}

.btn-home2 {
    width: 50%;
}

.image-back-text-home {
    left: -30%;
    top: 8%;
    position: absolute;
    z-index: -1000;
    opacity: 0.5;
    width: 300px;
}

@media screen and (max-width: 992px) {
    .image-back-text-home {
        left: 5%;
        top: 10%;
        position: absolute;
        z-index: -1000;
        opacity: 0.5;
        width: 90%;
    }
}

.form-control {
    color: #000000;
    background-color: #e8f0fe;
    border: 2px solid var(--color-white);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.form-control:focus {
    color: #000000;
    background-color: #e8f0fe;
    border: 2px solid var(--color);
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--color);
    opacity: 1;
}

.name-page-website1 {
    font-size: 30px;
    font-weight: 1000;
}

.name-page-website2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--color);
}

iframe {
    border-radius: 10px;
}

.data-web-image {
    padding: 0 18%;
    text-align: center;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.1);
}

.text-image {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 23px;
}

@media screen and (max-width: 992px) {
    .text-image {
        font-size: 17px;
    }
}

.text-color-1 {
    color: #FA6D3B;
}

.btn-color-1 {
    background-color: #FA6D3B;
    color: var(--color-white);
}

.btn-color-1:hover {
    color: var(--color-white);
}

.menu-topup {
    padding: 10px 30px;
    margin-top: 10px;
    background: linear-gradient(var(--color-50), var(--color-50)) padding-box,
        linear-gradient(to right, var(--color), var(--color-border-modal-card)) border-box;
    border-radius: 10px;
    border: 5px solid transparent;
}

.logo-topup {
    transition: 0.5s;
    width: 150px;
    border-radius: 100%;
}

.name-topup {
    display: block;
}

.click-topup:hover .name-topup>h5 {
    color: var(--color-white);
}

.click-topup:hover .logo-topup {
    transition: 0.5s;
    margin-right: 30px
}

.bg-color {
    background-color: var(--color);
}

.btn-border {
    border: 1px solid var(--color);
    color: var(--color);
}

.btn-border:hover {
    background-color: var(--color);
    color: var(--color-white);
}

.bg-marquee {
    background-color: var(--color);
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-news {
    background-color: var(--color);
    color: var(--color-white);
}

.image-topup {
    width: 65%;
}

.image-product-buy {
    border-radius: 15px;
    width: 200px;
}

.rounded-3 {
    border-radius: 1rem !important;
}
.img-anim img {
    width: 100%;
    height: auto;
    margin-left: auto;
}

.img-anim>img {
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.img-anim>div.text {
    position: absolute;
    z-index: 3;
    top: 120%;
    left: 50%;
    opacity: 0;
    font-size: 30px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.img-anim:hover>div.text {
    top: 80%;
    opacity: 1;
}

.content {
    height: auto;
    transition: all .5s ease;
}

.content:hover {
    border: 1px solid var(--main);
}

.bg-navbar {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 15px;
}


.footer-web {
    padding: 50px 0;
    color: #767676;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 100px;
}

.footer-web ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.bg-navbar {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 15px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.bg-navbar {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 15px;
}

.card {
    background-color: var(--color-white);
    border: 3px solid var(--color);
    color: var(--color);
    border-radius: 10px;
}

.card-product {
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    color: #000;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-pt-pb-50 {
    border-radius: 15px;
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    background-color: #fff;
    color: #000;
}

.btn {
    border-radius: 15px;
}
.form-control {
    border-radius: 15px;
}

.icon-br {
    width: 100%;
    border-radius: 5px;
}

.icon-br-off {
    width: 100%;
    border-radius: 5px;
    opacity: 0.4;
}

@media screen and (max-width: 500px) {
    .icon-br {
        width: 80%;
        border-radius: 5px;
    }

    .icon-br-off {
        width: 80%;
        border-radius: 5px;
        opacity: 0.4;
    }
}

.bg-home {
    background: linear-gradient(331deg, rgb(255 255 255), #680C9F 0, rgba(109, 37, 152, 0.63) 14%, rgb(73 21 104/56%) 39%, #E63CD6), url(https://image.wichxshop.xpluem.com/image/banner.jpg) !important;
    background-size: cover !important;
    background-position: 50%;
    height: 600px;
}

.bg-home-container {
    padding-top: 250px;
    padding-bottom: 250px;
}

@media screen and (max-width: 500px) {
    .bg-home {
        background: linear-gradient(331deg, rgb(255 255 255), #680C9F 0, rgb(17 74 144/63%) 14%, rgb(122 61 158/56%) 39%, #E63CD6), url(https://image.wichxshop.xpluem.com/image/banner.jpg) !important;
        background-size: cover !important;
        background-position: 50%;
        height: auto;
    }

    .bg-home-container {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.1);
}

.payment-off {
    opacity: 0.4;
}

.image-product {
    border-radius: 15px;
}

.text-000 {
    color: #000;
}

.text-000:hover {
    color: #000;
}

.text-00bac7 {
    color: #00bac7;
}

.text-00bac7:hover {
    color: #00bac7;
}


.footer-web {
    padding: 50px 0;
    color: #767676;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 100px;
}

.footer-web h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-web ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-web ul a {
    color: inherit;
    text-decoration: none;
    color: #767676;
}

@media (max-width:767px) {
    .footer-web .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-web .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-web .item.text {
        margin-bottom: 0;
    }
}

.footer-web .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-web .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-web .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-web .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-web .item.social>a:hover {
    opacity: 0.9;
}

.copyright {
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}

.image-product-buy {
    border-radius: 15px;
    width: 200px;
}

.dropdown-menu {
    border: none;
    padding-top: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.dropdown-item {
    color: #3d3f42;
}

.dropdown-item:active {
    background-color: #E63CD6;
    border-radius: 15px;
    color: #3d3f42;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    border-radius: 15px;
    color: #3d3f42;
}

.text-fff {
    color: #fff;
}

.image-border-radius {
    border-radius: 15px;
}

.list-group-item.active {
    background-color: #E63CD6;
    border-color: #E63CD6;
}

.h-captcha {
    display: none;
}

.StatusDiscordNitroOn {
    color: #2dce89;
}

.StatusDiscordNitroOf {
    color: #f5365c;
}

.TextRedDiscordNitro {
    color: #f5365c;
}

.TextTimeDiscordNitro {
    color: #525f7f;
}

.menu-discord.list-group-item.active {
    background-color: #5e72e4;
    border-color: #5e72e4;
    color: #ffffff;
}

.menu-discord.list-group-item {
    color: #5e72e4;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}


.card-home:hover {
    background-color: #85a3e3;
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
    transition: 1s;
}

.card-home:hover h1 {
    color: #ffffff;
}

.table {
    border: 1px solid black;
    border-collapse: collapse;
}
.btn-discord {
    color: #FFFFFF !important;
    border-radius: 25px !important;
    background-color: #7289DA !important;
}
.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.btn-close {
    box-sizing: content-box;
    width: 3em;
    height: 3em;
    padding: .25em;
    background: transparent url(https://app.lnsub369.com/images/modal-popup/Close.png);
    background-size: 100% 100%;
    border: 0;
    border-radius: .375rem;
    position: absolute;
    right: 25px;
    top: 25px;
}