/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@400;500&display=swap');

/* HTML */
* {
	font-family: 'Athiti', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
    background-color: transparent;
}

a:hover {
	color: rgba(167,46,255,1);
}

/* NAVBAR */
.bg-navbar {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(56,52,193,1) 50%, rgba(2,0,36,1) 100%);
}

.btn-register {
    color: #fff !important;
    background: rgb(56,52,193);
	/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(56,52,193,1) 55%);*/
	border-color: rgba(56,52,193,1);
}

.sub-navbar {
	/*background-position:center;*/
	background-size:cover;
	background-image:url(/assets/images/bg-sub.png)
}

.pb-5 {
    padding-bottom: 5rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
	border-bottom: 2px solid #fff;
}

.money-block {
	background-color:#fff; 
	color:#000 !important;
	border-radius: .25rem;
}

/* SILDE */
.carousel-font {
	text-shadow: rgba(0,0,0,.9) 0 1px 2px;
}

@media screen and (min-width: 769px) {
    .carousel-text-body {
		position: absolute; 
		z-index: 99; 
		
		padding-top: 10.5%;
		padding-left: 15%;
		padding-right: 10%;
		padding-bottom: 10%;
	}
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    .carousel-text-body {
		position: absolute; 
		z-index: 99; 
		
		padding-top: 5%;
		padding-left: 15%;
		padding-right: 10%;
		padding-bottom: 10%;
	}
}

@media only screen and (max-device-width: 480px) {
    .carousel-text-body {
		position: absolute; 
		z-index: 99; 
		
		padding-top: 7%;
		padding-left: 15%;
		padding-right: 10%;
		padding-bottom: 10%;
	}
	
	.carousel-text-moblie {
		margin-bottom: 10%;
	}
}

/* HOME */
.game-box {
	box-shadow:0 5px 10px -5px rgba(56,52,193,0.8);
}

/* CONTENT */
.small-text {
	color: #4c5256;
	font-size:14px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.img-details {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.product-image {
    display: block;
    border-radius: 15px;
    margin: auto;
    max-width: 100%;
}

.product-title {
    font-size: 13px;
    padding-top: 7px;
    margin: auto;
	max-width: 100%;
}

.text-gray {
	color: #929292 !important;
}

.text-red, .required {
	color: #f23838 !important;
}

.bg-menu-list {
	background: rgba(78,84,200,.03);
}

/* BUTTON */
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.btn-google {
    color: #fff;
    background-color: #EA4335;
}

.btn-google:hover {
    color: #fff;
    background-color: #EA4335;
}

.btn-line {
    color: #fff;
    background-color: #00B900;
}

.btn-line:hover {
    color: #fff;
    background-color: #00B900;
}

.btn:hover {
	box-shadow:0 5px 10px -5px rgba(0,0,0,0.4);	
}

.list-group-item.active {
    z-index: 2;
    color: rgba(56,52,193,1);
	background: rgb(255,255,255);
    border-color: rgba(0,0,0,.125);
}

.list-group-item {
	padding: 1rem 1.5rem;
}

/* PAGE PAYMENT */
.payment-form {
    padding:8px;
    display:block;
    text-align:center;
    border:0;
    cursor:pointer;
    color:#666;
    position:relative;
    box-shadow:0 2px 6px 0 rgba(0,0,0,.07);
    width:100%;
    -o-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
    border: 2px solid transparent;
	border-color: rgba(33, 37, 41, 0.1);
	border-radius: 5px;
}
.payment-select:hover > .payment-form,.payment-select:focus > .payment-form {
	border-color: rgba(56,52,193,1);
    color:#fff;
    cursor:pointer;
}

.payment-select-active > .payment-form {
    border-color: rgba(56,52,193,1);
    color:#fff;
    cursor:pointer;
}

.qrcode .title {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 15px;
    font-size: 19px;
    background-color: #003d6b;
}
.qrcode .body {
    padding: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #ebebeb;
}
.qrcode .body h2,
.qrcode .body p {
    color: #4c5256;
}
.qrcode .body h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 28px;
}
.qrcode .body p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.tranfer-amount {
    font-size: 18px;
    margin-bottom: 0;
}
.bank-space {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.time-out {
    font-size: 17px;
    color: #dc143c;
}
#water {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    opacity: 0.8;
    color: red;
    font-weight: 600;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    #water {
		top: 350px;
	}
}

