.hero-image {
	background-image: url("/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/ruang-baca/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	margin-right: 24px;
	animation-name: kiri;
	animation-duration: 2s;
}
h1.h1 {
	font-size: 50px;
	font-family: "Archivo Black", sans-serif;
	margin: 0;
	line-height: .8;
	text-shadow: 2px 2px 5px black
}
h1.h1 span {
	font-size: 120px;
}
h3 {
	margin: 0;
    margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px black;
	padding-bottom: 8px
}
.GARIS {
	border-top: solid 3px black;
	width: 100px;
}
.GARIS1 {
	border-top: solid 3px white;
	width: 100px;
}
.fleks {
    display: flex;
	align-items: center
}
.fleks img {
	width: 150px;
    height: 150px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .2), 0.2em 0.3em 0.15em rgba(0, 0, 0, .3);
	margin-right: 30px;
}
.fleks a.selengkapnya {
	font-size: 15px;
	padding: 5px 12px;
	border-radius: 3px
}
.right {
	margin-bottom: 40px
}
.bg-top {
	position: absolute;
	top: 0;
	height: 120px;
	background: linear-gradient(180deg, #000000b5, transparent);
	width: 100%;
}
.bgtop {
	
	height: 100%;
	background: linear-gradient(180deg, #000000b5, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 120px;
	background: linear-gradient(0deg, #000000b5, transparent);
	width: 100%;
}
.pro span {
	color: yellow;
	text-decoration: underline
}
.pro {
    position: absolute;
    bottom: 52px;
    left: 210px;
    color: white;
}
.konten p {
    text-align: justify;
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	.pro {
		left: 176px
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 160px
		}
	h3 {
		font-size: 17px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	h1.h1 {
		font-size: 46px; 
		}
	h1.h1 span {
		font-size: 100px; 
		}
	h3 {
		font-size: 18px
		}
	.pro {
		bottom: 29px;
		left: 160px;
		width: 260px
		}
	.judul_materi {
		left: 40px;
		}
	.gambar {
		background-image: url("/ruang-baca/images/newbg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("/ruang-baca/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
		bottom: 80px;
		}
	h1.h1 {
		font-size: 40px; 
		line-height: .8
		}
	h1.h1 span {
		font-size: 90px; 
		}
	h3 {
		font-size: 17px
		}
	.pro {
		bottom: 67px;
        left: 124px;
        width: 220px;
		
		}
	.fleks a.selengkapnya {
		font-size: 13px
	}
	.fleks img {
        width: 110px;
        height: 110px;
		margin-right: 20px
    }
	.bg-top {
		background: linear-gradient(180deg, #000000d9, transparent);
		height: 200px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #000000, transparent)
		}
	}