@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

h1,h2,h3,h4,h5,h6 {
  color: #cc0000;
  margin-top: 0;
  margin-bottom: .5rem
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,h1 {
  font-size: 2.5rem;
  letter-spacing: .3rem
}

.h2,h2 {
  font-size: 2rem
}

.h3,h3 {
  font-size: 1.75rem
}

.h4,h4 {
  font-size: 1.5rem
}

.h5,h5 {
  font-size: 1.25rem
}

.h6,h6 {
  font-size: 1rem
}

header {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  transition: all .3s ease-in-out;
  z-index: 999
}
/*
header.scrolldown {
  padding: 1.5rem 0;
  background-color: #191919;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.25)
}*/

header.scrolldown .nav__logo img {
  /*max-height: 6rem*/
  transform: scale(0);
}

header nav {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center
}

header nav .nav__burger {
  margin-right: 3rem;
  width: 2.5rem;
  height: 2.4rem;
  position: relative;
  transition: all .3s ease-in-out;
  cursor: pointer
}

@media only screen and (max-width: 414px) {
  header nav .nav__burger {
      margin-right:1rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  header nav .nav__burger {
      margin-right:1rem
  }
}

header nav .nav__burger.open span {
  animation: none;
  width: 100%
}

header nav .nav__burger.open span:first-child {
  transform: rotate(45deg);
  top: 0
}

header nav .nav__burger.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

header nav .nav__burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 1.8rem
}

header nav .nav__burger span {
  width: 70%;
  display: block;
  position: absolute;
  height: .3rem;
  background: #a1a1a1;
  border-radius: .9rem;
  opacity: 1;
  left: 0;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  animation: wave .4s ease-out infinite alternate
}

header nav .nav__burger span:first-child {
  top: 0
}

header nav .nav__burger span:nth-child(2) {
  top: .9rem;
  animation-delay: .3s
}

header nav .nav__burger span:nth-child(3) {
  top: 1.8rem;
  animation-delay: .6s
}

@keyframes wave {
  40% {
      width: 80%
  }

  70% {
      width: 90%
  }

  to {
      width: 100%
  }
}

header nav .nav__logo img {
  max-height: 8rem;
  transition: all .3s ease-in-out
}

@media only screen and (max-width: 768px) {
  header nav .nav__logo {
      max-width:40%
  }
}

header nav .nav__btn {
  margin-left: auto
}

header nav .nav__btn,header nav .nav__user {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center
}

header nav .nav__user span {
  margin-right: 2rem
}

header nav .nav__action {
  display: none
}

header nav .nav__action.active {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999;
  display: none
}

.menu .username {
  display: none;
  border-bottom: 2px solid hsla(0,0%,100%,.1);
  padding-bottom: 1rem
}

.menu .username>div {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center
}

.menu.open,.menu .username.active {
  display: block
}

.menu.open .menu__overlay {
  opacity: 1;
  visibility: visible
}

.menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  visibility: hidden
}

.menu ::-webkit-scrollbar {
  width: 0
}

.menu__wrapper {
  position: relative;
  height: 100%;
  background-color: #282a35;
  transition: all .3s ease-in-out;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  -webkit-box-shadow: 10px 0 10px 0 rgba(40,42,53,.16);
  -moz-box-shadow: 10px 0 10px 0 rgba(40,42,53,.16);
  box-shadow: 10px 0 10px 0 rgba(40,42,53,.16)
}

.menu__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 3rem 1.5rem
}

@media only screen and (max-width: 414px) {
  .menu__wrapper ul {
      padding:5rem 1.5rem
  }
}

.menu__wrapper ul li {
  margin: 3rem 0
}

.menu__wrapper ul li .menu-item,.menu__wrapper ul li a {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer
}

.menu__wrapper ul li .menu-item.current-menu,.menu__wrapper ul li .menu-item:hover,.menu__wrapper ul li a.current-menu,.menu__wrapper ul li a:hover {
  text-decoration: none
}

.menu__wrapper ul li .menu-item.current-menu img,.menu__wrapper ul li .menu-item:hover img,.menu__wrapper ul li a.current-menu img,.menu__wrapper ul li a:hover img {
  filter: none
}

.menu__wrapper ul li .menu-item.current-menu img.lazyload,.menu__wrapper ul li .menu-item:hover img.lazyload,.menu__wrapper ul li a.current-menu img.lazyload,.menu__wrapper ul li a:hover img.lazyload {
  filter: blur(15px)
}

.menu__wrapper ul li .menu-item.current-menu img.lazyloaded,.menu__wrapper ul li .menu-item:hover img.lazyloaded,.menu__wrapper ul li a.current-menu img.lazyloaded,.menu__wrapper ul li a:hover img.lazyloaded {
  filter: none
}

.menu__wrapper ul li .menu-item.current-menu h3,.menu__wrapper ul li .menu-item:hover h3,.menu__wrapper ul li a.current-menu h3,.menu__wrapper ul li a:hover h3 {
  color: #cc0000
}

.menu__wrapper ul li .menu-item img,.menu__wrapper ul li a img {
  max-height: 3.2rem;
  filter: brightness(100)
}

.menu__wrapper ul li .menu-item img.lazyload,.menu__wrapper ul li a img.lazyload {
  filter: brightness(100) blur(15px)
}

.menu__wrapper ul li .menu-item img.lazyloaded,.menu__wrapper ul li a img.lazyloaded {
  filter: brightness(100) blur(0)
}

