* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

body {
    font-family: 'Poppins';
}

header {
    background-color: #26c3f6;
    position: relative;
}

header .ct {
    width: 85%;
    display: flex;
    height: 75px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

header .nav-title .logo {
    height: 50px;
}

a {
    text-decoration: none;
}


.container2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bgcolor {
    width: 85%;
    height: auto;
}

.mp {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    /* padding-left: 20px;
    padding-right: 20px; */
}

.pd {
    padding: .5rem !important;
}



.box {
    background-color: #ffffff;
    /* width: 236px;*/
    height: 92%;
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 18px;
    transition: all 0.8s cubic-bezier(0.165, 0.54, 0.44, 1);

    /* transition: all 0.2s ease; */
}

.box:hover {
    /* box-shadow: rgba(32, 140, 255, 0.121) 0px 5px, rgba(32, 140, 255, 0.162) 0px 0px 0px 0px ;} */
    transform: scale(1.05, 1.05);
}



figure {
    padding: 10px;
    margin: auto;
}

p {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    padding-top: 8px;
    margin: 0;
}

button {
    font-size: medium;
    background-color: #26c3f6;
    width: 120px;
    height: 38px;
    color: #ffffff;
    margin-top: 16px;
    border-radius: 20px;
    position: relative;
    border: 0px;
    overflow: hidden;
    transition: .4s all ease;
}


button:hover{
    background: #000;
    transition: .4s all ease;
}

.mainbox2 {
    width: calc((100% - 0px) / 6);
}

.box2 {
    background-color: #ffffff;
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 18px;
}

.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;
    margin-bottom: 15px;
}

.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;
    /* width: 100%;
    height: 100%; */
    object-position: center;
    object-fit: cover;
    transition: all .3s;
}

.title2 {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-bottom: 18px;
    padding-top: 18px;
}

h2 {
    padding-top: 0;
    font-size: 25px;
    margin: 0px;
    color: #333;
}

.vert {
    margin-top: auto;
    margin-bottom: auto;
}

.title {
    height: 68px;
    text-align: center;
    padding: 16px;
    /* display: flex; */
    /* justify-content: space-between; */
}

.seeall2>a {
    text-align: center;
    display: inline-block;
    color: #5b7287;
    font-size: 18px;

}

.left {
    padding-left: 28px;
}

.right {
    padding-right: 28px;
}

.text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-container {
    position: relative;
}

.image-container:hover .overlay {
    height: 20%;
}

.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);
}


.mainbox3 {
    width: calc((100% - 0px) / 2);
}

.mainbox4 {
    width: calc((100% - 0px) / 5);
}

.box4 {
    width: 152px;
    height: 152px;
    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;
    margin-bottom: 18PX;
}

.r2 {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.seel_all {
    text-align: end;
    margin-top: auto;
    margin-bottom: auto;
}

.img_see {
    width: 110px;
}

.seeall2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 0;
    text-align: end;
}

.nav {
    width: 85%;
    height: 74px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.nav>.nav-header {
    flex: 0.99;
}

.nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.nav>.nav-list {
    display: flex;
    gap: 1rem;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    padding: 7px 20px;
    text-align: center;
    /* border-radius: 40px; */
    transition: all .3s;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    /* background-color: #ffffff; */
    position: relative;
    transition: .4s all ease;
}

.nav>.nav-list>li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #FFF;
    transition: .4s all ease;
}

.nav>.nav-list>li a:hover::after,
.nav>.nav-list>li>a.active::after{
    width: 50%;
    transition: .4s all ease;
}

.nav>.nav-list>li>a:hover,
.nav>.nav-list>li>a.active {
    color: #FFF;
    transition: .4s all ease;
}

.nav>#nav-check {
    display: none;
}

.logo_f {
    height: 60px;
}

footer {
    background-color: #26c3f6;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;

}

.f_p {
    white-space: normal;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px;
}

.f_p_r {
    color: #000;
    font-weight: 600;
    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: 5%;
    background: #000;
    margin-top: 2px;
    justify-content: flex-start;

}



/* .pad {
    padding-left: 7px !important;
    padding-right: 5px !important;
} */

.pad2 {
    padding-left: 15px;
    padding-right: 15px;
}

/* .f_p::after {
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    background: #fff;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

} */

.deskContent {
    display: block;
}

.phoneContent {
    display: none;
}

/* .hide_show_pc{
    visibility: visible;
}

.hide_show_mobile{
    visibility: hidden;
    width: 0;
    padding: 0;
    
} */

.f_p2 {
    color: white;
    font-size: 10px;
}

footer a:hover {
    color: #FFF;
    transition: .4s all ease;
}

footer a {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    transition: .4s all ease;
}

