* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	/* scroll-behavior: smooth; */
}
body {
	color: #fff;
	background: #1A1937 url(../img/bg.jpg) no-repeat center center fixed;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
	font-family: "Bakbak One", sans-serif;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	position: relative;
}
.logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 70px;
}
.logos img {
	margin: 0 20px;
}
.container h6 {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	line-height: 88%;
}
.container h5 {
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	line-height: 88%;
	margin-top: 4px;
}
.prize {
	background: linear-gradient(180deg, #0099FA -1.43%, #05329B 101.43%);
	width: 100%;
	max-width: 670px;
	height: 165px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin: 24px 0;
	transform: skew(-10deg);
	box-shadow: 0px 30px 30px 0px #80D2FF3D inset;
}
.prize h1 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-size: 68px;
	line-height: 90%;
	transform: skew(10deg);
}
.prize .info {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-size: 22px;
	line-height: 90%;
	margin-top: 4px;
	transform: skew(10deg);
}
.play {
	box-shadow: 0px 4px 50px 0px #00000080;
	background: linear-gradient(180deg, #F7C100 -1.43%, #F53E01 101.43%);
	height: 58px;
	width: 270px;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: skew(-10deg);
	border-radius: 20px;
	margin-bottom: 20px;
}
.play span {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-size: 16px;
	line-height: 88%;
	transform: skew(10deg);
}
.play:hover {
	box-shadow: 0px 4px 50px 0px #00000033;
	background: linear-gradient(180deg, #D87700 -1.43%, #FF4000 101.43%);
}
.play:active {
	box-shadow: none;
	background: #E79300;
}
.bonus {
	color: #fff;
	font-size: 16px;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.bonus:hover {
	text-decoration: none;
}
.steps {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	width: 100%;
}
.step {
	background: #FFFFFF0D;
	border: 1px solid #FFFFFF26;
	backdrop-filter: blur(40px);
	border-radius: 100px;
	position: relative;
	width: 33%;
	max-width: 280px;
	height: 70px;
	margin: 0 8px;
	display: flex;
	padding-left: 90px;
	align-items: center;
	font-family: "Prompt", sans-serif;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 88%;
	font-weight: 700;
}
.step span {
	width: 70px;
	height: 70px;
	background: linear-gradient(180deg, #0099FA -1.43%, #05329B 101.43%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Prompt", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 80%;
	color: #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
}
.chicken {
	position: absolute;
	right: 0;
	bottom: -50px;
	transform: translateX(65%);
	z-index: -1;
	width: 30vw;
}

@media (max-width: 1600px) {
	.chicken {
		bottom: 10%;
		transform: translateX(50%);
	}
}
@media (max-width: 1400px) {
	.chicken {
		width: 35vw;
		bottom: 20%;
		transform: translateX(30%);
	}
}

@media (max-width: 1000px) {
	.wrapper {
		align-items: flex-start;
		padding: 40px 0 0;
	}
	.steps {
		flex-direction: column;
	}
	.step {
		width: 100%;
		max-width: 360px;
		margin-bottom: 15px;
	}
	.chicken {
		width: 40vw;
		bottom: 10%;
		transform: translateX(5%);
	}
}
@media (max-width: 768px) {
	.prize {
		width: auto;
		height: 150px;
		padding: 20px 40px;
	}
	.prize h1 {
		font-size: 50px;
	}
}
@media (max-width: 600px) {
	.prize {
		height: 120px;
		padding: 20px 30px;
	}
	.prize h1 {
		font-size: 34px;
	}
	.prize .info {
		font-size: 16px;
	}
	.logos img {
		height: 18px;
		margin: 0 10px;
	}
	.axe {
		height: 30px;
	}
	.chicken {
		width: 65%;
		transform: translateX(27%);
	}
	.container h6 {
		font-size: 16px;
	}
	.container h5 {
		font-size: 24px;
	}
}