/* Base */
body {
	font-family: 'Helvethaica', 'Helvetica', sans-serif;
	position: relative;
	color: #000;
}

.wrapper {
	max-width: 1920px;
	position: relative;
	z-index: 2;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
}

h1, h2 {
	color: #5B3E16;
	font-family: 'Helvethaica', 'Helvetica', sans-serif;
}

a {
	text-decoration: none;
}


/* Main */
.main-container {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(https://winningkings888.com/wp-content/uploads/2024/07/bg-1.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100vh;
	width: 100%;
}
.scroll-container {
	align-self: center;
	position: relative;
    text-align: right;
    margin: 6vh 13.25% 0 auto;
}
.scroll-banner {
	display: none;
	max-width: 620px;
	transition: all0.5s ease-in;
}
.scroll-banner.active {
	display: inline-block;
}
.mobile-king-container { 
	display: none; 
	width: 100%;
	text-align: center;
	position: relative;
}
.mobile-king-container .mobile-scroll {
	width: 90%;
	margin: 20px auto;
}
.mobile-king-container .mobile-promo {
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	display: none;
}
.mobile-king-container .mobile-promo.active {
	display: block;
}


.scroll-tab {
	max-width: 1110px;
	margin: 2.5vh auto 12vh;
	align-self: center;
	background-image: url(https://winningkings888.com/wp-content/uploads/2024/07/cscroll.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 60px 125px 75px;
}
.scroll-tab #tabs {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.scroll-tab #tabs li {
	display: inline-block;
}
.scroll-tab ol, ul {
	margin: 0;
	font-size: 21px;
}
#tabs li .tab-btn {
	color: #5B3E16;
	border: 2px solid #5B3E16;
	font-weight: normal;
	font-size: 30px;
	padding: 5px 20px;
    min-width: 130px;
	cursor: pointer;
	font-weight: 200;
}
#tabs li .tab-btn:first-child {
	margin-right: 15px;
}
#tabs li .tab-btn.active {
	background-color: #5B3E16;
	color: #fff;
	font-weight: normal;
}
.tab-container {
	max-height: 470px;
	overflow: auto;
	font-size: 28px;
	padding-right: 25px;
	display: none;
}
.tab-container.active {
	display: block;
}
.tab-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: transparent;
}

.tab-container::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.tab-container::-webkit-scrollbar-thumb {
	background-color: #5B3E16;
	border: 1px solid #555555;
}
.tab-container h2 {
	text-align: center;
	/*font-size: 2em;*/
	margin: 20px auto 5px;
	color: #B8300F;
	
}
.tab-container h3 {
	color: #B8300F;
}
.tab-container p {
	font-weight: normal;
	font-size: 21px;
}
.tab-container td, .tab-container th {
    border: 1px solid #000;
    padding: 0 5px;
}


