body {
	font-family: 'Prompt', serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #ffffff;
	/* color : #ffffff; */
	max-width: 1400px;
	margin: auto;
	letter-spacing: 0.5px;
}
a{
	text-decoration: none;
}
.i-mobile {
	display: none;
}
.w_max{
	width: 100%;
}
.i-home-s1{
	position: relative;
	
}
.i-home-s1 .i-menu-inner{
	position: relative;
}
.i-home-s1 .i-menu .navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.i-home-s1 .i-menu .navbar.fixed-top{
	/*background-color: #000000;*/
	max-width: 1400px;
	margin: auto;
    z-index: 2;
}
.i-home-s1 .i-menu .i-logo{
	max-height: 70px;
}
.i-home-s1 .i-menu .i-img-menu{
	max-height: 80px;
}
.i-home-s1 .i-menu .i-img{
	height: 28px;
	padding-right: 10px;
}
.i-home-s1 .i-menu .navbar-nav .nav-link{
	font-size: 18px;
	line-height: 27px;
	color: #A53133;
	padding: 0px 24px;
}
.i-home-s1 .i-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
   text-decoration: underline;
}
@media only screen and (max-width: 991px) {
    .i-home-s1 .i-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    text-decoration: none;
    }
}
.i-home-s1 .i-menu .navbar-nav .nav-link:last-child{
	/* border-right: 2px solid #ffffff; */
}
.i-home-s1 .i-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,.text-promotion {
	color: #A53133 !important;
}
.i-home-s1 .i-menu .dropdown-menu{
	background-color: #000000;
	border: 1px solid #F6E28C;
}
.i-home-s1 .i-menu .dropdown-item {
	font-size: 22px;
	line-height: 32px;
	color: #A53133;
	background-color: #000000;
}
.i-home-s1 .i-menu .dropdown-item:focus, .dropdown-item:hover {
	color: #A53133;
}
.i-home-s1 .i-menu .i-nav-item{

}
.i-home-s1 .i-menu .i-nav-item .nav-link{
	font-size: 22px;
	line-height: 32px;
	color: #A53133;
	padding: 0px 24px;
}
.i-home-s1 .i-menu .i-nav-item .dropdown-menu{
	left: auto;
	min-width: auto;
	padding: 0px; 
}
.i-home-s1 .i-menu .i-nav-item .dropdown-item{
	padding: 5px 45px;
}
.i-home-s1 .i-d1{
	position: relative;
}
.i-home-s1 .i-d1 .i-img{
	width: 100%;
}
.i-home-s1 .i-d1 .i-img-frame{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.i-home-s1 .i-d2{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 500px;
}
.i-home-s1 .i-d2 .i-img-frame-icon{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 90px;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.i-form{
	border-image: url(images/i-home-s1-form-frame.png) 35 30;
	border-width: 25px;
	border-style: solid;
	padding: 40px 20px;
}
.i-form .form-control{
	background-color: #000;
	border: 1px solid #cd9d4d;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	margin-bottom: 20px;
}
.i-form .form-control:focus{
	box-shadow: 0px 0px 20px #cd9d4d;
}
.i-form .i-button1
{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #FFD683;
	text-shadow : 2px 1px 2px rgba(0,0,0, 0.45);
	border-width: 0px;
	background: url(images/i-home-s1-form-button1.png);
	background-size: cover;
	margin-bottom: 10px;
	animation: i-button1 1s infinite alternate-reverse;
}
@keyframes i-button1 {
	from {
		box-shadow : 0px 0px 0px #fb0000;
	}
	to {
		box-shadow : 0px 0px 20px #fb0000;
	}
}
.i-form .i-button2
{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #000000;
	text-shadow : 2px 1px 2px rgba(0,0,0, 0.45);
	border-width: 0px;
	background: url(images/i-home-s1-form-button2.png);
	background-size: cover;
	animation: i-button2 1s infinite alternate-reverse;
}
@keyframes i-button2 {
	from {

		box-shadow : 0px 0px 0px #fadd48;
	}
	to {
		box-shadow : 0px 0px 20px #fadd48;
	}
}
.i-home-s2{
	position: relative;
	overflow: hidden;
}
.i-home-s2 .i-inner{
	background-image: url(../images/i-home-s2-bg.png);
	background-size: cover;
	background-position: center;
}
.i-home-s2 .i-d1{
	padding: 222px 0px;
}
.i-home-s2 .i-d1 .i-img{
	/* width: 200px; */
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s2 .i-d1 .i-p{
	color: #ffffff;
}
.i-home-s2 .i-d2 .i-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.i-home-s3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.i-home-s3 .i-title{
	font-size : 40px;
	font-weight: 600;
	line-height : 50px;
	color : #E6E6E6;
	padding-bottom: 10px;
}
.i-home-s3 .i-d2{
	padding-bottom: 40px;
}
.i-home-s3 .i-d2 .nav .i-img{
	/* max-width: 100%; */
    max-width: 150px;
}
.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.i-home-s3 .nav-link{
	padding: 10px;
}
.i-home-s3 .nav-link .i-active{
	display: none;
}
.i-home-s3 .nav-link.active .i-active{
	display: block;
}
.i-home-s3 .i-d2 .tab-content .i-img{
	max-width: 100%;
	padding-bottom: 10px;
}
.i-home-s3 .tab-content{
	border: 7px solid #fff;
	padding: 30px 20px;
	border-color: #FFC655;
}
.i-home-s3 .nav-pills .nav-link.active {
	background-color: transparent;
}
.i-home-s3 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 20px;
	line-height: 62px;
	color : #FCEDE3;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-image: url('images/i-home-s3-button.png');
	background-size: cover;
	border-radius : 30px;
	padding: 0px 40px;
	animation: i-home-s3-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s3-button {
	from {

		box-shadow : 0px 0px 0px #FF0000;
	}
	to {
		box-shadow : 0px 0px 20px #FF0000;
	}
}
.i-home-s4{
	position: relative;
	overflow: hidden;
   
    margin-top: 1%;
    margin-bottom: 1%;
    
}
.i-home-s4 .i-img-bg{
	
	top: 0;
	left: 0;
	z-index: 0;
    
}
.i-home-s4 .i-img{
	width: 70%;
}
.i-home-s4 .i-d2{
	
	text-align: right;
}
.i-home-s4 .i-title{
	width: 350px;
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s4 .i-p1{
	padding-bottom: 50px;
    color : #ffffff;
}
.i-home-s5{
	padding-top: 30px;
	padding-bottom: 20px;
}
.i-home-s5 .i-title{
	font-size : 40px;
	line-height : 50px;
	color : #E6E6E6;
}
.i-home-s5 .nav-link{
	padding: 10px;
}
.i-home-s5 .nav-link .i-active{
	display: none;
}
.i-home-s5 .nav-link.active .i-active{
	display: block;
}
.i-home-s5 .i-d2 .nav .i-img{
	width: 170px;
	max-width: 100%;
	border-radius: 50%;
	border: 0px solid #0D7461;
}
.i-home-s5 .i-d2 .tab-content .i-img{
	max-width: 100%;
	padding-bottom: 20px;
}
.i-home-s5 .tab-content{
	border: 7px solid #fff;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	border-color: #FFC655;
	margin-bottom: 40px;
}
.i-home-s5 .nav-pills .nav-link.active {
	background-color: transparent;
}
.i-home-s5 .i-d2 .i-button{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	display: block;
	color: #000000;
	border : 2px solid #fadd48;
	border-radius : 33px;
	box-shadow: 0px 0px 20px #fadd48;
	padding: 10px;
	background : linear-gradient(0deg, rgba(203, 154, 75, 1) 0%, rgba(211, 167, 87, 1) 1.94%, rgba(224, 189, 106, 1) 6.13%, rgba(234, 206, 122, 1) 11.07%, rgba(241, 217, 132, 1) 17.2%, rgba(245, 224, 138, 1) 25.78%, rgba(246, 226, 140, 1) 49.62%, rgba(244, 222, 137, 1) 61.8%, rgba(237, 211, 126, 1) 73.52%, rgba(225, 191, 109, 1) 85.06%, rgba(209, 164, 84, 1) 96.43%, rgba(203, 154, 75, 1) 100%);
}
.i-home-s5 .tab-content .i-box{
	padding-bottom: 40px;
}
.i-home-s5 .i-d3 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 20px;
	line-height: 62px;
	color : #FCEDE3;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	border-radius : 30px;
	padding: 0px 40px;
	background-image: url('images/i-home-s3-button.png');
	background-size: cover;
	animation: i-home-s5-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s5-button {
	from {

		box-shadow : 0px 0px 0px #FF0000;
	}
	to {
		box-shadow : 0px 0px 20px #FF0000;
	}
}
.i-home-s6{
	
	position: relative;
	overflow: hidden;
    display: flex;
    align-items: center;
	height: auto;
}

.bg-sport{
    background-image:   url('../bg/bg-sport-new.png') ;
    background-position: center center ;
    background-repeat: no-repeat;
    background-size:  cover ;
	padding-top: 5%;
	padding-bottom: 5%;
	
}
.set-respon-sport{
	padding-top: 10%;
	padding-bottom: 10%;
}
@media only screen and (max-width: 991px) {
    .i-home-s6{
        height: auto;
		margin-bottom: 5%;
    }
	.bg-sport{
		background-size:  contain;
	}
}
.i-home-s6 .i-d1{
	/* padding-top: 60px;
    padding-bottom: 60px; */
}
.i-home-s6 .i-d2{
	padding-top: 110px;
	padding-bottom: 50px;
	padding-right: 80px;
	padding-left: 80px;
}
.i-home-s6 .i-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.i-home-s6 .i-img2{
	padding-bottom: 140px;
}
.i-home-s6 .i-title{
	width: 200px;
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s6 .i-img{
	max-width: 100%;
}
.i-home-s6 .i-p1{
    color : #ffffff;
}
.i-home-s6 .i-p2{
    color : #ffffff;
}
.i-home-s6 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 40px;
	line-height: 86px;
	color : #FCEDE3;
	white-space: nowrap;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-color: transparent;
	
	background-image: url('images/i-home-s6-form-button.png');
	/*background-image: url('images/sport-hm.png');*/
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid transparent;
	border-radius : 58px;
	padding: 0px 60px;
	animation: i-home-s6-button 0.6s infinite alternate-reverse;
}
.i-home-s4 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 40px;
	line-height: 86px;
	color : #FCEDE3;
	white-space: nowrap;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-color: transparent;
	
	background-image: url('images/i-home-s6-form-button.png');
	/*background-image: url('images/sport-hm.png');*/
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid transparent;
	border-radius : 58px;
	padding: 0px 60px;
	animation: i-home-s6-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s6-button {
	from {
		box-shadow : 0px 0px 0px #017d38;
	}
	to {
		box-shadow : 0px 0px 40px #017d38;
	}
}
.i-home-s7{
	padding-top: 70px;
	padding-bottom: 60px;
}
.i-home-s7 .nav-tabs{
	border-width: 0px;
	box-shadow : 4px 4px 5px rgba(0, 0, 0, 0.68);
	padding-bottom: 60px;
}
.i-home-s7 .nav-tabs .nav-link.active {
	background: linear-gradient(90deg, #ECE9E6 0%, #FFFFFF 100%);
}
.i-home-s7 .nav-item .nav-link{
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	color: #FCEDE3;
	white-space: nowrap;
	text-shadow : 2px 1px 2px rgb(0 0 0 / 45%);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 0%, #950101 15.1%, #EA544F 59.9%, #950101 100%);	border: 3px solid #000000;
	padding: 20px;
}
.i-home-s7 .nav-item:first-child .nav-link{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.i-home-s7 .nav-item:last-child .nav-link{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.i-home-s7 .nav-tabs .nav-link.active {
	color : #000000;
}
.i-home-s7 .i-d2 .tab-content{
	border: 5px solid #E6504B;

}
.i-home-s7 .i-d2 .i-outer{
    height: 400px;
    display: flex;
    align-content: space-between;
}
.i-home-s7 .i-d2 .i-inner {
	padding-right: 60px;
	padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}
.i-home-s7 .i-d2 .col-4:not(:last-child) {
	border-right: 4px solid #E6504B;
    
}
.i-home-s7 .i-d2 .i-content1{
	/*background-image: url('images/i-home-s7-content1-bg.png');*/
	/*background-size: cover;*/
	padding: 40px 20px
}
.i-home-s7 .i-d2 .i-content1 .i-box1{

}
.i-home-s7 .i-d2 .i-content1 .i-box1 .carousel-caption{
	position: relative;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	max-width: 600px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 40px;
}
.i-home-s7 .i-d2 .i-content1 .i-box1 .i-img{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content1 .i-p{
	padding-bottom: 20px;
    color : #ffffff;
}
.i-home-s7 .i-d2 .i-content1 .i-button-block{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content1 .i-button {
	font-weight: 700;
	color: #000000;
	text-shadow: 2px 1px 2px rgb(0 0 0 / 45%);
	background: rgb(229,188,51);
	background: linear-gradient(180deg, rgba(229,188,51,1) 0%, rgba(246,226,140,1) 50%, rgba(232,193,61,1) 100%);
	padding: 10px 40px;
	border: 2px solid #f9db46;
	border-radius: 30px;
}
.i-home-s7 .i-d2 .i-content2{
	padding: 50px 0px;
	background: #250605;
}
.i-home-s7 .i-d2 .i-content2 .i-title{
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	color: #FCEDE3;
	white-space: nowrap;
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content2 .i-description{
	font-size: 20px;
	line-height: 30px;
	color: #FCEDE3;
    height: 80px;
}
.i-home-s7 .i-d2 .i-content2 .i-img{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content3{
	background-image: url('images/i-home-s7-content1-bg.png');
	background-size: cover;
	padding: 40px 20px;
    color : #ffff;
    text-align: center;
	background: #250605;
}
.i-home-s7 .i-d2 .i-content3 .i-box1 .i-img{
	width: 30%;
	max-width: 200px;
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content3 .i-box1 .i-p{
	padding-bottom: 30px;
    color : #ffff;
}
.i-home-s7 .i-d2 .i-content3 .i-box2{
	margin: auto;
}
.i-home-s8{
	
}
.i-home-s8 .i-img{
	max-width: 100%;
	width: 50px;
	border-radius: 25px;
	padding: 5px;
	margin: 5px 3px;
}
.i-home-s9{
	padding-bottom: 20px;
}
.i-home-s9 .i-p{
	font-size : 20px;
	line-height: 30px;
	color : #ffffff;
}
.i-home-s10 .i-d1{
	position: fixed;
	bottom: 10%;
	right: 0;
}
.i-home-s10 .i-d1 .i-img{
	width: 100px;
	max-width: 100%;
}
@media only screen and (max-width: 414px) {
    .i-home-s10 .i-d1 .i-img{
       width: 50px;
       height: 50px;
    }
}
.i-loggedin{
	position: fixed;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	background-color: #820100;
	width: 100%;
	padding: 10px 0 18px 0;
	z-index: 999999999999 !important;
}
.i-home-s5 .nav-link{
    background: transparent !important;
}
.i-home-s5 .nav-item{
    background: transparent !important;
}
.i-home-s10 .i-d1{
	z-index: 99999 !important;
}
.i-loggedin .i-d1 .i-img{
	width: 40px;
	max-width: 100%;
}
.i-loggedin .i-d2 .i-p{
	font-size: 12px;
	line-height: 18px;
    color : #ffffff;
}
.i-loggedin .i-d2 .i-p2{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
    color : #ffffff;
}
.i-loggedin .i-d2 .i-img2{
	width: 25px;
	max-width: 100%;
	margin-right: -5px;
}
.i-loggedin .i-d3{
	padding: 12px;
}
.i-loggedin .i-d3 .i-button{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #820100;
	background-color: #ffffff;
	padding: 4px 22px;
	border-radius: 20px;
}
.i-loginform-modal .modal-content{
	background-color: transparent;
}

.i-loginform-modal .i-form{
	background-color: #000000;
}
@media only screen and (max-width: 1199px) {
	.i-home-s2 .i-d1 {
		padding: 132px 0px;
	}
	.i-home-s6 .i-button{
		font-size: 32px;
		line-height: 48px;
		padding: 8px 40px;
	}
	.i-home-s4 .i-button{
		font-size: 32px;
		line-height: 48px;
		padding: 8px 40px;
	}
}

@media only screen and (max-width: 991px) {
	#offcanvasRight .offcanvas-body{
		padding-bottom: 10rem;
	}
	#lottery .i-d2 {
	    padding-top: 0px !important; 
	}
	#lottery .i-d2>img {
		padding-bottom: 0px;
	}
	.i-home-s1 .i-menu .i-logo {
		max-height: 40px;
        padding-top: 10px;
        padding-left: 30px;
	}
	.i-home-s1 .i-menu .navbar{
		position: absolute;
	}
	.i-home-s1 .i-menu .navbar-toggler{
		text-align: left;
		width: 100%;
		padding: 0;
		border-width: 0px;
		box-shadow: none;
	}
	.i-home-s1 .i-menu .fixed-top .navbar-toggler{
		position: fixed;
		top: 12px;
		left: 12px;
	}
	.i-home-s1 .i-menu .navbar-collapse{
		position: absolute;
		top: 50px;
		left: 50px;
		max-width: 100px;
	}
	.i-home-s1 .i-menu .fixed-top .navbar-collapse{
		position: fixed;
		top: 12px;
	}
	.i-home-s1 .i-menu .navbar-nav{
		border: 2px solid #cc9b4c;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #000000;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-item{
		background-color: #000000;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-link{
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-item:not(:last-child) .nav-link{
		border-bottom: 2px solid #cc9b4c;
	}
	.i-home-s1 .i-menu .i-img {
		height: auto;
		width: 24px;
		padding-right: 5px;
	}
	.i-home-s1 .i-menu .i-img-menu {
		max-height: 54px;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-link:last-child {
		border-right-width: 0px;
	}
	.i-home-s1 .i-menu .i-nav-item {
		position: absolute;
		top: 0;
		right: 5px;
	}
	.i-home-s1 .i-menu .i-nav-item .nav-link{
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
	}
	.i-home-s1 .i-menu .i-nav-item .dropdown-menu{
		right: 0;
	}
	.i-home-s1 .i-menu .i-nav-item .dropdown-item{
		font-size: 12px;
		line-height: 16px;
		padding: 5px 15px;
	}
	.i-home-s2 .i-d1 {
		padding: 48px 0px;
	}
	.i-home-s6 .i-button{
		font-size: 18px;
		line-height: 27px;
		padding: 8px 38px;
	}
	.i-home-s4 .i-button{
		font-size: 18px;
		line-height: 27px;
		padding: 8px 38px;
	}
	.i-home-s7 .nav-item .nav-link {
		font-size: 22px;
		line-height: 33px;
		padding: 10px 0px;
	}
	.i-home-s7 .i-d2 .i-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-title {
		font-size: 24px;
		line-height: 36px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-description {
		font-size: 16px;
		line-height: 24px;
	}
	#withdraw-modal,#deposit-modal{
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0px;
	}
	.i-desktop {
		display: none;
	}
	.i-mobile {
		display: block;
	}
	.i-home-s1{
		padding-bottom: 0px;
	}
	.i-home-s1 .i-d1 .i-img-frame {
		bottom: 30px;
	}
	.i-home-s1 .i-form {
		padding: 20px 10px;
	}
	
	.i-home-s2 .i-d1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.i-home-s2 .i-d1 .i-p {

	}
	.i-home-s2 .i-d1 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s3 .i-title {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0px;
	}
	.i-home-s3 .nav-link{
		padding: 5px;
	}
	.i-home-s3 .nav-link .i-img2{
		width: 50%;
	}
	.i-home-s3 .tab-content .row>* {
		padding: 2px;
	}
	.i-home-s3 .i-d2 .tab-content .i-img {
		padding-bottom: 0px; 
	}
	.i-home-s3 .tab-content {
		border-width: 2px;
	}
	.i-home-s3 .i-button{
		font-size: 12px;
		line-height: 14px;
		padding: 6px 14px;
	}
	.i-home-s4 .i-title {
		padding-bottom: 10px;
	}
	.i-home-s4 .i-p1 {
		padding-bottom: 0px;
	}
	.i-home-s4 .i-d2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.i-home-s5 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.i-home-s5 .i-title {
		font-size: 14px;
		line-height: 16px;
	}
	.i-home-s5 .nav-link{
		padding: 5px;
	}
	.i-home-s5 .nav-link .i-img2{
		width: 50%;
	}
	.i-home-s5 .tab-content {
		border-width: 2px;
		margin-bottom: 40px;
		padding: 20px 20px 0px 20px
	}
	.i-home-s5 .tab-content .row>* {
		padding: 2px;
	}
	.i-home-s5 .i-d2 .i-button{
		font-size: 10px;
		line-height: 14px;
		padding: 0px;
	}
	.i-home-s5 .tab-content .i-box {
		padding-bottom: 20px;
	}
	.i-home-s5 .i-d2 .tab-content .i-img {
		max-width: 100%;
		padding-bottom: 5px;
	}
	.i-home-s5 .i-d3 .i-button{
		font-size: 12px;
		line-height: 14px;
		padding: 6px 14px;
	}
	.i-home-s6 .i-d1 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.i-home-s6 .i-d2 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0px; 
		padding-left: 0px; 
	}
	.i-home-s6 .i-p1 {
		margin-bottom: 0px;
	}
	.i-home-s6 .i-p2 {
		font-size: 10px;
		line-height: 12px;
	}
	.i-home-s6 .i-button {
		font-size: 11px;
		line-height: 30px;
		padding: 0px 30px;
	}
	.i-home-s4 .i-button {
		font-size: 11px;
		line-height: 30px;
		padding: 0px 30px;
	}
	.i-home-s6 .i-title {
		padding-bottom: 10px;
	}
	.i-home-s6 .i-img2 {
		padding-bottom: 20px;
	}
	.i-home-s7 {
		padding-bottom: 30px;
	}
	.i-home-s7 .nav-item .nav-link {
		font-size: 12px;
		line-height: 16px;
		border: 1px solid #000000;
	}
	.i-home-s7 .nav-tabs {
		padding-bottom: 20px;
	}
	.i-home-s7 .i-d2 .tab-content {
		border-width: 2px;
	}
	.i-home-s7 .i-d2 .i-content1 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-content1 .i-img{
		width: 30%;
		max-width: 30%;
	}
	.i-home-s7 .i-d2 .i-content1 .i-box1 .carousel-caption{
		font-size: 10px;
		line-height: 15px;
		width: 80%;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.i-home-s7 .i-d2 .i-content1 .i-button {
		padding: 5px 20px;
	}
	.i-home-s7 .i-d2 .i-content2 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-inner {
		padding-right: 0px;
		padding-left: 0px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-title {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-description {
		font-size: 8px;
		line-height: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .col-4:not(:last-child) {
		border-right-width: 2px;
	}
	.i-home-s7 .i-d2 .i-content3 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-content3 .i-box1 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content3 .i-box1 .i-p {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d3 .i-img{
		max-height: 10px;
	}
	.i-home-s7 .i-d3{
		padding-top: 10px;
	}
	.i-home-s7 .i-d3 .i-box{
		background-color: #f6e28c;
		font-size: 12px;
		color: #000;
		font-weight: 600;
		border: 1px solid #cc9b4c;
	}
	.i-home-s8 {
		padding-bottom: 20px;
	}
	.i-home-s8 .i-img{
		width: 40px;
		margin: 5px 2px;
	}
	.i-home-s9 {
		padding-bottom: 60px;
	}
	.i-home-s9 .i-p {
		font-size: 12px;
		line-height: 18px;
	}

   
}



.cssload-container{
	position:relative;
}
	
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(204,204,204);
	border-left-color: rgb(255,255,255);
	border-radius: 974px;
		-o-border-radius: 974px;
		-ms-border-radius: 974px;
		-webkit-border-radius: 974px;
		-moz-border-radius: 974px;
}

.cssload-whirlpool {
	margin: -24px 0 0 -24px;
	height: 49px;
	width: 49px;
	animation: cssload-rotate 1150ms linear infinite;
		-o-animation: cssload-rotate 1150ms linear infinite;
		-ms-animation: cssload-rotate 1150ms linear infinite;
		-webkit-animation: cssload-rotate 1150ms linear infinite;
		-moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -22px 0 0 -22px;
	height: 43px;
	width: 43px;
	animation: cssload-rotate 1150ms linear infinite;
		-o-animation: cssload-rotate 1150ms linear infinite;
		-ms-animation: cssload-rotate 1150ms linear infinite;
		-webkit-animation: cssload-rotate 1150ms linear infinite;
		-moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -28px 0 0 -28px;
	height: 55px;
	width: 55px;
	animation: cssload-rotate 2300ms linear infinite;
		-o-animation: cssload-rotate 2300ms linear infinite;
		-ms-animation: cssload-rotate 2300ms linear infinite;
		-webkit-animation: cssload-rotate 2300ms linear infinite;
		-moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}


.cssload-body {
	position: absolute;
	margin-left: -49px;
	left: 50%;
	animation: speeder 0.46s linear infinite;
		-o-animation: speeder 0.46s linear infinite;
		-ms-animation: speeder 0.46s linear infinite;
		-webkit-animation: speeder 0.46s linear infinite;
		-moz-animation: speeder 0.46s linear infinite;
}

.cssload-body > span {
	height: 5px;
	width: 34px;
	background: rgb(255,255,255);
	position: absolute;
	top: -19px;
	left: 58px;
	border-radius: 2px 10px 1px 0;
}

.cssload-base span {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 97px solid rgb(255,255,255);
	border-bottom: 6px solid transparent;
}

.cssload-base span:after {
	content: "";
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background: rgb(255,255,255);
	position: absolute;
	right: -107px;
	top: -16px;
}

.cssload-base span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 54px solid rgb(255,255,255);
	border-bottom: 16px solid transparent;
	top: -16px;
	right: -96px;
}

.cssload-face {
	position: absolute;
	height: 12px;
	width: 19px;
	background: rgb(255,255,255);
	border-radius: 19px 19px 0 0;
	transform: rotate(-40deg);
		-o-transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
		-moz-transform: rotate(-40deg);
	right: -122px;
	top: -15px;
}

.cssload-face:after {
	content: "";
	height: 12px;
	width: 12px;
	background: rgb(255,255,255);
	right: 4px;
	top: 7px;
	position: absolute;
	border-radius: 0 0 0 2px;
	transform: rotate(40deg);
		-o-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-moz-transform: rotate(40deg);
	transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
}

.cssload-body > span > span:nth-child(1),
.cssload-body > span > span:nth-child(2),
.cssload-body > span > span:nth-child(3),
.cssload-body > span > span:nth-child(4){
	width: 29px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	animation: fazer1 0.23s linear infinite;
		-o-animation: fazer1 0.23s linear infinite;
		-ms-animation: fazer1 0.23s linear infinite;
		-webkit-animation: fazer1 0.23s linear infinite;
		-moz-animation: fazer1 0.23s linear infinite;
}

.cssload-body > span > span:nth-child(2) {
	top: 3px;
	 animation: fazer2 0.46s linear infinite;
		-o-animation: fazer2 0.46s linear infinite;
		-ms-animation: fazer2 0.46s linear infinite;
		-webkit-animation: fazer2 0.46s linear infinite;
		-moz-animation: fazer2 0.46s linear infinite;
}

.cssload-body > span > span:nth-child(3) {
	top: 1px;
	animation: fazer3 0.46s linear infinite;
		-o-animation: fazer3 0.46s linear infinite;
		-ms-animation: fazer3 0.46s linear infinite;
		-webkit-animation: fazer3 0.46s linear infinite;
		-moz-animation: fazer3 0.46s linear infinite;
	animation-delay: -1.15s;
		-o-animation-delay: -1.15s;
		-ms-animation-delay: -1.15s;
		-webkit-animation-delay: -1.15s;
		-moz-animation-delay: -1.15s;
}

.cssload-body > span > span:nth-child(4) {
	top: 4px;
	animation: fazer4 1.15s linear infinite;
		-o-animation: fazer4 1.15s linear infinite;
		-ms-animation: fazer4 1.15s linear infinite;
		-webkit-animation: fazer4 1.15s linear infinite;
		-moz-animation: fazer4 1.15s linear infinite;
	animation-delay: -1.15s;
		-o-animation-delay: -1.15s;
		-ms-animation-delay: -1.15s;
		-webkit-animation-delay: -1.15s;
		-moz-animation-delay: -1.15s;
}

 fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

 fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

 fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

 fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}



.cssload-longfazers {
	position: absolute;
	width: 100%;
	height: 100%;
}

.cssload-longfazers span {
	position: absolute;
	height: 2px;
	width: 20%;
	background: rgb(255,255,255);
}

.cssload-longfazers span:nth-child(1) {
	top: 20%;
	animation: cssload-lf 0.69s linear infinite;
		-o-animation: cssload-lf 0.69s linear infinite;
		-ms-animation: cssload-lf 0.69s linear infinite;
		-webkit-animation: cssload-lf 0.69s linear infinite;
		-moz-animation: cssload-lf 0.69s linear infinite;
	animation-delay: -5.75s;
		-o-animation-delay: -5.75s;
		-ms-animation-delay: -5.75s;
		-webkit-animation-delay: -5.75s;
		-moz-animation-delay: -5.75s;
}

.cssload-longfazers span:nth-child(2) {
	top: 40%;
	animation: cssload-lf 0.92s linear infinite;
		-o-animation: cssload-lf 0.92s linear infinite;
		-ms-animation: cssload-lf 0.92s linear infinite;
		-webkit-animation: cssload-lf 0.92s linear infinite;
		-moz-animation: cssload-lf 0.92s linear infinite; 
	animation-delay: -1.15s;
		-o-animation-delay: -1.15s;
		-ms-animation-delay: -1.15s;
		-webkit-animation-delay: -1.15s;
		-moz-animation-delay: -1.15s;
}

.cssload-longfazers span:nth-child(3) {
	top: 60%;
	animation: cssload-lf 0.69s linear infinite;
		-o-animation: cssload-lf 0.69s linear infinite;
		-ms-animation: cssload-lf 0.69s linear infinite;
		-webkit-animation: cssload-lf 0.69s linear infinite;
		-moz-animation: cssload-lf 0.69s linear infinite; 
}

.cssload-longfazers span:nth-child(4) {
	top: 80%;
	animation: cssload-lf 0.58s linear infinite;
		-o-animation: cssload-lf 0.58s linear infinite;
		-ms-animation: cssload-lf 0.58s linear infinite;
		-webkit-animation: cssload-lf 0.58s linear infinite;
		-moz-animation: cssload-lf 0.58s linear infinite; 
	animation-delay: -3.45s;
		-o-animation-delay: -3.45s;
		-ms-animation-delay: -3.45s;
		-webkit-animation-delay: -3.45s;
		-moz-animation-delay: -3.45s;
}



@keyframes fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

}
}

@-o-keyframes fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

}
}

@-ms-keyframes fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

}
}

@-webkit-keyframes fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

}
}

@-moz-keyframes fazer1 {0% {left: 0;} 100% {left: -78px;opacity: 0;}}

}
}

@keyframes fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

}
}