.start {
    top: auto;
    bottom: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.copyright {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #000;
    font-size: 14px;
    border-top: 1px solid rgb(0 0 0 / 40%);
    text-align: center;
}

.title_ {
    height: 70px;
    border-radius: 35px;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.title_ p {
    color: #333;
    padding-top: 0;
    /* font-size: 25px; */
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 2em;
}


.hot_game {
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.hot_game .title {
    background-color: #26c3f6;
    height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_game .title h1 {
    color: #fff;
    margin-bottom: 0;
}

.hot_game .hot_list {
    padding: 20px 0px 0px 20px;
}

.hot_game .hot_list>li {
    display: flex;
    justify-content: center;
    list-style: none;
}

.hot_game .hot_list>li>a {
    width: 93%;
    height: 80px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    background: #b5ddff;
    border-radius: 40px;
    position: relative;
    margin-bottom: 15px;
    transition: all .3s;
    /* padding-bottom: 12px; */
}

.pr {
    padding-right: 0;
}

.fa {
    color: white;
    font-size: 15px !important;
}

.hot_game .hot_list>li>a:hover .thumb>img {
    transform: scale(1.2);
}

.hot_game .hot_list>li>a:hover>dl>dt {
    color: #fff;
}

.hot_game .hot_list>li>a:hover {
    background-color: #47a3fb;
}

.hot_game .hot_list>li>a .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s;
}

.hot_game .hot_list>li>a .thumb {
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .5);
}

.hot_game .hot_list>li>a>dl {
    margin-bottom: 0;
    margin-left: 52px;
    width: calc(100% - 102px);
}

.hot_game .hot_list>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hot_game .hot_list>li>a>p {
    /* margin-left: 10px; */
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #26c3f6;
    display: flex;
    align-items: center;
    padding-top: 0;
    justify-content: center;
}

.hot_game .hot_list>li>a>p>.iconfont {
    color: #fff;
    font-size: 12px;
}

.pm {
    /* margin-left: 15px; */
    margin-top: 20px;
    margin-right: 15px;
}

.m {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.htgames {
    padding: 0;
    margin-left: 15px;
}

.cnter {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.hot_game {
    margin-bottom: 40px;
}

.box_action {
    background-color: #ffffff;
    height: 85%;
    box-shadow: rgba(19, 19, 19, 0.12) 0px 1px 1px, rgba(19, 19, 19, 0.12) 0px 2px 2px;
    border-radius: 18px;
    width: 209px;
    margin-bottom: 20px;

    transition: all 0.8s cubic-bezier(0.165, 0.54, 0.44, 1);
}

.box_action:hover {
    transform: scale(1.05, 1.05);
}

.privacy {
    padding: 30px;
}

.privacy h5 {
    font-size: medium;
    margin-bottom: 15px;
    color: #000;
}

.privacy h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    margin-bottom: 15px;
}

.blue {
    color: #26c3f6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.p_m {
    padding: 41px;
}

.st .title {
    justify-content: flex-start;
    padding-left: 30px;
}

.h {
    height: 72%;
}

#apkBox.active {
    display: flex;
}

#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 .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;
}

#apkBox .dBox .Btn>a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #26c3f6;
    border-radius: 10px;
    border: 1px solid #26c3f6;
    transition: .4s all ease;
}

#apkBox .dBox .Btn>a:hover{
    transition: .4s all ease;
    background: #000;
    border-color: #000;
    color: #fff;
}

/* #apkBox .dBox .Btn>a:hover {
    background: #26c3f6;
    color: #fff;
    box-shadow: 0 2px 10px 2px #26c3f6;
} */
#apkBox .dBox .Btn>a+a {
    background: #26c3f6;
    color: #fff;
    margin-left: 15px;
}

/* #apkBox .dBox .Btn>a:hover {
    background: #26c3f6;
    color: #fff;
    box-shadow: 0 2px 2px 2px #dde6ef;
} */


.plybtn:hover {
    transform: scale(1.02, 1.02);

}



/* Darshvi */

.detailbox {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    width: 1400px;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.detailbox .about_c .module{
    height: 220px;
}

.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;
    font-weight: 700;
}

.detail_top>a:hover {
    color: #26c3f6;
}

.detailbox .detail_top>p {
    color: #26c3f6;
    font-family: poppins !important;
    font-size: 20px;
    padding-top: 0px;
}

.left_top {
    display: flex;
    height: auto;
}

.gmhead>h1 {
    color: #26c3f6;
    font-family: poppins !important;
    text-transform: uppercase;
    padding-top: 0px;
    margin-left: 18px;
    font-size: 30px;
    font-weight: 600;
}

.box5 {
    background-color: #e9e9e9;
    border-radius: 16px;
}

.title2>h2 {
    color: #26c3f6;
    font-size: 30px;
    padding-left: 22px;
    padding-top: 18px;
    font-weight: 600;
}

.show1 {
    padding-left: 24px;
}

.box5 .show1>li {
    margin-bottom: 12px;
    list-style: none;
}


.box5 .show1>li>h3 {
    margin-top: 2px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: .2rem;
}

.box5 .show1>li>p {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding-top: 0px;
}

dd {
    margin-left: 18px;
    margin-top: 12px;
    font-family: poppins !important;
    color: #999;
}

dd.tages>p {
    display: inline-block;
    padding: 7px 18px;
    background: #e9e9e9;
    border-radius: 22px;
    margin-bottom: 5px;
    margin-right: 6px;
    transition: all .3s;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.mp2 {
    padding-top: 24px;
    padding-left: 12px;
}

.plybtn {
    width: 202px;
    margin-left: 18px;
    margin-top: 8px;
    transition: 0.3s;

}




/* new */

.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;
    margin-bottom: 15px;
    width: 124px;
}

.detailbox2 {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    height: auto;
    margin-top: 10px;
    justify-content: center;
    padding: 0;
}

.sp {
    --bs-gutter-x: 1.1rem;
}

.detail_top>h1 {
    color: #26c3f6;
    font-family: poppins !important;
    font-size: 30px;
    font-weight: 600;
}

.about_c {
    width: 100%;
    padding-top: 7px;
}

.about_c .module {
    width: 100%;
  /*  height: 100%;*/
    overflow: auto;
    padding-right: 14px;
}

.about_c .module>p {
    white-space: normal;
    color: #666;
    font-size: 16px;
    font-family: poppins !important;
    line-height: 25px;
    margin: 0 !important;
}

.scroller {
    scrollbar-color: #26c3f6 #d5e9ff;
}

.container-fluid {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 10px;
}