
/* 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;
  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;
}

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

.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;
}
.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%;
  /* height: auto; */
  transition:all 0.2s;
  /* transform:scale(1); */
}
.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;
  font-family: "FontAwesome";
  content: "\f144";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30pt;
  color: rgba(255, 255, 255, 0.8);
}
.items div{
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition:all 0.2s;
}

/* .box-menu div:nth-child(7n+1) div {
  box-shadow: inset 0px 2px 2px -1px rgba(247, 27, 101, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 70%,  rgba(247, 27, 101, 0.8));
}
.box-menu div:nth-child(7n+2) div {
  box-shadow: inset 0px 2px 2px -1px rgba(250, 179, 0, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(250, 179, 0, 0.8));
}
.box-menu div:nth-child(7n+3) div {
  box-shadow: inset 0px 2px 2px -1px rgba(23, 217, 169, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(23, 217, 169, 0.8));
}
.box-menu div:nth-child(7n+4) div {
  box-shadow: inset 0px 2px 2px -1px rgba(181, 9, 254, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(181, 9, 254, 0.8));
}
.box-menu div:nth-child(7n+5) div {
  box-shadow: inset 0px 2px 2px -1px rgba(1, 161, 236, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(1, 161, 236, 0.8));
}
.box-menu div:nth-child(7n+6) div {
  box-shadow: inset 0px 2px 2px -1px rgba(243, 31, 42, 0.5);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(243, 31, 42, 0.8));
}
.box-menu div:nth-child(7n+7) div {
  box-shadow: inset 0px 2px 2px -1px rgba(89, 9, 252, 0.4);
  background-image: linear-gradient(rgba(255, 255, 255, 0.0) 80%, rgba(89, 9, 252, 0.8));
} */

.hot{
  transition: color 0.3s;
  animation: blink2 8s infinite;
}
/* .promotion:hover{
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
} */

@keyframes blink2 {
  20%,
  24%,
  55% {
    box-shadow: none;
  }
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    /* box-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; */
    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 / cover url(../images/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 */
