html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
.infoo {
    font-size: 16px;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
	background: #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: 0.2s ease;
	color: white;
	margin-top: 10px;
	text-shadow: 1px 2px 5px black
}
.infoo:hover,
.infoo:active {
  background: white;
  color: black;	
  text-shadow: none;
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-right: 24px;
	float: right
}
.flekLOGO img {
	width: 55px;
	height: 55px;
	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);
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 100px;
}
h1 {
	font-size: 60px;
	line-height: 1;
	max-width: 500px;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
	margin: 0;
	color: white;
	text-shadow: 1px 2px black
}
.pro {
	position: absolute;
	bottom: 65px;
    left: 680px;
    color: white;
    font-size: 20px;
    max-width: 300px;
	line-height: 1;
	text-shadow: 1px 1px black
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}

.kemnaker {
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0, .87)
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.hero-image {
  height: 100%;
  position: relative;
  margin: 0px auto 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/latar-bersama.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/Training_K3_Sertifikasi_Kemnaker/images/gambar-bg.webp");
}
.konten { 
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.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");
}
.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  width: 68%;
  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);
 }
.GARIS {
    border-top: solid 3px #FFC000;
    width: 100px;
}
.belajar {
	font-size: 16px;
	line-height: 1;
	color: yellow;
	text-shadow: 1px 1px black
}
.learning {
	font-size: 24px;
	line-height: 1.1;
	font-family: 'Shadows Into Light Two', cursive;
	color: white;
	text-decoration: underline;
	text-shadow: 1px 1px black;
}
.footer {
	text-align: center;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-left: solid 1px rgba(0,0,0,.1);
	margin-bottom: 60px;
	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: 47%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 47%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }

.selengkapnya {
	position: absolute;
	bottom: 30px;
	right: 30px;
	border: solid 1px #ED7D31;
    display: inline-block;
    padding: 3px 18px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: 0.2s ease;
	font-size: 15px;
	color: black;
}
.selengkapnya:hover,
.selengkapnya:active {
  background: #ED7D31;
  color: white;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}
.judul_materi .GARIS {
	display: none
}
.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);
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		bottom: 60px;
		left: 60px;
		}
	.GARIS1 {
		bottom: 224px;
		left: 60px;
		}
	h1 {
		font-size: 54px;
		max-width: 460px
		}
	.pro {
		bottom: 65px;
		left: 600px;
		max-width: 300px;
		}
	h2 {
		font-size: 24px;
		}
	.infoo {
		font-size: 15px;
		}
	p, ol, ul {
		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 {
		bottom: 60px;
		left: 40px;
		}
	h1 {
		font-size: 54px;
		max-width: 460px
		}
	.pro {
		bottom: 60px;
		left: 617px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.flek {
		display: block;
		}
	.KOTAK4 {
		width: auto;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		bottom: 60px;
		left: 40px;
		}
	h1 {
		font-size: 54px;
		max-width: 460px
		}
	.pro {
		bottom: 220px;
		left: 300px
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 80%;
		margin-bottom: 50px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.flekLOGO {
		float: none;
		padding-left: 40px;
		}
	.KOTAK4 {
		width: auto;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	}
@media screen and (max-width: 575.98px) {
	.bg-buttom {
		position: absolute;
		bottom: 0;
		height: 260px;
		background: linear-gradient(0deg, #000000a3, transparent);
		width: 100%;
		}
	.judul_materi .GARIS {
        margin: auto;
        margin-top: 20px;
		display: block
		}
	.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/Training_K3_Sertifikasi_Kemnaker/images/gambar-bg1.webp");
		}
	.judul_materi {
		bottom: 120px;
		left: 15px;
		right: 15px;
		margin: auto;
		z-index: 1;
		}
	h1 {
		font-size: 39px;
		text-align: center
		}
	.pro {
		bottom: 40px;
		left: 15px;
        right: 15px;
		margin: auto;
		font-size: 17px;
		text-align: center;
		max-width: 100%;
		line-height: 1.2;
		z-index: 1;
		}
	.infoo {
		display: none;
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOTAK1 {
		margin: 0;
		margin-bottom: 60px;
		width: 100%;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.flekLOGO {
		float: none;
		padding-left: 15px;
		padding-top: 24px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.selengkapnya {
		bottom: 20px;
		right: 20px;
		font-size: 13px
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px;
		width: auto;
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	}

.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgb(118, 111, 84);
  color: rgb(118, 111, 84);
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.CALL1 {
  top: 165px;
  left: 184px;
}
.CALL2 {
  top: 322px;
  left: 184px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2: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;
}
.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: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}