
/* main */
body{
  margin-bottom: 100px;
}

.f9{font-size:9pt !important;}
.f10{font-size:10pt !important;}
.f11{font-size:11pt !important;}
.f12{font-size:12pt !important;}
.f13{font-size:13pt !important;}
.f14{font-size:14pt !important;}
.f15{font-size:15pt !important;}
.f16{font-size:16pt !important;}

.fw300{font-weight:300 !important;}
.fw400{font-weight:400 !important;}
.fw500{font-weight:500 !important;}
.fw700{font-weight:700 !important;}

.img-box{
  position: relative;
  margin: auto;
  overflow: hidden;
}
.img-box img{
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}
.img-box:hover img{
  transform: scale(1.1);
}

.logo{
  position: absolute;
  top:0;
  /* background-color: #202a39; */
  background:linear-gradient(145deg,#c7b05b 0%, #fffdb5 40%, #fffdb5 60%, #c7b05b 100%);
  border-radius: 10px;
  transform: skewY(-3deg) skewX(-17deg);
  padding: 30px 40px 10px 40px;
  margin: -20px 0 0px -20px;
  display: inline-block;
}
.logo div{
  transform: skewY(3deg) skewX(17deg);
  display: flex;
  align-items: center;
}

nav .btn{
  font-size: 12pt;
  padding:5px 18px;
  border-radius: 10px;
  position: relative;
}
nav .btn.login{
  background-color: #26293A;
  border: 2px solid #26293A;
  color: #fff;
  transition: background-color 0.3s;
}
nav .btn.login:hover{
  background-color: #585c6e;
}
nav .btn.signup{
  background-color: #ed1d49;
  border: 2px solid #ed1d49;
  color: #fff;
  box-shadow: 0 0 25px rgba(237, 29, 73, 0.8);
  overflow: hidden;
}
nav .btn.signup:hover{
  color: #fff;
  border: 2px solid #ed1d49;
  background-color: rgba(237, 28, 73, 0.8);
}

nav .btn.signup:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-logout {
  color: #fff;
  border: none;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(237, 28, 73, 1);
  box-shadow: 0 0 8px rgba(237, 29, 73, 0.8);
  transition: all 0.3s;
}
.btn-logout:hover {
  background-color: rgba(237, 28, 73, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

.btn-setting {
  color: #fff;
  border: none;
  height: 26px;
  width: 26px;
  padding-left: 5px;
  border-radius: 20%;
  background-color: rgba(255, 255, 255, 0.0);
  transition: background-color 0.3s;
}
.btn-setting:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.bar-status{
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px 18px;
  border-radius: 10px;
}

.official-intro,
.seo-faq{
  margin-top: 24px;
}

.official-panel{
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 29, 47, 0.96) 0%, rgba(11, 18, 32, 0.98) 100%);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.official-kicker{
  color: #f6d76f;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.official-title{
  margin-bottom: 12px;
  color: #fff;
  font-size: 18pt;
  font-weight: 700;
  line-height: 1.35;
}

.official-copy,
.trust-card p,
.faq-item p{
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11.5pt;
  line-height: 1.75;
}

.official-checklist{
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.official-checklist li{
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11pt;
  line-height: 1.7;
}

.official-checklist li + li{
  margin-top: 8px;
}

.official-checklist li::before{
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: #f6d76f;
  font-family: "Font Awesome 6 Pro";
  font-size: 11pt;
  font-weight: 900;
}

.trust-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.trust-card{
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
}

.trust-card h3,
.faq-item h3{
  margin-bottom: 8px;
  color: #fff;
  font-size: 13pt;
  font-weight: 700;
}

.faq-item + .faq-item{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px){
  .trust-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .official-panel{
    padding: 18px 16px;
    border-radius: 16px;
  }

  .official-title{
    font-size: 15pt;
  }

  .official-copy,
  .official-checklist li,
  .trust-card p,
  .faq-item p{
    font-size: 10.5pt;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  nav{margin-top:55px;}
  .bar-status {
    min-width: 100%;
    margin-top: 5px;
  }
}

.bd-highlight{border:1px solid rgb(163, 255, 249);}

.promotion{
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 14pt;
  text-decoration: none;
  transition: color 0.3s;
  animation: blink 12s infinite;
}
.promotion:hover{
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 70px #ff0000;
    color: #fff6a9;
  }
}

.btn-menu{
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
  overflow: hidden;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.btn-menu:hover{
  color: rgba(255, 255, 255, 0.5);
}
.btn-menu:hover:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-eff-2 3s ease-in-out infinite;
}
.btn-menu.casino{
  box-shadow: inset 0px 2px 2px -1px rgba(247, 27, 101, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(247, 27, 101, 0.8));
}
.btn-menu.slot{
  box-shadow: inset 0px 2px 2px -1px rgba(250, 179, 0, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(250, 179, 0, 0.8));
}
.btn-menu.gamecard{
  box-shadow: inset 0px 2px 2px -1px rgba(23, 217, 169, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(23, 217, 169, 0.8));
}
.btn-menu.fish{
  box-shadow: inset 0px 2px 2px -1px rgba(217, 23, 192, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(217, 23, 192, 0.8));
}
.btn-menu.sport{
  box-shadow: inset 0px 2px 2px -1px rgba(181, 9, 254, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(181, 9, 254, 0.8));
}
.btn-menu.lotto{
  box-shadow: inset 0px 2px 2px -1px rgba(1, 161, 236, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(1, 161, 236, 0.8));
}
.btn-menu.trade{
  box-shadow: inset 0px 2px 2px -1px rgba(243, 31, 42, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(243, 31, 42, 0.8));
}
/*
.btn-menu.esport{
  box-shadow: inset 0px 2px 2px -1px rgba(89, 9, 252, 0.8);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 40%, rgba(89, 9, 252, 0.8));
}
*/
@-webkit-keyframes shiny-eff-2 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  1% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.6; }
  20% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* main */


/* items */
.items{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.items img{
  min-width: 100%;
  max-width: 100%;
  transition:all 0.2s;
}
.items:hover img{
  transform: scale(1.1);
  filter: blur(1px);
}

.items:hover div{
  background-color: rgba(13, 19, 28, 0.7);
  transition:all 0.2s;
}
.items:hover div:before{
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: center / 36px 36px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='26' fill='rgba(255,255,255,0.2)'/%3E%3Cpath d='M26 20 L46 32 L26 44 Z' fill='rgba(255,255,255,0.85)'/%3E%3C/svg%3E");
}
 
.items div{
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition:all 0.2s;
}

.hot{
  transition: color 0.3s;
  animation: blink2 8s infinite;
}

@keyframes blink2 {
  20%,
  24%,
  55% {
    box-shadow: none;
  }
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    box-shadow: 0 0 2px #ffa500, 0 0 7px #ffa500, 0 0 10px #ffa500, 0 0 20px #ffa500, 0 0 15px #ff0000, 0 0 5px #ff8d00, 0 0 25px #ff0000;
  }
}

/* items */


/* animation */
.anim {
  position: relative;
  overflow: hidden;
}
.anim:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.anim.color-1{
  background-color: #ed1d49;
  border: 2px solid #ed1d49;
  color: #fff;
  box-shadow: 0 0 25px rgba(237, 29, 73, 0.8);
}
.anim.color-1:hover{
  color: #fff;
  border: 2px solid #ed1d49;
  background-color: rgba(237, 28, 73, 0.8);
}
/* animation */


/* footer */
footer {
  background-color: rgb(22, 31, 44);
}
footer a {
  color: rgb(116, 137, 169);
  text-decoration: none;
  font-size: 11pt;
}
footer a > i {
  font-size: 14pt;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 12px 0 8px 0;
  width: 100px;
  /* width: 33.33%; */
}
footer .active a{
  color: #fff;
}
footer .active:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  background: #2283f6;
  filter: blur(15px);
  opacity: 1;
  transition: all .2s ease-in-out;
  z-index: -1;
}
/* footer */


/* eye */
.eye {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  color: rgba(116, 125, 132, 0.8);
}
.eye: hover{
  color: rgba(255, 0, 0, 0.8);
}
/* eye */


/* effect */
.star-container {
  top: 0;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: no-repeat top center / cover url(../img/bg.png);
}
.star-container .meteor {
  width: 1px;
  display: block;
  position: absolute;
  background-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-animation: meteor 15s linear infinite;
          animation: meteor 15s linear infinite;
}
.star-container .meteor::after {
  content: '';
  display: block;
  border: 1px solid #fff;
  border-width: 0px 90px 2px 90px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@keyframes meteor {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-800px, 100vh);
            transform: translate(-800px, 100vh);
  }
}
/* effect */


/* bootstrap */
.link-success-x {
  color: #14AE8B !important;
}
.link-success-x:hover, .link-success-x:focus {
  color: #0e8268 !important;
}
.text-success-x {
  color: #14AE8B;
}
.bg-success-x {
  background-color: #14AE8B !important;
}
/* bootstrap */
