html {
  height: 100%;
  margin: 0;
}
body { 
	margin: 0; 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	color: rgba(0,0,0, .87);
	height: 100%;
}
.judul_materi {
	position: absolute;
	top: 140px;
	left: 120px;
	margin-right: 24px;
}
h1 {
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	color: #595959
}
.tentang {
	font-size: 24px;
	max-width: 500px;
}
.bk3 {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.belajar {
	font-size: 20px;
	line-height: 1;
	text-decoration: underline;
	color: rgb(152, 72, 7);
}
.learning {
	font-size: 21.6px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
}
h2 {
	line-height: 1.3;
	font-weight: bold;
	font-size: 26px;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.5;
}
.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/ak3_listrik_bnsp/jadwal/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/legalitas_pt/images/gambar-bg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.GARIS {
     background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
     width: 140px;
	 height: 2px;
}
.footer {
	text-align: center;
}
a {
	
}
.KOLOMleft {
	float: left;
    width: 49%;
}
.KOLOMright {
    float: right;
    width: 49%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}

.KOTAK5 { 
  text-align: center;
  padding: 40px;
  width: 65%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 50px;
  box-shadow: 
              0 0 0 1px #767171,
              0.3em 0.3em 0.1em rgba(0,0,0,0.3);
  }
.KOTAK5 img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width: 120px;
	height: 120px;
	margin-bottom: 40px
}
.KOTAK5 p {
    line-height: 1.4
}
.daftar {
    border: solid 1px #767171;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: black;
	font-size: 17px;
	cursor: pointer
}
.daftar:hover,
.daftar:active {
  background: blue;
  color: white;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.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;
} 
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}	
	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		top: 120px;
		left: 120px;
		}
	h1 {
		font-size: 40px;
		}
	.tentang {
		font-size: 22px;
		max-width: 400px
		}
	p, ol  {
		font-size: 18px;
		}
	.bk3 {
		
		}	
	.KOTAK5 { 
		width: 70%
		}
	}
@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;
		}
	h1 {
		font-size: 40px; 
		}
	.judul_materi {
		left: 40px;
		top: 100px;
		}
	.tentang {
		font-size: 22px;
		max-width: 400px
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.bk3 {
		
		}
	.KOTAK5 {
		width: 90%;
		padding: 40px 0
		}
	}
@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;
		}
	h1 {
		font-size: 40px;	
		}
	.judul_materi {
		left: 40px;
		top: 60px;
		text-align: left;
		}
	.tentang {
		font-size: 20px;
		max-width: 340px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.KOTAK5 {
		padding: 40px 0;
        width: 70%;
		}
	p, ol, ul {
		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;
		}
	.gambar {
		background-image: url("https://belajark3.com/legalitas_pt/images/gambar-bg1.webp");
		}
	.judul_materi {
		left: 24px;
		top: 40px;
		text-align: left;
		}
	h1 {
		font-size: 34px;
		
		}
	.tentang {
		font-size: 20px;
		max-width: 180px
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.bk3 {
		right: 24px;
		bottom: 24px;
		}
	.belajar {
		font-size: 20px;
			
		}
	.learning {
		font-size: 21.6px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	.h3 {
		font-size: 20px
		}
	.KOTAK5 {
    	padding: 40px 0;
    	margin: auto;
    	width: 100%;
		margin-bottom: 40px;
  	    }
	.daftar {
		font-size: 16px;
		}
	.daftar:hover,
	.daftar:active {
		border: solid 1px blue;
		}
	}