.header, .header.nav-fixed {
	background-color: rgba(0, 0, 0, 0.9);
}

.index2 .header .mainmenu-area {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.anchor {
	position: relative;
}

.anchor > div {
	position: absolute;
	top: -90px;
}

.index2 .hero-area {
	padding: 290px 0px 350px
}

.about-section .about-box .about-box-inner {
	padding: 0;
	
}

.aboutbox-image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 60px;
	background: url('../images/betplay/fruit-party-bg.jpg') no-repeat center center;
}

.aboutbox-content {
	background: linear-gradient(to left, #3b1f75, #4749b4);
	padding: 60px;
}

.single-game img {
    -webkit-animation: none;
    animation: none; 
}

.about-section .about-box .about-box-inner .section-heading {
	padding-top: 0 !important;
}

.activities .btc-lightning-left .section-heading {
	margin-bottom: 0;
}

.btc-lightning-right {
	position: relative;
	min-height: 380px;
	max-width: 420px;
	margin: 0 auto;
}

.btc-logo {
	position: absolute;
    left: 50%;
	bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: -5;
	-webkit-animation: btcanimate 5s linear infinite;
	animation: btcanimate 5s linear infinite;
}

.btc-bolt {
	position: absolute;
    right: 18%;
	bottom: 0;
	z-index: -5;
	-webkit-animation: boltanimate 5s linear infinite;
	animation: boltanimate 5s linear infinite;
}

@keyframes btcanimate {
  0% {
    margin-bottom: 0px; 
	}
  50% {
    margin-bottom: 80px; 
	}
  100% {
    margin-bottom: 0px; 
	} 
}

@keyframes boltanimate {
  0% {
    margin-bottom: 40px; 
	}
  30% {
    margin-bottom: 70px; 
	}
  80% {
    margin-bottom: 20px; 
	}
  100% {
    margin-bottom: 40px; 
	} 
}

lite-youtube {
	margin: 60px auto 0;
}

.play-button {
	margin-top: 60px;
	text-align: center;
}