html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
h1 {
	font-size: 60px;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	line-height: 1.3;
	color: rgba(0,0,0, .6);
	margin: 0	
}
.tentang {
	font-size: 22px;
	max-width: 540px;
	line-height: 1.6
	}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
h3 {
	color: #2e6c80;
	margin: 0
}
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("https://belajark3.com/AK3_BNSP/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("/ragam-k3/ragam_materi/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 80px;
	margin-right: 24px
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-left: 80px;
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border: solid 1px white;
	border-radius: 5px;
	margin-right: 10px;
}
.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: 20px 24px;
}
.konten_pelatihan { 
	max-width: 1045px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
	margin-top: -30px;
}
.GARIS {
    border-top: solid 3px #FFC000;
    width: 100px;
}
.daftar {
    background: #38839A;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out;
	color: white; 
	font-size: 13px;
	cursor: pointer
}
.daftar:hover,
.daftar:active {
  background: #2B6577;
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.daftar1 {
    border: solid 1px rgba(0,0,0, .4);
    display: inline-block;
    padding: 10px 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: rgba(0,0,0,0.75);
}
.daftar1:hover,
.daftar1:active {
  background:rgba(0,0,0, .4);
  color: white;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.footer {
	text-align: center;
}
a {
	
}
.KOTAK1 { 
	background: #F0FFFF; 
	border-bottom: solid 3px #FFC000;
	border-radius: 3px;
	margin: 10px;
	margin-bottom: 50px;
	box-shadow: 
       inset 0 -3em 3em rgba(0,0,0,0.1), 
             0 0  0 1px rgba(0,0,0,.1),
             0.3em 0.3em 0.1em rgba(0,0,0,0.3);
}
.KOTAK1a { 
	border: solid 1px rgba(0,0,0,0.2);
	display: blok;
	padding: 10px 30px;
	height: 280px;
}


.KOTAK2 { 
	background: rgba(240, 240, 240, 0.87); 
	border-bottom: solid 3px #FFC000;
	border-radius: 3px;
	margin: 10px;
	margin-bottom: 50px;
	box-shadow: 
		inset 0 -3em 3em rgba(0,0,0,0.1), 
             0 0  0 1px rgba(0,0,0,.1),
             0.3em 0.3em 0.1em rgba(0,0,0,0.3);
}

.KOTAK1 img, .KOTAK2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.materi {
	padding: 20px;
}
.materi p {
	font-size: 17px
}
/* tiga kolom */

.column3 {
  float: left;
  width: 33.33%;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.KOLOMleft {
	float: left;
    width: 49%;
}
.KOLOMright {
    float: right;
    width: 49%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
} 
.infoPELATIHAN {
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	animation-name: KANAN;
	animation-duration: 1.2s;
}
@keyframes KANAN {
  from {right: -150%; opacity:0}
  to {right: 5px; opacity:1}
}
.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;
} 


 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.konten_pelatihan {
		max-width: 100%;
		}
	.judul_materi {
		left: 80px;
		}
	.flekLOGO {
		padding-left: 80px
		}
	h1 {
		font-size: 50px;
		}
	h3 {
		font-size: 19px;
		}
	.tentang {
		font-size: 21px;
		max-width: 520px
		}
	p, ul {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 50px;
		}
	.konten_pelatihan { 
		padding: 20px 50px;
		}
	.judul_materi {
		left: 50px;
		
		}
	.flekLOGO {
		padding-left: 50px
		}
	h1 {
		font-size: 50px;
		}
	.tentang {
		font-size: 21px;
		max-width: 520px
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOTAK1, .KOTAK2 {
		margin-bottom: 30px;
		}
	.column3 {
		width: 50%;
		}
	.materi p {
		height: 55px;	
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 24px;
		}
	.konten_pelatihan { 
		padding: 20px 5px;
		}
	.judul_materi {
		left: 24px;
		
		}
	.flekLOGO {
		padding-left: 24px
		}
	h1 {
		font-size: 46px;
		}
	.tentang {
		font-size: 20px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOTAK1a {
		height: auto;
		margin-bottom: 30px;
		}
	.column3 {
		width: 50%;
		}
	.KOTAK1, .KOTAK2 {
		margin-bottom: 30px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.gambar {
		background-image: url("https://belajark3.com/ragam-k3/ragam_materi/images/gambar-bg1.webp");
		}
	.judul_materi {
		left: 24px;
		bottom: 260px;
		}
	h1 {
		font-size: 40px;
		}
	.tentang {
		font-size: 17px;
		max-width: auto;
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.materi p {
		height: auto;
		}
	
	.KOTAK1, .KOTAK2 {
		margin: 0;
		margin-bottom: 50px;
		}
	.column3 {
		width: 100%;
		}
	.KOTAK1a {
		height: auto;
		margin-bottom: 40px;
		padding: 0px 0px;
		border: none;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekLOGO {
		float: none;
		padding-left: 24px;
		}
	}