@charset "utf-8";
/*..............embedded fonts..............*/

:root{
	--orange-bg: #552b07;
	--btn-bg: #552b07;
    --btn-slider-bg: #b6dce9;
    --text-white: #fff;
	--text-orange: #fff;
    --hover-bg: #000;
    --skyDeep-bg: #31859d;
    --side-gap: 10px;
}

/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*..............custom fonts..............*/

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	/*background-image: linear-gradient(270deg, rgba(255, 154, 0, 1) 0%, rgba(79, 220, 74, 1) 25%, rgba(28, 127, 238, 1) 61%, rgba(255, 0, 0, 1) 110%)*/
}
h1,h5{ font-weight: 500; margin:0 0 20px; padding:0; color: #fff; font-family: 'Poppins', sans-serif;}
 h2, h3, h4, h6 { font-weight: 500; margin:0 0 20px; padding:0; color: #001085; font-family: 'Poppins', sans-serif;}
.loginBox h2{color: #fff}
h1{ font-size: 30px;}
h2{ font-size: 30px;}
h3{ font-size: 25px;}
h4{ font-size: 22px;}
h5{ font-size: 20px;}
h6{ font-size: 18px;}
p{ font-size: 15px; color: #fff; margin:0 0 20px; padding:0; font-family: 'Poppins', sans-serif;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { /*color: #179ae2;*/ outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select{ font-family: 'Poppins', sans-serif; font-size: 15px; outline: none;}
input[type="submit"]{ font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 15px; transition:all 0.3s ease 0s; outline: none;}

/* --- for placeholder color --- */

/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
/*.loginBox.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loginBox.form-control:focus {
	color: #ffffff;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}*/
.btn {
	border: 0;
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(91deg, #0020ff, #000000);;
	color: var(--text-white);
	padding: 14px 35px;
	font-size: 15px;
	border-radius: 50px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	box-shadow: #fff 0 0 10px 0px;
}
.green-btn{background: var(--btn-slider-bg); color: #376d8a; border-radius: 8px;}
.btn.solid-color { background: #f00; color: #fff; }
.btn.border { background:none; color: #769fcd; border: 2px solid #769fcd; }
.btn.rounded { border-radius: 5px;}
.btn.medium-size { /* Your custom Styles */ }
.btn.large-size { /* Your custom Styles */}

.btn:hover{background: #000540; color: var(--text-white);}
.btn:focus, button:focus, input:focus{outline: none;}



/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.side-gap{padding: var(--side-gap);}


/*row with equal height column*/


/*..............common styles..............*/

/*.click { display:none;}
.main_menu a.closebtn{
    display: none;
    }*/

/*for header css*/
.main-header { padding: 5px 0;}
.headerRow{display: flex; justify-content: space-between; align-items: center;}
.headerL { display: flex; align-items: center; flex-flow: row wrap;}
.headerL h5{ margin-bottom: 0; margin-left: 10px; font-weight: 600;}
.headerR { display: flex; align-items: center; font-weight: 600;}
.headerR span{ margin-right: 10px;}
.slider-wrap .owl-dots { margin-top: 0 !important; position: absolute; bottom: 0; width: 100%;}
.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 2px 3px;}
.slider-wrap .owl-theme .owl-dots .owl-dot span { margin: 0px 3px;}
.btnSec {/* padding-top: 10px;*/ /*padding-bottom: 10px;*/}

.btnSec .btn { padding: 9px 10px; font-size: 14px; width: 100%; border-radius: 4px; font-weight: 600;}
.btnSec .owl-carousel .owl-item .btn span img { width: auto; display: inline-block; margin-right: 4px;}

.click{
        cursor: pointer;
    }
    .main_menu a.closebtn{
        color: #000;
        display: block;
    }

    /*-- menu-bar to cross(start) --*/

        .click-wrap {
          display: inline-block;
          cursor: pointer;
          z-index: 9999;
        }

        .bar1, .bar2, .bar3 {
          background-color: var(--text-white);
          width: 28px;
          height: 3px;
          margin: 4px 0;
          transition: 0.4s;
        }

        .change .bar1 {
          -webkit-transform: rotate(-45deg) translate(-6px, 5px);
          transform: rotate(-45deg) translate(-6px, 5px);
        }

        .change .bar2 {opacity: 0;}

        .change .bar3 {
          -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
        }

    /*-- menu-bar to cross(End) --*/

    /*-- For_mob_menu(Start) --*/
    .main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0 !important;
	background-image: linear-gradient(360deg, rgb(1 7 58), rgb(1 80 255) );
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
	box-shadow: 1px 0px 5px #787878;
    transition: all 0.6s ease-in-out 0s;
    }
    .main_menu.openNav{width: 250px;}

    /*-- For_mob_menu(End) --*/
.main_menu ul{list-style: none; padding-left: 0; margin-bottom: 0;}
.main_menu ul li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	font-weight: 700;
}
.main_menu ul li:hover a, .main_menu ul li.current-menu-item a { color: #000;}

/*for header css*/

.nav-userBox{display: flex; flex-flow: row wrap; padding: 10px; margin-bottom: 10px; border-bottom: 2px solid var(--text-orange); position: relative;}

.pencil-icon {
    position: absolute;
    top: 0;
    left: 50px;
    cursor: pointer;
    width: 22px; height: 22px;
	background: #fd5a5a;
    border-radius: 100px;
    z-index: 99;
    display: flex;
    justify-content: center; align-items: center;
}
.pencil-icon img {
    width: 11px;
}
.nav-userPic{width: 50px; height: 50px; border-radius: 5px; overflow: hidden; border: 2px solid var(--text-orange);}
.nav-userPic img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.nav-userR{width: calc(100% - 50px); padding-left: 15px;}
.nav-userR h6{margin-bottom: 6px; color: #fff; font-weight: bold;}
.nav-userR p{margin-bottom: 0;    font-size: 12px;}

/*-- marqueSec(Start) --*/
.marqueeSec{
	background: #fff;
	padding: 3px 15px;
	color: var(--text-white);
	font-weight: 600;  /*margin-bottom: 9px;*/
	font-size: 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

marquee {
	color: #040f4a;
}
/*for Banner css*/

.headeMenu ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.headeMenu ul li a{
	/*font-size: 16px;*/
	color: #fff;
}

.headeMenu ul li a.active {
	background: #d9e1ff;
	color: #000;
	padding: 5px 10px;
	border-radius: 7px;
}

section.banner-wraper {
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	background: #fff;
	position: sticky;
	top: 37px;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}

.slider-wrap { position: relative; /*width: calc(100% - 30px); margin: 0 auto; overflow: hidden; border-radius: 5px;*/}
.slider-wrap img { width: 100%;}
.bannerPic-box{height: 130px; overflow: hidden; border-radius:8px; margin: 0 10px;}
.bannerPic-box img{width: 100%; height: 100%; object-fit: cover;}

/*for main sections css*/

/*-- sticky-sec-css(Start) --*/

.banner-btn-wraper{  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease; 
  border-radius: 0 0 10px 10px;
  position: sticky; 
  top:0; 
  right: 0; 
  left: 0; 
  width: 100%; 
  z-index: 5; 
  background-image: linear-gradient(137deg, rgb(35 100 245), rgb(1 0 34) ); 
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15); /*padding-bottom: 9px;*/}

/*-- sticky-sec-css(End) --*/

/*for main sections css*/

.collectionCard h4{color: #fff; text-transform: uppercase; margin-bottom: 12px; font-weight: 500; 
    display: contents;}
.collection-btnList{padding-left: 0; margin-bottom: 0; list-style: none; justify-content: space-evenly; align-items: center; background: var(--skyDeep-bg); display: flex; flex-flow: row wrap; border-radius: 6px;}
.collection-btnList li{margin: 0 5px;}
.collection-btnList li a{color: var(--text-white); padding: 10px 20px; display: block;}
.collection-btnList li a:hover{color: var(--text-orange);}
.collectionCard small{
	color: #fff;
	font-size: 100%;
}


.collection-btnList li:nth-child(2) a{background: var(--orange-bg); color: var(--text-white); border-radius: 50px;     padding: 10px 60px; border: 4px solid #fff;}
.collectionCard {
	display: flex;
	background: linear-gradient(90deg, rgb(0 98 95), rgb(29 204 199), rgb(0 98 95));
	align-items: center;
	justify-content: space-between;
	align-content: center;
	border-radius: 15px;
	margin-bottom: 15px;
	box-shadow: #0f2979 0px 5px 1px -2px;
}
.collectionCard .play-icon {
	width: 75%;
	padding: 20px 0 20px 15px;
}
.collectionCard .play-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	align-content: flex-end;
	padding-right: 15px;
}
.collectionCard .play-icon a {
	background-image: linear-gradient(to right, #ff006f, #ff68aa);
	padding: 12px 5px 14px 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.collectionCard .play-btn a {
	
	color: #fff;
	padding: 5px 15px;
	margin: 2px;
	border-radius: 5px;
	background: #091b8f;
	
}
footer {
	position: fixed;
	bottom: 0;
	background-image: linear-gradient(180deg, rgb(35 100 245), rgb(1 0 34) );
	width: 100%;
	z-index: 1;
	height: 60px;
	/*box-shadow: 0px 1px 8px 2px #ff006f;*/
}

footer ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-content: center;
	padding: 0;
}
footer ul li {
	padding: 10px 5px;
}
footer ul li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 10px;
}
footer ul li .active {
	font-weight: bold;
	font-size: 15px;
	color: #00fff3;
	/*box-shadow: 0px 1px 8px 2px #003067;*/
}
/*-- Login-page(Start) --*/

.inputWrapper { border: 1px solid #ccc;}
.inputWrapper span{ width: 20px; height: auto; margin-top: 7px;}

.loginBox { padding: 30px; position: relative; display: flex;
    flex-flow: row wrap; align-content: center; height: 100vh; flex-flow: row wrap;}
.loginBox h2, .loginBox form{width: 100%;}
.login-topPic{position: absolute; top:0; left: 0; width: 100%; height: 200px; z-index: -1;}
.login-bottomPic{position: absolute; bottom:0; left: 0; width: 100%; height: 170px; z-index: -1;}
.login-topPic img, .login-bottomPic img{width: 100%;}
.login-topPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.loginBox .text-center img{
	border-radius: 25%;
	/*box-shadow: #000 0 0 15px 0px;*/
}
.login-bottomPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.loginBox .form-control { background: transparent; border-radius: 0;}
.form-control:focus{outline: none; box-shadow: none;}
.fogotlink a{color: #ccc;}
.loginBox .btn{font-weight: 600;}
.loginBox .btn-light { background-color: #eee !important; color: #000;}

.accountlink a{text-transform: uppercase; font-weight: 500; color: var(--text-orange); text-decoration: underline;}

/*-- Listing-page(Start) --*/
.productPay-row{position: relative; display: flex; flex-flow: row wrap; justify-content: space-between;}
.infoIcon{/*position: absolute; right: 10px; top:0;*/ width: 18px; height: 18px; border-radius: 100px; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; background: #fff; position: relative; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);}
.infoIcon img{width: 5px;}
.productRow .collectionCard{display: flex; flex-flow: row wrap; align-items: center;}
/*.productRow .collectionCard:nth-child(2n + 2){background: #f0f0f0;}*/
.productPic{width: 50px;}
.productR{width: calc(100% - 50px); padding-left: 15px;}

.productR h5 { margin-bottom: 6px; font-weight: 600; color: var(--text-white); text-transform: uppercase; display: flex;
    flex-flow: row wrap; justify-content: space-between; font-size: 15px;}
.productR h5 span {    font-style: italic;
    font-weight: normal;
    text-transform: initial;}
.productR h6 { font-weight: 500; margin-bottom: 6px; color: var(--text-white); font-size: 13px;}
.productRow .collectionCard { padding: 8px;}

.productPay-row p{margin-bottom: 0; color: #ebebeb; font-size: 12px;}
.productPay-row .btn { padding: 5px 28px; font-weight: 600;}
.productPay-row .btn span { width: 20px; display: inline-block; margin-left: 10px;}
.customTool-tip{ right: 0px; bottom: 23px; background: rgba(0,0,0,0.7); border-radius: 4px; padding: 3px 6px; width: 300px; position: absolute; display: none;} 
.infoIcon:hover .customTool-tip{display: block;}
.customTool-tip h6{font-size: 12px; font-weight: 500; color: #b6dce9; margin-bottom: 3px;}
.customTool-tip p{font-size: 11px; font-weight: 400; color: var(--text-white); margin-bottom: 2px;}

.orange-bg{background: linear-gradient(190deg,#3226de, #040935);}
.green-bg{background: linear-gradient(190deg,#005609, #040935)}
.red-bg{background:linear-gradient(190deg,#ff2424, #040935)}
.topTitle h2{margin-bottom: 0;}
.listBg { position: absolute; z-index: -1; top: 0; bottom: 0; width: 100%; left: 0;}



/*-- play-series-page(Start) --*/

.closeL h5, .closeR p{
	margin-bottom: 0;
}
.closeR p{
	color: var(--text-green);
}

.close-timeSecBox{
	border-radius: 8px;
	background: #1e7e34;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.productR h6 span {
	text-align: right;
	float: right;
}
.backgroundDiv{
	background: #e40b0b;
	height: 50px;
	position: absolute;
	z-index: 0;
}
.backgroundTextDiv{
	background: #28a74500;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
}
.close-timeSecBox-text{
	margin: 0px;
	padding: 3px;
	text-align: center;
	color: #1e7e34;
}

.playBtn-listSec ul{
	background: var(--light-orange-bg);
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.playBtn-listSec ul li{
	text-align: center;
	width: 100%;
	border: 0.5px solid var(--text-orange);
	background: #114edb;
}
.playBtn-listSec ul li:last-child{
	border-right: none;
}
.playBtn-listSec ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text-orange);
	text-transform: uppercase;
	padding: 6px 3px;
	font-weight: 600;
	height: 100%;
	line-height: normal;
}
.playBtn-listSec ul li a:hover, .playBtn-listSec ul li.active a{
	background: #0a1a58;
	color: var(--text-white);
}

.playBtn-listSec ul.type {
	margin: 10px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	background: var(--light-skyDeep-bg)
}
.playBtn-listSec ul.type li.active{
	background: #0a1a58;
	color: var(--text-white);
}
.playBtn-listSec ul.type li{
	color: var(--text-white);
}

.inputRow{
	padding: 15px 10px;
}
.inputRow .btn{
	background: #0a1a58;
	width: 40%;
}

.digit-listSec ul.header{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	background: #0029af;
}
.digit-listSec ul.body{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1d6cb;
}
.digit-listSec ul.header li{
	border-right: 1px solid #e1d6cb;
	text-align: center;
	width: 100%;
	color: var(--text-white);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 3px;
	font-weight: 600;
	height: 100%;
}
.digit-listSec ul.body li{
	border-right: 1px solid #e1d6cb;
	text-align: center;
	width: 100%;
	color: var(--orange-bg);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 3px;
	font-weight: 600;
	height: 100%;
}
.playBtn-listSec ul li:last-child{
	border-right: none;
}

.digitBtn .btn{
	color: #fff;
	text-transform: uppercase;
	width: 40%;
	font-weight: 600;
}

.digitBtn.text-center {
	position: fixed;
	width: 100%;
	bottom: 60px;
	left: 0;
}
.btn-2{
	background : #fff !important;
	border: 1px solid var(--orange-bg);
	color: var(--orange-bg);
	width: 40%;
}
.btn-2:hover {
	color: #000;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(102 114 126 / 0%);
}
.game-time .title{
	color: #00007f;
}
main{
	padding-bottom: 45px;
}

/*Media Query css*/

@media only screen and ( min-width:1601px ) {
    .container { max-width: 1200px;}
}

@media only screen and ( max-width:1199px ) {
  h1{ font-size: 24px;}
  h2{ font-size: 24px;}
  h3{ font-size: 22px;}
  h4{ font-size: 20px;}
  h5{ font-size: 18px;}
  h6{ font-size: 16px;}
  p, body{ font-size: 14px;}
  .btn, input, textarea, select, input[type="submit"]{font-size: 14px;}

}
@media only screen and ( max-width:1024px ) {

}
@media only screen and ( max-width: 991px ) {

}

@media only screen and ( max-width: 767px ) {
    

}
@media only screen and ( max-width: 575px ) {
  .btnSec .btn { padding: 9px 4px;}
  .collectionCard { padding: 5px;}
 /* .slider-wrap { width: calc(100% - 20px);}*/
  .collection-btnList li a { padding: 10px 10px;}
  .btnSec .btn span { width: 25px; display: inline-block;}
  .loginBox { padding: 20px;}
  .btn { padding: 11px 25px;}

}
@media only screen and ( max-width: 480px ) {
  .collection-btnList li:nth-child(2) a { padding: 9px 30px; border: 2px solid #fff;}
  .collection-btnList li a { padding: 9px 5px;}
  .headerL h5 { margin-left: 6px; font-size: 16px;}
  .collectionCard h4 { margin-bottom: 0; font-weight: 600; font-size: 18px;}
  .loginBox { padding: 20px 15px;}
  .btn { padding: 10px 18px;}

}
@media only screen and ( max-width: 380px ) {
  .btnSec .btn { padding: 7px 4px; font-size: 11px;}
  .btnSec .btn span { width: 21px;}
  .collection-btnList li a { padding: 5px 1px; font-size: 12px;}
  .collection-btnList li:nth-child(2) a { padding: 5px 12px;}
  .collectionCard h4 { font-size: 16px; display: contents;}

}
.btn-block {
	display: block;
}
.custome-form {
	margin: 10px 20px;
}
.table-warning, .table-warning>td, .table-warning>th {
	background:linear-gradient(90deg, #000432, #255de4)
}
.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff2b;
	opacity: 1;
}
/*Media Query css*/




