.singleGame{padding-top:10rem}@media (max-width:768px){.singleGame{padding-top:8rem}}@media (max-width:425px){.singleGame{padding-top:6rem}}.singleGame__wrapper{justify-content:space-between;gap:3rem;display:flex}@media (max-width:1024px){.singleGame__wrapper{gap:2rem}}@media (max-width:770px){.singleGame__wrapper{flex-direction:column}}.singleGame__main{justify-content:space-between;gap:2rem;display:flex}@media (max-width:1024px){.singleGame__main{flex-direction:column;align-items:center}}.singleGame__about-wrapper{flex-direction:column;justify-content:space-between;width:50%;display:flex}@media (max-width:1024px){.singleGame__about-wrapper{width:100%}}.singleGame__about-content{flex-direction:column;display:flex}@media (max-width:1024px){.singleGame__about-content{text-align:center;justify-content:center;align-items:center}}.singleGame__texts{margin-bottom:2rem}@media (max-width:1024px){.singleGame__texts{margin-bottom:1.5rem}}.singleGame__texts .text-hero{text-align:start!important}@media (max-width:1024px){.singleGame__texts .text-hero{text-align:center!important}}.singleGame__texts .text-hero:last-child{margin:0!important}.singleGame__about-title{font-family:var(--BaiJamjuree),sans-serif;text-transform:uppercase;color:var(--vp-primary-title);margin-bottom:3rem;font-size:2.5rem;font-weight:700;display:inline-block}@media (max-width:890px){.singleGame__about-title{margin-bottom:2rem}}@media (max-width:768px){.singleGame__about-title{font-size:2rem}}@media (max-width:600px){.singleGame__about-title{font-size:1.75rem}}@media (max-width:425px){.singleGame__about-title{margin-bottom:1rem;font-size:1.5rem}}@media (max-width:375px){.singleGame__about-title{font-size:1.25rem}}.singleGame__btn-wrapper{width:max-content;position:relative}.singleGame__btn-wrapper:after{content:"";opacity:.6;filter:blur(1.063rem);z-index:-1;background:linear-gradient(268.45deg,#ff9500 2.64%,#ff0 85.86%);border-radius:100%;position:absolute;inset:8% 20% -8%}@media (max-width:425px){.singleGame__btn-wrapper:after{filter:blur(.5rem)}}.singleGame__btn{border:1px solid var(--vp-gray-border);text-wrap:nowrap;-webkit-backdrop-filter:blur(3.5rem);backdrop-filter:blur(3.5rem);z-index:1;cursor:pointer;background:#0009;border-radius:.25rem;align-items:center;gap:.75rem;width:max-content;padding:.875rem 1.125rem .875rem .875rem;font-size:1.125rem;font-weight:500;display:flex;position:relative}@media (min-width:768px){.singleGame__btn:hover .singleGame__btn-arrow{animation:1s ease-in-out infinite pulseScale}}@media (max-width:425px){.singleGame__btn{gap:.25rem;padding:.5rem}}.singleGame__btn-arrow{width:1.75rem;height:1.75rem}.singleGame__details{width:100%;margin-top:3rem}.singleGame__details-list{border:.125rem solid var(--vp-primary-border);-webkit-backdrop-filter:blur(3.5rem);backdrop-filter:blur(3.5rem);background:linear-gradient(#ffffff06 0%,#ffff000d 100%);border-radius:1rem;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:100%;padding:2rem;display:flex}@media (max-width:768px){.singleGame__details-list{padding:1rem}}.singleGame__details-item{color:var(--vp-secondary-text);flex-direction:column;gap:.5rem;font-size:1.25rem;font-weight:400;line-height:1.75rem;display:flex}@media (max-width:768px){.singleGame__details-item{font-size:1rem}}.singleGame__details-item-span{color:var(--vp-primary-text);font-size:1.5rem}@media (max-width:768px){.singleGame__details-item-span{font-size:1.25rem}}
.otherGames .swiper{width:100%;height:100%}.otherGames .otherGames__swiper{width:100%;display:flex}.otherGames .otherGames__swiper .swiper{margin:0}.otherGames .swiper-slide{justify-content:center;align-items:center;display:flex}.otherGames .otherGames__pagination{align-items:center;gap:.25rem;display:flex}@media (max-width:600px){.otherGames .otherGames__pagination{gap:.625rem}}@media (max-width:425px){.otherGames .otherGames__pagination{gap:.25rem}}.otherGames .otherGames__pagination .swiper-pagination-bullet{background-color:var(--vp-gray-bg);border-radius:.5rem;width:1.125rem;height:.25rem;transition:background .3s cubic-bezier(.25,.46,.45,.94);margin:0!important}@media (max-width:600px){.otherGames .otherGames__pagination .swiper-pagination-bullet{width:.5rem;height:.5rem}}@media (max-width:425px){.otherGames .otherGames__pagination .swiper-pagination-bullet{width:.313rem;height:.313rem}}.otherGames .otherGames__pagination .swiper-pagination-bullet-active{background-color:var(--vp-primary-active);transform:translate(0)}@media (max-width:600px){.otherGames .otherGames__pagination .swiper-pagination-bullet-active{width:2rem}}@media (max-width:425px){.otherGames .otherGames__pagination .swiper-pagination-bullet-active{width:1.5rem}}.otherGames__title-box{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.otherGames__title-box .secondary-title{margin:0}@media (max-width:600px){.otherGames__title-box{margin-bottom:1.5rem}}@media (max-width:425px){.otherGames__title-box{margin-bottom:1rem}}.otherGames__item{background-color:var(--vp-gray-dark-bg);border:1px solid var(--vp-primary-border);border-radius:2rem;width:100%;margin-left:2rem;padding:1rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}@media (max-width:768px){.otherGames__item{border-radius:1.5rem;margin-left:1rem;padding:.75rem}}@media (min-width:768px){.otherGames__item .otherGames__image img{will-change:transform;transition:transform .4s}.otherGames__item:hover .otherGames__image img{transform:scale(1.1)}}.otherGames__image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;background-repeat:no-repeat;background-size:cover;border-radius:1.25rem;width:100%;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.otherGames__image{border-radius:.875rem}}.otherGames__image:before{content:"";padding-top:100%;display:block}.otherGames__image img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}
