@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
input:focus {
  outline: none;
  box-shadow: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd !important;
  outline: none;
  box-shadow: none !important; }

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none; }

.whitespace-0 {
  white-space: nowrap; }

.cursor-pointer {
  cursor: pointer; }

.img-fit {
  -o-object-fit: cover;
  object-fit: cover; }

.dropdown-toggle::after {
  display: none; }

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.text-decoration-0:hover {
  text-decoration: none; }

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

#return-to-top {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  bottom: 60px;
  right: 60px;
  color: #fff;
  background: rgba(185, 185, 185, 0.4);
  display: none;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 1248px) {
    #return-to-top {
      right: 80px; } }
  #return-to-top:hover {
    background: rgba(185, 185, 185, 0.1); }
    #return-to-top:hover i {
      color: #fff;
      top: 5px; }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 24px;
    transition: all 0.3s ease; }

.head-row {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 97.76%); }

.marquee {
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 1rem;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    text-indent: 27.5em; }
  100% {
    text-indent: -105em; } }

@keyframes marquee {
  0% {
    text-indent: 27.5em; }
  100% {
    text-indent: -105em; } }

.hero-redborder-top {
  background: linear-gradient(90deg, rgba(148, 19, 19, 0) 0%, #cd1d3a 50.52%, rgba(148, 19, 19, 0) 100%);
  height: 8px;
  top: 0; }

.hero-redborder-bottom {
  background: linear-gradient(90deg, rgba(148, 19, 19, 0) 0%, #cd1d3a 50.52%, rgba(148, 19, 19, 0) 100%);
  height: 8px;
  bottom: 0; }

.hero-redline {
  background: linear-gradient(90deg, rgba(148, 19, 19, 0) 0%, #cd1d3a 50.52%, rgba(148, 19, 19, 0) 100%);
  height: 102px;
  position: relative; }

.hero-img {
  width: 100%;
  height: 302px; }
  @media only screen and (min-width: 1248px) {
    .hero-img {
      left: 0;
      bottom: 0;
      width: 331px;
      height: 302px; } }

.hero-index-img {
  width: 331px;
  height: 302px; }
  @media only screen and (min-width: 1248px) {
    .hero-index-img {
      left: 55px;
      bottom: 0;
      width: 331px;
      height: 302px; } }

.hero-img-background {
  position: absolute;
  height: 326px; }
  @media only screen and (min-width: 1248px) {
    .hero-img-background {
      position: relative;
      max-width: 100%;
      height: 250px;
      padding-left: 240px;
      -o-object-fit: cover;
      object-fit: cover; } }

.hero-title {
  font-size: 36px;
  line-height: 26px; }

.hero-subtitle {
  font-size: 14px; }

.cta-wrapper {
  padding: 3px;
  background: linear-gradient(180deg, #424242 0%, black 100%);
  border-radius: 0px 50px; }

.cta-bg {
  border-radius: 0px 50px;
  background: #000000;
  height: auto; }

.cta-img {
  position: relative;
  bottom: 0px;
  width: 90%; }
  @media only screen and (min-width: 1248px) {
    .cta-img {
      position: absolute;
      width: auto;
      bottom: 0px; } }

.cta-card-under-img {
  position: absolute;
  padding-top: 120px;
  z-index: 20; }

.btn-yellow-gradient-400 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #ffe600 0%, #ff8a00 100%);
  box-shadow: 0px 0px 20px #fc4b4b;
  border-radius: 90px;
  width: 142px; }
  @media only screen and (min-width: 1248px) {
    .btn-yellow-gradient-400 {
      width: 234px; } }

.btn-yellow-gradient-300 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #ffe600 0%, #ff8a00 100%);
  border-radius: 60px;
  -webkit-filter: contrast(140%);
  filter: contrast(140%); }
  .btn-yellow-gradient-300:hover {
    -webkit-filter: contrast(100%);
    filter: contrast(100%); }

.btn-yellow-gradient-500 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #ffe600 0%, #ff8a00 100%);
  border-radius: 6px;
  -webkit-filter: contrast(140%);
  filter: contrast(140%);
  color: black; }
  .btn-yellow-gradient-500:hover {
    -webkit-filter: contrast(100%);
    filter: contrast(100%); }

.btn-gray-gradient-500 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #8f8f8f 0%, #393939 100%);
  border-radius: 6px;
  -webkit-filter: contrast(140%);
  filter: contrast(140%);
  color: black; }
  .btn-gray-gradient-500:hover {
    -webkit-filter: contrast(100%);
    filter: contrast(100%); }

.btn-green-gradient-500 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #00ff00 0%, #007f00 100%);
  border-radius: 6px;
  -webkit-filter: contrast(140%);
  filter: contrast(140%);
  color: black; }
  .btn-green-gradient-500:hover {
    -webkit-filter: contrast(100%);
    filter: contrast(100%); }

