@font-face {
    font-family: 'Gellix-Regular';
    src: url('../fonts/Gellix-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../fonts/MyriadPro-BoldCond.otf') format('opentype');
}
@font-face {
    font-family: 'UberMove-Regular';
    src: url('../fonts/UberMove-Regular.otf') format('opentype');
}

body {
    margin: 0;
    font-family: 'Gellix-Medium', 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: 'Gellix-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: 80%;
}

.title {
    font-family: 'Gellix-Regular', sans-serif;
    font-size: 1.8em;
    margin: 2% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 1.4em;
     margin: 0 0 2% 0;
	/*padding: 0 6% 0 6%;*/
}

.footer {
    font-family: 'Gellix-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: 'Gellix-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: 'Gellix-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;
}

/* Xiaomi Mi 11, -OK
Nord 2 - OK*/
@media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px)
  and (-webkit-device-pixel-ratio: 2){
	  
	   .logo {
    width: 70%;
}
  	 	.header {
   text-align: center;
   padding: 10% 5% 0 5%;
}
  .title {
    font-family: 'Gellix-Regular', sans-serif;
	font-size: 1.8em;
    margin: 5% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 1.5em;
     margin: 4% 2%;
}
.btm-links {
	margin: 1% 0 4% 0;

}
	  
  }
  
/* Step 2 - OK*/  

/* 
iPhone 15, Pro, Plus - OK
iPhone 14, Pro, Plus - OK
iPhone 13, Pro - OK
iPhone 12, Pro - OK */
  @media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px) 
  and (-webkit-device-pixel-ratio: 3) {
	  .logo {
    width: 60%;
}
	.header {
   text-align: center;
   padding: 10% 5% 0 5%;
}

.title {
    font-family: 'Gellix-Regular', sans-serif;
    font-size: 1.5em;
    margin: 5% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 1.7em;
	/*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: 1%;
	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: 'Gellix-Medium', sans-serif;
	font-size: 1.4em;
    margin: 0;
	color:#1b5279;
	text-align: center;
	}
	.footer {
    font-family: 'Gellix-Medium', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Gellix-Medium', 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;
	}
	  
  }
 
/* Step 1 - OK*/  
/*
iphone 15 pro max - OK
iphone 14 pro max - OK
iphone 13 pro max - OK
iphone 12 pro max - OK
iphone 11 pro max - OK
iphone 11 - OK*/
@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 */
.logo {
    width: 60%;
}
.header {
   text-align: center;
   padding: 10% 5% 0 5%;
}

.title {
    font-family: 'Gellix-Regular', sans-serif;
    font-size: 1.8em;
    margin: 5% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 2.5em;
     margin: 2% 0 0 1%;
	/*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: 'Gellix-Medium', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Gellix-Medium', serif;
    font-size: 2.3em;
	}
	.note{
		font-family: 'Gellix-Medium', 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;
	}
}
/* Step -3/
/* iPhone X - OK
iPhone 11 Pro - OK
iPhone 13 mini
iPhone 12 mini*/
@media only screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 3) {
  .logo {
    width: 60%;
}
  	 	.header {
   text-align: center;
   padding: 10% 5% 0 5%;
}

.title {
    font-family: 'Gellix-Regular', sans-serif;
    font-size: 1.5em;
    margin: 5% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 2em;
	/*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 {
	margin-top: 1%;

}
	.wallet-buttons {
    display: flex;
    justify-content: center;
	font-family: 'Gellix-Medium', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Gellix-Medium', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Gellix-Medium', 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;
	}
  
}
/* Step 4*/
/* 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: 'Gellix-Regular', sans-serif;
    font-size: 1em;
    margin: 1% 0 1% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', 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: 'Gellix-Medium', sans-serif;
	font-size: 1.4em;
    /*margin: 5px 0 5px 0;*/
	color:#1b5279;
	text-align: center;
	}
	
	.footer {
    font-family: 'Gellix-Medium', serif;
    font-size: 1.6em;
	}
	.note{
		font-family: 'Gellix-Medium', 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;
	}
  
	  
}
/* Step 5*/
/* Pixel 7 - OK*/
@media only screen 
  and (device-width: 412px) 
  and (device-height: 915px) 
   {
	   .logo {
    width: 70%;
}
  	 	.header {
   text-align: center;
   padding: 10% 5% 0 5%;
}
  .title {
    font-family: 'Gellix-Regular', sans-serif;
	font-size: 1.8em;
    margin: 5% 0 3% 0;
}

.subtitle {
    font-family: 'MyriadPro-BoldCond', serif;
    font-size: 1.5em;
     margin: 4% 2%;
}
.btm-links {
	margin: 1% 0 4% 0;

}
}