.hotGame_Content .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.hotGame_Content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}

.hotGame_Content .hotGame_Title {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: calc(100% + 3rem);
    max-width: 1300px;
    padding: 55px 1.5rem 25px;
    margin: 0 -1.5rem;
}

.hotGame_Content .hotGame_Title-light {
	position: absolute;
	width: 1300px;
    height: 100px;
    top: 27px;
    background: var(--hot1_HOTGAME_CONTENT_TITLE_LIGHT_BG)
}

.hotGame_Content .hotGame_Title-light:before {
	content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 45px;
    width: 820px;
    height: 10px;
    background: var(--hot1_HOTGAME_CONTENT_TITLE_LIGHT_BEFORE)
}

.hotGame_Content .hotGame_Title-light:after {
	content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: var(--hot1_HOTGAME_CONTENT_TITLE_LIGHT_AFTER);
    width: 482px;
    height: 72px;
    top: 14px;
}

.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: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_MAIN_TITLE_TXT_COLOR);
    text-transform: uppercase;
    text-align: center;
    font-size: var(--SECTION_HEADER_LARGE_FONT_SIZE);
    font-weight: var(--MED_FONT_WEIGHT);
    font-family: var(--SECONDARY_FONT_FAMILY);
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: .25rem;
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-description {
	color: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_DESC_TXT_COLOR);
    margin-bottom: 5px;
    font-size: var(--SUBHEADER_FONT_SIZE);
    line-height: 1.375rem;
    font-weight: var(--REG_FONT_WEIGHT);
    margin-top: 0;
    font-family: var(--SECONDARY_FONT_FAMILY);
    letter-spacing: 1px;
}

.hotGame_Content .hotGame_Title-wrapper .hotGame_Title-highlight {
	width: calc(100% + 2rem);
    height: 1px;
    min-width: 280px;
    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;
    border-radius: 100px;
    width: 112px;
    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;
    border-radius: 100px;
    width: 112px;
    background-color: var(--hot1_HOTGAME_CONTENT_TITLE_WRAPPER_HIGHLIGHT_AFTER_BG);
}


.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;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: center !important;
}

.subNaviList .subNaviItem{
	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: .75rem;
    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: unset;
}

.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_ITEM_ACTIVE_BEFORE_BG);
}

.subNaviItem.active:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    background: var(--hot1_SUB_NAVI_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(230px, 1fr));
    grid-gap: 1rem
}

.game-item {
	height: 184px;
	position: relative;
	transition: transform .3s
}

.game-item.game-item-h {
	height: 220px
}

.game-item:hover:has(.unlogin),
.game-item:hover:has(.locked-promo.hide) {
	transform: scale(1.1)
}

.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: #000000ab
}

.game-item:hover:has(.unlogin) .game-image-container .hover-layer,
.game-item:hover: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_LAYER_HOVER_BEFORE_WEBKIT_MASK);
    mask: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_LAYER_HOVER_BEFORE_MASK);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_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: linear-gradient(200deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 12.5% {
         background: linear-gradient(237deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 25% {
         background: linear-gradient(274deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 37.5% {
    	background: linear-gradient(311deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 50% {
         background: linear-gradient(348deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 62.5% {
         background: linear-gradient(385deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 75% {
         background: linear-gradient(422deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 87.5% {
         background: linear-gradient(459deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    } 100% {
         background: linear-gradient(496deg, #f3ea12 0%, rgba(13, 16, 22, .2) 59.09%);
    }
}

.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_TILE_BUTTON_PLAY_BORDER);
    color: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_TILE_BUTTON_PLAY_TXT);
    background: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_TILE_BUTTON_PLAY_BG);
    padding: 8px 10px;
    font-size: var(--BUTTON_MED_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
    z-index: 0
}

.game-item .game-image-container .game-tile_button .game-play-button:hover {
	filter: var(--hot1_GAME_ITEM_IMAGE_CONTAINER_TILE_BUTTON_PLAY_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_TILE_BUTTON_PLAY_ANI_AFTER_BG);
}
/* GAME LIST */

/* PROVIDER LIST */
.provider-game-content {
	padding: unset;
}

.provider-game-content ul {
	margin-top: 10px;
}

.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;
    border-radius: 0.25rem;
    align-items: center;
    color: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_TXT);
    transition: .3s linear;
    font-size: .875rem;
    font-weight: var(--REG_FONT_WEIGHT);
    font-family: var(--SECONDARY_FONT_FAMILY);
   	letter-spacing: 1px;
    line-height: .875rem;
    padding: 0.5rem 1rem;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 10px;
    top: -30px;
}

.provider-game-content .RedirectBtn:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    -webkit-mask: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_BEFORE_WEBKIT_MASK);
    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_BEFORE_HOVER_BG);
    color: var(--hot1_PROVIDER_GAME_CONTENT_REDIRECT_BTN_BEFORE_HOVER_TXT);
}

/* PROVIDER LIST */

.block-maintenance{
	display:flex;
	flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.block-maintenance i{
	font-size: 25px;
}




