/** 
  @ game Page Styles
  -------------------------------
*/

.wdt-game-archive-wrapper[class*="wdt-columns-"] { display: grid; gap: 30px; }
.wdt-game-archive-wrapper.wdt-columns-4 { grid-template-columns: repeat(4, 1fr); }
.wdt-game-archive-wrapper.wdt-columns-3 { grid-template-columns: repeat(3, 1fr); }
.wdt-game-archive-wrapper.wdt-columns-2 { grid-template-columns: repeat(2, 1fr); }

@media(max-width:1280px){
  .wdt-game-archive-wrapper[game*="wdt-columns-"] { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:767px){
  .wdt-game-archive-wrapper[game*="wdt-columns-"] { grid-template-columns: repeat(1, 1fr); }
}



/* ---------------------------------------------------------------------
 === game Single ===
--------------------------------------------------------------------- */
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-media-group ,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group{
    position: relative;
}

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-media-group .wdt-game-tag-wrap{
    position: absolute;
    top: 30px;
    left: 30px;
    width: fit-content;
    display: inline-flex;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-media-group .wdt-game-tag-wrap .wdt-game-tag{display: inline-flex;}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-media-group .wdt-game-tag a{ 
    background-color: var(--wdtCustomColor1);
    padding: 8px 14px;
    border-radius: var(--wdtRadius_Part);
    font-size: Calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Alt);
    transition: var(--wdtBaseTransition);
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-detail-top{
    display: flex;
    align-items: end;
    gap: 12px 20px;
    justify-content: space-between;
    margin-bottom: 20px; 
    flex-wrap: wrap-reverse;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-category,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-category a{color: var(--wdtCustomColor2); transition: var(--wdtBaseTransition); transition-delay:0.28s;}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-detail-group .wdt-game-category,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-detail-group .wdt-game-category a{color: var(--wdtBodyTxtColor); transition-delay:0s; }

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-description{margin-bottom:  clamp(0.9375rem, 0.9301rem + 0.7874vw, 1.875rem); }

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-title h5, .wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-title h5 a, .wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-type-price-group,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-description{color: var(--wdtAccentTxtColor);transition: var(--wdtBaseTransition);transition-delay:0.28s;}

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-title h5, .wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-title h5 a, .wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-type-price-group,
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-detail-group .wdt-game-description{ color:var(--wdtBodyTxtColor); transition: var(--wdtBaseTransition);  transition-delay:0; }

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group .wdt-game-detail-bottom{display: flex;align-items: end;justify-content: space-between; gap: 20px;flex-wrap: wrap-reverse;}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group{
    padding: 0px 30px 50px;
    background-image: linear-gradient(180deg, var(--wdtHeadAltColor),var(--wdtHeadAltColor), var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    background-size: 100% 300%;
    background-position:top left;
    transition: var(--wdtBaseTransition);
    transition-delay:0.28s;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-detail-group{
    background-position:bottom left;
    transition-delay:0s;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group::before{
    content: '';
    background-image: linear-gradient(180deg, var(--wdtHeadAltColor),var(--wdtHeadAltColor), var(--wdtPrimaryColor),var(--wdtPrimaryColor));
    background-size: 100% 280%;
    background-position:top left;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 150'%3E%3Cpath d='M1889,0.3c-19.6,0-35.8,11.6-39.1,27c-12.8,0.3-24,5.6-31,13.5c-9.4-7.1-22-11.4-35.8-11.4c-29.2,0-52.9,19.4-52.9,43.5 c0,24.1,1.4,11.4,4,16.5c-7.7-5.8-17.9-9.3-29.1-9.3c-11.2,0-1.6,0-2.3,0c0-0.6,0-1.2,0-1.8c0-18-17.7-32.5-39.7-32.5 s-35.8,11.6-39.1,27c-12.8,0.3-24,5.6-31,13.6c-9.4-7.1-22-11.4-35.8-11.4c-13.8,0-4.1,0.1-6.2,0.3c-2.1-2.4-4.5-4.7-7.1-6.6 c-2.7-22.4-26.3-40-55.2-40c-28.9,0-44.5,12.2-52.2,29.4c-6.6-3.6-14.5-5.7-23.1-5.7c-15,0-28,6.4-35.2,15.9 c-11.6-15.6-33-26.2-57.5-26.2s-16.5,1.3-23.9,3.5c-5-13.6-20.7-23.6-39.4-23.6c-18.7,0-21.8,3.8-29.3,9.8 C1211.3,12.3,1186.4,0,1158.6,0c-41.9,0-77.3,28.1-88.2,66.3c-13.1,1.6-24.9,6.7-33.7,13.9c-3.6-13.5-18.6-23.7-36.7-23.7 S965,68,962.8,82.8c-2.4-0.3-5-0.5-7.5-0.5c-11.2,0-21.5,3.3-29.5,8.7c-8.3-9-21.6-14.8-36.7-14.8c-15.1,0-31.4,7.3-39.3,18 c-1.6-0.1-3.2-0.2-4.9-0.2c-10.7,0-20.7,2.5-29,6.9c-7.5-25.5-36.2-44.5-70.4-44.5s-3.5,0-5.3,0.2c0-0.9,0-1.8,0-2.7 c0-28.7-29.1-51.9-65.1-51.9s-40.5,8.3-52.3,21c-4.1-0.7-8.4-1-12.8-1c-17.5,0-33.4,5.5-45.1,14.5c-11.9-12.2-30.5-20.1-51.5-20.1 c-36,0-65.1,23.3-65.1,51.9c0,28.7,0.8,9.3,2.3,13.6c-8.2-4.2-18.2-6.7-29-6.7c-10.8,0-27.2,4.4-36.3,11.2 c-1.7-8.3-7.9-15.3-16.4-19.7c-7.4-30.4-34.8-52.8-67.6-52.8s-37.9,8.4-50.6,21.7c-7.1-3.3-15.1-5.2-23.5-5.2 c-28.6,0-52.2,21.6-55,49.4c-8.1,1.2-15.6,3.9-22.1,7.7c-7.3-4.6-16.4-7.3-26.2-7.3s-1.6,0-2.3,0c0-0.6,0-1.2,0-1.8 c0-18-17.7-32.5-39.7-32.5s-35.8,11.6-39.1,27c-12.8,0.3-24,5.6-31,13.6c-3.5-2.7-7.5-5-11.8-6.8V150h1920V13.4 c-7.2-8-18.8-13.1-31.8-13.1H1889z'/%3E%3C/svg%3E%0A");
    height: 80px;
    width: 100%;
    display: flex;
    mask-position: center;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -70px;
    mask-size: 800px;
    transition: var(--wdtBaseTransition);
    transition-delay:0.14s;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-detail-group:before{
    background-position:bottom left;}

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1{ border-radius: 20px; border:none; padding:4px;
    background-image:linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    background-size: 100% 100%; background-repeat:no-repeat; overflow:visible; margin-bottom: 30px; height: fit-content;
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:before{
    content:""; height:calc(100% - 4px); width: calc(100% - 4px); position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; 
    border:1px solid var(--wdtBorderColor); border-radius: 20px; }
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:after{
    content:""; height:calc(100% + 4px); width: calc(100% + 4px); position:absolute; top:0; left:-2px; bottom:0; right:-2px; margin:auto; border-radius: 20px;
    background-image:linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    z-index:-1; filter:blur(5px);
}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-media-group{ border-radius: 20px; overflow:hidden; }
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group{ border-radius: 0 0 20px 20px;}

.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-image > a > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transition: var(--wdtBaseTransition);
    min-height: clamp(15.625rem, 12.5087rem + 10.4094vw, 25rem);/* 250 - 400 */}
.wdt-game-archive-wrapper .wdt-game-item.wdt-type-1:hover .wdt-game-image > a > img{
    transform: scale(1);
    -webkit-transform: scale(1);}


@media(max-width:479px){
    .wdt-game-archive-wrapper .wdt-game-item.wdt-type-1 .wdt-game-detail-group{padding: 0px 20px 40px;}
}


/* Button style */

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-button { position: relative; z-index: 0; display: inline-flex;}

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-button > a  { 
   padding: var(--wdtPadding_Btn); font-size: var(--wdtFontSize_Base); text-transform: capitalize; font-family: var(--wdtFontTypo_Alt); 
   font-weight: var(--wdtFontWeight_Ext); line-height: 1; border-radius: var(--wdtRadius_1X); color: var(--wdtBodyTxtColor); 
   background-image: linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor),var(--wdtPrimaryColor)); background-size: 100% 200%; 
   background-position: top; transition: var(--wdtBaseTransition); position: relative; z-index: 3; }
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-button > a:hover{ background-position: bottom; }
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-button > a:after{
   content: ""; position: absolute;  top: -2px; left: -2px; bottom: -2px;right: -2px; margin: auto; width: calc(100% + 4px); height: calc(100% + 4px);
   background-image: inherit; background-size: inherit;background-position: inherit; filter: blur(7px);
   border-radius: var(--wdtRadius_1X); z-index: -1; transition: var(--wdtBaseTransition); }
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-button > a:before{
    content: ""; position: absolute; top: 0; left: 0; bottom: 0;right: 0; margin: auto; width: calc(100% - 4px); height: calc(100% - 4px); 
    border: 1px solid var(--wdtBorderColor); border-radius: var(--wdtRadius_1X); z-index: 1; transition: var(--wdtBaseTransition); }



/* Default  */

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-type-price-group{display: flex;align-items: end;gap: 10px;transition: var(--wdtBaseTransition);}
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-category a{
    font-size: var(--wdtFontSize_Ext);
    font-family: var(--wdtFontTypo_Ext);
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtCustomColor2);
    transition: var(--wdtAltTransition);
}

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-type-price-group .wdt-game-type-offerprice{
    font-family: var(--wdtFontTypo_Alt);
    font-size: clamp(1.625rem, 1.5419rem + 0.2776vw, 1.875rem); /* 26 - 30 */
    font-weight: var(--wdtFontWeight_H4);
    line-height: var(--wdtLineHeight_Alt);
}
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-type-price-group .wdt-game-type-price{
     font-family: var(--wdtFontTypo_Alt);
    font-size: clamp(1.25rem, 1.1253rem + 0.4164vw, 1.625rem);/* 20 - 26 */
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-game-archive-wrapper .wdt-game-item:hover .wdt-game-category a,
.wdt-game-archive-wrapper .wdt-game-item:hover .wdt-game-title h5, 
.wdt-game-archive-wrapper .wdt-game-item:hover .wdt-game-title h5 a,
.wdt-game-archive-wrapper .wdt-game-item:hover .wdt-game-detail-group .wdt-game-description,
.wdt-game-archive-wrapper .wdt-game-item:hover .wdt-game-type-price-group,
.wdt-game-archive-wrapper .wdt-game-item:hover .wdticon-stars{color: var(--wdtAccentTxtColor);}



/** 
    Image Element 
*/

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-media-group { position: relative;margin: 0 ! important; display: flex;}

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-image,
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-image > a { display: inline-flex; margin: 0 ! important;}

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-image > a > img { height: inherit; align-self: start; -webkit-border-radius: inherit; border-radius: inherit; min-height: 250px; object-fit: cover; }


.wdt-game-archive-wrapper .wdt-game-item .wdt-game-title h5, 
.wdt-game-archive-wrapper .wdt-game-item .wdt-game-title h5 a { 
    color: var(--wdt-elementor-color-primary);
    font-size: clamp(1.625rem, 1.5419rem + 0.2776vw, 1.875rem); /* 26 - 30 */
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Ext);
    transition: var(--wdtBaseTransition);
    margin: 0;
 }

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-title h5 a:hover { color: rgb(var(--wdtAccentTxtColorRgb), 0.6); }


/*--- Rating ---*/

.wdt-game-archive-wrapper .wdt-game-item .wdt-game-rating{ display: inline-block; list-style: none; margin: 0 0px; padding: 0; vertical-align: top; }

.wdt-game-archive-wrapper .wdt-game-item .wdticon-star { position: relative; display: inline-block; font-size: inherit; 
    line-height: 1; color: #FF953A;transition: var(--wdtBaseTransition); white-space: nowrap;}

.wdt-game-archive-wrapper .wdt-game-item .wdticon-star::before,
.wdt-game-item .wdticon-star::after { content: "\e806 \e806 \e806 \e806 \e806"; 
    position: relative; top: 0; left: 0; margin: 0; letter-spacing: 0.2em; font-family: "Kodomo Icons"; }

.wdt-game-archive-wrapper .wdt-game-item .wdticon-star::before { color: currentColor; width: 100%; background-clip: text; 
    background-image: linear-gradient(to right, currentColor 50%, currentColor 50%); background-repeat: no-repeat; 
    background-size: 100% 100%; background-position: right center; opacity: 0.45; }

.wdt-game-archive-wrapper .wdt-game-item .wdticon-star::after { display: block; z-index: 1; overflow: hidden; 
    position: absolute; left: 0; top: 0; bottom: 0; margin: auto; color: currentColor; background-clip: text;
    background-image: linear-gradient(to right, currentColor 50%, currentColor 50%); -webkit-text-fill-color: transparent;
    background-color: transparent; background-repeat: no-repeat; background-position: left center; }

[data-rating="1"] .wdticon-star::after { background-size: 20% 100%; }
[data-rating="2"] .wdticon-star::after { background-size: 40% 100%; }
[data-rating="3"] .wdticon-star::after { background-size: 60% 100%; }
[data-rating="4"] .wdticon-star::after { background-size: 80% 100%; }
[data-rating="5"] .wdticon-star::after { background-size: 100% 100%; }

[data-rating="1"] .wdticon-star::before { background-size: 80% 100%; }
[data-rating="2"] .wdticon-star::before { background-size: 60% 100%; }
[data-rating="3"] .wdticon-star::before { background-size: 40% 100%; }
[data-rating="4"] .wdticon-star::before { background-size: 20% 100%; }
[data-rating="5"] .wdticon-star::before { background-size: 0% 100%; }


