*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
::-webkit-scrollbar{
    display: none;
}

.nnn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#triangle{
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.bacche{
    background-color: #ff3333;
    border-bottom: 3px white solid;
    -webkit-filter: drop-shadow(3px 3px rgba(0,255,0,0.7));
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}
#roww{
    visibility: hidden;
}
#head{
    background-color: #ff3333;
    border-bottom: 3px white solid;
}
.bacche2{
    z-index: 1;
    background-color: white;
    transform: scale(3) translateX(3px);
    transition: transform 0.4s ease-out;
}
#divider{
    top: -3px;
}
.dispbox{
    height: 120px;
    width: 120px;
    background: linear-gradient(45deg, #c0c0c0 0%, #ffffff 100%);
    border-radius: 15%;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 15px rgba(255,255,255,0.5);
    transition: all 0.3s ease;
    transform: translateY(0);
}
.dispbox:hover{
    z-index: 500;
    border: 2px #ff3333 solid;
    transform: translateY(-5px);
    box-shadow: 0px 0px 25px rgba(255,0,0,0.7);
}
.namepk{
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
    font-weight: 800;
    bottom: 0;
    position: absolute;
    color: white;
    font-size: 15px;
    font-family: "Kanit", sans-serif;
    letter-spacing: 0.5px;
}
.photos{
    -webkit-filter: drop-shadow(3px 3px rgba(0,0,0,0.7));
    width: 80px;
    transition: transform 0.3s ease;
}
.photos:hover {
    transform: scale(1.1);
}
.rank{
    font-weight: 800;
    color: black;
    position: absolute;
    top: 5px;
    right: 10px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.7);
}
#srchbtn{
    z-index: 200;
    padding: 10px;
    top: 120px;
    right: 30px;
    width: 50px;
    position: absolute;
    background-color: #00ffff;
    border-radius: 50%;
    filter: invert(1);
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0,255,255,0.5);
    transition: all 0.3s ease;
}
#srchbtn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0,255,255,0.8);
}
#dtbtn,.frbrbtn{
    filter: invert(1);
    transition: 0.3s all ease-out;
}
.txtsrch{
    transform: translateX(400px);
    opacity: 0;
    transition: 0.3s ease-out all;
    display: none;
}

#detpg{
    width: 100%;
    padding: 30px;
    padding-bottom: 0px;
    display: none;
    backdrop-filter: blur(5px);
}
.brbtn{
    rotate: 180deg;
    transition: transform 0.3s ease;
}
.brbtn:hover {
    transform: scale(1.1);
}
.frbrbtn{
    height: 20px;
    filter: drop-shadow(2px 2px rgba(255,255,255,0.8));
}
#bpart{
    height: 120px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.2), transparent);
}

.stattit{
    border-right: 2px solid rgba(0,0,0,0.7);
}
#progb{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#mv h1{
    padding: 3px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#detpg{
    transition: 0.3s all ease-in-out;
}
#prog{
    transition: 0.4s all ease-out;
}
.txtch{
    text-shadow: 2px 2px white,-1px -1px black;
    transition: 0.2s all ease-out;
}
#detsimg{
    -webkit-filter: drop-shadow(5px 5px rgba(0,0,0,0.7));
    transition: transform 0.3s ease;
}
#detsimg:hover {
    transform: scale(1.05);
}
#type,#type2{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    border-radius: 5px;
}
#dtanme{
    font-family: "Kanit", sans-serif;
    letter-spacing: 1px;
}
#dtbtn:hover{
    transition: 0.2s all ease-out;
    filter: drop-shadow(2px 2px rgba(255,255,255,0.8));
    transform: scale(1.1);
}
@media screen and (max-width: 1320px) {
    #cont{
        width: 50%;
    }
}
@media screen and (max-width: 1070px) {
    #cont{
        width: 65%;
    }
}
@media screen and (max-width: 820px) {
    #cont{
        width: 80%;
    }
}
.stats{
    height: 60px;
    transition: all 0.3s ease;
}
@media screen and (max-width: 670px) {
    #cont{
        width: 100%;
    }
    .stt_1{
        padding-right: 2.5vw;
    }
    #abt_3{
        font-size: 14px;
    }
    .stats{
        height: 40px;
    }
}

@media screen and (max-width: 420px) {
    #body{
        padding-left: 5px;
        padding-right: 5px;
    }
    .dispbox{
        height: 100px;
        width: 100px;
        margin:1.5px;
        box-shadow: 2px 2px 8px rgba(255,0,0,0.5);
    }
    .kj{
        top: 80px;
    }
    .stats{
        height: 35px;
    }
    #mv{
        font-size: 10px;
    }
}
