@charset "utf-8";
/* CSS Document */
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-family: Bahnschrift, "Roboto";
	font-size: 0.8rem;
	overflow: hidden;
	background: #0c1121;
	display: block;
}
* {box-sizing: border-box}
.pc{
	display: inline-block;
}
.m{
		display: none;
	}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.header{
	background: #13182b;
	z-index: 9;
}
.logo a img{
	width: 75px;
	height: auto;
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	color: #e4e4e4;
	font-size: 1.0rem;
	display: block;
}
.nav ul li a i.icon-nav{
	max-width: 20px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.nav ul li a i.icon-home{
	background: url("../images/icon/home.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-home, .nav ul li.nav-active> a i.icon-home{
	background: url("../images/icon/active/home.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a, .nav ul li.nav-active> a{
	color: #dc3545;
}
.nav ul li a i.icon-sport{
	background: url("../images/icon/sport.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-sport, .nav ul li.nav-active> a i.icon-sport{
	background: url("../images/icon/active/sport.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-casino{
	background: url("../images/icon/casino.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-casino, .nav ul li.nav-active> a i.icon-casino{
	background: url("../images/icon/active/casino.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-slot{
	background: url("../images/icon/slot.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-slot, .nav ul li.nav-active> a i.icon-slot{
	background: url("../images/icon/active/slot.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-lottery{
	background: url("../images/icon/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-lottery, .nav ul li.nav-active> a i.icon-lottery{
	background: url("../images/icon/active/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-number{
	background: url("../images/icon/number.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-number, .nav ul li.nav-active> a i.icon-number{
	background: url("../images/icon/active/number.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-cocks{
	background: url("../images/icon/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-cocks, .nav ul li.nav-active> a i.icon-cocks{
	background: url("../images/icon/active/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-poker{
	background: url("../images/icon/poker.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-poker, .nav ul li.nav-active> a i.icon-poker{
	background: url("../images/icon/active/poker.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li a i.icon-promo{
	background: url("../images/icon/promo.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.nav ul li:hover> a i.icon-promo, .nav ul li.nav-active> a i.icon-promo{
	background: url("../images/icon/active/promo.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.slide-promo{
	padding-top: 80px;
}
.carousel-item img{
	border-radius: 10px;
}
.promo-slide{
	padding: 10px 0;
}
.info-promo{
	width: 100%;
	height: auto;
	max-width: 300px;
	position: absolute;
	text-align:left;
	margin: 0 auto;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.info-promo h3{
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: left;
	font-size: 1.2rem;
	color: #ffffff;
	display: block;
}
.info-promo p{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.0rem;
	color: #ffffff;
	display: block;
}
.matches-thumbnail{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #2b3452;
	display: block;
}
.header-matches{
	border-bottom: 1px solid #465586;
	margin: 3px auto;
}
.logo-matches{
	width: 100%;
	height: auto;
	display: flex;
}
.logo-matches .logo-team{
	flex: 1;
	text-align: center;
	margin: 5px;
	padding: 5px;
	display: block;
}
.logo-team img{
	width: 40px;
	height: 40px;
}
.header-matches p{
	color: #ffffff;
}
.teams p{
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.btn-block{
	width: 100%;
}
.matches{
	width: 100%;
	height: auto;
	display: block;
}
.matches-thumbnail{
	margin: 10px auto;
}
.contain-matches{
	padding: 5px 0;
}
.title-section{
	width: 100%;
	height: auto;
	text-align:left;
	padding: 10px 0;
	display: block;
}
.title-section span{
	font-size: 1.2rem;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.section{
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.right-header-section{
	width: 180px;
}
.right-header-section a, .right-header-section a span{
	display: inline-block;
	margin-right: 10px;
	color: #ffffff;
	font-size: 0.9rem;
}
.effect-ruby {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #3085a3;
	border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.effect-ruby img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.effect-ruby figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-ruby figcaption::before,
.effect-ruby figcaption::after {
  pointer-events: none;
}
 .effect-ruby figcaption,
.effect-ruby figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.effect-ruby figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.effect-ruby h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.effect-ruby.effect-ruby {
  background: url("../images/lobby/casino/bg-vivo-home.png") no-repeat;
	background-size: 100% 100%;
}

.effect-ruby img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.effect-ruby:hover img.game-effect {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.effect-ruby .effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.effect-ruby .effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

effect-ruby .effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.footer-effect-games{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.promo-matches{
	width: 70%;
	height: auto;
	float: left;
	padding: 0 5px;
	display: inline-block;
}
.matches{
	width: 30%;
	height: auto;
	float: right;
	padding: 0 5px;
	display: inline-block;
}
.logo-games-lobby{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.logo-games-lobby img{
	width: auto;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.card-game-item{
    background: url("../images/poker/bg-cardgame-item.png") no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: auto;
	width: 100%;
    overflow: hidden;
    position: relative
}
.card-game-item__name{
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    padding: 18px 18px 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.card-game-item__image{
    height: 113px;
    margin-left: auto;
    margin-right: auto;
    max-width: 140px
}

.card-game-item__image.img-vgcg_4{
    margin-top: -30px
}

.card-game-item__image.img-vgcg_9{
    max-width: 155px
}

.card-game-item__image.img-vgcg_9 img{
    margin-top: -12px
}
.card-game-item__image img{
    height: 100%;
    width: 100%
}

.card-game-item__button{
    align-items: center;
    background: rgba(6,11,23,.35);
    border-radius: 10px;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 12px 20px;
    position: absolute;
    text-align: center;
    width: 100%
}

.card-game-item__button .btn-play{
    align-items: center;
    background: #dc354b;
    border-radius: 7px;
    display: flex;
    height: 28px;
    justify-content: center;
    width: 125px
}

.card-game-item__button .btn-play span{
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.card-game-item__button .btn-play:hover {
    filter: brightness(.7)
}

.card-game-item__button .btn-play:focus {
    box-shadow: none
}

.card-game-item:hover .card-game-item__button{
    display: flex
}
.card-game-item__name p{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 0.9rem;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

.sport-item{
	width: 100%;
	height: 350px;
    cursor: pointer;
    overflow: hidden;
	background: url("../images/lobby/sport/bg-sport.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	margin: 5px;
    position: relative;
    z-index: 1;
	display: inline-block;
}

.sport-item__bg{
    border-radius: 10px;
    overflow: hidden
}

.sport-item__logo{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 2
}

.sport-item__logo--bg{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: .3s;
    width: 100%
}

.sport-item__logo--title{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.sport-item__logo--title .sport-title-container{
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center
}

.sport-item__logo--title .sport-title-container .icon{
    width: 36px
}

.sport-item__logo--title .sport-title-container .title{
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase
}

.sport-item__people{
    border-radius: 10px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transition: .3s
}

.sport-item__people img{
    border-radius: 10px;
	width: 100%;
}

.sport-item__button{
    display: none
}

.sport-item__button .btn-bet{
    align-items: center;
    background: #dc354b;
    border-radius: 6px;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 108px
}

.sport-item__button .btn-bet span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.sport-item__button .btn-bet:hover {
    filter: brightness(.7)
}

.sport-item:hover .sport-item__people{
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    transform: translateY(-5px)
}

.sport-item:hover .sport-item__logo--bg{
    content: url("../images/lobby/sport/bg-item-title-hover.png");
    height: 111px
}

.sport-item:hover .sport-item__button{
    display: block
}
.down-info p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1rem;
	color: #ffffff;
    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 span {
    margin-right: 10px;
}
.btn-app {
    width: 100%;
    margin: 15px 25px;
    font-weight: bold;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #ffffff;
    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: #ffffff;
    font-size: 0.7rem;
}
.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.0rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #ffffff;
    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;
}
.bg-footers{
	background: #13182b;
	padding-top: 10px;
	margin-top: 20px;
}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.bg-slots {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
   background: linear-gradient(-45deg, #500000, #ee9191, #d80000, #821414);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.box img {
  width: 100%;
  height: 100%; }

.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dc3545;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }

.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }

.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }

.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }

.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #821722;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }

.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }

.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }

.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }

.box p {
  font-size: 15px; }

.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }
.bg-poker {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
@media (max-width: 600px){
	.pc{
	display: none;
}
	.m{
		display: inline-block;
	}
	.logo a img {
    width: 130px;
    height: auto;
}
	.container{
		width: 100%;
		height: auto;
		padding: 0 5px;
		margin: 0 auto;
		display: block;
	}
	.promo-matches, .matches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display:block;
}
	.info-promo {
		width: 100%;
		height: auto;
		max-width: 250px;
		position: absolute;
		text-align: left;
		margin: 0 auto;
		left: 37%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: block;
    }
	.info-promo h3 {
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: left;
		font-size: 1.0rem;
		color: #ffffff;
		display: block;
    }
	.info-promo p {
		width: 100%;
		height: auto;
		text-align: left;
		font-size: 0.8rem;
		color: #ffffff;
		line-height: 18px;
		display: block;
}
	.btn-m{
	--bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
	.slide-promo {
       padding-top: 50px;
}
	.effect-ruby {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #3085a3;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
	.logo-games-lobby img{
	width: auto;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
	.card-game-item__name p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.7rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
}
.sport-item {
    width: 100%;
    height: 170px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/lobby/sport/bg-sport.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    position: relative;
	margin: 5px;
    z-index: 1;
}
	.sport-item__logo--title .sport-title-container .title {
    color: #fff;
    font-family: Roboto;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 18px !important;
    text-transform: uppercase;
}
	.sport-item__logo--title .sport-title-container .icon{
    width: 25px;
		display: none !important;
}
.sport-item__logo {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 2;
}
	.sponsorship ul li a img {
    height: 40px;
    width: auto;
}
	.offcanvas{
		width: 100%;
		max-width: 300px;
		background: #171d32;
	}
	.offcanvas-title a img{
		width: auto;
		height: 30px;
	}
	.close{
		width: 15px;
		height: 15px;
		background: url("../images/close.png") no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.contian-nav{
		width: 100%;
		height: auto;
		padding: 10px 0;
		/*border-bottom: 1px solid #333333;*/
		display: block;
	}
	.item-nav-m{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 0px;
		margin: 5px auto;
		display: block;
	}
	.item-nav-m a{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 7px 5px;
		font-size: 0.9rem;
		color: #ffffff;
		border-bottom: 1px solid #202846;
		display: block;
	}
	.item-nav-m a span{
		margin-right: 10px;
	}
	.item-nav-m a span img{
		width: 20px;
		height: auto;
	}
	    .thumbnails-bg a {
        position: relative;
        display: block;
        height: 135px !important;
        background-size: cover;
    }
}