/* .hotGame_Content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .75rem;
} */

.hotGame_Content .hotGame_Title {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: 0 0 1rem;
    padding-top: 1.5rem;
    padding-bottom: 19px;
}

.hotGame_Content .hotGame_Title-light {
	position: absolute;
    top: 11px;
    height: 56px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%,#ffffff1a,#0000);
}

.hotGame_Content .hotGame_Title-light:before {
	content: "";
    position: absolute;
    top: 25px;
    width: 100%;
    height: 5px;
    left: 50%;
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%,#ffffff1a,#ffffff1a 15.45%,#0000);
}

.hotGame_Content .hotGame_Title-light:after {
	content: "";
    position: absolute;
    top: .5rem;
    width: 144px;
    height: 40px;
    left: 50%;
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%,#0d1016,#0000);
}

.hotGame_Content .hotGame_Title-wrapper {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-title {
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: var(--SECTION_HEADER_FONT_SIZE);
    line-height: 1.75rem;
    font-weight: var(--REG_FONT_WEIGHT);
    font-family: var(--SECONDARY_FONT_FAMILY);
    letter-spacing: 1px;
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-description {
	color: var(--color-txt-icon-1);
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: var(--BODY_TXT_FONT_SIZE);
    line-height: 1.125rem;
    font-weight: var(--REG_FONT_WEIGHT);
    font-family: var(--SECONDARY_FONT_FAMILY);
      letter-spacing: 1px;
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-highlight {
	width: 100%;
    height: 1px;
    background: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_HIGHLIGHT_BG);
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-highlight:before {
	content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 35%;
    border-radius: 100px;
    filter: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_HIGHLIGHT_BEFORE_FILTER);
    background-color: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_HIGHLIGHT_BEFORE_BG);
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-highlight:after {
	content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 35%;
    border-radius: 100px;
    background-color: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_HIGHLIGHT_AFTER_BG);
}

.hotGame_Content .hotGame-section-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr
}

.hotGame_Content .hotGame-section-link {
	color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 0.25rem;
}


.subNavi-wrapper{
	margin: auto;
    width: 100%;
    max-width: 1410px;
}

.subNavi_Container{
	flex: 0 0 90%;
	overflow-x: hidden;
}

.subNavi-swiper-container{
	width: 100%;
}

.subNaviList{
	position: relative;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width:375px) {
	.subNaviList {
		overflow-x: auto;
	}
}

.subNaviList .subNaviItem{
	width: fit-content;
	padding: 10px 20px 20px 20px;
	cursor: pointer;
	filter: brightness(.6);
	position: relative;
	text-align: center;
	display: inline-block; 
}

.subNaviList .subNaviItem .icon{
	text-align:center
}

.subNaviList .subNaviItem .icon img{
	width:30px;
}

.subNaviList .subNaviItem .subNaviName{
	font-size: var(--BODY_SMALL_TXT_FONT_SIZE);
    line-height: 1rem;
    font-weight: var(--REG_FONT_WEIGHT);
}

.subNaviList .subNaviItem:hover{
    filter: brightness(1);
}

.subNaviList .subNaviItem:hover .subNaviName{
	font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 500;
}

.subNaviList .subNaviItem.active:hover .subNaviName{
	font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
}

/* change icon color go red */
.subNaviList .subNaviItem.active{
	filter: var(--hot1_SUB_NAVI_LIST_ITEM_ACTIVE_FILTER);
}

.subNaviList .subNaviItem .icon.active{
	filter: var(--hot1_SUB_NAVI_LIST_ITEM_ICON_ACTIVE_FILTER);
}
/* change icon color go red */

.subNaviItem.active:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    border-radius: 1rem;
    background: var(--hot1_SUB_NAVI_LIST_ITEM_ACTIVE_BEFORE_BG);
}

.subNaviItem.active:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    background: var(--hot1_SUB_NAVI_LIST_ITEM_ACTIVE_AFTER_BG);
}


/* swiper */
.subNavi-control-btn{
	position: absolute;
    max-width: 1430px;
    width: 100%;
    height: 100px;
}

.subNavi-button-prev{
	top: 43px !important;
	left: -25px !important;
}

.subNavi-button-next{
    top: 43px !important;
    right: 180px !important;
}

.subNavi-button-next:after,.subNavi-button-prev:after{
	font-size: 12px !important;
    color: #80858f;
}

