* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

body {
    font-family: 'Poppins';

}

.bgclr {
    background-color: #e5f3f5;
}

header {
    width: 100%;
    background: #10d5f8;
}

header .heads {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

header .heads .head_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

header .heads .head_l nav a:hover {
    border-bottom: 2px solid #FFD028;
}

header .heads .head_l nav a:hover p {
    color: #FFD028 !important;
}

header .heads .bian {
    border-bottom: 2px solid #FFD028;
}

header .heads .bian p {
    color: #FFD028 !important;
}

a {
    text-decoration: none;
    color: #8b8d8c;
    box-sizing: border-box;
    list-style: none;
}

header .heads .head_l .logo {
    height: 60px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

header .heads .head_l nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    position: relative;
}

header .heads .head_l nav a {
    display: flex;
    padding: 21px 48px;
    align-items: center;
}

header .heads .head_l nav a img {
    width: 34px;
    height: 34px;
    margin-right: 4px;
}

header .heads .head_l nav a p {
    font-size: 28px;
    font-family: poppins;
    font-weight: 580;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 4px;
}

header .heads .head_l>.nav-btn {
    display: none;
}

#content {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#content .games {
    display: grid;
    grid-template-columns: repeat(auto-fill, 198px);
    grid-gap: 18px;
    justify-content: center;
     /* padding: 0; */
}

ul {
    list-style: none;
    padding-left: 0px;
}

.box3 {
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
}

.mainbox2>a {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    justify-content: center;
    transform: rotate(0);
}

.mainbox2>a>.box3>img {
    border-radius: 20px;
    object-position: center;
    object-fit: cover;
    transition: all .3s;
}

.text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.image-container {
    position: relative;
    z-index: 0;
}

.image-container:hover .overlay {
    height: 22%;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.inner-img {
    transition: 0.3s;
    width: 100%;
    border-radius: 12px;
}

.inner-img:hover {
    transform: scale(1.1);
}

/* footer */

footer {
    background-color: #10d5f8;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.container-fluid {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.deskContent {
    display: block;
}

.cnter {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.f_p {
    white-space: normal;
    color: white;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 0px;
}

.f_p_r {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    text-align: start;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 5px;
}

.f_p_r::after {
    content: "";
    display: block;
    height: 1px;
    width: 6%;
    background: #fff;
    margin-top: 2px;
    justify-content: flex-start;
}
.ft{
    margin-top: 15px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer a:hover {
    color: #003a44;
}

footer a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    text-transform: capitalize;
}

.logo_f {
    height: 60px;
}

.container-fluid {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.phoneContent {
    display: none;
}

.pd {
    padding: .5rem !important;
}

.copyright {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-bottom: 0px;
}

.pad2 {
    padding-left: 15px;
    padding-right: 15px;
}

.deskContent {
    display: block;
}

.f_p2 {
    color: white;
    font-size: 10px;
}

.start {
    top: auto;
    bottom: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* PC-Specific grid layout for nth-child */
#content .games li:nth-child(10) {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
}

#content .games li:nth-child(43) {
    grid-column: 6 / 8;
    grid-row: 6 / 8;
}

#content .games li:nth-child(68) {
    grid-column: 2 / 4;
    grid-row: 10 / 12;
}

/* details page */

.container2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.detailbox3 {
    padding: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    height: auto;
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 20px;
}

.detail_top2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, .5);
    padding-bottom: 8px;
}