@media only screen and (max-device-width: 480px) {
	#water {
		top: 350px;
	}
}

/* BUY CARD PAGE */
.card {
	box-shadow:0 5px 10px -5px rgba(0,0,0,0.4);	
	border-bottom: 3px solid rgba(56,52,193,1);
}

.box-buy .number {
	background-color: rgba(56,52,193,1);
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 1em; 
	padding-top: 2px; 
	padding-left: 12px; 
	color: #fff; 
	margin-left: -5px; 
	margin-top: -4px;
}

.box-buy .title {
	margin-left:45px;
}

.card-form {
    padding:8px;
    display:block;
    text-align:center;
    border:0;
    cursor:pointer;
    color:#666;
    box-shadow:0 2px 6px 0 rgba(0,0,0,.07);
    width:100%;
    -o-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
    border: 2px solid transparent;
	border-color: rgba(33, 37, 41, 0.1);
	border-radius: 5px;
	
	position: relative;
	overflow: hidden;
}

.card-select:hover > .card-form,.card-select:focus > .card-form {
	border-color: rgba(56,52,193,1);
    cursor:pointer;
}

.card-select-active > .card-form {
    border-color: rgba(56,52,193,1);
    cursor:pointer;
}

.card-form .selected {
	position: absolute;
	left: -3%;
	top: -37%;
	background-color: rgba(56,52,193,1);
	color: #fff;
	transform: rotate(40deg);
	height: 80px;
	width: 35px;
}

.card-form .selected .text {
	margin-top: 10%;
	margin-left: -30%;
	transform: rotate(-40deg);
}

@media only screen and (max-width: 600px) {
	.card-form .selected .text {
		margin-top: 40%;
		margin-left: -15%;
	}
}

@media only screen and (max-width: 768px) {
	.card-form .selected .text {
		margin-top: 30%;
		margin-left: -20%;
	}
}

.card-online div {
    margin-top: 15px;
}

.card-online img {
	border-radius: 5px;
}

.card-online a {
	color: #000;
	text-decoration: none;
    background-color: transparent;
}

.card-online a:hover {
	color: rgba(167,46,255,1);
}

.card-online img {
	box-shadow:0 5px 10px -5px rgba(56,52,193, 0.6);	
	border-bottom: 3px solid rgba(56,52,193,1);
}

.menu-card {
	border-radius: 5px;
	box-shadow:0 5px 10px -5px rgba(56,52,193, 0.6);	
	border: 1px solid rgba(56,52,193, 0.5);
}

/* BUY */
.product-title {
	font-size:16px;
	margin-bottom:10px;
}

.badge-label  {
	width: 50px;
	height: 57px;
	font-size: 12px;
	font-weight: 700;
	background: url(/assets/images/badge.png) no-repeat;
	margin-top: -10%;
	margin-left: 30%;
	color: #FFF;
	padding-top: 5%;
}

@media only screen and (max-device-width: 480px) {
	.badge-label  {
		margin-left: 10%;
	}
}
/* FOOTER */
footer a {
    color: #fff;
	text-decoration: none;
    background-color: transparent;
}

footer a:hover {
	color: rgba(167,46,255,1);
}

footer .description {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.07059);
}

footer .text-desc {
	text-align:justify;
}

footer .text-header {
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(56,52,193,1);
}

/* GAME */


.shake-slow {
    animation-name: shake-slow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}