.menu__wrapper ul li .menu-item h3,.menu__wrapper ul li a h3 {
  color: #fff;
  margin-top: 1.5rem
}

.menu__wrapper ul li .menu-item {
  display: none
}

.menu__wrapper ul li .menu-item.active {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

footer {
  background-color: #14151b
}

footer .vendor {
  padding: 3rem 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

footer .vendor img {
  max-height: 5.6rem;
  padding: .5rem 2rem;
  max-width: 14%;
  filter: drop-shadow(1px 1px 1px #191919)
}

@media only screen and (max-width: 414px) {
  footer .vendor img {
      max-width:33.33%;
      padding: .5rem 1rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  footer .vendor img {
      max-width:33.33%;
      padding: .5rem 1rem
  }
}

footer .powered {
  border-top: 2px solid hsla(0,0%,100%,.1);
  padding: 1.5rem 0;
  text-align: center;
  color: #a1a1a1;
  font-size: 1.4rem
}

footer .powered a {
  color: #a1a1a1
}

footer .powered a:hover {
  color: #cc0000;
  text-decoration: none
}

.contact-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  z-index: 99;
  background: linear-gradient(140deg,#282a35 10%,#191919 51%,#191919);
  background-size: 200% auto;
  transition: all .3s ease-in-out;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem
}

.contact-bar:hover {
  background-position: 100%
}

.contact-bar__item {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-right: .9rem solid #725638;
  width: 8rem;
  height: 8rem
}

.contact-bar__item:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: hsla(0,0%,100%,.2);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.contact-bar__item:last-child:after {
  display: none
}

@media only screen and (max-width: 1024px) {
  .contact-bar__item {
      width:6rem;
      height: 6rem
  }
}

@media only screen and (max-width: 414px) {
  .contact-bar__item {
      width:5rem;
      height: 5rem;
      border-width: .3rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .contact-bar__item {
      width:5rem;
      height: 5rem;
      border-width: .3rem
  }
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tab-hightlight-color: transparent
}

body,html.lock {
  overflow: hidden
}

body {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #a1a1a1;
  line-height: 1.8;
  scroll-behavior: smooth;
  background-image: url("../../img/demo14/bg.png");
}

body.register {
  background: #000;
}

body.wallet {
  background: #fff;
}

::-webkit-scrollbar {
  width: .5rem
}

::-webkit-scrollbar-track {
  background: #e6e8ec
}

::-webkit-scrollbar-thumb {
  background: #b0b4bb;
  transition: .2s
}

::-webkit-scrollbar-thumb:hover {
  background: #161616
}

img {
  display: block;
  max-width: 100%
}

a {
  outline: none;
  transition: all .3s ease-in-out
}

a,a:hover {
  text-decoration: none
}

main {
  min-height: calc(100vh - 21rem)
}

section {
  position: relative;
  padding: 3rem 0
}

@media only screen and (max-width: 414px) {
  section {
      padding:1.5rem 0
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  section {
      padding:1.5rem 0
  }
}

section:first-child {
  padding-top: 18rem
}

@media only screen and (max-width: 1024px) {
  section:first-child {
      padding-top:13rem
  }
}

section:last-child {
  padding-bottom: 6rem
}

@media only screen and (max-width: 414px) {
  section:last-child {
      padding-bottom:3rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  section:last-child {
      padding-bottom:3rem
  }
}

.blur-up {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: filter .4s,-webkit-filter .4s
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0)
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-20px)
  }

  to {
      opacity: 1;
      transform: translateX(0)
  }
}

.fadeInLeft {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(30px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(30px)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.fadeInUpFast {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@keyframes moveCircleLeft {
  0% {
      transform: rotate(0deg) translateX(15px) rotate(0deg)
  }

  to {
      transform: rotate(1turn) translateX(15px) rotate(-1turn)
  }
}

@keyframes moveCircleRight {
  0% {
      transform: rotate(0deg) translateX(-20px) rotate(0deg)
  }

  to {
      transform: rotate(1turn) translateX(-20px) rotate(-1turn)
  }
}

@keyframes moveUpDown {
  0% {
      transform: translate(0)
  }

  65% {
      transform: translateY(30px)
  }

  to {
      transform: translate(0)
  }
}

.moveCircleLeft {
  animation: moveCircleLeft 14s ease infinite
}

.moveCircleRight {
  animation: moveCircleRight 18s ease infinite
}

.moveUpDown {
  animation: moveUpDown 8s ease infinite
}

.btn {
  position: relative;
  padding: 1rem 4rem;
  border-radius: 2.6rem;
  font-size: 1.6rem;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  color: #fff;
  display: inline-block;
  outline: none;
  border: none;
  background-size: 200% auto;
  transition: all .3s ease-in-out;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .btn {
      font-size:1.4rem;
      padding: 1rem 2.5rem
  }
  .credit-block {
      font-size:1.2rem;
      padding: 1rem 1.5rem
  }
}

@media only screen and (max-width: 414px) {
  .btn {
      padding:.8rem 2.5rem
  }
  .credit-block {
      padding:.8rem 1.5rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .btn {
      padding:.8rem 2.5rem
  }
  .credit-block {
      padding:.8rem 1.5rem
  }
}

.btn:hover {
  background-position: 100%
}

.credit-block.active {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  color: #fff;
  display: inline-block;
  outline: none;
  border: none;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
  background-image: linear-gradient(90deg,#725638 0,#e9bb79 51%,#8f6e48)
}

.btn--primary {
  color: #fff;
  background-image: linear-gradient(90deg,#725638 0,#e9bb79 51%,#8f6e48)
}

.btn--secondary {
  color: #fff;
  background-image: linear-gradient(90deg,#003736 0,#599291 51%,#2e6361)
}

.btn--secondary:hover {
  color: #fff
}

.btn--info {
  background-image: linear-gradient(90deg,#282a35 0,#6da2c7 51%,#434e63)
}

.btn--danger {
  color: #fff;
  background-image: linear-gradient(90deg,#6b0101 0,#dc5b57 51%,#ad271f)
}

.btn--danger:hover {
  color: #fff
}

.btn--large {
  font-size: 2rem
}

@media only screen and (max-width: 1024px) {
  .btn--large {
      font-size:1.8rem
  }
}

.btn--small {
  font-size: 1.4rem
}

@media only screen and (max-width: 1024px) {
  .btn--small {
      font-size:1.2rem;
      padding: .5rem 2.5rem
  }
}

#promo-detail,#promo-img {
  width: 100%;
  height: 100%
}

#promo-detail .swiper-slide,#promo-img .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  opacity: .2;
  transition: all .3s ease-in-out
}

@media only screen and (max-width: 414px) {
  #promo-detail .swiper-slide,#promo-img .swiper-slide {
      padding:0 2rem;
      width: 100%
  }

  #promo-detail .swiper-slide img,#promo-img .swiper-slide img {
      height: auto
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  #promo-detail .swiper-slide,#promo-img .swiper-slide {
      padding:0 2rem;
      width: 100%
  }

  #promo-detail .swiper-slide img,#promo-img .swiper-slide img {
      height: auto
  }
}

#promo-detail .swiper-slide .box--pro__content,#promo-img .swiper-slide .box--pro__content {
  opacity: 0;
  visibility: hidden
}

#promo-detail .swiper-slide-active,#promo-detail .swiper-slide-duplicate-active,#promo-img .swiper-slide-active,#promo-img .swiper-slide-duplicate-active {
  opacity: 1
}

#promo-detail .swiper-slide-active .box--pro__content,#promo-detail .swiper-slide-duplicate-active .box--pro__content,#promo-img .swiper-slide-active .box--pro__content,#promo-img .swiper-slide-duplicate-active .box--pro__content {
  opacity: 1;
  visibility: visible
}

#promo-detail .swiper-pagination-bullet,#promo-img .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #cc0000;
  background-size: 200% auto;
  margin: 0 .5rem;
  transition: all .3s ease-in-out
}

#promo-detail .swiper-pagination-bullet-active,#promo-img .swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: .5rem;
  background-image: linear-gradient(90deg,#9b0000 0,#cc0000 51%,#9b0000)
}

.box--pro__img {
  /*border: 2px solid #cc0000;*/
  border-radius: 1rem;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    to bottom,
    #f3ec99,
    #895c24,
    #f8e881,
    #f6e467,
    #d8a82c,
    #7e471d
  );
  border-image-slice : 1;
  overflow: hidden
}

.box--pro__img img {
  margin: 0 auto
}

.box--pro {
  margin-top: 2rem;
}

.box--pro__content {
  width: 100%;
  backdrop-filter: blur(10px)!important;
  background: hsla(0,0%,0%,.4)	!important;
  border-style: solid;
  border-width: 4px;
  border-image-source: linear-gradient(
      to bottom,
      #f3ec99,
      #895c24,
      #f8e881,
      #f6e467,
      #d8a82c,
      #7e471d
    );
  border-image-slice : 1;
  position: relative;
  padding: 3rem;
  margin: 0 auto;
  transition: all .3s ease-in-out
}

.box--pro__content h2 {
  color: gold;
  font-size: 2.5rem;
}

.box--pro__content ul {
  color: #fff
}

@media only screen and (max-width: 414px) {
  .box--pro__content {
    padding: 3rem;
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .box--pro__content {
    padding: 3rem;
  }
}

.box--product {
  margin: 0 auto 3rem;
  cursor: pointer;
  position: relative
}

.box--product-slot {
  width: 50%;
  padding: 0 1.5rem
}

@media only screen and (max-width: 768px) {
  .box--product-slot {
      width:100%
  }
}

.box--product-slot:nth-child(3n+1):before {
  left: -100%;
  animation: moveCircleLeft 16s ease infinite
}

.box--product-slot:nth-child(2n):before {
  right: -100%;
  animation: moveCircleRight 16s ease infinite
}

.box--product-casino {
  max-width: 80rem;
  padding: 0 1.5rem
}

.box--product-casino:nth-child(2n):before {
  left: -100%;
  animation: moveCircleLeft 16s ease infinite
}

.box--product-casino:nth-child(odd):before {
  right: -100%;
  animation: moveCircleRight 16s ease infinite
}

.box--product:before {
  content: "";
  position: absolute;
  background-image: url("../../img/demo14/gimmick2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80rem;
  height: 37.4rem;
  pointer-events: none;
  z-index: -1
}

.box--product:hover .box--product__head {
  opacity: 1;
  visibility: visible
}

.box--product:hover .box--product__img>img {
  filter: blur(10px)
}

@media only screen and (max-width: 1024px) {
  .box--product:hover .box--product__img>img {
      filter:none
  }
}

.box--product__head {
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25,25,25,.8);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out
}

@media only screen and (max-width: 1024px) {
  .box--product__head {
      position:relative;
      background-color: rgba(25,25,25,.95);
      opacity: 1;
      visibility: visible;
      top: auto;
      bottom: 0;
      height: auto
  }

  .box--product__head img {
      display: none
  }
}

.box--product__head .btn {
  margin-top: 1.5rem
}

@media only screen and (max-width: 1024px) {
  .box--product__head .btn {
      margin:1.5rem 0
  }
}

.box--product__head>img {
  max-height: 9rem
}

.box--product__img {
  position: relative;
  /*border: 2px solid #cc0000;*/
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    to bottom,
    #f3ec99,
    #895c24,
    #f8e881,
    #f6e467,
    #d8a82c,
    #7e471d
  );
  border-image-slice : 1;
  border-radius: 1.5rem;
  overflow: hidden
}

.box--product__img img {
  transition: all .3s ease-in-out
}

.box--product__hot {
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url(../../img/demo14/background-hot.gif);
  background-size: cover;
  background-position: 50%;
  top: 2rem;
  width: 9rem;
  border-radius: .5rem;
  text-align: center
}

.box--product__hot span {
  font-weight: 700;
  margin-left: .2rem;
  text-transform: uppercase;
  color: #fff
}

@media only screen and (max-width: 414px) {
  .box--product__hot {
      width:7rem;
      padding: 0 1rem;
      left: .5rem
  }

  .box--product__hot span {
      font-size: 1.2rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .box--product__hot {
      width:7rem;
      padding: 0 1rem;
      left: .5rem
  }

  .box--product__hot span {
      font-size: 1.2rem
  }
}

.box--qr-code {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 3rem
}

.box--qr-code:hover img {
  filter: blur(5px)
}

.box--qr-code:hover .box--qr-code__btn {
  opacity: 1;
  visibility: visible
}

.box--qr-code img {
  transition: all .3s ease-in-out;
  /*border: 2px solid #cc0000;*/
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    to bottom,
    #f3ec99,
    #895c24,
    #f8e881,
    #f6e467,
    #d8a82c,
    #7e471d
  );
  border-image-slice : 1;
  margin: 0 auto
}

.box--qr-code__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(40,42,53,.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.box--qr-code__btn,.box--slot {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  transition: all .3s ease-in-out
}

.box--slot {
  background: linear-gradient(140deg,#282a35 10%,#191919 51%,#191919);
  text-align: center;
  border-radius: .5rem;
  cursor: pointer;
  flex-direction: column;
  background-size: 200% auto
}

.box--slot:hover {
  background-position: 100%
}

.box--slot:hover .box--slot__img {
  transform: translateY(-4px)
}

.box--slot__img {
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all .3s ease-in-out
}

.box--slot__img img {
  max-height: 17rem;
  margin: 0 auto
}

.box--slot__title {
  margin-top: auto;
  padding: 1.5rem;
  background-color: rgba(0,0,0,.3)
}

.box--slot__title h4 {
  margin: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.gimmick {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  opacity: .5;
  z-index: 0
}

.gimmick__item {
  position: absolute;
  top: 0
}

.gimmick__item-1 {
  background-image: url("../../img/demo14/gimmick3-1.png");
  /*width: 44.6rem;
  height: 29rem*/
  width: 65.6rem;
  height: 40.6rem;
}

.gimmick__item-1,.gimmick__item-2,.gimmick__item-5l {
  background-repeat: no-repeat;
  background-size: contain;
  left: 0
}

.gimmick__item-2 {
 /* background-image: url("../../img/demo14/gimmick2-1.png");*/
  width: 80rem;
  height: 37.4rem
}

.gimmick__item-3 {
  background-image: url("../../img/demo14/gimmick3-1.png");
  width: 70.6rem;
  height: 49.6rem;
  top: 1rem
}

.gimmick__item-5l {
  background-image: url("../../img/demo14/gimmick1-3.png");
  width: 60.6rem;
  height: 39.6rem;
  top: 1rem
}

@media only screen and (max-width: 1024px) {
  .gimmick__item-5l {
    left: -200px;
  }
  .gimmick__item-5r {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .gimmick__item-5l {
    display: none;
  }
  .gimmick__item-5r {
    display: none;
  }
}

.gimmick__item-3,.gimmick__item-4,.gimmick__item-5r {
  background-repeat: no-repeat;
  background-size: contain;
  right: 0
}

.gimmick__item-4 {
  /*background-image: url("../../img/demo14/gimmick2-1.png");*/
  width: 70rem;
  height: 37.4rem;
  top: 5rem;
  right: 2rem;
}

.gimmick__item-5r {
  background-image: url("../../img/demo14/gimmick1-2.png");
  width: 70rem;
  height: 37.4rem;
  top: 3rem
}

.page-bio {
  position: relative
}

.page-bio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background: #a1a1a1;*/
  height: 100%;
  /*opacity: .6;*/
  /*background: linear-gradient(180deg,hsla(0,0%,63.1%,.58027),hsla(0,0%,63.1%,.272146) 47%,transparent)*/
  /*background-image: url("../../img/demo14/bg.png");*/
}

.page-bio__title {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap
}

.page-bio__title img {
  max-height: 10rem;
  margin: 1rem 2rem 1rem 1rem
}

@media only screen and (max-width: 1024px) {
  .page-bio__title img {
      max-height:10rem
  }
}

@media only screen and (max-width: 414px) {
  .page-bio__title img {
      max-height:8rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .page-bio__title img {
      max-height:8rem
  }
}

.page-bio__title h2 {
  font-size: 8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6rem;
  color: #F5C21B;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*background: -webkit-linear-gradient(#740000,#ec0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  text-shadow: 3px 3px 3px rgba(233, 121, 121, 0.2)
  
}

@media only screen and (max-width: 1024px) {
  .page-bio__title h2 {
      font-size:6rem
  }
}

@media only screen and (max-width: 414px) {
  .page-bio__title h2 {
      font-size:4rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .page-bio__title h2 {
      font-size:4rem
  }
}

.page-bio__sub {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0
}

.page-bio__bio {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3rem;
  position: relative
}
/*
.page-bio__bio:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,transparent,#cc0000 50%,transparent)
}*/

@media only screen and (max-width: 768px) {
  .page-bio__bio {
      width:100%
  }
}

.page-bio__bio-home {
  width: 100%
}

.page-bio__bio-home .btn {
  margin: 6rem 0
}

@media only screen and (max-width: 768px) {
  .page-bio__bio-home .btn {
      margin:3rem 0
  }
}

.page-bio__pm {
  padding: 0 3rem;
  text-align: center;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  background: hsla(0,0%,0%,.5)	!important;
    /*border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(
      to bottom,
      #f3ec99,
      #895c24,
      #f8e881,
      #f6e467,
      #d8a82c,
      #7e471d
    );
    border-image-slice : 1;*/
  position: relative;
  padding: 20px 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 10px #000;
}


.bigsama h2 {
  color: gold;
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
}

.bigsama span{
  color: #fff
}

.page-bio__pm p{
  color: #fff
}

.page-bio__pm h2 {
  color: gold;
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  /*padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;*/
  font-weight: 600;
}
/*
.page-bio__pm h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,transparent,#cc0000 50%,transparent)
}
*/
.page-bio__pm img {
  max-width: 50%;
  margin: 1.5rem auto
}
/*
.tab {
  padding: 1rem 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.16)
}*/

.tab {
  padding: 2rem 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(#640000)
  );
  background: linear-gradient(to top, #000, #640000);
  border-style: solid;
  border-width: 4px 0px 4px 0px;
  border-image-source: linear-gradient(to top, #996515, #d4af37de);
  border-image-slice : 1;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.16)
}
/*
#landing #top .features {
  position: relative;
  padding: 1rem 0;
  border-style: solid;
  border-width: 6px 0px 6px 0px;
  border-image-source: linear-gradient(to top, #996515, #d4af37de);
  border-image-slice : 1;
  background-image: linear-gradient(to top, #191919, #090909);
  z-index: 1;
}*/

.tab__item {
  cursor: pointer;
  text-align: center
}

.tab__item,.tab__item h4 {
  transition: all .3s ease-in-out
}

.tab__item h4 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.tab__item img {
  margin: 0 auto 1rem;
  max-height: 5.6rem;
  transition: all .5s cubic-bezier(.19,1,.22,1)
}

.tab__item.active h4,.tab__item:hover h4 {
  position: relative;
  color: gold
}
/*
.tab__item.active h4:after,.tab__item:hover h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,transparent,#cc0000 50%,transparent)
}*/

.tab__item.active img,.tab__item:hover img {
  transform: translateY(-6px) scale(1.05)
}

.tab__item.active {
  pointer-events: none
}

.tab-detail {
  padding: 3rem 0
}

@media only screen and (max-width: 414px) {
  .tab-detail {
      padding:1.5rem 0
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .tab-detail {
      padding:1.5rem 0
  }
}

.tab-detail__body {
  position: relative;
  display: none
}

.tab-detail__body.active {
  display: block
}

.tab-detail__logo {
  margin-top: -6rem;
  padding-bottom: 3rem
}

.tab-detail__logo img {
  padding: 0 1.5rem;
  background-color: #000;
  max-height: 6rem;
  margin: 0 auto
}

.gold-box {
    backdrop-filter: blur(10px)!important;
    background: hsla(0,0%,0%,.4)	!important;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(
      to bottom,
      #f3ec99,
      #895c24,
      #f8e881,
      #f6e467,
      #d8a82c,
      #7e471d
    );
    border-image-slice : 1;
    padding: 3rem 3rem;
    margin-top: 3rem;
    text-align: center;
    color: #fff
}

.gold-box h1 {
  color: gold;
}

.tab-detail__about {
  /*border: 2px solid #cc0000;*/
  /*border-radius: 1rem;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    to bottom,
    #f3ec99,
    #895c24,
    #f8e881,
    #f6e467,
    #d8a82c,
    #7e471d
  );
  border-image-slice : 1;
  border-radius: 1.5rem;
  padding: 3rem 6rem;
  margin-top: 3rem;
  text-align: center;
  color: #fff*/
    backdrop-filter: blur(10px)!important;
    background: hsla(0,0%,0%,.4)	!important;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(
      to bottom,
      #f3ec99,
      #895c24,
      #f8e881,
      #f6e467,
      #d8a82c,
      #7e471d
    );
    border-image-slice : 1;
    padding: 3rem 6rem;
    margin-top: 3rem;
    text-align: center;
    color: #fff
}

@media only screen and (max-width: 768px) {
  .tab-detail__about {
      padding:3rem 1.5rem
  }
}

.tab-detail__about h2 {
  /*font-size: 3rem;*/
  background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-size: 6.175rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.tab-detail__about span {
  /*font-size: 3rem;*/
  background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
  background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.tab-detail__about h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,transparent,#cc0000 50%,transparent)
}

@media only screen and (max-width: 768px) {
  .tab-detail__about img {
      max-width:70%;
      margin: 0 auto
  }
  .tab-detail__about h2 {
    font-size: 4.175rem;
  }
}

@media only screen and (max-width: 414px) {
  .tab-detail__about img {
      max-width:100%
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .tab-detail__about img {
      max-width:100%
  }
}

.tab-detail__about .shadow {
  position: relative
}

.tab-detail__about .shadow:before {
  content: "";
  position: absolute;
  background-color: #cc0000;
  border-radius: 50%;
  opacity: .2;
  filter: blur(50px);
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1
}

@media only screen and (max-width: 768px) {
  .tab-detail__about .shadow:before {
      width:80%;
      height: 80%
  }
}

.noti,.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  opacity: 0;
  visibility: hidden
}

.noti.show,.popup.show {
  opacity: 1;
  visibility: visible
}

.noti.show .noti__item,.noti.show .popup__item,.popup.show .noti__item,.popup.show .popup__item {
  display: block
}

.noti__overlay,.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  cursor: pointer
}

.noti__body,.popup__body {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.noti__item,.popup__item {
  position: relative;
  background: linear-gradient(140deg,#282a35 10%,#191919);
  padding: 6rem 6rem 3rem;
  border-radius: .5rem;
  text-align: center;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  display: none;
  min-width: 34rem
}

@media only screen and (max-width: 414px) {
  .noti__item,.popup__item {
      max-width:100%;
      padding: 3rem;
      width: 90%
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .noti__item,.popup__item {
      max-width:100%;
      padding: 3rem;
      width: 90%
  }
}

.noti__item h2,.popup__item h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1.5rem;
  color: #fff
}

.noti__item h2:after,.popup__item h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,transparent,#cc0000 50%,transparent)
}

.noti__close,.popup__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
  z-index: 3
}

.noti__close:hover,.popup__close:hover {
  transform: scale(1.1)
}

@media only screen and (max-width: 414px) {
  .noti__close,.popup__close {
      right:1.5rem
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  .noti__close,.popup__close {
      right:1.5rem
  }
}

.noti__img,.popup__img {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 3rem
}

.noti__message,.popup__message {
  margin: 1.5rem 0;
  color: #fff
}

.noti {
  z-index: 9999
}

.noti__item {
  max-width: 26%
}

input,textarea {
  position: relative;
  display: inline-block;
  appearance: none;
  border-radius: 0;
  height: 4rem;
  border: 2px solid transparent;
  padding: .5rem 1rem;
  background-color: rgba(0,0,0,.2);
  min-width: 34rem;
  outline: none;
  color: #fff;
  font-weight: 400;
  max-width: 100%
}

@media only screen and (max-width: 414px) {
  input,textarea {
      min-width:auto;
      width: 100%
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  input,textarea {
      min-width:auto;
      width: 100%
  }
}

input:focus,textarea:focus {
  border-bottom-color: #cc0000
}

button {
  width: 100%
}

@media only screen and (max-width: 414px) {
  button {
      padding:1rem 2.5rem!important
  }
}

@media only screen and (max-width: 823px) and (orientation:landscape) {
  button {
      padding:1rem 2.5rem!important
  }
}

.form-group {
  position: relative;
  margin: 1.5rem 0
}

.form-group--right {
  text-align: right
}

.form-group a {
  color: #a1a1a1
}

.form-group a:hover {
  color: #cc0000
}

.form-group--note {
  margin-top: 3rem;
  border-top: 2px solid hsla(0,0%,63.1%,.2);
  padding-top: 1.5rem
}

.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer
}

.form-group i.hide {
  display: none
}

.form-link {
  text-align: right;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.form-link:hover {
  color: #cc0000
}

.error-message {
  color: #f27474
}

.regis-form {
  padding: 5rem 3rem;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  box-shadow: 0 10px 16px 0 rgba(0,0,0,.16);
  background: linear-gradient(140deg,#282a35 10%,#191919);
  display: none;
  border-radius: .5rem
}

.regis-form,.regis-form .fas {
  position: relative
}

.regis-form .fas:before {
  content: "\f8d3"
}

.regis-form label {
  color: #cc0000;
  font-size: 1.4rem
}

.regis-form.active {
  display: block
}

.regis-form input {
  width: 100%;
  min-width: 100%
}

.regis-form .form-group>div {
  position: relative
}

.onlog, .onout.active,
.menu-mobile, .login-mobile.active {
  display: none;
}

.onlog.active, .onout,
.menu-mobile.active, .login-mobile {
  display: block;
}

.regis-form .popup-login {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.regis-form .popup-login:hover {
  color: #cc0000
}

::-webkit-input-placeholder {
  line-height: normal!important
}

::-moz-placeholder {
  line-height: normal!important
}

:-ms-input-placeholder {
  line-height: normal!important
}

:-moz-placeholder {
  line-height: normal!important
}

i {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle
}

i.icon-next {
  background-image: url(../../img/demo14/arrow-right.png);
  width: 1rem;
  height: 1rem;
  margin: 0 1rem
}

i.icon-line {
  background-image: url(../../img/demo14/line-logo.png);
  width: 60%;
  height: 50%
}

i.icon-user {
  background-image: url(../../img/demo14/user.png);
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem
}

i.icon-wallet {
  background-image: url(../../img/demo14/wallet.png);
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem
}

i.icon-show {
  background-image: url(../../img/demo14/show-password.png)
}

i.icon-hide,i.icon-show {
  width: 1.6rem;
  height: 1.6rem
}

i.icon-hide {
  background-image: url(../../img/demo14/hide-password.png)
}

.iframe-item {
  position: relative;
  padding-bottom: 0!important
}

.iframe-item.no-space {
  padding-bottom: 0
}

.iframe-item__wrapper {
  position: relative;
  height: 80vh;
  overflow: hidden;
  padding-bottom: 0
}

.iframe-item__wrapper iframe {
  position: absolute;
  margin-top: -52px;
  height: calc(100% + 105px)
}

.iframe-item__wrapper #wallet {
  margin-top: -5.2rem
}

.home-tab {
  position: relative;
  background: #000 url("../../img/demo14/test5.png"); 
  background-position: center;
  background-repeat: repeat-y;
}

.home-tab .gimmick {
  top: 20%
}

.pro-slide__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem
}

.product>.container {
  flex-direction: column;
  align-items: center
}

.product>.container,.product__slot {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.product__slot {
  flex-wrap: wrap;
  margin: 0 -1.5rem
}

.slot-item__row {
  margin: 0 -.5rem;
  min-height: 30rem
}

.slot-item__col {
  margin-bottom: 1rem;
  padding: 0 .5rem
}

.slot-item__col:nth-child(7n):before,.slot-item__col:nth-child(12n):before {
  content: "";
  position: absolute;
  background-image: url("../../img/demo14/gimmick2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80rem;
  height: 37.4rem;
  pointer-events: none;
  z-index: -1
}

.slot-item__col:nth-child(7n):before {
  left: -150%;
  animation: moveCircleLeft 16s ease infinite
}

.slot-item__col:nth-child(12n):before {
  right: -150%;
  animation: moveCircleRight 16s ease infinite
}

.slot-item__bc {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 1.4rem
}

.slot-item__bc a {
  color: #a1a1a1
}

.slot-item__bc a:hover,.slot-item__bc span {
  color: #cc0000
}

.page-error {
  height: 80vh;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center
}

.page-error__btn {
  margin-top: 3rem
}

.no-js img.lazyload {
  display: none
}

figure.wp-block-image img.lazyloading {
  min-width: 150px
}

.lazyload,.lazyloading {
  opacity: 0
}

.lazyloaded {
  opacity: 1;
  transition: opacity .4s;
  transition-delay: 0ms
}

.card-promotion-landing {
  max-width: 350px;
}

.card-promotion-landing .img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 100%;
  transition-delay: 0.3s ease-in-out;
}

.card-promotion-landing1:hover {
  transform: scale(1.2);
}


.card-promotion-landing1 {
  backdrop-filter: blur(10px)!important;
  background: hsla(0,0%,0%,.4)	!important;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
      to bottom,
      #f3ec99,
      #895c24,
      #f8e881,
      #f6e467,
      #d8a82c,
      #7e471d
    );
  border-image-slice : 1;
  position: relative;
  padding: 1rem;
  margin: 0 auto;
  transition: all .3s ease-in-out
}

.card-promotion-landing1 .text-overflow a {
  color: #fff;
}

.card-promotion-landing1:hover .text-overflow a {
  color: gold;
}

button {
    font-family: 'Kanit', sans-serif;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


.btn-primary {
    background: linear-gradient(0deg,#725638,#e9bb79);
    line-height: 30px;
    box-shadow: 0 0 2px 2px rgba(236,189,123,.1);
}

.x-hr-border-glow {
    height: 1px;
    margin-top: 0;
    background: linear-gradient(90deg,transparent,#ecbd7b 30%,#ecbd7b 70%,transparent);
    width: 50%;
    text-align: center
}

.-box .x-hr-border-glow {
    transition: all .6s
}

.-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.-box .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.-box .-ic-wrapper img {
    width: 100px;
    margin-bottom: 1rem;
}

.-box .-ic-wrapper .-ic {
    width: 120px;
    margin-bottom: 1rem;
}

.-box h3 {
    color: gold;
    font-size: 1.75rem;
    margin-bottom: 0
}

.x-button-actions .-btn-login {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.x-button-actions {
    display: none
}

@media (max-width: 991.98px) {
    .x-button-actions .-btn-login {
        padding-top: 4px;
        color: white;
        font-size: 1.8rem;
        padding-top: 4px;
        display: inline-block
    }

    .x-button-actions {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .x-button-actions .btn {
        border-radius: 0;
        padding: .375rem .75rem;
        color: #fff
    }
}

.x-button-actions .-btn-login {
    flex-grow: 2
}


@media (max-width: 767.98px) {
    .-box {
        padding:0
    }

    .-box .x-hr-border-glow {
        margin-left: 0;
        width: 150px
    }

    .-box .-ic-wrapper {
        height: 100px;
        width: 100px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-button-actions#account-actions-mobile .vex-dialog-button,.x-apple-os .x-button-actions#account-actions-mobile .btn,.x-apple-os .x-button-actions#account-actions-mobile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 8px;
    line-height: 30px
}


.btn-plain-primary {
    color: #000;
    background: linear-gradient(180deg,#e8ba78 19%,#a27f43);
    border: none;
    border-radius: 0
}

.btn-plain-primary:hover {
    color: gold
}

.btn-plain-secondary {
    color: #000;
    background: linear-gradient(180deg,#b5f9f8 -70%,#05716f);
    border: none;
    border-radius: 0
}

.btn-plain-secondary:hover {
    color: gold
}

.btn-plain-lobby {
    border: none;
    color: #000!important;
    background: linear-gradient(180deg,#fff,#d2d2d2)
}

.btn-plain-lobby .-icon {
    margin-bottom: 4px
}

.btn-plain-lobby:hover,.btn-plain-sood {
    color: red!important
}


.x-button-actions .btn-plain-lobby:not(.-include-sood),.x-button-actions .btn-plain-primary:not(.-include-sood),.x-button-actions .btn-plain-secondary:not(.-include-sood) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}

@media (max-width: 991.98px) {
    #account-actions #account-actions-mobile {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1
    }
}


@media (max-width: 991.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood),.x-button-actions .btn-plain-primary:not(.-include-sood),.x-button-actions .btn-plain-secondary:not(.-include-sood) {
        padding:8px 0 0!important;
        font-size: 1.4rem;
        border: none
    }
}

@media (max-width: 767.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-icon,.x-button-actions .btn-plain-primary:not(.-include-sood) .-icon,.x-button-actions .btn-plain-secondary:not(.-include-sood) .-icon {
        max-width:26px
    }

    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-typo,.x-button-actions .btn-plain-primary:not(.-include-sood) .-typo,.x-button-actions .btn-plain-secondary:not(.-include-sood) .-typo {
        position: relative;
        margin-top: -5px;
        padding-top: 6px
    }
}

.lobby-casino {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.casino-title {
    padding: 0 15px;
    margin-bottom: 2rem;
    border-left: 5px solid #ffc400;
    color: #fff;
    font-size: 4rem
}

.card-promotion-landing {
    margin-bottom: 4rem;
    max-width: 280px;
    margin: 0 auto;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(to bottom,#f3ec99,#895c24,#f8e881,#f6e467,#d8a82c,#7e471d);
    border-image-slice: 1;
    transition: all .3s ease-in-out
}

.card-promotion-landing:hover {
    transform: scale(1.07);
}

.x-logged .-logged-container {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.75)
}

@media (max-width: 991.98px) {
    .x-logged .-logged-container {
        border-bottom-left-radius:10px;
        border-bottom-right-radius: 10px
    }
}

.x-logged .-logged-container .--profile {
    background: linear-gradient(180deg,#262626,#000);
    border-bottom-left-radius: 10px
}

@media (max-width: 991.98px) {
    .x-logged .-logged-container .--profile {
        border-bottom-right-radius:10px
    }
}

.refresh-credit {
    color: #fff;
    transition: all .3s ease-in-out
}

.refresh-credit:hover {
    color: gold;
}
.text-golds{
  background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

h1 .news-head-desc {
  font-size: 14px;
  color: #ffe86d;
  margin: 0;
}

h2 .news-head-desc {
  font-size: 22px;
  color: #ffe86d;
  margin: 0;
}

.tt_list.sbo {
  float: left;
  width: 100%;
  margin-top: 0;
  padding: 0 10px 0 0;
  background-color: #320100bd;
  border-radius: 10px;
}

.tt_l,
.tt_l * {
  font-weight: 100 !important
}

.tt_list.sbo .tt_img {
  float: left;
  margin: 4px;
  width: 25%
}

.tt_list.sbo .tt_img img {
  float: left;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto
}

.tt_list.sbo .tt_dsc {
  float: right;
  width: 72%;
  font-size: 14px;
  line-height: 20px
}

.tt_list.sbo .tt_dsc h3 {
  float: left;
  width: 100%;
  color: gold;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.tt_list.sbo .tt_dsc p {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ddd;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  text-indent: 20px;
  text-overflow: ellipsis;
  display: inline;
}

@media (max-width: 767px) {
  .tt_list.sbo .tt_img img {
      float: left;
      width: 100%;
      max-width: 100%;
      height: auto
  }
}

@media screen and (max-width: 620px) {
  .tt_list.sbo .tt_img {
      width: 40%
  }

  .tt_list.sbo .tt_dsc {
      width: 57%
  }

  .tt_dsc p {
      display: none !important;
  }
}

.news {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.news-info {
  background: rgba(0, 0, 0, .4);
  padding: 2rem;
  border-radius: 10px;
}

.news-footer {
  background: rgba(0, 0, 0, .4);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.news-footer .tags {
  padding: 5px 15px;
  border-radius: 10px;
  color: #c4c4c4;
  background: #252836;
  transition: all .2s
}

.btn-all {
  font-family: 'Kanit', san-serif;
  background: #740200;
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.page-numbers {
  background: #32100f8c;
  color: #9d9d9d;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 2px;
}

.page-numbers.current {
  background: #32100f;
  color: white;
}

.crp_related ul li {
  background: #360202;
  padding: 4px;
  border-radius: 4px;
  border: solid 1px transparent;
  transition: all .2s ease;
}

.crp_related ul li:hover {
  border: solid 1px gold;
}

.crp_related .crp_title {
  color: gold;
}

.crp_related ul li img {
  border-radius: 4px;
}

.crp_author,
.crp_date,
.crp_excerpt {
  color: #b1b1b1;
}

.news-post-content {
  margin-top: 10px;
  background: #320100c7;
  padding: 10px;
}
.news-post-content p {
  text-align: justify;
  text-indent: 50px;
}
.news-post-content .-tags {
  text-align: left;
}
.crp_related ul {
	padding: 0;
}

