@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
::before,
::after {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

@media (min-width: 600px) {
	body::after {
		position: absolute;
		content: "Please open you mobile.";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden !important;
		width: 100%;
		background: #f2990e;
		background-position: center;
		overflow: hidden;
		z-index: 10000;
		color: rgb(255, 255, 255);
		font-size: 40px;
		display: grid;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

body {
	background-repeat: no-repeat;
	font-family: "Inria Sans", sans-serif !important;
	background-color: #ffff;
	background-size: cover;
	height: 100vh;
}

.padding1 {
	display: flex !important;
	justify-content: space-evenly;
	align-items: center;
	padding: 24px !important;
	text-align: center;
}

.largerCheckbox {
	min-height: 19px;
	min-width: 19px;
	font-weight: bold;
	border: 2px solid #8fa93c !important;
}

.mainsection label {
	color: #0c0b0b;
	font-weight: bold;
	font-size: 16px;
}

.padding1 label span {
	color: #2d78bc;
	font-weight: bolder;
}

.form-check-label {
	font-weight: bolder;
}

.nextbutton {
	width: 45%;
	padding: 9px 11px;
	background-color: #8fa93c;
	border: none;
	border-radius: 15px;
	color: #ffff;
	font-size: 24px;
	font-weight: bold;
}
.btn-close {
	--bs-btn-close-bg: url("../images/delete.png") !important;
}

.otpsection input {
	text-align: center;
	display: inline-block;
}

.otpsection input {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #1f4d92;
	background-color: transparent;
}

.pricewon h4 {
	font-size: 25px;
	font-weight: bold;
}
.pricewon h3 {
	font-size: 39px;
	font-weight: bold;
	color: #8FA93C;
}

.form-control{
	border: 1px solid #8FA93C !important;
}