@font-face {
    font-family: 'FuturaLTPro-Medium';
    src: url('../fonts/futura-lt-pro-medium.woff') format('woff');
}

@font-face {
    font-family: 'UberMove-Regular';
    src: url('../fonts/UberMove-Regular.otf') format('opentype');
}

body {
    margin: 0;
    font-family: 'FuturaLTPro-Medium', Arial, sans-serif;
    background: url('../images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

.ios-button, .android-button{
  display: none;
  background-color: rgba(255, 255, 255, 0.0); /* Transparent background */
  border: none;
  height: 30%;
  width: 60%;
}
.ios-system .ios-button, .android-system .android-button{
  display: block;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}

/*To prevent highlight of the selection - Start */
* {
    -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; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*To prevent highlight of the selection - end*/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'FuturaLTPro-Medium', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    /* margin: 10%; */
}
.header {
   text-align: center;
   padding: 10% 10% 0 10%;
}
.logo {
    width: 60%;
}

.title {
    font-family: 'FuturaLTPro-Medium', sans-serif;
    font-size: 1.2em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'FuturaLTPro-Medium', serif;
    font-size: 0.715em;
     margin: 0 0 2% 0;
	/*padding: 0 6% 0 6%;*/
	letter-spacing: 0.05em;
}

.footer {
    font-family: 'FuturaLTPro-Medium', serif;
    font-size: 24px;
}

.footer a {
    color: #fff;
    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: 'FuturaLTPro-Medium', sans-serif;
	font-size: 1.4em;
    margin: 5px 0 5px 0;
	color:#1b5279;
	text-align: center;
}

.coupon {
    margin: 0 10px;
    text-align: center;
	color:#1b5279;
}

.wallet-buttons button img {
    width: 150px;
    height: auto;
    margin-top: 10px;
}
.note{
	font-family: 'FuturaLTPro-Medium', sans-serif;
	font-size: 1em;
	color: white;
	margin: 1% 0 5px 0;
}
.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 0.8em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
.bottom-content {  
    position: fixed; /* Makes the element stick in place */
    bottom: 0; /* Aligns it to the bottom of the viewport */
    width: 100%; /* Ensures it stretches across the screen width */
    text-align: center; /* Centers the content within the element */
    background-color: hsl(0deg 0% 0% / 0%); /* Optional: Apply a background color to ensure visibility */
   /* padding: 10px;  /* Adjusts spacing around the content */
}
.btm {
	/* media Query */
	display: flex;
	justify-content: center;
	font-size: 1em;
	/*padding: 10px; /* Add padding to prevent cropping */
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: space-around;
	flex-direction: column;
	width: 100%;
	color: white;
	font-family: 'UberMove-Regular', sans-serif;
	/*text-decoration: underline;*/
}

.btm a {
	color: white;
    font-family: 'UberMove-Regular', sans-serif;
    text-decoration: underline;
}

.btm a:hover {
    text-decoration: underline;
}

.btm-links {
	/* media Query */
	display: flex;
	justify-content: space-between;
	font-size: 1em;
	/*padding: 0 10px 0 10px; /* Add padding to prevent cropping */
	flex-wrap: nowrap;
	align-items: center;
	align-content: space-around;
	flex-direction: column;
	width: 100%;
	color: white;
	font-family: 'UberMove-Regular', sans-serif;
	margin: 2% 0 2% 0;
	/*text-decoration: underline;*/
}

.btm-links a {
	color: white;
    font-family: 'UberMove-Regular', sans-serif;
    text-decoration: underline;
}

.btm-links a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
	
}