html{
	overflow-x: hidden;
}
body {
	font-family: "Open Sans", serif;
	overflow-x:hidden;
	background-color: #000;
}
@font-face {
font-family: 'OpenSans_Condensed-SemiBold';
src: url('../fonts/OpenSans_Condensed-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'OpenSans_Condensed-Bold';
src: url('../fonts/OpenSans_Condensed-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'OpenSans_Condensed-ExtraBold';
src: url('../fonts/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'OpenSans_Condensed-Light';
src: url('../fonts/OpenSans_Condensed-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'OpenSans_Condensed-Medium';
src: url('../fonts/OpenSans_Condensed-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'OpenSans_Condensed-Regular';
src: url('../fonts/OpenSans_Condensed-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.headertop{
	margin-top: 25px;
}
.headertop ul{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	justify-content: center;
}
.headertop li{
	list-style: none;
	margin: 0 8px;
	position: relative;
}
.headertop li ul{
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 15px;
    display: block;
    width: 170px;
    background: #fff;
	display: none;
	z-index: 99;
	border: solid 2px #0f0232;
}
.headertop li ul li a{
	display: block;
}
.headertop li:hover ul{
	display: block;
}
.headertop li a{
	display: inline-flex;
	gap: 7px;
	padding: 2px 12px;
	background: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #3B5998;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
}
.navbar-brand img{
	width: 200px;
}
.header .nav-link{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
	padding: 0;
}
.header .nav-item{
	padding-left: 20px;
	display: flex;
    align-items: center;
}
.header .nav-link:hover, .header .nav-link:focus{
	color: #f8a93a;
}
#wPaint{
	background-size: 100% !important;
}
.signinbtn{
	background-image: linear-gradient(to right, #f99f2f , #f03d57);
	padding: 10px 20px !important;
    border-radius: 50px;
	color: #fff!important;
}

.bannerbg{
	background: url(../images/bannerbg.png) no-repeat center top #000;
	background-size: 100% auto;
	text-align: center;
	padding-top: 200px;
}
.bannerbg h1{
	font-size: 139px;
	line-height: 119px;
	text-transform: uppercase;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
	color: #fff;
	margin: 0;
}
.bannerimg img{
	max-width: 1000px;
	width: 100%;
}
.pricecountdown img{
	max-width: 300px;
}
.pricecountdownbox{
	background-image: linear-gradient(#f9924c, #f9be5c);
	display: inline-flex;
	padding: 10px;
	gap: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.pricecountdownbox span{
	color: #3B5998;
	font-size: 60px;
	font-family: 'OpenSans_Condensed-Bold', Times, serif;
	height: 110px;
	width: 65px;
	background-image: linear-gradient(#c1c1c1, #fefefe, #c1c1c1);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout-table{
    overflow-x: scroll;
}
.checkout-table tr th,.checkout-table tr td{
    font-size: 14px;
    vertical-align: middle;
}
.bannerbg {
    background-size: 100% 100%;
    background-position: center -35px;
}
 
.marquebg{
	margin: 35px 0;
	background: black;
	padding: 12px 0;
}
.marquee-content {
	display: flex;
	animation: marquee 50s linear infinite;
}
@keyframes marquee {
	0% {
	  transform: translateX(100%);
	}
 
	100% {
	  transform: translateX(-100%);
	}
}
/*.marquebg:hover .marquee-content {
	animation-play-state: paused;
}*/
.marquebg .marquee-item{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
	color: #fff;
	font-weight: 400;
}

.ticketbox{
	height: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	background: #4b34aa;
	display: flex;
    flex-direction: column;
}
.ticketbox-top{
	padding: 10px;
	position: relative;
}
.ticketboximg{
	position: relative;
}
.ticketboximg img{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	width: 100%;
}
.ticketbox-top-label {
    background: url(../images/Union.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 26px;
    width: 200px;
    height: 110px;
    text-align: center;
    z-index: 999;
}
.ticketboxcontent{
	padding: 12px 0;
	text-align: center;
}
.ticketboxcontent h2{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.ticketboxcontent h3{
	font-size: 30px;
	color: #40D6FF;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.ticketboxcontent h1{
	font-size: 40px;
	color: #40D6FF;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.ticketbox-count div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
	width: 100%;
}
.ticketbox-count2 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
	width: 400px;
}
.ticketbox-count span{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.ticketbox-count span label{
	background-image: linear-gradient(#f98c4d, #fc4d6a);
	display: block;
	min-width: 85px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 60px;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
}
.ticketbox-count1 div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.ticketbox-count1 span{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}
.ticketbox-count1 span label{
	background-image: linear-gradient(#f98c4d, #fc4d6a);
	display: block;
	min-width: 65px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 35px;
	margin-right: 15px;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
}

.ticketbox-top .progress{
	height: 10px;
	text-align: center;
	min-height: 10px;
	background: #ade4ff;
}
.ticketbox-top .progress-bar{
	background: #10a8d2;
}
.soldticket-already{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 0 20px 0;
}
.ticketbox-bottom{
	display: flex;
	margin-top: auto;
}
.arrowlink{
    position: fixed;
    left: 5%;
    top: 15px;
    z-index: 99999;
    color: #fff;
    font-size: 40px;
}

.ticketbox-bottom a{
	background-image: linear-gradient(#f98c4d, #fc4d6a);
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	min-width: 50%;
}
.ticketbox-bottom a:hover{
	background-image: linear-gradient(#fc4d6a, #fc4d6a);
}
.ticketbox-bottom a:first-child{
	border-right: solid 1px #ffb17c;
}
.ticketbox-bottom a:last-child{
	border-left: solid 1px #d83a61;
}
.ticketbox-sold{
	position: relative;
}
.ticketbox-sold .pricecountdownbox span{
	height: 50px;
	width: 35px;
	font-size: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.ticketbox-sold .pricecountdown img{
	width: 150px;
}

.bingogamesvideo{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.bingogamesbg-left{
    background: none !important;
}
.bingogamesbg-ballbox{
    background: #4636b8;
    border-radius: 20px;
    margin-top: 15px;
}
.bannerbg h1{
    font-size: 50px;
    line-height: 50px;
}
.bannerimg img {
    max-width: 520px;
}
.pricecountdown img {
    max-width: 350px;
}
.headertop {
    margin-top: 10px;
}
.navbar-expand-lg{
    padding: 0;
}
.bannerbg .pricecountdownbox span{
    height: 80px;
}
.cartnumbox{
    margin-top: auto;
    margin-bottom: 5px;
}
.checkoutbutton a{
    min-width: 215px;
    text-align: center;
}
.footer{
	padding: 80px 0;
	text-align: center;
}
.footerlogo img{
	max-width: 200px;
}
.footernav{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.footernav a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
}
.footernav a:hover{
	color: #f78152;
}
.copyright{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
}
.extracardsnumber h3{width: 170px;}
.footersocial{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.footersocial img{
	max-width: 60px;
}
.soldlabel{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    left: -40px;
    transform: rotate(-40deg);
    top: 104px;
}
.eventproductpricecountdown{
	margin-bottom: 15px;
}
.ticketboximg {
    overflow: hidden;
    border-radius: 15px;
}
.cartli{
	position: relative;
}
.cart_quantity{
	position: absolute;
      top: -6px;
      right: -6px;
      height: 25px;
      width: 25px;
      background: red;
      color: white;
      font-size: 10px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid white;
}

.cart_quantity1{
	position: absolute;
      top: -6px;
      right: -6px;
      height: 25px;
      width: 25px;
      background: red;
      color: white;
      font-size: 10px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid white;
}
 
.visitoronline a span{
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 0px;
} 
.visitoronline a .rundata{

    border-radius: inherit;
    display: contents;

}

.visitoronline a .rundata1{

    border-radius: inherit;
    display: contents;

}
.checkoutbutton{
    text-align: right;
}
.checkoutbutton a{
    background: #34d865;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 15px;
}
.extracardsbgbtns {
    justify-content: end;
}

.loginbg {
    background: url(../images/loginbg.png) no-repeat center top #000;
    background-size: 100% auto;
    padding-top: 200px;
}
.loginbg h1{
	font-size: 150px;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	text-align: center;
}
.loginformbg{
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.loginleft img{
	max-width: 100%;
}
.loginform .form-control{
	height: 70px;
	background: #eaeaea;
	border: none;
	padding: 0 30px;
	color: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.remembaer{
	font-size: 15px;
	color: #000;
}
.forgotpass{
	font-size: 15px;
	color: #000;
}
.forgotpass:hover{
	color: #f67b54;
}
.submitbtn{
	background-image: linear-gradient(#f98c4d, #fc4d6a);
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
	width: 100%;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.needacc{
	font-size: 15px;
	color: #000;
}
.needacc a{
	color: #f67b54;
}

.singleproducttop{
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 35px;
}

.singleproducttop::after{
	display: block;
    clear: both;
    content: "";
}
.singleproducttop-left img{
	max-width: 100%;
}
.imgthumb{
	display: flex;
	gap: 5px;
}
.imgthumb img{
	max-width: 150px;
}
.singleproducttop-right h2{
	color: #0F0232;
	font-weight: 600;
	font-size: 45px;
	margin: 0 0 10px 0;
}
.singleproducttop-right h4{
	color: #FF0000;
	font-weight: 600;
	font-size: 28px;
}
.singleproducttop-right h3{
	color: #0F0232;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.singleproducttop-right p{
	color: #000;
	font-size: 16px;
	line-height: 25px;
}
.singleproducttop-right .ticketbox-count{ 
	margin: 35px 0;
}
.singleproducttop-right .ticketbox-count span{
	color: #000;
}
.singleproducttop-right .ticketbox-count label{
	color: #fff;
}
.ticketspricebg{
	padding: 20px 0;
}
.ticketpricebox{
	position: relative;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	background: #4938c0;
	display: flex;
}
.ticketpricebox::after{
	content: "";
	border: dashed 1px #fff;
	position: absolute;
	left: 2.5%;
	top: 5%;
	width: 95%;
	height: 90%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.ticketpricebox-left{
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ff771c;
	padding: 20px 40px;
	align-items: center;
	text-align: center;
	min-height: 230px;
	justify-content: center;
}
.ticketpricebox-left h2{
	font-size: 45px;
	font-weight: 600;
	color: #fff;
}
.ticketpricebox-left p{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
.ticketpricebox-right{
	flex: 1;
	display: flex;
	padding: 15px 35px 15px 15px;
	align-items: center;
	position: relative;
	flex-direction: column;
	z-index: 99;
}

.error-container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ticketpricebox-right a{
    display: block;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}
.ticketpricebox-right-top{
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0;
}
.ticketpricebox-right-top span{
	color: #fff;
	font-size: 25px;
}
.ticketimg{
	background: #3d2dae;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px;
	height: 100%;
	width: 100%;
	flex-direction: column;
}
.ticketimg span{
	font-size: 15px;
}
.ticketimg img{
	max-width: 80px;
}
.productdetails{
	padding: 55px 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.productdetails h3{
    color: #0F0232;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.productdetails p{
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.videobox{
	position: relative;
}
.videobox img{
	width: 100%;
}
.videobox a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 70px;
}
.videobox a:hover{
	color: #f99f2f;
}
.gamelocation h2{
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	margin: 40px 0;
}
.locationmap{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}

.soldlabel {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 550px;
    font-size: 55px;
    font-weight: 600;
    left: -130px;
    transform: rotate(;
 
-40deg
)
    top: 94px;
    border-radius: 0;
}

.checkoutbg{
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}
.checkoutbg h2{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.checkoutbg-right{
	background: #f4f7f8;
	padding: 50px;
}
.checkout-summary-top{
	background: #6a65ff;
	padding: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.checkout-summary-top p{
	margin: 0;
	font-size: 14px;
	color: #fff;
	display: flex;
    justify-content: space-between;
}
.checkout-summary-bottom{
	background: #f0f0f0;
	padding: 25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.checkout-summary-bottom p{
	margin: 0;
	font-size: 14px;
	color: #000;
	display: flex;
    justify-content: space-between;
}
.summarybtn{
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #ffa931;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}
.checkoutbg-left{
	padding: 50px;
}
.checkoutbg-left .form-control{
	height: 50px;
}
.checkoutbg-left .submitbtn{
	padding: 12px 0;
	text-transform: uppercase;
}
.checkoutagree{
	color: #939393;
	font-size: 14px;
}
.checkoutagree a{
	color: #000;
	font-weight: 600;
}
.checkoutagree a:hover{
	color: #fb855e;
}

.marquebg .marquee-item{    white-space: nowrap;} 
.gradient{
    background-image: linear-gradient(#f98c4d, #fc4d6a);
    color: #fff;
    display: inline-flex;
    padding: 10px 25px;
}
.faqbg .accordion-item{
	border-radius: 5px;
    overflow: hidden;
	margin: 10px 0;
}
.faqbg .accordion-button{
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	color: #000;
}
.faqbg .accordion-body{
	color: #000;
	font-size: 16px;
	line-height: 25px;
}

.spaceremove p{
	margin-bottom: 0px !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px;
}
.goog-te-gadget .goog-te-combo {
margin: 4px 0;
color: #3B5998;
font-size: 17px;
display: inline-block;
padding: 8px;
background: #fff;
border-radius: 50px;
width: 180px;
text-transform: uppercase;
position: relative;
margin: 0;
top: 10px;
font-family: 'OpenSans_Condensed-Medium', Times, serif;
}
.skiptranslate span{
    display: none!important;
}
/*** 20 March ***/

.leftnabg{
    background-image: linear-gradient(#f98c4d, #fc4d6a);
    padding: 20px;
    margin: 20px;
    border-radius: 15px;
}
.leftnabg ul{
	padding: 0;
	margin: 0;
}
.leftnabg li{
	list-style: none;
	border-bottom: solid 1px #fda14f;
}
.leftnabg li a{
	display: block;
	color: #fff;
	font-family: 'OpenSans_Condensed-Medium', Times, serif;
	text-transform: uppercase;
	padding: 12px;
	font-size: 16px;
}
.leftnabg li a:hover, .leftnabg li a.active{
	background: #fda14f;
}

.rightbgcontent{
	padding: 20px;
}

.myticketorders tr th{
	background: #fa7159;
	color: #fff;
}
.myticketorders tr th, .myticketorders tr td{
	text-align: center;
}

.editprofile .form-control{
	font-size: 14px;
	height: 50px;
}
.editprofile .submitbtn{
	padding: 15px 0;
}
.extracardsbg{
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	margin-bottom: 20px;
}
.extracardsbgbtns{
	display: flex;
	gap: 10px;
	margin: 20px 0;
}
.coloryes{
	background: linear-gradient(180deg,rgba(52, 216, 101, 0.85) 6%, rgba(0, 128, 0, 1) 100%) !important;
}
.extracardsbgbtns a{
	background-image: linear-gradient(#f98c4d, #fc4d6a);
	padding: 10px 35px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.extracardsbgbtns a:hover{
	background-image: linear-gradient(#fc4d6a, #f98c4d);
}

.extracardsnumberbg{
	background: #dbdbdb;
	padding: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.extracardsnumber{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	margin: 15px 0;
}
.extracardsnumber h3{
	font-weight: 600;
	color: #000;
	margin: 0;
	font-size: 20px;
	white-space: nowrap;
}
.extracardsnumber .form-control{
    text-align: center;
    max-width: 120px;
    font-weight: 600;
    font-size: 15px;
}
.extracardsnumber .input-group{
	width: auto;
}
.extracardsnumber .btn-dark{
	background: #fc4d6a;
	border-color: #fc4d6a;
}
.inforow{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.inforow-icon{
	display: flex;
	height: 70px;
	min-width: 70px;
	width: 70px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #4938c0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	font-size: 30px;
}
.inforow h4{
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.inforow p{
	color: #000;
	font-size: 16px;
	line-height: 25px;
}
.inforow p a{
	color: #000;
}



.winnersbg {
    background: url(../images/winnersbg.png) no-repeat center top #0f0232 !important;
	background-size: cover;
	background-color: #ffffff;
}
.winnerslistbg{
	position: relative;
	height: 100%;
	padding: 50px 0;
}
.winnerslistbg::after{
	content: "";
    height: 100%;
    width: 2px;
    background: #4938c0;
    position: absolute;
    top: 0;
    left: 50%;
}
.winnerslist{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.winnerslist-info{
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 20px;
	gap: 15px;
	display: flex;
	max-width: 70%;
}
.winnerslist-info h3{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.winnerslist-info p{
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.winnerslist-info img{
	max-width: 170px;
}
.winnerslist-year span{
	background-image: linear-gradient(to right, #ef656a , #0876b2);
	padding: 7px 15px;
    display: inline-block;
    border-radius: 50px 50px 0;
    color: #fff;
    font-size: 20px;
}
.winnerslist-year{
	position: relative;
}
.winnerslist-year::after{
	content: "";
	position: absolute;
	right: -43px;
    z-index: 9;
    bottom: -30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #8776ff;
	border: solid 5px #4938c0;
}
.winnerslist-outer{
	justify-content: start;
	display: flex;
}
.winnerslist-outer-right{
	justify-content: end;
	display: flex;
}
.winnerslist-outer-right .winnerslist{
    flex-direction: row-reverse;
}
.winnerslist-outer-right .winnerslist-year::after{
	right: inherit;
	left: -38px;
}
.winnerslist-outer-right .winnerslist-year span{
	border-radius: 50px 50px 50px 0;
}

.ticketpricebox-left {
    border-radius: 15px 0px 0 15px;
    margin: 2.5%;
    min-height: 260px;
    max-width: 250px;
    min-width: 250px;
    width: 100%;
}
.colorred a{
	background: #FF0000;
}

@media only screen and (max-width: 767px) {
    .ticketpricebox-left{border-radius: 15px 15px 0px 0px; margin: 10% 2.5%; max-width: inherit; min-width: inherit; width: 95%;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.winnerslistbg::after{display: none;}
	.winnerslist-info{max-width: 100%; display: block;}
	.winnerslist-info img{width: 100%; max-width: 100%;}
	.winnerslist{width: 100%; flex-direction: column;}
	.winnerslist-year span, .winnerslist-outer-right .winnerslist-year span{ border-radius:50px ; -webkit-border-radius:50px ; -moz-border-radius:50px ; -ms-border-radius:50px ; -o-border-radius:50px ; margin: 25px 0 0 0; }
	.winnerslist-outer, .winnerslist-outer-right{margin-top: 25px;}
	.winnerslist-outer-right .winnerslist{flex-direction: column;}
	.winnerslist-year::after{display: none;}
	.winnerslist-info h3{margin: 15px 0;}
}
@media only screen and (max-width: 767px) {
	.winnerslistbg::after{display: none;}
	.winnerslist-info{max-width: 100%; display: block;}
	.winnerslist-info img{width: 100%; max-width: 100%;}
	.winnerslist{width: 100%; flex-direction: column;}
	.winnerslist-year span, .winnerslist-outer-right .winnerslist-year span{ border-radius:50px ; -webkit-border-radius:50px ; -moz-border-radius:50px ; -ms-border-radius:50px ; -o-border-radius:50px ; margin: 25px 0 0 0; }
	.winnerslist-outer, .winnerslist-outer-right{margin-top: 25px;}
	.winnerslist-outer-right .winnerslist{flex-direction: column;}
	.winnerslist-year::after{display: none;}
	.winnerslist-info h3{margin: 15px 0;}
	
}


@media only screen and (min-width: 1141px) and (max-width: 1399px) {
	.container{max-width: 1140px;}
	.header .nav-item{padding-left: 10px;}
	.header .nav-link{font-size: 15px;}
	.marquebg .marquee-item{white-space: nowrap;}
	.ticketbox-count span label{min-width: 70px; font-size: 40px;}
	.ticketbox-sold .pricecountdownbox span{width: 28px; font-size: 30px;}
	.ticketpricebox-left{padding: 15px;}
	.imgthumb img {max-width: 130px;}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.marquebg .marquee-item{white-space: nowrap;}
	.header .nav-item{padding-left: 10px;}
	.header .nav-link{font-size: 11px;}
	.ticketbox-count span label{min-width: 50px; font-size: 30px;}
	.ticketbox-sold .pricecountdownbox span{font-size: 25px; width: 20px;}
	.imgthumb img {max-width: 100px;}
	.ticketpricebox-left{padding: 15px;}
	.ticketimg img{max-width: 50px;}
	.checkoutbg-right, .checkoutbg-left{padding: 15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .navbar-toggler{background: #f88551;}
	.navbar-nav{background: #000;}
	.header .nav-item{padding: 10px;}
	.marquebg .marquee-item{white-space: nowrap;}
	.ticketbox-count span label{min-width: 50px; font-size: 30px;}
	.ticketbox-sold .pricecountdownbox span{width: 26px; font-size: 30px;}
	.footernav a, .copyright{font-size: 16px;}
	.imgthumb img {max-width: 70px;}
	.checkoutbg-right, .checkoutbg-left{padding: 15px;}
}
@media only screen and (max-width: 767px) {
	.header{position: inherit;}
	.headertop li a{font-size: 11px;}
	.navbar-brand img {width: 120px;}
	.header .navbar-toggler{background: #f88551;}
	.header .nav-item{padding: 10px;}
	.bannerbg h1{font-size: 40px; line-height: 40px;}
	.bannerbg{padding-top: 30px;}
	.pricecountdownbox span{height: 50px; width: 25px; font-size: 20px;}
	.marquebg .marquee-item{white-space: nowrap;}
	.ticketbox-count span{font-size: 14px;}
	.ticketbox-count span label{min-width: 50px; font-size: 30px;}
	.ticketbox-sold .pricecountdownbox span{height: 40px; width: 20px; font-size: 20px;}
	.footernav{display: block;}
	.footernav a{display: inline-block; margin: 5px;}
	.footersocial img{max-width: 35px;}
	.loginbg h1{font-size: 50px!important;}
	.loginbg{padding-top: 30px;}
	.imgthumb{justify-content: center;}
	.imgthumb img {max-width: 50px;}
	.ticketpricebox {display: block;}
	.ticketimg img {max-width: 30px;}
	.ticketpricebox-right a{margin-bottom: 20px;}
	.ticketpricebox-right{padding: 15px;}
	.checkoutbg-right, .checkoutbg-left{padding: 15px;}
	/* .inforow{flex-direction: column; align-items: center; text-align: center;} */
	.singleproducttop .carousel-item img{height: auto!important;}
	.singleproducttop-right h2{font-size: 30px;}
	.extracardsbgbtns{justify-content: center;}
	.checkoutbutton{text-align: center;}
}


.bingogamesbg{
	padding: 60px 0;
}

.bingogamesbg-left{
	background: #4636b8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	height: 100%;
}
.bingogamesvideo{
	background: #fff;
	position: relative;
/*	padding: 20px;
	text-align: center;*/
}
.bingogamesvideo img{
	max-width: 100%;
	max-height: 660px;
}
.playvideo{
	color: #ef335b;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 70px;
}
.bingogamesbg-ballbox{
	padding: 20px;
	display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
	place-items: center;
}
.bingogamesbg-ballbox span{
	width: 55px;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	font-weight: 500;
	font-size: 28px;
	color: #000;
}
.bingogamesbg-ballbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bingogamesbg-right{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	background: #4636b8;
	padding: 25px 15px;
	height: 100%;
}
.bingogamesbg-right .bingogamesbg-ballbox{
	grid-template-columns: repeat(5, 1fr);
}

/*.bingogamesbg-left .bingogamesbg-ballbox span{
	opacity: 0.6;
}*/
.ballactive{
	opacity: 1!important;
}

.imgbox{
	margin-top: 90px!important;
}

.plusothers{
    background-color: #000;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
	text-align: center;
    line-height: 45px;
}
.plusothers img{
	width: 20px !important;
    height: 20px !important;
    min-height: inherit;
    margin-right: 0;
    padding-top: 0;
}
.otherballs{
    text-align: right;
    margin-right: 7%;
}
.overlapvideo{
	height: 100%;
    position: relative;
    text-align: center;
	border-radius: 15px;
    overflow: hidden;
}
.overlapvideo video{
    width: 100% !important;
    height: 100%;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    object-fit: cover;
}


@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.bingogamesbg-ballbox span{width: 45px; height: 45px; font-size: 20px;}
	.bingogamesbg-right .bingogamesbg-ballbox{padding: 0;}
	.navbar-brand img{width: 170px;}
	.myticketorders{overflow-x: scroll;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.bingogamesbg-ballbox span{width: 37px; height: 37px; font-size: 20px;}
	.bingogamesbg-right .bingogamesbg-ballbox{padding: 0;}
	.navbar-brand img{width: 140px;}
	.myticketorders{overflow-x: scroll;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bingogamesbg-ballbox{grid-template-columns: repeat(5, 1fr);}
	.bingogamesbg-right .bingogamesbg-ballbox{grid-template-columns: repeat(3, 1fr); padding: 0;}
	.bingogamesbg-right .bingogamesbg-ballbox span{width: 45px; height: 45px; font-size: 20px;}
	.bannerbg h1{font-size: 40px;}
	#accordionExample .gradient{margin-top: 15px;}
	.faqbg .accordion-button{word-break: break-word;}
	.myticketorders{overflow-x: scroll;}
	.leftnabg li a{padding: 8px;}
	.loginbg h1{font-size: 70px;}
}
@media only screen and (max-width: 767px) {
	.bingogamesbg-ballbox, .bingogamesbg-right .bingogamesbg-ballbox{grid-template-columns: repeat(3, 1fr);}
	.goog-te-gadget .goog-te-combo{width: 120px; font-size: 11px;}
	.bannerbg h1{font-size: 30px;}
	.pricecountdown img{width: 100%;}
	#accordionExample .gradient{margin-top: 15px;}
	#accordionExample img{margin-bottom: 15px;}
	.faqbg .accordion-button{word-break: break-word;}
	.myticketorders{overflow-x: scroll;}
	.endgame{width: 100%!important;}
}






/* 25-06-2025 */

@media only screen and (max-width: 425px){
	.arrowlink {
		font-size: 30px;
	}
	.footer {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.navbar-collapse{
		position: inherit !important;
		top: -15px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 991px){
	
}

.rowsimage .imagecol6 {
    float: left;
    margin: 0 40px 40px 0;
    width: 50%;
}

@media only screen and (max-width: 991px){
	.rowsimage .imagecol6 {
		float: none;
		margin: 0 0 40px 0;
		width: 100%;
	}
}

@media only screen and (max-width: 575px){
	.ticketbox-count div { 
		gap: 10px;
	}
}