/*
Template by UndangKita.com 
2019
*/

/*bootstrap.css*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 960px;
	}
}

/*custom bootstrap.css*/
html {
	scroll-behavior: smooth;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

@media (max-width:576px) {
	img.imghidden {
		display: none;
	}

	.headline {
		font-size: 28px;
		line-height: 1.2em;
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 960px
	}
}

/* Typography & Client Template*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
}

h1 {
	font-size: 48px;
	line-height: 77px;
}

h2 {
	font-size: 36px;
	line-height: 58px;
}

h3 {
	font-size: 28px;
	line-height: 45px;
}

h4 {
	font-size: 24px;
	line-height: 38px;
}

h5 {
	font-size: 20px;
	line-height: 32px;
}

h6 {
	font-size: 16px;
	line-height: 26px;
}

p {
	font-size: 14px;
	line-height: 22px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%
}

img,
iframe {
	max-width: 100%
}

.nav-link {
	color: #f3e5f5 !important;
}

.bgheader {
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../gallery/carousel-uk-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.bgpurple {
	color: #f3e5f5;
	background: #7B20A2;
	background: -webkit-linear-gradient(top left, #7B20A2, #AB47BC);
	background: -moz-linear-gradient(top left, #7B20A2, #AB47BC);
	background: linear-gradient(top left, #7B20A2, #AB47BC);
}

.bgsection {
	background-color: #f3e5f5;
	/*purple terang*/
}

.bgproduk {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../gallery/carousel-uk-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.productitem {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.btnungu,
.btnlight,
.btnpurple,
.btnwhatsapp {
	border: none;
	font-size: 14px;
	line-height: 22px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.btnungu {
	background: #CE94D8;
	background: -webkit-linear-gradient(top left, #CE94D8, #F3E5F5);
	background: -moz-linear-gradient(top left, #CE94D8, #F3E5F5);
	background: linear-gradient(top left, #CE94D8, #F3E5F5);
}

.btnungu:hover {
	background: #CE94D8;
	background: -webkit-linear-gradient(top right, #CE94D8, #F3E5F5);
	background: -moz-linear-gradient(top right, #CE94D8, #F3E5F5);
	background: linear-gradient(top right, #CE94D8, #F3E5F5);
}

.btnpurple {
	color: #f3e5f5;
	background: #7B20A2;
	background: -webkit-linear-gradient(top left, #7B20A2, #AB47BC);
	background: -moz-linear-gradient(top left, #7B20A2, #AB47BC);
	background: linear-gradient(top left, #7B20A2, #AB47BC);
}

.btnpurple:hover {
	color: #f3e5f5;
	background: #7B20A2;
	background: -webkit-linear-gradient(bottom right, #7B20A2, #AB47BC);
	background: -moz-linear-gradient(bottom right, #7B20A2, #AB47BC);
	background: linear-gradient(bottom right, #7B20A2, #AB47BC);
}

.btnwhatsapp {
	color: #f3e5f5;
	background: #25D366;
}

.copyright a {
	color: #343a40;
}

.linkkontak {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
}

.linkkontak a {
	color: #343a40;
}

.linkkontak .facebook {
	color: #3b5998;
}

a .fa-whatsapp:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .51s ease-in-out;
	transition: all .5s ease-in-out;
	color: #25D366;
}

a .fa-twitter:hover {
	color: #1da1f2;
}

.linkkontak .instagram {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #c32aa3;
}

.linkkontak .gmail {
	color: #d44638;
}

a:hover {
	cursor: pointer;
}

/*Client Template*/
/* NavMobile */
.navmobile {
	width: 100%;
	background: rgba(232, 245, 233, .1);
	z-index: 10;
	left: auto;
	top: 0px;
	position: fixed;
}

.navmobile ul {
	padding: 0;
	margin: 0 auto;
	width: 576px;
	max-width: 100%;
}

.navmobile ul li {
	font-family: 'Roboto Slab', serif;
	text-shadow: 0px 1px 2px rgba(232, 245, 233, 1);
	float: left;
	width: 20% !important;
	color: #343a40;
	text-align: center;
	list-style: none;
	font-size: 20px;
	line-height: 2em;
}

.navmobile ul li span {
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
}

.navmobile ul li a {
	color: #343a40;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

@media (max-width:576px) {
	.navmobile ul li span {
		display: none;
	}
}

/* Music */
.backsound {
	position: fixed;
	z-index: 99;
	bottom: 8px;
	right: 12px;
}

/* Social Share */
.sharesocial {
	background: #f8f9fa;
	position: fixed;
	top: 35%;
	right: 0px;
	z-index: 999;
}

.sharesocial ul {
	padding: 0px;
	margin: 0px;
}

.sharesocial ul li {
	list-style: none;
	height: 40px;
	width: 40px;
	color: #343a40;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}

.sharesocial ul li a {
	height: 40px;
	width: 40px;
	color: #f8f9fa;
	display: inline-block;
}

.sharesocial ul li a:hover {
	opacity: 0.7;
}

.sharesocial ul li a.facebook {
	background: #3b5999;
}

.sharesocial ul li a.twitter {
	background: #55acee;
}

.sharesocial ul li a.whatshapp {
	background: #25D366;
}

@media (max-width:576px) {
	.sharesocial {
		width: 100%;
		background: #f8f9fa;
		z-index: 10;
		top: auto;
		right: auto;
		bottom: 0px;
		position: fixed;
	}

	.sharesocial ul {
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}

	.sharesocial ul li {
		float: left;
		width: 20% !important;
		color: #343a40;
		text-align: center;
	}

	.sharesocial ul li a {
		color: #f8f9fa;
		display: inline-block;
		width: 100%;
		text-decoration: none;
	}
}

/* GuestBook */
.formmenu {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
}

.formchat {
	padding-top: .5em;
	/* tambahan 2022*/
}

.listl {
	font-size: 14px !important;
	width: 100%;
	padding: 5px 10px;
	text-align: justify;
	margin-bottom: .5em; /* tambahan 2022*/
}

.listl img {
	margin-right: 10px;
}

.listl span {
	font-size: 12px;
	float: right; 
	/*! padding: 5px 0px 0px; 2022*/
}

.listl h6 {
	font-weight: bold;
	text-align:left;
	line-height: 1em; /* tambahan 2022*/
}

/* Material UI */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
		url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
		url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

/*Embed Responsive*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}