@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.ttf);
}

@font-face {
    font-family: 'calibrib';
    src: url(../fonts/calibrib.ttf);
}

@font-face {
    font-family: 'geometric';
    src: url(../fonts/geometric.ttf);
}
body{
    font-family: 'calibri';
    color: #fff;
    font-size: 16px;
}
.noleft {
    padding-left: 0;
}

.noright {
    padding-right: 0;
}

.nopadding {
    padding: 0 !important;
}
button{
    padding:0;
    outline:none;
    border:none;
}
button,
a {
    transition: all 0.35s ease 0s;
}

a {
    outline: medium none !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxs {
    width: 100%;
    display: block;
    float: left;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
.header{
    background-color: #353567;
    padding:5px 0px;
}
.view{
    display: flex;
    align-items: flex-start;
}
.head{
    display: flex;
    justify-content: space-between;
}
.view p{
    font-family: 'calibri';
    font-size:12px;
    color:#fff;
}
.view p span{
    font-family: 'calibrib';
    display: block;
}
.logo {
    margin-left:20px;
}
.logo a img{
    width: 100px;
    margin-right: 15px;
}
.logo a{
    font-family: 'geometric';
    font-size: 40px;
    color:#fff;
}
.logo a span{
    color:#ff0000;
}
.login{
    display: flex;
    padding: 0px 50px 0px 50px;
    position: relative;
    align-items:center;
}
.login:before{
    content:'or';
    font-family: 'geometric';
    font-size: 14px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color:#1a0035;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 50%;
}
.login_lft{
    padding-right: 40px;
}
.login_lft a img{
    width: 170px;
    margin-bottom: 10px;
}
.login_lft a{
    display: block;
    font-size: 8px;
    font-family: 'geometric';
    color:#ffcc00;
}
.login_rht{
    padding-left: 40px;
    border-left: 1px solid #fff;
}
.login_rht .form-control{
    font-family: 'calibrib';
    height: 25px;
    font-size: 12px;
    color:#000;
    border-radius: 0px;
    box-shadow: none;
    border-color: #fff;
    outline: none;
    margin-bottom: 8px;
}
.login_btn{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.login_btn button{
    background: url('../img/LOGIN_BUTTON.png') no-repeat;
    color:#000000;
    font-family: 'calibrib';
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    background-size: contain;
    outline: none;
    border: 0px;
}
.login_btn a{
    font-family: 'calibrib';
    color:#fff !important;
    text-align: center;
    font-size: 12px;
} 
.lang{
    position: relative;
    margin-top: 20px;
    /* width: 155px; */
}
.lang_inn{
    background-color: #4c11ab;
    padding: 5px 10px ;
    cursor: pointer;
}
.lang_inn p i{
    font-style: normal;
    width: 105px;
    display: inline-block;
}
.lang_inn p span{
    padding-left: 10px;
}
.lang ul{
    background-color: rgba(51, 9, 112, .9);
    padding: 5px 10px;
    position: absolute;
    bottom: -29px;
    left:0;
    width: 100%;
    display:none;
}
.lang ul li{
    cursor: pointer;
}

/* home page start */
.home{
    background: #f4f4f4;
    background-size: cover;
    padding: 50px 0px;
}
.navi{
    display: flex;
    align-items: center;
    justify-content: center;

}
.navi li{
    display: inline-block;
}
.navi li a{
    /* font-size: 16px; */
    padding: 10px 40px;
    background-color: #353567;
    color:#fff !important;
    text-transform: uppercase;
    transition: 0.3s all;
    display: block;
    margin-bottom: 20px;
}
.navi li a.active, .navi li a:hover{
    background-color: #ff003e;
}
.slider img{
    margin: 0px auto;
}
.slider.slick-initialized{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.slider .slick-dots li, .slick-dots li button{
    width: 32px;
    height: 4px;
}
.slider .slick-dots li button:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e37f99;
    opacity: 1;
}
.slider .slick-dots li.slick-active button:before{
    background-color: #fefefe;
}
.slider .slick-arrow{
    background-color: transparent;
    outline: none;
    border:none;
}
.slider .slick-prev:before{
    content: url("../img/lftarrow.png");
    opacity: 1;
}
.slider .slick-next:before{
    content: url("../img/rhtarrow.png");
    opacity: 1;
}
.quick{
    /* width: 80%; */
    padding: 50px;
    position:relative;
}
.quick h5{
    font-family: 'calibrib';
    /* font-size: 16px; */
    text-transform: capitalize;
    padding-bottom: 15px;
}
.quick .form-control{
    font-family: 'calibrib';
    /* font-size: 16px; */
    text-transform: capitalize;
    color:#000;
    background-color: #fff;
    border-color:#fff;
    border-radius: 0px;
}
.otp_btn{
    font-size: 15px;
    width: 100%;
    color:#1a0035;
    background: url('../img/otpback.png') no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-transform: uppercase;
}
.referral{
    font-family: 'calibrib';
    /* font-size: 16px; */
    color:#fff !important;
}
.regis{
    font-size: 20px;
    width: 100%;
    color:#1a0035;
    background: url('../img/regisback.png') no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-transform: uppercase;
    padding: 5px 0px;
}
.quick p{
    /* font-size: 16px; */
    text-align: center;
}
.quick p a{
    text-decoration: underline !important;
    color:#fff;
}
.feat{
    background-color: #353567;
    padding: 10px 0px;
}
.feat_inn ul{
    display: flex;
    justify-content: space-between;
}
.feat_inn li{
    font-family: 'calibrib';
    display: flex;
    align-items: center;

}
.feat_inn li span{
    margin: 0px 30px 0px 10px;
}
.time{
    padding: 80px 0px;
    background: #facc16;
    background-size: cover;
}
.time_con h1{
    font-family: 'geometric';
    font-size: 90px;
}
.time_con h4{
    font-family: 'geometric';
    font-size: 50px;
    color:#f4d81f;
}
.time_con p{
    font-family: 'geometric';
    font-size: 21px;
    padding-top: 20px;
}
.time_con li{
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px;
}
.why{
    background: #f4f4f4;
    background-size: cover;
    padding: 50px 0px;
}
.why_inn h2{
    font-family: 'calibrib';
    font-size: 37px;
    padding-left: 20px;
    border-left: 5px solid #353567;
    text-transform: uppercase;
    color: #353567;
}
.roz{
    /* width: 260px;
    height: 260px; */
    perspective: 1000px;
    margin-top: 40px;
}
.roz_par{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.roz_head{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    /* background: url('../img/roz.png'); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.roz_head h5{
    font-family: 'calibrib';
    font-size: 25px;
}
.roz:hover .roz_par{
    transform: rotateY(180deg);
}
.roz_body{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    transform: rotateY(180deg);
    border: 1px solid #ff0004;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.roz_body h6{
    font-family: 'calibrib';
    font-size: 21px;
    color:#ff0004;
    padding-bottom: 5px;
}
.roz_body p{
    color:#484848;
}
.test{
    background-color: #d9d9d9;
    padding: 50px 0px;
}
.test_inner h2{
    font-family: 'calibrib';
    font-size: 37px;
    color:#000;
    padding-left: 20px;
    border-left:5px solid #000;
    text-transform: uppercase;
}
.test_info{
    margin-top: 50px;
}
.info_img{
    padding: 30px;
    background-color: #5d4c6e;
    border-radius: 10px;
}
.info_img h1{
    font-family: 'calibrib';
    font-size: 90px;
    text-align: center;
}
.info_con h5{
    padding: 10px;
    font-family: 'calibrib';
    font-size: 25px;
    color:#000;
}
.footer{
    background-color: #3f3f75;
    padding: 50px 0px;
}
.foot{
    padding-bottom: 40px;
    border-bottom:1px solid rgba(238, 238, 238, 0.5)
}
.foot_lft p{
    font-size: 16px;
    padding-top: 30px;
}
.foot_rht li{
    display: inline-block;
    margin-left:7px;
}
.foot_rht li:first-child{
    margin-left: 0px;
}
.foot h6{
    font-family: 'calibrib';
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.foot_in li a{
    color:#ffcc00 !important;
}
.foot_in li span{
    font-size: 12px;
    color:#ffcc00;
    background-color: #c21619;
    padding: 2px 5px;
    margin-left: 5px;
}
.secured{
    padding: 40px 0px;
}
.secured h5{
    font-family: 'calibrib';
    font-size: 20px;
}
.secured li{
    display: inline-block;
    padding: 20px 5px 0px 5px;
}
.copy_in p{
    font-family: 'calibrib';
}
.copy_in p a{
    color:#ffcc00 !important;
} 
.copy_rht p{
    text-align: right;
}
.read{
    background-color: #353567;
    padding: 50px 0px;
}
.read_inn p{
    font-size: 20px;
    padding-bottom: 10px;
}
.read_inn p span{
    font-family: 'calibrib';
    font-size: 20px;
}
.read_inn h6{
    text-align: center;
}
.read_inn h6 a{
    font-size: 20px;
    color:#ffcc00;
    text-align: center;
    display: inline-block;
}
/* home page ends */

/* how to play start */
.cards{
    background: #facc16;
    background-size: cover;
}
.guests p{
    font-family: 'calibrib';
    font-size: 18px;
    padding-bottom: 20px;
}
.guests p span{
    color:#ff003e;
    margin-left: 10px;
}
.card_lft li{
    display: block;
    float: left;
    width: 100%;
}
.card_lft li a{
    font-family: 'calibrib';
    font-size: 18px;
    background-color: #5e0086;
    color:#fff;
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 5px 0px;
    text-transform: uppercase;
}
.card_lft li a:hover, .card_lft li a.active{
    color:#f5bb0c;
}
.card_lft li a span{
    margin-right: 10px;
}
.card_lft li a i{
    float: right;
}
.openshow{
    display: none;
}
.inner_links{
    display: none;
}
.card_lft .inner_links li a{
    background-color: #7a409a; 
    color:#fff;   
    display: block;
    width: 100%;
    text-transform: capitalize;
}
.card_lft .inner_links li a:hover, .card_lft .inner_links li a.active{
    color:#290153;
}
.card_top{
    background: #5e0086;
    padding: 5px 0px;
}
.card_top h4{
    font-family: 'calibrib';
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.card_body{
    background: rgba(42, 2, 76, .5);
    padding: 20px 30px;
    /* height: 100vh; */
}
.card_detail{
    padding:20px 0px;
    border-bottom:1px solid #fff;
}
.card_detail h5{
    font-family: 'calibrib';
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom:10px;
}
.card_detail table{
    width:80%;
    margin:20px auto;
    /* display:block; */
}
.card_detail table tr th, .card_detail table tr td{
    padding:10px 10px;
    text-align:center;
    color:#000;
    border:1px solid #867676;
}
.card_detail table tr th{
    background:#f5bb0c;
    
}
.card_detail table tr td{
    background:#fff;
}
.img-div{
    padding:15px 0px;
}
.card_detail p{
    padding-bottom:10px;
}
.card_detail li{
    list-style:decimal;
    list-style-position:inside;
}
.card_detail:last-child{
    border-bottom:0px;
}
/* how to play ends */

/* header responsive */
.headres, .headres1{
    display:none !important;
}
.side_bar{
    background-color: #5e0086;
    height: 100%;
    left: -100%;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    width: 250px;
    z-index: 1;
  
}
.side_guest{
    background:#fff;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.profile img{
    width: 20px;
    margin-right:10px;
}
.profile {
    color:#000!important;
}
.cross img{
    width:30px;
}
.copyright{
    text-align:center;
    padding-top:20px;
}
.click_btn button{
    padding:0px;
    margin:20px auto;
    border:none;
    outline:none;
    display: inherit;
}
.modal-dialog{
    width:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
.modal-content{
    background-color:#1a0035;
}
.crosswhite{
    position:absolute;
    top: -25px;
    right: -25px;
    background:transparent;
}
.android-download {
    width: 180px;
}
.android-download img {
    width: 100%;
    padding-top: 22px;
    margin-left: 20px;
}
.download-xs {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.xs-android {
    width: 100px;
}
.xs-android img {
    width: 100%;
}