@-o-keyframes fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

}
}

@-ms-keyframes fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

}
}

@-webkit-keyframes fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

}
}

@-moz-keyframes fazer2 {0% {left: 0;} 100% {left: -97px;opacity: 0;}}

}
}

@keyframes fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

}
}

@-o-keyframes fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

}
}

@-ms-keyframes fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

}
}

@-webkit-keyframes fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

}
}

@-moz-keyframes fazer3 {0% {left: 0;} 100% {left: -49px;opacity: 0;}}

}
}

@keyframes fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}

}
}

@-o-keyframes fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}

}
}

@-ms-keyframes fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}

}
}

@-webkit-keyframes fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}

}
}

@-moz-keyframes fazer4 {0% {left: 0;} 100% {left: -146px;opacity: 0;}}

}
}

@keyframes speeder {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -3px) rotate(-1deg); }
	20% { transform: translate(-2px, 0px) rotate(1deg); }
	30% { transform: translate(1px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 3px) rotate(-1deg); }
	60% { transform: translate(-1px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-2px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 1px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@-o-keyframes speeder {
	0% { -o-transform: translate(2px, 1px) rotate(0deg); }
	10% { -o-transform: translate(-1px, -3px) rotate(-1deg); }
	20% { -o-transform: translate(-2px, 0px) rotate(1deg); }
	30% { -o-transform: translate(1px, 2px) rotate(0deg); }
	40% { -o-transform: translate(1px, -1px) rotate(1deg); }
	50% { -o-transform: translate(-1px, 3px) rotate(-1deg); }
	60% { -o-transform: translate(-1px, 1px) rotate(0deg); }
	70% { -o-transform: translate(3px, 1px) rotate(-1deg); }
	80% { -o-transform: translate(-2px, -1px) rotate(1deg); }
	90% { -o-transform: translate(2px, 1px) rotate(0deg); }
	100% { -o-transform: translate(1px, -2px) rotate(-1deg); }
}

@-ms-keyframes speeder {
	0% { -ms-transform: translate(2px, 1px) rotate(0deg); }
	10% { -ms-transform: translate(-1px, -3px) rotate(-1deg); }
	20% { -ms-transform: translate(-2px, 0px) rotate(1deg); }
	30% { -ms-transform: translate(1px, 2px) rotate(0deg); }
	40% { -ms-transform: translate(1px, -1px) rotate(1deg); }
	50% { -ms-transform: translate(-1px, 3px) rotate(-1deg); }
	60% { -ms-transform: translate(-1px, 1px) rotate(0deg); }
	70% { -ms-transform: translate(3px, 1px) rotate(-1deg); }
	80% { -ms-transform: translate(-2px, -1px) rotate(1deg); }
	90% { -ms-transform: translate(2px, 1px) rotate(0deg); }
	100% { -ms-transform: translate(1px, -2px) rotate(-1deg); }
}

@-webkit-keyframes speeder {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -3px) rotate(-1deg); }
	20% { -webkit-transform: translate(-2px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(1px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 3px) rotate(-1deg); }
	60% { -webkit-transform: translate(-1px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(3px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-2px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@-moz-keyframes speeder {
	0% { -moz-transform: translate(2px, 1px) rotate(0deg); }
	10% { -moz-transform: translate(-1px, -3px) rotate(-1deg); }
	20% { -moz-transform: translate(-2px, 0px) rotate(1deg); }
	30% { -moz-transform: translate(1px, 2px) rotate(0deg); }
	40% { -moz-transform: translate(1px, -1px) rotate(1deg); }
	50% { -moz-transform: translate(-1px, 3px) rotate(-1deg); }
	60% { -moz-transform: translate(-1px, 1px) rotate(0deg); }
	70% { -moz-transform: translate(3px, 1px) rotate(-1deg); }
	80% { -moz-transform: translate(-2px, -1px) rotate(1deg); }
	90% { -moz-transform: translate(2px, 1px) rotate(0deg); }
	100% { -moz-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes cssload-lf {
	0% {left: 200%;} 
	100% {left: -200%;opacity: 0;}
}

@-o-keyframes cssload-lf {
	0% {left: 200%;} 
	100% {left: -200%;opacity: 0;}
}

@-ms-keyframes cssload-lf {
	0% {left: 200%;} 
	100% {left: -200%;opacity: 0;}
}

@-webkit-keyframes cssload-lf {
	0% {left: 200%;} 
	100% {left: -200%;opacity: 0;}
}

@-moz-keyframes cssload-lf {
	0% {left: 200%;} 
	100% {left: -200%;opacity: 0;}
}

.gamePreload{
    margin-top: 5%;
    display: none;
}
.bg-cus1{
    background: #A4100F !important;
    color: azure !important;
}
.bank-option{
    cursor: pointer;
    opacity: 0.3;
    max-width: 64px;
    margin:5px 5px 5px 5px;
}
.bank-option:hover,.bank-option.active{
    cursor: pointer;
    opacity: 1;
}
.PL_name{
    text-transform: uppercase;
}
.modal-content {
    border-color: goldenrod;
    background-color: #212529;
}
.i-home-s3 .i-d2 .nav .i-img {
    /* max-width: 100%; */
    max-width: 100% !important;
}
.i-home-s3 .nav-link {
    padding: 0px !important;
}
#i-modal .modal-dialog{
	top: 18%;
}
#i-modal .modal-dialog .modal-body{
	background: #000;
}
.-text-support-container {
    color: #f0f0f0;
    font-weight: 600;
    text-align: right;
    position: relative;
    bottom: -13px;
    right: 15px;
    font-size: 16px;
    line-height: 24px;
}
.-text-support-container .-ic {
    width: 24px;
}
.list-group-item a{
	font-size: 20px;
}
.list-group-item i{
	font-size: 22px;
}

@media (max-width: 991px) {
    body{
    	padding-top: 0px !important;
    }
    .owl-theme .owl-dots, .owl-theme .owl-nav {
	    padding-top: 5px;
	}
    .i-home-s1 .i-menu .navbar-toggler {
	    width: auto !important;
	}
	.i-home-s1 .i-menu .navbar-collapse {
	    position: absolute;
	    top: 6px !important;
	    left: 46px;
	    right: 45px !important;
	    max-width: 100px;
	}
	.i-home-s3 .nav-link .i-img2 {
	    width: 100% !important;
	}
	#gameItems .col-6{
		width: 25% !important;
	}
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	    display: inline-block !important;
	    padding-left: 25px !important;
	}
	.i-home-s1 .i-menu .navbar-toggler {
	    width: 100%;
	    position: absolute;
	    left: 12px;
	    top: 6px;
	}
	.i-home-s3 .i-d2 {
	    padding-bottom: 5px;
	}
	#offcanvasRight .list-group-flush>.list-group-item {
	    line-height: 45px;
	}
	.i-home-s7 {
	    padding-top: 10px;
	}
	#promotion p{
		margin-bottom: 5px !important;
	}
	.i-home-s7 .i-d2 .i-content1 .i-button-block {
	    padding-bottom: 30px;
	    padding-top: 20px;
	}
	.i-home-s5 {
	    padding-top: 5px;
	    padding-bottom: 0px;
	}
	.-text-support-container {
	    color: #f0f0f0;
	    font-weight: 600;
	    text-align: right;
	    position: relative;
	    bottom: -13px;
	    right: 15px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.i-loggedin .i-d2{
		width: 44%;
	}
	.i-loggedin .i-d3 {
	    padding: 12px 5px 12px 0;
	}
	.mt-5 {
	    margin-top: 0rem !important;
	}
}
@media only screen and (max-width: 767px) {
    .list-group-flush>.list-group-item{
        font-size: 15px;
    }
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #d89d23 !important;
}
.slidegame .owl-next span, .slidegame .owl-prev span {
    font-size: 30px;
    color: #FFF;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.slidegame .owl-prev {
    position: absolute;
    left: -10px;
    top: 30%;
    width: 30px;
}
.slidegame .owl-next {
    position: absolute;
    right: -10px;
    top: 30%;
    width: 30px;
}
.slidepro .owl-next span, .slidepro .owl-prev span {
    font-size: 30px;
    color: #FFF;
}

.slidepro .owl-prev {
    position: absolute;
    left: -10px;
    top: 45%;
    width: 30px;
}
.slidepro .owl-next {
    position: absolute;
    right: -10px;
    top: 45%;
    width: 30px;
}
.i-home-s3 img{
	max-width: 100% !important;
}
@media (max-width: 600px){
	.slidegame .owl-prev {
		left: -5px;
	    top: 20%;
	}
	.slidegame .owl-next {
	    top: 20%;
	    right: -5px;
	}
}
@media (max-width: 500px){
	.slidegame .owl-prev {
	    top: 20%;
	    width: 20px;
	    left: -5px;
	}
	.slidegame .owl-next {
	    top: 20%;
	    width: 20px;
	    right: -5px;
	}
	.slidegame .owl-item{
		margin-right: 0px !important;
	}
	.ssd .card-body{
		padding: 0px !important;
	}
}
.hoverx{
	display: inline-block !important;
}
.i-active2{
	display: none;
}
.preload-stg{
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.816);
    z-index: 9999999999;
    left: 0px  !important;
    top: 0  !important;
}
.offcanvas.offcanvas-end.show,.offcanvas.offcanvas-end.show .list-group li,.offcanvas.offcanvas-end.show .card.border-0.shadow{
	background: #cecbc3;
}
.list-group-flush {
    line-height: 50px;
}
#offcontent{
	padding: 0px !important;
}
.nt-text{
    

font-family: Prompt;
font-style: normal;
font-weight: bold;
font-size: 50px;

color: #E1B952;
}
.post-box{
    border: 2px solid rgba(251, 195, 6, 0.9);
box-sizing: border-box;
border-radius: 40px;
}
.post-box img{
    border-start-end-radius: 40px;
    border-start-start-radius: 40px;
    height: 250px;
}
.card-post a{
    /* font-family: Roboto; */
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
/* text-align: justify; */

color: #E1B952 !important;
}
.card-post a{

}



