@font-face{
    font-family:"Kh-Battambang";
    font-stretch:normal;
    font-style:normal;
    font-weight:normal;
    src: url(https://fonts.2m-sy.com/fonts/Battambang-Regular.ttf);
}
html[lang|="kh"] body,.detail,.headerbt,html[lang|="kh"] h1,html[lang|="kh"] h2,html[lang|="kh"] h3,html[lang|="kh"] h4,html[lang|="kh"] h5,html[lang|="kh"] h6,html[lang|="kh"] a,html[lang|="kh"] span,html[lang|="kh"] label,html[lang|="kh"] input,html[lang|="kh"] li,html[lang|="kh"] p {font-family:Kh-Battambang !important;}


body, html {
    color: #ebebeb;
    background-color: #100733;
}
body {
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: Arial, 黑体, "sans-serif";
    min-height: 100vh;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    background: url(hhttps://i.ibb.co/SryDDm0/home-background.png) center center / cover no-repeat;
    background-position: center center;
}
.swiper-pagination-bullet-active{
    background: rgb(211, 182, 42);
    width: 2rem;
    transform: unset;
    margin: 0px 0px 0px 0.1rem;
    border-radius: 0.4rem;
    transition-duration: 0.5s;
}

.grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.card-image{
    position: relative;
    overflow: hidden;
}
.card-image .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-image .name {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
}
.card-image .centered img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.card-image .bg-card{
    opacity: 0.2;
    transition: all .3s ease-out;
    height: 200px;
}
.card-image:hover .centered img{
    border: 2px solid #a065ca;
    box-shadow: 0px 0px 15px #a065ca;
}
.card-image:hover .bg-card{
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(0, .2, .5, 3);
}

.fotterctn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.infootergrid ,.bankcontainer {
    text-align: center;
}
.headerbt {
    display: block;
    color: #ffffff;
    font-size: 30px;
}
.bankcontainer img {
    width: 40px;
    margin: 5px;
    height: auto;
}
#api-footer img {
    transition: all .3s ease-out;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#api-footer img:hover {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(0, .2, .5, 3);
}
.card-grid{
    background: #22143491;
    border: 2px solid #a065ca;
    box-shadow: 0px 0px 15px #a065ca;
    border-radius: 0.5rem;
    overflow: hidden;
}
.detail {
    padding: 10px;
    font-size: 14px;
    color: white;

}
.card-grid a{
    text-decoration:none
}
.card-grid:hover {
    background: #301549;
}
.text-lang-support{
    font-family: sans-serif !important;
    font-size: 1rem;
}
.logo-center {
    text-align: center;
}

.linefixed {
    position: fixed;
    right: 10px;
    z-index: 100;
    height: auto;
    top: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    
}
.linefixed a {
    margin-top: 10px;
}
#api-footer img{
    transition: all .3s ease-out;
}
#api-footer img:hover{
    border: 2px solid #a065ca;
    box-shadow: 0px 0px 15px #a065ca;
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(0, .2, .5, 3);
}
.linefixed img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #a065ca;
    box-shadow: 0px 0px 15px #a065ca;
    transition: all .3s ease-out;
}
.linefixed img:hover {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(0, .2, .5, 3);
}

.grid-6{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.grid-6 div{
    cursor: pointer;
    border: 2px solid #a065ca;
    box-shadow: 0px 0px 15px #a065ca;
    border-radius: 8px;
    overflow: hidden;
}
.grid-6 div img{
    transition: all .3s ease-out;
}
.grid-6 div:hover img{
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0, .2, .5, 3);
}
.grid-6 img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .grid-3{
        display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 20px;
    }
    .detail {
        font-size: 13px;
    }
    #api-footer img {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 768px) {
    .grid-6{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
    .grid-3{
        display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 15px;
    }
    .card-image .centered img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    .card-image .name {
        font-size: 0.8rem;
    }
    .card-image .bg-card {
        height: 150px;
    }
    .headerbt {
        font-size: 25px;
    }
    .detail {
        font-size: 12px;
    }
    #api-footer img {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 400px) {
    .card-image .name {
        font-size: 0.7rem;
    }
    .detail {
        font-size: 10px;
    }
}