/*!
Theme Name: MiCha
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: micha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MiCha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Passion One';
    src: url('fonts/PassionOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passion One';
    src: url('fonts/PassionOne-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passion One';
    src: url('fonts/PassionOne-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('fonts/BeVietnamPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('fonts/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('fonts/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('fonts/BeVietnamPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('fonts/BeVietnamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Be Vietnam Pro';
	font-size: clamp(14px, 1.05vw, 24px);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Passion One', sans-serif;
	font-weight: 700;
	margin: 0.5em 0;
}

h1 span.sticker,
h2 span.sticker,
h3 span.sticker,
h4 span.sticker,
h5 span.sticker,
h6 span.sticker {
	position: relative;
	font-family: 'Passion One', sans-serif;
	font-weight: 700;
	color: #000; /* keep the fill */
	-webkit-text-stroke: 0.2em #fff;
	paint-order: stroke fill;
	filter: drop-shadow(0px clamp(2px, 1vw, 10px) clamp(1px, 0.2vw, 5px) rgba(0, 0, 0, 0.55));
	-webkit-filter: drop-shadow(0px clamp(2px, 1vw, 10px) clamp(1px, 0.2vw, 5px) rgba(0, 0, 0, 0.55));
	padding: 0 0.25em;
}

.heading-center {
	text-align: center;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.font-22 {
	font-size: clamp(14px, 1.15vw, 28px);
}

.default-heading {
	font-size: clamp(28px, 10vw, 150px);
    line-height: 1;
}

@media screen and (min-width: 750px) {
	.default-heading {
		font-size: clamp(28px, 5.5vw, 150px);
	}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

/* a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body {
	background-color: #FFF1F1;
	position: relative;
}

body:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 11%), /* first layer */
		radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 11%);
    background-size: clamp(30px, 3vw, 60px) clamp(30px, 3vw, 60px);
    background-position: 0 0, clamp(15px, 1.5vw, 30px) clamp(15px, 1.5vw, 30px);
}

.section-content {
	position: relative;
	z-index: 2;
}

.bg-yellow {
	background-color: #FBEF43;
}

.bg-red {
	background-color: #EB373E;
}

.bg-purple {
	background-color: #7F4E9F;
}

.bg-green {
	background-color: #6DB54E;
}

section.section {
	padding: clamp(40px, 4vw, 80px) 5%;
}

.default-layout {
	padding: clamp(25px, 2vw, 50px) 0;
}

.default-layout ul,
.default-layout ol {
	margin-left: 0;
}

.default-layout a {
	color: inherit;
}

.default-layout .entry-content {
	padding-top: clamp(5px, 1vw, 30px);
}

@media screen and (min-width: 1024px) {
	.default-layout {
		padding: clamp(25px, 2vw, 50px) 10%;
	}
}

.button-wrapper {
  position: relative;
  display: inline-block;
}

/* Base bubble */
.button-wrapper .bubble {
  position: absolute;
  top: 0;
  background: rgba(255,255,255,1);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.button-wrapper .bubble:nth-child(even) {
	background:transparent;
	border: 2px solid #FFFFFF;
}

/* Hover triggers all bubbles */
.button:hover ~ .bubble {
  animation: bubbleUp 1s infinite ease-out;
}

/* Keyframes with drift */
@keyframes bubbleUp {
  0% {
    transform: translate(var(--drift-start, 0px), 0) scale(var(--start-scale, 0.3));
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--drift-end, 0px), -500%) scale(var(--end-scale, 1));
    opacity: 0.5;
  }
}



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

.button-container .button {
	width: clamp(200px, 16.1vw, 350px);
	aspect-ratio: 4.5 / 1;
	/* Mask setup */
	-webkit-mask-image: url("images/micha-button-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("images/micha-button-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: color 0.5s ease, background-color 0.5s ease, transform 0.5s ease;
	text-decoration: none;
	font-family: "Passion One", sans-serif;
	font-size: clamp(20px, 1.565vw, 38px);
}

.button-wrapper .button:hover {
  transform: scaleX(0.85);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body {
	overflow: hidden; /* lock scroll during preloader */
}

#preloader {
	width: 100vw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF1F1;
	z-index: 9999;
	background-image:
		radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 11%),
		radial-gradient(rgba(0, 0, 0, 0.05) 10%, transparent 11%);
	background-size: clamp(30px, 3vw, 60px) clamp(30px, 3vw, 60px);
	background-position: 0 0, clamp(15px, 1.5vw, 30px) clamp(15px, 1.5vw, 30px);
	transition: transform 1s ease-in-out;
	overflow: hidden;
}

#preloader .preloader-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	mix-blend-mode: screen;
}

#preloader .svg-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	width: clamp(150px, 15vw, 450px);
	height: clamp(150px, 15vw, 450px);
}

#preloader .svg-wrapper .preloader-image {
	width: clamp(150px, 15vw, 450px);
	object-fit: contain;
	position: relative;
}

#preloader .svg-wrapper .preloader-left,
#preloader .svg-wrapper .preloader-right {
	position: absolute;
}

#preloader .svg-wrapper .preloader-left {
	animation: waveLeft 4s linear infinite;
	transform-origin: bottom right;
	width: clamp(120px, 12vw, 360px);
    left: -55%;
    bottom: 15%;
}

#preloader .svg-wrapper .preloader-right {
	animation: waveRight 4s linear infinite;
	transform-origin: bottom left;
    width: clamp(80px, 8vw, 240px);
    right: -40%;
    bottom: 15%;
}

#preloader.hidden {
	--hole: 0px;
	-webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--hole), black calc(var(--hole) + 1px));
	mask-image: radial-gradient(circle at 50% 50%, transparent var(--hole), black calc(var(--hole) + 1px));
}

.banner-home {
	min-height: 100vh;
	position: relative;
	padding: clamp(60px, 4vw, 80px) 5%;
}

.banner-home .section-content {
	z-index: 5;
}

.banner-home .button-container {
	margin: 25px 0;
}

