font-family: 'Overpass', sans-serif;

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: rgba(125, 125, 125, .7);
	-webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: rgba(125, 125, 125, .7);
	-webkit-border-radius: 6px
}

body {
	margin: 0;
	font-family: Overpass, sans-serif;
	font-size: 1.25rem;
	font-weight: 200;
	line-height: 1.5;
	color: #fff
}

h1 {
	font-size: 1.4rem;
	font-weight: 900;
}

section {
	position: relative;
        background: linear-gradient(90deg,#000000,#000000 50%,#000000);
	height: 100vh;
	width: 100%;
	overflow: hidden
}

section .overlay-wcs {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg-overlay.png);
	opacity: 1;
	z-index: 1
}

.fullscreen-bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	background-color: #1e1e1e
}

.fullscreen-bg__video {
	position: absolute;
	opacity: .5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	color: #ffd800;
	transition: .3s ease
}

p {
	margin: 0 auto 14px
}

.main-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.logowrap .mlogo {
	max-width: 500px;
	width: 100%
}

.country {
	margin: 60px 0 70px
}

.coun-box {
	display: inline-block;
	max-width: 160px;
	width: 100%
}

.coun-box img {
	margin-bottom: 10px;
	max-width: 90px
}

.coun-box img:hover {
	box-shadow: 0 0 20px #ffd800;
	border-radius: 50%
}

.coun-box>a:hover img {
	transform: scale(1.1)
}

.provider-wrap p {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #fff
}

ul.provider-img-wrap {
	margin: 0 auto;
	padding: 0;
	max-width: 80%;
	filter: grayscale(100%)
}

ul.provider-img-wrap li {
	display: inline-block
}

.platform-item {
	margin-top: 1.5rem!important;
	padding-top: .5rem!important
}

ul.platformlist {
	list-style: none;
	padding: 0;
	margin: 0 0 35px
}

ul.platformlist li {
	display: inline-block;
	padding: 0 30px 0 0
}

ul.platformlist li a.selected,
ul.platformlist li a.hover {
	color: #FFD800
}

ul.platformlist li a {
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: 900;
	display: block
}

section.home-row2 {
	padding: 170px 0;
	position: relative;
	background-repeat: no-repeat;
	height: auto
}

h2.section-title {
	font-size: 32px;
	font-weight: 400;
	color: #fff
}

h2.section-title strong {
	font-size: 32px;
	font-weight: 900;
	display: block
}

h2.section-title:after {
	content: "";
	height: 5px;
	width: 60px;
	background: #FFD800;
	display: block;
	margin: 40px auto
}

h2.titleleft:after {
	content: "";
	margin: 40px 0
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.content-text {
	font-size: 0.80rem;
	color: #e4e5e6;
	max-width: 450px
}

.service {
	max-width: 280px;
	position: relative;
	color: #fff;
	margin: 0 auto 50px
}

.service .icon {
	color: #FFD800;
	margin-bottom: 20px
}

.service h3 {
	font-size: 1.25rem
}

.service p {
	font-size: 0.80rem;
	color: #e4e5e6;
	max-width: 450px
}

footer {
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #1e1e1e
}

.text-light {
	color: #f8f9fa!important;
	font-weight: 900
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

ul.sociallist {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
	font-size: 1.25rem
}

ul.sociallist li {
	display: inline-block;
	padding-right: 14px
}

.cus-row img {
	height: 38px;
	padding: 0 5px
}

#testimonial {
	text-align: center
}

#testimonial .owl-wrap {
	background: #FFD800
}

#testimonial .owl-wrap p {
	margin-bottom: 0
}

#testimonial .owl-wrap-content {
	padding: 30px 15px;
	display: -webkit-box
}

.text-primary {
	display: grid
}

