body, html { 
	margin: 0;
	font-family: 'Exo', sans-serif;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("https://belajark3.com/testimoni_peserta/newbg.webp");
}
.layoutCENTER {
	max-width: 1100px; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: max-content;
}
.frame {
	width: 680px;
    height: 383px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: solid 1px rgba(0,0,0, .2);
	box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 3px white, 0.2em 0.3em 0.15em rgba(0,0,0,.3);
	animation-name: fade;
	animation-duration: 4s;
}
.layout2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin-top: 70px
}

h1 {
    font-size: 40px;
    line-height: 1;
    max-width: 260px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    margin: 0;
	color: white;
	text-shadow: 2px 2px 8px black
}
.ha {
	font-size: 60px;
}
.review {
	max-width: 360px;
	color: white;
	text-shadow: 1px 1px black
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
.GARIS {
    border-top: solid 3px white;
    width: 100px;
}

.footer {
	text-align: center;
}
.footer div {
	font-size: 19px;
	color: white;
	line-height: 1.5
}
.footer a {
	color: yellow
}
p {
	font-size: 19px;
	line-height: 1.6;
}
h2 {
	font-size: 22px;
	color: rgb(152, 72, 7);
	
}
.infoPELATIHAN {
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	animation-name: KANAN;
	animation-duration: 2s;
}
@keyframes KANAN {
  from {right: -200%; 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);
}
.quote, .quote1 {
	display: none
}


.flekLOGO {
	float: right;
	display: flex;
	align-items: center;
	width: 340px;
	z-index: 1
}
.flekLOGOimg {
	width: 60px;
	height: 60px;
	border: 1px solid white;
	padding: 0 8px;
	border-radius: 5px;
	margin-right: 10px;
	background: linear-gradient(45deg, black, transparent)
}
.belajar {
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 1px;
}
.learning {
	font-size: 26.8px;
	line-height: .9;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black;
}
.lembaga {
	font-size: 12px;
	color: white;
	text-shadow: 1px 1px black;
}
.pilihCSMS {
	position: absolute;
	right: 0;
	top: 7px;
}
.colaps:after {
	content: "\2261";
	border: solid 1px white;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	float: right;
	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;
	margin-top: 60px;
	width: 300px
}
.di-an {
	border: solid 1px #baafa7;
	border-bottom: solid 3px #8c8885;
	border-right: solid 2px #8c8885;
	background: #FFFCFA;
	border-radius: 15px;	
	padding: 15px 20px;
	overflow: auto;
	overscroll-behavior: auto contain;
}
.di-an a {
	text-decoration: none;
	color: black;
	transition: .3s ease;
	font-size: 16px	
}
.di-an a:hover {
	text-decoration: underline;
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.di-anFlek img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}















@media (min-width: 992px) and (max-width: 1199.98px) {
	.layoutCENTER {
		max-width: 100%;
		height: 500px;
		margin-left: 60px;
		margin-right: 60px
		}
	h1 {
		font-size: 36px;
		}
	.ha {
		font-size: 56px;
		}
	.frame {
		width: 600px;
		height: 338px;
		}
	.review {
		max-width: 300px
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.layoutCENTER {
		max-width: 100%;
		height: 500px;
		margin-left: 30px;
		margin-right: 30px
		}
	.frame {
		width: 560px;
		height: 315px;
		}
	.review {
		max-width: 300px
		}
	h1 {
		font-size: 36px;
		}
	.ha {
		font-size: 56px;
		}
	p {
		font-size: 18px;
		}
	.footer {
		margin-bottom: 50px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.layoutCENTER {
		max-width: 100%;
		margin-left: 50px;
		margin-right: 50px
		}
	.layout2 {
		display: block;
		margin-top: 40px
		}
	.review {
		max-width: 100%
		}
	.frame { 
		width: 460px;
		height: 259px;
		margin: 0 auto 0;
		display: block;
		margin-bottom: 30px
		}
	h1 {
		max-width: 100%;
		font-size: 40px;
		}
	.ha {
		font-size: 40px;
		}
	.flekLOGO {
		float: none
		}
	}
@media (max-width: 575.98px) {
	.flekLOGO {
		float: none
		}
	body, html { 
		background-image: url("https://belajark3.com/testimoni_peserta/newbg1.webp");
		}
	.layoutCENTER {
		position: relative;
		max-width: 100%;
		height: auto;
		margin: 20px 15px;
		padding-bottom: 40px
		}
	.layout2 {
		display: block;
		text-align: center;
		margin-top: 40px
		}
	h1 {
		max-width: 100%;
		font-size: 38px;
		color: #374655;
		text-shadow: none;
		line-height: normal
		}
	.ha {
		font-size: 38px;
		}
	.GARIS {
		display: none
		}
	h2 {
		font-size: 20px;
		}
	.frame { 
		width: 356px;
		height: 200px;
		margin: 0 auto 0;
		margin-bottom: 30px;
		display: block;
		box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 2px white, 0.2em 0.3em 0.15em rgba(0,0,0,.3);
		}
	p, .review {
		font-size: 17px
		}
	.review {
		color: black;
		text-shadow: none;
		margin: 0 auto;
		}
	.footer div {
		font-size: 17px;
		color: rgba(0,0,0, .7);
		text-shadow: none
		}
	.footer a {
		color: blue;
		text-shadow: none
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.learning, .lembaga {
		color: #374655;
		text-shadow: none
		
		}
	.colaps:after {
		color: #374655;
		border: 1px solid #374655;
		}
	body, html { 
		background-attachment: scroll;
		background-repeat: repeat;
		}
		
		
		
	.quote {
		display: flex;
		align-items: center;
		margin-top: 10px;
		}
	.hr, .hr1 {
		height: 2px;
		width: 80px;
		background: #374655;
		text-align: left;
		margin-left: 0;
		}
	.quote img {
		margin-right: 10px;
		margin-left: 0
		}
	.quote1 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 20px;
		}
	.quote1 img {
		margin-left: 10px;
		box-shadow: none;
		}






	}
	
	
	
	
	
@media (max-width: 375.98px) {
	.frame { 
		width: 100%;
		height: 186px;
		}
	}


.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 {
  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");
  animation-name: animatetop;
  animation-duration: 1s;
}

@keyframes animatetop {
  from {top: -150%; 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("https://belajark3.com/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("https://belajark3.com/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}