body {
	background: url(/landingpg/hamka2024/hamka2024_bg.jpg) no-repeat #BD8A4B;
	background-size: cover;
	background-position: bottom;
}
div#mainbox {
	max-width: 1200px;
	margin: 0 auto;
}
div#header {
	padding: 1rem 2rem;
	background-color: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(0.5rem);
}
div#header a {
	color: white;
}
div#hero {
	padding: 1rem 0;
	text-align: center;
}
div#hero h1 {
	color: white;
	font: 600 2rem Roboto;
}
div#hero p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #e94230;
}
div#hero img {
	width: auto;
	height: 15rem;
	margin: 0 auto;
}
div#info {
	width: 90%;
	margin: 3rem auto;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	grid-template-columns: 30% 1fr !important;
}
div#info>div {
	padding: 2rem;
	border-right: 1px solid white;
	text-align: center;
}
div#info>div:last-child {
	border-right: 0;
}
div#info p {
	padding: 1rem;
	color: white;
	font-size: 0.85rem;
	background: rgba(51,34,13, 1.0);
	background-color: #e94230;
	margin-top: -5rem;
	z-index: 1000;
	position: relative;
	line-height: 1rem;
}

div#info span {
	display: block;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.8);
	color: rgba(51,34,13, 1.0);

}
div#info span>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
div#info img {
	width: 12rem;
	height: auto;
	z-index: 50;
	position: relative;
}
div#info dl {
	background-color: #f3893f;
	padding: 1rem 0.5rem;
	margin: 1px;
}
div#info dl:nth-child(even) {
	background-color: #e76d44;
}
div#info dt {
	font-size: 1.7rem;
	font-weight: bold;
	color: white;
}
div#info dd {
	font-size: 0.9rem;
	color: white;
}
div#diskaun {
	margin-bottom: 0.2rem;
}
div#diskaun span {
	line-height: 1.4rem;
	display: inline !important;
}
div#content h2,
div#articles h2 {
	display: inline-block;
	padding: 1rem 4rem;
	color: white;
	background: linear-gradient(59deg, rgba(125, 105, 90,1) 0%, rgba(83, 73, 75, 1) 100%);
	box-shadow: -3px 3px 0px 0px #b99e56;
	position: relative;
	z-index: 1000;
	text-transform: uppercase;
}
div#content h2::after,
div#articles h2::after {
	width: 0;
	height: 0;
	border-top: 10px solid #b99e56;
	border-right: 20px solid transparent;
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 900;
}

div#articles h2 {
	box-shadow: -3px 3px 0px 0px #A77436;
}
div#articles h2::after {
	border-top-color: #A77436;
}
div#content h3 {
	font-size: 0.9rem;
	color: white;
	font-weight: 400;
	line-height: 1.3rem;
	padding: 0.5rem 0;
	color: rgba(51,34,13, 1.0);;
}
.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
a {
	font-size: inherit;
	color: inherit;
}

div.ramadanlist>div {
	width: 32%;
	padding: 1rem;
}
div.ramadanlist img {
	border-radius: 0.1rem;
	border: 1px solid rgba(0,0,0, 0.4);
	width: 100%;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}
div.buy span {
	display: inline-block;
	border-radius: 0.1rem;
	border: 2px solid rgba(255,255,255,0.6);
	color: white;
	padding: 0.3rem 0.5rem;
	color: rgba(51,34,13, 1.0);
	border-color: rgba(51,34,13, 1.0);;
}
div#social a {
	padding: 0.5rem;
}
div#articles>div>div {
	width: 30%;
	background-color: rgba(255,255,255,0.8);
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.6);
	margin: 1rem;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}
div#articles p {
	line-height: 1.2rem;
	font-size: 0.9rem;
	color: rgba(0,0,0,0.8);
}
div#footer {
	padding: 5rem;
	text-align: center;
}
div#footer p{
	color: rgba(0,0,0,0.8);
	font-size: 0.8rem;
}

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

	.grid-2 {
		display: block;
	}
	.grid-2>div {
		padding: 2rem 0;
	}
	div#hero img {
		width: auto;
		height: 8rem;
		margin: 0 auto;
	}
	div#hero h1 {
		color: white;
		font: 600 1.3rem Roboto;
	}
	div#hero p {
		font-size: 1.1rem;
		font-weight: 600;
	}
	div#info>div {
		padding: 1rem;
		border-right: 0;
		text-align: center;
		text-align: center;
	}
	div#diskaun {
		flex-wrap: wrap;
	}
	div#info dl {
		width: 40%;
	}
	div.ramadanlist>div {
		width: 50%;
	}
	div#articles>div>div {
		width: 100%;
	}

}