::root {
	--putih: #F7F9FF;
	--mild: #DFECE2;
	--hijau: #DEF2D6;
	--gading: #FFF200;
	--kuning: #F58220;
	--hitam: #1C1F17;
}


/* button */
.tombol-flat {
	width: 200px;
	height: 50px;
	position: relative;
	background: #f7f9ff;
	margin-bottom: 25px;
	border-radius: 32px;
	text-align: center;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	font-family: josefin sans;
}

.tombol-flatdeaktif {
	width: 200px;
	height: 50px;
	position: relative;
	background: #F58220;
	margin-bottom: 25px;
	border-radius: 32px;
	text-align: center;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	font-family: josefin sans;
}

.tombol-flatdeaktif span,
.tombol-flat span {
	line-height: 55px;
	font-size: 18px;
}

.tombol-flatdeaktif:nth-child(1) {
	color: #F7F9FF;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

.tombol-flat:nth-child(1) {
	color: #343a40;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

.tombol-flatdeaktif:hover,
.tombol-flat:hover {
	color: #F58220;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

.tombol-flatdeaktif:hover {
	background-color: #FFF200;
	color: #F58220;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

/* Akhir Button */


/* highlight */
h {
	color: #F58220;
}

/* AKhir highlight */


/* Up Button */
#naikkan {
	display: block;
	background-color: #FFF200;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000 !important;
}

#naikkan::after {
	content: "\f0a6";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #343a40;
}

#naikkan:hover {
	cursor: pointer;
	background-color: #F58220;
}

#naikkan:active {
	background-color: #F58220;
}

#naikkan.show {
	opacity: 1;
	visibility: visible;
}

/* Styles for the content section */

.content {
	width: 77%;
	margin: 50px auto;
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9;
}

@media (min-width: 500px) {
	.content {
		width: 43%;
	}

	#naikkan {
		margin: 30px;
	}
}

.content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5;
}

.content h3 {
	font-style: italic;
	color: #96a2a7;
}

/* Akhir Up Button */


/* Footer */

/* kontak */
.halamanKontak {
	background-color: #373C41;
	color: #f7f9ff;
}

.kontak H4 {
	font-family: Josefin Sans;
	color: #FFF200;
	font-size: 14px;
	font-weight: bold;
}

.kontak .detailKontak {
	font-family: roboto;
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
}

.imgKontak {
	display: none;
	width: 16px;
}

@media (min-width: 992px) {

	.kontak H4 {
		text-transform: uppercase;
		font-size: 14px;
	}

	.kontak .detailKontak {
		font-size: 12px;
		text-align: right;
	}

	.imgKontak {
		display: unset;
		width: 20px;
	}
}

/* copyright */
.copyright {
	width: 100%;
	height: 50px;
	background-color: black;
	color: #676e6c;
	font-family: Josefin Sans;
	font-size: 10px;
}

@media (min-width: 992px) {
	.copyright p {
		text-transform: uppercase;
		margin-top: 5px;
		text-align: center;
	}
}

/* Akhir Footer */















/* Beranda */

/* Navbar */
.menu .navbar {
	background-color: #f7f9ff;
}

.menu .nav-link {
	color: #1c1f17 !important;
	font-size: 12px;
}

@media (min-width: 992px) {

	.menu .navbar {
		background-color: rgba(252, 258, 264, 0.5);
	}

	.menu .navbar-brand,
	.menu .nav-link {
		font-size: 12px;
	}

	.menu .nav-link {
		font-family: Josefin Sans;
		text-transform: uppercase;
		margin-right: 30px;
	}

	.menu .nav-link:hover::after {
		content: '';
		display: block;
		border-bottom: 3px solid #FFF200;
		width: 50%;
		margin: auto;
		padding-bottom: 5px;
		margin-bottom: -8px;
	}
}


/* Carousel Beranda*/
.carjumbo {
	background-size: cover;
	background-attachment: fixed;
	background-position: 0-100px;
	max-height: 300px;
	position: relative;
}