.btn-green-gradient-300 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #00ff00 0%, #007f00 100%);
  border-radius: 60px;
  -webkit-filter: contrast(140%);
  filter: contrast(140%); }
  .btn-green-gradient-300:hover {
    -webkit-filter: contrast(100%);
    filter: contrast(100%); }

.triangle {
  background: url("/images/icon/triangle.svg") no-repeat;
  height: 15px; }

.triangle-300 {
  background: url("/images/icon/triangle.svg") no-repeat;
  height: 10px; }

.baccarat-card-container {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.5) 0%, rgba(75, 5, 4, 0.6) 100%);
  border-radius: 0px 20px; }

.baccarat-card-choice {
  width: 147px;
  height: 52px; }
  @media only screen and (min-width: 1248px) {
    .baccarat-card-choice {
      width: 324px;
      height: 119px; } }

.baccarat-card-choice-mobile {
  width: 168px;
  height: 52px; }

.card-room-slide {
  background: #030303;
  border: 2px solid #373737;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 20px; }

.article-wrapper {
  background: transparent; }

.border-article {
  -o-border-image: linear-gradient(180deg, #bc9f63 0%, rgba(121, 80, 71, 0.6) 50%, rgba(47, 64, 73, 0.2) 100%) 1 !important;
  border-image: linear-gradient(180deg, #bc9f63 0%, rgba(121, 80, 71, 0.6) 50%, rgba(47, 64, 73, 0.2) 100%) 1 !important;
  border: 5px solid;
  border-radius: 0px; }

.content-article {
  background: no-repeat url(/images/article-wrapper.png) center top;
  background-size: cover;
  background-attachment: scroll; }

.card-article-style {
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  background: #cd1d3a; }
  .card-article-style .card-wrapper-article {
    height: 192px; }
    @media only screen and (min-width: 768px) {
      .card-article-style .card-wrapper-article {
        height: 192px; } }
    @media only screen and (min-width: 1248px) {
      .card-article-style .card-wrapper-article {
        height: 256px; } }
  .card-article-style .card-footer {
    background: rgba(225, 29, 58, 0.8);
    color: white; }

a.card-article-style:hover {
  background: rgba(255, 255, 255, 0.01); }
  a.card-article-style:hover img {
    -webkit-filter: grayscale(88%);
    filter: grayscale(88%); }
  a.card-article-style:hover .card-footer {
    background: rgba(255, 255, 255, 0.04);
    color: white; }

@media only screen and (min-width: 1248px) {
  .hero-img-bg-index {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 80px;
    z-index: 0; } }

.z-index-1 {
  z-index: 1; }

@media only screen and (min-width: 1248px) {
  .rotate-scale-up {
    -webkit-animation: rotate-scale-up 6s linear both infinite;
    animation: rotate-scale-up 6s linear both infinite; }
  @-webkit-keyframes rotate-scale-up {
    0% {
      transform: scale(1) rotateZ(0); }
    50% {
      transform: scale(1.2) rotateZ(180deg); }
    100% {
      transform: scale(1) rotateZ(360deg); } }
  @keyframes rotate-scale-up {
    0% {
      transform: scale(1) rotateZ(0); }
    50% {
      transform: scale(1.2) rotateZ(180deg); }
    100% {
      transform: scale(1) rotateZ(360deg); } }
  .shadow-drop-2-bottom:hover {
    -webkit-animation: shadow-drop-2-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-drop-2-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @-webkit-keyframes shadow-drop-2-bottom {
    0% {
      transform: translateZ(0) translateY(0);
      text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    100% {
      transform: translateZ(50px) translateY(-12px);
      text-shadow: 12px 20px -12px rgba(194, 178, 178, 0.35); } }
  @keyframes shadow-drop-2-bottom {
    0% {
      transform: translateZ(0) translateY(0);
      text-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    100% {
      transform: translateZ(50px) translateY(-12px);
      text-shadow: 12px 20px -12px rgba(194, 178, 178, 0.35); } } }

.table-mystriped tbody tr {
  border-bottom: solid 3px #cd1d3a; }

.table-w-content {
  width: auto; }
  @media only screen and (min-width: 768px) {
    .table-w-content {
      width: 45%; } }
  @media only screen and (min-width: 1248px) {
    .table-w-content {
      width: 60%; } }

.offcanvas::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.modal#login .modal-header img {
  width: 50%; }

.modal#login .modal-header button.close {
  z-index: 1;
  top: 8px;
  right: 16px; }

.modal#login .modal-body {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.9) 0%, #4b0504 100%);
  border-radius: 20px 0px 0px 0px;
  border: solid 3px #921d1d;
  border-bottom: none; }
  .modal#login .modal-body form .form-group label {
    color: #fff; }

.modal#login .modal-footer {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.9) 0%, #4b0504 100%);
  border-radius: 0px 0px 20px 0px;
  border: solid 3px #921d1d;
  border-top: none; }

.modal#register .modal-header {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.8) 0%, rgba(75, 5, 4, 0.9) 100%);
  border-radius: 20px 0px 0px 0px;
  border: solid 3px #921d1d;
  border-bottom: none; }
  @media only screen and (min-width: 1248px) {
    .modal#register .modal-header {
      background: linear-gradient(180deg, rgba(76, 5, 4, 0.9) 0%, #4b0504 100%);
      border-radius: 0px 0px 0px 20px;
      border: solid 3px #921d1d;
      border-right: none; } }

.modal#register .modal-body {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.8) 0%, rgba(75, 5, 4, 0.9) 100%);
  border-radius: 0px 0px 20px 0px;
  border: solid 3px #921d1d;
  border-top: none; }
  @media only screen and (min-width: 1248px) {
    .modal#register .modal-body {
      background: linear-gradient(180deg, rgba(76, 5, 4, 0.9) 0%, #4b0504 100%);
      border-radius: 0px 20px 0px 0px;
      border: solid 3px #921d1d;
      border-left: none; } }
  .modal#register .modal-body form label {
    color: #fff; }

.takeTurnAnimation {
  background-color: rgba(0, 0, 0, 0.98);
  pointer-events: none;
  position: fixed;
  opacity: 0;
  z-index: 4000;
  height: 100%;
  width: 100%;
  margin-top: -56px; }

.img-wrapper {
  position: absolute;
  top: 30%; }

.selectText {
  top: 60%;
  font-size: 3rem;
  font-weight: bold;
  background-clip: text;
  background: rgba(237, 242, 252, 0.8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 16px 15px rgba(0, 0, 0, 0.2); }

.rollInLeft {
  -webkit-animation-name: rollInLeft;
  animation-name: rollInLeft;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes rollInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-400px) rotate(445deg);
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    transform: translateX(20px) rotate(20deg); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(0) rotate(0deg); } }

@keyframes rollInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-400px) rotate(445deg);
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    transform: translateX(20px) rotate(20deg); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(0) rotate(0deg); } }