.owl-dots .owl-dot {
	display: inline-block
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
	display: block;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #fff
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.license-wrap {
	margin: 0 10px 30px;
	font-size: 13px;
	max-width: 31%;
	display: inline-block;
	background: #000;
	padding: 15px 20px;
	vertical-align: top;
	text-align: center;
	min-height: 280px
}

section.casino-content {
	height: auto;
	position: fixed;
	z-index: -10000;
	top: -10000px;
	color: rgba(0, 0, 0, .1)
}

ul.footer-list li {
	display: inline-block;
	margin-right: 30px
}

ul.footer-list li a {
	display: block
}

.license-img-wrap img {
	display: inline-block;
	width: 90px;
	margin-right: 10px
}

.logo-footer {
	display: block;
	margin-bottom: 20px
}

#box1 {
	background: url(../images/we88-landingpage-background.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px;
	background-repeat: no-repeat;
	border: 1px solid #393939
}

.boximg {
	background: url(../images/we88-mobile-landingpage-background.jpg);
	background-size: cover;
	background-position: center;
	padding: 15px 10px 0;
	background-repeat: no-repeat;
	border: 1px solid #393939;
	margin-top: 10px
}

h2.s-h2 {
	font-size: 20px;
	color: #FFD800;
	font-weight: 700;
	margin-bottom: 30px
}

.box1title {
	margin-bottom: 30px
}

.box1title img,
.box1title h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.videosection_grid {
	display: grid;
	grid-template-columns: 39% 59%;
	grid-gap: 2%
}

.videosection_video {
	padding: 0 17%;
	padding-bottom: 80px
}

#videoSelect {
	height: 255px;
	overflow-y: scroll
}

#videoSelect button,
#videoSelect1 button {
	position: relative;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-bottom: 15px
}

#videoSelect button:last-child,
#videoSelect1 button:last-child {
	margin-bottom: 0
}

#videoSelect button:focus,
#videoSelect1 button:focus {
	outline: none
}

#videoSelect button img,
#videoSelect1 button img {
	filter: grayscale(1) opacity(.5)
}

#videoSelect button img:hover,
#videoSelect button.chcolor img,
#videoSelect1 button img:hover,
#videoSelect1 button.chcolor img {
	filter: grayscale(0) opacity(1)
}

#videoSelect1::-webkit-scrollbar {
	display: none
}

#videoSelect1 {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: auto;
	display: flex
}

button.chcolor:after {
	content: "";
	width: 5px;
	height: -webkit-fill-available;
	background: #FFD800;
	position: absolute;
	right: 0;
	top: 0;
	display: block
}

img.img-responsive {
	width: 100%
}

@media(max-width:1199px) {
	#videoSelect {
		height: 215px;
		overflow-y: scroll
	}
}

@media(max-width:1024px) {
	.license-wrap {
		max-width: 45%;
		background: #000;
		padding: 15px 20px
	}
}

@media(max-width:767px) {
	section.home-row2 {
		padding: 70px 0
	}
	h1 {
		font-size: 20px
	}
	.coun-box img {
		max-width: 70px
	}
	ul.provider-img-wrap {
		max-width: 100%
	}
	.coun-box {
		max-width: 110px
	}
	.cus-row img {
		height: 25px;
		padding: 0 5px
	}
	.country {
		margin: 30px 0
	}
	footer {
		padding: 70px 0 60px;
		text-align: center
	}
	ul.footer-list li {
		display: inline-block;
		margin: 0 10px
	}
	.license-wrap {
		max-width: 100%;
		background: #000;
		padding: 15px 20px;
		min-height: auto;
		margin: 0 0 30px
	}
	.license-img-wrap img {
		display: inline-block;
		width: 90px;
		margin: 0 10px
	}
	ul.sociallist li {
		display: inline-block;
		padding: 0 10px
	}
	#videoSelect1 button {
		background-color: transparent;
		border: none;
		margin: 0;
		padding: 0;
		cursor: pointer;
		width: 30%;
		margin-right: 6px;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}
	button.chcolor:after {
		content: "";
		width: 100%;
		height: 4px;
		background: #FFD800;
		position: absolute;
		top: auto;
		right: auto;
		left: auto;
		bottom: 0;
		display: block;
		border-radius: 0 0 5px 5px
	}
}

@media(min-aspect-ratio:16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%
	}
}

@media(max-aspect-ratio:16/9) {
	.fullscreen-bg__video {
		width: 350%;
		left: -125%
	}
}

@media(max-aspect-ratio:9/16) {
	.fullscreen-bg__video {
		width: 400%
	}
}