.logos {
	content: '';
	display: contents;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.logos img {
	position: relative;
	z-index: 1;
	opacity: 0.5;
	transform: translate(-25px, -12%);
	max-width: 50%;
	height: auto;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.carjumbo {
		max-height: 450px;
	}

	/* .logos img {
		margin-top: 50px;
		max-height: 300px !important;
	} */
}

/* Akhir Carousel Beranda */


/* Unggulan */
.unggul {
	min-height: 500px;
	font-family: roboto;
}

.unggul img {
	display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.unggul H5 {
	margin-top: 5px;
	font-family: montserrat;
	font-size: 14px;
	font-weight: bolder;
	color: #343a40;
}

.unggul p {
	font-size: 14px;
	color: #676e6c;
	text-align: justify;
}

@media (min-width: 992px) {

	.unggul {
		min-height: 500px;
	}

	.unggul img {
		width: 100%;
		height: auto;
		display: block;
	}

	.unggul H5 {
		font-size: 16px;
		text-transform: uppercase;
	}

	.unggul p {
		font-size: 14px;
	}

}

/* Akhir Unggulan */


/* Pengantar */
.pengantar {
	display: block;
	text-align: justify;
	text-align-last: center;
	color: #343a40;
	font-family: josefin sans;
	font-size: 14px;
	padding: 15px;
}

.pengantar .text-muted {
	opacity: 0;
	transform: translate(0, 100px);
	transition: 1s;
}

.pengantar .tampak {
	opacity: 1;
	transform: translate(0, 0);
}

@media (min-width: 992px) {
	.pengantar {
		font-size: 16px;
	}
}

/* Akhir Pengantar */


/* * Info Produk */
.info-produk {
	color: #343a40;
	text-align: right;
	display: block;
	font-family: lato;
	font-size: 12px;
	padding: 15px;
}

.info-produk .nav-link {
	opacity: 0;
	transform: translate(25px, 0);
	transition: 1s;
}

.info-produk .tab-pane {
	opacity: 0;
	transform: translate(-25px, 0);
	transition: 1s;
}

.info-produk .tampak {
	opacity: 1;
	transform: translate(0, 0);
}

.info-produk .nav-link[aria-selected="true"] {
	color: #343a40 !important;
	background-color: #FFF200 !important;
	font-weight: bold;
}

.info-produk .nav-link[aria-selected="false"] {
	color: #343a40 !important;
	background-color: none;
	font-weight: normal;
}

.info-produk .card-img {
	border: none;
}

.info-produk h5 {
	font-size: 16px;
	text-align: left;
}

.info-produk p {
	font-size: 12px;
	text-align: justify;
	text-align-last: left;
}

.lampiran cards {
	border: none;
	font-family: josefin sans;
}


@media (min-width: 992px) {
	.info-produk {
		font-size: 16px;
	}

	.info-produk h5 {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.info-produk p {
		font-size: 14px;
	}
}

/* Akhir Galeri Produk */

/* Akhir Beranda */












/* Halaman about */

/* parallax */
.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4 {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg-1 {
	background-image: url('../../assets/img/about1.jpg');
	min-height: 200px;
}

.bgimg-2 {
	background-image: url("../../assets/img/about2.jpg");
	min-height: 200px;
}

.bgimg-3 {
	background-image: url("../../assets/img/about3.jpg");
	min-height: 200px;
}

.bgimg-4 {
	background-image: url('../../assets/img/about4.jpg');
	min-height: 200px;
}

.proses .caption {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #FFF200;
}

.proses .caption span.border {
	background-color: #343a40;
	color: #f7f9ff;
	padding: 10px;
	font-family: josefin sans;
	font-size: 14px;
}

.kartu-gelap {
	color: #f7f9ff;
	background-color: #7B7F83;
	padding: 50px 80px;
	text-align: justify;
}

@media (min-width: 992px) {
	.proses .caption span.border {
		padding: 18px;
		font-size: 25px;
		letter-spacing: 10px;
	}
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {

	.bgimg-1,
	.bgimg-2,
	.bgimg-3 {
		background-attachment: scroll;
	}
}

/* Akhir parallax */

/* visi dan misi */
.visi {
	font-family: josefin sans;
	text-align: justify;
	text-align-last: center;
}

.visi h2 {
	font-size: 30px;
	color: #1c1f17;
}

.visi p {
	font-size: 12px;
	color: #676e6c;
}

.misi {
	font-family: josefin sans;
	text-align: justify;
	text-align-last: center;
}

.misi h2 {
	font-size: 30px;
	color: #1c1f17;
}

.misi p {
	font-size: 12px;
	color: #676e6c;
}


@media (min-width: 992px) {
	.visi {
		text-align: justify;
		text-align-last: right;
	}

	.visi h2 {
		font-size: 80px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		color: #1c1f17;
		opacity: 0;
	}

	.visi p {
		font-size: 16px;
		font-weight: roboto;
		color: #676e6c;
	}

	.misi {
		text-align: justify;
		text-align-last: left;
	}

	.misi h2 {
		font-size: 80px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: right;
		color: #1c1f17;
		opacity: 0;
	}

	.misi p {
		font-size: 16px;
		font-weight: roboto;
		color: #676e6c;
	}

	.separasi {
		border-right: 1px solid #DDD;
	}
}

/* Akhir visi dan misi */

/* Proses Produksi */
.proses {
	color: #343a40;
	text-align: justify;
	font-family: lato;
}

.extrudat {
	position: relative;
	top: 0;
	left: 0;
}

.extrudat .monoturun {
	display: none;
}

.extrudat .color {
	display: none;
}

.keripik {
	position: relative;
	top: 0;
	left: 0;
}

.keripik .mononaik {
	display: none;
}

.keripik .color {
	display: none;
}

.proses hr {
	display: none;
}

@media (min-width: 992px) {
	.proses {
		min-height: 800px;
		font-size: 14px;
	}

	.extrudat {
		position: relative;
		top: 0;
		left: 0;
	}

	.extrudat .textrudat {
		text-align-last: left;

		opacity: 0;
		transform: translate(100px, 0);
		transition: 1s;
	}

	.textrudat.geser {
		opacity: 1;
		transform: translate(0, 0);
	}

	.extrudat .monoturun {
		display: block;
		position: absolute;
		z-index: 1;
		top: -15px;
		left: 0;
		height: auto;
		width: auto;
		padding: 15px;

		opacity: 0;
		transform: translate(0, -100px);
		transition: 1s;
	}

	.monoturun.geser {
		opacity: 1;
		transform: translate(0, 0);
	}

	.extrudat .monoturun:hover {
		opacity: 0;
	}

	.extrudat .color {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: auto;

		opacity: 0;
		transform: translate(0, -100px);
		transition: 1s;
	}

	.color.geser {
		opacity: 1;
		transform: translate(0, 0);
	}

	.teripik {
		text-align-last: right;

		opacity: 0;
		transform: translate(-100px, 0);
		transition: 1s;
	}

	.teripik.geser {
		opacity: 1;
		transform: translate(0, 0);
	}

	.keripik {
		position: relative;
		top: 0;
		left: 0;
	}

	.keripik .mononaik {
		display: block;
		position: absolute;
		z-index: 1;
		top: -15px;
		left: 0;
		height: auto;
		width: auto;
		padding: 15px;

		opacity: 0;
		transform: translate(0, 100px);
		transition: 1s;
	}

	.mononaik.geser {
		opacity: 1;
		transform: translate(0, 0);
	}

	.keripik .mononaik:hover {
		opacity: 0;
	}

	.keripik .color {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: auto;

		opacity: 0;
		transform: translate(0, 100px);
		transition: 1s;
	}

	.color.geser {
		opacity: 1;
		transform: translate(0, 0);
	}


	.proses hr {
		display: block;
	}
}

/* Akhir Proses Produksi */














/* Galeri */

/* Carousel */
#carouselPromo {
	background-size: cover;
	background-attachment: fixed;
	background-position: 0-100px;
	max-height: 300px;
	position: relative;
}

@media (min-width: 992px) {
	#carouselPromo {
		max-height: 450px;
	}
}

/* Akhir Carousel */

/* Album Query */
.camera {
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../img/bgalbum.png');
	/* background-color: #f7f9ff; */
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');

.camera h1 {
	font-family: montserrat;
	font-size: 2em;
	font-weight: 800;
	color: #1c1f17;
}

.tombol-nav {
	width: 150px;
	height: 40px;
	position: relative;
	background: #f7f9ff;
	margin-bottom: 25px;
	border-radius: 32px;
	text-align: center;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	font-family: josefin sans;
}

.tombol-nav span {
	line-height: 30px;
	font-size: 14px;
}

.tombol-nav:nth-child(1) {
	color: #343a40;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

.tombol-nav:hover {
	color: #F58220;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
		6px 6px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
	.tombol-nav {
		width: 200px;
		height: 60px;
	}

	.tombol-nav span {
		line-height: 50px;
		font-size: 18px;
	}
}


/* Akhir Album Query */


/* Pagination */

.pagination-container {
	margin-top: 1em;
	padding-top: 2em;
	border-top: 1px solid #d7dadb;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.pagination-item {
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid #d7dadb;
	transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
}

.pagination-item:hover,
.pagination-item.is-active {
	background-color: #F58220;
	border-right: 1px solid #fff;
}

.pagination-item:hover .pagination-link,
.pagination-item.is-active .pagination-link {
	color: #fff;
}

.pagination-item.first-number {
	border-left: 1px solid #d7dadb;
}

.pagination-link {
	padding: 1.1em 1.6em;
	display: inline-block;
	text-decoration: none;
	color: #343a40;
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}

.pagination-item--wide {
	list-style-type: none;
	display: inline-block;
}

.pagination-item--wide.first {
	margin: 0 1em 0 0;
}

.pagination-item--wide.last {
	margin: 0 0 0 1em;
}

.pagination-link--wide {
	text-decoration: none;
	color: #8b969c;
	padding: 1.1em 1.6em;
}

.pagination-link--wide:hover {
	color: #F58220;
}

.pagination-link--wide.first:before,
.pagination-link--wide.last:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagination-link--wide.first::before {
	content: "\f0a5";
	margin-right: 0.5em;
}

.pagination-link--wide.last::after {
	content: "\f0a4";
	margin-left: 0.5em;
}

/* Akhir Pagination */




/* Album Foto */

#album {
	background-size: cover;
	background-image: url('../img/bgfull.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

#galeri-produk .card {
	background: rgba(252, 258, 264, 0.5);
	font-family: josefin sans;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	margin: 40px;
}

#galeri-produk .card img {
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	padding: 15px;
}

#galeri-produk .imgborder {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f2f2f2;
	margin-bottom: 30px;
}

#galeri-produk .card .card-title {
	font-size: 14px;
}

#galeri-produk .card span {
	font-size: 12px;
	font-weight: bolder;
	color: #1C1F17
}

#galeri-produk .card .card-text {
	font-size: 12px;
	text-align: justify;
	text-align-last: center;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {

	#galeri-produk {
		min-height: 1550px;
	}

	#galeri-produk .card {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		min-height: 90%;
		border-radius: 1em;
	}

	#galeri-produk .card img {
		width: 100%;
		height: auto;
	}

	#galeri-produk .card .card-title {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		width: 100%;
	}

	#galeri-produk .card span {
		font-size: 14px;
	}

	#galeri-produk .card .card-text {
		width: 100%;
		font-size: 14px;
	}
}


