@font-face {
	font-family: 'ABChanel-Regular';
	src: url('../fonts/arialmt.otf') format('opentype');
}

@font-face {
	font-family: 'ABChanel-thin';
	src: url('../fonts/ablite.otf') format('opentype');
}

@font-face {
	font-family: 'ABChanel-semi';
	src: url('../fonts/absemobold.otf') format('opentype');
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'ABChanel-Regular';
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url('../images/bg.webp') no-repeat center center fixed;
	background-size: cover;
	color: #000000;
	text-align: center;
}

.ios-button,
.android-button {
	display: none;
	background: transparent;
	border: none;
}

.ios-system .ios-button,
.android-system .android-button {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header {
	text-align: center;
	padding: 5% 0 0 0;
}

.logo {
	width: 32%;
}

.main-text {
	width: 100%;
	position: fixed;
	top: 68%;
}

.title {
	font-family: 'ABChanel-semi';
	font-size: 0.9em;
	letter-spacing: -0.6px!important;
	margin: 0% 0 0% 0;
	color: #000000;
	font-weight: 700;
}

.title b {
	font-family: 'ABChanel-Regular';
}

.subtitle {
	font-family: 'ABChanel-Regular';
	color: #000000;
	font-size: 0.8em;
	letter-spacing: 0px!important;
	margin: 0;
	line-height: 1.35em;
	padding: 5px 0% 0px;
}

.footer {
	font-family: 'ABChanel-Regular';
	font-size: 1.5rem;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.wallet-buttons {
	display: flex;
	justify-content: center;
	font-family: 'ABChanel-Regular';
	font-size: calc(1.4rem + 0.5vw);
	margin: -4px 0 5px 0;
	color: #1b5279;
	text-align: center;
}

.coupon {
	margin: 0 10px;
	text-align: center;
	color: #1b5279;
}

.wallet-buttons button img {
	width: 130px;
	height: auto;
	margin-top: 0px;
}

.note {
	font-family: 'ABChanel-Regular';
	font-size: calc(1rem + 0.2vw);
	color: rgb(0, 0, 0);
	margin: 1% 0 5px 0;
}

.privacy-policy {
	font-family: 'ABChanel-Regular';
	color: white;
	margin: 0.1% 0 0 0;
}

.bottom-content {
	/* position: fixed; */
	/* bottom: 0%; */
	margin-top: 3%;
	width: 100%;
	text-align: center;
	background-color: hsl(0deg 0% 0% / 0%);
}

.btm,
.btm-links {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: rgb(0, 0, 0);
	font-family: 'ABChanel-Regular';
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btm {
	font-size: calc(1rem + 0.2vw);
}

.btm a,
.btm-links a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
	font-size: calc(0.65rem + 0.1vw);
}

.btm a:hover,
.btm-links a:hover {
	text-decoration: underline;
}

.btm-links {
	margin: 0 0 4% 0;
}

.supplies {
	font-size: 0.65rem;
	padding: 0 0 6%;
	color: #b6b6b6;
}
@media screen and (max-width: 330px){
	.title {
		font-size: 0.75em;
	}
	.main-text {
		top: 69%;
	}
	.subtitle {
		font-size: 0.6em;
		padding: 5px 0% 0;
	}
	.wallet-buttons button img {
		width: 108px;
	}
	.supplies {
		padding: 0 0 7%;
		font-size: 0.55rem;
	}
	.bottom-content {
		margin-top: 4%;
	}
}
@media screen and (min-width: 400px){
	.main-text {
		top: 69%;
	}
	.title {
		font-size: 1em;
	}
	.subtitle{
		font-size: 0.9em;
	}
	.bottom-content {
		margin-top: 4.5%;
	}
	.supplies {
		font-size: 0.7rem;
		padding: 0 0 6%;
	}
}