.tac
{
	text-align:center;
}

.header
{
	background:linear-gradient(to top,#A88BEB 0%,#F8CEEC 100%);
}

.bodywork
{
	background:linear-gradient(to left,#A88BEB 0%,#F8CEEC 100%);
}

.gameslider-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gameslider-box2 {
    position: relative;
}

.gameslider-box3 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #A88BEB;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    flex-direction: column;
    padding: 0px 20px;
    left: -300%;
    transition: all .3s ease;
}

.gameslider-box3 h4 {
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.redbtn {
    color: #fff;
    text-align: center;
    border: 0px solid #A88BEB;
    padding: 5px 12px;
    background: #5F0A87;
    transition: 0.5s ease-in-out;
    display: inline-block;
    font-weight: 700;
}

.gameslider-box2:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.progress {
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #fff;
    border-radius: 0;
}

.progress-bar-striped{
	background-image:linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.btnlinks a {
    display: inline-block;
    background: linear-gradient(to right, #A88BEB 0%, #c59dba 100%);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px 5px;
    font-size: 22px;
    min-width: 40%;
    text-decoration: none;
    color: white;
}
.btnlinks {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid #5F0A87;
    text-align: center;
}
.social-item li {
    display: inline-block;
}
.amp-social-share-facebook {
    background-color: #32529f;
}
.fb
{
background:#32529f;
}
.twitter
{
background:#000;
}
.insta
{
	background:#cc2366;
}
.social-item
{
text-align:center;
}
.social-item ul
{
display:inline-block;
}
.social-item li {
    display: inline-block;
    width: 60px;
    height: 60px;
}
.footer
{
padding:25px 0;
background:linear-gradient(to top,#A88BEB 0%,#F8CEEC 100%);
}
.footer p
{
margin:0;
	color:#fff;
	font-size:12px;
}

.jackpotbg img
{
	width:100%;
}