#even-kami .card {
	border: none;
	background: transparent;
	font-family: josefin sans;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	margin-top: 40px;
}

#even-kami .card img {
	border-radius: 10px;
	max-height: 200px;
	width: auto;
}

#even-kami .card .card-title {
	font-size: 16px;
}

#even-kami .card .card-text {
	font-size: 12px;
	text-align: justify;
	text-align-last: center;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {

	#even-kami .card img {
		width: 100%;
		height: auto;
		-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
		-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
		box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	}


	#even-kami .imgborder {
		display: inline-block;
		position: relative;
		border: 1px solid #ccc;
		padding: 5px;
		background: #f2f2f2;
		margin-bottom: 30px;
	}

	#even-kami .card .card-title {
		font-size: 14px;
		font-weight: bolder;
		text-transform: uppercase;
		width: 100%;
		border-bottom-color: #373C41;
		border-width: medium;
	}

	#even-kami .card span {
		width: 100%;
		font-size: 14px;
	}
}




/* Akhir Album Foto */

/* Halaman Hubungi Kami */

.halKontak .jumbotron {
	background-size: cover;
	background-attachment: fixed;
	background-position: 0-100px;
	position: relative;
	margin-bottom: 0;
}

.halKontak .formKontak {
	display: block;
	position: relative;
	z-index: 1;
	color: #F58220;
	background-color: transparent;
	text-align: right;
	font-size: 0.75em;
	margin-top: -25px;
	padding: 5em;
}


.form__group {
	position: relative;
	padding: 15px 0 0;
}

.form__field {
	font-family: roboto;
	font-size: 16px !important;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #96a2a7;
	outline: 0;
	font-size: 1.3rem;
	color: #343a40;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
	text-align: left;
}

.form_field::placeholder {
	color: transparent;
}

.form_field:placeholder-shown~.form__label {
	font-size: 1.3rem;
	cursor: text;
}
