/*
Theme Name: hello-elementor-child
Description: hello-elementor-child
Theme Author: WpProgrammierer
Author URI: https://wpprogrammierer.de
Template: blankslate
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-color: #fff;
  font-family: Newjune;
  background-image: url('/wp-content/uploads/2025/06/background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	padding: 16px 0;
  height: 100vh;
	}

@media screen and (max-width: 1399px) {
	body {
		background-image: url('/wp-content/uploads/2025/06/background-1404.webp')!important;
}
	}

@media screen and (max-width: 770px) {
	body {
		background-image: url('/wp-content/uploads/2025/06/background-769.webp')!important;
}
	}


body main, 
body header, 
body footer {
  max-width: 399px;
  margin: 0 auto;
  padding: 1rem;
}

body header {
  max-width: 399px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

body main {
  background: #aa0000;
  padding: 0;
	border-radius: 8px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}

.main-logo {
	max-width: 100%;
	border-radius: 8px;
}

#language {
	max-width: 15%;
	padding: 8px 8px 0;
}

.lang-flag {
	max-width: 100%;
}

#relationship-form input {
  margin: 2px;
}

#relationship-form {
  text-align: center;
}

input[type=text] {
	text-align: center;
}

input[type=text] {
	border-radius: 4px;
	border: 0;
	padding: 8px;
}

.birthday-inputs {
  display: flex;
  gap: 5px;
  justify-content: center;
}

#relationship-form button {
  padding: 6px 12px;
  background-color: #e6a600;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  display: flex!important;
  justify-content: space-around;
  align-items: center;
}

button.continue-btn {
	padding: 6px 36px!important;
}

#relationship-form button:hover {
  background-color: #c78f00;
}

#relationship-form .reset-btn {
  background-color: #999;
	font-size: 14px;
}

#relationship-form .reset-btn:hover {
  background-color: #ffffff42 !important;
}

#step-0, #step-1, #step-3, #step-4 {
	padding: 16px;
}


.reset-btn {
  background: #aa0000 !important;
  border: 1px solid white !important;
  margin-left: 16px;
  font-size: 14px;
}

.step_footer {
  padding-top: 32px;
}

#qr-code {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* dunkler Schleier */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.animation-wrapper {
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 38%;
  left: 23%;
  width: 100%;
  pointer-events: none;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateX(0);
  max-width: 50% !important;
}

.zodiac-image {
  position: absolute;
  top: 50%;
  left: -30%;
  width: calc(100% - 37%);
  transform: translateY(-50%);
  max-height: 50%;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1410px) {
	/* .header-videos {
		max-height: 500px!important;
	 } */
}



/* STEP 1 */

.form-header h1 {
  font-size: 22px;
  text-align: center;
}

.form-sub-header h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-top: 16px;
}

.step_header {
	margin-top: 36px;
}

#step-0 p {
  font-size: 18px;
}

.input-group label {
  font-size: 12px;
  margin-left: 5px;
}

.birthday-inputs {
  display: flex;
  gap: 8px;
}
.birthday-inputs select {
	padding: 6px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #555;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  margin-top: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#lang_en,
#lang_kh {
  cursor: pointer;
}

.loader-container {
  width: 339px;
  height: 339px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 140px;
  transform: translate(10px, 10px);
}

svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); /* Start oben */
}

circle {
  fill: none;
  stroke-width: 10;
  cx: 150;
  cy: 150;
  r: 140;
}

.bg {
  stroke: #eee;
}

.progress {
  stroke: #aa0000;
  stroke-dasharray: 879; /* 2 * π * r = 2 * 3.1416 * 140 ≈ 879 */
  stroke-dashoffset: 879;
  animation: fill 5s linear forwards;
}

@keyframes fill {
  to {
    stroke-dashoffset: 0;
  }
}

input.input_name,
input.input_telegram {
	width: 250px!important;
}

input.input_date {
	width: 75px;
}

.control_buttons {
	display: flex;
	width: 250px;
	margin: 0 auto;
	justify-content: space-between;
	
}

footer {
	font-size: 14px;
	text-align: center;
}


.addon {
	width: 250px;
	margin: 16px auto 0;
	padding-top: 45px;
	background-image: url('https://zodiac.smiepel.de/wp-content/uploads/2025/05/arrow_golden.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 85px; 
}

.blured-result {
	display: flex;
	flex-direction: column;
	min-height: 620px;
	background-image: url('https://zodiac.smiepel.de/wp-content/uploads/2025/05/image.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%; 
	align-items: center;
  justify-content: center;
}

.blured-overlay {
	margin: auto;
}

.elementor-kit-6 {
	background-image: url('https://zodiac.smiepel.de/wp-content/uploads/2025/05/a326dd04-c926-461a-80f2-341e496863d3.jpg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.zodiac-main-wrapper {
	padding: 16px;
}

.payment-options {
  border: 1px solid white;
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0;
}

.bank-logos {
  display: flex;
  flex-flow: row;
  gap: 8px;
  padding: 8px 0;
  justify-content: space-around;
}

.bank-logos img{
  max-height: 40px;
}

.error-notification {
  font-style: italic;
  color: #e6a600;
}


.animation-header {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  font-size: 20px;
}
.animation-notification {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  color: #e6a600;
  font-size: 20px;
}

.discount-announcement {
	display: flex;
	flex-flow: column;
	background: white;
	color: black;
	border-radius: 4px;
	margin: 24px 0;
	padding: 8px 16px;
	border: 4px solid red;
}
.discount-announcement-headline {
	font-size: 25px;
	color: red;
	font-weight: 600;
}


.discount-announcement-desc {
	font-size: 20px;
		color: red;
}

.discount-countdown {
	display: flex;
	flex-flow: row;
	padding-top: 8px;
}
.discount-countdown span {
	display: flex;
	flex-flow: column;
	width: 60px;
}

.discount-announcement-cta {
	padding-top: 16px;
}
.discount-countdown-time {
	font-size: 25px;
	font-weight: 600;
}
.discount-countdown-label {
	margin-top: -8px;
	font-size: 14px;
}