@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
	font-family: 'Inter', sans-serif;
}
h2{
	font-size:1.25rem;
}
.container {
	max-width: 900px;
	border: 2px solid #333333;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
}

header {
	max-width: 680px;
	padding: 20px;
	margin: 0 auto;
}

.logo-container img {
	width: 80%;
	min-width: 100px;
	max-width: 160px;
	height:auto;
	margin:0 auto;
	text-align: center;
	display: block;
}

ul li {
	list-style: none;
	float: left;
}

.nav-link {
	color: #032248;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}

	.nav-link:hover {
		background-color: #333;
		border-radius: 10px;
		color: #FFFFFF;
	}

#offer-wall-wrap {
	position: relative;
	max-width: 1080px;
	min-width: 320px;
	padding: 20px 0;
	margin: 0 auto;
	border-radius: 10px;
}

.image-container img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 345px;
	min-width: 320px;
	width: 100%;
	height: auto;
}

#progress-bar {
	width: 96%;
	margin: 10px auto;
	height: 20px;
	background-color: lightgray;
	border-radius: 5px;
	overflow: hidden;
}

.hide-button {
}

#progress {
	width: 0%;
	height: 100%;
	background-color: blue;
}

.offer-title {
	margin: 0 auto;
	max-width: 800px;
	min-width: 320px;
	padding: 20px 0;
}

	.offer-title h1 {
		font-size: 30px;
		text-align: center;
		font-weight: bold;
	}

	.offer-title p {
		font-size: 14px;
		text-align: center;
	}

#offer-wall {
	align-items: center;
	padding:5px 20px 20px;
	overflow: hidden;
	min-height: 340px;
}

.offer-card {
	display: none;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	margin: 10px auto;
	max-height: 100%;
}
	.offer-card img
	{
		max-width:180px;
		height:auto;
	}
	.offer-card h3 {
		font-size: 22px;
		font-weight:bold;
		padding: 10px 10px 5px;
	}
	.offer-card p
	{
		font-size:13px;
		padding:5px 10px;
	}
	.g_pad {
		padding: 10px;
		margin: 0 auto;
	}
	.offer-card:first-child {
		display: block;
	}
.offer-first
{
	padding:10px;
	min-height:300px;
}

.animated-button {
	padding: 10px 20px;
	border: none;
	background: linear-gradient(to right, #4CAF50, #8BC34A);
	color: white;
	font-size: 18px;
	transition: background 0.5s;
	border-radius: 10px;
	display: block;
	width: 80%;
	margin: 10px auto;
	text-decoration: none;
}

	.animated-button:hover {
		background: linear-gradient(to right, #9C27B0, #E040FB);
		color: #FFFFFF;
		text-decoration: none;
	}
	.supermarkets
	{
		margin-bottom: 20px;
	}
		.supermarkets a:hover img {
			background: linear-gradient(to right, #4CAF50, #8BC34A);
		}
.supermarkets img
{
	max-width: 110px !important;
	display: inline-block;
	border-radius: 30px;
	padding:5px;
}

		.supermarkets a
		{
			text-decoration: none !important;
		}
		.hide-button {
			padding: 5px 10px;
			border: none;
			background: #646464;
			color: white;
			font-size: 12px;
			border-radius: 10px;
			margin-top: 10px;
		}

	.hide-button:hover {
		text-decoration: none;
		color: white;
	}

hide-button-big {
	padding: 5px 20px;
	font-size:16px;
}

.offer-thank-you {
	display: none;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	width: 100%;
	padding: 60px 10px;
	text-align: center;
	margin: 0 auto 5px;
}
	.offer-thank-you h3
	{
		font-size:22px;
		font-weight:bold;
	}
	.offer-thank-you p {
		font-size: 14px;
		padding:10px 0;
	}

	.offer-thank-you .continue_button {
		padding: 10px 20px;
		border: none;
		background: linear-gradient(to right, #4CAF50, #8BC34A);
		color: white;
		font-size: 18px;
		transition: background 0.5s;
		border-radius: 10px;
		display: block;
		width: 80%;
		margin: 0 auto;
	}

		.offer-thank-you .continue_button:hover {
			background: linear-gradient(to right, #9C27B0, #E040FB);
		}
		.winners-wrap{
			width:90%;
			position:relative;
			margin:20px auto;
		}
.winners-header {
	font-size:24px;
	font-weight: bold;
}
table.winners-table {
	text-align: left;
	max-width: 680px;
	min-width: 300px;
	width:100%;
}
th.winners-table
{
	border:1px solid #000;
}
td.winners-table {
	border: 1px solid #000;
}
.winners-wrap p{
	font-size:12px;
}
.black-box-main {
	padding: 0 10px;
}

footer {
	margin: 20px 0;
}

	footer ul {
		width: 260px;
		margin: 0 auto;
	}

	footer li a {
		color: #032248;
		padding: 10px;
		text-decoration: none;
		font-weight: bold;
	}

		footer li a:hover {
			background-color: #333;
			border-radius: 10px;
			color: #FFFFFF;
			text-decoration: none;
		}

/* Model styling */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
