@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,800&display=swap');
body{
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #33475b;
	margin-bottom: 0;
}
html{
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6,p,dl,ol,ul,small,a,pre,label,button,input,optgroup,select,textarea,textarea{
  font-family: 'Nunito', sans-serif;
  margin: 0;
}
p{
	margin-bottom: 0;
}
ul{
    list-style-type: none;
    margin-bottom: 0;
}
h1{
	font-size: 35px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 27px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 17px;
}
/*start common class*/
:root{
  --commonBgclr: #171627;
  --lightcommoncolor: #1E1D32;
  --commongreenclr: #0dd300;
}
.topHeader-area{
  background-color: var(--commonBgclr);
}
.header-area{
    background-color: var(--lightcommoncolor);
    position: sticky;
    top: 0;
    z-index: 9;
}
.header-area.sticky{
  position: fixed;
}
.white-color{
  color: #fff;
}
.lightBlue-color{
  color: #c4d5f6;
}
.common-green-color{
  color: var(--commongreenclr);
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.green_btn{
  display: inline-block;
  background-color: var(--commongreenclr);
}
.section_padding{
  padding-top: 75px;
  padding-bottom: 75px;
}
.mt-4{
  margin-top: 40px;
}
.mt-2{
  margin-top: 20px;
}
.common_btn{
    border: 1px solid var(--commongreenclr);
    background: var(--commongreenclr);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.common_btn:hover{
  background-color: transparent;
  color: var(--commongreenclr);
}
/*end common class*/
.topbar_left li{
  display: inline-block;
}
.topbar_left li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}
.topbar_left li a i{
  padding-right: 5px;
}
.topbar_left li a:hover{
  color: #fff;
}
.topbar_right li{
  display: inline-block;
}
.topbar_right li a{
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}
.topbar_right li a i{
  color: var(--commongreenclr);
  padding-right: 5px;
}
.logobox{
  width: 135px;
  position: relative;
  z-index: 1;
}
.logobox img{
    position: absolute;
    top: 4px;
    left: 2px;
    width: 125%;
}
.logobox::after{
  content: '';
    position: absolute;
    z-index: -1;
    border-top: 115px solid #0dd300;
    border-bottom: 50px solid transparent;
    border-left: 175px solid #0dd300;
    border-right: 0px solid transparent;
}
.navbar{
  text-align: right; 
}
.navbar li{
  display: inline-block;
}
.navbar li a {
    display: block;
    padding: 30px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.navbar li a:hover{
  color: var(--commongreenclr);
}
.navbar li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: var(--commongreenclr);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}
.navbar li a:hover:after{
  width: 100%;
}
.homebanner{
  background-color: var(--lightcommoncolor);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.bannerBgImg{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111020;
}
.bannerBgImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerCntnt .bannerTitle{
    font-size: 45px;
    font-weight: bolder;
    line-height: 55px;
    text-transform: uppercase;
}
.bannerCntnt .bannerPara{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}
.banner_Btn{
  display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
.banner_Btn a{
    display: flex;
    width: fit-content;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 10px;
}
.banner_Btn a:first-child{
  margin-left: 0;
}
.banner_Btn a .icn{
    padding: 10px;
    background: #0bab00;
    display: grid;
    font-size: 20px;
    place-content: center;
}
.banner_Btn a .cntnt{
  padding: 10px;
}
.banner_Btn a .cntnt small{
  display: block;
}
.banner_Btn .google-play{
  background: #03a9f4;
}
.banner_Btn .google-play .icn{
  background-color: #0091d3;
  font-size: 28px;
}
.banner_Btn .google-play:hover .cntnt{
  background-color: #0091d3;
}
.banner_Btn .green_btn:hover .cntnt{
  background-color: #0bab00;
}
/*start about*/
.about_bg{
   background-color: #111020;
}
.section_heading .section_title{
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 12px;
}
.section_heading .section_para{
    color: var(--commongreenclr);
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
}
.aboutus_cntnt {
    background-color: #26253f;
    padding: 30px;
    border-radius: 5px;
    margin-top: 50px;
}
.aboutus_cntnt p{
  color: #fff;
    font-size: 17px;
    font-weight: 300;
}
/*end about*/
/*start features*/
.features_section{
  background-color: #131222;
}
.feature_cntnt {
    background: #26253f;
    display: flex;
    padding: 30px 20px;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-start;
}
.feature_cntnt .feature_icn{
      width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
}
.feature_cntnt .feature_icn img{
  width: 70px;
}
.feature_cntnt .feature_cntnt2{
  width: 80%;
  padding-left: 15px;
}
.feature_cntnt .feature_cntnt2 h4{
  font-weight: 700;
}
.feature_cntnt .feature_cntnt2 p{
  font-weight: 300;
  padding-top: 15px;
}
/*end features*/
/*start how to play*/
.private_game{
    border: 1px solid #26253f;
    position: relative;
    text-align: center;
    padding: 40px 30px;
    background: #26253f;
}
.private_game h3{
  font-size: 28px;
  font-weight: bold;
}
.private_game img{
  width: 180px;
  margin-top: 30px;
  margin-bottom: 20px;
}
/*end how to play*/
/*start prizes*/
.prizes_cntnt ul{
  margin-top: 20px;
}
.prizes_cntnt li{
  display: inline-block;
}
.sectionBG{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 110px;
}
.appdownloadbg{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.appdownloadbg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.addpDownload_cntnt h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.addpDownload_cntnt .banner_Btn {
    flex-wrap: wrap;
}
.addpDownload_cntnt .banner_Btn a{
  font-size: 20px;
}
.addpDownload_cntnt .banner_Btn a .icn{
  font-size: 30px;
}
.addpDownload_cntnt .banner_Btn a.google-play .icn{
  font-size: 44px;
}
.addpDownload_cntnt .banner_Btn a.google-play.window .icn{
  font-size: 30px;
  background-color: #bf2a00;
}
.addpDownload_cntnt .banner_Btn a.google-play.window{
  background-color: #f35123;
}
.addpDownload_cntnt .banner_Btn a.google-play.window:hover .cntnt{
  background-color: #bf2a00;
}
/*end prizes*/
/*start footer*/
.footer_cntnt .social_icons li{
  display: inline-block;
  margin-left: 5px;
}
.footer_cntnt .social_icons li:first-child{
  margin-left: 0;
}
.footer_cntnt .social_icons li a{
      display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #26253f;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer_cntnt .social_icons li a:hover{
  background-color: #26253f;
  color: #fff;
}
.footer_cntnt .links{
  margin-top: 20px;
}
.footer_cntnt .links li{
  display: inline-block;
}
.footer_cntnt .links li a{
  display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.footer_cntnt .links li a:hover{
  color: var(--commongreenclr);
}
/*end footer*/
.mobile_bar{
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--lightcommoncolor); 
}
 
::-webkit-scrollbar-thumb {
  background: var(--commongreenclr); 
}
/*start inner page*/
.innerPage{background: #171627;padding-top: 110px;padding-bottom: 110px;}
.innerPageCntnt h1{color: var(--commongreenclr); font-weight: bold;padding-bottom: 35px!important;}
.innerPageCntnt :is(h1, h2, h3, h4, h5, h6, p, ul, ol){
  padding-bottom: 15px;
}
.innerPageCntnt :is(h2, h3, h4, h5, h6){
  color: #fff;
}
.innerPageCntnt :is(li, p, span, small, pre){
  color: #c4d5f6;
}
/*end inner page*/
@media only screen and (max-width: 991px){
  .bannerCntnt .bannerTitle {font-size: 35px;line-height: 47px;}
  .feature_cntnt .feature_cntnt2 {width: 73%;}
  .feature_cntnt .feature_icn {width: 75px;height: 75px;}
  .feature_cntnt .feature_icn img {width: 45px;}
  .private_game img {width: 140px;}
}
@media only screen and (max-width: 767px){
  .bannerImg{margin-top: 20px;}
  .logobox {width: 100px;}
  .logobox::after {border-top: 76px solid #0dd300;border-bottom: 1px solid transparent;border-left: 100px solid #0dd300;
    border-right: 0px solid transparent;left: 0;top: 0;}
  .logobox img {position: inherit;top: 3px;left: inherit;width: 100%;}
  .navbar {text-align: left;position: absolute;width: 100%;background: #111020;left: 0;top: 77px;display: none;}
  .navbar.active{display: block;}
  .navbar li {display: block;}
  .navbar li a {padding: 8px 30px;font-size: 16px;}
  .mobile_bar {display: block;text-align: right;color: #fff;padding: 20px 0px;font-size: 24px;}
}
@media only screen and (max-width: 575px){
  .topbar_left li a {
    display: block;
    padding: 7px;
    font-size: 13px;
    font-weight: 700;
}
.topbar_right li a {
    display: block;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
}
}
.tambola_list{
  background: #4f4e60;
    padding: 20px;
    border-bottom: 2px solid #0dd300;
}
.tambola_list:last-child{
  border: none;
}
.tambola_list a{
  color: #fff;
}
.list_items{
  display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.list_items .list_img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.list_items .list_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_items .list_cntnt{
  padding-left: 20px;
}
.list_title{
  font-weight: bold;
}
@media only screen and (max-width: 767px){
  .list_title {font-size: 17px;}
  .tambola_list {padding: 10px;}
  .list_items .list_cntnt {padding-left: 10px;width: 80%;}
  .list_items .list_img {width: 70px;height: 70px;}
}