html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 80px;
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
}
h1 {
	font-size: 50px;
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
	color: white;
	text-shadow: 1px 2px 5px black;
	max-width: 700px
}
.pro {
	position: absolute;
	line-height: 1;
    width: 120px;
    bottom: 50px;
    left: 800px;
    font-size: 17px;
	color: white;
	text-shadow: 1px 1px black;
}
.flekLOGO img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.belajar {
	display: inline-block;
	font-size: 14px;
    padding: 0 6px;
    background-color: #daa14c;
    color: #fff;
    text-shadow: 1px 1px #000;
}
.learning {
	font-size: 25px;
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
	color: white;
	text-decoration: underline
}
h2 {
	line-height: 1.3;
	font-size: 26px;
	font-family: "Archivo Black", sans-serif;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
	text-align: justify
}
.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/Juru_Ikat/images/bg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.GARIS {
	border-top: solid 3px #FFC000;
	width: 100px;
}
.GARIS3 {
    border-top: solid 2px rgba(0,0,0, .5);
    width: 100px;
	margin-top: -10px
}
.daftar {
    font-size: 15px;
    display: inline-block;
    padding: 6px 10px;
	width: 120px;
    border-radius: 3px;
    border: 1px solid #FFC000;
    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); 
}
.daftar:hover,
.daftar:active {
  background: #FFC000;
  color: white;	
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.flekKiri {
	display: flex;
	align-items: center;
}
.flekKiri img {
	width: 360px;
	height: auto;
	margin-right: 40px;
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flekKanan img {
	width: 360px;
	height: auto;
	margin-left: 40px;
}
.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: 2px;
	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;
} 
.img-2 {
	display: none
}	
.flekLOGO {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, black, transparent);
    padding: 5px 15px;
	width: 300px
}
.pilih {
	position: absolute;
    right: 0
}	
.colaps:after {
	content: "\2261";
	border: solid 1px white;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	cursor: pointer;
	color: white
}
.zia:after {
	background: rgba(250, 250, 250, .8);
	color: black
}
.conten {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	position: absolute;
	right: 0;
    top: 50px;
	z-index: 2;
}
.di-an {
	border: solid 1px rgba(0,0,0, .2);
	width: 200px;
	background: rgb(250, 250, 250);
	border-radius: 12px;
	padding: 12px 20px;
	border-bottom: solid 3px rgba(0,0,0, .3);
	border-right: solid 2px rgba(0,0,0, .3);
	overflow: auto;
	overscroll-behavior: auto contain;
  
}
.di-an a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 8px 0;
}
.di-an a div {
	font-size: 15px;
	color: black;
}
.di-an a div:hover{
	text-decoration: underline;
}
.di-an a img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.footer p, .footer h2 {
	text-align: center;
}
.flekInfo {
	position: absolute;
	left: 200px;
    bottom: 45px;
	display: flex
}
.infoo {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 20px
}
.infoo img {
	width: 30px;
	height: 30px;
	margin-right: 10px
}	
.infoo div {
    font-size: 16px;
	color: white;
	margin-right: 5px;
	transition: 0.2s ease
}
.infoo div:hover,
.infoo div:active {
	text-decoration: underline	
}
a.infoo {
    text-decoration: none;
}
.bg-buttom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, black, transparent);
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		left: 60px;
		}
	.flekInfo {
		left: 170px
		}
	h1 {
		font-size: 44px;
		max-width: 620px;
		}
	.pro {
        left: 700px
		}
	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;
		}
	.judul_materi {
		left: 40px
		}
	.flekInfo {
		left: 160px
		}
	h1 {
		font-size: 44px;
		max-width: 620px;
		}
	.pro {
        left: 670px
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	}
@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;
		}
	.judul_materi {
		left: 40px;
		bottom: 60px
		}
	.flekInfo {
		left: 160px;
		bottom: 66px;
		}
	h1 {
		max-width: 300px
		}
	.pro {
		bottom: 119px;
        left: 352px;
		}
	h2 {
		font-size: 22px;
		}
	.flekLOGO {
		position: relative;
        margin-left: 60px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.flekKanan .img-1 {
		display: none
		}
	}
@media screen and (max-width: 575.98px) {	
	.hero-image {
		background: none;
		height: 640px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		bottom: 100px;
        left: 15px;
		z-index: 1;
		}
	.GARIS1 {
		width: 125px;
		}
	h1 {
		font-size: 42px;
		max-width: 240px;
		margin: 0;
		}
	.pro {
		bottom: 98px;
        left: 159px;
        font-size: 15px;
        width: 160px;
		}
	.gambar {
		background-image: url("https://belajark3.com/Juru_Ikat/images/bg1.webp");
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 17px;
		text-align: left
		}
	.flekInfo {
		left: 15px;
		right: 15px;
		justify-content: space-between;
		bottom: 40px
		}
	.infoo, .infoo div {
		margin-right: 0;
		}
	.infoo div {
		width: 55px;
		}
	.flekLOGO {
		left: 0;
        right: 0;
        top: 0;
        width: auto;
        padding: 20px 0 30px 15px;
		background: linear-gradient(180deg, black, transparent)
		}
	.flekLOGOimg {	
		padding: 0 10px;
		background: linear-gradient(90deg, black, transparent);
		border: 1px solid #ffffff;
        border-radius: 5px;
		}
	.pilih {
		right: 15px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekKanan .img-1 {
		display: none
		}
	.img-2 {
		display: none
		}
	.infoo div {
		font-size: 14px;
		line-height: 1;
		}
	}
	

.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;
	opacity: 0;
	background-color: rgba(0,0,0, .7);
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .6s;
	animation-name: fade;
	animation-duration: 1s
}
@keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body, .silabus-body {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1s;
	animation-name: animatetop;
	animation-duration: 1s;
}
.silabus-body { 
	width: 800px;
	height: 500px;
	border: 1px solid white;
	border-radius: 10px;
	padding: 0 20px;
	background: #131314
}
.silabus-body embed {
	width: 100%;
	height: 90%
}
.modalku-body {
	width: 740px;
	height: 429px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	border-radius: 10px;
	background-image: url("/admin.webp");
}
@-webkit-keyframes animatetop {
	from {top: -200%; opacity: 0} 
	to {top:0; opacity: 1}
}
@keyframes animatetop {
	from {top: -200%; opacity: 0}
	to {top:0; opacity: 1}
}
.tutup {
	float: right;
	color: white;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	margin-right: -15px;
}
.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;
    }
  .silabus-body { 
	width: 80%;
	height: 700px;
	}
}
@media screen and (max-width: 575.98px) {
  .silabus-body { 
	width: 90%;
	height: 488px;
	padding: 0
	}
  .tutup {
	margin-right: 3px;
	}
  .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;
    }
}