body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #000;
	background-color: #EFEFEF;}

.freeman-regular {
  font-family: "Freeman", sans-serif;
  font-weight: 400;
  font-style: normal;}
.montserrat-uniquifier {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;}
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;}
h1 { 
	font-family: freeman, sans-serif;
	font-size: 60px; 
	margin-top: 50px;
	margin-bottom: 50px; }
h2 { 
	font-family: freeman, sans-serif;
	font-size: 40px;  
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center; }
h3 { 
 	font-family: montserrat, sans-serif;
 	font-size: 25px; 
 	font-weight: normal; }
h4 { 
	font-family: PT Sans, sans-serif;
	font-size: 22px; 
	font-weight: bolder;
	margin: 0px; }
p { 
	font-family: PT Sans, sans-serif;
	font-size: 18px; 
	font-weight: normal;
	margin: 0;}
.bold { font-weight: bold; }
.center { text-align: center; }
.light {  font-weight: normal; }

section { 
	background-color: #fff; 
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
	padding-left: 5%; 
	padding-right: 5%; }

header {
	height: 70px;
	margin: 0;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	justify-content: space-between;
  box-shadow: 0px 5px 10px #ccc;
	background-color: #fff;
	position: fixed;
  top: 0;
  width: 90%;
  z-index: 1000; }

footer { 
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between; }

footer img { 
  max-width: 240px;
  padding-bottom: 20px; }

a { 
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;}

button {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-radius: 20px;
	font-size: 18px;
  font-weight: bold;
	color: #fff;
	background-color: #000;
	border: none;
	cursor: pointer; } 

.colorbutton { background-color: #594AF6; }

.number { 
	position: relative;
	z-index: 2;
	width: 50px;
	height: 46px;
	text-align: center;
	padding-top: 4px;
  border-radius: 50px;
  background-color: #594AF6;
  font-family: PT Sans, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: 15px; }

.logo-container, #nav-container {
	margin-top: auto;
	margin-bottom: auto;}

.logo-container img{
  max-width: 240px;
	margin: auto;}

.menu-icon { display: none; }
.menu-icon img {
	margin-top: 15px;
  height: 25px;
  cursor: pointer; }
#nav-container { display: flex; }

nav ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;}

nav ul li {
	display: inline;
	margin-right: 30px;}

nav ul li:last-child {
	margin-right: 0;}

#banner{
  margin-top: 100px; }

#banner1, #banner2, #banner3{ 
	display: flex;
	justify-content: space-around;
	align-items: start; 
  width: 100%; } 

#banner2, #banner3 { 
  min-height: 550px; }

#banner-left, #banner-right{ 
	width: 45%;
	padding-right: 0; }

#banner2-left { 
  display: flex;
  flex-direction: column;
  align-items: center; }

#banner3-left, #banner2-left { 
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; 
  max-width: 600px;
  min-width: 300px; } 

.banner3-left { 
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }

#banner3-right, #banner2-right { 
  width: 40%;
  padding-left: 20px;
  padding-right: 20px; 
  max-width: 500px;
  min-width: 300px; } 

#dragbox { 
	border-radius: 41px;
	border: 3px dotted #000;
	padding: 25px; 
	margin-top: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
  max-width: 400px; }

#dragbox-img { 
	max-height: 100px;
	width: auto; }

#dragbox-text1, #dragbox-text2 { 
	text-align: center;
	font-size: 18px; }

#dragbox-button { 
	display: flex;
	justify-content: space-between; 
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
  height: 60px; }
button img { 
	padding-right: 15px;
  height: 40px;
  width: auto; }

#dragbox-button p { 
  font-size: 22px; }

#banner-right img { 
	width: 100%;
	max-width: 600px ;
	padding-top: 60px; }

#banner2-button { 
  margin-top: 25px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.addremove { 
  background-color: #EFEFEF;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 10px;}

form input, form select, form button, form label{ 
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 18px; }

form input, form select { 
  border: none;
  padding: 5px;
  border-radius: 10px; }

select, #email { 
  width: 70%; }

select:focus { 
  outline: none; }

form label { 
  font-weight: bold; }

