@font-face {
    font-family: 'DisneyLegendBook1';
    src: url('../fonts/DisneyLegendBook1.woff') format('woff');
}

@font-face {
    font-family: 'UberMove-Regular';
    src: url('../fonts/UberMove-Regular.otf') format('opentype');
}

/*Pixel 8Pro */
body {
    margin: 0;
    font-family: 'DisneyLegendBook1', Arial, sans-serif;
    background-size: cover;
    color: #fff;
    text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

button {
    all: unset; /* Resets all styles */
    display: block; /* Ensures buttons behave like block elements */
    background-color: #fff; /* Your button background */
    color: black; /* Set the desired text color explicitly */
    border: 1px solid #ccc; /* Add borders back */
    border-radius: 8px; /* Optional: Rounded corners */
    padding: 10px 20px; /* Button padding */
    text-align: center; /* Center align text */
    font-family: inherit; /* Use inherited font family */
    font-size: 1em; /* Use desired font size */
    cursor: pointer; /* Maintain pointer cursor for interactivity */
}


.buttons-style{
  background-color: rgba(255, 255, 255, 0.0); /* Transparent background */
  border: none;
  height: 30%;
  width: 60%;
}


/*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 */
 -webkit-appearance: none; /* Remove iOS-specific styling */
    text-decoration: none; /* Remove underline styling */
}


/*To prevent highlight of the selection - end*/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'DisneyLegendBook1', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
	background: url('../images/quiz_bg.png') no-repeat center center fixed;
    background-size: cover;
    /* margin: 10%; */
}

.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/start_screen_bg.png') no-repeat center center fixed;
    background-size: cover;
   .header {
		padding: 10% 0 0% 0;
	}
	.title {
		font-size: 2em;
		margin: 5% 0 5% 0;
	}
	.subtitle {
		font-size: 1.5em;
		margin-bottom: 1%;
	}
}
#screen-2 {

   .header {padding: 10% 0 0% 0;}
	.ques-title {
        font-size: 2em;
        margin: 10% 0 2% 0;
    }
	.title {
		font-size: 2em;
		margin: 5% 0 2% 0;
	}
	.options {
		margin-top: 0%;
	}
}
#screen-3 {
	.ques-title {
		font-size: 2.5em;
	}
	button.btn.option {
		border-radius: 30px;
		font-size: 1.5em;
		width: 280px;
		height: 60px;
		justify-content: left;
		text-align: left;
	}
}

#screen-4 {
	.ques-title {
		font-size: 2.5em;
		margin-top: 10%;
	}
}

#result-screen {
	background: url('../images/end_screen_bg.png') no-repeat center center fixed;
    background-size: cover;
	.title {
		font-size: 2.5em;
		margin: 5% 0 5% 0;
	}
	.subtitle {
    font-family: 'DisneyLegendBook1', serif;
    font-size: 1.8em;}
}
.loader-img {
		width: 80%;
		margin-top: 10%;
	}
.header {
    text-align: center;
    padding: 15% 0 0% 0;
}
.logo {
    width: 60%;
    height: auto;
}
.text_logo {
    width: 40%;
}
.title {
    font-family: 'DisneyLegendBook1', sans-serif;
    font-size: 2em;
    margin: 5% 0 5% 0;

}

.subtitle {
    font-family: 'DisneyLegendBook1', serif;
    font-size: 1.5em;
    margin-bottom: 1%;

}

.footer {
    font-family: 'DisneyLegendBook1', serif;
    font-size: 24px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.privacy-policy{
		font-family: 'UberMove-Regular', sans-serif;
		/*font-size: 0.8em;*/
		color: white;
		margin: 0.1% 0 0 0;
	}
.disclaimer {
    font-family: 'DisneyLegendBook1', sans-serif;
    margin: 3% 0 2% 0;
    font-size: 0.9em;
    color: white;
}
.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 {
    display: flex;
    justify-content: center;
    font-size: 0.9em;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: space-around;
    flex-direction: column;
    width: 100%;
    color: white;
    font-family: 'DisneyLegendBook1', sans-serif;
    /* text-decoration: underline; */
    background-color: rgb(0 0 0 / 15%);
}

.btm a {
    color: white;
    font-family: 'UberMove-Regular', sans-serif;
    text-decoration: underline;
    font-size: 1.1em;
    margin: 2% 0 0 0;
}

.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;
}

