/* @import url('https://fonts.cdnfonts.com/css/apercu-pro'); */
/* @import url('https://fonts.cdnfonts.com/css/apercu-pro?styles=109351,109350,109349,109348,109347,109346'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
	--primary-color: #5BA118;
	--secondary-color: #C9C6F6;
	--font-family: 'apercu_proregular', sans-serif;
	--font-family-bold: 'apercu_probold', sans-serif;
	--font-family-medium: 'apercu_promedium', sans-serif;
	--font-color: #fff;
	--secondary-color: #454545;
	--button-gradient: linear-gradient(90deg, #549416 0%, #7DE01E 100%);
	--font-size: 12px;
/*	--heading-font: 'dremoisregular';*/
	--heading-font: "Roboto", sans-serif;
}
@font-face {
    font-family: 'dremoisregular';
    src: url('../fonts/dremois-webfont.woff2') format('woff2'),
         url('../fonts/dremois-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_probold';
    src: url('../fonts/apercu_bold_pro-webfont.woff2') format('woff2'),
         url('../fonts/apercu_bold_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_promedium';
    src: url('../fonts/apercu_medium_pro-webfont.woff2') format('woff2'),
         url('../fonts/apercu_medium_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu_proregular';
    src: url('../fonts/apercu_regular_pro-webfont.woff2') format('woff2'),
         url('../fonts/apercu_regular_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
/*	background: #010327;*/
	background: #03051d;
	/*background: #15202c;*/
/*	background: linear-gradient(117deg, #1B0F25 0%, #2A223B 70.39%, #2A1E36 100.56%);*/
	font-family: var(--font-family);
	color: var(--font-color);
	font-size: var(--font-size);
	font-weight: 400px;
}
.header_links a {
	text-transform: uppercase;
	font-weight: 600;
}
.header_links a.active {
	color: var(--primary-color);
}
.header_links a:hover {
	color: var(--primary-color);
}
.button_main {
	background: var(--button-gradient);
	height: 44px;
	min-width: 133px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-family: var(--heading-font);
	font-size: 14px !important;
	text-transform: uppercase;
}
.button_main:hover {
	background: linear-gradient(180deg, #7DE01E 0%, #549416 100%);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font);
	margin-bottom: 0;
}
.swiper {
	width: 100%;
	height: 100%;
}
.mySwiper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination {
	bottom: 30px !important;
}
.swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
	opacity: 1 !important;
	background-color: white !important;
}
.swiper-pagination-bullet-active {
	background: var(--primary-color) !important;
}
.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color:#fff;
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--primary-color);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
.gradient-overlay {
	background: url('./../images/blur.svg');
	width: 100%;
	height: 100px;
	position: absolute;
	bottom:0;
	left: 0;
	background-size: cover;
	z-index: 9;
}
.game_slider_heading {
	font-size: 24px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.game_slider_heading .arrow_slider {
	display: flex;
	align-items: center;
	gap: 5px;
}
.bigSwiper {
	/* height: 366px; */
	overflow-y: unset !important;
	text-align: left;
	/* margin-bottom: 20px; */
}
.bigSwiper .big_bottom_text, .mediumSwiper .big_bottom_text {
	text-align: center;
}
.verylargeslider img {
	height: 260px;
	border-radius: 5px;
}
.bigSwiper img {
	height: 326px;
}
.bigSwiper img {
	border-radius: 7px;
}
.gaming_heading {
	font-family: var(--font-family-bold);
}
.custom_btn_slider img {
	width: 24px;
	height: 24px;
}

.swipersliderclass {
	margin-bottom: 20px;
}

.mediumSwiper img {
	height: 180px;
	border-radius: 7px;
}

.smallswiper img {
	height: 130px;
	border-radius: 5px;
}
.verylargeslider .big_bottom_text {
	border-radius: 0px 0px 5px 5px;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	/*height: 50px;*/
	display: flex;
	padding-bottom: 5px;
	padding-top: 10px;
	justify-content: center;
	align-items: center;
	
}
.smallswiper .big_bottom_text {
	border-radius: 0px 0px 5px 5px;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	/*height: 35px;*/
	padding-bottom: 5px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.big_bottom_text .gaming_heading {
		animation: slideUp 1s ease-out forwards;
}
@keyframes slideUp {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.smallswiper .big_bottom_text .gaming_heading {
	font-weight: normal !important;
	font-family: var(--font-family);
}
.smallswiper .category_text {
	display: none;
}

.smallswiper .swiper-slide {
	/* width: 21% !important; */
}

.footer_class {
	background: rgba(217, 217, 217, 0.10);
	backdrop-filter: blur(5px);
}
.foter_links a:hover {
	color: var(--primary-color);
}


.full_games img {
	width: 100%;
	object-fit: cover;
	max-height: 160px;
}

.form-control {
	border: 1px solid #9C9C9C;
	padding: 15px 20px;
	border-radius: 50px;
	width: 100%;
	outline: none;
}

.forgot_medium_link {
	font-family: var(--font-family-medium);
}
.forgot_medium_link:hover {
	color: var(--primary-color);
}
.medium_font {
	font-family: var(--font-family-medium);
}

@media screen and (max-width: 768px) {
	.right-sidebar-width  {
		width: 95% !important;
		margin-left: 10px !important;
		margin: auto;
	}
	.max_auu a {
		width: 48% !important;
	}
	.bigSwiper img {
		height: 250px;
	}	
	.game_image {
		height: 280px !important;
	}
}

.custom_sider_title {
	font-weight: bold;
	font-size: 25px;
}
.title_slider {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.playgame_button {
	background: var(--button-gradient);
	border: none !important;
}
.playgame_button:hover {
	background: linear-gradient(180deg, #7DE01E 0%, #549416 100%);
}
.view_more_btttn {
	background: #d0c2fc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.view_more_btttn:hover {
	background: #ffffff;
	color: #202020;
}

.mediumSwiper .view_more_btttn {
	height: 180px;
}

.smallswiper .view_more_btttn {
	height: 130px;
}

.bigSwiper .view_more_btttn {
	height: 322px;
}

.css-1y77azc {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'apercu_promedium';
	font-size: 15px;
}
.css-1y77azc svg {
	color: rgb(218, 127, 20);
	width: 32px;
	height: 32px;
	fill: burlywood;
}
.label-container .label-text {
    font-size: 10px; /* Adjust font size as needed */
}
.label-container {
    position: absolute;
    padding: 4px 7px;
    background-color: yellow;
    border-radius: 0 10px 0 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    top: 0;
    right: 0;
	font-family: 'apercu_promedium';
}
.label-container.new_game {
	background: #fe2c68 !important;
}
.label-container.new_game .label-text {
	color: white !important;
}

.bg-white h4 {
	text-transform: uppercase;
}
.dashboard_popup label {
	margin-left: 10px;
	margin-bottom: 10px;
}
.ads_google_verticle {
	min-height: 580px;
	background: #D9D9D9;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}
.ads_google_verticle span {
	rotate: -90deg;
	color: rgba(126, 126, 126, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.description_gamess p {
	margin-bottom: 20px;
	font-size: 13px;
}
.description_gamess h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}
.description_gamess ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
.description_gamess li {
	list-style: decimal;
	margin-left: 10px;
	padding-bottom: 10px;
}

.game_image {
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 580px;
	/* opacity: 0.4;
	filter: blur(40px); */
}
.game_play_container iframe{
	width: 100%;
	height: 100%;
	z-index: 1;
}

.blog_bg {
	background: rgba(217, 217, 217, 0.03);
	backdrop-filter: blur(25px);
	border-radius: 10px;
}

.blog_description p {
	margin-bottom: 15px;
	font-size: 15px;
}

.game_actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 70px;
	cursor: pointer;
}
.game_actions i {
	font-size: 18px;
}


.max_auu .gaming_heading {
	color: white !important;
	font-size: 12px !important;
}


.verylargeslider .view_more_btttn {
	height: 260px;
}

.swiper-button-disabled img {
	filter: invert(60%);
}


.manual_games_class {
	/*border: 5px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;*/
}



.editor_with_icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 70px;
	margin-bottom: 20px;
}
.editor_with_icon .icon_image_game {
/*	width: 300px;*/
	height: 414px;
    margin-top: -129px;
    object-fit: cover;
    width: 30%;
    margin-bottom: -22px;
}
.editor_with_icon .slider_wrap {
/*	width: 70%;*/
}
.editor_with_icon .game_slider_big {
/*	width: 1130px;*/
}


.smallswiper .swiper-wrapper {
/*	padding: 0 0px 0 5px !important;*/
}

.link_sidebar_main a {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 15px;
	text-transform: capitalize;
	font-size: 13px;
	margin-bottom: 15px;
}

.link_sidebar_main a i {
	font-size: 12px !important;
	width: 20px;
}

.bottom_bar_b {
	border-bottom: 1px solid #384859;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.right-sidebar-width {
	width: calc( 100vw - 300px);
	margin-left: 280px;
}
.slider_wrap {
	width: 100%;
}

#show_left {
	scrollbar-width: none;  
  -ms-overflow-style: none;
}
#show_left ::-webkit-scrollbar {
  display: none;        
}


















