html {
	scroll-behavior: smooth;
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
.infoo {
	font-size: 12px;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 3px;
	border: 1px solid #FFC000;
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: 0.2s ease;
	color: white;
	margin-right: 5px;
	margin-bottom: 5px;
	background: rgba(255, 192, 0, .4);
	text-shadow: 1px 2px 5px black;
}
.infoo:hover,
.infoo:active {
	background: #FFC000;
}
.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/pelatihan_kompetensi_lingkungan/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/pelatihan_kompetensi_lingkungan/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 30px;
	left: 60px;
}
.GARIS1 {
	border-top: solid 3px white;
	width: 100px;
	position: absolute;
	bottom: 94px;
	left: 360px;
}
h1 {
	font-size: 46px;
	line-height: 1.1;
	color: white;
	max-width: 700px;
	font-family: 'Anton', sans-serif;
	text-shadow: 1px 1px black;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px
}
.pro {
	position: absolute;
	bottom: 77px;
	left: 474px;
	max-width: 320px;
	color: white;	
	line-height: 1;
	text-shadow: 1px 1px black
}
.flekLOGO {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	left: 60px
}
.flekLOGO img {
	width: 65px;
	height: 65px;
	margin-right: 10px;
	border: solid 1px black;
	padding: 0 10px;
	border-radius: 5px;
}
.belajar {
	display: inline-block;
	font-size: 14px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 2px
}
.learning {
	font-size: 26.6px;
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline
}
h2 {
	font-size: 26px;
	font-family: "Archivo Black", sans-serif;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten-image {
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.konten_pelatihan { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
	margin-top: -30px;
}
.GARIS {
	border-top: solid 3px black;
	width: 100px;
}
.footer {
	text-align: center;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 80px;
}
.training {
	position: absolute;
	left: 0;
	bottom: 30px;
}
.img_training {
	width: 130px;
	height: auto;
	display: block;
}
.training h2 {
	font-family: "Archivo Black", sans-serif;
	font-size: 30px;
	line-height: 1;
	max-width: 330px;
	margin: 0;
}
.h2 {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.training .ht {
	max-width: 450px;
}
.training .htt {
	max-width: 315px
}
.GARIS2 {
	border-top: solid 1.5px #ED7D31;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.KOTAK1_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	border-radius: 20px
}

/* dua kolom */
.KOLOMleft {
	float: left;
	width: 47%;
	position: relative;
	}
.KOLOMright {
	float: right;
	width: 47%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.selengkapnya {
	position: absolute;
	left: 140px;
	bottom: 33px;
}
.selengkapnya a {
	transition: 0.3s ease;
	font-size: 17px;
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
.selengkapnya a:hover,
.selengkapnya a:active {
	box-shadow: 1px 3px 15px 10px rgba(0,0,0, .1);
	background: rgba(0,0,0, .1);
}
.flekKiri {
	display: flex;
	align-items: center;
}
.flekKiri img {
	width: 360px;
	height: auto;
	margin-right: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flekKanan img {
	width: 360px;
	height: auto;
	margin-left: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.KOTAK4 { 
	background-color: rgba(255, 240, 240, 0.7); 
	padding: 5px 30px 30px 30px;
	margin: 30px 0;
	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);
 }
 .left {
	float: left;
	width: 65%;
	position: relative;
}
.group:after {
	content:"";
	display: table;
	clear: both;
   }
.brosurbody {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 900px;
	height: 80%;
	border-radius: 10px;
	border: 2px solid white;
	padding: 30px;
	box-sizing: border-box;
	background: rgb(30 30 30)
}
.frame {
	width: 100%;
	height: 100%;
}
.tutup {
	float: right;
	font-size: 30px;
	color: white;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer
}
.bg-left {
	position: absolute;
	left: 0;
	height: 100%;
	background: linear-gradient(90deg, #ffffff, #ffffff00);
	width: 80%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 50%;
	background: linear-gradient(0deg, #ffffff, #ffffff00);
	width: 100%;
	
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.training h2 {
		font-size: 28px;
		max-width: 295px
		}
	.training .ht {
		max-width: 390px;
		}
	.training .htt {
		max-width: 300px;
		}
	.img_training {
		width: 120px;
		}
	.GARIS2 {
		width: 120px;
		}
	.selengkapnya {
		font-size: 18px;
		left: 136px;
		bottom: 21px;
		}
	.depan, .konten {
		max-width: 900px;
		}
	.konten_pelatihan {
		max-width: 900px;
		}
	.judul_materi {
		left: 40px;
		}
	.GARIS1 {
		bottom: 86px;
		left: 316px;
		}
	.pro {
		bottom: 73px;
		left: 429px;
		}
	h1 {
		font-size: 42px;
		max-width: 600px
		}
	p, ol, ul {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.training h2 {
		font-size: 26px;
		max-width: 275px;
		}
	.training .ht {
		max-width: 350px;
		}
	.training .htt {
		max-width: 300px;
		}
	.img_training {
		width: 120px;
		}
	.GARIS2 {
		width: 130px;
		}
	.selengkapnya {
		font-size: 18px;
		left: 136px;
		bottom: 21px;
		}
	.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: 42px;
		max-width: 600px
		}
	.GARIS1 {
		bottom: 86px;
		left: 316px;
		}
	.pro {
		bottom: 73px;
		left: 429px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.left {
		width: 70%;
		}
	.flekLOGO {
		left: 40px;
		}
	.brosurbody {
		width: 80%;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		height: 100%
		}
	.GARIS1 {
	    display: none;
	    }
	.depan {
		left: 40px;
        right: 40px;
		}
	.konten { 
		padding: 20px 60px;
		}
	.pelatihan_tentang {
		display: none
		}
	.judul_materi {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 120px;
		}
	.GARIS1 {
		display: none;
		}
	.pro {
        max-width: 100%;
        left: 40px;
        right: 40px;
        border-top: 1px solid white;
        padding-top: 8px;
        text-align: center;
        bottom: 40px;
        line-height: normal;
        margin: auto;
		}
	h1 {
		font-size: 44px;
		max-width: 440px;
		font-family: "Archivo Black", sans-serif;
		line-height: .9;
		margin: auto;
		margin-bottom: 20px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 80%;
		}
	.KOLOMleft, .KOLOMright, .left {
		width: 100%;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.flekLOGO {
		left: 40px;
		}
	.brosurbody {
		width: 80%;
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.training {
		bottom: 20px;
		}
	.training h2 {
		font-size: 24px;
		max-width: 255px;
		}
	.h2 {
		font-size: 15px;
		}
	.training .ht {
		max-width: 330px;
		}
	.training .htt {
		max-width: 270px;
		}
	.img_training {
		width: 110px;
		}
	.GARIS2 {
		width: 110px;
		}
	.selengkapnya {
		left: 120px;
		bottom: 21px;
		}
	.selengkapnya a {
		font-size: 16px;
		}
	.hero-image {
		background: none;
		height: 660px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px;
		bottom: 120px;
		margin: auto;
		text-align: center;
		}
	.GARIS1 {
		left: 0;
		right: 0;
		bottom: 113px;
		margin: auto;
		}
	h1 {
		font-size: 36px;
		line-height: 1;
		}
	.pro {
		bottom: 42px;
		max-width: 100%;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	.pelatihan_tentang {
		display: none
		}
	h2 {
		font-size: 23px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOLOMleft, .KOLOMright, .left {
		width: 100%;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		padding-bottom: 20px;
        }
	.flekLOGO {
		left: 15px;
		}
	.konten {
		padding: 20px 15px
		}
	.brosurbody {
		width: 94%; 
		height: 65%;
		padding: 20px 0 
		}
	.tutup {
		top: -42px;
        right: -2px;
		border: white 1px solid;
		line-height: 1;
		padding: 0 10px;
		border-radius: 5px;
		background: rgb(30 30 30)
		}
	}