.ques-title {
    font-family: 'DisneyLegendBook1', sans-serif;
    font-size: 2em;
    color: white;
    margin: 0 0 0 0;
    line-height: 1.2;

}
.quiz_logo {
    width: 120px;

}
button.btn.option {
    border-radius: 30px;
    border-color: #f5f5f500;
    font-size: 1.8em;
    width: 280px;
    height: 60px;
    justify-content: left;
    text-align: left;
}
.options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0%;

}
.options .btn {
    margin-top: 3%;
    padding: 0 5% 0 5%;

}

.options .btn img.button-icon {
	  margin: 0 4% 2% 2%; /* Space between icon and text */
	  height: 20px; /* Adjust icon height */
	}
.quiz_option {
		border-radius: 40px;
		font-size: 1em;
		width: 60%;
		height: 40px;
		justify-content: left; /* Center the text */
		text-align: left;
}

/* Step 1 */
/* Xiaomi Mi 11,
Nord 2 - */
@media only screen 
  and (min-device-width: 320px) 
  and (min-device-height: 568px)
  and (-webkit-device-pixel-ratio: 2){

	#screen-1 .header {  padding: 10% 0 0% 0; }

	#screen-1 .title {
		font-size: 2em;
		margin: 5% 0 5% 0;
	}
	#screen-1 .subtitle {
		font-size: 1.8em;
	}
	#screen-2 .header {padding: 10% 0 0% 0;}

	#screen-2 .ques-title {
		font-size: 2.5em;
		margin: 10% 0 2% 0;
	}
	#screen-2 button.btn.option {
		border-radius: 35px;
		font-size: 2em;
		width: 340px;
		height: 75px;
	}
	#screen-2 

	#screen-2 .title {
		font-size: 2em;
		margin: 5% 0 2% 0;
	}

	#screen-2 .options {
		margin-top: 0%;
	}

	#screen-3 .ques-title {
			font-size: 3em;
	}
	#screen-3 button.btn.option {
		border-radius: 35px;
		font-size: 1.8em;
		width: 340px;
		height: 75px;
	}
	#screen-4 .ques-title {
			font-size: 3em;
	}
	#screen-4 button.btn.option {
	border-radius: 35px;
	font-size: 2.1em;
	width: 340px;
	height: 75px;
	}
	#result-screen .title {
		font-size: 3em;
		margin: 5% 0 5% 0;
	}
	#result-screen .subtitle {
		font-size: 2em;
	}

.loader-img {
		width: 80%;
		margin-top: 10%;
	}
}
/* 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) {

	#screen-1 .header {
        padding: 5% 0 0% 0;
    
    }

	#screen-1 .title {
        font-size: 2.2em;
        margin: 2% 0 2% 0;
    
    }
	#screen-1 .subtitle {
        font-size: 1.5em;
    
    }
	#screen-2 .header {
        padding: 5% 0 0% 0;
    
    }

	#screen-2 .ques-title {
        font-size: 2em;
        margin: 2% 0 2% 0;
    
    }
	#screen-2 button.btn.option {
        border-radius: 30px;
        font-size: 1.8em;
        width: 280px;
        height: 60px;
    
    }

	#screen-2 .title {
		font-size: 2em;
		margin: 5% 0 2% 0;
	}

	#screen-2 .options {
		margin-top: 0%;
	}

	#screen-3 .header {
	padding: 5% 0 0% 0;
	}
	#screen-3 .ques-title {
        font-size: 2.5em;
    
    }
	#screen-3 button.btn.option {
        border-radius: 30px;
        font-size: 1.5em;
        width: 280px;
        height: 60px;
    
    }
	#screen-4 .header {
	padding: 5% 0 0% 0;
	}
	#screen-4 .ques-title {
        font-size: 2.3em;
        /* margin-bottom: 20%; */
    
    }
	#screen-4 button.btn.option {
		border-radius: 30px;
        font-size: 1.8em;
        width: 280px;
        height: 60px;
	}
	#result-screen .header {
        padding: 5% 0 0% 0;
    
    }
	#result-screen .title {
		font-size: 3em;
		margin: 5% 0 5% 0;
	}
	#result-screen .subtitle {
		font-size: 2em;
	}

.loader-img {
        width: 80%;
        margin: 4% 0 -2% 0;
    
    }
}

