@charset "UTF-8";
/*
Theme Name: Sexybaccarat V2 20025
Theme URI: 
Author: 
Author URI: https://wordpress.org/
*/
@font-face {
  font-family: "Inter Var";
  src: url("assets/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations"), url("assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* variable weight range */
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Var";
  src: url("assets/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations"), url("assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Thai Var";
  src: url("assets/fonts/NotoSansThai-VariableFont_wdth,wght.woff2") format("woff2-variations"), url("assets/fonts/NotoSansThai-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900; /* Thai: variable weights 100–900 */
  font-style: normal; /* Noto Sans Thai does not ship italic */
  font-display: swap;
  unicode-range: U+0E00-0E7F; /* Thai block only, to avoid grabbing Latin */
}
@font-face {
  font-family: "Noto Sans Thai Var";
  src: url("assets/fonts/NotoSansThai-VariableFont_wdth,wght.woff2") format("woff2-variations"), url("assets/fonts/NotoSansThai-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900; /* Thai: variable weights 100–900 */
  font-style: italic; /* Noto Sans Thai does not ship italic */
  font-display: swap;
  unicode-range: U+0E00-0E7F; /* Thai block only, to avoid grabbing Latin */
}
.h-290 {
  height: 290px !important;
}

.h-500 {
  height: 500px !important;
}

/**** font ****/
body {
  font-family: "Inter Var", "Noto Sans Thai Var";
  /* คุมแกนตัวแปร (ถ้าต้องการกำหนดเอง) */
  font-variation-settings: "opsz" var(--opsz), "wght" var(--wght);
  font-optical-sizing: auto; /* ให้เบราว์เซอร์ช่วยปรับ opsz ตามขนาดฟอนต์ */
}

a {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .mobile {
    display: none;
  }
}

body {
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  background: rgb(11, 15, 23);
  letter-spacing: 0.5px;
}
body.active:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  /* background: red; */
  backdrop-filter: blur(21px);
}
@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 66px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0px 16px;
  }
}

.menu li {
  list-style: none;
  position: relative;
}
.menu li .sub-menu-toggle {
  display: none;
}
.menu li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.menu li a:hover {
  color: #EC4899;
}
.menu li.current_page_item a {
  color: #EC4899;
}
.menu li .sub-menu {
  position: absolute;
  width: max-content;
  padding: 5px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu li .sub-menu {
    display: block;
  }
}
.menu li:hover .sub-menu {
  display: block;
}

.menu-desktop {
  display: flex;
  gap: 5px;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .menu-desktop {
    display: none;
  }
}

.button {
  height: 52px;
  background: linear-gradient(117.59deg, #A855F7 0%, #EC4899 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.button:hover {
  box-shadow: -1px 4px 20px 0px rgb(236, 72, 153);
  border: 2.2px solid rgb(236, 72, 153);
}
.button.button-has-border {
  border: 2.2px solid #cf7fdf;
}
.button.button-no-bg {
  background: none;
  border: 1px solid rgb(42, 51, 74);
}
@media screen and (max-width: 1024px) {
  .button {
    height: 40px;
    padding: 14px;
    border-radius: 7px;
  }
}
.button a {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .button a {
    font-size: 12px;
  }
}
.button a svg {
  width: 24px;
  height: 24px;
}

.line {
  transform: scaleY(0.5);
  transform-origin: top;
  background: radial-gradient(50% 50% at 50% 50%, rgba(204, 139, 139, 0.4) 0%, rgba(163, 59, 59, 0) 100%);
  height: 1px;
}

.wrap-navigate-button {
  display: flex;
  gap: 8px;
}

.navigate-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(32, 31, 32);
  border-radius: 8px;
}

/**** Header *****/
header {
  background-color: #0B0F17;
  height: 80px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgb(21, 29, 44);
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .logo a img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header .logo a img {
    width: 94px;
  }
}

.nav-menu-mobile {
  background: rgba(18, 24, 38, 0.7);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(12px);
  border: 1px solid transparent;
  border-image-source: linear-gradient(180deg, rgba(89, 47, 205, 0.25) 0%, rgba(168, 85, 247, 0.25) 53.85%, rgba(255, 204, 0, 0.25) 100%);
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: space-between;
  display: none;
  padding: 0px 20px;
  box-sizing: border-box;
  height: 66px;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .nav-menu-mobile {
    display: flex;
  }
}
.nav-menu-mobile a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.1px;
  text-align: center;
}
.nav-menu-mobile a p {
  margin: 0;
  margin-top: 0px;
}
.nav-menu-mobile a:hover, .nav-menu-mobile a.active {
  color: rgb(236, 72, 153);
}
.nav-menu-mobile a:hover p, .nav-menu-mobile a.active p {
  color: rgb(236, 72, 153);
}
.nav-menu-mobile a:hover svg path, .nav-menu-mobile a.active svg path {
  fill: rgb(236, 72, 153);
  stroke: rgb(236, 72, 153);
}

