:root
{
    --text-primary: #FFFF00;
    --text-regular-inverted: #FFFFFF;
    --text-regular: #000000;
}

.page
{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

.header
{
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.feedback-container
{
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer-container
{
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#changeLanguage
{
	color: var(--text-regular);
	background: linear-gradient(#fffa00, #feb100);
	padding: 0.1rem;
	font-weight: bold;
	font-size: 0.75rem;
	text-align: center;
	letter-spacing: 0.1rem;
}

#changeLanguage option 
{
    color: var(--text-regular);
    background: rgba(255, 247, 0, 0.5);
}

#counterfeitingContent
{
	color: var(--text-primary);
	font-style: italic;
	font-size: 1rem;
}

#slider-content, #contact-content
{
	height: 100%;
}

.latestNew-container
{
	color: var(--text-regular-inverted);
	line-height: 1;
	font-weight: bold;
}

.latestNew{
	background: var(--text-primary);
	border-radius: 10px;
}

.logoContent
{
	max-width: 12.5vw;
	width: 100%;
	margin: 0 auto;
	margin-left: unset;
}

.imageDiv
{
	width: 4.5vw;
}

.contactTitle-span
{
	color: var(--text-primary);
	font-size: 1.1vw;
	line-height: 31px;
	font-weight: bold;
	font-family: Times, Times New Roman, Georgia, serif;
}

.contactT-span, .emailT-span
{
	color: #FFF;
}

.stepTextContent{
	color: white;
	font-size: 1.25rem;
	padding: 1.5rem 1rem;
	text-transform: uppercase;
}
.stepDisc{
	color:#fffa00;
	font-size: 1rem;
}

#popOut
{
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	background: rgba(52, 58, 64, 0.8);
}

.popOut-close
{
	top: 1rem;
	left: 1.5rem;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 99;
}

.transition-timer-carousel-progress-bar 
{
	width: 0%;
	height: 5px;
	z-index: 12;
	border: none;
	margin: 0px auto;
	position: relative;
	background-image: -webkit-linear-gradient(top, #ffffff, #007bff);
	background-image: -moz-linear-gradient(top, #ffffff, #007bff);
	background-image: -ms-linear-gradient(top, #ffffff, #007bff);
	background-image: -o-linear-gradient(top, #ffffff, #007bff);
	background-image: linear-gradient(to bottom, #ffffff, #007bff);
}

.carousel-control-prev:hover
{
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
}

.carousel-control-next:hover
{
	background-image: linear-gradient(to right, rgba(0,0,0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
}

.carousel .carousel-item img{
	margin: 0 auto; /* Align slide image horizontally center */
	border-radius: 15px;
}

.gameDownloadContent > .row
{
	margin: 0px;
}

.gameDownloadContent > .row > .col-6
{
	padding: 5px 5px 5px 5px;
}

.download-btn-content
{
	text-align: center;
}

.download-btn
{
	width: 5rem;
	padding: 2px;
	color: var(--text-regular-inverted);
	text-align: center;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
}

.download-btn:hover, .download-btn:hover .faIcon
{
	background-color: #ffffff;
	color: var(--text-regular);
}

.downloadTitle
{
	font-size: 0.75rem;
}

.copy-btn
{
	color: var(--text-primary);
	cursor: pointer;
	line-height: 1rem;
	font-size: 0.45rem;
	white-space: nowrap;
	text-decoration: underline;
	background-color: transparent;
}

.copy-btn:hover
{
	color: var(--text-regular-inverted);
	text-decoration: none;
}

.faIcon
{
	font-size: 0.75rem;
	color: var(--text-regular-inverted);
}

.form-label > span, .typeFeedback
{
	color: #C4C4C4;
	font-style: italic;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

.footer-container
{
	background: #000 !important;
}

.title-support
{
	color: var(--text-primary);
	text-align: center;
}
.text-support
{
	color: var(--text-regular-inverted) !important;
	text-align: center;
}
.text-copy
{
	color: #000;
	text-align: center;    
	font-weight: bold;
}

.copyright-container
{
	font-weight: 500;
	color: var(--text-regular-inverted);
	background: none;
}
.csitem
{
	text-align: center;
}

.cs_domain, .emailHyperLink
{
	color: var(--text-regular-inverted);
	text-decoration: none;
}

.cs_domain:hover, .emailHyperLink:hover
{
	color: #FFEA00;
}

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

.hr
{
	height: 1px;
	background: #fff;
}

.cursor-pointer
{
    cursor: pointer;
}

.browserImg
{
	width: 2rem;
	height: 2rem;
}
.gameTabList
{
    padding: 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    margin: 0.5rem;
    cursor: pointer;
    border-radius: 2rem;
}

.gameTabList:hover
{
    background: rgba(255, 255, 255, 1);
}

.gameImgContent 
{
	position: relative;
}

.gameImgContent:hover .gameDownloadContent
{
	display: flex;
}
.gameDownloadContent 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.gameDownloadContent:hover
{
	background: rgba(0, 0, 0, 0.7);
	margin: 2px;
	border-radius: 20px;
	width: 98% !important;
    height: 98% !important;
}
.gameItem.slick-slider
{
	display: grid !important;
}

.gameItem  .slick-dots
{
	display: none !important;
}
.gameItem .slick-slide .gameItemContainer
{
	padding: 1.5rem
}
.gameItem .slick-slide.slick-center .gameItemContainer
{
	padding: 0.2rem;
}

.stepContent > .row
{
    align-items: center;
    height: 100%;
    justify-content: center;
}

#gameModal .modal-content
{
    background: transparent;
    border: none;
}
#gameModal  .close-btn-container
{
    display: flex;
    justify-content: end;
    position: absolute;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    border: none;
    padding: 0.3rem 0.5rem;
    top: 0px;
    z-index: 99;
}
#gameModal .gameDownloadContent 
{
    background: rgba(0, 0, 0, 0.7);
    margin: 2px;
    border-radius: 20px;
    width: 98% !important;
    height: 98% !important;
    display: flex;
}

@media (max-width: 768px)
{
	.stepContent{
		height: 100%;
	}
	.stepImg{
		width: 25px;
		height: 100%;
		padding: 0px;
		object-fit: cover;
		object-position: center;
	}
	.stepTextContent, .stepDisc{
		font-size: 0.75rem;
		padding: 0.5rem 0rem;
	}
	#popOutMobile
	{
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
		background: rgba(52, 58, 64, 0.8);
	}

	.logoContent
	{
		max-width: 65vw;
		margin-top: 0.75rem;
		margin: 0 auto;
		margin-left: none;
	}	
	.copy-btn
	{
		display:none;
	}
	.mobileHide
	{
		display:none;
	}
	.contactTitle-span
	{
		font-size: 3vw;
	}
	.latestNew-container
	{
		width: 100%;
	}
	.gameItem .slick-center .gameDownloadContent
	{
		display: flex;
	}
	.gameTabList {
		padding: 0.5rem 0rem;
	}
}

@media (max-width: 360px)
{
	.downloadTitle
	{
		font-size: 0.55rem;
	}
	.faIcon
	{
		font-size: 0.55rem;
	}
	.download-btn
	{
		width: 19vw;
	}
	.contactTitle-span
	{
		font-size: 4vw;
	}
}