form a { 
  font-weight: bold;
  color: #594AF6; }

form { 
	margin: 15px; }

#formp { font-size: 15px; }

#banner3-right { 
   display: flex;
   flex-direction: column;
   align-items: center; }

#banner3-download { 
  margin-bottom: 40px;
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;  }

#banner3-again, #banner3-selectother, { 
  display: block;
  width: 350px;
  margin-bottom: 10px; }

#banner3-previous { margin-top: 35px; }

#banner3-text, #banner3-text2 { 
  margin-bottom: 15px; }

#banner2-title, #banner3-title { 
  text-align: left; }

#hiw-container { 
  background-color: #EFEFEF;
  border-radius: 41px;
  padding: 10px;
  width: 80%; 
  margin-right: auto;
  margin-left: auto; }

#hiw-columns { 
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

#hiw-left, #hiw-right { 
  width: 50%;
  padding-left: 50px;
  padding-bottom: 50px; } 

.hiw-item { 
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80px;}

#hiw5-container { 
  max-width: 80%; }

.hiw-dots { 
  height: 35px;
  width: auto;
  padding-left: 21px; }

#wcu-columns { 
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px; 
  display: flex;
	align-items: center;
	justify-content: start;}

#wcu-left, #wcu-right { 
  width: 50%; } 

.wcu-item { 
	display: flex;
	justify-content: start;
	align-items: center;
	justify-content: center;
	padding: 15px; }

.wcu-text { 
	position: relative;
	z-index: 1;
	width: 80%;
	min-height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
	margin-left: -30px;
	background-color: #EFEFEF;
	border-radius: 25px; }

#wcu-button-container { 
  display: flex;
  justify-content: center; }

#benefits-title-container { 
	max-width: 60%;
	margin-left: auto;
	margin-right: auto; }

#benefits-container { 
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto; }

.benefits-item { 
	width: 20%; }

.benefits-img-container { 
	padding: 20px;
	background-color: #EFEFEF;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto; }

.benefits-img { 
	max-height: 100px; }

.benefits-item-title { 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px; }

#results-subtitle { 
	margin: 0 auto;
	max-width: 85%;
  display: flex;
  justify-content: space-around; }

.carousel-container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0px; }

.carousel-slide {
  display: flex; }

.carousel-slide img {
  width: 100%;
  display: none; }

.carousel-slide img.active {
  display: block; }

.carousel-dots {
  text-align: center;
  margin-top: 50px; }

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: gray;
  margin: 0 5px;
  cursor: pointer; }

.dot.active {
  background-color: black; }

#reviews, #faq{ 
  display: none; }

.faq { 
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto; }

.question-btn {
	display: flex;
	justify-content: space-between;
  background-color: #fff;
  color: #000;
  padding: 15px;
  width: 100%;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  cursor: pointer; }

.question-btn p { 
  font-weight: bold; }

.faq-plus { 
	line-height: 1;
	font-size: 24px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 50px;
  border: solid 3px; }

/*.question-btn:hover {
  background-color: #EFEFEF; }*/

.answer {
  display: none;
  padding: 10px; }

#banner2 .active, #faq .active {
  display: block; }

.language-switch { 
  color: #594AF6;
  border-radius: 50px;
  border: solid 3px;
  border-color: #594AF6;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #EFEFEF; }

.language-switch label {
  padding: 7px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease;}

.language-switch input[type="radio"] {
  display: none;}

.language-switch input[type="radio"]:checked{
  font-weight: bold;}

.gallery-container {
  text-align: center; }

.main-image img {
	width: 100%;
	max-width: 600px; 
  object-fit: cover;
}

.thumbnails {
  display: flex;
  justify-content: start;
  gap: 10px; 
  width: 100%;
  overflow-x: auto;
}

.thumbnails img {
  width: 100px;
  max-width: 101px;
  height: 67px;
  max-height: 67px;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: pointer;
  transition: border 0.3s; 
  background: transparent url("../images/loading.gif") no-repeat scroll center center;
}

.main-image img{
  min-height: 399.55px;
  transition: border 0.3s;
  background: transparent url("../images/loading.gif") no-repeat scroll center center;
}

.thumbnails img:hover {
  border: 1px solid #000; }

#payment_buttons { 
  margin-top: 50px;
  width: 100%; }

.dragOn{
  border-color: cornflowerblue !important;
}

.selected-img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.progress_bar{
  width: 100%;
  height: 3px;
  border: none
}

.progress_bar::-webkit-progress-bar {
  background-color: rgb(0, 68, 128)rgb(13, 59, 99);
}
.progress_bar::-webkit-progress-value {
  background-color: rgb(11, 184, 247);
}

.hidden{
  display: none !important;
}

.displayFlex{
  display: flex !important;
}

.displayBlock{
  display: block !important;
}

.disabled{
  background-color: gray !important;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); }

