
#typ-section::after,
.page-id-3095 {
	transition: background-color 0.2s ease;
}

.gt-start:not(.gt-end) {
	background-color: var(--red);
}

.gt-start:not(.gt-end) #typ-section::after {
	background-color: var(--orange);
	background-image: url(gt-bg.svg);
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
}

@media (max-width: 999px) {
.gt-start:not(.gt-end) #typ-section::after {
		background-size: 70em auto;
	}
}

@media (max-width: 511px) {
.gt-start:not(.gt-end) #typ-section::after {
		background-size: 50em auto;
	}
}



body:not(.gt-end) #gt-bottle,
body:not(.gt-end) #gt-outro,
.gt-start #gt-intro,
.gt-start #gt-kv {
	opacity: 0;
	pointer-events: none;
}


#gt-stage .text-circle::before {
		right: 0.4em;
}
.on-top {
	position: relative;
	z-index: 10;
}



#gt-stage {
	position: relative;
	height: 53em;
	user-select: none;
	user-drag: none;
	/*background: linear-gradient(44deg,rgba(255, 150, 71, 0) 0%, rgba(255, 150, 71, 0.33) 60%, rgba(255, 150, 71, 1) 100%), linear-gradient(0deg, rgba(252, 118, 101, 1) 0%, rgba(250, 126, 76, 1) 100%);*/
}

@media (max-width: 511px) {
	#gt-stage {
		font-size: 0.9em;
	}
}

.gt-transition {
	pointer-events: none;
}

.question-card {
	position: absolute;
	width: 28em;
	max-width: calc(100% - 2em);
	top: 7em;
	left: 50%;
	transform: translate(-50%, 0%);
	box-sizing: border-box;
	height: 31em;
	background: white;
	border-radius: 1.5em;
	z-index: 10;
	color: black;
	padding: 1.25em 2em 2.5em 2em;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease;
}



.question-card:not(.gt-current) {
	pointer-events: none;
}

.gt-before {
		transform: translate(-50%, 4%);
		opacity: 0;
}
.gt-after {
		transform: translate(-50%, 0%) scale(0.8);
		opacity: 0;
}


.confetti {
  position: absolute;
  will-change: transform, opacity;
  pointer-events: none;
  opacity: 1;
  transform-origin: center;
  backface-visibility: hidden;
}


#gt-outro,
#gt-intro {
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}


@media (min-width: 1300px) {
	#gt-outro {
		left: 10%;
	}
}



#gt-kv {
	position: absolute;
	right: 4%;
	top: 0;
	width: 62%;
	height: auto;
	transition: opacity 0.2s ease;
}

@media (min-width: 1000px) and (max-width: 1580px) {
	#gt-kv {
		top: 54%;
		transform: translateY(-50%);

	}
}

@media (max-width: 999px) {
	#gt-kv {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -32%;
		transform: translate(-50%, -50%);
		width: 31em;
		max-width: 122%;
	}

	.button-shine {
		margin: 0 auto;
	}
	#gt-outro,
	#gt-intro {
		top: 2em;
		transform: none;
			right: 0;
		z-index: 10;
	}
}



.h1 {
	font-size: 3.3em;
	line-height: 110%;
	padding-bottom: 0.25em;
	font-family: 'brtter', serif;
		white-space: nowrap;
}
.h2 {
	font-size: 1.15em;
	line-height: 120%;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.h3 {
	font-size: 1.4em;
	line-height: 140%;
	font-weight: norma;
}

.gt-buttons {
	position: absolute;
	left: 2em;
	right: 2em;
	bottom: 1.5em;

}
.gt-button {
	position: relative;
	border: 1px black solid;
	border-radius: 0.7rem;
	display: block;
	padding: 1em;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	line-height: 120%;
	overflow: hidden;
	cursor: pointer;
	transition: color 0.1s ease, border-color 0.1s ease, opacity 0.1s ease;
	opacity: 0.86;

}
.gt-button + .gt-button {
	margin-top: 1rem;
}

.gt-button span {
	font-weight: normal;
	position: absolute;
	left: 3.25rem;
	right: 1.5rem;
	line-height: 125%;
	top: 51%;
	transform: translateY(-50%);
	font-size: 1rem;
}


#gt-bottle {
	position: absolute;
	right: 5%;
	width: 65%;
	top: 2%;
	bottom: 0%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: opacity 0.5s ease, transform 0.9s ease-out;
	transition-delay: 0.3s;
	pointer-events: none;
}
/*
#gt-bottle[data-img=grapefruit] {
left: 41%;
	width: 68%;
	bottom: -14%;
}
#gt-bottle[data-img=limette] {
left: 39%;
	width: 72%;
	bottom: -11%;
}
#gt-bottle[data-img=melone] {
left: 51%;
}
#gt-bottle[data-img=mango] {
left: 45%;
}*/

body:not(.gt-end) #gt-bottle {
	transform: translateY(10%) scale(1.1);
}

@media (max-width: 999px) {
	#gt-bottle {
		right: 0;
		top: 32%;
		width: 77%;
	}
}

@media (max-width: 511px) {
	#gt-bottle {
		right: -6%;
		top: 30%;
		width: 84%;
	}
}

.gt-button::before {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	background-color: var(--orange);
	transition: width 0.4s ease-out;
}
.gt-button.gt-selected {
	transition: color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
	color: white;
	border-color: var(--orange);
}
.gt-a.gt-selected {
	opacity: 1;
}
.gt-button.gt-selected::before {
	width: 100%;
}

.gt-button:not(.gt-selected):active,
.gt-button:not(.gt-selected):hover {
	color: var(--orange);
	border-color: var(--orange);
}
.gt-button:active,
.gt-button:hover {
	opacity: 1;
}

.gt-uppercase {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#gt-text {
	text-align: left;
}

@media (max-width: 511px) {
#gt-text {
	bottom: 12.5em;
}
}


.button-shine::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 20%;
    left: 0;
    filter: blur(1em);
    animation: bshine 4s ease-in-out infinite;
}
@keyframes bshine {
  0% {
    left: -130%;
    transition-property: left;
  }
  33%, 100% {
    left: 130%;
    transition-property: left;
  }
}



.progress {
	margin: 0.2em 0 2em 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
column-gap: 1.1em;
}
.progress span {
	display: block;
	width: 100%;
	height: 0.2em;
	background-color: #BFBFBF;
}
.progress .gt-a {
	background-color: var(--orange);
}
