@import url("https://p.typekit.net/p.css?s=1&k=jte6dty&ht=tk&f=15669&a=136966670&app=typekit&e=css");

@font-face {
	font-family:"trajan-pro-3";
	src:url("https://use.typekit.net/af/4f40e2/000000000000000000012e93/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/4f40e2/000000000000000000012e93/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/4f40e2/000000000000000000012e93/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:600;
	font-stretch:normal;
}
@font-face {
	font-family: "Rosales";
	src: url("../fonts/Rosales Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: "Rosales";
	src: url("../fonts/Rosales Medium.ttf");
	font-weight: 500;
}
html {
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	scale: 1;
	color: #fff;
	font-family: "Rosales";
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.30);
	font-size: .7rem;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	background-color: #000000;
}
.main {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 89vh;
	overflow-x: hidden;
	text-align: center;
	justify-content: center;
	padding: 0 5%;
	z-index: 9;
	align-items: center;
	justify-items: center;	
}
.logo {
	height: 106px;
	width: 158.5px;
}
.middle-section{
	margin: auto;
}
.middle-section .copy{
	align-self: start;
}

.qr {
	width:250px;
}
.bottom-section {
	grid-row: 3;
	margin-top: auto;
	margin-bottom: 5vh;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}
p {
	margin: 1vh 0 3vh;
}
.container {
	background: #fff;
	background-image: url("../img/Laid Paper Texture 1.png");
}
.back {
	height: 89vh;
	width: 100vw;
	position: absolute;
	object-fit: cover;
	transform: scale(1.1);
}
.shadow {
	position: absolute;
	width: 110vw;
	height: 32vh;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 64%, rgba(0,0,0,0) 100%);
	bottom: -11vh;
}
.share {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	z-index: 100;
}
img {
	vertical-align: initial !important;
}
.prop {
	position: absolute;
	transition: transform 0.5s ease;
	z-index: 9;
}
.bottle2 {
	bottom: 20%;
	left: 0;
}
.logo, .copy, .terms {
	transition: transform 0.5s ease;
}
.bottom-section, .copy h3 {
	text-transform: uppercase;
}
.button {
	font-family: "trajan-pro-3";
	background: #fff;
	width: max-content;
	padding: 15px 20px;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #1d1d1b;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.9px;
	margin: 10px auto;
	transition: .2s;
	user-select: none;
}
.button:active{
	transform: scale(.8);
}
.button_back, .copy, .terms {
	display: none;
}
.button_secondary, .button_back {
	width: 10rem;
	padding: 0.6rem;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}

.copy {
	color: #1d1d1b;
	text-overflow: ellipsis;
	text-shadow: none;
	letter-spacing: 1.2px;
}
.copy h3 {
	font-family: "trajan-pro-3";
	font-size: 3vh;
	font-style: normal;
	margin: 0;
}
.copy p {
	font-family: "Rosales";
	font-size: 3vh;
	font-style: normal;
	font-weight: 400;
	line-height: initial;
}
.terms {
	overflow: scroll;
	height: 70vh;
	color: #1d1d1b;
	text-align: left;
	padding: 0 1rem;
	font-size: 0.75rem;
	margin-top: 1rem;
}
.button_terms {
	color: inherit;
}
.terms h3 {
	font-family: "Rosales";
	font-weight: 500;
}
pre {
	font-family: inherit;
}
.terms p {
	font-family: "Rosales";
	font-weight: 400;
}
.img-container {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	align-items: center !important;
}
.cts span {
	text-decoration: underline;
}
.size-up {
	animation: size-up .9s ease-in-out forwards;
}
.size-down {
	animation: size-down .9s ease-in-out forwards;
}
/* Transitions */
.sharp {
	filter: blur(0px);
	transition: 0.7s filter linear;
}
.blur {
	filter: blur(10px);
	transition: 0.7s filter linear;
}

.mobile-background{
	background-size: cover;
	background-image: url(../img/background_alternative.png);
}



/* iphone se  */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 375px) {
	.main {
		height: 89vh;
		padding: 5% 5% 0% 5%;
	}
	.back {
		height: 89vh;
	}
	#alternate #mobile-version .back {
    transform: scale(1);
		left: 0;
	}
	#alternate #mobile-version .middle-section {
		display: flex;
    flex-direction: column;
    gap: 5vh;
		top: 0;
		position: absolute;
		align-items: center;
	}
	#alternate.soon #mobile-version .middle-section {
    margin: 20vh auto;
    right: 5vh;
	}
	#alternate.ended #mobile-version .middle-section{
		margin: 15vh auto;
    right: 1vh;
	}
	#alternate #mobile-version .bottom-copy {
			position: absolute;
			bottom: 10vh;
			padding: 0px 20px;
	}
	#alternate #mobile-version .scan {
			font-size: 4vh;
			font-family: 'trajan-pro-3';
			line-height: 5vh;
	}
	.bottle2 {
		display: none !important;
	}
	.bottom-section {
		margin-bottom: 5vh;
	}
	.copy p{
		font-size: 3vh;
		margin: .5vh 7vw 1vh 7vw;
	}
	.button_primary {
		font-size: 0.75rem;
	}
	.button_secondary {
		font-size: 0.6rem;
	}
	.button_back {
		font-size: 0.6rem;
	}
	.logo {
		height: 84px;
		width: 126px;
	}
}

/* iphone 12 pro max  */
@media only screen 
  and (min-device-width: 376px) 
  and (max-device-width: 390px) { 
    .main {
		height: 89vh;
	}
	.back {
		height: 89vh;
	}
	.logo {
		padding-top: 20px;
		height: 130px;
		width: 194px;
	}
	.button_primary {
		font-size: 0.9rem;
	}
	.button_secondary {
		font-size: 0.7rem;
	}

	.button_back {
		font-size: 0.7rem;
	}
	
}

@media only screen and (min-width: 725px) {
	#desktop-version {
		display: block;
		width: 100vw;
		height: 100vh;
		text-transform: uppercase;
	}
	#desktop-version .middle-section {
		position: relative;
		display: grid;
		justify-items: center;
		height: 100%;
		align-content: center;
		grid-gap: 1rem;
		z-index: 9;
		left: -25vw;
	}
	#desktop-version .back {
		height: 100vh;
		width: 100vw;
		position: absolute;
		object-fit: cover;
		object-position: right;
		transform: scale(1);
	}
	#desktop-version .logo {
		width: 15%;
		height: initial;
    width: initial;
	}
	#desktop-version .scan {
		text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.40);
		font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-family: 'trajan-pro-3';
	}
	#desktop-version .discover {
		font-family: "Rosales";
		font-size: 3.75rem;
		text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.40);
		line-height: 3.875rem;
		letter-spacing: 0.1875rem;
		width: 33.13444rem;
		text-align: center;
	}
	#desktop-version .bottom-copy {
		bottom: 1%;
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 9;
	}
}