.modal-content {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    padding: 20px;
    border-radius: 25px;
    width: 50%; }

.modal-content div { 
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-content h2 { 
  margin-bottom: 5px; }

.modal-content button { 
  background-color: #594AF6;
  margin-top: 5px; }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }


#tyc, #pp { 
  margin-top: 100px; }

#tyc div, #pp div { 
  max-width: 80%;
  margin-right: auto;
  margin-left: auto; }

#tyc h4, #pp h4 { 
  padding-bottom: 10px;
  padding-top: 20px; }

.esp-active, .eng-active { 
  background-color: #594AF6;
  color: #fff; }

#return { 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: none;
  cursor: pointer; }

#banner3-text3 { 
  margin-top: 30px; }

#tokko-logo-container {
  display: flex;
  justify-content: center; }
#tokko-logo {
  height: 48px; }
#paypal-button-container { margin: 25px 0px; }


@media (max-width: 1240px) { 

h1 { font-size: 45px;
margin-bottom: 30px;
margin-top: 10px; }
h2 { font-size: 35px; }
h3 { font-size: 20px;}
h4 { font-size: 18px; }
p { font-size: 13px; }
a { font-size: 15px; }
form input, form select, form button, form label, form a { font-size: 13px; }
button { font-size: 15px;
padding-bottom: 7px;
padding-top: 7px;
padding-right: 10px;
padding-left: 10px; }

.logo-container img { 
max-width: 200px; }
nav ul li { 
margin-right: 25px; }

.language-switch { 
padding-right: 3px;
padding-left: 3px;
padding-top: 7px;
padding-bottom: 7px; }
.language-switch label { 
font-size: 15px;
padding: 5px; }

section { width: 100%; }

#dragbox { 
margin-top:30px;
padding: 15px; } 
button img { height: 35px;}
#dragbox-button { 
padding-right: 20px; }
.benefits-item { width: 21%; }

#banner-right img { padding-top: 10px; }

#banner3-again, #banner3-selectother { width: 270px; }
#banner3-download { font-size: 20px; }
}

@media  (max-width: 990px) {

header { 
flex-direction: column;
align-items: center;
height: 80px;
padding-bottom: 6px;
padding-top: 10; }

section { width: 100%; }

.logo-container { margin-top: 15px; }
.logo-container img { 
max-width: 200px; }

.language-switch { 
padding-right: 2px;
padding-left: 2px;
padding-top: 4px;
padding-bottom: 5px; }
.language-switch label { 
font-size: 12px;
padding: 5px; }

h1 { font-size: 35px;
margin-bottom: 20px;
margin-top: 0px; }
h2 { font-size: 25px; }
h3 { font-size: 15px;}
h4 { font-size: 15px; }
p { font-size: 10px; }
a { font-size: 12px; }
#formp { font-size: 10px; }
form input, form select, form button, form label, form a { font-size: 10px; }
button { font-size: 12px;
padding-top: 5px;
padding-bottom: 5px; }
#banner3-download { font-size: 18; }

button img { height: 30px; 
padding-right: 10px;}

#banner { 
margin-top: 110px; }

#banner-right img { 
padding-top: 0px; }

#dragbox { 
padding: 15px;
margin-top: 10px;
max-width: 320px; }
#dragbox-img { max-width: 70px; }
#dragbox-button {height: 45px;}
#dragbox-button p { font-size: 18px; }

#banner3-again, #banner3-selectother { width: 230px; }
#banner3-download { font-size: 15px; }
#banner3-previous { margin-top: 20px; }

