:root {
	--bg: rgba(19, 15, 64, 1);
	--mobile-overlay: rgba(0, 0, 0, 0.5);
	--secondary: #0ad7af;
	--color: rgba(255, 255, 255, 1);
	--primary: rgba(122, 120, 255, 40%);
	--primary-foreground: rgba(19, 15, 64, 1);
	--padding-container: 16px;
}

* {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color);
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
}

bold {
	color: inherit;
	font-size: inherit;
	font-weight: 700;
}

.badge {
	background: var(--primary);
	border-radius: 20px;
	color: var(--secondary);
	text-transform: uppercase;
	padding: 12px 24px;
	font-weight: 600;
	width: max-content;
	margin-bottom: 16px;
}

a {
	text-decoration: none;
}

body {
	background-color: var(--bg);
}

h1 {
	font-size: 50px;
	font-weight: 800;
	text-align: center;
}

h2 {
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 24px;
	font-weight: 600;
}

p {
	width: 100%;
	margin-bottom: 20px;
}

.container {
	max-width: 940px;
	margin: auto;
	padding-inline: var(--padding-container);
}

header {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: var(--bg);
	z-index: 20;
}

header .container {
	margin: auto;
	padding-inline: var(--padding-container);
}

header > nav {
	width: 940px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-inline: var(--padding-container);
}

header > nav img.logo {
	width: 92px;
	height: 28px;
}

main section {
	position: relative;
}

main section > .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.linear-top {
	pointer-events: none;
	top: 0;
	z-index: 1;
	position: absolute;
	height: clamp(95px, 7.5vw + 55px, 250px);
	width: 100%;
	background: linear-gradient(var(--bg), transparent);
}

.linear-bottom {
	pointer-events: none;
	bottom: 0;
	position: absolute;
	height: clamp(95px, 7.5vw + 55px, 150px);
	width: 100%;
	background: linear-gradient(transparent, var(--bg));
	z-index: 1;
}

#hero {
	background-color: var(--secondary);
	margin-top: 80px;
}

#hero .linear-bottom {
	height: 800px;
	background: linear-gradient(180deg, transparent 0%, rgba(19, 15, 64) 60%, rgba(19, 15, 64) 100%);
}

#hero > .container {
	padding-top: 96px;
}

#hero .container img {
	max-width: 740px;
	width: 100%;
}

#hero .container .title-img {
	margin-bottom: 64px;
	width: 100%;
}

#hero .container h1 {
	margin-bottom: 1rem;
}

#hero .container p {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	max-width: 828px;
	z-index: 1;
}

#hero .container .gift-container {
	position: relative;
	display: flex;
	justify-content: center;
	aspect-ratio: 1240 / 620;
	margin-bottom: 240px;
}

#hero .container .gift-container .gift-img {
	position: absolute;
	top: -150px;
}

#hero .container h1,
#hero .container p,
#hero .container h2,
#hero .container span {
	color: var(--primary-foreground);
}

#hero .container > div {
	width: 100%;
}

#bonus {
	margin-top: -100px;
	padding-top: 100px;
	z-index: 2;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 80px;
}

#hero #bonus p {
	font-size: 20px;
	text-align: left;
}

#hero #bonus > .text {
	width: 40%;
}

#hero #bonus > .text > h2 {
	text-align: left;
}

#hero #bonus > .text > h2,
#hero #bonus > .text > p {
	color: var(--color);
}

#hero #bonus > .img {
	width: 60%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

#hero #bonus > .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glow {
	filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 4px #fff);
}

#gift {
	padding-top: 100px;
}

#gift .container .card-container {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
	z-index: 3;
}

#gift .container .card-container > .card {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgba(255, 255, 255, 10%);
	border: 1px solid rgba(255, 255, 255, 50%);
	backdrop-filter: blur(5px);
	border-radius: 20px;
}

#gift .container .card-container > .card p {
	margin-bottom: 0;
}

#gift .container .card-container > .card .tag {
	width: max-content;
	background-color: var(--secondary);
	padding: 10px 5px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
}