@keyframes shake-slow {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    2% {
        transform: translate(3px, 0px) rotate(2.5deg);
    }

    4% {
        transform: translate(-4px, -1px) rotate(2.5deg);
    }

    6% {
        transform: translate(-5px, -7px) rotate(-2.5deg);
    }

    8% {
        transform: translate(4px, 4px) rotate(-2.5deg);
    }

    10% {
        transform: translate(3px, -6px) rotate(1.5deg);
    }

    12% {
        transform: translate(-6px, 10px) rotate(-2.5deg);
    }

    14% {
        transform: translate(2px, -3px) rotate(-2.5deg);
    }

    16% {
        transform: translate(-6px, -7px) rotate(-0.5deg);
    }

    18% {
        transform: translate(0px, -3px) rotate(0.5deg);
    }

    20% {
        transform: translate(6px, 9px) rotate(2.5deg);
    }

    22% {
        transform: translate(4px, -2px) rotate(-1.5deg);
    }

    24% {
        transform: translate(0px, -2px) rotate(0.5deg);
    }

    26% {
        transform: translate(0px, 7px) rotate(-0.5deg);
    }

    28% {
        transform: translate(6px, 4px) rotate(2.5deg);
    }

    30% {
        transform: translate(10px, 10px) rotate(1.5deg);
    }

    32% {
        transform: translate(8px, -5px) rotate(2.5deg);
    }

    34% {
        transform: translate(3px, -9px) rotate(-2.5deg);
    }

    36% {
        transform: translate(10px, -5px) rotate(0.5deg);
    }

    38% {
        transform: translate(-8px, 7px) rotate(3.5deg);
    }

    40% {
        transform: translate(3px, -8px) rotate(2.5deg);
    }

    42% {
        transform: translate(4px, -8px) rotate(2.5deg);
    }

    44% {
        transform: translate(-3px, -1px) rotate(-0.5deg);
    }

    46% {
        transform: translate(2px, -3px) rotate(-2.5deg);
    }

    48% {
        transform: translate(2px, 5px) rotate(-0.5deg);
    }

    50% {
        transform: translate(1px, -5px) rotate(0.5deg);
    }

    52% {
        transform: translate(10px, 5px) rotate(3.5deg);
    }

    54% {
        transform: translate(-7px, -2px) rotate(1.5deg);
    }

    56% {
        transform: translate(6px, 6px) rotate(1.5deg);
    }

    58% {
        transform: translate(9px, 2px) rotate(1.5deg);
    }

    60% {
        transform: translate(6px, 4px) rotate(-2.5deg);
    }

    62% {
        transform: translate(-1px, -2px) rotate(3.5deg);
    }

    64% {
        transform: translate(6px, -9px) rotate(-1.5deg);
    }

    66% {
        transform: translate(9px, -1px) rotate(-1.5deg);
    }

    68% {
        transform: translate(0px, 3px) rotate(-0.5deg);
    }

    70% {
        transform: translate(9px, 9px) rotate(0.5deg);
    }

    72% {
        transform: translate(8px, -8px) rotate(-0.5deg);
    }

    74% {
        transform: translate(0px, -9px) rotate(-0.5deg);
    }

    76% {
        transform: translate(7px, -6px) rotate(0.5deg);
    }

    78% {
        transform: translate(-7px, 4px) rotate(-1.5deg);
    }

    80% {
        transform: translate(3px, 7px) rotate(1.5deg);
    }

    82% {
        transform: translate(6px, 7px) rotate(-2.5deg);
    }

    84% {
        transform: translate(5px, 7px) rotate(-0.5deg);
    }

    86% {
        transform: translate(1px, 10px) rotate(0.5deg);
    }

    88% {
        transform: translate(-9px, 0px) rotate(-2.5deg);
    }

    90% {
        transform: translate(0px, -2px) rotate(2.5deg);
    }

    92% {
        transform: translate(1px, -4px) rotate(-2.5deg);
    }

    94% {
        transform: translate(5px, -5px) rotate(-1.5deg);
    }

    96% {
        transform: translate(3px, 2px) rotate(2.5deg);
    }

    98% {
        transform: translate(-2px, 9px) rotate(2.5deg);
    }
}

#animate {
  position: absolute;
  max-width: 95px;
  margin-left: 38%;
  height: 250px;
  left: 2px;
}

#claw_1 {
  position: absolute;
  margin-left: 50.5%;
  top: 405px;
  width: 80px;
  height: 80px;
  left: 10px;
}

.item {
  position: absolute;
  width: 65px;
  height: 65px;
  margin-left: 37%;
  margin-top: 15px;
}

@media (min-width:200px) and (max-width:299px) {
  #animate {
    margin-left: 15%;
    height: 150px;
    left: -10px;
  }

  #claw_1 {
    left: 80px;
    width: 50px;
    height: 50px;
    top: 350px;
  }
}

@media (min-width:300px) and (max-width:450px) {
  #animate {
    margin-left: 15%;
    height: 180px;
    left: -10px;
  }

  #claw_1 {
    left: 80px;
    width: 50px;
    height: 50px;
    top: 350px;
  }

  .item {
    position: absolute;
    width: 65px;
    height: 65px;
    margin-left: 6.4%;
    margin-top: 15px;
  }
}