/* Animation */
.float {
	-webkit-animation: float 6s ease-in-out infinite;
	        animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


/* Bokeh effect */
.bokeh-background {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
}

.bokeh-background span {
  width: 5vmin;
  height: 5vmin;
  border-radius: 50%;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bokeh-background span:nth-child(1) {
  color: #71412C;
  top: 22%;
  left: 32%;
  animation-duration: 24.7s;
  animation-delay: -7.3s;
  transform-origin: -21vw -20vh;
  box-shadow: 40vmin 0 13.6987475517vmin #71412C;
}
.bokeh-background span:nth-child(2) {
  color: #BD9334;
  top: 18%;
  left: 59%;
  animation-duration: 23.7s;
  animation-delay: -9.3s;
  transform-origin: 21vw -7vh;
  box-shadow: 40vmin 0 11.6682366176vmin #BD9334;
}
.bokeh-background span:nth-child(3) {
  color: #DEBE5A;
  top: 9%;
  left: 56%;
  animation-duration: 21.2s;
  animation-delay: -6.5s;
  transform-origin: -2vw 24vh;
  box-shadow: -40vmin 0 11.7422101946vmin #DEBE5A;
}
.bokeh-background span:nth-child(4) {
  color: #E3CE76;
  top: 22%;
  left: 28%;
  animation-duration: 22.4s;
  animation-delay: -14.8s;
  transform-origin: -19vw -8vh;
  box-shadow: -40vmin 0 6.5333769799vmin #E3CE76;
}
.bokeh-background span:nth-child(5) {
  color: #71412C;
  top: 88%;
  left: 41%;
  animation-duration: 25.7s;
  animation-delay: -13.9s;
  transform-origin: 1vw 15vh;
  box-shadow: -40vmin 0 14.3547320096vmin #71412C;
}
.bokeh-background span:nth-child(6) {
  color: #BD9334;
  top: 94%;
  left: 54%;
  animation-duration: 25.8s;
  animation-delay: -15s;
  transform-origin: 10vw 19vh;
  box-shadow: 40vmin 0 13.5725726067vmin #BD9334;
}
.bokeh-background span:nth-child(7) {
  color: #DEBE5A;
  top: 20%;
  left: 5%;
  animation-duration: 25.9s;
  animation-delay: -3.8s;
  transform-origin: 20vw -13vh;
  box-shadow: 40vmin 0 6.6614597079vmin #DEBE5A;
}
.bokeh-background span:nth-child(8) {
  color: #E3CE76;
  top: 54%;
  left: 34%;
  animation-duration: 24.6s;
  animation-delay: -13.2s;
  transform-origin: -11vw -7vh;
  box-shadow: 40vmin 0 11.9068031359vmin #E3CE76;
}
.bokeh-background span:nth-child(9) {
  color: #71412C;
  top: 37%;
  left: 31%;
  animation-duration: 24.3s;
  animation-delay: -0.9s;
  transform-origin: 15vw 7vh;
  box-shadow: -40vmin 0 5.5933114709vmin #71412C;
}
.bokeh-background span:nth-child(10) {
  color: #BD9334;
  top: 78%;
  left: 65%;
  animation-duration: 23.9s;
  animation-delay: -3.3s;
  transform-origin: -19vw 7vh;
  box-shadow: -40vmin 0 11.8317717301vmin #BD9334;
}
.bokeh-background span:nth-child(11) {
  color: #DEBE5A;
  top: 80%;
  left: 21%;
  animation-duration: 21.2s;
  animation-delay: -7s;
  transform-origin: -6vw -1vh;
  box-shadow: 40vmin 0 6.8794036382vmin #DEBE5A;
}
.bokeh-background span:nth-child(12) {
  color: #E3CE76;
  top: 12%;
  left: 82%;
  animation-duration: 23.5s;
  animation-delay: -12.9s;
  transform-origin: -12vw 14vh;
  box-shadow: -40vmin 0 14.3696992387vmin #E3CE76;
}
.bokeh-background span:nth-child(13) {
  color: #71412C;
  top: 82%;
  left: 44%;
  animation-duration: 20.4s;
  animation-delay: -7.4s;
  transform-origin: -1vw -22vh;
  box-shadow: 40vmin 0 7.3836880133vmin #71412C;
}
.bokeh-background span:nth-child(14) {
  color: #BD9334;
  top: 5%;
  left: 49%;
  animation-duration: 20.5s;
  animation-delay: -10.6s;
  transform-origin: 23vw 1vh;
  box-shadow: 40vmin 0 9.083932189vmin #BD9334;
}
.bokeh-background span:nth-child(15) {
  color: #DEBE5A;
  top: 18%;
  left: 42%;
  animation-duration: 25.2s;
  animation-delay: -7.1s;
  transform-origin: -16vw -12vh;
  box-shadow: 40vmin 0 12.6741130561vmin #DEBE5A;
}
.bokeh-background span:nth-child(16) {
  color: #E3CE76;
  top: 84%;
  left: 33%;
  animation-duration: 22.5s;
  animation-delay: -12.2s;
  transform-origin: 4vw -14vh;
  box-shadow: -40vmin 0 11.6277268882vmin #E3CE76;
}
.bokeh-background span:nth-child(17) {
  color: #71412C;
  top: 9%;
  left: 89%;
  animation-duration: 20.3s;
  animation-delay: -13.1s;
  transform-origin: -19vw 10vh;
  box-shadow: -40vmin 0 7.3600102778vmin #71412C;
}
.bokeh-background span:nth-child(18) {
  color: #BD9334;
  top: 19%;
  left: 27%;
  animation-duration: 23.5s;
  animation-delay: -12.2s;
  transform-origin: -23vw 23vh;
  box-shadow: 40vmin 0 7.0571626986vmin #BD9334;
}
.bokeh-background span:nth-child(19) {
  color: #DEBE5A;
  top: 82%;
  left: 51%;
  animation-duration: 26s;
  animation-delay: -7.4s;
  transform-origin: 23vw -3vh;
  box-shadow: -40vmin 0 13.5182943353vmin #DEBE5A;
}
.bokeh-background span:nth-child(20) {
  color: #E3CE76;
  top: 80%;
  left: 15%;
  animation-duration: 23.3s;
  animation-delay: -4.6s;
  transform-origin: 8vw 11vh;
  box-shadow: 40vmin 0 7.3775045069vmin #E3CE76;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}



/* Responsive */
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1440px) {
	.scroll-container img {
		max-width: 45%;
	}
}
@media screen and (max-width: 1366px) {
	.link-container a { font-size: 21px; }
	.scroll-container img {
		max-width: 40%;
	}
	.scroll-tab {
	    max-width: 750px;
        padding: 45px 100px 65px;	
	}
	#tabs li {
		width: 49%;
		margin-bottom: 10px;
	}
	.tab-container {
	    max-height: 350px;
	}
}
@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
	.scroll-container img {
	    max-width: 50%;
	}
	.scroll-tab {
	    max-width: 600px;
	}

}
@media screen and (max-width: 768px) {

	.main-container { 
	    background: #1F1618;
		background-image: url(https://winningkings.b-cdn.net/lp/welcome-bonus/img/mobile-bg.jpg);
		background-attachment: fixed;
		-webkit-background-size: auto 100%;
	    -moz-background-size: auto 100%;
	    background-size: auto 100%;
	    transform: translateZ(0);
    	
	}

	.bokeh-background {
		background-image: url(https://winningkings.b-cdn.net/lp/welcome-bonus/img/mobile-bg.jpg);
		background-attachment: fixed;
    	background-size: auto 100%;	 
    	position: fixed;
    	top: 0;
    	left: 0;
	}


	.mobile-king-container { display: block;  }
	.scroll-tab { 
		background-image: url(https://winningkings.b-cdn.net/lp/welcome-bonus/img/cscrollvertical.png);
		margin: 50px auto;
		width: 65%;
   		padding: 85px 65px 95px;
	}
	.scroll-tab #tabs {
		margin: 2rem 0 1rem;
	}

	.float { animation: none; }
	.scroll-container { display: none; }

	.tab-container {
	    max-height: 540px;
        font-size: 25px;
        text-align: center;	
	}
	#tabs li {
		width: calc(100%/2.1);
	}
	#tabs li .tab-btn {
		padding: 10px 15px;
	    font-size: 24px;
	}
	#tabs li .tab-btn:first-child {
		margin-right: 10px;
	}


}

@media screen and (max-width: 550px) {
	
	.mobile-king-container .mobile-promo  {
		bottom: 3.5%;
	}
	.scroll-tab	{
		margin-top: 10px;
	    padding: 75px 50px 85px;
		width: 90%;
	}
	.tab-container {
	    max-height: 450px;
	    font-size: 22px;
	}
	#tabs li {
		width: 100%;
	}
	#tabs li .tab-btn {
		padding: 10px 10px;
	    font-size: 24px;
	}
	#tabs li .tab-btn:first-child {
		margin-right: 5px;
	}

}

@media screen and (max-width: 414px) {
	.mobile-king-container .mobile-promo {
	    bottom: 4.5%;
	}
}
