.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/sop/images/newbg.webp");
}
.konten-image.img {
	background-image: url("https://belajark3.com/sop/images/latar.webp");
	padding-bottom: 0
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 40px;
	left: 220px;
	color: white;
	width: 540px;
	font-size: 20px;
}
h1.h1 {
	font-size: 100px;
	font-family: "Archivo Black", sans-serif;
	line-height: 1;
	margin: 0;
}
h3 {
	color: white;
	font-size: 22px;
	margin: 0;
	margin-top: 5px
}
.GARIS {
	border-top: solid 3px black;
	width: 100px;
}
.GARIS2 {
	border-top: solid 3px white;
	width: 100px;
}
.pro span {
	color: yellow;
	text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 120px;
	background: linear-gradient(0deg, #000000b5, transparent);
	width: 100%;
}
body .konten {
	padding: 0 15px
}
.KOTAK3 { 
	background-color: rgba(0,0,0,0.4);
	margin: 30px 0;
	border-radius: 3px;
	padding: 20px;
	text-align: center;
	box-shadow: 
		inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
	
}
.KOTAK3 img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width: 400px;
	height: auto;
	border-radius: 5px;
	border: solid 1px white
}
.selengkap-nya {
	position: relative;
	cursor: pointer;
	color: white;
	border-radius: 5px;
	text-shadow: 1px 1px black;
	display: inline-block;
	overflow: hidden;
	background-color: #daa14c;
	padding: 6px 20px;
	font-size: 17px;
	text-decoration: none;
	border: solid 1px white
}
.selengkap-nya:hover {
	text-decoration: none;
	color: white;
	box-shadow: 1px 3px 15px 10px rgba(0,0,0, .2);
	transition: ease 0.4s;
}
.selengkap-nya::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: left 0.4s;
	z-index: 0;
	background-color: rgb(55,70,85);
}
.selengkap-nya:hover::before {
	left: 0;
}
.selengkap-nya span {
	position: relative;
	z-index: 1;
	transition: color 0.4s;
}
.konten .group .left {
	margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 60px;
		}
	.pro {
		left: 175px
		}
	.KOTAK3 img {
		width: 360px
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	h1.h1 {
		
		}
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 160px
		}
	.KOTAK3 img {
		width: 300px
		}
	body .konten {
        padding: 0 40px
        }
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.gambar {
		background-image: url("/sop/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
		bottom: 120px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1.h1 {
		font-size: 80px;			
		}
	.GARIS2 {
		display: none
		}
	.bg-top {
		height: 120px;
		background: linear-gradient(180deg, #000000, transparent);
		}
	.bg-bottom {
		height: 220px;
		background: linear-gradient(0deg, #000000, transparent)
		}
	.pro {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		border-top: 1px solid white;
		padding-top: 10px;
		width: 320px;
		font-size: 17px
		}
	body .konten {
        padding: 0 64px
        }
	}
@media screen and (max-width: 575.98px) {
	.selengkap-nya {
		font-size: 15px
		}
	.KOTAK3 img {
		width: 100%
		}
	.gambar {
		background-image: url("/sop/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
		bottom: 120px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1.h1 {
		font-size: 80px;			
		}
	.GARIS2 {
		display: none
		}
	.bg-top {
		height: 120px;
		background: linear-gradient(180deg, #000000, transparent);
		}
	.bg-bottom {
		height: 220px;
		background: linear-gradient(0deg, #000000, transparent)
		}
	.pro {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		border-top: 1px solid white;
		padding-top: 10px;
		width: 320px;
		font-size: 17px
		}
	}