html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif;
}
h1 {
	font-size: 54px;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Archivo Black", sans-serif; 
	font-weight: normal;
	color: white;
	text-shadow: 1px 2px 8px black;
	max-width: 760px
}
.pro {
	position: absolute;
	bottom: 51px;
	left: 196px;
	color: white;
	font-size: 24px;
	line-height: 1;
	text-shadow: 1px 1px black;
}
.GARIS1 {
	border-top: solid 3px white;
	width: 100px;
}
h2 {
	font-size: 24px;
	font-family: "Archivo Black", sans-serif;
}
p, ol, ul, .flekPDF a {
	font-size: 19px;
	line-height: 1.6;
	text-align: justify
}
.hero-image {
	height: 100%;
	position: relative;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	border-radius: 3px;
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background-image: url("https://belajark3.com/dokumen-CSMS/dokumen_lengkap_CSMS/SKK_MIGAS/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 80px;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.GARIS {
	border-top: solid 3px #FFC000;
	width: 100px;
}
.footer, .footer p {
	text-align: center;
}
.flekPDF {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.flekPDF img {
	width: 70px;
	height: auto;
	margin-right: 15px;
	transition: transform .2s ease;
}
.flekPDF:hover img {
	transform: scale(1.2);
}
.flekPDF a {
	color: #2b4e84;
	text-decoration: none;
	border-bottom: solid 1px #000000b5;
	line-height: 1.4;
}
.konten-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.left {
	float: left;
	width: 60%;
	position: relative;
}
.group:after {
	content:"";
	display: table;
	clear: both;
}
.KOTAK4 { 
	background-color: rgba(255, 240, 240, 0.7); 
	padding: 5px 30px 30px 30px;
	margin: 30px 0;
	border-radius: 3px;
	box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.flekLOGO {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, black, transparent);
	padding: 5px 15px;
	width: 300px
} 
.flekLOGO img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.belajar {
	display: inline-block;
	font-size: 14px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 3px
}
.learning {
	font-size: 22px;
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
	color: white;
	text-decoration: underline
}
.pilih {
	position: absolute;
	right: 0
}	
.colaps:after {
	content: "\2261";
	border: solid 1px white;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	cursor: pointer;
	color: white
}
.zia:after {
	background: rgba(250, 250, 250, .8);
	color: black
}
.conten {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1;
}
.di-an {
	border: solid 1px rgba(0,0,0, .2);
	width: 200px;
	background: rgb(250, 250, 250);
	border-radius: 12px;
	padding: 12px 20px;
	border-bottom: solid 3px rgba(0,0,0, .4);
	border-right: solid 2px rgba(0,0,0, .4);
	overflow: auto;
	overscroll-behavior: auto contain;
	max-height: 350px  
}
.di-an a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid black;
}
.di-an a div {
	font-size: 15px;
	color: black;
}
.di-an a div:hover{
	text-decoration: underline;
}
.di-an a img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.konten-image .konten {
	padding: 10px 15px;
}	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 50px;
		}
	.pro {
		bottom: 51px;
		left: 173px;
		}
	p, ol, ul, .flekPDF a {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 50px;
		}
	.pro {
		bottom: 51px;
		left: 155px;
		}
	p, ol, ul, .flekPDF a {
		font-size: 18px;
		}
	.left {
		width: 75%;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 620px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 46px;
		max-width: 500px;
		line-height: .8
		}
	.pro {
		bottom: 51px;
		left: 156px;
		}
	p, ol, ul, .flekPDF a {
		font-size: 18px;
		}
	.left {
		width: 100%;
		}
	.flekLOGO {
		left: 40px;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 640px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.gambar {
		background-image: url("https://belajark3.com/dokumen-CSMS/dokumen_lengkap_CSMS/SKK_MIGAS/images/new-bg1.webp");
		}
	.judul_materi {
		left: 0;
		right: 0;
		bottom: 80px;
		margin: auto;
		text-align: center;
		width: 350px;
		}
	h1 {
		font-size: 35px;
		max-width: 100%;
		line-height: .9
		}
	h2 {
		font-size: 22px;
		}
	.pro {
		bottom: 45px;
		left: 0;
		font-size: 17px;
		right: 0;
		text-align: center;
		}
	.GARIS1 {
		margin: auto;
		margin-top: 20px;
		}
	p, ol, ul, .flekPDF a {
		font-size: 17px;
		text-align: left
		}
	.flekPDF {
		margin-left: 10px;
		}
	.flekPDF a {
		max-width: 200px;
		}
	.flekPDF img {
		width: 60px;
		height: 60px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.left {
		width: 100%;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.flekLOGO {
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		padding: 20px 0 30px 15px;
		background: none
		}
	.flekLOGOimg {	
		padding: 0 10px;
		background: linear-gradient(90deg, black, transparent);
		border: 1px solid #ffffff;
		border-radius: 5px;
		}
	.pilih {
		right: 15px;
		}
	.konten-image .konten {
		padding-bottom: 30px;
		}
	.bg-top {
		position: absolute;
		top: 0;
		height: 200px;
		background: linear-gradient(180deg, #0000002e, transparent);
		width: 100%;
		}	
	}