/*Fonts*/
@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cehua_freefree';
    src: url('cehuafree-webfont.woff2') format('woff2'),
         url('cehuafree-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	min-height: 100%;
    width: 100%;
	font-family: 'poppinsregular';
}

* {
	box-sizing: border-box;
}

body{
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
	background-color: #270053;
}

a {
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.2s linear 0s;	
	   -moz-transition: color 0.2s linear 0s;
		 -o-transition: color 0.2s linear 0s;
		    transition: color 0.2s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#000;
	text-decoration:none;
}

.main_wrapper {
	width: 100%;
	height: 100%;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	font-family: 'poppinsregular';
	position: relative;
    background: #270053;
	overflow: auto;
}

.main_wrapper.registerPage {
	height: 100vh;
	background: url(images/registerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.main_wrapper.successPage {
	height: 100vh;
	background: url(images/registerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.main_wrapper img {
	max-width: 100%;
}

header {
	width: 100%;
    padding: 1rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #270053;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #fff;
	font-size: 21px;
    font-weight: bolder;
    text-transform: uppercase; 
    padding-top: 5px;
}

.brand img {
	width: 170px;
}

.brand:hover {
    color: #fff;    
}

.header_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_media_wrpr {
    display: flex;
    align-items: center;
}

.container {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
}

.discountFtd {
    text-align: center;
}

.hero-title-text {
	font-size: 170px;
    line-height: normal;
	margin: 0;
    background: linear-gradient(109.68deg, #E4C163 14.41%, #FFE18F 30.15%, #FFC21E 38.03%, #E4C163 63.17%), #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.title-text-h4 {
	font-size: 50px;
    line-height: 50px;
	padding: 0 3px;
	margin: 0;
	text-transform: capitalize;
	color: #F1C862;
	font-family: 'auto';
}

.secondaryText {
	text-transform: capitalize;
	line-height: 50px;
	font-size: 50px;
	color: #efeef5;
	margin: 0;
    padding: 15px;
    padding-bottom: 20px;
}

.buttons-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.registerForm {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.fieldInput {
	width: 300px;
	border: 2px solid #FFFFFF;
    border-radius: 36.5411px;
    background: transparent;
    color: #fff;
    padding: 10px;
}

.fieldInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.fieldInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.fieldInput::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.fieldInput:focus-visible {
	outline: none;
}

.registerBtn {
    padding: 10px 30px;
    background: #FFFFFF;
    border-radius: 36.0817px;
    text-transform: capitalize;
    color: #002295;
    border: none;
    font-family: 'poppinsregular';
    font-weight: bold;
    margin-top: 1rem;
    font-size: 18px;
    cursor: pointer;
}

.registerBtn:hover {
	color: #fff;
    background: linear-gradient(180deg, #5e4299, #45316f);
}

.successPage {
	justify-content: flex-start;
}

.aux-title-text {
    font-size: 3rem;
}

.thankYouText {
    font-size: 1.5rem;
    color: #cabce8;
}

.homePageBtn {
    padding: 0.8rem 2rem;
    background: #4d299a;
    border-radius: 30px;
    display: inline-block;
}

.homePageBtn:hover {
	background: #6d4ead;
    color: #fff;
}

.registerPage .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.successPage .block {
    margin-left: 5rem;
    margin-top: 5rem;
    background: #7659b5;
    padding: 2rem;
    border-radius: 2rem;
    border-left: 5px solid #4d299a;
}

.whatsapp-link {
	display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.whatsupbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    padding: 18px 25px;
    background: linear-gradient(180.16deg, #0DFF08 27.37%, #65FF74 99.86%);
    border-radius: 8px;
}

.whatsupbutton:hover {
    color: #fff;
    background: linear-gradient(180deg, #0c7400, #28d466);
}

.whatsupbutton img {
	width: 25px;
	height: 25px;
}

.long_btn {
    display: flex;
    width: 283px;
    padding: 1rem;
    align-items: center;
	color: #0F0635;
    justify-content: center;
	background: linear-gradient(180deg, #FDE215 0%, #FBB919 100%);
	border-radius: 35.1065px;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'poppinsregular';
}

.long_btn:hover {
    color: #fff;
	background: linear-gradient(180deg, #927ebb, #65518e);
}

.small_font {
	font-size: 11px;
	margin: 0 5px 0;
}

footer {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #270053;
    text-transform: capitalize;
}

footer p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	text-align: center;
	margin: 0;
    margin-bottom: 0;
	line-height: 13px;
}

/* Language Styles */

.customSelectWrapper {
	width: 100px;
/*	position: relative;*/
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	/*padding: 8px 2px;*/
	text-align: center;
/*	position: absolute;*/
	right: 20px;
	top: 20px;
	z-index: 9;
	background: #000;
}

.customSelectWrapper button {
	width: 100%;
	background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    padding: 8px 2px;
    cursor: pointer;
    height: 36px;
}

.customSelectWrapper:hover {
	background-color: #efb134;
}

#activate-btn {
  opacity: 0;
  width: 100%;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.customBtnWrap {
  display: none;
} 

#activate-btn:checked + .customBtnWrap {
  display: flex;
  position: absolute;
  top: 33px;
  flex-direction: column;
  width: 100%;
  color: #fff;
}

/*#activate-btn:checked + button#en {
  display: flex;
  position: absolute;
  top: 33px;
  flex-direction: column;
  width: 100%;
  color: #fff;
}*/

.customBtnWrap button {
	background: #5a5a5a;
    padding: 7px 0px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.customBtnWrap button:hover {
  background: #3f3f3f;
}

.social_media_icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_icon {
    width: 22px;
    height: 22px;
}

.redepositPerc {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 5px;
    padding-left: 4rem;
}

center p {
	margin: 0;
    padding-bottom: 1rem;
}

/* ==================================================
   Responsive Code
================================================== */

@media (min-width: 1000px) {
	.mobile_image {
		display: none;
	}

	.buttons-grid.mobile {
		display: none;
	}
}

@media (max-width: 999px) {
	.container {
		width: 90%;
		justify-content: flex-start;
	    height: auto;
	    padding-top: 10px;
	}

	.block {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    padding-left: 0;
	    padding-top: 0;
	}

	.successPage .block {
	    margin: 0;
	    padding: 10px;
	}

	.aux-title-text {
	    font-size: 2rem;
	    line-height: 40px;
	}

	.thankYouText {
	    font-size: 1rem;
	    color: #cabce8;
	    margin-top: 0;
	}

	.homePageBtn {
	    width: 170px;
	    text-align: center;
	}

	.main_wrapper.successPage {
	    background-position: right;
	}

	.successPage .container {
	    padding-top: 2rem;
	}

	header {
		padding: 8px;
	}

	.main_wrapper {
		align-items: center;
	}

	.main_wrapper.registerPage {
		background: url(images/registerBgMob.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
		background-position: center;
	}

	.brand {
		font-size: 16px;
		padding-top: 5px;
	}

	.brand img {
		width: 224px;
	}

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

	.mobile_image img {
		max-width: 80%;
	}

	.social_media_wrpr {
	    flex-direction: column-reverse;
	    gap: 4px;
	    position: absolute;
	    top: 6rem;
	    right: 1rem;
	}

	.social_media_icons {
	    align-items: center;
	    gap: 10px;
	    flex-direction: column;
	}

	.hero-title-text {
	    font-size: 5.1em;
	    text-align: left;
	    line-height: 80px;
	}

	.title-text-h4 {
		
	    text-align: center;
	    font-size: 35px;
	    font-weight: normal;
	    margin: 0;
	    padding: 0;
	    line-height: 38px;
	}

	.secondaryText {
		
	    text-align: center;
	    line-height: 38px;
	    font-size: 34px;
	}

	.discountFtd {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    gap: 2px;
	}

	.banner_ul {
		width: 70%;
		margin: 10px auto;
	}

	.long_btn {
		width: 190px;
	    padding: 10px;
	    font-size: 20px;
	    line-height: 25px;
	}

	.whatsapp-link {
		display: flex;
	}

	.whatsupbutton {
	    padding: 6px 12px;
	    font-size: 12px;
	    border-radius: 5px;
	}

	.whatsupbutton img {
	    width: 20px;
	    height: 25px;
	}

	footer {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    padding: 10px;
	}

	.social_icon {
	    width: 18px;
	    height: 18px;
	}

	.normal_text {
		width: 90%;
		color: #aeaeae;
	    font-size: 12px;
	    margin-top: 10px;
	    padding: 0 5px;
	    margin-bottom: 0;
	    padding-left: 0;
	}

	.buttons-grid {
	    flex-direction: column;
	    gap: 10px;
	    margin-top: 0;
	    padding-left: 0rem;
	}
		
	footer p {
		line-height: 15px;
		font-size: 10px;
	}

	footer p br {
		display: none;
	}

	.customSelectWrapper {
		width: 85px;
		font-size: 13px;
	}
}

@media(max-width:567px){
	.title-text-h4{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}