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/team_pengajar/Faukal_Hasan/images/bg-video.webp");  
}
.flekLOGO {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 20px;
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 1px white, 0.3em 0.3em 0.15em rgba(0,0,0,.3);
}
.belajar {
	font-size: 15px;
	line-height: 1;
}
.learning {
	font-size: 23px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
}

.layout1 {
	max-width: 1240px; 
	margin: 0px auto 0px; 
	margin-top: 50px;
	padding: 0 24px;
	position: relative;
}
.KOLOMleft {
    float: left;
    width: 42%;
}
.KOLOMright {
    float: right;
    width: 58%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}

.COLOMleft {
    float: left;
    width: 49%;
}
.COLOMright {
    float: right;
    width: 49%;
}
.COLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.alamat {
	border: 1px solid rgba(0,0,0, .2);
	padding: 0 30px;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 190px;
}
.frame {
	width: 100%;
    height: 320px;
	position: relative;
	margin-top: 40px
}
.frame img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 50px;
	width: 320px;
    height: 320px;
	border: 1px solid rgba(0,0,0, .5);
	border-radius: 100%;
}
.nama {
	position: absolute;
	left: 0px;
	top: 210px;
	display: block;
	border-radius: 50px;
    font-size: 24px;
    background: rgba(32, 56, 100, 0.65);
    border: solid 1px rgb(32, 56, 100);
    padding: 2px 30px;
    text-align: center;
    color: white;
}
.konsultan {
    position: absolute;
    left: 50px;
    top: 252px;
    display: block;
    border-radius: 50px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 2px 20px;
    text-align: center;
}

h1 {
    font-size: 38px;
    line-height: 1.3;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
	color: rgba(0,0,0, .7);
	max-width: 380px;
	margin: 0;
	padding-top: 10px;
}
h2 {
	line-height: 1.3;
	font-size: 26px;
	color: rgba(0,0,0, .7);
	font-family: 'Anton', sans-serif;
    font-weight: normal;
}
.GARIS {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 140px;
    height: 2px;
}
.footer {
	text-align: center;
	margin-top: 20px;
}
p, ul, ol, .alamat div {
	font-size: 19px;
	line-height: 1.6;
}
.infoPELATIHAN {
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	animation-name: KANAN;
	animation-duration: 1.5s;
}
@keyframes KANAN {
  from {right: -150%; opacity:0}
  to {right: 5px; opacity:1}
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoPELATIHAN img {
	width: 50px;
	height: 50px;
	margin-left: 2px;
}
.infoPELATIHAN img {
	transition: transform .2s ease;
	}
.infoPELATIHAN: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);
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	.layout1 {
		margin-top: 20px;
		max-width: 100%; 
		max-width: 920px; 
		}
	.layout2 {
		display: flex;
		align-items: center;
		padding-top: 40px;
		justify-content: center;
		}
	h1 {
		font-size: 36px;
		max-width: 370px; 
		padding-top: 0px;
		}
	.frame {
		width: 410px;
		height: 300px;
		}
	.frame img {
		width: 300px;
		height: 300px;
		right: 0px
		}
	.nama {
		top: 180px;
		font-size: 20px;
		}
	.konsultan {
		left: 50px;
		top: 220px;
		font-size: 20px;
		}
	p, ul, ol, .alamat div {
		font-size: 18px
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.layout1 {
		margin-top: 20px;
		padding: 0 40px;
		}
	.layout2 {
		display: flex;
		align-items: center;
		padding-top: 40px;
		justify-content: center;
		}
	h1 {
		font-size: 36px;
		max-width: 370px; 
		padding-top: 0px;
		}
	.frame {
		width: 400px;
		height: 300px;
		}
	.frame img {
		width: 300px;
		height: 300px;
		right: 0
		}
	.nama {
		left: 0px;
		top: 180px;
		font-size: 20px;
		}
	.konsultan {
		left: 50px;
		top: 220px;
		font-size: 20px;
		}
	.layout2 {
		justify-content: space-evenly;
		}
	p, ul, ol, .alamat div {
		font-size: 18px
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.layout1 {
		padding: 0 40px;
		margin-top: 100px;
		}
	.bk3 {
		right: 20px;
		top: -60px;
		}
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 100%;
		}
	.frame {
		width: 82%;
		height: auto;
		margin: 0 auto 0;
		}
	.frame img {
		position: relative;
		margin: 0 auto 0;
		display: block;
		width: 360px;
		height: 360px;
		right: 0px;
		margin-right: 0px;
		}
	.nama {
		left: 0px;
		top: 270px;
		font-size: 22px;
		}
	.konsultan {
		left: 50px;
		top: 310px;
		font-size: 22px;
		}
	h1 {
		max-width: 340px;
		font-size: 34px;
		padding-top: 50px;
		}
	p, ul, ol, .alamat div {
		font-size: 19px
		}
	.COLOMleft, .COLOMright {
		width: 100%;
		float: none;
		}
	.alamat {
		padding: 0;
		border: none;
		margin-bottom: 50px;
		height: auto
		}
	.flekLOGO {
		right: 0;
		left: 40px;
		}
	}
@media (max-width: 575.98px) {
	.layout1 {
		margin-top: 100px;
		}
	.layout2 {
		display: block;
		width: 100%
		}
	h1 {
		max-width: 300px;
		font-size: 28px;
		padding-top: 0px;
		}
	h2 {
		font-size: 25px;
		}
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 100%;
		}
	.COLOMleft, .COLOMright {
		width: 100%;
		float: none;
		}
	.frame { 
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		}
	.frame img {
		position: relative;
		margin: 0 auto 0;
		display: block;
		width: 260px;
		height: 260px;
		margin-right: 0px;
		right: 0
		}
	.nama {
		left: 0px;
		top: 180px;
		font-size: 19px;
		padding: 2px 20px;
		}
	.konsultan {
		left: 30px;
		top: 215px;
		font-size: 19px;
		padding: 2px 15px;
		}
	p, ul, ol, .alamat div {
		font-size: 17px
		}
	.bk3 {
		display: none;
		}
	.footer {
		margin-bottom: 50px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoPELATIHAN img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.alamat {
		padding: 0;
		border: none;
		margin-bottom: 50px;
		height: auto
		}
	.flekLOGO {
		right: 0;
		left: 24px
		}
	}
@media (max-width: 375.98px) {
	.frame { 
		width: 100%;
		height: auto;
		}
	}

.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  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;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.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: 0.8s;
}
@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("/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("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}