.rollOutRight {
  -webkit-animation-name: rollOutRight;
  animation-name: rollOutRight;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes rollOutRight {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(0) rotate(0deg); }
  40% {
    opacity: 1;
    transform: translateX(-20px) rotate(20deg); }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(400px) rotate(445deg); } }

@keyframes rollOutRight {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateX(0) rotate(0deg); }
  40% {
    opacity: 1;
    transform: translateX(-20px) rotate(20deg); }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(400px) rotate(445deg); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.fade-in {
  animation: fadeIn ease 2.4s;
  -webkit-animation: fadeIn ease 2.4s;
  -moz-animation: fadeIn ease 2.4s;
  -o-animation: fadeIn ease 2.4s;
  -ms-animation: fadeIn ease 2.4s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }

@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

.text-indent {
  text-indent: 5%; }

.font-weight-300 {
  font-family: 'Noto Sans Thai UI';
  font-weight: 300; }

.font-weight-500 {
  font-family: 'Noto Sans Thai UI Med';
  font-weight: 500; }

.font-weight-600 {
  font-family: 'Noto Sans Thai UI SemBd';
  font-weight: 600; }

.font-weight-700 {
  font-family: 'Noto Sans Thai UI';
  font-weight: 700; }

.text-size-12 {
  font-size: 12px; }

.text-size-13 {
  font-size: 13px; }

.text-size-14 {
  font-size: 14px; }

.text-size-15 {
  font-size: 15px; }

.text-size-16 {
  font-size: 16px; }

.text-size-17 {
  font-size: 17px; }

.text-size-18 {
  font-size: 18px; }

.text-size-19 {
  font-size: 19px; }

.text-size-20 {
  font-size: 20px; }

.text-size-22 {
  font-size: 22px; }

.text-size-24 {
  font-size: 24px; }

.text-size-26 {
  font-size: 26px; }

.text-size-28 {
  font-size: 28px; }

.text-size-32 {
  font-size: 32px; }

@media only screen and (min-width: 1248px) {
  .text-size-lg-16 {
    font-size: 16px; }
  .text-size-lg-19 {
    font-size: 19px; }
  .text-size-lg-20 {
    font-size: 20px; }
  .text-size-lg-22 {
    font-size: 22px; }
  .text-size-lg-24 {
    font-size: 24px; }
  .text-size-lg-28 {
    font-size: 28px; }
  .text-size-lg-32 {
    font-size: 32px; }
  .text-size-lg-40 {
    font-size: 40px; }
  .text-size-lg-48 {
    font-size: 48px; } }

