@charset "utf-8";
/* CSS Document */
.wrapper{
	background: #054146;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.section{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.header{
	background: #0a626a;
}
.logo{
	padding: 5px 0;
}
.logo a img{
	width: auto;
	height: 60px;
}
.btn-lang span img{
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.nav ul{
	display: flex;
}
.nav ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	flex: 1;
}
.nav ul li a{
	font-size: 1.0rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #f58322;
}
.nav ul li a span{
	vertical-align: middle;
}
.nav ul li a span img{
	width: 100%;
	max-width: 25px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
.icon-step{
	margin-right: 15px;
}
.icon-step img{
	width: 100%;
	max-width: 50px;
}
.step-text{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.2rem;
	line-height: 12px;
	color: #ffffff;
}
.title-step{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.description {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #ffffff;
	display: block;
}
.item-step{
	width: 100%;
	height: auto;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.promo-thumbnail {
  position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-promo {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.promo-thumbnail:hover .image {
  opacity: 0.3;
}

.promo-thumbnail:hover .middle-promo {
  opacity: 1;
}
.title-section h1{
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.header-bestgames ul li{
	padding: 5px 10px;
}
.btn-tabs {
    background: url("../images/btntabs.png") no-repeat center;
	background-size: 100% 100%;
    color: #333; /* Default text color */
    transition: all 0.3s ease; /* Smooth transition for hover/active */
	width: 180px;
	padding: 10px 0;
	font-size: 1.3rem;
	color: #054146;
	font-weight: bold;
	display: block;
}
.btn-tabs:hover, .btn-tabs.active {
   background: url("../images/btntabs-hover.png") no-repeat center; /* Example: Bootstrap primary color */
	background-size: 100% 100%;
	border: none;
	color: #ffffff;
}
.bg-tab-games{
	background: url("../images/hot-item-bg.png") no-repeat center;
	background-size: 100% 100%;
	display: block;
}
.bg-tab-games{
	padding: 15px 25px;
}
.info-thumbnail-games{
	padding: 50px;
}
.info-thumbnail-games a img{
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.info-games{
	padding: 50px;
}
.header-info-games h1{
	text-align: left;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.header-info-games p{
	font-size: 1.2rem;
	color: #054146;
	text-align: left;
	line-height: 25px;
	padding: 5px 25px 5px 0;
	display: block;
}
.item-logo-games{
	width: 100%;
	height: auto;
	border-radius: 10px;
	vertical-align: middle;
	overflow: hidden;
	padding: 20px 0;
	background: #054146 url("../images/getimgs.svg") no-repeat bottom;
	background-size: 150% 200%;
	display: block;
}
.item-logo-games img{
	width: auto;
	max-width: 100px;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
.contain-info-games{
	padding: 20px 10px;
}
.btn-lobby{
	background: url("../images/btntabs-hover.png") no-repeat center; 
	background-size: 100% 100%;
	border: none;
	color: #ffffff;
}
.download{
	padding-top: 100px;
}
.bg-download{
	background: url("../images/download/down-item-bg.png") no-repeat center;
	background-size: 100% 100%;
	display: block;
}
.thumbnail-download{
	width: 100%;
	height: 464px;
}
.banner-download{
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}
.header-download h2{
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 35px;
	text-align: left;
}
.header-download h1{
	font-size: 2.0rem;
	color: #ffffff;
	text-align: left;
}
.container-download ul{
	max-width: 500px;
	text-align: left;
	padding-top: 20px;
}
.container-download ul li{
	display: inline-block;
	padding: 15px 10px;
}
.container-download p{
	font-size: 1.2rem;
	color: #ffffff;
	text-align: left;
}
.footer-download ul{
	max-width: 500px;
	display: flex;
}
.footer-download ul li{
	flex: 1;
	padding: 10px;
}
.qr{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/download/border-app.png") no-repeat center;
	background-size: 100% 100%;
	padding: 25px;
	border-radius: 10px;
	display: block;
}
.qr img{
	width: 100%;
	border-radius: 10px;
}
.btn-download{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 15px 0;
	font-size: 1.1rem;
	color: #054146;font-weight: bold;
	background: url("../images/btntabs-hover.png") no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
	display: block;
}
.info-download{
	padding-top: 25px;
	padding-left: 50px;
}
.btn-download i{
	margin-right: 10px;
	vertical-align: middle;
}
.bg-step{
	padding: 10px 20px;
	margin: 10px auto;
	background: url("../images/stepp.png") no-repeat center;
	background-size: 100% 100%;
}
.bg-footer {
    padding: 20px 0;
    background-color: #0a626a;
}
.navfooter ul {
    display: flex
}
.navfooter ul li {
    vertical-align: middle;
    flex: 1;
}
.navfooter ul li a {
    font-size: 0.9rem;
    white-space: nowrap;
    color: #ffffff;
    padding: 5px 0;
    vertical-align: middle;
}
.navfooter ul li a img{
	width: auto;
	height: 40px;
	vertical-align: middle;
}
.copyright p {
    font-size: 0.9rem;
    white-space: nowrap;
    color: #ffffff;
    padding: 5px 0;
	text-align: right;
}
.icon-info{
	width: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contain-info{
	padding: 10px 0;
}
.icon-affiliate{
	background: url("../images/footer/affiliate.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.footer-info:hover> .icon-affiliate{
	background: url("../images/footer/affiliate-hover.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.icon-referral{
	background: url("../images/footer/referral.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.footer-info:hover> .icon-referral{
	background: url("../images/footer/referral-hover.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.icon-vip{
	background: url("../images/footer/vip.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.footer-info:hover> .icon-vip{
	background: url("../images/footer/vip-hover.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.icon-contact{
	background: url("../images/footer/suport.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.footer-info:hover> .icon-contact{
	background: url("../images/footer/suport-hover.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.contain-info h1{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.footer-info:hover> .contain-info h1{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #b4fbf3;
	font-weight: bold;
	display: block;
}
.contain-info p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #ffffff;
	display: block;
}
.footer-info:hover> .contain-info p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #b4fbf3;
	display: block;
}
.contain-info ul{
	text-align: left !important;
}
.contain-info ul li{
	display: inline-block;
	padding: 10px 5px;
}
.contain-info ul li a img{
	width: 40px;
	height: auto;
}
.logos-slider {
  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%
  );
}

.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 30s linear infinite;
}

.logos-slider-container img {
  width: auto;
  height: 45px;
}
.title-section {
    font-size: 1.0rem;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 5px 0;
    display: block;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
ul.banksliders li{
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	margin: 5px;
}
ul.banksliders li a {
	text-align: center;
	margin: 0 auto;
	display: block;
}
ul.banksliders li a img{
	width: auto;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
ul.responsive li a img{
	width: auto;
	height: 30px;
}
.d-block{
		width: 100%;
	}
.carousel{
	width: 100%;
}
.m{
		display: none;
	}
.pc{
	display: inline-block;
}
.force-hover{
	overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    background: #0a626a;
    margin-bottom: .33rem;
    transform: translateY(0);
    transition: transform .3s;
}
.force-hover:hover{
	transform: translateY(-0.11rem);
  box-shadow: 0 0.1rem 0.04rem #121111;
}
.force-hover:hover .img-box .hover-box {
  transform: translateY(0);
  opacity: 1;
}
.force-hover:hover>p {
  color: #fff;
}
.force-hover:hover>p::after {
  background: #ec1c23;
}
.img-box {
  width: 100%;
  height: auto;
  position: relative;
  display: block !important;
  overflow: hidden;
}
.img-box .hover-box {
  transition: transform .3s,opacity .3s;
  transform-origin: center bottom;
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31,6,7,.79);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.img-box .hover-box>span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Nunito-Bold";
  margin: 0.05rem;
}
.img-box .hover-box>span:nth-child(1) {
  background-image: linear-gradient(to right, #fcac3f , #f35f0a, #fcac3f);
  color: #ffffff;
  white-space: nowrap;
}
.img-box .hover-box .underMaintenance {
  width: 1.7rem;
}
.force-hover>p {
  justify-content: space-between;
  align-items: center;
  font-size: 1.0rem;
  color: #a2aabd;
  padding-bottom: 0.06rem;
  transition: color .3s;
  position: relative;
}
.force-hover>p>span {
  width: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: #ffffff;
	font-weight: bold;
	padding: 10px 0;
}
.force-hover>p>i {
  cursor: pointer;
}
.force-hover>p::before,
.force-hover>p::after {
  transition: background .5s;
  content: "";
  position: absolute;
   background-image: linear-gradient(to right, #fcac3f , #f35f0a, #fcac3f);
}
.force-hover>p::before {
  height: 0.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
}
 .force-hover>p::after {
  width: 9.0rem;
    height: 0.5rem;
    left: 3.5rem;
    bottom: 0.02rem;
    transform: perspective(0.5em) rotateX(8deg);
    text-align: center;
    margin: 0 auto;
    display: block;
}
.force-hover:hover>p:before {
    background: #ec1c23;
}
.icon-game-common img{
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.wrapper {
    width: 100%;
	height: auto;
		text-align: center;
		margin: 0 auto;
    overflow: hidden;
		display: block;
}
	.btn-menu img{
		width: auto;
		max-width: 30px;
	}
	.logo a img {
    width: auto;
    height: 30px;
}
	.btn-lang{
	 padding-y: 0.25rem;
     padding-x: 0.5rem;
     font-size: 0.875rem;
		border: none;
	}
	.btn-lang span img {
    width: 17px;
    height: auto;
    margin-right: 10px;
}
	.btn-block{
		width: 100%;
		height: auto;
	}
	.btn-lore-mobile{
		border-radius: 0px !important;
	}
	.bg-slider{
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.d-block{
		border-radius: 10px;
	}
	.container{
		padding: 0 0px !important;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
	.nav ul li {
    display:block;
    vertical-align: middle;
    width: 100%;
}
	.offcanvas{
		background: #0a626a !important;
	}
	.nav ul li a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    text-decoration: none;
    border-bottom: 1px solid #0dcaf030;
}
	
	.m{
		display: inline-block;
	}
	.pc{
	display: none;
}
	.mobile-games{
		position: relative;
	}
	p.mobile-title{
		width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 0;
        font-size: 0.9rem;
        color: #054146;
        font-weight: bold;
		display: block;
	}
	.mobile-contain{
		padding: 10px 5px;
	}
	.bestpromotion, .bg-footer{
		padding: 0 5px;
	}
	.bg-footer{
		padding-bottom: 50px;
	}
	ul.banksliders li a img{
	width: auto;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
	    .force-hover>p::after {
        width: 5.0rem;
        height: 0.5rem;
        left: 25%;
        bottom: 0.02rem;
        transform: perspective(0.5em) rotateX(8deg);
        text-align: center;
        margin: 0 auto;
        display: block;
    }
	.lobby{
		padding: 0 5px;
	}
}

.bg-nav {
    transition: transform 0.3s ease-in-out; /* Smooth transition for off-canvas */
}

.offcanvas-start {
    width: 300px !important; /* Adjust width of the off-canvas menu */
}

@media (min-width: 769px) {
    .bg-nav {
        transform: translateX(0); /* Ensure navigation is visible on desktop */
        position: static; /* Reset off-canvas positioning */
        width: 100%; /* Maintain full width on desktop */
    }
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; /* Stack items vertically in off-canvas */
}

.nav ul li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
}

.nav ul li a .icon-home img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

@media (min-width: 769px) {
    .nav ul {
        flex-direction: row; /* Horizontal layout on desktop */
    }
	.offcanvas{
		background: #0a626a !important;
	}
}