@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.ttf') format('trutype');
}

@font-face {
    font-family: 'UberMove-Regular';
    src: url('../fonts/UberMove-Regular.otf') format('opentype');
}

body {
    margin: 0;
    font-family: 'Didot', Arial, sans-serif;
    background: url('../images/bg.png') 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 */
}

/*Pixel 8Pro */
/*To prevent highlight of the selection - end*/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Didot', 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: 'Didot', sans-serif;
    font-size: 1.2em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 1.3em;
     margin: 0 0 2% 0;
	/*padding: 0 6% 0 6%;*/
}

.footer {
    font-family: 'Didot', 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: 'Didot', 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: 'Didot', 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;
}


/* Xiaomi Mi 11, Nord 2*/
@media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px)
  and (-webkit-device-pixel-ratio: 2){
	  
	  .title {
		font-family: 'Didot', sans-serif;
		font-size: 1.5em;
		margin: 2% 0 5% 0;
	}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 1.5em;
     margin: 0 2% 2% 2%;
	/*padding: 0 6% 0 6%;*/
}
	  
  }
  

/* Styles for most iPhones */
  @media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  .header {
	   text-align: center;
	   padding: 5% 15% 0 15%;
	}

	.subtitle {
    font-family: 'Didot', serif;
    font-size: 2em;
     margin: 0 2% 1% 2%;
	/*padding: 0 6% 0 6%;*/
}


  .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: 5px 0 5px 0;  /* Adjusts spacing around the content */
	}
	.btm {
		display: flex;
		justify-content: center;
		font-size: 0.7em;
		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-links {
	/* media Query */
	display: flex;
	justify-content: space-between;
	font-size: 1.5em;
	padding: 0 20px; /* Add padding to prevent cropping */
	flex-wrap: nowrap;
	align-items: center;
	align-content: space-around;
	flex-direction: column;
	width: 90%;
	color: white;
	margin-top: 2%;
	font-family: 'UberMove-Regular', sans-serif;
	/*text-decoration: underline;*/
	}
   
	/*.wallet-buttons {
    display: flex;
    justify-content: center;
	}*/
	.wallet-buttons {
    display: flex;
    justify-content: center;
	font-family: 'Didot', sans-serif;
	font-size: 1.4em;
    margin: 0;
	color:#1b5279;
	text-align: center;
	}
	.footer {
    font-family: 'Didot', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Didot', sans-serif;
		font-size: 1.2em;
		color: white;
		margin: 0.1% 0 0 0;
	}
	.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 1em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
	  
  }
 
  
/* Styles for most iPhones */
/*
iphone 15 pro max
iphone 14 pro max
iphone 13 pro max
iphone 12 pro max
iphone 11 pro max
iphone 11*/
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 430px) 
  and (min-device-height: 896px) 
  and (max-device-height: 932px) 
  and (-webkit-device-pixel-ratio: 2), 
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 430px) 
  and (min-device-height: 896px) 
  and (max-device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) {
  /* Combined styles for the specified devices */

.header {
   text-align: center;
   padding: 10% 15% 0 15%;
}

.title {
    font-family: 'Didot', sans-serif;
    font-size: 1.2em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 2.5em;
     margin: 0 2% 2% 2%;
	/*padding: 0 6% 0 6%;*/
}

  .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: 5px 0 5px 0;  /* Adjusts spacing around the content */
	}
	.btm {
		display: flex;
		justify-content: center;
		font-size: 0.6em;
		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-links {
	/* media Query */
	display: flex;
	justify-content: space-between;
	font-size: 1.5em;
	padding: 0 20px; /* Add padding to prevent cropping */
	flex-wrap: nowrap;
	align-items: center;
	align-content: space-around;
	flex-direction: column;
	width: 90%;
	margin-top: 2%;
	color: white;
	font-family: 'UberMove-Regular', sans-serif;
	/*text-decoration: underline;*/
}
   
	/*.wallet-buttons {
    display: flex;
    justify-content: center;
	}*/
	.wallet-buttons {
    display: flex;
    justify-content: center;
	font-family: 'Didot', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Didot', serif;
    font-size: 2.3em;
	}
	.note{
		font-family: 'Didot', sans-serif;
		font-size: 1.5em;
		color: white;
		margin: 0.1% 0 0 0;
	}
	.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 1.3em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
}

/* iPhone X */
@media only screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 3) {
  /* Styles for iPhone X */
  
  	  .header {
   text-align: center;
   padding: 5% 15% 0 15%;
}

.title {
    font-family: 'Didot', sans-serif;
    font-size: 1em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 2.2em;
     margin: 0 2% 2% 2%;
	/*padding: 0 6% 0 6%;*/
}

  .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: 5px 0 5px 0;  /* Adjusts spacing around the content */
	}
	.btm {
		display: flex;
		justify-content: center;
		font-size: 0.6em;
		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;*/
	}
   
	/*.wallet-buttons {
    display: flex;
    justify-content: center;
	}*/
	.wallet-buttons {
    display: flex;
    justify-content: center;
	font-family: 'Didot', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Didot', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Didot', sans-serif;
		font-size: 1.2em;
		color: white;
		margin: 0.1% 0 0 0;
	}
	.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 1em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
  
}
/* iPhone SE*/
@media only screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {
	  
	  
  	  .header {
   text-align: center;
   padding: 2% 15% 2% 15%;
}

.title {
    font-family: 'Didot', sans-serif;
    font-size: 1em;
    margin: 1% 0 1% 0;
}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 1.5em;
	text-shadow: 2px 2px 5px black;
	/*text-shadow: 0 0 3px white, 0 0 6px black;*/
	
     margin: 0 0 0 0;
	/*padding: 0 6% 0 6%;*/
}

  .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: 5px 0 5px 0;  /* Adjusts spacing around the content */
	}
	.btm {
		display: flex;
		justify-content: center;
		font-size: 1em;
		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;*/
	}
   
	/*.wallet-buttons {
    display: flex;
    justify-content: center;
	}*/
	.wallet-buttons {
    display: flex;
    justify-content: center;
	font-family: 'Didot', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Didot', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Didot', sans-serif;
		font-size: 1.2em;
		color: white;
		margin: 0.1% 0 0 0;
	}
	.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 1em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
  
	  
}
/* Pixel 7 */
@media only screen 
  and (device-width: 412px) 
  and (device-height: 915px) 
   {
  /* Styles for Pixel 7 */
  .title {
    font-family: 'Didot', sans-serif;
	font-size: 1.4em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'Didot', serif;
    font-size: 1.5em;
     margin: 0 2% 2% 2%;
	/*padding: 0 6% 0 6%;*/
}
}