html, body {
	margin:0;
	padding:0;
}

body {
	font-family: 'Montserrat';
	background: linear-gradient(180deg, #D49EFC 0%, #8587DE 100%);
	color:white;
	font-size:18px;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	margin-top:0;
}

p {
	margin-top:0;
	margin-bottom:20px;
}

p:last-child {
	margin-bottom: 0;
}

.header {
	background:#ae76e0;
	position: fixed;
	z-index: 100;
	top:0;
	width: 100%;
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:62px;
}

@media screen and (max-width: 650px) {
	.header .container {
		flex-direction: column;
		height:unset;
	}

	.header .container>* {
		margin:5px;
	}
}

.nav {
	display: flex;
	align-items: center;
}

.header a {
	color:white;
	text-decoration: none;
	margin-left:10px;
}

.header img {
	height:40px;
}

.hero {
	margin-top:62px;
	height: 56.2847222vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image:url(../img/hero.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom:60px;
}

.hero>div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero img {
	max-width:60%;
	width:1000px;
}

h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	opacity: 0.6;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
	margin-bottom: 10px;
}
h4 {
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	margin-bottom:10px;
}

.reward-collections-header {
	text-align: center;
	margin-bottom:10px;
	padding-top:100px;
}

.sugarland {
	margin-bottom:-20px;
	filter: drop-shadow(0px 3px 0px #7a002c);
}



.reward-collections, .collections {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:80px;
}

.reward-collections ul {
	padding-left:20px;
}
.reward-collections li  {
	text-align: left;
}

.reward-collections>*, .collections>* {
	position: relative;
	width:calc(50% - 15px);
	background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border:1px solid #ffffff66;
	border-radius: 16px;
	padding:20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom:20px;
}

.reward-collections>* {
	/*width:calc(100%);*/
	align-items: flex-start;
	text-align: left;
}

.collections {
	margin-top:80px;
}

.collections>* {
	text-align: left;
	align-items: flex-start;
	padding:40px;
	padding-top:80px;
}
.collections h4 {
	font-size:35px;
	margin-bottom:20px;
}


.container {
	overflow-x:hidden;
	max-width:1280px;
	padding-left:30px;
	padding-right:30px;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	text-decoration: none;
	font-size:15px;
	border:0;
	font-family: 'Montserrat';
	background: #FFFFFF;
	border-radius: 60px;
	color:#938BE3;
	padding:15px;
	font-weight:800;
	box-shadow: 0 3px 0 #4c3f91d1, 0 5px 20px #4c3f9166;
	cursor: pointer;
	text-align: center;
}

.coming-soon {
	border:2px solid white;
	font-family: 'Montserrat';
	background: transparent;
	border-radius: 60px;
	color:#fff;
	padding:15px;
	font-weight:800;
	cursor: unset;
	text-align: center;
}

.btn:hover {
	box-shadow: 0 2px 0 #4c3f91d1, 0 4px 20px #4c3f9166;
	transform: translate(0, 1px);
}

.bulb {
	background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border:1px solid #ffffff66;
	border-radius: 787px;
	padding:30px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size:27px;
	font-weight: bold;
}

.bulb .btn {
	display: flex;
	align-items: center;
}

.bulb .btn img {
	margin-left:6px;
}

.popup {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000000c2;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.popup .inner {
    background: #ddc7f9;
    padding: 30px;
    margin: 20px;
    width: 100%;
    max-width: 400px;
    color: #8e8e8e;
    border-radius: 26px;
    border: 5px solid #fff;
    box-shadow: 0 10px 5px #00000042;
}

.popup .title {
	font-size:28px;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	margin-bottom:10px;
	color: #333;
}

.popup .content {
	text-align: center;
	margin-bottom:20px;
	color: #2a2332;
	display: flex;
    flex-direction: column;
}
.popup .btn {
	text-transform: uppercase;
	background: #e17dce;
	color: white;
	margin-bottom:0;
	box-shadow: 0 3px 0 #9f0f48, 0 5px 20px #4c3f9166;
	text-decoration: none;
}

.popup .btn:hover {
	box-shadow: 0 2px 0 #9f0f48, 0 4px 20px #4c3f9166;
}

.welcome, .eco, .history, .howto, .diamond {
	position:relative;
	background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border:1px solid #ffffff66;
	border-radius: 16px;
	padding:80px;
	padding-right:120px;
	padding-left:120px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:40px;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
}

.diamond a, .howto a {
	color:white;
}

.diamond {
	padding:40px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.diamond>* {
	width: 50%;
}

.diamond video {
	border-radius: 10px;
	margin-left:20px;
}

.eco, .history {
	max-width: 1000px;
	padding-bottom:140px;
}
.howto, .diamond {
	max-width: 1000px;
}

.history {
	margin-bottom:120px;
}

.cupcake {
	position: absolute;
	top:-40px;
	left:-20px;
	width:85px;
}

.airplane {
	position: absolute;
	right:-25px;
	bottom:-40px;
	width:252px;
}

.heart {
	position: absolute;
	top:-40px;
	left:-20px;
	width:127px;
}

.donut {
	position: absolute;
	right:-20px;
	bottom:-40px;
	width:204px;
}

.bunny1 {
	position: absolute;
	top:-120px;
	right:-80px;
	width:259px;
}

.bunny2 {
	position: absolute;
	top:-80px;
	right:-10px;
	width:160px;
}

.cloud1 {
	position: absolute;
	top:-40px;
	left:-100px;
	width:218px;
}

.cloud2 {
	position: absolute;
	bottom:-40px;
	right:-100px;
	width:240px;
}

.footer {
	background-color:#ef4c86;
	padding:40px;
	padding-top:80px;
	font-size: 14px;
}

.footer .container {
	display: flex;
	justify-content: space-between;
}

.footer b {
	display: block;
	margin-bottom:10px;
	font-weight: 500;
}

.footer .container>* {
	display: flex;
	flex-direction: column;
}

.footer p {
	margin:0;
	margin-bottom: 5px;
}

.footer a {
	color:white;
	text-decoration: none;
	margin-bottom: 5px;
}

.socials {
	display: flex;
}

.socials>*:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 800px) {
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
	.footer .container {
		flex-direction: column;
	}

	.footer .container>* {
		margin-bottom: 20px;
	}

	.diamond {
		flex-direction: column;
	}
	.diamond>* {
		margin:0 !important;
		width: 100%;
	}
	.diamond video {
		margin-top:20px !important;
	}

	.howto {
		padding:40px;
	}
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	.hero {
		background-image:url(../img/hero-mobile.png);
		height:97.8971963vw;
	}
	.hero img {
		margin-top:300px;
	}
}

@media screen and (max-width: 820px) {
	.reward-collections>* {
		width:calc(100%);
	}
	.collections>* {
		width:calc(100%);
	}
	.bulb {
		border-radius: 50px;
	}
	.welcome, .eco, .history {
		padding:25px;
	}
	.cupcake, .airplane, .donut, .cloud1, .cloud2, .heart, .bunny1, .bunny2 {
		display: none;
	}
}


@media screen and (max-width: 370px) {
	
}


.reward-video {
	width: 100%;
	border-radius: 20px; 
	margin-bottom: 20px;;
}



#sugar {
	padding-top:80px;
}

#mint {
	padding-top:80px;
}

#story {
	padding-top:80px;
}

@media screen and (max-width: 650px) {
	#sugar {
		padding-top:100px;
	}
	
	#mint {
		padding-top:100px;
	}
	
	#story {
		padding-top:100px;
	}
}

.twitter {
	fill:white;
	height:24px;
}