.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:500;background-color:#110614;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor>.elementor-element {
    background-size: cover;
    background-repeat: no-repeat;
}

.btn_main_menu a {
    background: var(--Linear, linear-gradient(0deg, #171717 0%, #323232 100%));
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: #B2C9B4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 8px 0px rgba(133, 133, 133, 0.25) inset;
}

.btn_main_menu a {
    display: flex;
    align-items: center;
    color: #fff;
}

.btn_main_menu a:hover,
.btn_main_menu .btn.active {
    background: var(--Linear, linear-gradient(180deg, #31EB6F 0%, #11C550 49.5%, #036B27 100%));
    box-shadow: 0px 4px 4px 0px rgba(17, 197, 80, 0.25), 0px 0px 8px 0px rgba(17, 197, 80, 0.51) inset;
    color: #fff;
}
.btn_main_menu a img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.titlePageHeader .elementor-heading-title {
    background: linear-gradient(180deg, #53D581 0%, #0bcf4f 49.5%, #0cff60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 2px #046827ab;
}

.titleInTab .elementor-heading-title{
    background: linear-gradient(270deg, #11C550 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 0;
}

.gameCard {
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    z-index: 1;
    transition: all 0.2s ease;
}

.gameCard::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000000c4;
    z-index: 2;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
}

.gameCard:hover::after {
    opacity: 1;
}

.gameCard img {
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    width: 100%;
}

.gameCard:hover img {
    transform: scale(1.2);
}

.gameCard .playHover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    border-radius: 8px;
    background: var(--Linear, linear-gradient(180deg, #fd3386 0%, #c82367 49.5%, #c82367 100%));
    box-shadow: 0px 4px 4px 0px rgba(200, 35, 103, 0.25), 0px 0px 8px 0px rgba(200, 35, 103, 0.51) inset;
    color: #fff;
    display: block;
    padding: 8px 20px;
    z-index: 3;
    text-align: center;
    width: 80%;
    font-size: 16px;
    opacity: 0;
    transition: transform 0.3s ease;
}

.gameCard:hover .playHover {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}

.playHover:hover {
    border: 1px solid var(--main-color-hover);
    background: var(--Linear, linear-gradient(180deg, #fd3386 0%, #c82367 49.5%, #c82367 100%));
    box-shadow: 0px 4px 4px 0px rgba(200, 35, 103, 1), 0px 0px 8px 0px rgba(200, 35, 103, 0.51) inset;
}

.gameName {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
	text-align:center;
	color: #11C550;
}/* End custom CSS */