.border-red-game{
    border: 3px solid #F40000;
box-sizing: border-box;
border-radius: 8.18515px;
margin: 3px;
}

.i-home-s5 .nav-item{
    margin: 3px;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link{
    /* border: 3px solid #FF0000; */
box-sizing: border-box;
border-radius: 8.18515px;

}

.i-trader-s6-5{
    margin-top: 3%;
    margin-bottom: 3%;
    height: auto;
    max-width: 100%;
    width: 100%;
    background-image: url('../bg/bg-trader.png');
    background-position: center center ,  center right;
    background-repeat: no-repeat;
    background-size: cover , auto;
    display: flex;
    padding-top: 15%;
    padding-bottom: 15%;
	
	
}

.i-trader-s6-5 h1{
    color: white;
}
.slidepro .owl-next span, .slidepro .owl-prev span{
    display: none;
}

.i-buttom-register{
    border: none;
    width: auto;
    min-width: 20vh;
	padding: 0;
    height: auto;
    min-height: 5vh;
    color: #ffffff;
background: linear-gradient(90deg, #E52D27 0%, #B31217 100%);
border-radius: 35.171px;
font-weight: bold;
font-size: 16px;
border-radius: 15px;
}
@media only screen and (max-width: 1024px){
.i-buttom-register{
    min-width: 12vh;
    min-height: 3.5vh;
}
}
@media only screen and (max-width: 576px){
.i-buttom-register{
	width: 140px;
    min-width: 6vh;
    min-height: 4vh;
	}
	.i-button-promotion{
		min-height: 5vh;
	}
}


.i-buttom-login{
    border: none;
    width: auto;
    min-width: 15vh;
    height: auto;
    min-height: 4vh;
    color: #ffffff;
background: linear-gradient(90deg, #E52D27 0%, #B31217 100%);
border-radius: 21.4715px;

font-weight: bold;
font-size: 16px;

border-radius: 12px;
}
@media only screen and (max-width: 991px){
    .i-buttom-login{
        
        min-width: 0;
        min-height: 0;
        font-size: 12px;
        background: none;
        color: #F6E28C;
        font-weight: normal;
        
    }
}


.bg-slot{
    background-image:  url('../bg/bg-slot-new.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  cover;
	
}
@media only screen and (max-width: 991px) {
	.bg-slot{
		background-size:  contain;
	}
}
.carousel.pointer-event{

}
.bg-banner{
    background: black;
    background-image: url('../bg/bg-banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
@media only screen and (max-width: 767px) {
    .carousel-item{
        margin-top: 15%;
        margin-bottom: 10%;
    }
}


.bg-casino{
     background-image:  url('../bg/bg-shadow.png') ,url('../bg/bg-casino.png');
    background-position: center center,center center;
    background-repeat: no-repeat;
    background-size:  cover,contain;
}


.text-promotion{
    color: white;
    font-weight: 500;
font-size: 24px;
line-height: 45px;

}
.set-text{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
    .text-promotion{
        font-size: 20px;
line-height: 30px;
    }
    .text-promotion br{
       
    }
}
.set-game-sport{
	
}

@media only screen and (max-width: 767px){
	.set-height-promotion{
		margin-top: 15% !important;
	}
}
.carousel-control-next-icon{
	display: none;
}
.carousel-control-prev-icon{
	display: none;
}
.carousel-control-next, .carousel-control-prev{
	display: none;
}


.bg-shadow-banner{
	position: absolute;
	bottom: -15px;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.owl-theme .owl-dots .owl-dot span{
	background: #C4C4C4;
}
.owl-carousel .active span {
	background: #EA544F !important;
}




.not-found h1 {
    color: #A53133 !important;
    font-size: clamp(14px, 3vw, 42px) !important;
}

.promotion-page .card {
    background: transparent !important;
    border: 1.54331px solid #A53133 !important;
    padding: 2% !important;
    border-radius: 0 !important;
}

.promotion-page .card .card-header,
.card-body {
    padding: 0 !important;
}

.promotion-page .card .card-body .card-title {
    color: #A53133 !important;
    font-size: clamp(13px, 2vw, 20px) !important;
    font-weight: bold !important;
}

.promotion-page .card .card-body .card-text {
    color: white !important;
    font-size: clamp(12px, 2vw, 20px) !important;
}

.promotion-inside-page {
    display: grid;
    grid-template-columns: 49.3% 49.3%;
    gap: 1rem;
    justify-content: center;
}

.blog-inside-page {
    display: grid !important;
    grid-template-columns: 33.2% 33.2% 33.2% !important;
    gap: 1rem !important;
    justify-content: center !important;
    max-width: 100% !important;
    width: 100% !important;
    align-items: flex-start !important;
}

.blog-page .card {
    background: transparent !important;
    border: 4px solid #A53133 !important;
    padding: 4% !important;
    border-radius: 20px !important;
}

.blog-page .card .card-header,
.card-body {
    padding: 0 !important;
}

.blog-page .card .card-body .card-title {
    color: #A53133 !important;
    font-weight: bold !important;
    font-size: clamp(13px, 2vw, 20px) !important;
    text-align: center !important;
}

.blog-page .card .card-body .card-text {
    color: rgb(0, 0, 0) !important;
    font-size: clamp(12px, 2vw, 20px) !important;
}

.post-page p,
ul,
ul li {
    color: rgb(0, 0, 0);
    font-size: clamp(12, 2vw, 20px);
}

.title-post-page {
    color: #A53133;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
}

.style-blog-in-post .card .card-header img {
    border-radius: 10px !important;
	height: 100%;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.pagination .page-link {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #A53133;
    box-sizing: border-box;
    border-radius: 100px;
    margin: 20px;
    color: #A53133;
    font-size: 12;
}

.pagination .page-link:hover {
    background: #A53133;
    color: black;
}

@media screen and (max-width: 900px) {
    .promotion-inside-page .card:last-child {
        display: none;
    }

    .promotion-inside-page {
        grid-template-columns: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 900px) {
    .blog-inside-page {
        grid-template-columns: 49% 49%;
        ;
    }
}

@media only screen and (max-width: 900px) {
    .style-blog-in-post .card:last-child {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .pagination .page-link {
        width: 25px;
        height: 25px;
        margin: 10px;
        font-size: 8px;
        padding: 0;
    }

    .button-promotion-page {
        padding: 4px 15px;
    }

    .blog-page .card {
        border: 2px solid #A53133 !important;;
    }
}

@media only screen and (max-width: 360px) {
    .pagination .page-link {
        width: 20px;
        height: 20px;
    }

    .button-promotion-page {
        padding: 5px 14px;
        font-size: 10px;
    }
}

.page-item:first-child .page-link {
    border-radius: 100px;
}

.page-item:last-child .page-link {
    border-radius: 100px;
}

.pagination .active {
    background: #A53133;
    color: black;
}


.title-blog {
    color: #A53133;
    text-align: center;
    font-size: clamp(18px, 3vw, 40px);
    font-weight: bold;
}

.link-blog {
    color: #A53133;
    display: flex;
    justify-content: flex-end;
}

.link-blog:hover {
    color: #A53133;
}

.link-blog-main {
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
}

.link-blog-main:hover {
    color: rgb(0, 0, 0) !important;
}

.button-style-post {

    background: #A53133;
    border-radius: 20px;
    min-width: 160px;
    padding: 4px 0;
    border: 2px solid #A53133;
    font-size: clamp(12px, 2vw, 20px);
}

@media screen and (max-width: 576px) {
    .button-style-post {
        max-width: 100%;
        width: 80%;
        min-width: 0;
        padding: 3.5% 0;
    }
}

.set-padding-post {
    padding: 2.5%;
}

.link-a-blog {
    color: #A53133;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
    text-align: right;
}

.link-in-text,
.link-in-text:hover {
    color: #A53133;
}

.box-border-register {
    border: 3px solid #A53133;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.box-border-register h5 {
    color: #A53133;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
}

.box-border-register p {
    color: #000000;
}

.set-padding-title-register {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .set-padding-title-register {
        padding-top: 2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 0;
    }

    .box-border-register {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 380px) {
    .set-padding-title-register {
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 0;
    }
}

ul{
	margin: 0 !important;
}