/* GAME LIST */
.game-grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 1rem
}

.game-item {
	height: 150px;
	position: relative;
	transition: transform .3s
}

.game-item.game-item-h {
	height: 150px
}

.game-item.hovered-:has(.unlogin),
.game-item.hovered-:has(.locked-promo.hide) {
	transform: scale(1.05);
	z-index: 2
}

.game-item .game-image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.game-item .game-image-container img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 10px
}

.game-item .game-image-container .hover-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_HOVER_LAYER_BG)
}

.game-item.hovered-:has(.unlogin) .game-image-container .hover-layer,
.game-item.hovered-:has(.locked-promo.hide) .game-image-container .hover-layer {
	opacity: 1;
	visibility: visible
}

.game-item:hover .game-image-container .hover-layer:before {
	content: "";
    position: absolute;
    padding: 1px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-mask: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_HOVER_LAYER_HOVER_BEFORE_WEBKIT_MASK);
    mask: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_HOVER_LAYER_HOVER_BEFORE_MASK);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_HOVER_LAYER_HOVER_BEFORE_BG);
    animation: borderAnimation .5s linear forwards
}

.game-item .game-image-container .block- {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 4px;
    cursor: auto;
    background: var(--hot1_GAME_ITEM_LOCKED_BLOCK_BG);
}

.game-item .game-image-container .block- .block-wrap {
	width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    text-align: center;
    z-index: 2;
    color: var(--hot1_GAME_ITEM_LOCKED_BLOCK_ICON);
}

@keyframes borderAnimation {
     0% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_ZERO);
    } 12.5% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_12);
    } 25% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_25);
    } 37.5% {
    	background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_37);
    } 50% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_50);
    } 62.5% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_62);
    } 75% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_75);
    } 87.5% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_87);
    } 100% {
         background: var(--hot1_KEYFRAME_BORDER_ANIMATION_BG_100);
    }
}

.game-item .game-image-container .game-tile_content {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    gap: 10px
}

.game-item .game-image-container .game-tile_header {
	color: #c2c4c9;
	font-size: .825rem;
    font-weight: 500
}

.game-item .game-image-container .game-tile_button {
	height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.game-item .game-image-container .game-tile_button .game-play-button {
    position: relative;
    width: 60%;
    text-align: center;
    border-radius: 3px;
    border: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_PLAY_BUTTON_BORDER);
    color: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_PLAY_BUTTON_TXT);
    background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_PLAY_BUTTON_BG);
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 500;
    z-index: 0
}

.game-item .game-image-container .game-tile_button .game-play-button:hover {
	filter: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_PLAY_BUTTON_HOVER_FILTER);
}

.game-item .game-image-container .game-tile_button .game-play-button.ani-:after {
	content: "";
	position: absolute;
	border-radius: 0.25rem;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform .5s linear;
	z-index: -1;
	animation: button-pulse 2s ease-out infinite .8s;
	background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_PLAY_BUTTON_ANI_AFTER_BG)
}
/* GAME LIST */

/* PROVIDER LIST */
.provider-game-content {
	position: relative;
    width: 100%;
    padding: 20px 10px 0;
}

.provider-game-content ul {
	display: grid;
    grid-gap: 0.25rem;
    grid-template-columns: 1fr 1fr;
    margin: unset;
}

.provider-game-content li {
	position: relative;
	overflow: hidden;
}

.provider-game-content .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.provider-game-content li:hover .play-button {
	opacity: 1;
}

.provider-game-content .RedirectBtn {
    cursor: pointer;
    display: flex;
    font-family: var(--SECONDARY_FONT_FAMILY);
    font-size: var(--BODY_TXT_FONT_SIZE);
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    color: #fff;
    transition: .3s linear;
    padding: 0.5rem 1rem;
    justify-content: center;
    text-align: center;
    max-width: 360px;
    margin: 0.5rem auto 0;
    min-width: 160px;
    margin-top: 3.5rem;
    z-index: 2;
}

.provider-game-content .RedirectBtn:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    mask: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_BEFORE_MASK);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    background: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_BEFORE_BG);
}

.provider-game-content .RedirectBtn:hover {
	background: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_HOVER_BG);
    color: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_HOVER_TXT);
}

/* PROVIDER LIST */

.block-maintenance{
	display:flex;
	flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.block-maintenance i{
	font-size: 25px;
}



