html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
.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);
	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/sop/images/new-bg.webp");
}
.konten-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	background-image: url("https://belajark3.com/sop/images/latar.webp");
}
h1 {
	font-size: 100px;
	line-height: 1;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	margin: 0
}
.judul_materi {
	position: absolute;
	top: 160px;
	left: 540px;
}
.judul_materi p {
	font-size: 20px;
	max-width: 380px
}	
.bk3 {
	position: absolute;
	top: 24px;
	right: 24px;
}
h2 {
	font-size: 26px;
	color: rgb(152, 72, 7);
}
h3 {
	line-height: 1.1;
	font-size: 22px;
	color: white;
	margin: 0;
	margin-top: 5px;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6
}
.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;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 0px 15px;
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.footer {
	text-align: center;
}
a {
	text-decoration: none;
}
.KOLOMleft {
	float: left;
    width: 48%;
}
.KOLOMright {
    float: right;
    width: 48%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.KOTAK3 { 
  background-color: rgba(0,0,0,0.4);
  margin: 30px 0; 
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  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);
	
}
.KOTAK3 img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width: 400px;
	height: auto;
	border-radius: 5px;
	border: solid 1px white
}
.SIGN2 {
  display: inline-block;
  margin: 0 auto 0;
  color: white;
  border: solid 1px #FFC000;
  background-color: rgba(255, 192, 0, 0.5);
  width: 120px;
  padding: 5px 10px;
  
  border-radius: 3px;
  text-align: center;
  outline: none;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.SIGN2:hover,
.SIGN2:active {
  color: rgb(255,255,255);
  background-color: #FFC000;
  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);}

.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);
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	float: right;
	margin-right: 24px
}
.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;
		}
	.judul_materi {
		top: 130px;
		left: 470px;
		}
	h1 {
		font-size: 80px;
		}
	.KOTAK3 img {
		width: 360px;
		}
	}
@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;
		}
	.gambar {
		background-image: url("https://belajark3.com/sop/images/new-bg3.webp");
		}
	.KOLOMleft, .KOLOMright {
		width: 49%
		}
	h1 {
		
		}
	.judul_materi {
		left: 24px;
		top: 200px;
		}
	.bk3 {
		left: 24px;
		
		}
	.konten { 
		padding: 0px 24px;
		}
	.KOTAK3 img {
		width: 320px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.gambar {
		background-image: url("https://belajark3.com/sop/images/new-bg2.webp");
		}
	.konten {
		padding: 0px 40px;
		}
	h1 {
		font-size: 60px; 
		}
	h2 {
		font-size: 22px; 
		}
	.KOTAK3 {
		position: relative;
		}
	.KOTAK3 img {
		width: 300px;
		margin: initial;
		}
	h3 {
		font-size: 20px; 
		position: absolute;
		left: 340px;
        bottom: 90px;
		text-align: left;
		margin-right: 20px
		}
	.SIGN2 {
		position: absolute;
		left: 340px;
        bottom: 40px;
		}
	.judul_materi {
		left: 40px;
		top: 220px;
		}
	.judul_materi p {
		max-width: 290px
		}
	.bk3 {
		left: 40px;
		}
	p, ol, ul, .judul_materi p {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright {
    	width: 100%;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.depan {
		padding: 0px;
		height: 600px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	.gambar {
		background-image: url("https://belajark3.com/sop/images/new-bg1.webp");
		}
	.judul_materi {
		left: 24px;
		top: 40px;
		margin-right: 24px
		}
	h1 {
		font-size: 54px; 
		}
	h2, h3 {
		font-size: 20px;
		}
	.judul_materi p {
		max-width: 274px
		}
	p, ol, ul, .judul_materi p {
		font-size: 17px;
		}
	.konten {
		padding: 0px 24px;
		}
	.belajar {
		font-size: 19.2px;	
		}
	.learning {
		font-size: 23px;
		}
	.KOLOMleft, .KOLOMright {
    	width: 100%;
		}
	.KOTAK3 img {
		width: 100%;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekLOGO {
		display: none
		}
	}

/* The Modal ADMIN */
.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  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: rgba(0,0,0,0.7);
  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;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}
@-webkit-keyframes animatetop {
  from {top:-100%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-100%; opacity:0}
  to {top:0; opacity: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;
    }
}