.detailbox3 .detail_top2>h1 {
    color: #10d5f8;
    font-family: poppins !important;
    font-size: 32px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.mp3 {
    padding-top: 18px;
    padding-left: 11px;
    padding-right: 11px;
}

.inner-img2 {
    transition: 0.3s;
    width: 92%;
    border-radius: 20px;
}

.box5 {
    background-color: #e9fcff;
    border-radius: 16px;
}

.pad {
    margin-top: 10px;
    /* padding-top: 24px;
    padding-bottom: 3px; */
}

.ad {
    width: 300px;
    height: 250px;
    margin: auto;
    background-color: #10d5f8;
}

.cnt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-line {
    display: flex;
    padding-left: 42px;
    padding-top: 10px;
}

.pimg {
    width: 18%;
}

.ptxt {
    width: 82%;
}

.single-line h3 {
    font-size: 19px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0px;
}

.prt1 {
    width: 70%;
}

.prt2 {
    width: 30%;
}

.single-line p {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 0px;
}

.tages {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

dd.tages>p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #10d5f8;
    border-radius: 25px;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.gmhead>h1 {
    color: #10d5f8;
    font-family: poppins !important;
    text-transform: uppercase;
    padding-top: 6px;
    font-size: 28px;
    margin-bottom: 13px;
}

.plybtn {
    margin-top: 14px;
    width: 180px;
    transition: 0.3s;
    margin-bottom: 22px;
}

.detail_top2>a {
    font-family: poppins !important;
    font-size: 20px;
    color: #414e62;
    transition: all .3s;
}

.detailbox3 .detail_top2>p {
    color: #10d5f8;
    font-family: poppins !important;
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
}

#apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

#apkBox.active {
    display: flex;
}

#apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

#apkBox .dBox>h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

#apkBox .dBox>h2>span {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#apkBox .dBox .Btn>a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #10d5f8;
    border-radius: 10px;
    border: 1px solid #10d5f8;
    transition: all .3s;
}

#apkBox .dBox .Btn>a+a {
    background: #10d5f8;
    color: #fff;
    margin-left: 15px;
}

.detailbox {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    height: auto;
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 20px;
}

.detail_top {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(153, 153, 153, .5);
    font-size: 12px;
}

.detail_top>a {
    font-family: poppins !important;
    font-size: 20px;
    color: #414e62;
    transition: all .3s;
}

.detailbox .detail_top>p {
    color: #10d5f8;
    font-family: poppins !important;
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.mp2 {
    padding-top: 24px;
    padding-left: 12px;
}

.box3 {
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 18px;
    overflow: hidden;
}

.inner-img {
    transition: 0.3s;
    width: 100%;
    border-radius: 12px;
}

.detailbox2 {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    padding: 0;
}

.sp {
    --bs-gutter-x: 1.1rem;
}

.col .box3 {
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 14px;
    overflow: hidden;
    width: 155px;
}

a {
    text-decoration: none;
}


.detail_top>h1 {
    color: #10d5f8;
    font-family: poppins !important;
    font-size: 30px;
}

.about_c {
    width: 100%;
    height: 250px;
    padding-top: 7px;
}

.about_c .module {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 14px;
}

.scroller {
    scrollbar-color: #10d5f8 #cbf5fc;
}

.about_c .module>p {
    white-space: normal;
    color: #666;
    font-size: 16px;
    font-family: poppins !important;
    line-height: 25px;
    margin: 0 !important;
    padding-top: 8px;
}

/* about us */

.p_m {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
}
.hot_game {
    background: white;
    border-radius: 20px;
    overflow: hidden;
}
.hot_game .title {
    background-color: #10d5f8;
    height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.st .title {
    justify-content: flex-start;
    padding-left: 30px;
}
.hot_game .title h1 {
    color: #fff;
    margin-bottom: 0;
}
.privacy {
    padding: 30px;
}
.privacy h5 {
    font-size: medium;
    margin-bottom: 15px;
}
.privacy h2 {
    font-size: 25px;
    color: #10d5f8;
    font-weight: 500;
    margin-bottom: 15px;
}
.dot{
    list-style: disc;
    padding-left: 2rem;
}
.h {
    height: 72%;
}

/* Privacy */

.privacy h5 {
    font-size: medium;
    margin-bottom: 15px;
}
.blue {
    color: #10d5f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
    color: #10d5f8;
}