#gift .container .card-container > .card .date {
	width: max-content;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 26px;
}

#gift .container .card-container > .card .images-container {
	height: 175px;
}

#gift .container .card-container > .card .images-1,
#gift .container .card-container > .card .images-2,
#gift .container .card-container > .card .images-3,
#gift .container .card-container > .card .images-4 {
	position: relative;
	height: 150px;
	width: 200px;
}

#gift .container .card-container > .card .images-1 img,
#gift .container .card-container > .card .images-2 img,
#gift .container .card-container > .card .images-3 img,
#gift .container .card-container > .card .images-4 img {
	position: absolute;
}

#gift .container .card-container > .card .images-1 #canvas {
	width: 200px;
	height: 130px;
	top: 0;
	left: 0;
}

#gift .container .card-container > .card .images-1 #tag-sky-resort {
	width: 42px;
	height: 36px;
	left: 95px;
	top: 105px;
}

#gift .container .card-container > .card .images-1 #jbl {
	width: 75px;
	height: 65px;
	left: 20px;
	top: 80px;
	transform: rotate(-12deg);
}

#gift .container .card-container > .card .images-1 #tag-looktv {
	width: 30px;
	height: 22px;
	left: 86px;
	top: 91px;
}

#gift .container .card-container > .card .images-1 #mic {
	width: 82px;
	height: 82px;
	left: 109px;
	top: 57px;
}

#gift .container .card-container > .card .images-1 #bag {
	width: 77px;
	height: 91px;
	left: 17px;
	top: 17px;
}

#gift .container .card-container > .card .images-2 #bag {
	left: 34px;
	top: 11px;
	width: 77px;
	height: 91px;
}

#gift .container .card-container > .card .images-2 #watch {
	left: 11px;
	top: 69px;
	width: 105px;
	height: 78px;
}

#gift .container .card-container > .card .images-2 #headphone {
	left: 77px;
	top: 2px;
	width: 133px;
	height: 114px;
}

#gift .container .card-container > .card .images-2 #tag-looktv {
	left: 92px;
	top: 92px;
	width: 30px;
	height: 22px;
}

#gift .container .card-container > .card .images-2 #tag-shangri-la {
	left: 104px;
	top: 92px;
	width: 52px;
	height: 40px;
}

#gift .container .card-container > .card .images-3 #bag {
	left: 24px;
	top: 29px;
	width: 76px;
	height: 89px;
}

#gift .container .card-container > .card .images-3 #suit {
	left: 68px;
	top: 7px;
	width: 128px;
	height: 122px;
}

#gift .container .card-container > .card .images-3 #pants {
	left: 71px;
	top: 80px;
	width: 128px;
	height: 59px;
}

#gift .container .card-container > .card .images-3 #tag-looktv {
	left: 81px;
	top: 103px;
	width: 30px;
	height: 22px;
}

#gift .container .card-container > .card .images-3 #tag-top-motors {
	left: 96px;
	top: 108px;
	width: 49px;
	height: 36px;
	transform: rotate(-10deg);
}

#gift .container .card-container > .card .images-4 #bag {
	left: 88px;
	top: 25px;
	width: 76px;
	height: 89px;
}

#gift .container .card-container > .card .images-4 #airwrap {
	left: 30px;
	top: -8px;
	width: 96px;
	height: 145px;
	transform: rotate(-13deg);
}

#gift .container .card-container > .card .images-4 #tag-looktv {
	left: 113px;
	top: 97px;
	width: 30px;
	height: 22px;
}

#gift .container .card-container > .card .images-4 #tag-top-motors {
	left: 121px;
	top: 110px;
	width: 49px;
	height: 36px;
	transform: rotate(-10deg);
}

#gift .container .card-container > .card p {
	font-size: 10px;
	text-align: center;
}

#gift .line {
	position: absolute;
	top: 65%;
	height: 5px;
	background-color: var(--secondary);
	width: 100%;
}

#rule {
	padding-top: 100px;
}

#rule .container {
}

#rule .container .card {
	border-radius: 36px;
	width: 100%;
	padding: 30px 40px;
	background-color: rgba(217, 217, 217, 10%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

#rule .container .card .item {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: center;
}

