.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/ragam-k3/images/newbg.webp");
}
.konten-image.img {
	background-image: url("https://belajark3.com/ragam-k3/images/latar.webp");
	padding-bottom: 0
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
}
h1.h1 {
	font-size: 80px;
	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;
}
.GARIS1 {
	border-top: solid 3px white;
	width: 100px;
}
.pro span {
	color: yellow;
	text-decoration: underline
}
.pro {
	position: absolute;
	bottom: 31px;
	left: 210px;
	color: white;
}
.bg-top {
	position: absolute;
	top: 0;
	height: 200px;
	background: linear-gradient(180deg, #000000b5, transparent);
	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
}
.padding {
	padding: 10px 30px;
}
.silabus .modal_content ul {
	border: none;
	background: none;
	padding: 0;
	padding-left: 40px
}
.BORDER, .BORDER2 {
	background: rgba(255, 255, 255, .4);
	border: solid 1px rgba(0,0,0, .2);
	padding: 20px;
	border-radius: 5px;
	border-bottom: solid 3px rgba(0,0,0, .4);
	border-right: solid 3px rgba(0,0,0, .4);
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 40px;
}
.BORDER p, .BORDER2 p {
	font-size: 18px;
}
.flekLI, .flekLI2 {
	display: flex;
	
}
.flekLI img, .flekLI2 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.flekLI div, .flekLI2 div {
	font-size: 19px;
	font-weight: bold
}
.lihat, .lihat2 {
	border: solid 1px rgba(0,0,0, .2);
	padding: 5px 12px;
	border-radius: 3px;
	border-bottom: solid 2px rgba(0,0,0, .4);
	border-right: solid 2px rgba(0,0,0, .4);
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.BORDER a, .BORDER2 a {
	font-size: 13px;
	color: black;
}

.lihat:hover,
.lihat:active,
.lihat2:hover,
.lihat2:active {
    background: white;
    transition: background-color 0.1s ease-in,
}
.modal_content .pading h2 {
	font-size: 28px;
	line-height: 1.1
}
@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 {
		font-size: 42px;
		}
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 175px
		}
	.KOTAK3 img {
		width: 300px
		}
	body .konten {
        padding: 0 40px
        }
	}
@media (min-width: 576px) and (max-width: 767.98px) {
    body .konten {
        padding: 0 64px
        }
	h1.h1 {
		font-size: 50px; 
		}
	.judul_materi {
		left: 40px;
		bottom: 40px
		}
	.gambar {
		background-image: url("/ragam-k3/images/newbg1.webp");
		}
	.pro {
		bottom: 28px;
		left: 152px;
		width: 270px;
		}
	}
@media screen and (max-width: 575.98px) {
	.selengkap-nya {
		font-size: 15px
		}
	.KOTAK3 img {
		width: 100%
		}
	.gambar {
		background-image: url("/ragam-k3/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 100px;
		}
	h1.h1 {
		font-size: 55px;			
		}
	.modal_content .pading h2 {
		font-size: 26px;
		}
	.flekLI div, .flekLI2 div {
		font-size: 17px
		}
	.flekLI, .flekLI2 {
		align-items: flex-start
		}
	.BORDER p, .BORDER2 p {
		font-size: 16px
		}
	.GARIS1 {
		display: none
		}
	.bg-bottom {
		height: 220px
		}
	.pro {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		border-top: 1px solid white;
		padding-top: 10px;
		width: 300px;
		bottom: 40px;
		}
	}