body {
	margin: 0;
	font-family: "Oxanium", serif;
	background: #140C1F;
	overflow: hidden;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.content {
	margin-top: 75px;
}

.hero {
	overflow: hidden;
}

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 100%;
	min-height: 100vh;
	position: relative;
	text-align: center;
	color: white;
}

h1.heading-page {
	font-weight: 600;
	font-size: 96px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 40px;
}

h2.heading-page {
	font-weight: 600;
	font-size: 48px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
}

.description {
	font-weight: 600;
	font-size: 32px;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	max-width: 700px;
	margin: 0 auto;
}

.wheel-container {
	position: relative;
	width: max-content;
	height: max-content;
	margin: 0 auto;
}

.wheel-container::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: rgba(173, 26, 175, 2);
	filter: blur(350.33px);
	border-radius: 50%;
	z-index: -1;
	-webkit-filter: blur(350.33px);
}

.wheel-cursor {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 120px;
}

.wheel-cursor img {
	width: 100%;
	height: auto;
	transform: rotate(87deg);
	-webkit-transform: rotate(87deg);
	-moz-transform: rotate(87deg);
	-ms-transform: rotate(87deg);
	-o-transform: rotate(87deg);
}

.btn-wheel__icon {
	max-width: 45px;
}


.btn-wheel,
.btn__gift {
	margin: 30px auto;
	padding: 20px 35px;
	box-shadow: 0 0 61px -11px #fd7cff;
	background: linear-gradient(180deg, #c242f9 35%, #51136c 92.5%);
	color: #fff;
	border: none;
	border-radius: 45px;
	font-size: 22px;
	cursor: pointer;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	background-size: 300% 100%;
}

.btn-wheel:hover {
	box-shadow: 0 0 80px -11px #fd7cff;
	background-position: 100% 0;
}



.img-one {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 520px;
	height: 785px;
	z-index: -1;
}


.img-two img {
	object-fit: cover;
}

.img-one {
	max-width: 520px;
	max-height: 785px;
	height: 100%;
	width: 100%;
	background-image: url('../images/girl.png');
	background-size: 120%;
	background-position: top right;
	background-repeat: no-repeat;


	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.img-two {
	max-width: 650px;
	max-height: 785px;
	height: 100%;
	width: 100%;
	background-image: url('../images/girl-1.png');
	background-size: 125%;
	background-position: top left;
	background-repeat: no-repeat;


	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}



/* modal */


.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.modal-content {
	background-color: #fff;
	padding: 70px 60px;
	border-radius: 40px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	width: 800px;
	max-height: 100% ;
	position: relative;
	background: #140C1F;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}


.modal-imgs .img-one-gift,
.modal-imgs .img-two-gift,
.modal-imgs .img-three-gift,
.modal-imgs .img-four-gift {
	position: absolute;

}


.modal-imgs .img-one-gift {
	position: absolute;
	top: 10%;
	right: 2%;
}

.modal-imgs .img-two-gift {
	position: absolute;
	top: 0;
	left: 22%;
	z-index: 0;
}


.modal-imgs .img-three-gift {
	position: absolute;
	bottom: 40%;
	left: 2%;

}

.modal-imgs .img-four-gift {
	position: absolute;
	bottom: 20%;
	right: 10%;
}


.modal-conten.gift {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	max-width: 90%;
	width: 400px;
	position: relative;
	background: #ff87b3;
}

.modal-content img {
	width: 100%;
	position: relative;
}

.modal-content .gift-img {
	width: 250px;
}



.modal-content .btn-wheel:hover {
	background-color: #0056b3;
}


.modal-text h2 {
	font-weight: 600;
	font-size: 48px;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.modal-text p {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
	max-width: 520px;
	margin: 0 auto;
}

.modal-img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background: rgba(173, 26, 175, 2);
	filter: blur(200.33px);
	border-radius: 50%;
	z-index: 0;
	-webkit-filter: blur(200.33px);
}

.btn__gift {
	background: linear-gradient(180deg, #a035cd 56%, #9332bd 92.5%);
	box-shadow: none;
	padding: 25px 50px;
}


/* img-coin */


.img-coin {
	position: absolute;
	animation: floatUpDown 3s ease-in-out infinite;
}


@keyframes floatUpDown {

	0%,
	100% {
		transform: translateY(0);
		/* Начальная и конечная точка */
	}

	50% {
		transform: translateY(-20px);
		/* Поднятие вверх на 20px */
	}
}


.coin {
	left: 10%;
	top: 0;
}

.coin1 {
	left: 25%;
	top: 13%;
	z-index: -1;
}

.coin2 {
	left: 15%;
	top: 30%;
	z-index: -2;
}

.coin3 {
	right: 0;
	top: 0;
	z-index: -1;
}

.coin4 {
	left: 22%;
	bottom: 25%;
	z-index: -2;
}


.coin5 {
	right: 16%;
	bottom: 20%;
	z-index: -2;
}


.coin6 {
	right: 10%;
	top: 16%;
	z-index: -2;
}




/* media */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	h1.heading-page {
		font-size: 80px;
	}

	h2.heading-page {
		font-weight: 600;
		font-size: 36px;
		text-transform: capitalize;
		color: #fff;
		margin-bottom: 20px;
	}

	.description {
		font-weight: 600;
		font-size: 26px;
		text-transform: capitalize;
		text-align: center;
		color: #fff;
		margin-bottom: 15px;
		
	}

	.img-coin {
		max-width: 200px;
	}


	.img-one {
		max-width: 450px;
		max-height: 650px;
		background-size: 110%;

	}

	.img-two {
		max-width: 580px;
		max-height: 700px;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {




	.img-one {
		max-width: 400px;
		max-height: 560px;
		background-size: 110%;
		z-index: 1;

	}

	.img-two {
		max-width: 550px;
		max-height: 600px;
		background-size: 110%;
		z-index: 1;

	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1101.98px) {

	.img-one {
		max-width: 350px;
		max-height: 500px;
		background-size: 110%;
		z-index: 1;

	}

	.img-two {
		max-width: 500px;
		max-height: 550px;
		background-size: 110%;

	}

	h1.heading-page {
		font-size: 60px;
	}

	h2.heading-page {
		font-size: 28px;
	}

	.description {
		font-size: 21px;
	}

	span.btn-text {
		font-size: 18px;
	}

	.btn-wheel__icon {
		max-width: 40px;
	}

	.img-coin {
		max-width: 150px;
	}

	.modal-content {
		max-width: 100%;
		width: 720px;
	}

	.modal-text h2 {
		font-size: 36px;
	}

	.modal-text p {
		font-size: 18px;
		line-height: 140%;
		max-width: 450px;
	}

	.btn__gift {
		font-size: 20px;
	}
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	.img-one {
		max-width: 300px;
		max-height: 450px;
		background-size: 110%;
		z-index: 1;

	}

	.img-two {
		max-width: 380px;
		max-height: 480px;
		background-size: 120%;

	}

	h1.heading-page {
		font-size: 60px;
	}

	h2.heading-page {
		font-size: 28px;
	}

	.description {
		font-size: 21px;
	}

	span.btn-text {
		font-size: 18px;
	}

	.btn-wheel__icon {
		max-width: 35px;
	}

	.wheel-cursor {
		max-width: 100px;
	}


	.img-coin {
		max-width: 120px;
	}

	.modal-content .gift-img {
		width: 200px;
	}



}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.img-one {
		max-width: 250px;
		max-height: 350px;
		background-size: 120%;
		z-index: 1;

	}

	.img-two {
		max-width: 350px;
		max-height: 400px;
		background-size: 130%;

	}

	h1.heading-page {
		font-size: 46px;
	}

	h2.heading-page {
		font-size: 22px;
	}

	.description {
		font-size: 18px;
	}

	span.btn-text {
		font-size: 16px;
	}

	.btn-wheel__icon {
		max-width: 35px;
	}

	button.btn-wheel {
		position: relative;
		z-index: 3;
		padding: 17px 24px;
	}

	.wheel-cursor {
		max-width: 74px;
	}

	.modal-text h2 {
		font-size: 32px;
	}

	.modal-text p {
		font-size: 17px;
		line-height: 140%;
		max-width: 380px;
	}

	.modal-content {
		padding: 55px 50px;
	}

	.btn__gift {
		padding: 20px 35px;
	}


}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 659.98px) {

	.img-one {
		max-width: 200px;
		max-height: 300px;
		background-size: 120%;
		z-index: 1;

	}

	.img-two {
		max-width: 280px;
		max-height: 350px;
		background-size: 130%;

	}

	.img-coin {
		max-width: 90px;
	}

	.wheel-container::before {
		width: 450px;
		height: 450px;
		filter: blur(350.33px);
		-webkit-filter: blur(150.33px);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.img-one {
		display: none;

	}

	.img-two {
		display: none;

	}

	.wheel-container::before {
		max-width: 320px;
		max-height: 320px;
		width: 100%;
		height: 100%;
		filter: blur(350.33px);
		-webkit-filter: blur(80.33px);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	h1.heading-page {
		font-size: 36px;
	}

	h2.heading-page {
		font-size: 24px;
	}

	.description {
		font-size: 17px;
	}

	.modal-content .gift-img {
		width: 170px;
		position: relative;
		z-index: 2;
	}

	.modal-text p {
		font-size: 16px;
	}

	.modal-text h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.modal-content img {
		width: 60%;
		z-index: 0;
	}

	.btn__gift {
		font-size: 17px;
		gap: 5px;
	}

	.modal-content {
		padding: 30px 25px;
	}


	.modal-imgs .img-three-gift {
		left: -11%;
	}

	.modal-imgs .img-four-gift {
		bottom: 27%;
		right: 0;
	}

	.modal-imgs .img-two-gift {
		left: -25%;
	}

	.modal-imgs .img-one-gift {
		top: 0%;
		right: -24%;
	}
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 421.98px) {


	.wheel-container::before {
		max-width: 300px;
		max-height: 300px;
		width: 100%;
		height: 100%;
		filter: blur(350.33px);
		-webkit-filter: blur(200.33px);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.img-coin {
		opacity: 0;
	}

	.coin2,
	.coin4,
	.coin5 {
		opacity: 1;
		height: max-content;
		z-index: 2;
	}

	.coin2 {
		top: 70%;
		left: -11%;
		max-width: 110px;
	}


	.coin5 {
		right: 0;
		bottom: 0;
		max-width: 110px;
	}

	.coin4 {
		right: -40px;
		top: 26%;
		left: auto;
		bottom: auto;
		max-width: 110px;
	}


	.content {
		margin-top: 75px;
		margin: 75px 0;
	}

	.modal-content .gift-img {
		width: 120px;
		position: relative;
		z-index: 2;
	}


}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 321.98px) {


	h1.heading-page {
		font-size: 32px;
	}

	h2.heading-page {
		font-size: 24px;
	}

	.description {
		font-size: 15px;
		max-width: 300px;
		margin: 0 auto 10px;
	}

	.img-one {
		display: none;

	}

	.img-two {
		display: none;

	}


	span.btn-text {
		font-size: 12px;
	}

	.btn-wheel__icon {
		max-width: 25px;
	}


}