#rule .container .card .item .number {
	border-radius: 10px;
	min-height: 90px;
	min-width: 90px;
	max-height: 90px;
	max-width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(122, 120, 255, 60%);
	font-size: 36px;
	font-weight: 900;
}

#rule .container .card .item .text {
	font-size: 16px;
	font-weight: 600;
}

#date {
	padding-top: 100px;
}

#date .container {
}

#date .container .card {
	border-radius: 36px;
	width: 100%;
	padding: 30px 40px;
	background-color: rgba(217, 217, 217, 10%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#date .container .card .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 20px;
	background-color: rgba(217, 217, 217, 40%);
	border-radius: 24px;
}

#date .container .card .item:hover {
	transition: 0.3s;
	background-color: var(--secondary);
}

#date .container .card .item .number {
	text-align: center;
	font-weight: 600;
}

#date .container .card .item:hover > .number {
	transition: 0.3s;
	color: var(--bg);
}

#date .container .card .item .text {
	font-weight: 700;
	font-size: 32px;
}

#date .container .card .item:hover > .text {
	transition: 0.3s;
	color: var(--bg);
}

#faq {
	padding-top: 100px;
}

#faq .container {
}

#faq .container .card {
	border-radius: 36px;
	padding: 30px 40px;
	background-color: rgba(217, 217, 217, 10%);
}

#faq .container .card .item {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: center;
	margin-bottom: 12px;
}

#faq .container .card .item .number {
	background-color: var(--secondary);
	min-height: 36px;
	min-width: 36px;
	max-height: 36px;
	max-width: 36px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 800;
}

#faq .container .card .item .text {
}

footer {
	position: relative;
	padding-top: 120px;
}

footer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .container > h3 {
	margin-bottom: 100px;
	text-align: center;
}

footer .container > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}

footer .container > div span {
	font-weight: 400;
	text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
	#gift .container .card-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#gift .line {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2 {
		text-align: left;
		font-size: 32px;
	}
	p {
		text-align: center;
		font-size: 12px;
	}
	#hero {
		padding-bottom: 0;
	}
	#hero .container p {
		font-size: 12px;
	}
	#hero .container .title-img {
		max-width: 320px;
		margin-bottom: 16px;
	}
	#hero .container .gift-container .gift-img {
		top: calc(30% * -1);
	}
	#hero .container .gift-container {
		margin-bottom: 150px;
	}

	#bonus {
		flex-direction: column;
		gap: 0px;
	}

	#hero #bonus > .text {
		width: 100%;
	}

	#hero #bonus > .text > p {
		display: none;
	}

	#hero #bonus > .img {
		height: 100%;
		width: 100%;
		overflow: hidden;
		border-radius: 20px;
	}

	#hero #bonus > .img > p {
		font-size: 12px;
		color: var(--color);
		margin-top: 20px;
		margin-bottom: 0;
	}

	#gift {
		margin-top: -120px;
		padding-top: 180px;
	}

	#gift .container {
		align-items: stretch;
	}

	#rule {
		padding-top: 80px;
	}

	#rule .container {
		align-items: stretch;
	}

	#rule .container .card {
		display: flex;
		flex-direction: column;
		background-color: transparent;
	}

	#date {
		padding-top: 80px;
	}

	#date .container {
		align-items: stretch;
	}

	#date .container .card {
		display: flex;
		flex-direction: column;
		background-color: transparent;
	}

	#faq {
		padding-top: 80px;
	}

	#faq .container {
		align-items: stretch;
	}

	#faq .container .card .item .number {
		display: none;
	}

	#faq .container .card .item .text {
		font-size: 12px;
	}

	footer {
		padding-top: 80px;
	}
	footer h3 {
		font-size: 12px;
	}
	footer .container {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 600px) {
	#gift .container .card-container {
		display: grid;
		grid-template-columns: 1fr;
	}

	#gift .container .card-container .card .info {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

@media only screen and (max-width: 400px) {
	#gift .container .card-container .card .info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (min-width: 600px) {
}
