/* Fundraising 2025 */

.txt-black{
	color: #000;
}

.band.band-lottery{
	padding: 100px 0px 50px 0px;
}

.bg-lightblue{
	background: #DEEAF8;
}

.lottery-wrap{
	display: flex;
}

.lottery-left, .lottery-right{
	width: 65%;
	z-index: 1;
}

.lottery-right{
	width: 35%;
}

.lottery-left h2{
	line-height: 79px;
}

.donate-button.lottery-donate:hover {
    transform: none;
}


.donate-button.lottery-donate{
	width: 300px;
	height: 300px;
	background: #1697D4;
}

.donate-button.lottery-donate h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: chaloops, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.lottery-donate .txt-orange{
	font-weight: 700;
}

.lottery-sub-title{
	margin-top: 104px; 
	font-size: 24px;
	font-weight: 700;
}

.lottery-list li{
	display: flex;
	align-items: flex-start;
	max-width: 34ch;
}

.lottery-list li img{
	width: 13px;
	margin-right: 22px;
}

.lottery-list{
	margin-bottom: 64px;
}

.lottery-intro{
	max-width: 46ch;
}

.lottery-terms{
	margin-top: 64px;
	max-width: 43ch;
}

.lottery-balls{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

.circle-dec{
	position: absolute;
    left: -200px;
    bottom: -191px;
    width: 900px !important;
    z-index: 0;
}

.star-dec-right{
	width: 30px !important;
    position: absolute;
    top: 100px;
    left: 1000px;
}

.play-now{
	width: 200px !important;
    position: absolute;
    right: 0px;
    top: 300px;
}

.blue-star{
	position: absolute;
	width: 30px !important;
	right: 30px;
	top: 75px;
}

.star-dec-left{
	position: absolute;
    width: 30px !important;
    bottom: 112px;
    left: 550px;
    z-index: 2;
}

.lottery-left{
	position: relative;
}

.star-dec-right-2{
	width: 30px !important;
    right: 60px;
    bottom: 0px;
    position: absolute;
}


/* Media Queries */

@media only screen and (max-width: 1600px) {
	.circle-dec {
		width: 900px !important;
	}

	.star-dec-right {
		left: 875px;
	}
}

@media only screen and (max-width: 1300px) {
	.circle-dec {
		width: 825px !important;
	}

	.lottery-balls {
		right: -75px;
	}

	.star-dec-right {
		display: none;
	}

	.blue-star {
		right: 345px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.play-now {
		right: 150px;
		top: 340px;
		z-index: 2;
	}

	.lottery-balls {
		bottom: -50px;
		position: relative;
		width: 100%;
		right: 0px;
	}

	.blue-star {
		right: 300px;
        top: 80px;
	}
}

@media only screen and (max-width: 767px) {

	.lottery-wrap {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}

	.lottery-left {
		width: 100%;
	}

	.lottery-left h2 {
		line-height: 50px;
	}

	.blue-star {
		right: -30px;
	}

	.play-now {
		right: 0px;
		top: -75px;
		z-index: 2;
	}

	.circle-dec {
		left: -100px;
		bottom: 150px;
		display: none;
	}

	.lottery-balls {
		bottom: -50px;
		position: relative;
		width: 100%;
		right: 0px;
	}

	.star-dec-right-2 {
		display: none;
	}

	.donate-button.lottery-donate {
		position: relative;
	}
}

@media only screen and (max-width: 479px) {
	.play-now {
		top: -75px;
	}

	.star-dec-left {
		left: 250px;
	}
}