@media only screen and (max-width: 767px) {
	.age-top-bar > p {
		font-size: 10px;
		display: inline-block;
		gap: 4px;
	}
	.age-top-bar > p > img {
		width: 18px;
		height: auto;
		position: relative;
		top: 5px;
	}
	.age-top-bar {
		padding: 4px 4px 6px 4px;
	}
	.container {
		width: 100%;
		padding: 0px 12px;
	}
	.nav-logo > img {
		width: 122px;
	}
	.nav-btn {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.nav-btn > button {
		width: 90px;
		padding: 4px 6px;
	}
	.login-btn,
	.register-btn {
		font-size: 14px;
		font-weight: 500;
		border-radius: 18px;
		font-weight: 700;
	}
	.lotto-hero > img {
		max-width: 100%;
		position: absolute;
		right: 0;
		top: 0px;
		transform: rotate(90deg);
		display: none;
		content: url('../images/about-bg.png');
	}
	.hero-context-area {
		padding: 0px 15px;
		text-align: center;
	}
	.hero-context-area > h1 {
		font-size: 38px;
		width: 100%;
		padding-bottom: 8px;
	}
	.hero-context-area > p {
		font-size: 16px;
		line-height: 30px;
		width: 100%;
	}
	.time-count-div {
		padding: 30px;
		width: 100%;
		height: auto;
		margin: 30px 0px;
	}
	.time-count-flex {
		justify-content: center;
		display: flex;
		align-items: baseline;
		gap: 18px;
		flex-direction: column;
	}
	.about-context > h2 {
		font-size: 34px;
	}
	.draw-top-flex {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
		align-items: center;
		justify-content: center;
	}
	.draw-flex {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 30px;
		flex-direction: column;
	}
	.draw-area {
		width: 100%;
	}
	.draw-winner-area {
		width: 100%;
	}
	.feedback-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		position: relative;
		gap: 60px;
	}
	.center-card {
		transform: scale(1);
		margin-top: 0px;
	}
	h2.feed-back-title {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.footer-flex {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	.footer-context > ul {
		list-style: none;
		display: flex;
		align-items: center;
		gap: 14px;
		flex-wrap: wrap;
	}
	.footer-images > ul {
		gap: 8px;
		flex-wrap: wrap;
	}
	.number-list-title.w-n {
		width: 165px;
	}
	.number-list-title > p {
		font-size: 12px;
		line-height: 18px;
	}
	.winner-brand > h4,
	.draw-date > p {
		font-size: 11px;
		line-height: 18px;
	}
	.draw-table-flex {
		padding: 10px 6px;
	}
	.draw-winner-table-grid {
		padding: 12px 6px;
	}
	.draw-number > span {
		width: 20px;
		height: 20px;
		font-size: 10px;
		font-weight: 500;
		line-height: 22px;
	}
	.draw-number {
		gap: 4px;
		width: 100%;
	}
	.lotto-hero {
		background-position: unset;
		height: auto;
	}
	.hero-flex {
		display: flex;
		gap: 0px;
		padding: 60px 0px 40px 0px;
		align-items: center;
		justify-content: center;
	}
	.time-count-text {
		width: 100%;
	}
	.time-count-start-flex {
		margin: 0 auto;
	}
	.about-lotto {
		padding: 60px 0px 60px 0px;
	}
	.draw-white-bg {
		padding: 30px;
		height: auto;
	}
	.draw-white-bg-context > p {
		font-size: 15px;
		line-height: 22px;
		padding: 15px 0px;
		height: auto;
	}
	.draw-blue-bg {
		padding: 30px;
		height: 100%;
	}
	.draw-blue-bg-left > h3 {
		font-size: 23px;
		line-height: 32px;
	}
	.draw-white-bg-context > h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.results-table-title > h3 {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		padding: 14px 12px;
	}
	.draw-blue-bg-right > h3 {
		font-size: 84px;
	}
	.draw-blue-bg-right > p {
		font-size: 28px;
	}
	.draw-blue-bg-left > p {
		height: auto;
	}
	.results-section {
		padding: 60px 0px;
	}
	.winners-title > h3 {
		font-size: 18px;
		padding: 15px 12px;
	}
	.winner-list {
		padding: 15px 12px;
	}
	.player-feedback {
		padding: 60px 0px 90px 0px;
	}
	.questions-section {
		padding: 60px 0px;
	}
	.site-footer-info > p {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 25px;
	}
	.faq-h2 > h2 {
		font-size: 34px;
		font-style: normal;
		line-height: 30px;
		padding-bottom: 50px;
	}
	.pages-text > h2 {
		font-size: 34px;
		line-height: normal;
		padding-bottom: 30px;
	}
	.lotto-hero,
	.about-lotto,
	.results-section,
	.player-feedback,
	.questions-section {
		border-radius: 32px;
		box-shadow: 0 4px 16px rgba(255, 122, 0, 0.1);
	}
	.feedback-card {
		border-radius: 18px;
		box-shadow: 0 2px 12px rgba(255, 122, 0, 0.1);
		border: 1px solid #ff7a00;
	}
	.site-footer-info {
		background: linear-gradient(90deg, #232526 0%, #ff7a00 100%);
		border-radius: 18px;
		padding: 24px 12px;
		box-shadow: 0 2px 12px rgba(255, 122, 0, 0.1);
	}
	.site-footer-info > ul > li > a {
		color: #ff7a00;
		font-weight: 700;
	}
	.site-footer-info > ul > li > a:hover {
		color: #232526;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 868px) and (min-width: 768px) {
	.age-top-bar > p {
		font-size: 11px;
		display: inline-block;
		gap: 4px;
	}
	.container {
		width: 100%;
		padding: 0px 12px;
	}
	.nav-logo > img {
		width: 122px;
	}
	.nav-btn {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.nav-btn > button {
		width: 90px;
		padding: 4px 6px;
	}
	.login-btn,
	.register-btn {
		font-size: 14px;
		font-weight: 500;
	}
	.lotto-hero > img {
		max-width: 100%;
		position: absolute;
		right: 0;
		top: 0px;
		transform: rotate(90deg);
		display: none;
	}
	.hero-context-area {
		padding: 0px 15px;
		text-align: center;
	}
	.hero-context-area > h1 {
		font-size: 38px;
		width: 100%;
		padding-bottom: 8px;
	}
	.hero-context-area > p {
		font-size: 16px;
		line-height: 30px;
		width: 100%;
	}
	.time-count-div {
		padding: 20px;
		width: 60%;
		height: auto;
		margin: 30px auto;
	}
	.time-count-flex {
		justify-content: center;
		display: flex;
		align-items: baseline;
		gap: 18px;
		flex-direction: column;
	}
	.about-context > h2 {
		font-size: 34px;
	}
	.draw-top-flex {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		align-items: center;
		justify-content: center;
	}
	.draw-area {
		width: 65%;
		border-radius: 0px;
	}
	.draw-winner-area {
		width: 35%;
		border-radius: 0px;
	}
	.feedback-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		position: relative;
		gap: 44px 20px;
		justify-content: center;
	}
	.center-card {
		transform: scale(1);
		margin-top: 0px;
	}
	h2.feed-back-title {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.winner-list-table > h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.footer-flex {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	.footer-context > ul {
		list-style: none;
		display: flex;
		align-items: center;
		gap: 14px;
		flex-wrap: wrap;
	}
	.footer-images > ul {
		gap: 8px;
		flex-wrap: wrap;
	}
	.number-list-title.w-n {
		width: 165px;
	}
	.number-list-title > p {
		font-size: 14px;
		line-height: 18px;
	}
	.winner-brand > h4,
	.draw-date > p {
		font-size: 13px;
		line-height: 18px;
	}
	.draw-table-flex {
		padding: 12px 15px;
	}
	.draw-winner-table-grid {
		padding: 15px;
	}
	.draw-number > span {
		width: 24px;
		height: 24px;
		font-size: 12px;
		font-weight: 500;
		line-height: 25px;
	}
	.draw-number {
		gap: 4px;
		width: 100%;
	}
	.lotto-hero {
		background-position: unset;
		height: auto;
	}
	.hero-flex {
		display: flex;
		gap: 0px;
		padding: 60px 0px 40px 0px;
		align-items: center;
		justify-content: center;
	}
	.time-count-text {
		width: 100%;
	}
	.time-count-start-flex {
		margin: 0 auto;
	}
	.about-lotto {
		padding: 60px 0px 60px 0px;
	}
	.draw-white-bg {
		padding: 30px;
		height: 280px;
	}
	.draw-white-bg-context > p {
		font-size: 15px;
		line-height: 22px;
		padding: 15px 0px;
		height: auto;
	}
	.draw-flex {
		margin-top: 18px;
	}
	.draw-blue-bg {
		padding: 30px;
		height: 100%;
	}
	.draw-blue-bg-left > h3 {
		font-size: 23px;
		line-height: 32px;
	}
	.draw-white-bg-context > h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.results-table-title > h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 24px;
		padding: 15px;
	}
	.draw-blue-bg-right > h3 {
		font-size: 84px;
	}
	.draw-blue-bg-right > p {
		font-size: 28px;
	}
	.draw-blue-bg-left > p {
		height: auto;
	}
	.results-section {
		padding: 60px 0px;
	}
	.winners-title > h3 {
		font-size: 20px;
		padding: 15px 15px;
	}
	.winner-list {
		padding: 15px 12px;
	}
	.player-feedback {
		padding: 60px 0px 90px 0px;
	}
	.questions-section {
		padding: 60px 0px;
	}
	.site-footer-info > p {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 25px;
	}
	.faq-h2 > h2 {
		font-size: 34px;
		font-style: normal;
		line-height: 30px;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 1150px) and (min-width: 869px) {
	.container {
		width: 98%;
	}
	.hero-context-area {
		padding: 10px 0px 0px 15px;
	}
	.lotto-hero > img {
		max-width: 495px;
		position: absolute;
		right: 0;
		top: 0px;
	}
	.hero-context-area > h1 {
		font-size: 62px;
	}
	.draw-white-bg {
		height: 315px;
	}
	.draw-blue-bg {
		height: 315px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 869px) {
	.draw-white-bg,
	.draw-blue-bg {
		height: 310px;
	}
}
@media only screen and (max-width: 3000px) and (min-width: 1500px) {
	.lotto-hero > img {
		position: absolute;
		right: 0;
		top: 0px;
		width: fit-content;
	}
	.hero-context-area {
		padding: 60px 0px 0px 80px;
	}
	.hero-flex {
		margin: 0 auto;
		width: 100%;
		max-width: 1500px;
	}
}