.dot { 
width: 10px;
height: 10px; }
.carousel-dots { margin-top: 20px; }

.number { 
font-size: 20px;
height: 25px;
width: 30px;
padding-bottom: 3px;
padding-top: 2px;
margin-right: 10px; }
.hiw-dots { 
height: 25px;
padding-left: 15px; }
.hiw-item { 
height: 50px; }

.wcu-text, .wcu-text1, .wcu-text2, .wcu-text3, .wcu-text4 { min-height: 50px; }

.benefits-img { 
max-height: 70px; } }


@media (max-width: 640px) { 

header {
flex-direction: row;
height: 50px; }

.logo-container { margin-top: 20px; }

.menu-icon { display: block; }

#nav-container {
display: none;
flex-direction: column;
width: 100%;
background-color: #EFEFEF;
position: absolute;
top: 55px;
left: 0;
z-index: 1; }
    
nav ul {
flex-direction: column;
width: 100%; }
nav ul li {
margin: 0;
padding: 7px 0 ;
text-align: center; }

.nav-button { display: none; }

section { 
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 15px; }

#banner { margin-top: 70px; }

#banner1, #banner2, #banner3 { 
flex-direction: column; }
#banner-left, #banner-right, #banner2-left, #banner2-right, #banner3-right, #banner3-left { 
width: 100%;
min-width: 100%;
padding: 0px; }
#banner-right, #banner2-right, #banner3-right { margin-top: 15px; }
#generator_buttons, #payment_buttons { width: 90%; }

#dragbox { margin-top: 33px;
margin-bottom: 35px; }
#db1 { max-width: 40%; }

#hiw-container { 
width: 100%; }
#hiw-left, #hiw-right { 
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px; }

.number { 
font-size: 15px;
height: auto;
width: auto;
padding-bottom: 3px;
padding-right: 7px;
padding-left: 7px; }
.hiw-dots { padding-left: 10px; }

#wcu-columns { 
width: 100%;
padding: 0px; }

#benefits-title-container { max-width: 80%; }
#benefits-container { 
width: 100%;
margin-top: 20px; }
.benefits-item { width: 24%; }
.benefits-img { max-height: 50px; }
.benefits-item-title { 
padding-bottom: 10px;
padding-top: 10px; }

footer { 
flex-direction: column;
padding-top: 15px;
padding-bottom: 15px; }
.logo-container img, footer img { 
max-width: 160px; }

.modal-content { width: 75%; }
.modal-content div { padding: 40px; } }

@media (max-width: 430px) {

h2 { margin-bottom: 15px; }

#dragbox { 
border-radius: 15px;
padding: 10px;
width: fit-content; }
#dragbox div, #dragbox-img { display: none; }
#dragbox-button { margin-left: 0px; }

section { width: 100%; }

.carousel-container { max-width: 100%; }
.dot { 
width: 7px;
height: 7px; }

#hiw-columns { margin-top: 15px; }
.hiw-item { height: 66px; }

#wcu-columns { flex-direction: column; }
.wcu-item { padding: 5px; }
#wcu-left, #wcu-right { width: 100%; }
.wcu-text, .wcu-text1, .wcu-text2, .wcu-text3, .wcu-text4 {min-height: 50px;}
#wcu-title-container { margin-bottom: 10px; }
#wcu-button-container { margin-top: 10px; }

#benefits-container { 
flex-wrap: wrap;
justify-content: space-evenly; }
.benefits-item { 
padding: 10px 0 10px 0;
width: 40%; }

.selected-img { width: 100%; }

.modal-content { width: 80%; }
.modal-content div { padding: 10px; } }

#banner3-left {
    position: relative;
}

.blurry-overlay {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Apply blur effect */
    z-index: 10; /* Ensure it overlays the content */
}

.blurry-overlay.active{
    display: flex; 
}

#banner3-again { margin-bottom: 10px; }

.paypal-button{
  background-color: #fec640;
  width: 100%;
  border-bottom: 2px solid #777;
}
.paypal-button img{
  width: 100px;
  height: auto;
  padding: 9px 0 0px 0px;
}

.error_page, .error_page a{
  font-size: 22px;
  max-width: 600px;
  margin: 60px 60px 0 0;
}