@media only screen and (min-width: 1248px) {
  .badge-red-700 {
    background: #540D0D;
    border-radius: 5px;
    padding: .5em 1em; }
    .badge-red-700:hover {
      background: #b51111; } }

.grayout {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.text-content {
  color: rgba(255, 255, 255, 0.6); }

.strong-content {
  color: rgba(255, 255, 255, 0.87); }

.text-yellow-gradient {
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(270deg, #FFE600 0%, #FF8A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-green-gradient {
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(270deg, #00FF00 0%, #007F00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-red-300 {
  color: #f13232; }

.text-red {
  color: #b51111; }

.shadow-300 {
  text-shadow: 1px 1px 5px #000; }

@font-face {
  font-family: "Noto Sans Thai UI SemBd";
  src: local("Noto Sans Thai UI SemBd Regular"), local("NotoSansThaiUI-SemiBold"), url("fonts/NotoSansThaiUI-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Noto Sans Thai UI";
  src: local("Noto Sans Thai UI Regular"), local("NotoSansThaiUI-Regular"), url("fonts/NotoSansThaiUI-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Noto Sans Thai UI ExtBd";
  src: local("Noto Sans Thai UI ExtBd Regular"), local("NotoSansThaiUI-ExtraBold"), url("fonts/NotoSansThaiUI-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Noto Sans Thai UI";
  src: local("Noto Sans Thai UI Light Regular"), local("NotoSansThaiUI-Light"), url("fonts/NotoSansThaiUI-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Noto Sans Thai UI";
  src: local("Noto Sans Thai UI Bold"), local("NotoSansThaiUI-Bold"), url("fonts/NotoSansThaiUI-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Noto Sans Thai UI Med";
  src: local("Noto Sans Thai UI Med Regular"), local("NotoSansThaiUI-Medium"), url("fonts/NotoSansThaiUI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #000; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans Thai UI", "Roboto", sans-serif;
  background: top center no-repeat;
  background-image: url("/images/background-new.jpg"); }

.offcanvas-header {
  display: none; }

.navbar {
  background: linear-gradient(180deg, #424242 0%, #000000 100%);
  border-bottom: solid 1px #5b5b5b11; }
  .navbar .navbar-nav {
    width: 100%; }
    @media only screen and (min-width: 1248px) {
      .navbar .navbar-nav {
        width: auto; } }
  .navbar ul li a {
    font-size: 18px;
    color: #fff; }
    .navbar ul li a:hover {
      background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(270deg, #ffe600 0%, #ff8a00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navbar ul li a.badge-red-700:hover {
      background: #b51111;
      color: white;
      -webkit-text-fill-color: initial; }
  .navbar .active > .nav-link {
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(270deg, #ffe600 0%, #ff8a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media only screen and (min-width: 1248px) {
    .navbar .active > .badge-red-700 {
      background: #b51111;
      color: #fff;
      -webkit-text-fill-color: initial; } }

@media (max-width: 992px) {
  .offcanvas-header {
    display: block; }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out; }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%); } }

.container-half-fluid {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container-half-fluid {
    width: 750px; } }

@media (min-width: 992px) {
  .container-half-fluid {
    width: 970px; } }

@media (min-width: 1200px) {
  .container-half-fluid {
    width: 1140px; } }

@media (min-width: 1600px) {
  .container-half-fluid {
    width: 1545px; } }

.container-color {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 10%, #4d0e0e 55%, rgba(0, 0, 0, 0.8) 90%); }

.footer-bg {
  background: linear-gradient(180deg, #171717 0%, #000000 100%); }

.footer {
  position: relative;
  bottom: 0; }
  .footer p,
  .footer a {
    color: #fff; }
    .footer p:hover,
    .footer a:hover {
      color: #ff8a00; }

.bg-wrapper-game {
  background: linear-gradient(180deg, rgba(76, 5, 4, 0.5) 0%, rgba(75, 5, 4, 0.6) 100%);
  border-radius: 0px 20px;
  border: solid 3px #921d1d; }

.loading-container {
  height: 24px;
  width: 24px; }
  @media only screen and (min-width: 768px) {
    .loading-container {
      height: 38px;
      width: 38px; } }

.container-game {
  margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    .container-game {
      margin-top: 62px;
      margin-left: 244px; } }

.offcanvas {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 62px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .offcanvas {
      margin-top: 0px;
      width: 244px;
      border-radius: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1200;
      background: linear-gradient(180deg, #5a5a5a 0%, #000000 14.06%, #000000 100%);
      overflow-y: auto;
      overflow-x: hidden; } }

.offcanvas-logo-container {
  width: 213px;
  height: 184px; }

@media only screen and (min-width: 768px) {
  .navbar-game {
    margin-left: 244px; } }
