@font-face {
	font-family: 'ITCQuorum';
	src: url('../fonts/ITCQuorumMedium.woff') format('woff'),
		url('../fonts/ITCQuorumMedium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCQuorum';
	src: url('../fonts/ITCQuorumBold.woff') format('woff'),
		url('../fonts/ITCQuorumBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
}

body {
	font-family: 'ITCQuorum', Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1;
	background: url('../images/bg.webp') #000000 center center;
	background-size: cover;
	overflow: hidden;
}

img {
	max-width: 100%;
}

h1, h2, h3, p, a {
	background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 3px;
	font-size: clamp(1rem, 2vw, 2.5rem);
}

h1 {
	transition: all 0.5s ease-in;
	position: relative;
	left: 0;
}

h2 {
    line-height: 0.9;
    font-size: clamp(2.5rem, 5vw, 5rem);
    text-transform: uppercase;
	padding-top: 50px;
}

h3 {
	margin: -12px 0 30px 0;
}

a {
	text-decoration: none;
	color: #A6803E;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#bg_video_waves {
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 1;
	transition: opacity 3s ease-in-out;
}

.container-fluid {
	max-width: 100%;
	position: relative;
	z-index: 5;
}

.container-fluid--start {
	height: 100%;
    display: flex;
    align-items: center;
}
/* 
.container-fluid--start > .row,
.container-fluid--bottle > .row  {
	height: 100%;
} */

.row {
	height: 100vh;
}

.container-fluid--start .row > .col-7.text-center {
	display: flex;
    align-items: center;
	flex-direction: column;
	justify-content: center;
}

.image-title {
	width: 362px;
	margin-bottom: 30px;
	max-width: 35%;
	transition: all 0.5s ease-in;
	position: relative;
	left: 0;
}

.start-screen-links {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
	/* max-width: 700px; */
	max-width: 600px;
    justify-content: center;
	gap: 40px;
}

.start-screen-links a {
    box-sizing: border-box;
    font-size: clamp(1rem, 2vw, 2rem);
    text-transform: uppercase;
    position: relative;
	width: 13.5vw;
    max-width: 260px;
    margin: 0 6px;
    transition: transform 0.35s ease, opacity 0.35s ease;
    left: 0;
    top: 0;
    transform: scale(1);
    /* Animate a moving gradient for smooth transitions */
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 8s linear infinite;
}

/* give each link its own gradient colours and stagger the start time */
.start-screen-links a:nth-of-type(1) {
    background-image: radial-gradient(circle at 20% 30%, #F1CDA0 0%, #D2933F 50%, #129a47 75%, #F1CDA0 100%);
    animation-delay: 0s;
}
.start-screen-links a:nth-of-type(2) {
    background-image: radial-gradient(circle at 30% 20%, #F1CDA0 0%, #D2933F 50%, #4e77dc 75%, #F1CDA0 100%);
    animation-delay: 0.4s;
}
.start-screen-links a:nth-of-type(3) {
    background-image: radial-gradient(circle at 25% 25%, #F1CDA0 0%, #D2933F 50%, #d83a3e 75%, #F1CDA0 100%);
    animation-delay:0.8s;
}
.start-screen-links a:nth-of-type(4) {
    background-image: radial-gradient(circle at 30% 40%, #F1CDA0 0%, #D2933F 50%, #ffd900 75%, #F1CDA0 100%);
    animation-delay: 1.1s;
}

.left-bracket,
.right-bracket {
	height: 100%;
	width: 4px;
	background: #A6803E;
	position: absolute;
	left: -12px;
	top: 0;
	bottom: 0;
}

.bottle-content .left-bracket {
	left: -15px;
}

.bottle-content p {
	padding-top: 1px;
}

.left-bracket::before,
.left-bracket::after,
.right-bracket::before,
.right-bracket::after {
	content: '';
	background: url('../images/bracket-top-left.svg') no-repeat bottom center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -12px;
	width: 12px;
	height: 12px;
}

.left-bracket::after {
	background: url('../images/bracket-bottom-left.svg') no-repeat top center;
	top: auto;
	bottom: -12px;
}

.right-bracket {
	left: auto;
	right: -12px;
	background: #E0CB83;
}

.right-bracket::before {
	background: url('../images/bracket-top-right.svg') no-repeat bottom center;
	background-size: contain;
	left: auto;
	right: 0;
}

.right-bracket::after {
	background: url('../images/bracket-bottom-right.svg') no-repeat top center;
	position: absolute;
	left: auto;
	top: auto;
	right: 0;
	bottom: -12px;
}

.stand-vertical-image {
	transform: rotate(270deg) translate(17%, -50%);
    position: absolute;
    transform-origin: center;
    left: -50%;
    top: 50%;
    width: 95vh;
    max-width: 300%;
	transition: all 1.5s ease-in;
}

.right-hand-image {
	display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid--bottle .right-hand-image {
	align-items: flex-end;
	justify-content: flex-start;
	overflow: hidden;
}

.right-hand-image img {
	max-width: 80%;
	opacity: 0;
    transform: rotate(10deg) scale(1.5);
	transition: all 0.5s ease-in-out;
}

.container-fluid--start .right-hand-image {
	transition: all 0.5s ease-in;
	position: relative;
	left: 0;
}

.container-fluid--start .right-hand-image img {
	max-width: 70%;
	transform: none !important;
    opacity: 1;
}

.container-fluid--bottle {
	display: none;
}

.container-fluid--bottle .col-7 {
	flex: 0 0 62%;
    max-width: 62%;
}

.container-fluid--bottle .col-5 {
	flex: 38%;
    max-width: 38%;
}

.bottle-content-wrapper {
	padding: 7% 0 7% 14%;
}

.back-button {
	color: #ffffff;
    background: none;
    -webkit-text-fill-color: unset;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #AF925F;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: rotate(45deg);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	position: relative;
	top: -45px;
}

.back-button span {
	transform: rotate(-45deg);
}

.bottle-content {
	position: relative;
	font-size: clamp(1rem, 1vw, 2rem);
	transition: all 0.5s ease-in-out;
	left: -100px;
	opacity: 0;
}

.bottle-content__intro {
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.divider {
	height: 1px;
    width: 75px;
    background: radial-gradient(#F1CDA0, #D2933F, #A6814F);
    display: block;
    margin-bottom: 30px;
}

.bottom-logo {
	position: absolute;
	bottom: 0;
	left: 20px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.bottom-logo img {
	width: 150px;
    max-width: 75%;
}

.letter {
	opacity: 0;
	transition: opacity 0.35s;
}

@media (max-height: 750px) {
  .bottom-logo {
		bottom: auto;
		left: auto;
		top: 0;
    	right: 0;
		background: #000000;
        padding: 10px;
	}
}

@media (max-height: 660px) {
  body {
		overflow-y: auto;
	}
}

@media (max-width: 1920px) {
	.start-screen-links a {
		width: calc(50% - 40px);
		max-width: none;
	}
}

@media (max-width: 1400px) {
	.start-screen-links a {
		width: calc(45% - 40px);
		max-width: none;
	}
}

/* @keyframes fade-green {
	0% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	80% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	90% {
		background: -webkit-radial-gradient(#009122, #129a47, #07514d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	100% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@keyframes fade-blue {
	0% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	80% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	90% {
		background: -webkit-radial-gradient(#4e77dc, #4164bd, #3b476b);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	100% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@keyframes fade-red {
	0% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	80% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	90% {
		background: -webkit-radial-gradient(#d83a3e, #80171a, #760609);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	100% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@keyframes fade-orange {
	0% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	80% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	90% {
		background: -webkit-radial-gradient(#ffa886, #e74a0d, #882c09);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	100% {
		background: -webkit-radial-gradient(#F1CDA0, #D2933F, #A6814F);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
} */

@keyframes gradient-move {
    0%   { background-position: 0% 50%; }
	70%   { background-position: 0% 50%; }
    80%  { background-position: 200% 50%; }
	99.99%  { background-position: 200% 50%; }
    100% { background-position: 0% 50%; }
}

.floating-bottle {
    position: fixed;
    left: -200px;
    top: 50%;
    width: 200px;
    height: 300px;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
}

.floating-bottle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
}

@keyframes bottle-float {
    0% {
        left: -200px;
        opacity: 1;
        transform: rotateZ(-15deg);
    }
    100% {
        left: calc(100vw + 150px);
        opacity: 0;
        transform: rotateZ(25deg);
    }
}

.floating-bottle.animate {
    animation: bottle-float 3s;
}