html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0; 
}
body { 
	color: rgba(0,0,0, .87); 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
.infoo {
    font-size: 14px;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	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;
  color: white;	
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.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;
}
.h1 {
	font-size: 30px;
	font-family: 'Exo', sans-serif;
	line-height: 3.5
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
	position: absolute;
	bottom: 200px;
	left: 60px;
}
h1 {
	font-size: 50px;
	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: 74px;
    right: 60px;
	color: white;
	font-size: 22px;
	max-width: 132px;
	line-height: 1;
	text-shadow: 1px 1px black
}

.belajar {
	font-size: 16px;
	line-height: 1;
	color: rgb(152, 72, 7);
}
.learning {
	font-size: 24px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
	text-shadow: 1px 1px white
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
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("/new_images/konten.webp");
}
.konten_pelatihan { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
	margin-top: -30px;
}
.GARIS {
    border-top: solid 3px #FFC000;
    width: 100px;
}
.footer {
	text-align: center;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	border-left: solid 1px rgba(0,0,0,.1);
	margin-bottom: 50px;
	box-shadow: 	
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}

.KOTAK1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}


/* dua kolom */
.KOLOMleft {
	float: left;
	width: 48%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 48%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }

.left {
	float: left;
	width: 65%;
	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;
  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);
 }


.selengkapnya {
	position: absolute;
	bottom: 35px;
	left: 42px;
	border: solid 1px #ED7D31;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	font-size: 15px;
	color: rgba(0,0,0, .8);
}
.selengkapnya:hover,
.selengkapnya:active {
  background: #ED7D31;
  color: white;
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.OVAL { border-radius: 3px;}

.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
}
.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);
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-right: 24px;
	float: right
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.konten_pelatihan {
		max-width: 900px;
		}
	.judul_materi {
		
		left: 40px;
		}
	.h1 {
		font-size: 28px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 189px;
		}
	h1 {
		font-size: 46px;
		max-width: 680px
		}
	.pro {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.selengkapnya {
		left: 35px;
		}
	}
@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: 28px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 189px;
		}
	h1 {
		font-size: 46px;
		max-width: 680px
		}
	.pro {
		font-size: 20px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.selengkapnya {
		left: 20px;
		bottom: 20px;
		}
	.left {
		width: 70%;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 560px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.pelatihan_tentang {
		display: none
		}
	.judul_materi {
		bottom: 60px;
		left: 40px;
		}
	.h1 {
		font-size: 26px;
		width: 260px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 238px;
		}
	h1 {
		font-size: 46px;
		max-width: 480px
		}
	.pro {
		font-size: 20px;
		bottom: 40px;
		right: 40px
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 80%;
		margin-bottom: 50px;
		}
	.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 {
		float: none;
		padding-left: 40px;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.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: 24px;
		bottom: 50px;
		}
	.h1 {
		font-size: 24px;
		line-height: 1;
		display: block;
		max-width: 170px;
		text-shadow: 1px 1px white;
        color: black;
		}
	.GARIS1 {
		left: 24px;
		bottom: 271px;
		border-top: solid 2px white;
		width: 165px
		}
	h1 {
		font-size: 42px;
		max-width: 330px;
		line-height: 1;
		}
	.ha {
		font-size: 21px;
        font-family: 'Exo', sans-serif;
        font-weight: bold;
		}
	.hb {
		font-size: 44px;
		}
	.pro {
		font-size: 17px;
		right: 24px;
		bottom: 42px;
		max-width: 100%
		}
	.pelatihan_tentang {
		display: none
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOTAK1 {
		margin: 0;
		margin-bottom: 50px;
		width: 100%;
		}
	.KOLOMleft, .KOLOMright, .left {
		width: 100%;
		}
	.selengkapnya {
		bottom: 15px;
		left: 25px;
		font-size: 13px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.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("/new_images/konten1.webp");
        }
	.flekLOGO {
		float: none;
		padding-left: 24px;
		padding-top: 24px;
		}
	}

.CALL1, .CALL2 {
  position: absolute;
  display: inline-block;
}
.CALL1 a, .CALL2 a {
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid rgb(118, 111, 84);
  background: rgba(0,0,0, .1);
  font-size: 14px;
  color: black;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}

.CALL1 {
  top: 165px;
  left: 185px;
}
.CALL2 {
  top: 322px;
  left: 185px;
}
.CALL1 a:hover,
.CALL1 a:active,
.CALL2 a:hover,
.CALL2 a:active {
  color: rgb(255,255,255);
  background-color: rgb(118, 111, 84);
  border-color: rgb(118, 111, 84); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  transform: scaleY(.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 3px;
  transform: scale(0);
  animation: zoomIn 1s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  background-image: url("/admin.webp");
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(.005) scaleX(0);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 200px;
    }
  .CALL2 {
    top: 378px;
    left: 200px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 190px;
    left: 155px;
    }
  .CALL2 {
    top: 320px;
    left: 155px;
    }
}