@import "api-casino-categories.css";
.casino-games-swiper{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;

}

.casino-games-swiper .swiper-button-prev, .casino-games-swiper .swiper-button-next{
	background: var(--bg-white-1);
	right: 0;
	left: 0;
	margin: 0 auto;
}
.casino-games-swiper .swiper-button-prev{
	right: 40px !important;
	left: 0!important;
}
.casino-games-swiper .swiper-button-next{
	left: 40px !important;
	right: 0!important;
}

.be-games-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
	margin: 0 auto;
	width: 100%;
}
.be-game-item{
	
	border-radius: var(--radius);
	position: relative;
}
.be-game-item:hover .be-game-image .be-game-hover{
	display: flex;
	cursor: pointer;
}
.be-game-image{
	position: relative;
}
.be-game-image img{
	width: 100%;
	min-height: 135px;
	object-fit: cover;
}
.be-game-image .be-game-hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #00000066;
	border-radius: var(--radius);
	
}
.be-game-image .be-game-hover i{
	padding: 12px;
	background: var(--base-color-v2);
	border-radius: 50%;
	color: #fff;
}
.be-game-item .be-game-title{
	font-weight: bold;
	font-size: 15px;
	margin-top: 7px;
}
.be-game-item .be-game-provider{
	margin-bottom: 0px;
	font-size: 11px;
	margin-top: 2px;
}
.be-game-item .favorite-btn{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	background: #00000059;
	border-radius: 50%;
	padding: 4px;
}
.be-game-item .favorite-btn img{
	filter: invert(1);
	width: 20px;
	height: 20px;
}
.be-game-item .favorite-btn.active,.game-top-btns .favorite-btn.active{
	background: var(--base-color-v2)!important;
}
.game-top-btns .favorite-btn.active svg path{
	stroke: #fff;
}
.be-games-list .be-game-item a{
	text-decoration: none;
}


.be-game-popup .inner{
	top: 40px !important;
	margin-top: 0px !important;
	height: calc(100% - 60px);
	max-width: 800px !important;
}
.game-section #game_overly{
	display: flex;
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: var(--radius);
	overflow: hidden;
}
.game-section #game_overly .cover-image{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
}
.game-section #game_overly .cover-image:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #0000008a;
	width: 100%;
	height: 100%;
}
.game-section #game_overly .btns{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.game-section #game_overly .btns a, .game-section #game_overly .btns #play_game_button{
	background: var(--base-color-v2);
	border-radius: 30px;
	max-width: 280px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
.game-section #game_overly .btns i{
	background: var(--bg-white-1);
	padding: 7px;
	border-radius: 50%;
	font-size: 12px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.game-section #game_overly .btns #play_game_button{
	background: #fff;
	color: var(--bg-dark-2);
	width: 100%;
	margin-top: 15px;
}
.game-section .game-top-btns{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.game-section .game-top-btns>div, .game-section .game-top-btns>button{
	background: var(--bright-bg);
	padding: 5px;
	border-radius: 50%;
}
.game-section .favorite-btn .active{
	
}
.game-section #bonus_tabs{
	position: relative;
	margin-top: 15px;
}
.game-section #bonus_tabs .nav{
	border: none;
	background: none;
}
.game-section #bonus_tabs .nav li{
	background: none;
	color: var(--bg-dark-2);
	font-weight: bold;
	font-size: 20px;
	padding-left: 45px;
}
.game-section #bonus_tabs .tnc{
	font-size: 10px;
	font-style: italic;
	color: var(--dark-brighter);
	margin-top: 10px;
}
.game-section #bonus_tabs .bookie-color{
	border-radius: var(--radius);
	padding: 5px;
	text-align: center;
}
.game-section #bonus_tabs .conts{
	margin-top: 10px;
}
.game-section #bonus_tabs .bookie-color .logo{
	margin: 0 auto;
	width: 100%;
	height: 70px;
	object-fit: contain;
}
.game-section #bonus_tabs .offer-text{
	color: var(--bg-white-2);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	min-height: 64px;
	font-size: 14px;
}
.game-section #bonus_tabs .offer-btn{
	display: block;
	background: #fff;
	padding: 5px;
	border-radius: 20px;
	color: var(--dark-brighter);
	margin: 6px 5px;
	font-weight: bold;
}
.game-section #bonus_tabs .swiper-button-next:after, .game-section #bonus_tabs .swiper-rtl .swiper-button-prev:after,.game-section .swiper-button-prev:after, .game-section .swiper-rtl .swiper-button-next:after{
	display: none;
}

.game-section .swiper-button-next, .game-section .swiper-rtl .swiper-button-prev,
.game-section .swiper-button-prev, .game-section .swiper-rtl .swiper-button-next{
	top: 14px;
	background: var(--bg-white-1);
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--bg-bright);
}
.gray-section.game-info{
	margin-top: 30px;
	display: flex;
	
	gap: 15px;
	background: var(--bg-white-2);
	padding: 15px;
	border-radius: var(--radius);
}
.gray-section.game-info .col{
	flex: 1;
}
.gray-section.game-info .col:first-child{
	display: flex;
}
.gray-section.game-info .col img{
	max-width: 100%;
}
.gray-section.game-info .info_game_title{
	font-weight: bold;
	border-bottom: 1px solid var(--bg-white-1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.gray-section.game-info ul li{
	color: var(--dark-font-1);
	font-size: 14px;
	margin-bottom: 3px;
}
.gray-section.game-info ul li span{
	font-weight: bold;
}
/* template */
.template-api-game .game-section{
	margin-top: 20px;
}
.template-api-game .game-section .swiper-button-next, .template-api-game .game-section .swiper-rtl .swiper-button-prev, .template-api-game .game-section .swiper-button-prev, .template-api-game .game-section .swiper-rtl .swiper-button-next{
	top: 45px;
}
.template-api-game .gray-section.game-info{
	background: #fff;
}
.template-api-game  .game-section #bonus_tabs {
	margin-top: 35px;
	background: #fff;
	padding: 15px;
	border-radius: var(--radius);
}
.template-api-game .game-section #bonus_tabs .nav li svg{
	display: none;
}
.template-api-game .game-section .game-top-btns{
	margin-bottom: -10px;
	background: #fff;
	padding: 10px;
	padding-bottom: 20px;
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
}
.template-api-game .the_content{
	margin-top: 30px;
}
.template-api-game .gray-section.game-info ul li{
	font-size: 15px;
}
@media(min-width:1024px){
	.game-section #game_overly .btns a:hover{
		
	}
	.game-section #game_overly .btns #play_game_button:hover{
		
	}
}
@media(max-width:767px){
	
	.be-game-image img{
		min-height: 95px;
	}
	.gray-section.game-info{
		flex-direction: column;
	}
	.game-section #game_overly{
		height: 320px;
	}
	.be-game-popup .inner{
		top: 0px !important;
		height: 100%;
		padding: 15px !important;
		border-radius: 0px !important;
	}
	.game-section .game-top-btns>div svg, .game-section .game-top-btns>button svg{
		width: 18px;
		height: 18px;
	}
	.game-section #bonus_tabs .offer-text{
		min-height: auto
	}
	.game-section #bonus_tabs .nav li{
		font-size: 16px;
		padding-right: 40px;
	}
	
	.gray-section.game-info{
		margin-top: 15px;
	}
	.game-section #game_overly .btns a, .game-section #game_overly .btns #play_game_button{
		font-size: 16px;
	}
}