html {
    height: 100%;
    scroll-behavior: smooth;
    margin: 0; 
}
body { 
	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;
	background: rgba(255, 192, 0, .5);
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: 0.2s ease;
	color: white;
	margin-top: 20px;
	text-shadow: 1px 2px 5px black;
	cursor: pointer;
}
.infoo:hover,
.infoo:active {
	background: #FFC000;
}
.flekLOGO {
	position: absolute;
	left: 80px;
	top: 20px;
	display: flex;
	align-items: center;
}
.flekLOGO img {
	width: 60px;
	height: 60px;
	border: 1px solid white;
	padding: 0 8px;
	border-radius: 5px;
	margin-right: 10px;
	background: linear-gradient(45deg, black, transparent)
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 80px;
	z-index: 1
}
h1 {
	font-size: 46px;
	line-height: 1.2;
	max-width: 580px;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
	color: white;
	text-shadow: 1px 2px black
}
.pro {
	color: white;
	line-height: 1;
	text-shadow: 1px 1px black;
	position: absolute;
	bottom: 95px;
    width: 300px;
    left: 697px
}
.pro1 {
	position: absolute;
	bottom: 49px;
    left: 200px;
	z-index: 1
}
h2 {
	font-size: 24px;
	font-family: "Archivo Black", sans-serif;
}
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/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);
	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/k3_migas/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");
}
.left {
	float: left;
	width: 60%;
	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);
 }
.GARIS {
    border-top: solid 3px black;
    width: 100px;
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
}
.belajar {
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 3px;
}
.learning {
	font-size: 26.7px;
	line-height: .9;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline;
	color: white;
}
.lembaga {
	font-size: 12px;
	color: white
}
.footer {
	text-align: center;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 80px;
}

/* dua kolom */
.KOLOMleft {
	float: left;
	width: 47%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 47%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 80px;
}
.training {
	position: absolute;
	left: 0;
	bottom: 20px;
}
.img_training {
	width: 140px;
	height: auto;
}
.training h2 {
	font-family: "Archivo Black", sans-serif;
	font-size: 30px;
	line-height: 1.1;
	color: black;
	margin: 0;
	margin-right: 15px
}
.training h2 span {
	text-shadow: none
}
.h2 {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: black
}
.h2 span {
	color: white; background: black; padding: 0 12px; border-radius: 3px
}
.GARIS2 {
    border-top: solid 1.5px #ED7D31;
    width: 140px;
	margin-top: 10px;
}
.KOTAK1_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	border-radius: 20px
}
.selengkapnya {
	position: absolute;
	left: 157px;
    bottom: 29px;
}
.selengkapnya a {
    transition: 0.3s ease;
	font-size: 18px;
	color: black;
	cursor: pointer;
	text-decoration: underline
}
.bg-buttom {
	position: absolute;
	bottom: 0;
	height: 260px;
	background: linear-gradient(0deg, #000000, transparent);
	width: 100%;
}
.bg-left {
	position: absolute;
	left: 0;
	height: 100%;
	background: linear-gradient(90deg, #ffffff, #ffffff00);
	width: 80%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 60%;
	background: linear-gradient(0deg, #ffffff, #ffffff00);
	width: 100%;
}
.selengkapnya a:hover,
.selengkapnya a:active {
	box-shadow: 1px 3px 15px 10px rgba(0,0,0, .1);
	background: rgba(0,0,0, .1);
}
.brosurbody {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 900px;
	height: 80%;
	border-radius: 10px;
	border: 2px solid white;
	padding: 30px;
	box-sizing: border-box;
	background: rgb(30 30 30)
}
.frame {
	width: 100%;
    height: 100%;
}
.tutup {
	float: right;
	font-size: 30px;
	color: white;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.training h2 {
		font-size: 30px;
		}
	.pro1 {
		left: 181px;
		}
	.training .ht {
		max-width: 390px;
		}
	.training .htt {
		max-width: 300px;
		}
	.img_training {
		width: 130px;
		}
	.GARIS2 {
		width: 130px;
		}
	.selengkapnya {
		left: 148px;
        bottom: 27px;
		}
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 44px;
		max-width: 580px;
		}
	.pro {
		font-size: 15px;
		left: 622px;
		}
	.flekLOGO {
		left: 60px
		}
	h2 {
		font-size: 24px;
		}
	.infoo {
		font-size: 15px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.training h2 {
		font-size: 26px;
		}
	.flekLOGO {
		left: 40px
		}
	.pro1 {
		left: 158px;
		}
	.pro {
		width: 224px;
		left: 600px;
		}
	.img_training {
		width: 120px;
		}
	.GARIS2 {
		width: 120px;
		}
	.selengkapnya {
		left: 129px;
        bottom: 28px;
		}
	.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: 44px;
		max-width: 580px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.flek {
		display: block;
		}
	.brosurbody {
		width: 80%;
	    }
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		height: 100%
		}
	.GARIS1 {
	    display: none;
	    }
	.depan {
		left: 40px;
        right: 40px;
		}
	.konten { 
		padding: 20px 60px;
		}
	.judul_materi {
        left: 40px;
        right: 40px;
        text-align: center;
        bottom: 120px;
		}
	.pro1 {
		display: none
		}
	.pro {
        width: 373px;
        left: 40px;
        right: 40px;
        border-top: 1px solid white;
        padding-top: 8px;
        text-align: center;
        bottom: 53px;
        line-height: normal;
        margin: auto;
		}
	h1 {
		font-size: 46px;
		max-width: 400px;
		font-family: "Archivo Black", sans-serif;
		line-height: .8;
		margin: auto;
		margin-bottom: 60px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 80%;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.left {
		width: 100%;
		}
	.flekLOGO {
		left: 40px;
		}
	.brosurbody {
		width: 80%;
		height: 660px;
	    }
	.training h2 {
		font-size: 28px;
		}
	}
@media screen and (max-width: 575.98px) {
	.pop {
		width: 320px
		}
	.training h2 {
		font-size: 26px;
		}
	.training {
		bottom: 10px;
		}
	.h2 {
		font-size: 13px;
		}
	.img_training {
		width: 100px;
		}
	.selengkapnya {
        left: 115px;
        bottom: 17px
		}
	.selengkapnya a {
		font-size: 16px;
		}
	.hero-image {
		background: none;
		height: 660px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.gambar {
		background-image: url("https://belajark3.com/k3_migas/images/gambar-bg1.webp");
		}
	.judul_materi {
		bottom: 140px;
        left: 15px;
        right: 15px;
        width: 330px;
        margin: auto;
		}
	.GARIS1 {
		margin: auto;
		margin-top: 40px;
		width: 100%;
		}
	h1 {
		font-size: 38px;
		width: auto;
		margin: 0;
		line-height: .9;
		text-align: center;
		font-family: "Archivo Black", sans-serif;
		}
	.pro {
		left: 15px;
		bottom: 40px;
		width: auto;
		right: 15px;
        text-align: center;
		line-height: normal;
		width: 325px;
        margin: auto;
		}
	.pro1 {
		display: none
		}
	h2 {
		font-size: 23px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.flekLOGO {
		left: 15px;
		}
	.left {
		width: 100%;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		padding-bottom: 20px
		}
	.brosurbody {
		width: 94%;
		padding: 20px 0;
		height: 510px;
	    }
	.tutup {
		top: -42px;
        right: -2px;
		border: white 1px solid;
		line-height: 1;
		padding: 0 10px;
		border-radius: 5px;
		background: rgb(30 30 30)
	    }
	}