body { 
  font-family: 'Exo', sans-serif; 
  margin: 0; 
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/LATAR2.webp");
  color: rgba(0,0,0, .87);
}
.youtube {
	width: 100%;
	height: 270.11px;
	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);
	border-radius: 10px
}
.flekLOGO {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px
}
.flekLOGO img {
	width: 45px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 1px white, 0.2em 0.2em 0.1em rgba(0,0,0,.3);
}
.belajar {
	font-size: 17px;
	line-height: 1;
	text-decoration: underline;
}
.learning {
	font-size: 20.4px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	color: white;
	text-shadow: 1px 2px 2px black
}
.shadow {
  max-width: 1100px;
  margin: 0 auto 0;
  box-shadow: 
  inset 0 -1em 1em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.1em 0.1em 0.1em rgba(0,0,0,0.3);
}
.layout-1 {
  background: rgb(240, 240, 240); 
  margin: 50px auto 0px; 
  padding: 30px 60px 30px; 
  border-top: solid 3px #FFC000;
  position: relative;  
}
.layout-2 {
  background: white; 
  margin: 0px auto 0px; 
  padding: 30px 60px 30px; 
}
.layout-3 { 
  background: rgb(255,249,231); 
  margin: 0px auto 0px; 
  padding: 30px 60px 30px;  
}
.layout-bawah { 
  background: rgba(240, 240, 240, 0.87);  
  margin: 0px auto 40px; 
  padding: 30px 60px 30px;
}

h1 { 
  color: #2e6c80; 
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Anton', sans-serif; 
  margin-top: 50px
}
h2 { 
  color: #2e6c80; 
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
}
p, ol, ul { 
  font-size: 19px; 
  line-height: 1.5;
}

.KOLOMleft {
	float: left;
    width: 49%;
}
.KOLOMright {
    float: right;
    width: 49%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
} 
.KOTAK { 
	width: 100%;
	height: auto;
	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);
	border-radius: 10px
}

.flekKiri {
	display: flex;
	align-items: center;
}

.GARIS1 {
  border-top: solid 3px #FFC000;
  width: 100px;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoPELATIHAN .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);
	}
.infoPELATIHAN .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) {
	.shadow {
		max-width: 1000px;
		}
	.youtube {
		height: 242.55px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.layout-1 {
		margin: 0px auto 0px; 
		border-top: none; 
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		}
	body {
		background-image: none;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	body {
		background-image: none;
		}
	.layout-1 {
		margin: 0px auto 0px; 
		border-top: none; 
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		}
	h1 {
		
		max-width: 380px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		}
	.youtube {
		width: 440px;
		height: 248px;
		}
	}
@media (max-width: 575.98px) {
	body {
		background-image: none;
		}
	h1 {
		font-size: 28px;
		max-width: 340px;
		margin-top: 90px
		}
	.layout-1 {
		padding: 30px 24px 30px;
		margin-top: 0;
		border-top: none;
		}
	.layout-2 {
		padding: 30px 24px 30px;
		margin-top: 0;
		}
	.layout-3 {
		padding: 30px 24px 30px;
		margin-top: 0;
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		padding: 30px 24px 30px;
		}
	p, ol, ul { 
		font-size: 17px; 
		}
	h2 {
		font-size: 24px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoPELATIHAN img {
		width: 40px;
		height: 40px;
		}
	.infoPELATIHAN .info {
		font-size: 14px;
		}
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 100%;
		}
	.youtube {
		width: 100%;
		height: 194px;
		border-radius: 10px
		}
	.flekLOGO {
		left: 24px
		}
	}


.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;
  background-color: rgba(0,0,0,0.7);
}
.modalVIDEO, .modalVIDEO2 {
  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);
  transform: scaleY(.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.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;
  background-image: url("/admin.webp");
  padding: 0;
  border-radius: 10px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
}

.modal-bodyVIDEO, .modal-bodyVIDEO2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: max-content;	
  transform: scale(0);
  animation: zoomIn 1s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  border-radius: 10px;
  border: solid 1px black;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0 0 3px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(.005) scaleX(0);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.closVIDEO, .closVIDEO2 {
  color: black;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  border: solid 1px red;
  background: rgb(255, 255, 255);
  padding: 0 7px;
  border-radius: 100%;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.closVIDEO:hover,
.closVIDEO:focus,
.closVIDEO2:hover,
.closVIDEO2:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: blue;
}

@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("/admin1.webp");
    }
  .modal-bodyVIDEO, .modal-bodyVIDEO2 {
	height: max-content;
	width: 80%
    }
  .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");
	}
  .modal-bodyVIDEO, .modal-bodyVIDEO2 {
	height: max-content;
	width: 90%;
    }
  .CALL1 {
    top: 192px;
    left: 161px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 161px;
    font-size: 14px;
    }
}