.page
{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	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: #FFFFFF;
	background: transparent;
	padding: 0.1rem;
	font-weight: bold;
	font-size: 0.75rem;
	text-align: center;
	letter-spacing: 0.1rem;
}

#changeLanguage option 
{
    color: #000000;
    background: rgba(163, 90, 40, 0.8);
}

#counterfeitingContent
{
	color: #FFF;
	font-style: italic;
	font-size: 0.8rem;
}
.counterfeiting
{
	font-size: 1.2rem;
}
.verifySubline{
	font-size: 0.8rem;
}

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

.latestNew-container
{
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.4);
}

.latestNew-container > .row
{
    width: 100%;
}

.latestNew
{
    height: 100px;
	color: #FFFFFF;
	background: url('../images/announcement.png');
	background-repeat: no-repeat;
	background-size: cover;
    padding-left: 7rem !important;
    padding-top: 1.5rem !important;
	
}

.header 
{
    min-height: 10rem;
}

.header > .w-100
{
    position: relative;
}

.logoContent
{
	max-width: 9.5vw;
	margin: 0 auto;
	position: absolute;
	top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.custService-content
{
    height: auto;
    min-height: 10rem;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.4);
	align-items: center;
	padding: 3rem 1rem;
}

.qrImg
{
	width: 120px;
}
.qrTitle
{
	color: #FFF;
}

.chatNowBtn 
{
    color: #ffffff;
    padding: 2px 4px;
    font-size: 0.8rem;
    background: #3498db;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
}

.imageDiv
{
	width: 2.5vw;
}
.contact
{
	justify-content:center;
}

.contactTitle-span
{
	color: #FF0000;
	font-size: 1.1vw;
	line-height: 31px;
	font-weight: bold;
	font-family: Times, Times New Roman, Georgia, serif;
}

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

#popUpModal .modal-content
{
    background: transparent;
    
}

#popUpModal .btn-close
{
    margin-top: 1.5rem auto 0 auto;
    width: fit-content;
}

.popUpImg
{
    position: relative;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}

.popUpFooter
{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.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, #e33599);
	background-image: -moz-linear-gradient(top, #ffffff, #e33599);
	background-image: -ms-linear-gradient(top, #ffffff, #e33599);
	background-image: -o-linear-gradient(top, #ffffff, #e33599);
	background-image: linear-gradient(to bottom, #ffffff, #e33599);
}

.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: #FFFFFF;
	text-align: center;
	background: linear-gradient(#ccc0e6, #e33599);
}

.download-btn:hover, .download-btn:hover .faIcon
{
	color: #000;
	filter: brightness(120%);
}

.downloadTitle
{
	font-size: 0.75rem;
}

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

.copy-btn:hover
{
	color: #fff;
	text-decoration: none;
}

.faIcon
{
	font-size: 0.75rem;
	color: #ffffff;
}

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

.title-support
{
	color: #08a3ea;
	text-align: center;
}

.text-support
{
	color: #FFFFFF;
	text-align: center;
}

.copyright-container
{
	font-weight: 500;
	color: #FFFFFF;
	background: none;
}
.csitem
{
	text-align: center;
}

.cs_domain, .emailHyperLink
{
	color: #FFFFFF;
	text-decoration: none;
}

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

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

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

.browserImg
{
	width: 2rem;
	height: 2rem;
}

.bankItemContainer
{
    width: 20%;
    /*padding: 0.25rem;*/
    padding: 1rem;
}

.bankItem
{
    width: 100%;
    cursor: pointer;
    padding: 1rem;
    background: linear-gradient(#ccc0e6, #e33599);
    border-radius: 25%;
}

.bankItem:hover
{
    transform: scale(120%);
}

.mainButtonContainer
{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items:stretch;
}

.mainbtn
{
    width: 100%;
    color: #ffffff;
    /*border: 3px solid #ffffff;*/
    padding: 1.5rem 1.5rem;
    margin: 0px 1rem;
    border-radius: 28px;
    font-size: 1.5rem;
    /*animation: color-animation 5s infinite;*/
}

.btn-joinUs
{
    background: linear-gradient(#ffe400 12%, #ffc006 27%, #dd6030 100%);
}

.btn-whatsappUs
{
    background: linear-gradient(#36f46c 0%, #03d749 100%);
}

.secureBankTitle
{
    color: #ffffff;
    font-size: 1.5rem;
    float: right;
    text-align: right;
}

.footer-container > .container
{
    display: none;
}

.contactContainer
{
    display: none;
}

@media (max-width: 768px)
{
	.page {
        background-position: left !important;
    }
	
	#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
	{
		width: 40vw;
		margin-top: 0.75rem;
		margin: 0 auto;
		max-width: unset;
    	position: unset;
    	top: unset;
        left: unset;
        transform: unset;
	}	
	.copy-btn
	{
		display:none;
	}
	.mobileHide
	{
		display:none;
	}
	.contactTitle-span
	{
		font-size: 3vw;
	}
	.latestNew-container
	{
		width: 100%;
	}
	.imageDiv 
	{
        width: 10.5vw;
    }
	.custService-content
	{
		height: auto;
		margin-top: 1.5rem;
	}
	.bankItem
	{
	    margin: 0.25rem 0px;
	    padding: 0.25rem;
	}
	
	.bankContainer
	{
	    text-align: center;
	}
	
	.mainbtn
	{
	    font-size: 0.5rem;
	}
	
	.secureBankTitle
    {
        float: none;
    }
}

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

@keyframes color-animation
{
    0% 
    {
        filter: hue-rotate(0deg);
    }
    
    50% 
    {
        filter: hue-rotate(100deg);
    }
    
    100% 
    {
        filter: hue-rotate(0deg);
    }
}