@charset "utf-8";
/* CSS Document */
.pools {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    #000 15%,
    #000 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

.pool {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 30s linear infinite;
}

.pool img {
  width: 150px;
  max-width: 150px;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

h1 {
  text-align: center;
  font-family: "Lato";
  color: #3d4a54;
}

.pool-lottery {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%);
}
.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size:14px;
  text-align: left;
  transform: translateZ(0);
  border-radius: 15px;
	margin-bottom: 10px;
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0dcaf0;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-80%);
}

.snip::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0dcaf0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip__title {
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip__text {
  font-size: 0.9em;
	color: #ffffff;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.game-winner, .icon-game{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}
.game-winner img{
	width: 45px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
	padding: 5px 0;
	display: block;
}
.item-winner{
	border-radius: 10px;
	margin: 4px auto;
	background: #ffffff;
	display: block;
}
.icon-game img{
	width: 35px;
	height: auto;
	text-align: center;
	background: #005464;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
}
.amount{
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
}
.amount p{
	font-size: 0.9rem;
	font-weight: bold;
	white-space: nowrap;
}
.amount p.name-game-bonus{
	color: #3301ca;
}
.home-mobile{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 2px;
	border-radius: 10px;
	display: block;
}
.bg-01{
	background-image: -webkit-linear-gradient(top,#0dcaf0 13%,#39d2f0 73%,#b9effa);
    background-image: linear-gradient(180deg, #0dcaf0 13%, #39d2f0 73%, #b9effa);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #30dcff, inset 0 -2px 1px 0 #ffffff;
}
.bg-02{
	background-image: -webkit-linear-gradient(top, #ffc107 13%, #c0971d 73%, #eac044);
    background-image: linear-gradient(180deg, #ffc107 13%, #c0971d 73%, #eac044);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #ffc107, inset 0 -2px 1px 0 #ffffff;
}
.bg-03{
	background-image: -webkit-linear-gradient(top, #0d6efd 13%, #3485fb 73%, #a6caff);
    background-image: linear-gradient(180deg, #0d6efd 13%, #3485fb 73%, #a6caff);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #0d6efd, inset 0 -2px 1px 0 #cee2ff;
}
.bg-04{
	background-image: -webkit-linear-gradient(top, #dc3545 13%, #ff0018 73%, #ff96a0);
    background-image: linear-gradient(180deg, #dc3545 13%, #ff0018 73%, #ff96a0);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #dc3545, inset 0 -2px 1px 0 #ffb9c0;
}
.bg-05{
	background-image: -webkit-linear-gradient(top, #198754 13%, #00ff89 73%, #94ffcd);
   background-image: linear-gradient(180deg, #198754 13%, #00ff89 73%, #94ffcd);
    box-shadow: 0 2px 1px -2px rgb(33 33 33), inset 0 -1px 0 0 #198754, inset 0 -2px 1px 0 #caffe6;
}
.home-mobile img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.down-info p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1rem;
    padding: 15px 0;
}
.qr {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    display: block;
}
.qr-code {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0 25px;
    height: auto;
    background: url(../images/download/border-app.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: block;
}
.qr-code img {
    width: 100%;
    border-radius: 10px;
}
.btn-app {
    width: 100%;
    margin: 15px 25px;
    font-weight: bold;
}
.appbanner {
  position: relative;
    width: 250px;
    height: 440px;
    margin-top: 150px;
    margin-left: 100px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(0.8);
    transition: 0.5s;
}
.appbanner img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
	border-radius: 10px;
	box-shadow: 0 10px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%) !important;
}
.appbanner img:nth-child(4) {
  transform: translate(160px, -160px);
  opacity: 1;
}
.appbanner:hover img:nth-child(4) {
  transform: translate(40px, -40px);
  opacity: 1;
}
.appbanner img:nth-child(3) {
  transform: translate(120px, -120px);
  opacity: 0.8;
}
.appbanner:hover img:nth-child(3) {
  transform: translate(30px, -30px);
  opacity: 0.8;
}
.appbanner img:nth-child(2) {
  transform: translate(80px, -80px);
  opacity: 0.6;
}
.appbanner:hover img:nth-child(2) {
  transform: translate(20px, -30px);
  opacity: 0.6;
}
.appbanner img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 0.4;
}
.appbanner:hover img:nth-child(1) {
  transform: translate(10px, -10px);
  opacity: 0.4;
}
.testimonial-box {
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px 15px;
}
.testimonial-box h3 {
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.contain-testimoial {
    padding: 15px 10px;
    display: block;
    width: 100%;
    height: 130px;
}
.contain-testimoial p {
    font-size: 0.9rem;
    text-align: left;
    display: block;
}
.item-partner{
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
	display: block;
}
.item-partner img{
	width: 100%;
	max-height: 40px;
}
.sliderpartners{
	padding: 10px 0;
}
/**************   footer *************************/
.bg-footers {
    background: linear-gradient(to bottom, #ebeaea 0%, #ffffff 100%);
    border-top: 2px solid #9cc4ff;
}
.footerpc {
    padding: 5px 0;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #004085;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #004085;
    font-size: 0.7rem;
}
.community ul {
    width: 100%;
    height: auto;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 0;
    color: #0f161f;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.btn-download{
	position: absolute;
	padding: 3px 10px;
	right: 0;
	top: 0;
	background: #ffffff;
	z-index: 99;
}
.btn-download img{
	width: 25px;
}
.icon-game{
	padding: 10px 0;
}
@media (max-width: 600px) {
	.community ul li a img {
    width: 25px;
    text-align: center;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.networks ul li a img {
    width: 25px;
    height: auto;
}
	.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 0;
    color: #0f161f;
    display: block;
}
	.itme-games p.text-primary {
    position: absolute;
    top: 60%;
    left: 25% !important;
    transform: translate(-50%, -50%);
    font-size: 1.1rem !important;
    font-weight: bold;
}
	.thumbnails-bg a {
    position: relative;
    display: block;
    height: 135px !important;
    background-size: cover;
}
.thumbnails-bg a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px !important;
    padding: 0 15px;
    transition-duration: 0.3s;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
	
}