.sidebar {
  width: 256px;
  background: rgb(15, 9, 12);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  border-radius: 28px;
  border: 0.5px solid;
  border-image-source: radial-gradient(100% 100% at 0% 0%, rgba(168, 85, 247, 0.2) 0%, rgba(15, 21, 35, 0.8) 100%);
  box-sizing: border-box;
  height: 100vh;
  left: -100%;
  transition: 0.3s;
}
.sidebar.active {
  left: 0;
}
.sidebar .close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  /* overflow: hidden; */
  background: rgb(15, 9, 12);
  position: absolute;
  top: 37px;
  right: -13px;
}
.sidebar .close:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: radial-gradient(100% 100% at 0% 0%, rgba(184, 110, 159, 0.48) 0%, rgba(102, 37, 37, 0.48) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}
.sidebar .wrap-scroll {
  overflow-y: scroll;
  height: calc(100vh - 92px);
}
.sidebar .logo {
  padding: 24px;
}
.sidebar .logo a img {
  width: 140px;
  height: auto;
}
.sidebar .section-menu {
  padding: 0px 24px;
  margin-top: 16px;
}
.sidebar .section-menu .title {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.32);
  letter-spacing: 0.4px;
  font-size: 11px;
  padding-left: 20px;
}
.sidebar .section-menu .menu.menu-sidebar {
  padding: 0;
}
.sidebar .section-menu .menu.menu-sidebar li {
  height: 55px;
  align-items: center;
  vertical-align: middle;
  display: flex;
  padding: 0px 20px;
}
.sidebar .section-menu .menu.menu-sidebar li.active, .sidebar .section-menu .menu.menu-sidebar li:hover {
  background: rgba(168, 85, 247, 0.25);
  border-radius: 12px;
}
.sidebar .section-menu .menu.menu-sidebar li a {
  display: flex;
  gap: 16px;
}
.sidebar .section-menu .menu.menu-sidebar li a:hover {
  color: white;
}
.sidebar .section-menu .menu.menu-sidebar li a .icon svg {
  width: 20px;
  height: auto;
}
.sidebar .box-information {
  background: rgba(56, 14, 36, 0.1);
  border-radius: 28px;
  padding: 24px 16px 16px 16px;
  width: calc(100% - 48px);
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.sidebar .box-information:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: radial-gradient(100% 100% at 0% 0%, rgba(168, 85, 247, 0.168) 0%, rgba(15, 21, 35, 0.48) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.sidebar .box-information .box-text {
  text-align: center;
}
.sidebar .box-information .box-text .title {
  color: white;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 16px;
  margin-bottom: 12px;
}
.sidebar .box-information .box-text p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.sidebar .box-information .box-text .button {
  font-weight: 700;
  letter-spacing: 0.5px;
  height: 52px;
}
.sidebar .box-information .box-text .button a {
  letter-spacing: 0;
  font-size: 16px;
  cursor: pointer;
}

.item-s-1 {
  width: 180px !important;
  height: 80px !important;
  border: 1px solid rgb(30, 42, 56);
  border-radius: 22px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 12px !important;
  background: linear-gradient(180deg, #101725 0%, #0C121C 134%);
}
.item-s-1 img {
  height: 48px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .item-s-1 {
    width: 90px !important;
    height: 40px !important;
    border-radius: 10px;
    margin-right: 3px !important;
  }
  .item-s-1 img {
    height: 28px;
  }
}

.card-review-item {
  border: 1px solid rgb(30, 42, 56);
  border-radius: 20px;
  padding: 16px;
  box-sizing: border-box;
  width: 270px;
  padding-bottom: 32px;
  flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .card-review-item {
    width: 171px;
    padding: 8px;
  }
}
.card-review-item .group-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 14px;
  box-sizing: border-box;
  padding-bottom: 40px;
  border: 1px solid rgb(30, 42, 56);
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-top {
    padding: 8px;
  }
}
.card-review-item .group-top .image {
  width: 100px;
  height: 100px;
  display: table-caption;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-top .image {
    width: 44px;
    height: 44px;
  }
}
.card-review-item .group-top .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.card-review-item .group-top .section-name {
  color: white;
}
.card-review-item .group-top .section-name .review-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-top .section-name .review-name {
    font-size: 14px;
  }
}
.card-review-item .group-top .section-name .position {
  font-weight: 300;
  word-wrap: break-word;
  white-space: normal; /* ให้ขึ้นบรรทัดใหม่ได้ */
  overflow-wrap: anywhere; /* ตัดคำ/ลิงก์ยาวได้ทุกจุด */
  word-break: break-word;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-top .section-name .position {
    font-size: 9px;
  }
}
.card-review-item .group-bottom .star {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0px;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-bottom .star {
    gap: 4px;
    margin: 3px 0px;
  }
}
.card-review-item .group-bottom .star .icon svg {
  width: 13.5px;
  height: 13.5px;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-bottom .star .icon svg {
    width: 10px;
    height: 10px;
  }
}
.card-review-item .group-bottom .content {
  color: white;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  margin-top: 26px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .card-review-item .group-bottom .content {
    font-size: 9px;
    margin-top: 0px;
  }
}
.card-review-item .group-bottom .content .name, .card-review-item .group-bottom .content .country {
  font-weight: 500;
}
.card-review-item .group-bottom .content .text::before {
  content: '"';
}
.card-review-item .group-bottom .content .text::after {
  content: '"';
}
.card-review-item .group-bottom .name::before {
  content: "-";
  margin-right: 5px;
}
.card-review-item .group-bottom .country::before {
  content: "•";
}

.footer-logo-banner {
  height: 305px;
  background: #2d0165;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.footer-logo-banner .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.footer-logo-banner .slide-logo {
  display: flex;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  gap: 50px;
  align-items: center;
  margin-top: 6px;
  overflow-x: scroll;
  justify-content: center;
  width: 100%;
}
.footer-logo-banner .slide-logo .item {
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 600px) {
  .footer-logo-banner .slide-logo {
    gap: 8px;
  }
}
.footer-logo-banner .group-text {
  color: white;
  width: 400px;
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .footer-logo-banner .group-text {
    width: 280px;
  }
}
.footer-logo-banner .group-text .title {
  font-size: 20px;
}
.footer-logo-banner .group-text p {
  font-weight: 200;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 24px;
  color: rgb(156, 157, 160);
}
.footer-logo-banner .group-text .button {
  background: linear-gradient(0deg, #E24AA6, #E24AA6), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%);
  min-width: 126px;
  height: 48px;
  display: inline-block;
  padding: 10px;
}
.footer-logo-banner .group-text .button a {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

/*** footer ***/
.license a {
  display: flex;
  border-radius: 20px;
  position: relative;
}
.license a img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.license a:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(89, 47, 205, 0.25) 0%, rgba(168, 85, 247, 0.25) 53.85%, rgba(255, 204, 0, 0.25) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.arrow-up {
  width: 40px;
  height: 40px;
  background: rgb(61, 59, 60);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .arrow-up {
    right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .arrow-up {
    right: 16px;
  }
}

footer .container {
  position: relative;
}
footer .logo img {
  width: 140px;
  height: auto;
}

.title-s {
  font-weight: 300;
  font-size: 14px;
  color: rgb(237, 236, 237);
}

.list-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.list-social .social-item a {
  background: rgb(61, 59, 60);
  border-radius: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-social .social-item a:hover {
  background: linear-gradient(0deg, #A855F7, #A855F7), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%);
}

/**** footer *****/
footer {
  padding-top: 40px;
  padding-bottom: 16px;
}
footer .container .logo {
  margin-bottom: 32px;
}
footer .container .logo a img {
  width: 140px;
  height: auto;
}
footer .container .footer-content {
  grid-template-columns: 11fr 3fr 3fr 3fr;
  gap: 25px;
  display: grid;
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content .box-1 {
    display: grid;
  }
}
footer .container .footer-content .box-1 .about-text p {
  font-size: 14px;
  color: rgb(156, 157, 160);
  font-weight: 200;
  line-height: 1.5;
  max-width: 60%;
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content .box-1 .about-text {
    order: 2;
    margin-top: 24px;
    max-width: 100%;
  }
}
footer .container .footer-content .box-1 .social {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content .box-1 .social {
    order: 1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content .box-1 {
    order: 2;
  }
}
footer .container .footer-content .box-menu-footer .menu {
  padding: 0;
}
footer .container .footer-content .box-menu-footer .menu li {
  margin-bottom: 12px;
}
footer .container .footer-content .box-menu-footer .menu li a {
  color: rgb(156, 157, 160);
}
@media screen and (max-width: 1024px) {
  footer .container .footer-content .box-menu-footer {
    order: 1;
  }
}
footer .container .list-logo {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  margin-top: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 24px 0px;
}
footer .container .list-logo .item-logo img {
  max-height: 26px;
}
footer .container .list-logo.list-logo-pv-2 {
  margin-top: 0;
  border-top: 0;
}
footer .container .list-logo-pv .item-logo img {
  max-height: 32px;
}
footer .container .f-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  footer .container .f-bottom {
    display: block;
  }
}
footer .container .f-bottom .copyright {
  color: rgb(237, 236, 237);
  font-size: 11px;
  font-weight: 200;
}
footer .container .f-bottom .menu-f-bottom .menu {
  padding: 0;
  display: flex;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  footer .container .f-bottom .menu-f-bottom .menu {
    margin-top: 16px;
  }
}
footer .container .f-bottom .menu-f-bottom .menu li a {
  font-size: 11px;
  font-weight: 200;
}

.provider {
  margin: 74px 0px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .provider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .provider {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.provider .container {
  position: relative;
}
.provider .container::before, .provider .container:after {
  background: linear-gradient(270deg, rgba(16, 23, 36, 0) 0%, #0b0f17 100%);
  content: "";
  height: 100%;
  width: 160px;
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
}
@media screen and (max-width: 600px) {
  .provider .container::before, .provider .container:after {
    width: 50px;
  }
}
.provider .container:after {
  right: 0;
  background: linear-gradient(90deg, rgba(16, 23, 36, 0) 0%, #0b0f17 100%);
}
.provider .provider-slide .swiper-wrapper {
  display: flex;
  width: max-content;
}
.provider .slide-right-to-left .swiper-wrapper {
  animation: autoplayRight 40s linear infinite;
}
.provider .slide-right-to-left.no-animate {
  overflow: scroll;
}
.provider .slide-right-to-left.no-animate .swiper-wrapper {
  animation: none;
}
.provider .slide-left-to-right {
  margin-top: 12px;
}
.provider .slide-left-to-right .swiper-wrapper {
  animation: autoplayLeft 40s linear infinite;
}
@media screen and (max-width: 600px) {
  .provider .slide-left-to-right {
    margin-top: 4px;
  }
}
.provider .slide-left-to-right.no-animate {
  overflow: scroll;
}
.provider .slide-left-to-right.no-animate .swiper-wrapper {
  animation: none;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: rgb(194, 200, 214);
  letter-spacing: 1.28px;
}

.main-content-pattern {
  color: rgb(197, 204, 218);
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .main-content-pattern {
    font-size: 14px;
  }
}
.main-content-pattern a {
  text-decoration: underline;
  color: rgb(197, 204, 218);
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .main-content-pattern a {
    font-size: 14px;
  }
}
.title-s-main {
  font-weight: 800;
  font-size: 44px;
  background: linear-gradient(98.37deg, #FFFFFF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  padding-top: 10px;
  display: inline-block;
}
.title-s-main br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-s-main br {
    display: block;
  }
}

.title-s-2 {
  font-size: 34px;
  text-shadow: 2px 2px 3px rgb(112, 81, 140);
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .title-s-2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .title-s-2 {
    font-size: 16px;
  }
}
.title-s-2 img {
  width: 46px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .title-s-2 img {
    width: 34px;
  }
}

.description-s-2 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .description-s-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .description-s-2 {
    font-size: 14px;
  }
}

.description-s-2-2 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .description-s-2-2 {
    font-size: 14px;
  }
}

.description-s-3 {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .description-s-3 {
    font-size: 12px;
  }
}

p {
  color: rgb(197, 204, 218);
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
p.small {
  color: rgb(170, 179, 196);
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  p.small {
    font-size: 12px;
  }
}

.small p {
  color: rgb(170, 179, 196);
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .small p {
    font-size: 12px;
  }
}

.readmore-v2 a {
  font-size: 12px;
  color: rgb(0, 128, 255);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}

.normal-text {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}

.card-article {
  width: 228px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid rgb(27, 33, 51);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 21, 35, 0) 41.76%, #0F1523 100%);
}
@media screen and (max-width: 600px) {
  .card-article {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.card-article .image {
  width: 196px;
  height: 196px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card-article .image {
    width: 87px;
    height: 87px;
  }
}
.card-article .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.card-article .content .title, .card-article .content .title a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(231, 233, 239);
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  margin-top: 25px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card-article .content .title, .card-article .content .title a {
    font-size: 12px;
    margin-top: 0px;
  }
}
.card-article .content .description {
  color: rgb(183, 192, 207);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
}
@media screen and (max-width: 600px) {
  .card-article .content .description {
    font-size: 10px;
  }
}
.card-article .readmore-v2 {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .card-article .readmore-v2 {
    display: none;
  }
}

.tab-bt {
  height: 52px;
  background: rgb(15, 21, 35);
  border-radius: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .tab-bt {
    height: 37px;
  }
}
.tab-bt a, .tab-bt h2 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0px 18px;
  margin: 0px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .tab-bt a, .tab-bt h2 {
    padding: 0px 16px;
    font-size: 14px;
  }
}
.tab-bt:hover, .tab-bt.active {
  background: linear-gradient(103.01deg, #A855F7 0%, #EC4899 100%);
}

.iframe-register {
  display: block;
  height: 433px;
  background: rgba(236, 217, 254, 0.2392156863);
  margin-top: 30px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .iframe-register {
    display: none;
  }
}

.violet {
  color: rgb(168, 85, 247);
}

.card-vip-benefit {
  display: flex;
  border: 1px solid rgb(30, 42, 56);
  background: linear-gradient(180deg, #140D1F 0%, #111726 100%);
  border-radius: 20px;
  align-items: center;
  padding: 15px;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .card-vip-benefit {
    width: 288px;
    box-sizing: border-box;
    flex: 0 0 auto;
  }
}
.card-vip-benefit .image img {
  width: 76px;
  height: auto;
}
.card-vip-benefit .section-text .title {
  font-size: 22px;
  color: rgb(231, 236, 243);
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .card-vip-benefit .section-text .title {
    font-size: 19px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .card-vip-benefit .section-text .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.card-vip-benefit .section-text .description {
  font-size: 13px;
  font-weight: 400;
  color: rgb(183, 192, 207);
}
@media screen and (max-width: 1024px) {
  .card-vip-benefit .section-text .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .card-vip-benefit .section-text .description {
    font-size: 13px;
  }
}

.vip-card {
  width: 279px;
  border-radius: 20px;
  border: 1px solid rgba(156, 88, 56, 0.6);
  text-align: center;
  background: linear-gradient(160deg, rgb(16, 22, 35) 10%, rgba(92, 48, 23, 0.7) 106.05%);
  padding: 16px 23px;
  box-sizing: border-box;
  min-height: 658px;
  flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .vip-card {
    width: 228px;
  }
}
.vip-card .level {
  width: 110px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  background: rgb(92, 48, 23);
  color: white;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin:0px;
}
.vip-card .icon-vip img {
  width: 200px;
  height: auto;
}
.vip-card .bonus-value {
  font-size: 26px;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}
.vip-card .bonus-text {
  color: rgb(183, 192, 207);
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin: 6px 0px;
}
.vip-card .list-vip-content {
  text-align: left;
}
.vip-card .list-vip-content ul {
  padding: 0;
  margin: 0;
}
.vip-card .list-vip-content li {
  font-size: 16px;
  color: white;
  list-style: none;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 7px;
}
.vip-card .list-vip-content li::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("assets/images/check.png");
  background-color: rgb(92, 48, 23);
  border-radius: 50px;
  border: 1.6px solid rgba(255, 255, 255, 0.24);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  box-sizing: border-box;
}
.vip-card.silver {
  background: linear-gradient(159deg, rgb(16, 24, 36) 51.81%, rgba(117, 152, 164, 0.5) 99.05%);
  border: 1px solid rgba(113, 158, 174, 0.6);
}
.vip-card.silver .level {
  background: rgb(117, 152, 164);
}
.vip-card.silver .list-vip-content li::before {
  background-color: rgb(117, 152, 164);
}
.vip-card.gold {
  background: linear-gradient(168.37deg, rgb(19, 24, 34) 51.81%, rgba(221, 151, 30, 0.62) 99.05%);
  border: 1px solid rgba(255, 162, 0, 0.6);
}
.vip-card.gold .level {
  background: rgb(221, 151, 30);
}
.vip-card.gold .list-vip-content li::before {
  background-color: rgb(221, 151, 30);
}
.vip-card.diamond {
  background: linear-gradient(156deg, rgb(16, 24, 37) 51.81%, rgba(54, 167, 182, 0.7) 99.05%);
  border: 1px solid rgba(0, 226, 255, 0.6);
}
.vip-card.diamond .level {
  background: rgb(54, 167, 182);
}
.vip-card.diamond .list-vip-content li::before {
  background-color: rgb(54, 167, 182);
}

.group-banner-w-text {
  min-height: 370px;
  padding: 45px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .group-banner-w-text {
    min-height: 242px;
    padding-bottom: 18px;
    padding-top: 15px;
    padding-left: 27px;
  }
}
@media screen and (max-width: 600px) {
  .group-banner-w-text {
    min-height: 204px;
    padding: 23px;
  }
}
.group-banner-w-text:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(89, 47, 205, 0.25) 0%, rgba(168, 85, 247, 0.25) 53.85%, rgba(255, 204, 0, 0.25) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.group-banner-w-text .wrap {
  position: relative;
  z-index: 9;
}
.group-banner-w-text .wrap a {
  text-decoration: none;
}
.group-banner-w-text .description-s-2 {
  margin-top: 8px;
  margin-bottom: 0px;
}
.group-banner-w-text .description-s-3 {
  margin-top: 10px;
}
.group-banner-w-text .button {
  margin-top: 30px;
  border-radius: 11px;
}
@media screen and (max-width: 1024px) {
  .group-banner-w-text .button {
    height: 52px;
    padding: 5px 24px;
  }
}
@media screen and (max-width: 600px) {
  .group-banner-w-text .button {
    height: 44px;
  }
}
.group-banner-w-text .button a {
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .group-banner-w-text .button a {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .group-banner-w-text .button a {
    font-size: 12px;
  }
}
.group-banner-w-text .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  object-position: center right;
}

.title-section {
  color: rgb(231, 233, 239);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0px;
}
h1.title-section{
	font-size: 46px;
}
@media screen and (max-width: 1024px) {
  	h1.title-section{
		font-size: 42px;
	}
}
@media screen and (max-width: 600px) {
  .title-section {
    font-size: 14px;
  }
	h1.title-section{
		font-size: 30px;
	}
}

.question-item {
  border-radius: 8px;
  border: 1px solid rgb(27, 33, 51);
  background: linear-gradient(180deg, rgba(15, 21, 35, 0.3) 41.76%, #0F1523 100%);
  padding: 10px 24px;
  margin-bottom: 8px;
}
.question-item .section-title .text {
  font-weight: 700;
  font-size: 14px;
  color: white;
  padding-right: 30px;
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .question-item .section-title .text {
    font-size: 12px;
  }
}
.question-item .section-title.active .button-close {
  transform: rotate(90deg);
}
.question-item .content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding-top: 6px;
  display: none;
}
@media screen and (max-width: 600px) {
  .question-item .content {
    font-size: 11px;
  }
}

.button-close {
  width: 16px;
  height: 16px;
  right: 0;
  top: 2px;
  transition: 0.3s;
  transform: rotate(45deg);
  cursor: pointer;
}
.button-close .m-line {
  width: 16px;
  height: 2px;
  background: white;
  display: block;
  border-radius: 10px;
  position: relative;
}
.button-close .m-line-1 {
  transform: rotate(-45deg);
  top: 7.5px;
}
.button-close .m-line-2 {
  transform: rotate(45deg);
  top: 5.5px;
}

.pd-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 0px;
}
.pd-pagination li {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(180deg, rgba(15, 21, 35, 0) 41.76%, #0F1523 100%);
  border: 1px solid rgb(27, 33, 51);
  box-sizing: border-box;
  border-radius: 16px;
  display: none;
}
.pd-pagination li.active, .pd-pagination li.prev, .pd-pagination li.next {
  display: flex;
}
.pd-pagination li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd-pagination li a:hover, .pd-pagination li a.active {
  color: rgb(236, 72, 153);
}
.pd-pagination li a:hover svg path, .pd-pagination li a.active svg path {
  fill: rgb(236, 72, 153);
}
.pd-pagination li.disable {
  background: #616773;
  border-radius: 4px;
  pointer-events: none;
}
.pd-pagination li.disable svg path {
  fill: #383a40;
}

.vip-question-card {
  background: linear-gradient(180deg, rgba(20, 13, 31, 0.8) 0%, rgba(17, 23, 38, 0.8) 100%);
  border: 1px solid rgb(30, 42, 56);
  border-radius: 20px;
  padding: 16px 24px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  display: flex;
}
.vip-question-card .title {
  font-size: 22px;
  color: rgb(231, 233, 239);
  font-weight: 400;
  margin-bottom: 10px;
}
.vip-question-card .content {
  color: rgb(183, 192, 207);
  line-height: 2;
  font-size: 13px;
}
.vip-question-card .content a {
  text-decoration: underline;
  color: rgb(183, 192, 207);
  line-height: 2;
  font-size: 13px;
}
.vip-question-card .content p {
  margin: 0;
  line-height: 2;
  font-size: 13px;
}

.viewmore {
  border: 1px solid rgb(27, 33, 51);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  border-radius: 8px;
  background: rgb(15, 21, 35);
}
.viewmore a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.group-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.section-welcome {
  background: radial-gradient(40% 60% at 50% 90%, rgba(0, 0, 0, 0.12) 0%, rgba(168, 85, 247, 0) 60%), radial-gradient(60% 70% at 90% 20%, rgba(236, 72, 153, 0.24) 0%, rgba(236, 72, 153, 0) 60%), radial-gradient(60% 70% at 10% 10%, rgba(168, 85, 247, 0.25) 0%, rgba(168, 85, 247, 0) 60%);
}
@media screen and (max-width: 1024px) {
  .section-welcome {
    background: none;
  }
}

.section-slide-banner {
  width: 100%;
}
.section-slide-banner .card-slide-banner a {
  display: block;
  width: 100%;
}
.section-slide-banner .card-slide-banner a img {
  width: 100%;
  height: auto;
}

.group-text-welcome {
  padding-top: 92px;
}
@media screen and (max-width: 1024px) {
  .group-text-welcome {
    padding-top: 15px;
  }
}
.group-text-welcome h5, .group-text-welcome .text-top {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .group-text-welcome h5, .group-text-welcome .text-top {
    font-size: 12px;
  }
}
.group-text-welcome .title-s-main {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .group-text-welcome .title-s-main {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
.group-text-welcome p {
  margin-bottom: 24px;
}
.group-text-welcome p.small {
  margin-top: 16px;
  margin-bottom: 0;
}
.group-text-welcome .small {
  margin-top: 16px;
}
.group-text-welcome .group-button {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .group-text-welcome .group-button .button {
    width: 100%;
  }
}

.award {
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.award .container {
  display: flex;
  gap: 13px;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .award .container {
    gap: 4px;
  }
}
.award .item-award img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .award .item-award img {
    width: 109px;
  }
}
@media screen and (max-width: 600px) {
  .award .item-award img {
    width: 92px;
  }
}

.home-page .section-welcome .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home-page .section-welcome .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .section-welcome .container .group-text-welcome {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .section-welcome .container .section-slide-banner {
    order: 1;
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .home-page .section-welcome .container .section-slide-banner {
    order: 1;
    width: 100%;
  }
}
.home-page .section-promotion {
  margin-top: 40px;
}
.home-page .section-review {
  margin-top: 40px;
}
.home-page .section-review .card-review-list {
  display: flex;
  gap: 40px;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .home-page .section-review .card-review-list {
    gap: 16px;
  }
}
.home-page .license {
  margin-top: 40px;
}

.section-article {
  margin-bottom: 60px;
}
.section-article .list-article {
  display: flex;
  gap: 15px;
  overflow: scroll;
}

.section-information {
  margin-bottom: 30px;
  background: radial-gradient(56.74% 44.51% at 51.9% 51.58%, rgba(168, 85, 247, 0.12) 0%, rgba(168, 85, 247, 0) 60%), radial-gradient(73.1% 85.28% at 114.95% 45.39%, rgba(236, 72, 153, 0.24) 0%, rgba(236, 72, 153, 0) 60%), radial-gradient(59.51% 69.43% at 9.51% 39.13%, rgba(168, 85, 247, 0.25) 0%, rgba(168, 85, 247, 0) 60%);
}
.section-information .section-tab {
  display: flex;
  gap: 8px;
  justify-content: left;
  margin-top: -220px;
  overflow: scroll;
}
@media screen and (max-width: 750px) {
  .section-information .section-tab {
    justify-content: left;
  }
}
@media screen and (max-width: 600px) {
  .section-information .section-tab {
    margin-top: -60px;
  }
}
.section-information .info-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.section-information .normal-text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-information .normal-text a {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 600px) {
  .section-information .normal-text {
    font-size: 14px;
  }
}
.section-information .box-content-info {
  background: linear-gradient(180deg, rgba(15, 21, 35, 0.11) 0%, rgba(15, 21, 35, 0.52) 50%, rgb(33, 26, 53) 100%);
  backdrop-filter: blur(14px);
  border: 1px solid rgb(27, 33, 51);
  padding: 24px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  .section-information .box-content-info {
    height: 700px; /* ปรับตามต้องการ */
    overflow-y: auto;
    overflow-x: hidden; /* กันสกรอลล์ด้านข้าง */
    -webkit-overflow-scrolling: touch;
  }
}
.section-information .box-content-info .wrap {
  column-gap: 53px;
  display: none;
  overflow-wrap: anywhere;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .section-information .box-content-info .wrap {
    grid-template-columns: 1fr;
  }
}
.section-information .box-content-info .wrap.active {
  display: grid;
}
.section-information .box-content-info p, .section-information .box-content-info a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.5px;
  break-inside: avoid;
}
.section-information .box-content-info a {
  text-decoration: underline;
}
.section-information .box-content-info h2, .section-information .box-content-info h1, .section-information .box-content-info h3, .section-information .box-content-info h4, .section-information .box-content-info h5, .section-information .box-content-info img, .section-information .box-content-info ul, .section-information .box-content-info ol, .section-information .box-content-info img {
  break-inside: avoid;
}
.section-information .box-content-info .col-break {
  break-before: column;
}

.section-question {
  margin-bottom: 70px;
}
.section-question .question-list .question-item .section-title {
  position: relative;
}
.section-question .question-list .question-item .section-title .button-close {
  position: absolute;
}

.promotion-page .group-section-title {
  margin-top: 40px;
}
.promotion-page .section-promotion .group-banner-w-text {
  margin-bottom: 18px;
}
.promotion-page .license {
  margin-top: 24px;
}

.baccarat-page {
  margin-top: 19px;
}
.baccarat-page .main-content-pattern {
  margin-top: 24px;
  margin-bottom: 48px;
}
.baccarat-page .main-content-pattern img {
  max-width: 100%;
  height: auto;
}

.vip-page {
  position: relative;
}
.vip-page .bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vip-page .award {
  margin-top: 130px;
}
@media screen and (max-width: 1024px) {
  .vip-page .award {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .vip-page .award {
    margin-top: 30px;
  }
}
.vip-page .group-banner-w-text {
  padding: 0;
  min-height: auto;
  background: none;
  padding-top: 97px;
}
.vip-page .group-banner-w-text:after {
  display: none;
}
.vip-page .group-banner-w-text .title-s-2 {
  font-size: 34px;
}
@media screen and (max-width: 600px) {
  .vip-page .group-banner-w-text .title-s-2 {
    font-size: 24px;
  }
  .vip-page .group-banner-w-text .title-s-2 .icon {
    display: none;
  }
}
.vip-page .group-banner-w-text .description-s-2 {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .vip-page .group-banner-w-text .description-s-2 {
    font-size: 14px;
  }
}
.vip-page .group-banner-w-text .description-s-2-2 {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .vip-page .group-banner-w-text .description-s-2-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .vip-page .group-banner-w-text .button {
    width: 100%;
  }
}
.vip-page .group-banner-w-text .button a {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .vip-page .group-banner-w-text .button a {
    font-size: 12px;
  }
}
.vip-page .group-banner-w-text-2 {
  position: relative;
  min-height: auto;
  overflow: auto;
}
.vip-page .group-banner-w-text-2 .banner {
  object-position: top;
}
.vip-page .vip-level {
  position: relative;
  z-index: 1;
  margin-top: 42px;
}
@media screen and (max-width: 600px) {
  .vip-page .vip-level {
    margin-top: 27px;
  }
}
.vip-page .vip-level .list-vip-level {
  display: flex;
  gap: 26px;
  overflow: scroll;
}
.vip-page .vip-benefit {
  margin-top: 42px;
}
@media screen and (max-width: 600px) {
  .vip-page .vip-benefit {
    margin-top: 27px;
  }
}
.vip-page .vip-benefit .list-vip-benefit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media screen and (max-width: 600px) {
  .vip-page .vip-benefit .list-vip-benefit {
    display: flex;
    overflow: scroll;
    gap: 10px;
  }
}
.vip-page .group-bottom {
  position: relative;
  margin-top: 38px;
}
.vip-page .group-bottom .bg {
  object-fit: contain;
  top: 0;
}
.vip-page .group-bottom .provider {
  margin-top: 250px;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .vip-page .group-bottom .provider {
    margin-top: 110px;
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 600px) {
  .vip-page .group-bottom .provider {
    margin-top: 56px;
    margin-bottom: 60px;
  }
}
.vip-page .vip-question {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .vip-page .vip-question {
    margin-bottom: 27px;
  }
}
.vip-page .vip-question .container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .vip-page .vip-question .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vip-page .license {
  margin-bottom: 74px;
}
@media screen and (max-width: 1024px) {
  .vip-page .license {
    margin-bottom: 53px;
  }
}

.article-page {
  padding-top: 43px;
}
@media screen and (max-width: 1024px) {
  .article-page {
    padding-top: 20px;
  }
}

.article-page h1.title-section{
	font-size: 18px;
}
.article-page .section-article {
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .article-page .section-article {
    margin-bottom: 30px;
  }
}
.article-page .article-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .article-page .article-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .article-page .article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-page .article-list .card-article {
  width: 100%;
}
.article-page .article-list .card-article .image {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 600px) {
  .article-page .article-list .card-article .image {
    width: 87px;
    flex: 0 0 auto;
    height: 87px;
  }
}
@media screen and (max-width: 600px) {
  .article-page .article-list .card-article .content {
    flex: 1 1 auto;
  }
}

.single-post {
  padding-top: 20px;
}
.single-post .group-section-title {
  margin-bottom: 24px;
}
.single-post .section-top .section-text-welcome {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .single-post .section-top .section-text-welcome {
    display: block;
  }
}
.single-post .section-top .section-text-welcome .image {
  width: 100%;
}
.single-post .section-top .section-text-welcome .image img {
  width: 100%;
  border-radius: 16px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .single-post .section-top .section-text-welcome .image img {
    width: 100%;
    margin-bottom: 27px;
  }
}
.single-post .section-article {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .single-post .section-article {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}

.play-page {
  padding-top: 20px;
}
.play-page .award {
  margin-bottom: 74px;
}
@media screen and (max-width: 600px) {
  .play-page .award {
    margin-bottom: 50px;
  }
}

.play-page .license{
	margin-bottom: 50px;
}

.faq-page {
  padding-top: 20px;
}
.faq-page h1.title-section{
  font-size:18px;
}

.section-play {
  margin-top: 24px;
}
.section-play .group-section-title {
  margin-bottom: 0;
}
.section-play .title-section a, .section-play .title-section h1, .section-play .title-section h2 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 600px) {
  .section-play .title-section a, .section-play .title-section h1, .section-play .title-section h2 {
    font-size: 14px;
  }
}
.section-play .title-section a:hover, .section-play .title-section h1:hover, .section-play .title-section h2:hover  {
  color: rgb(236, 72, 153);
}
.section-play .title-section a:hover h1, .section-play .title-section a:hover h2  {
  color: rgb(236, 72, 153);
}
.section-play .title-section a:hover svg.arrow path {
  stroke: rgb(236, 72, 153);
}
.section-play .title-section a:hover svg.icon path {
  fill: rgb(236, 72, 153);
}

.card-play.swiper-slide {
  display: inline-block;
  border-radius: 27px;
  overflow: hidden;
  flex: 0 0 auto;
  height: 230px;
  width: 170px;
}
.card-play.swiper-slide .wrap-card-play {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.card-play.swiper-slide .wrap-card-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 27px;
}
@media screen and (max-width: 600px) {
  .card-play.swiper-slide {
    height: 160px;
    width: 115px;
  }
}
.card-play.swiper-slide .button-game {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(117.59deg, #A855F7 0%, #A855F7 100%);
  border-radius: 9px;
  font-weight: 700;
  color: white;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 600px) {
  .card-play.swiper-slide .button-game {
    font-size: 13px;
    width: 90px;
    height: 32px;
  }
}
.card-play.swiper-slide:hover {
  border: 2px solid #a755f7;
  transform: translateY(-10px);
}
.card-play.swiper-slide:hover .wrap-card-play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(6px);
}
.card-play.swiper-slide:hover .button-game {
  display: flex;
  z-index: 1;
}
.card-play.card-play-v2.swiper-slide {
  height: auto;
  width: auto;
}
.card-play.card-play-v2.swiper-slide:hover .wrap-card-play::after {
  display: none;
}
.card-play.card-play-v2.swiper-slide:hover a::after {
  display: none;
}

.section-card-play {
  display: flex;
  overflow: scroll;
  gap: 12px;
  padding-top: 20px;
}
.section-card-play .swiper-wrapper {
  padding-top: 25px;
}
@media screen and (max-width: 600px) {
  .section-card-play {
    gap: 8px;
  }
}

.section-card-play-2 .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
}

.modal-iframe {
  z-index: 999999;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: black;
  display: none;
}
.modal-iframe.active {
  display: block;
}
.modal-iframe .close {
  position: absolute;
  font-size: 20px;
  color: white;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 8px;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.modal-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.23%;
}

.single-post .main-content-pattern img {
  max-width: 100%;
  height: auto;
}

.feature-image {
  margin-top: 30px;
}
.feature-image img {
  width: 100%;
  height: auto;
}

.h-wrap-line{
    display: flex;
    gap: 8px;
    align-items: center;
}
.h-wrap-line .h-line{

}
.h-wrap-line .h-line a{
  display: flex;
}
.h-wrap-line .h-line a svg{
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .h-wrap-line .h-line a svg{
    width: 40px;
    height: 40px;
  }
}

@keyframes autoplayLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes autoplayRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