@media screen and (orientation: portrait) {
	.banner-home {
		display: flex;
		align-items: center;
	}
	
	.banner-home .section-content {
		width: 100%;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.banner-home .button-container {
		transform: translate(0, -100%);
		margin-top: 0;
	}
}

.banner-heading {
	font-size: clamp(40px, 14vw, 172px);
	width: fit-content;
	margin: 0.5em auto;
	position: relative;
	width: fit-content;
	line-height: 1;
}

.banner-heading .sticker {
	display: block;
	width: 100%;
}

.banner-heading .spark-container {
	position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    transform: translate(0%, -60%);
}

.banner-heading .spark-container svg {
	width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width: 750px) {
	.banner-heading {
		font-size: clamp(36px, 7.5vw, 172px);
		line-height: 1.5;
	}
	
	.banner-heading .spark-container {
		width: 12%;
    	transform: translate(-50%, -30%);
	}
}

.banner-shapes-slider.owl-carousel {
	position: absolute;
	transform: translate(0, -50%);
}

.banner-shapes-slider .owl-stage {
	display: flex;
	padding: 5% 0;
}

.banner-shapes-slider .owl-stage .owl-item:nth-child(odd) {
	transform: translate(0, -15%);
}

.banner-shapes-slider .owl-stage .owl-item:nth-child(even) {
	transform: translate(0, 15%);
}

.banner-home .can-outer-wrapper {
	position: relative;
}

.banner-home .can-backdrop {
	position: absolute;
    width: 60vw;
    height: 85%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-home .can-backdrop .can-backdrop-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner-home .can-backdrop .can-backdrop-wrapper div {
	position: absolute;
}

.banner-home .can-container {
	position: relative;
	overflow: hidden;
	width: fit-content; /* shrinks to fit plain-can */
	margin: 0 auto;
	-webkit-mask-image: url("images/can-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	mask-image: url("images/can-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
}

.banner-home .can-container .plain-can {
	max-height: 60vh;
	max-width: 35vw;
	display: block;
	filter: brighness(1.2);
	-webkit-filter: brightness(1.2);
}

@media screen and (min-width: 750px) {
	.banner-home .can-backdrop {
		width: 50vw;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.banner-home .can-backdrop {
		width: 28vw;
		height: 100%;
	}
	.banner-home .can-backdrop,
	.banner-home .can-container {
		transform: translate(0, -20%);
	}
	
	.banner-home .can-container .plain-can {
		max-height: 70vh;
	}
}

.banner-home .packaging-group {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	transition: none;
	top: 5.5%;
	mix-blend-mode: multiply;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.banner-home .packaging-item {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: fit-content;
	position: relative;
}

.banner-home .packaging-group img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.banner-home .packaging-group img.layer1 {
	position: absolute;
	mix-blend-mode: multiply;
}

.banner-home .packaging-group img.layer2 {
	mix-blend-mode: soft-light;
	opacity: 0.8;
}

.banner-home .arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
	z-index: 9;
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.banner-home .arrows {
		width: 50%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

.banner-home .arrows button {
	background: transparent;
	border: none;
	padding: 0;
	width: clamp(40px, 4.6vw, 100px);
	height: clamp(40px, 4.6vw, 100px);
	cursor: pointer;
}

.banner-home .arrows button svg {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.25));
	-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.15));
}

.banner-home .arrows button svg circle {
	transition: fill 0.5s ease;
}

.banner-home .arrows button svg path {
	transition: stroke 0.5s ease;
}

.about {
	margin-top: -2px;
}

.about .bubbles-wrapper {
	position: absolute;
    width: 100%;
}

.about .bubbles-wrapper .bubbles-group {
	height: 100vh;
    width: 95%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 750px) {
	.about .bubbles-wrapper .bubbles-group {
		width: 100%;
		margin: 0;
	}
}

.about .bubbles-wrapper .bubbles-group img {
	height: 42vh;
    object-fit: contain;
}

.about .about-cards .card-outer {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
}

.about .about-cards .card {
	width: 100%;
	-webkit-mask-image: url("images/micha-about-card-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	mask-image: url("images/micha-about-card-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	padding: clamp(30px, 10vw, 150px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
	.about .about-cards .card {
		padding: clamp(30px, 4vw, 150px);
	}
}

.about .about-cards .card-outer:nth-child(odd) .card {
	flex-direction: row-reverse;
}

.about .about-cards .card-outer:nth-child(even) .card {
	flex-direction: row;
}

.about .about-cards .card .image-container {
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.about .about-cards .card .image-container .image-container-inner {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.about .about-cards .card .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;   /* ensures it fills */
	object-position: center center; /* centers the image */

	/* Apply mask */
	-webkit-mask-image: url("images/micha-flower-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("images/micha-flower-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.about .about-cards .card .card-heading {
	font-size: clamp(28px, 10vw, 150px);
	line-height: 1;
	margin-bottom: 0.25em;
}

.about .about-cards .card .card-heading span.larger-text {
	font-size: clamp(32px, 14vw, 160px);
}

@media screen and (min-width: 750px) {
	.about .about-cards .card .card-heading {
		font-size: clamp(28px, 5.5vw, 150px);
	}
	.about .about-cards .card .card-heading span.larger-text {
		font-size: clamp(32px, 7vw, 160px);
	}
}

.about .about-cards .card:not(.longer-text) .card-heading span:last-child {
	display: block;
    transform: rotate(-6deg) translate(2%, -4%);
    transform-origin: top left;
}

.about .about-cards .card:not(.bg-yellow) .text {
	color: #FFFFFF;
}

.about .about-cards .card .text-container .heading-wrapper{
	position: relative;
	width: fit-content;
}

.about .about-cards .card .text-container .heading-wrapper .shape {
	position: absolute;
}

.about .about-cards .card .text-container .heading-wrapper .shape img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about .about-cards .card-outer:first-child .heading-wrapper .shape-1 {
	width: 35%;
	top: -20%;
    left: -20%;
	animation: spinLeft 4s linear infinite;
}

.about .about-cards .card-outer:first-child .heading-wrapper .shape-2 {
	right: -25%;
    top: 0;
    height: 90%;
	animation: spinRight 4s linear infinite;
}

.about .about-cards .card-outer:nth-child(2) .heading-wrapper .shape-1 {
	width: 40%;
    top: -20%;
    left: -10%;
	animation: spinLeft 4s linear infinite;
}

.about .about-cards .card-outer:nth-child(2) .heading-wrapper .shape-2 {
	right: -10%;
    top: 25%;
    height: 60%;
	animation: spinRight 4s linear infinite;
}

.about .about-cards .card-outer:nth-child(3) .heading-wrapper .shape-1 {
	width: 40%;
    top: -45%;
    left: -15%;
	animation: waveLeft 4s linear infinite;
	transform-origin: bottom right;
}

.about .about-cards .card-outer:nth-child(3) .heading-wrapper .shape-2 {
	right: 5%;
    top: 0;
    width: 32%;
	animation: spinRight 4s linear infinite;
}

@media screen and (min-width: 750px) {
	.about .about-cards {
		width: 90%;
		margin: 0 auto;
	}
	.about .about-cards .card .image-container {
		width: 55%;
		margin: unset;
	}
	
	.about .about-cards .card .image-container .image-container-inner {
		width: 90%;
		padding-top: 90%;
	}
	
	.about .about-cards .card .text-container {
		width: 42%;
	}
	
	.about .about-cards .card.longer-text .image-container {
		width: 45%;
		justify-content: flex-start;
	}
	
	.about .about-cards .card.longer-text .text-container {
		width: 55%;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.about .about-cards {
		width: 80%;
	}
}

.flavours-section .flavours-bar {
	display: flex;
	flex-wrap: wrap;
}

.flavours-section .flavours-bar .flavour-tab-nav {
	width: 100%;
}

.flavours-section .flavours-bar .flavour-tab-nav:last-child:not(.active) {
	margin-bottom: 2.5em;
}

.flavours-section .flavours-bar .flavour-tab-nav .flavour-tab-nav-inner {
	width: 100%;
	color: var(--text-color);
	background-color: var(--background-color);
	transition: color 0.5s ease, background-color 0.5s ease;
	padding: clamp(10px, 1.5vw, 30px);
	cursor: pointer;
}

.flavours-section .flavours-bar .flavour-tab-nav.active .flavour-tab-nav-inner {
	color: var(--active-text-color);
	background-color: var(--active-background-color);
}

.flavours-section .flavour-tab-nav .flavour-can-mobile {
	position: relative;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.flavours-section .flavour-tab-nav.active .flavour-can-mobile {
	max-height: 100vh;
}

.flavours-section .flavour-can-mobile .flavour-can-wrapper .can-image-wrapper {
	margin: 1.5em 0;
}


.flavours-section .flavour-can-mobile-inner {
	padding: clamp(25px, 1.5vw, 40px) 5%;
}

.flavours-section .flavours-bar .flavour-tab-nav .arrow {
	display: block;
	transform: none;
	transition: transform 0.3s ease;
	width: clamp(20px, 1.91vw, 42px);
	height: clamp(20px, 1.91vw, 42px);
	margin: 0.5em auto;
}

.flavours-section .flavours-bar .flavour-tab-nav.active .arrow {
	transform: rotate(180deg);
}

.flavours-section .flavours-bar .flavour-tab-nav .arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

.flavours-section .flavours-bar .flavour-tab-nav .arrow circle {
	transition: fill 0.5s ease;
}

.flavours-section .flavours-bar .flavour-tab-nav .arrow path {
	transition: stroke 0.5s ease;
}

.flavours-section .flavours-bar .flavour-tab-nav.active .arrow circle {
	fill: var(--active-text-color);
}

.flavours-section .flavours-bar .flavour-tab-nav.active .arrow path {
	stroke: var(--active-background-color);
}

@media screen and (min-width: 750px) {
	.flavours-section .flavours-bar .flavour-can-mobile {
		display: none;
	}
	
	.flavours-section .flavours-bar .flavour-tab-nav {
		width: 25%;
	}
	
	.flavours-section .flavours-bar .flavour-tab-nav:last-child:not(.active) {
		margin-bottom: 0;
	}
	
	.flavours-section .flavours-bar .flavour-tab-nav .flavour-tab-nav-inner .arrow {
		display: none;
	}
}

.flavours-section .flavours-bar .flavour-tab-nav .flavour-name {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: clamp(20px, 1.825vw, 42px);
    line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
}

.flavours-section .flavours-cans {
	display: none;
}

@media screen and (min-width: 750px) {
	.flavours-section .flavours-cans {
		display: flex;
		justify-content: space-evenly;
	}
}

.flavours-section .flavours-cans .flavour-can-wrapper {
	width: 22%;
}

.flavours-section .flavour-can-wrapper .can-image-wrapper {
	width: 100%;
	position: relative;
}

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

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

@keyframes waveLeft {
	0%, 100% { transform: rotate(-10deg); }
	50%      { transform: rotate(10deg); }
}

@keyframes waveRight {
	0%, 100% { transform: rotate(10deg); }
	50%      { transform: rotate(-10deg); }
}

.flavours-section .flavour-can-wrapper .can-image-wrapper .can-backdrop-wrapper {
	position: absolute;
	width: 50%;
	height: 100%;
/* 	transform: scale(0.3);
	transition: transform 0.5s ease; */
	z-index: -1;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* .flavours-section .flavour-can-wrapper.active .can-image-wrapper .can-backdrop-wrapper,
.flavours-section .flavour-can-wrapper:hover .can-image-wrapper .can-backdrop-wrapper {
	transform: none;
} */

.flavours-section .flavour-can-wrapper .can-image-wrapper .can-backdrop-wrapper div {
	position: absolute;
}

@media screen and (min-width: 750px) {
	.flavours-section .flavour-can-wrapper .can-image-wrapper .can-backdrop-wrapper {
		width: 100%;
	}
}

.can-yuzulavender.can-backdrop-wrapper .backdrop1 {
	width: 40%;
	padding-top: 40%;
	top: 0;
	left: 0;
	background-image: url("images/yuzu-lavender-backdrop1.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 4s linear infinite;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop2 {
	width: 35%;
	padding-top: 35%;
	top: 25%;
	left: 5%;
	background-image: url("images/yuzu-lavender-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 8s linear infinite;
	
}

.can-yuzulavender.can-backdrop-wrapper .backdrop3 {
	width: 30%;
	padding-top: 30%;
	left: 0;
	top: 50%;
	background-image: url("images/yuzu-lavender-backdrop4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop4 {
	width: 30%;
    padding-top: 30%;
    left: 10%;
    bottom: 10%;
	background-image: url("images/yuzu-lavender-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 6s linear infinite;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop5 {
	width: 30%;
	padding-top: 30%;
	top: 15%;
	right: 5%;
	background-image: url("images/yuzu-lavender-backdrop5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: spinLeft 10s linear infinite;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop6 {
	width: 30%;
	padding-top: 30%;
	right: 10%;
	top: 0;
	background-image: url("images/yuzu-lavender-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 10s linear infinite;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop7 {
	width: 30%;
	padding-top: 30%;
	right: 0;
	top: 30%;
	background-image: url("images/yuzu-lavender-backdrop3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom left;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop8 {
	width: 40%;
	padding-top: 40%;
	bottom: 0;
	right: 10%;
	background-image: url("images/yuzu-lavender-backdrop1.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 4s linear infinite;
}

.can-yuzulavender.can-backdrop-wrapper .backdrop9 {
	width: 40%;
	padding-top: 40%;
	right: 5%;
	bottom: 25%;
	background-image: url("images/yuzu-lavender-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 8s linear infinite;
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop1 {
	width: 55%;
	padding-top: 55%;
	left: 0;
	top: 0;
	background-image: url("images/jasmine-hibiscus-backdrop1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop2 {
	width: 45%;
    padding-top: 45%;
    left: 0;
    top: 30%;
	background-image: url("images/jasmine-hibiscus-backdrop4.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 8s linear infinite;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop3 {
	width: 50%;
	padding-top: 50%;
	left: 0;
	bottom: 0;
	background-image: url("images/jasmine-hibiscus-backdrop7.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop4 {
	width: 20%;
	padding-top: 20%;
	left: 0%;
	top: 60%;
	background-image: url("images/jasmine-hibiscus-backdrop8.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 4s linear infinite;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop5 {
	width: 20%;
	padding-top: 20%;
	right: 5%;
	top: 10%;
	background-image: url("images/jasmine-hibiscus-backdrop8.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 4s linear infinite;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop6 {
	width: 30%;
	padding-top: 30%;
	right: 10%;
	top: 0;
	background-image: url("images/jasmine-hibiscus-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 6s linear infinite;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop7 {
	width: 40%;
	padding-top: 40%;
	right: 0;
	top: 20%;
	background-image: url("images/jasmine-hibiscus-backdrop3.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 8s linear infinite;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop8 {
	width: 50%;
	padding-top: 50%;
	right: 0;
	top: 45%;
	background-image: url("images/jasmine-hibiscus-backdrop5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveRight 4s ease-in-out infinite;
 	transform-origin: bottom left;
	
}

.can-jasminehibiscus.can-backdrop-wrapper .backdrop9 {
	width: 50%;
	padding-top: 50%;
	right: 0;
	bottom: 0;
	background-image: url("images/jasmine-hibiscus-backdrop6.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 6s linear infinite;
	
}

.can-citraspark.can-backdrop-wrapper .backdrop1 {
	width: 55%;
	padding-top: 55%;
	left: 0;
	top: 0;
	background-image: url("images/citra-spark-backdrop1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
}

.can-citraspark.can-backdrop-wrapper .backdrop2 {
	width: 45%;
    padding-top: 45%;
    left: 0;
    top: 35%;
	background-image: url("images/citra-spark-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 8s linear infinite;
}

.can-citraspark.can-backdrop-wrapper .backdrop3 {
	width: 50%;
	padding-top: 50%;
	left: 0;
	bottom: 0;
	background-image: url("images/citra-spark-backdrop5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
}

.can-citraspark.can-backdrop-wrapper .backdrop5 {
	width: 30%;
	padding-top: 30%;
	top: 0;
	right: 10%;
	background-image: url("images/citra-spark-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 6s linear infinite;
}

.can-citraspark.can-backdrop-wrapper .backdrop6 {
	width: 40%;
	padding-top: 40%;
	right: 0;
	top: 20%;
	background-image: url("images/citra-spark-backdrop3.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 4s linear infinite;
}
.can-citraspark.can-backdrop-wrapper .backdrop7 {
	width: 55%;
	padding-top: 55%;
	right: 0;
	bottom: 0;
	background-image: url("images/citra-spark-backdrop2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 8s linear infinite;
}

.can-citraspark.can-backdrop-wrapper .backdrop8 {
	width: 40%;
	padding-top: 40%;
	right: 0;
	top: 45%;
	background-image: url("images/citra-spark-backdrop4.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.can-lycheerose.can-backdrop-wrapper .backdrop1 {
	width: 40%;
	padding-top: 40%;
	left: 0;
	top: 0;
	background-image: url("images/lychee-rose-backdrop1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom right;
}

.can-lycheerose.can-backdrop-wrapper .backdrop2 {
	width: 50%;
	padding-top: 50%;
	left: 0;
	top: 30%;
	background-image: url("images/lychee-rose-backdrop3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveRight 4s ease-in-out infinite;
 	transform-origin: top right;
}

.can-lycheerose.can-backdrop-wrapper .backdrop3 {
	width: 50%;
	padding-top: 50%;
	left: 5%;
	bottom: 0;
	background-image: url("images/lychee-rose-backdrop5.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinLeft 8s linear infinite;
}

.can-lycheerose.can-backdrop-wrapper .backdrop5 {
	width: 45%;
	padding-top: 50%;
	right: 0;
	top: 0;
	background-image: url("images/lychee-rose-backdrop2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveRight 4s ease-in-out infinite;
 	transform-origin: bottom left;
}

.can-lycheerose.can-backdrop-wrapper .backdrop6 {
	width: 50%;
	padding-top: 50%;
	right: 0;
	top: 35%;
	background-image: url("images/lychee-rose-backdrop4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	animation: waveLeft 4s ease-in-out infinite;
 	transform-origin: bottom left;
}

.can-lycheerose.can-backdrop-wrapper .backdrop7 {
	width: 55%;
    padding-top: 55%;
    right: 0%;
    bottom: 0;
	background-image: url("images/lychee-rose-backdrop6.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: spinRight 8s linear infinite;
}

.flavours-section .flavour-can-wrapper .can-image-wrapper-inner {
	width: 30%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	object-fit: contain;
	transform: scale(0.75);
	transition: transform 0.5s ease;
}

@media screen and (min-width: 750px) {
	.flavours-section .flavour-can-wrapper .can-image-wrapper-inner {
		width: 60%;
	}
}

.flavours-section .flavour-can-wrapper.active .can-image-wrapper-inner,
.flavours-section .flavour-can-wrapper:hover .can-image-wrapper-inner {
	transform: none;
}

.flavours-section .flavour-can-wrapper .flavour-information {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.flavours-section .flavour-can-wrapper.active .flavour-information,
.flavours-section .flavour-can-wrapper:hover .flavour-information {
	opacity: 1;
}

.flavours-section .flavour-can-wrapper .flavour-information .flavour-name {
	font-family: 'Be Vietnam Pro', sans-serif;
    font-size: clamp(20px, 1.825vw, 42px);
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}

.flavours-section .flavour-can-wrapper .flavour-information .ingredients {
	font-size: clamp(14px, 3.5vw, 18px);
    text-align: center;
}

@media screen and (min-width: 750px) {
	.flavours-section .flavour-can-wrapper .flavour-information {
		margin-top: 1.5em;
	}
	.flavours-section .flavour-can-wrapper .flavour-information .ingredients {
		font-size: clamp(12px, 0.94vw, 22px);
	}
}

.testimonials .owl-stage {
	display: flex;
	padding: clamp(80px, 8%, 300px) 0;
}

.testimonials .owl-item .testimony-shape-wrapper {
	width: 90%;
	max-width: 35vw;
	margin: 0 auto;
}

.testimonials .owl-item .testimony-shape {
	width: 100%;
	padding-top: 104%;
}

/* 1st item (center) */
.testimonials .owl-item:nth-child(5n + 1) {
  margin: 0 auto; /* center */
}

.testimonials .owl-item:nth-child(5n + 1) .testimony-card {
	background-color: #9F1C20;
	color: #FFCFD1;
}

.testimonials .owl-item:nth-child(5n + 1) .testimony-shape {
	background-image: url("images/testimony-shape1.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 2nd item (negative margin top) */
.testimonials .owl-item:nth-child(5n + 2) {
  transform: translate(0, -20%);
}

.testimonials .owl-item:nth-child(5n + 2) .testimony-card {
	background-color: #E0E255;
	color: #2D8D41;
}

.testimonials .owl-item:nth-child(5n + 2) .testimony-shape {
	background-image: url("images/testimony-shape2.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 3rd item (negative margin bottom) */
.testimonials .owl-item:nth-child(5n + 3) {
  transform: translate(0, 20%);
}

.testimonials .owl-item:nth-child(5n + 3) .testimony-card {
	background-color: #AF043C;
	color: #FFCFD1;
}

.testimonials .owl-item:nth-child(5n + 3) .testimony-shape {
	background-image: url("images/testimony-shape3.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 4th item (center again) */
.testimonials .owl-item:nth-child(5n + 4) {
  margin: 0 auto;
}

.testimonials .owl-item:nth-child(5n + 4) .testimony-card {
	background-color: #F15F7B;
	color: #7C0029;
}

.testimonials .owl-item:nth-child(5n + 4) .testimony-shape {
	background-image: url("images/testimony-shape4.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 5th item (negative margin top again) */
.testimonials .owl-item:nth-child(5n + 5) {
  transform: translate(0, -20%);
}

.testimonials .owl-item:nth-child(5n + 5) .testimony-card {
	background-color: #308E43;
	color: #E0E255;
}

.testimonials .owl-item:nth-child(5n + 5) .testimony-shape {
	background-image: url("images/testimony-shape5.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.testimonials .testimony-item .testimony-card {
	width: 100%;
	-webkit-mask-image: url("images/micha-testimony-card-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	mask-image: url("images/micha-testimony-card-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	padding: clamp(15px, 1.25vw, 30px);
	text-align: center;
}

.testimonials .testimony-item .testimony-card .testimony-text {
	font-size: clamp(16px, 1.4vw, 36px);
}

.testimonials .testimony-item .testimony-card .testimony-name {
	font-size: clamp(14px, 1.25vw, 32px);
}

.faq .faq-intro-block {
	font-family: "Passion One", sans-serif;
	font-size: clamp(36px, 8.35vw, 182px);
	text-transform: uppercase;
	text-align: center;
	padding: 0 5%;
	transition: color 0.5s ease, background-color 0.5s ease;
}

.faq .faq-intro-block:first-child {
	color: #FFFFFF;
	background-color: #EB373E;
}

.faq .faq-intro-block:first-child:hover {
	color: #EB373E;
	background-color: #F29396;
}

.faq .faq-intro-block:nth-child(2) {
	color: #FBEF43;
	background-color: #7F4E9F;
}

.faq .faq-intro-block:nth-child(2):hover {
	color: #7F4E9F;
	background-color: #FBEF43;
}

.faq .faq-intro-block:last-child {
	color: #2D8C40;
	background-color: #6DB54E;
}

.faq .faq-intro-block:last-child:hover {
	color: #6DB54E;
	background-color: #2D8C40;
}

section.section.faq-main {
	padding-left: 7%;
	padding-right: 7%;
}

.faq .faq-inner .heading {
	text-align: center;
	font-size: clamp(28px, 10vw, 150px);
	width: fit-content;
	margin: 0.5em auto;
	margin-bottom: 0;
	position: relative;
}

.faq .faq-inner .heading .shape {
	position: absolute;
	display: flex;
}

.faq .faq-inner .heading .shape.shape-1 {
    top: 35%;
    left: 2%;
    width: 15%;
	animation: spinLeft 5s linear infinite;
}

.faq .faq-inner .heading .shape.shape-2 {
	right: -5%;
    top: -10%;
    width: 28%;
	animation: spinRight 4s linear infinite;
}

.faq .faq-inner .heading .shape img {
	width: 100%;
	object-fit: contain;
}

.faq .faq-inner .heading span:last-child {
	display: block;
	transform: rotate(-6deg) translate(0%, -15%);
	transform-origin: top left;
	font-size: clamp(32px, 12vw, 160px);
}

@media screen and (min-width: 750px) {
	.faq .faq-inner .heading {
		font-size: clamp(28px, 5.8vw, 150px);
	}
	
	.faq .faq-inner .heading span:last-child {
		font-size: clamp(32px, 7vw, 160px);
	}
}

.faq-content {
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
	.faq-content {
		width: 60%;
		min-width: 600px;
	}
}

.faq-item {
	margin: clamp(15px, 1vw, 25px) 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1em;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
/*   align-items: center; */
	position: relative;
	color: #EB373E;
	transition: color 0.5s ease, background-color 0.5s ease;
}

.faq-question .question {
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: clamp(14px, 1.25vw, 30px);
	margin: 0;
}
/* .faq-question {
  position: relative;
  background: #FBEF43;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
} */

.faq-question .edge {
  position: absolute;
  top: 0;
}

.faq-question .edge:first-of-type {
    left: 0;
    transform: translate(-95%, 0);
}

.faq-question .edge:last-of-type {
  right: 0;
	transform: translate(96%, 0);
}

.faq-question .edge svg {
  width: auto;  /* maintain aspect ratio */
}

.faq-question .edge svg path {
	transition: fill 0.5s ease;
}

.faq-item:hover .faq-question .edge svg path,
.faq-item.active .faq-question .edge svg path {
	fill: #7F4E9F;
}

.faq-answer {
  display: none;
  padding: 0 1em 1em 1em;
  color: #FBEF43;
	margin-top: -2px;
	border-radius: 0 0 clamp(15px, 1vw, 25px) clamp(15px, 1vw, 25px);
	font-size: clamp(14px, 1.15vw, 28px);
}

.faq-answer p {
	margin-top: 0;
}

.faq-item:hover .faq-question,
.faq-item.active .faq-question {
	background-color: #7F4E9F;
	color: #FBEF43;
}
.faq-item .arrow {
	display: block;
	transform: none;
	transition: transform 0.3s ease;
	width: clamp(20px, 1.91vw, 42px);
	height: clamp(20px, 1.91vw, 42px);
}

.faq-item .arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-item .faq-question .arrow circle {
	transition: fill 0.5s ease;
}

.faq-item .faq-question .arrow path {
	transition: stroke 0.5s ease;
}

.faq-item:hover .faq-question .arrow circle,
.faq-item.active .faq-question .arrow circle {
	fill: #FBEF43;
}

.faq-item:hover .faq-question .arrow path,
.faq-item.active .faq-question .arrow path {
	stroke: #7F4E9F;
}

.running-text-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
	padding: 0 0 clamp(40px, 4vw, 80px) 0;
}

@media screen and (min-width: 750px) {
	.running-text-wrapper {
		padding-top: clamp(80px, 8vw, 160px);
	}
}

.running-text-wrapper .running-text {
	display: inline-flex; /* scrollable row */
	align-items: center;
	animation: tickerScroll 60s linear infinite;
}

.running-text-wrapper .ticker-item {
	font-family: "Passion One", sans-serif;
	font-size: clamp(56px, 8.35vw, 182px);
	text-transform: uppercase;
	color: #FFC6C6;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.running-text-wrapper .ticker-item .text {
	padding: 0 0.5em;
}

.running-text-wrapper .ticker-item .icon-container {
	display: flex;
	flex-shrink: 0;
	width: clamp(72px, 10.5vw, 300px);
	height: clamp(72px, 10.5vw, 300px);
	position: relative;
}

.running-text-wrapper .ticker-item .icon-container img {
	height: 100%;
	object-fit: contain;
	animation: spinLeft 4s linear infinite;
}

@keyframes tickerScroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.bring-together .bring-together-inner .heading {
	font-size: clamp(28px, 8.5vw, 150px);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
    transform: translate(0, 12%);
    position: relative;
    z-index: 2;
}

.bring-together .bring-together-inner .heading span {
	display: inline-block;
}

.bring-together .bring-together-inner .heading span:first-child {
	font-size: clamp(32px, 10vw, 160px);
	transform: rotate(3deg) translate(0, 5%);
}

.bring-together .bring-together-inner .heading span:nth-child(2) {
	transform: rotate(-8deg) translate(-35%, 40%);
}

.bring-together .bring-together-inner .heading span:last-child {
	transform: rotate(3deg) translate(55%, 10%);
}

.bring-together .bring-together-inner .heading span:not(:first-child):before {
	content: "";
    position: absolute;
    top: 45%;
    left: 5%;
    height: 30%;
    width: 40%;
    background-color: #FFFFFF;
    z-index: -1;
	
}

.bring-together .bring-together-inner .image-container {
	width: 100%;
	padding-top: 58%;
	position: relative;
	overflow: hidden;
	-webkit-mask-image: url("images/bring-together-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("images/bring-together-mask.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.bring-together .bring-together-inner .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bring-together .bring-together-inner .items {
	display: flex;
	justify-content: space-between;
	transform: translate(0, -40%);
}

.bring-together .bring-together-inner .items .item {
	position: relative;
}

.bring-together .bring-together-inner .items .item .text-container {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.bring-together .bring-together-inner .items .item .text-container .text {
	line-height: 0.8;
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(16px, 5.5vw, 63px);
	white-space: nowrap;
	transform: none;
	transition: transform 0.5s ease;
}

.bring-together .bring-together-inner .items .item .text-container .text .sticker:first-child {
	display: inline-block;
	transform: rotate(6deg);
}

.bring-together .bring-together-inner .items .item .text-container .text .sticker:last-child {
	display: inline-block;
	transform: rotate(-6deg);
	transition: transform 0.5s ease;
}

.bring-together .bring-together-inner .items .item:first-child .text-container {
	left: 30%;
}

.bring-together .bring-together-inner .items .item:first-child:hover .text-container .sticker {
	transform: rotate(0deg);
}

.bring-together .bring-together-inner .items .item:nth-child(2) .text-container {
	right: 50%;
}

.bring-together .bring-together-inner .items .item:first-child .icon-container {
	width: clamp(80px, 20vw, 350px);
	display: flex;
	transform: none;
	transition: transform 0.5s ease;
}

.bring-together .bring-together-inner .items .item:first-child:hover .icon-container {
	transform: translate(-10%, -10%) rotate(-90deg);
}

.bring-together .bring-together-inner .items .item:nth-child(2) .icon-container {
	width: clamp(80px, 18vw, 250px);
	display: flex;
	transform: none;
	transition: transform 0.5s ease;
}

@media screen and (min-width: 750px) {
	.bring-together .bring-together-inner .heading {
		font-size: clamp(28px, 6.2vw, 150px);
	}
	
	.bring-together .bring-together-inner .heading span:first-child {
		font-size: clamp(32px, 7vw, 160px);
	}
	.bring-together .bring-together-inner .items .item:first-child .icon-container {
		width: clamp(120px, 12.5vw, 350px);
	}
	.bring-together .bring-together-inner .items .item:nth-child(2) .icon-container {
		width: clamp(110px, 10.5vw, 250px);
	}
	
	.bring-together .bring-together-inner .items .item .text-container .text {
		font-size: clamp(28px, 2.75vw, 63px);
	}
}


.bring-together .bring-together-inner .items .item:nth-child(2):hover .icon-container {
	transform: translate(10%, -10%) rotate(90deg);
}

.bring-together .bring-together-inner .items .item:nth-child(2):hover .text-container .text {
	transform: rotate(-12deg);
}

.bring-together .bring-together-inner .items .item img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.bring-together .bring-together-inner {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.bring-together .bring-together-inner {
		width: 70%;
	}
}

.collaborate {
	position: relative;
	overflow: hidden;
}

.collaborate .collaborate-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
	.collaborate .collaborate-inner {
		padding-top: clamp(25px, 2vw, 50px);
		padding-bottom: clamp(25px, 2vw, 50px);
	}
}

.collaborate .text-wrapper {
	width: 100%;
}

.collaborate .text-wrapper .text-wrapper-inner {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.collaborate .text-wrapper .text-wrapper-inner .text {
	position: relative;
	z-index: 2;
}

.collaborate .text-wrapper .text-wrapper-inner .text .buttons {
	display: flex;
	flex-flow: column;
	align-items: center;
}

@media screen and (min-width: 750px) {
	.collaborate .text-wrapper .text-wrapper-inner .text .buttons {
		display: block;
	}
	.collaborate .text-wrapper .text-wrapper-inner {
		display: block;
		text-align: left;
	}
}

.collaborate .text-wrapper .text-container{
	padding: clamp(40px, 4vw, 80px) 0;
}

.collaborate .collaborate-heading {
	font-size: clamp(24px, 10vw, 63px);
	text-align: center;
}

@media screen and (min-width: 750px) {
	.collaborate .collaborate-heading {
		font-size: clamp(24px, 4.17vw, 96px);
		text-align: left;
	}
}

.collaborate .collaborate-button {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	color: #EB373E;
	text-decoration: none;
	width: fit-content;
	padding: clamp(5px, 0.6vw, 10px) clamp(10px, 1vw, 25px);
    border-radius: 5vw;
	margin: clamp(5px, 0.6vw, 10px) 0;
	font-size: clamp(16px, 1.565vw, 38px);
}

.collaborate .collaborate-button .icon-container {
	height: clamp(30px, 3.15vw, 80px);
	width: clamp(30px, 3.15vw, 80px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: clamp(10px, 1vw, 20px);
}

.collaborate .collaborate-button .icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.collaborate .text-wrapper .image-wrapper {
	position: relative;
	width: 60%;
	padding-top: 70%;
	overflow: hidden;
}

.collaborate .text-wrapper .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 150%;
    object-fit: cover;
    object-position: top left;
    top: 0;
    left: 0;
}

@media screen and (min-width: 750px) {
	.collaborate .text-wrapper .image-wrapper {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 45%;
		display: flex;
		padding-top: 0;
	}

	.collaborate .text-wrapper .image-wrapper img {
		position: relative;
		width: 100%;
		height: unset;
	}
}

.collaborate .text-wrapper .address {
	color: #FFFFFF;
	font-size: clamp(16px, 1.565vw, 38px);
}

.collaborate .form-container {
	background-color: #FFFFFF;
    position: relative;
    border-radius: clamp(15px, 1.5vw, 30px);
    padding: clamp(20px, 3vw, 60px);
	box-shadow: 0px 3px 35px rgba(0,0,0,0.1);
	margin-bottom: 2em;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.collaborate .form-container {
		margin-bottom: 0;
	}
}

.collaborate .form-container label {
	display: none;
}

.collaborate .form-container input,
.collaborate .form-container textarea {
	background-color: #FFF1F1;
	padding: clamp(10px, 1vw, 20px);
    width: 100%;
    border-radius: clamp(5px, 0.6vw, 10px);
    border: none;
	color: rgba(0,0,0,0.35);
}

.collaborate .wpcf7 form .wpcf7-response-output {
	padding: 0;
	border: none;
	text-align: center;
}

input::-webkit-input-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

input:-ms-input-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

input:-moz-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

input::-moz-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

textarea::-webkit-input-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

textarea:-ms-input-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

textarea:-moz-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

textarea::-moz-placeholder {
	font-family: 'Be Vietnam Pro', sans-serif;
	color: rgba(0,0,0,0.35);
}

.collaborate .form-container input.wpcf7-submit {
	width: clamp(250px, 16.1vw, 350px);
	max-width: 100%;
    aspect-ratio: 4.5 / 1;
    -webkit-mask-image: url(images/micha-button-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(images/micha-button-mask.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    font-family: "Passion One", sans-serif;
    font-size: clamp(20px, 1.565vw, 38px);
	background-color: #EB373E;
	color: #FBEF43;
	transition: color 0.5s ease, background-color 0.5s ease;
	margin: 0 auto;
	cursor: pointer;
	transition: background-color 0.5s ease;
}

.collaborate .form-container input.wpcf7-submit:hover {
	background-color: #9F1C1F;
}

.collaborate .form-container p {
	margin: 1.5em 0;
}

.collaborate .form-container p:nth-last-child(2) {
	position: relative;
}

.collaborate .form-container .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}

.collaborate .form-container br {
	display: none;
}

@media screen and (min-width: 750px) {
	section.section.collaborate-inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: transparent;
	}
	.collaborate .text-wrapper {
		width: 55%;
		position: relative;
	}
	
	.collaborate .text-wrapper:before {
		content: "";
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10vw;
		background-color: #EB373E;
	}
	
	.collaborate .text-wrapper .text-wrapper-inner {
		padding-bottom: clamp(20px, 2vw, 40px);
	}
	
	.collaborate .form-container {
		width: 45%;
	}
}

footer section.section.footer-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	padding-top: clamp(80px, 10vw, 160px);
	padding-bottom: clamp(80px, 10vw, 160px);
}

footer section.section.footer-links .footer-menus {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

footer section.section.footer-links .footer-menus .widget_nav_menu {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (min-width: 500px) {
	footer section.section.footer-links .footer-menus .widget_nav_menu {
		width: fit-content;
	}
}

footer section.section.footer-links .footer-menus .widget-title {
	font-size: clamp(24px, 1.67vw, 38px);
	color: #070707;
}

footer section.section.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer section.section.footer-links ul li {
	margin: 10px 0;
}

footer section.section.footer-links ul li a {
	text-decoration: none;
	font-weight: 700;
	font-size: clamp(14px, 1.25vw, 28px);
	color: #070707;
	transition: color 0.5s ease;
}

footer section.section.footer-links ul li a:hover {
	color: #EB373E;
}

footer section.section.footer-links .footer-logo-wrapper {
	width: 50%;
	margin: 0 auto;
}

footer .tagline {
	text-transform: uppercase;
	font-size: clamp(18px, 6vw, 56px);
	line-height: 1;
}

footer .tagline span {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

footer .tagline span:first-child {
	transform: translate(-20%, 0) rotate(-6deg);
}

footer .tagline span:nth-of-type(2) {
/* 	transform: translate(70%, -20%) rotate(3deg); */
	transform: translate(110%, -65%) rotate(3deg);
}

footer .tagline span:nth-of-type(3) {
	transform: translate(-40%, -45%)rotate(-6deg);
}

footer .tagline span:last-child {
	transform: translate(0, -40%) rotate(-3deg) scale(1.4);
}

footer .copyright {
    padding: clamp(20px, 1vw, 40px) 5%;
    color: #FFFFFF;
    font-size: clamp(12px, 0.94vw, 22px);
	text-align: center;
}

footer .copyright .copyright-text,
footer .copyright .creativeans-text {
	display: block;
	margin: 5px 0;
}

footer .copyright .separator {
	display: none;
}

footer .copyright p {
	margin: 0;
}

footer .copyright a {
	color: inherit;
	text-decoration: none;
}

@media screen and (min-width: 500px) {
	footer .copyright  {
		display: flex;
    	justify-content: center;
	}
	footer .copyright .separator {
		display: block;
	}
	footer .copyright .copyright-text,
	footer .copyright .creativeans-text {
		margin: 0;
	}
}

@media screen and (min-width: 750px) {
	footer section.section.footer-links {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	footer section.section.footer-links .footer-menus {
		width: 60%;
	}
	
	footer section.section.footer-links .footer-logo-wrapper {
		width: 25%;
		margin: unset;
	}
	
	footer .tagline {
		font-size: clamp(28px, 2.5vw, 56px);
	}
}

/* Navigation
--------------------------------------------- */

.site-header {
	position: fixed;
    width: 100%;
    z-index: 10;
    
	padding: clamp(10px, 1vw, 20px) 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EB373E;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	top: 0;
	left: 0;
	transition: height 0.5s ease;
}

.site-header:has(.main-navigation.toggled):before {
	height: 100vh;
}

.site-header .site-branding {
	position: relative;
	width: clamp(100px, 7.5vw, 160px);
}

.site-header .site-branding a {
	display: flex;
}

.site-header .site-branding img {
	width: 100%;
	object-fit: contain;
}

.main-navigation {
	display: block;
	width: fit-content;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0.45em 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	font-size: clamp(18px, 7vw, 48px);
	margin: 0 clamp(10px, 1vw, 30px);
	transition: color 0.5s ease;
}

.main-navigation a:hover {
	color: #FBEF43;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

.main-navigation.toggled ul {
	flex-flow: column;
	align-items: center;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #FBEF43;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-menu-1-container {
	position: absolute;
	top: 180%;
	left: 0;
	width: 100vw;
/* 	background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px); */
	opacity: 0;
	transition: opacity 0.5s ease;
}

.main-navigation.toggled .menu-menu-1-container {
	opacity: 1;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

@media screen and (min-width: 750px) {
	
	.site-header:has(.main-navigation.toggled):before {
		height: 100%;
	}

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		width: fit-content;
	}
	
	.main-navigation ul {
		display: flex;
	}
	
	.main-navigation.toggled ul {
		flex-flow: row;
	}
	
	.main-navigation a {
		font-size: clamp(14px, 1.05vw, 24px);
	}
	
	.menu-menu-1-container {
		opacity: 1;
		position: relative;
		width: fit-content;
	}
	
	.main-navigation li {
		margin: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */
/* 
.page-links {
	clear: both;
	margin: 0 0 1.5em;
} */

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
