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: 'Opensans', sans-serif;
	font-size: 1.1rem;
	font-weight: 200;
	line-height: 1.5;
	color: #fff
}

h1 {
	font-size: 1.4rem;
	font-weight: 900;
}

section {
	position: relative;
	/*background-color: #000;*/
	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: .95;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	color: #3dcac8;
}

p {
	margin: 15px 0;
}

#par {
	margin: 15px 37px;
/*	font-size: 14px;
	color: #555;*/
}

.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: 40px 0 70px
}

.coun-box {
	display: inline-block;
	max-width: 160px;
	width: 100%
}

.coun-box p {
	font-size: 1.1rem;
	font-weight: 700;
}

.coun-box img {
	margin-bottom: 10px;
	max-width: 70px
}

.coun-box img:hover {
	box-shadow: 0 0 20px #dc3545;
	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: 80px 0;
	position: relative;
	background-repeat: no-repeat;
	height: auto
}

h2.section-title {
    font-size: 32px;
    font-weight: 400;
    color: #555555;
}

h2.section-title strong {
	font-size: 32px;
	font-weight: 900;
	display: block
}

h2.section-title:after {
    content: "";
    height: 3px;
    width: 250px;
    background: #dc3545;
    display: block;
    margin: 5px auto 30px;
}

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 {
    color: #555;
    font-weight: 700;
    font-size: 1.25rem;
}

.service {
	max-width: 280px;
	position: relative;
	color: #5f627c;
	margin: 0 auto 50px
}

.service .icon {
	color: #565343;
}

.service h3 {
    font-size: 1.25rem;
    color: #555;
}

.service p {
	font-size: 1.10rem;
	color: #555;
	max-width: 450px
}

footer {
	padding: 50px 30px 10px;
	background: linear-gradient(rgb(19, 97, 155) 0%, rgb(0, 68, 126) 100%);
}

.text-light {
	color: #f8f9fa !important;
	font-weight: 900;
        margin: 0;
}

.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: 15px 0 0 5px;
	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;
	font-size: 13px;
}

.license-img-wrap img {
	display: inline-block;
	margin-right: 10px;
            width:50px;
}

.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: #ffffff;
	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
	}

	.coun-box p {
		font-size: 15px;
		font-weight: 500;
	}

	ul.provider-img-wrap {
		max-width: 100%
	}

	.coun-box {
		max-width: 80px
	}

	.cus-row img {
		height: 25px;
		padding: 0 5px
	}

	.country {
		margin: 30px 0
	}

	footer {
		padding: 50px 0 10px;
		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: 45px;
		margin: 0;
	}

	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%;
		opacity: 0.7;
		background-image: url("worldmap.jpg");
                               
	}
}

@media(max-aspect-ratio:16/9) {
	.fullscreen-bg__video {
		width: 350%;
		left: -125%;
		opacity: 0.5;
		background-image: url("worldmap.jpg");
                                
	}
}

@media(max-aspect-ratio:9/16) {
	.fullscreen-bg__video {
		width: 350%
	}
}

.acard {
	--dark: #212121;
	--semidark: #2c2c2c;
	--lightgray: #e8e8e8;
	--unit: 10px;
        --bs-heading-color:#fff;
	background-color: var(--darker);
	box-shadow: 0 0 var(--unit) var(--darker);
	border: calc(var(--unit) / 2) solid var(--darker);
	border-radius: var(--unit);
	position: relative;
	padding: var(--unit);
	overflow: hidden;
}

.acard::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 20%;
	top: 40%;
	left: -10%;
	/*background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);*/
	/*animation: keyframes-floating-light 2.5s infinite ease-in-out;*/
	filter: blur(20px);
}

@keyframes keyframes-floating-light {
	0% {
		transform: rotate(-5deg) translateY(-5%);
		opacity: 0.5;
	}

	50% {
		transform: rotate(5deg) translateY(5%);
		opacity: 1;
	}

	100% {
		transform: rotate(-5deg) translateY(-5%);
		opacity: 0.5;
	}
}

.acard::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
	filter: blur(20px);
	pointer-events: none;
	animation: keyframes-intro 1s ease-in forwards;
}

@keyframes keyframes-intro {
	100% {
		ransform: translate(-100%);
		opacity: 0;
	}
}

.acard .image {
	width: 300px;
	/*animation: keyframes-floating-img 10s ease-in-out infinite;*/
}

