@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('../fonts/AvenirNextLTPro-Demi.ttf') format('opentype');
}

@font-face {
    font-family: 'AvenirNextLTPro-Medium';
    src: url('../fonts/AvenirNextLTPro-Medium.ttf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'BlueSans_A_Md';
    src: url('../fonts/BlueSans_A_Md.ttf') format('opentype');
}
@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
}
@font-face {
    font-family: 'UberMove-Regular';
    src: url('../fonts/UberMove-Regular.otf') format('opentype');
}
/* default resoultion for Pixel 6 pro */
body, html {
    margin: 0;
    padding: 0;
    font-family: AvenirNextLTPro-Regular, sans-serif;
	background-color: #183c9a;
    color: white;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

/*To prevent highlight of the selection - Start */
* {
	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-touch-callout: none; /* Disable long-press context menu on iOS */
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */

}
img{
	pointer-events: none; /* Prevent interaction */
}
 /* Style to show that the link is protected */
.protected-link {
      touch-action: none; /* Disables default touch actions */
      user-select: none;  /* Disables text selection */
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.header {
    text-align: center;
    margin: 10% 5% 0 5%;
}

.logo {
    width: 90%;
}

.bottom-content {
    position: fixed;
    bottom: 0;
    text-align: center;
}

.btm {
    display: flex;
    font-size: 1em;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
    color: white;
    font-family: 'UberMove-Regular', sans-serif;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10%;
}

.btm a {
    color: white;
    font-family: 'UberMove-Regular', sans-serif;
    text-decoration: underline;
}

.btm a:hover {
    text-decoration: underline;
}

.title {
    font-family: 'AvenirNextLTPro-Medium', sans-serif;
    font-size: 1.3em;
    margin: 5% 0 0 0;
}

.subtitle {
    font-family: 'AvenirNextLTPro-Medium', serif;
    font-size: 1em;
    margin: 0 0 20% 0;
}

.screen {
    display: none;
    width: 100%;
    height: 100%;
   /* justify-content: center;*/
    align-items: center;
    text-align: center;
    position: relative;
}

.screen.active {
    display: flex;
    flex-direction: column;
}

#screen-1 {
    background: url('../images/landing_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

#screen-2 {
    background: url('../images/quiz_1_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

#screen-3 {
    background: url('../images/quiz_2_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

#screen-4 {
    background: url('../images/quiz_3_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

#result-screen {
    background: url('../images/resultbg.jpg') no-repeat center center fixed;
    background-size: cover;
}

.content {
    z-index: 1;
    padding: 2%;
    margin: 0 auto;
}

.logo-container {
    margin-bottom: 20px;
}

.logo-container img {
    width: 50px;
    margin-bottom: 10px;
}

.logo-container h1 {
    font-size: 28px;
    margin: 5px 0;
}

.logo-container p {
    font-size: 14px;
    margin: 0;
}

.text-container {
    margin-bottom: 20px;
}

.text-container h2 {
    font-size: 20px;
    margin: 10px 0;
}

.text-container p {
    font-size: 16px;
    margin: 20px 0;
}
button.btn.blue {
	border-radius: 40px;
	background-color: #016eed;
	color: #fff;
	border: none;
	justify-content: center; /* Center the text */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	width: 60%;
	height: 40px;
	font-family: 'BlueSans_A_Md', serif;
	position: relative;
    transition: background-color 0.3s;
}
button.btn.blue.playnow {
	border-radius: 40px;
	background-color: #016eed;
	color: #fff;
	border: none;
	justify-content: center; /* Center the text */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	width: 78%;
	height: 45px;
	font-family: 'BlueSans_A_Md', serif;
	position: relative;
	transition: background-color 0.3s;
}
button:hover {
    background-color: #005792;
}

button.btn.blue .button-icon {
    display: none;
    position: absolute;
	text-align: center;
    left: 4%; /* Adjust the left padding as needed */
    width: 20px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

button.btn.blue.active .button-icon {
    display: inline;
}

button.btn.blue span {
    /*width: 100%; /* Take the full width of the button */
    text-align: center; /* Center the text */
}

.privacy-policy {
    display: block;
    margin-top: 20px;
    color: white;
    text-decoration: underline;
    font-size: 1em;
}

.ques-title {
	font-family: 'MYRIADPRO-REGULAR', sans-serif;
	font-size: 1.4em;
	color: white;
	margin-top: 10%;
}
.question-img {
    width: 70%;
    margin-top: 5%;
}
.result-title {
	font-family: 'AvenirNextLTPro-Demi', sans-serif;
	font-size: 2.2em;
	margin: 0 0 20% 0;
	color: white;
}
.result-text {
    font-family: 'AvenirNextLTPro-Demi', sans-serif;
    font-size: 2em;
    /* margin-bottom: 15%; */
    color: white;
}
.result-description {
    font-family: 'AvenirNextLTPro-Demi', sans-serif;
    font-size: 1.2em;
    margin-bottom: 5%;
    color: white;
}
.options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}
.options .btn {
	margin-top: 4%;
	padding: 10px; /* Adjust padding for inner spacing */
}

.options .btn img.button-icon {
	  margin: 0 4% 2% 2%; /* Space between icon and text */
	  height: 20px; /* Adjust icon height */
	}

.btm p a{
    font-family: 'BlueSans_A_Md', sans-serif;
    font-size: 1em;
    color: white;
}

/* 
Verified devices
iphone 15 pro - OK
iphone 15 pro max - OK
iphone 15 - NOK
iphone 13 - OK
iphone X - OK
Pixel 7 pro, Pixel 6 pro - OK
Pixel 7, Pixel 6 - OK
one plus nord 2- OK
*/

/* Styles for most iPhones */
  @media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px) 
  and (-webkit-device-pixel-ratio: 3) {
	.header {
		margin: 5% 5% 0 5%;
	}
	.logo {
		width: 70%;
	}
	.btm {
		font-size: 1em;
		width: 100%;
	}
	.title {
		font-size: 1.5em;
		margin: 5% 0 0 0;
	}
	.subtitle {
    font-size: 1.2em;
    margin: 0 0 20% 0;
	}
	.content {
		z-index: 1;
		padding: 2%;
	}
	.logo-container {
		margin-bottom: 20px;
	}
	.logo-container img {
		width: 50px;
		margin-bottom: 10px;
	}
	.logo-container h1 {
		font-size: 28px;
		margin: 5px 0;
	}
	.logo-container p {
		font-size: 14px;
		margin: 0;
	}
	.text-container {
		margin-bottom: 20px;
	}
	.text-container h2 {
		font-size: 20px;
		margin: 10px 0;
	}
	.text-container p {
		font-size: 16px;
		margin: 20px 0;
	}
	button.btn.blue {
		border-radius: 40px;
		font-size: 1em;
		width: 60%;
		height: 40px;
	}
	button.btn.blue.playnow {
		border-radius: 40px;
		font-size: 1.2em;
		width: 80%;
		height: 45px;
		margin-bottom: 5%;
	}
	button.btn.blue .button-icon {
		left: 3%; /* Adjust the left padding as needed */
		width: 20px;
		height: 10px;
		border-radius: 50%;
	}
	.privacy-policy {
		margin-top: 10px;
		font-size: 1em;
	}
	.ques-title {
		font-size: 1.4em;
		margin-top: 4%;
	}
	.question-img {
		width: 70%;
		margin-top: 2%;
	}
	.result-title {
		font-size: 1.8em;
		margin: 0 0 5% 0;
	}
	.result-text {
		font-size: 1.5em;
		margin-top: 2%;
	}
	.result-description {
		font-size: 1.2em;
		margin-top: 2%;
	}
	.options .btn {
		margin-top: 2%;
		padding: 10px; /* Adjust padding for inner spacing */
	}
	.options .btn img.button-icon {
		  margin: 1% 3% 0 2%; /* Space between icon and text */
		  height: 20px; /* Adjust icon height */
		}
	.btm p a{
		font-size: 1em;
	}  
}
  
  
/* Styles for 
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 */
	.logo {
	width: 90%;
	}
	.title {
	margin: 2% 0 0 0;
	font-size: 1.8em;
	}
	.subtitle {
	font-size: 1em;
	margin: 0 0 10% 0;
	}
	button.btn.blue.playnow {
	border-radius: 45px;
	font-size: 1.4em;
	width: 95%;
	height: 50px;
	}
	.options .btn img.button-icon {
	  margin: 1% 6% 0 2%;
	  height: 20px; /* Adjust icon height */
	}
	.privacy-policy {
    margin-top: 20px;
    font-size: 1em;
	}
	.ques-title {
	font-size: 1.5em;
	}
	.question-img {
    margin: 4% 0;
	}
	button.btn.blue {
	border-radius: 45px;
	font-size: 1.2em;
	width: 65%;
	height: 45px;
	}
	.result-title {
	font-size: 2em;
	margin: 0 0 5% 0;
	}
	.result-text {
	font-size: 1.5em;
	margin-top: 2%;
	}
	.result-description {
	font-size: 1.2em;
	margin-top: 2%;
	}
}

/* iPhone X */
@media only screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 3) {
  /* Styles for iPhone X */
  
  	  .subtitle {
    font-size: 1em;
    margin: 0 0 10% 0;
	}
  
}

/* Pixel 7, Pixel 6 */
@media only screen 
  and (device-width: 412px) 
  and (device-height: 915px) {
  /* Styles for Pixel 7 */
	.header {
	text-align: center;
	margin: 10% 5% 0 5%;
	}
	.logo {
	width: 100%;
	}
	.title {
	font-size: 1.6em;
	}
	.subtitle {
	font-size: 1.1em;
	margin-bottom: 20%;
	}
	button.btn.blue.playnow {
	border-radius: 45px;
	font-size: 1.4em;
	width: 80%;
	height: 50px;
	}
	.options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
	}
	.options .btn img.button-icon {
	  margin: 1% 6% 0 2%;
	  height: 20px; /* Adjust icon height */
	}
	.privacy-policy {
    margin-top: 20px;
    font-size: 1em;
	}
	.ques-title {
	font-size: 1.5em;
	margin-top: 5%;
	}
	.question-img {
		width: 80%;
		margin: 4% 0 2%;
	}
	button.btn.blue {
	border-radius: 45px;
	font-size: 1.2em;
	width: 65%;
	height: 45px;
	}
	.result-title {
	font-size: 2.5em;
	margin: 0 0 10% 0;
	}
	.result-text {
	font-size: 1.8em;
	margin-top: 2%;
	}
	.result-description {
	font-size: 1.4em;
	margin-top: 2%;
	}

}

/* Xiaomi Mi 11, Nord 2*/
@media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px)
  and (-webkit-device-pixel-ratio: 2){
	  
	 .header {
	text-align: center;
	margin: 10% 5% 0 5%;
	}
	  
  }