@media (min-width:540px) and (max-width:575.98px) {
  #animate {
    margin-left: 23%;
    height: 205px;
    left: -10px;
  }

  #claw_1 {
    width: 60px;
    height: 60px;
  }

  .item {
    width: 60px;
    height: 60px;
    margin-left: 7%;
  }
}

@media (min-width:576px) and (max-width:767.98px) {
  #animate {
    margin-left: 15%;
  }

  .item {
    position: absolute;
    width: 65px;
    height: 65px;
    margin-left: 17%;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  #animate {
    margin-left: 27.5%;
  }

  .item {
    position: absolute;
    width: 65px;
    height: 65px;
    margin-left: 25%;
  }
}

@media (min-width:992px) and (max-width:1199.98px) {
  #animate {
    margin-left: 33%;
  }

  .item {
    position: absolute;
    width: 65px;
    height: 65px;
    margin-left: 32%;
  }
}

@keyframes  spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px) rotate(1deg);
    }

    30% {
        transform: translateY(2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.spinBoxGame:hover {
	animation-name: spaceboots;
    animation-duration: .8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}

/* GACHABOX */
@media screen and (min-width: 769px) {
    .gachapon-box {
		margin-top: -12%;
		width: 100%;
		height:740px;
		background: url(/assets/images/gachabox-1.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachapon-box2 {
		margin-top: -12%;
		width: 100%;
		height:740px;
		background: url(/assets/images/gachabox-2.PNG) no-repeat; 
		background-size: 100%;
	}
	.gachapon-box3 {
		margin-top: -12%;
		width: 100%;
		height:740px;
		background: url(/assets/images/gachabox-3.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachabox-ball {
		margin-top:69.3%; 
		margin-left:2.9%;
		width: 64px;
	}
	
	.btn-gachabox {
		margin-top: 69.5%; 
		margin-left: 4%;
		width:200px;
		height: 75px;
	}
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
   .gachapon-box {
		margin-top: -10%;
		width: 100%;
		height:400px;
		background: url(/assets/images/gachabox-1.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachapon-box2 {
		margin-top: -10%;
		width: 100%;
		height:400px;
		background: url(/assets/images/gachabox-2.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachapon-box3 {
		margin-top: -10%;
		width: 100%;
		height:400px;
		background: url(/assets/images/gachabox-3.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachabox-ball {
		margin-top:69.3%; 
		margin-left:2.9%;
		width: 32px;
	}
	
	.btn-gachabox {
		margin-top: 69.5%; 
		margin-left: 4%;
		width:100px;
		height: 40px;
	}
}

@media only screen and (max-device-width: 480px) {
    .gachapon-box {
		margin-top: -10%;
		width: 100%;
		height:300px;
		background: url(/assets/images/gachabox-1.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachapon-box2 {
		margin-top: -10%;
		width: 100%;
		height:300px;
		background: url(/assets/images/gachabox-2.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachapon-box3 {
		margin-top: -10%;
		width: 100%;
		height:300px;
		background: url(/assets/images/gachabox-3.PNG) no-repeat; 
		background-size: 100%;
	}
	
	.gachabox-ball {
		margin-top:69.3%; 
		margin-left:2.9%;
		width: 20px;
	}
	
	.btn-gachabox {
		margin-top: 69.5%; 
		margin-left: 4%;
		width:70px;
		height: 27px;
	}
}

/* Accept Cookies */
.acceptCookie.hide {
  display: none;
}

.acceptCookie {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9999;
}

.acceptCookie .container {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1040px - 48px);
	background-color: #FFFFFF;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding: 1.5rem;
	border-radius: .5rem;
	font-size: .875rem;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
	border-bottom: 3px solid rgba(56,52,193,1);
}

.acceptCookie .container .msg {
	padding-left: 2rem;
	padding-right: 2rem;
}



@media only screen and (max-width: 767px) {
    .border-main {
        border-radius: 4px;
        padding: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #212529;
    }
    .border-main img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .border-main a:hover {
        color: #7a58bf;
    }
}
@media only screen and (min-width: 767px) {
    .border-main {
        border-radius: 6px;
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #212529;
    }
    .border-main img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .border-main a:hover {
        color: #7a58bf;
    }
}