html,

body,

div,

img,

ul {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    vertical-align: baseline;

    font-size: 16px;

    color: white;



}



body {

    line-height: 1

}



ul {

    list-style: none

}



img {

    vertical-align: bottom;

    line-hegiht: 0

}



img {

    border: 0

}



.nav li {

    vertical-align: baseline;

    font-size: 20px;

    color: white;

    font-family: 'Kanit', sans-serif;

}
.nav li  a{
    font-family: 'Kanit', sans-serif !important;
    font-weight: bold;
}





/* p{font-family:'Acme',sans-serif;font-style:italic} */



.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    height: 0;

    visibility: hidden

}



.clearfix {

    min-height: 1px

}



a {

    text-decoration: none;

    color: #000

}



body {

    margin: 0;

    padding: 0;

    font-size: 12px;

    line-height: 160%;

    height: 100%;

    width: 100%;

    color: #000;

    -webkit-text-size-adjust: 100%;

    height: 100%;

    width: 100%;

}



.wrap01 {

    padding: 10px

}



.more_btn {

    width: 300px;

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    text-align: center;

    margin: 0 auto;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border: solid 1px #c4c4c4;

    background: #efefef;

    background: -moz-linear-gradient(top, #fff, #efefef);

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));

    background: -ms-linear-gradient(top, #fff, #efefef);

    box-sizing: border-box

}



.more_btn a {

    display: block

}

#girls-image-gallery{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  /* padding: 2% 5.5%; */
}

.top_girls_list .list li {

    width: 145px;

    height: 259px;

    margin: 0 10px 10px 0;

    position: relative;

    float: left;

    /* background: url('https://res.cloudinary.com/mixedd/image/upload/f_auto/mix/top_list_bg.webp') no-repeat top left; */
    background-size: cover;

}

@media(min-width:494px) and (max-width:517px){
    .top_girls_list .list li {
            width: 138px;
    }
}

@media(max-width:494px) {
    .top_girls_list .list li {
        height: 319px;
        width: 208px;
    }

    .top_girls_list .list li .data {
        position: absolute;
        top: 275px;
        left: 5px;
        text-align: center;
    }

    .top_girls_list .list li .status {
        top: 305px;
    }

}
 


@media(max-width:465px){
    .top_girls_list .list li{
        width:159px !important;
        height: 260px !important;
    }
        .top_girls_list .list li .data {
            top: 216px !important;
        }

                .top_girls_list .list li .status {
                    top: 249px !important;
                }

    }

@media(max-width:367px){
    .top_girls_list .list li {
            width: 129px !important;
            height: 220px !important;
        }

        .top_girls_list .list li .data {
            top: 175px !important;
        }

            .top_girls_list .list li .status {
                top: 204px !important;
        }
}

.top_girls_list .list li .photo {

    position: absolute;

    top: 5px;

    left: 5px;
  

}

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700;1,800&display=swap');

.top_girls_list .list li .data {

    position: absolute;

    top: 185px;

    left: 5px;

    /* width: 135px; */

    text-align: center;


}



.top_girls_list .list li .data .name {

    text-transform: uppercase;
    color: #ffef11;
    padding-top: 3px;
    padding-left: 3px;
    font-family: 'Kanit', sans-serif;
    font-style: inherit;
    text-shadow: none;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.top_girls_list .list li .time{
    text-align: center;
    color: #430847;
    letter-spacing: 1.5px;
    font-style: normal;
    font-family: 'Kanit', sans-serif;
    text-shadow: none;
    font-weight: 600;
}

.top_girls_list .list li .status {

    position: absolute;

    top: 219px;

    left: 5px;

    /* width: 135px; */

    text-align: center;

    color: #0de8e2;
    font-style: normal;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;

}



@media screen and (min-width:568px) {

    .top_girls_list {

        /* width: 1230px; */

        margin: 0 auto

    }

    .top_girls_list .list li:nth-child(3n) {

        margin-right: 0

    }

}



@media screen and (max-width:568px) {

    .top_girls_list {

        /* width: 300px; */

        margin: 0 auto

    }

    .top_girls_list .list li:nth-child(2n) {

        margin-right: 0

    }

}