@keyframes keyframes-floating-img {
	0% {
		transform: translate(-2%, 2%) scaleY(0.95) rotate(-5deg);
	}

	50% {
		transform: translate(2%, -2%) scaleY(1) rotate(5deg);
	}

	100% {
		transform: translate(-2%, 2%) scaleY(0.95) rotate(-5deg);
	}
}

.acard .heading {
	font-weight: 600;
	font-size: large;
	text-align: center;
	margin-top: calc(var(--unit) * -2);
	padding-block: var(--unit);
	color: var(--lightgray);
}

@keyframes keyframes-flash-text {
	50% {
		opacity: 0.5;
	}
}

.acard .icons {
	display: flex;
	gap: var(--unit);
}

.acard .icons a {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	background-color: var(--dark);
	color: var(--lightgray);
	padding: calc(var(--unit) / 2);
	border-radius: calc(var(--unit) / 2);
}

.acard .icons a:hover {
	transition: 0.2s;
	background-color: var(--semidark);
}

.bcard {
	width: 300px;
	height: 400px;
	border-radius: 30px;
	background: #212121;
	box-shadow: 15px 15px 30px rgb(25, 25, 25),
		-15px -15px 30px rgb(60, 60, 60);
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	background-color: #333;
	position: fixed;
	z-index: 12;
	width: 100%;
	top: 0;
}

.logo-wrap {
	flex: 1;
}

nav {
	flex: 2;
	text-align: right;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline;
	margin: 7px 15px;
}

nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
}

nav ul li a:hover {
	text-decoration: none;
                color: #3dcac8;
}

.nav-link {
	padding: 0;
}

.card {
	background-color: #fff;
	border: none;
	color: #858585;
	font-size: 0.80rem;
}

.card-title {
	color: #dc3545;
}

.img-fluid {
	max-width: 100%;
	height: 44px;
}

.img-fluid2 {
	max-width: 100%;
	height: 125px;
}

.img-fluid3 {
	max-width: 100%;
	height: 100px;
}

.box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	width: 200px;
}

.flexx {
	justify-content: center;
	color: #fff;
	width: 100%;
	height: auto;
	border-radius: 100%;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
	animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
	align-items: center;
	border: 0;
}

@keyframes pulse {
	100% {
		box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
	}
}

.country-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.coun-box {
	width: calc(20% - 10px);
	display: inline-table;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

.coun-box img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.row {
		margin-bottom: 0 !important;
	}

	.card {
		margin-bottom: 15px;
	}

	.remove_mb {
		margin-bottom: 0 !important;
	}

	.text-light {
		font-weight: 500;
	}

	.coun-box {
		width: calc(20% - 10px);
	}

	.coun-box img {
		max-width: 50px;
	}
	.license-img-wrap {
    justify-content:center;
    }
}

.video-js {
	width: 300px;
	height: 150px;
}

.vjs-fluid {
	padding-top: 56.25%
}

.active {
	color: #3dcac8;
}
#nav-link{
    padding: 0;
    color: #fff;
    font-size: 15px;
}
.nav-item a.aktif{
    color: #3dcac8;
}
#navbarDropdown{
    padding: 0;
    color: #fff;
    font-size: 15px;
}
.terms-container{
    margin-top: 40px;
    color: #333;
}

    .terms-container h2 {
      font-weight: bold;
      margin-bottom: 30px;
    }
    .terms-container h4 {
      margin-top: 30px;
      color: #0d6efd;
      font-weight: 600;
    }
    ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul li {
  position: relative;
}
.Dicorion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
}
.Dicorion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.Dicorion-style .btn-link {
  background: #ededed !important;
  color: #232323;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  padding: 15px 30px 15px 15px;
}
.Dicorion-style .btn-link:hover {
  background: #ededed !important;
  border: none;
  text-decoration: none;
}
.Dicorion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
}
.Dicorion-style .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
  position: absolute;
  color: #f24259;
}
.Dicorion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
}
.license-img-wrap {
    display: flex;
    align-items: center;
    gap: 10px; /* Jarak antar gambar */
    flex-wrap: wrap; /* Biar responsif, pindah ke bawah kalau sempit */
    
}
.license-img-wrap > div {
    display: block;
    max-height: 60px;
}
.count{
    color:#333;
}

