body { color: rgba(0,0,0,0.8); margin: 0; padding: 0; font-family: 'Kanit', sans-serif; background: rgb(245,245,245)}
.hero-image {
  background: #FFC000;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}
.depan {
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 24px;
	background: white;
	height: 560px;
	border-left: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.3);
	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%;
}
.judul_materi {
	position: absolute;
}
.kotak {
    background: rgba(255,255,255,.5);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 3px;
	
	padding: 10px 20px;
}
.konten { 
	max-width: 986px; 
	margin: 0px auto 0px; 
	padding: 20px 60px;
	padding-top: 30px;
	margin-top: 200px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 24%);
	background: white;
}
.GARIS {
     border-top: solid 4px #FFC000;
     width: 100px;
}
h1 {
	font-size: 36px;
	line-height: 1;
}
h2 {
	font-size: 26px;
	line-height: 1;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
}
.daftar {
    color: rgb(152, 72, 7);
    background: rgba(255, 192, 0, 0.4);
    font-size: 19px;
    display: inline-block;
    padding: 10px 25px;
    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;
}
.daftar:hover,
.daftar:active {
  color: white;
  background-color: #FFC000;
  border-color: #FFC000; 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.bk3 {
    position: absolute;
	left: 450px;
	bottom: 60px;
}
.belajar {
	font-size: 24px;
	line-height: 1;
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
.learning {
	font-size: 28px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	color: #FFC000;
}
.flek {
	display: flex;
	align-items: center;
}
.flek img {
	width: 340px;
	height: 100%;
	display: block;
	margin-right: 24px;
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.flekss {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.flekss img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  transition: transform .4s ease;
}
.flekss:hover img {
  transform: scale(1.2);
}
.flekss a {
  text-decoration: none;
  color: #2b4e84;
}
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.OVAL { border-radius: 3px;}
.OVAL1 { border-radius: 3px; border: 1px solid blue;} 
.img {
	float: right;
	margin-left: 24px;
	width: 340px;
	height: auto;
	border: solid 1px rgba(0,0,0,.2);
}
.footer {
	text-align: center;
}
a {
	text-decoration: none;
}
@media screen and (max-width: 600px) {
    body { background: none ;}
	.hero-image {
		background: none;
		padding-top: 0;
		}
	.konten { 
		padding: 0px 24px;
		padding-bottom: 30px;
		margin-top: 270px;
		margin-bottom: 0px;
		box-shadow: none;
		}
	.depan {
		padding: 0px;
		height: 680px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	.judul {
		
		}
	p, ol, ul {
		font-size: 17px;
		}
	h1 {
		font-size: 32px;
		line-height: 1.2;
		}
	h2 {
		font-size: 24px;
		}
	.daftar {	
		font-size: 17px;
		}
	.bk3 {
		left: 24px;
		bottom: 60px;
		}
	.belajar {
		font-size: 18px;
		}
	.learning {
		font-size: 21px;		
		}
	.flek {
		display: block;
	}
	.flek img {
		float: none;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right 0;
		display: block;
		}
	.img {
		float: none;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right 0;
		display: block;
		margin-bottom: 30px;
		}
	}



.CALL1CSMS {
  position: absolute;
  top: 185px;
  left: 241px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  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;
}
.CALL1CSMS:hover,
.CALL1CSMS: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;
}
.CALL2CSMS {
  position: absolute;
  top: 185px;
  left: 77px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  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;
}
.CALL2CSMS: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;
}

.modalkuCSMS {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
    }
.modalkuCSMS-content {
  position: relative;
  font-family: Kanit, sans-serif;
  margin: auto; 
  border: 1px solid #888;
  width: 711px; 
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s	  
 }
@-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}
}
.closCSMS {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
}
.closCSMS:hover,
.closCSMS:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.modalkuCSMS-body {
  background-image: url("https://belajark3.com/belajar_smk3/images/service-CS.svg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
}
    
@media screen and (max-width: 600px) {
  .modalkuCSMS-content {
    width: 325px;
    }
  .modalkuCSMS {
    padding-top: 100px;
    }
  .modalkuCSMS-body {
    background-image: url("https://belajark3.com/belajar_smk3/images/BG-CS1A.webp");
	height: 320px;
    }
  .CALL1CSMS {
    top: 140px;
    left: 166px;
    font-size: 14px;
    }
  .CALL2CSMS {
    top: 260px;
    left: 166px;
    font-size: 14px;
    }
}