/* Step 3 - OK*/  
/*
iphone 16 pro max - 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) { 

	#screen-1 .header {
		padding: 5% 0 0% 0;
	
	}

	#screen-1 .title {
        font-size: 2.5em;
        margin: 5% 0 2% 0;
    
    }
	#screen-1 .subtitle {
        font-size: 1.6em;
    
    }
	#screen-2 .header {
        padding: 5% 0 0% 0;
    
    }

	#screen-2 .ques-title {
        font-size: 2.3em;
        margin: 2% 0 2% 0;
    
    }
	#screen-2 button.btn.option {
        border-radius: 30px;
        font-size: 2em;
        width: 320px;
        height: 65px;
    
    }

	#screen-2 .title {
		font-size: 2em;
		margin: 5% 0 2% 0;
	}

	#screen-2 .options {
		margin-top: 0%;
	}

	#screen-3 .header {
	padding: 5% 0 0% 0;
	}
	#screen-3 .ques-title {
        font-size: 3em;
    
    }
	#screen-3 button.btn.option {
        border-radius: 30px;
        font-size: 1.6em;
        width: 320px;
        height: 60px;
    
    }
	#screen-4 .header {
	padding: 5% 0 0% 0;
	}
	#screen-4 .ques-title {
        font-size: 3em;
    
    }
	#screen-4 button.btn.option {
        border-radius: 30px;
        font-size: 2em;
        width: 320px;
        height: 60px;
    
    }
	#result-screen .header {
        padding: 5% 0 0% 0;
    
    }
	#result-screen .title {
		font-size: 3em;
		margin: 5% 0 5% 0;
	}
	#result-screen .subtitle {
        font-size: 2.5em;
    
    }

.loader-img {
        width: 80%;
        margin: 4% 0 -2% 0;
    
    }
}

/* Step -4/
/* 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) { 
	#screen-1 .header {
		padding: 5% 0 0% 0;
	
	}

	#screen-1 .title {
        font-size: 2em;
        margin: 5% 0 2% 0;
    }
	#screen-1 .subtitle {
        font-size: 1.5em;
    }
	#screen-2 .header {
        padding: 5% 0 0% 0;
    
    }

	#screen-2 .ques-title {
        font-size: 1.8em;
        margin: 2% 0 2% 0;
    }
	#screen-2 button.btn.option {
        border-radius: 30px;
        font-size: 1.5em;
        width: 280px;
        height: 60px;
    }

	#screen-2 .title {
		font-size: 2em;
		margin: 5% 0 2% 0;
	}

	#screen-2 .options {
		margin-top: 0%;
	}

	#screen-3 .header {
	padding: 5% 0 0% 0;
	}
	#screen-3 .ques-title {
        font-size: 2.5em;
    }
	#screen-3 button.btn.option {
        border-radius: 30px;
        font-size: 1.4em;
        width: 280px;
        height: 60px;
    }
	#screen-4 .header {
	padding: 5% 0 0% 0;
	}
	#screen-4 .ques-title {
        font-size: 2.5em;
    }
	#screen-4 button.btn.option {
        border-radius: 30px;
        font-size: 1.8em;
        width: 280px;
        height: 60px;
    }
	#result-screen .header {
        padding: 5% 0 0% 0;
    
    }
	#result-screen .title {
        font-size: 2.5em;
        margin: 5% 0 5% 0;
    }
	#result-screen .subtitle {
        font-size: 2em;
    }

.loader-img {
        width: 80%;
        margin: 4% 0 -2% 0;
    
    }
}
/* Step 5*/
/* iPhone SE*/
@media only screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Step 6*/
/* Pixel 7 - OK*/
@media only screen 
  and (device-width: 412px) 
  and (device-height: 915px) 
   {

}
@media (max-width: 480px) {
/*
  .logo {
    width: 50%;
  }

  #screen-1 .header {
    padding: 5% 0 0% 0;
  }

  #screen-1 .title {
    font-size: 1.6em;
    margin: 5% 0 5% 0;
  }

  #screen-2 header {
    padding: 5% 0 0% 0;
  }

  #screen-2 .ques-title {
        font-size: 1.5em;
        margin: 5% 0 5% 0;
    }

  #screen-2 .title {
        font-size: 2em;
        margin: 2% 0 2% 0;
    }

  #screen-2 .options {
        margin-top: 0%;
    }

  #screen-3 .options button {
    font-size: 1.2em;
  }
	.ques-title {
	font-size: 2em;
	margin: 5% 0 0 0;
	}
	.loader-img {
	width: 70%;
	margin-top: 5%;
	}*/
}