@charset "utf-8";
/* CSS Document */
body {
	font-family: "Manrope", sans-serif;
  	font-optical-sizing: auto;
  	font-weight:400;
  	font-style: normal;
	background:#F0F0EE;
	margin:0px;
	padding:0px;
	background-image:url(background/body-background.png);
	background-repeat:repeat-x;
	background-position:center 0px;
}
.atas {
	margin:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
	align-item:center;
	padding:0px;
}
.banner {
	margin:0px auto;
}
.banner-text {
	text-align:center;
	h2 { color:#415E72;}
	h1 { color: white; text-shadow: 0px 0px 3px #17313E;}
	i { margin-right:1%; color:#415E72; opacity:0.7; }
}
h1, h2, h3, h4, h5, h6, li {
	color:#415E72;
}
h1, h2 { text-transform:uppercase; text-align:center; }
b, strong { color:#17313E; }
a, p {
	color:#415E72;
	font-size:0.8rem;
}
p {
	text-align:justify;
}
.menu-kiri {
	border-radius: 10px;
	border:1px solid #D6D6CF;
	background:white;
}
.isi {
	border-radius: 10px;
	overflow:hidden;
	border:1px solid #D6D6CF;
	background:white;
}
.noted {
    color:MediumVioletRed;
	font-style:italic;
}
.harga {
	font-size:1rem; padding:0px; margin:0px;
	color:#008080;
}
.input-nama {
	width:350px;
	height:30px;
	border:1px solid #C5B0CD;
	border-radius:5px;
	text-align:center;
}
.kaki {
	border-top:10px double #F3E2D4;
	margin-top:1%;
	background:#17313E;
	color:#F3E2D4;
	padding:35px 5%;
	display:grid;
	gap:25px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	p, a, h4, ul, ol, li {color:#F3E2D4;}
	h4 {margin:0px; padding:0px; font-size:1.2rem;}
	a {text-decoration:none;}
	a:hover { color:white; position:relative; text-transform:uppercase; font-weight:700;}
}
i {
	padding-right:5px;
}
.logo {
	a { text-decoration:none; color:#C5B0CD; font-weight:bold; font-size:1.2rem; }
	padding:10px 0px;
	 text-align:center;
	 img { width:50px; height:auto;}
	 p { line-height:0.5px; color:white; text-shadow: 1px 1px 3px black; text-align:center;}
}
hr { display: block; margin:5% auto; border-style: inset; border-width: 1px; border-color:white; opacity:.5; }
.chat {
	background:#20B2AA;
	position:fixed;

	bottom:12px;
	right:10px;
	z-index:999;
	padding:5px 10px;
	border-radius:5px;
	box-shadow:0px 0px 5px #C5B0CD;
	border:1px solid #415E72;
	a {
		text-decoration:none;
		color:#F3E2D4;
	}
}
#paket-promo {
}
.paket {
	/*background: #F3E2D4;
	background: linear-gradient(157deg,rgba(243, 226, 212, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(243, 226, 212, 1) 100%);*/
	background:url(background/paket-cctv.jpg);
	object-fit: cover;
	margin:2% auto;
	padding:2%;
	ul,li {
		padding-left:10%;
	}
	li {
		line-height:1.5em;
		font-size:0.8em;
	}
}
.isi-paket {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.bungkus-paket{
	background: rgba(255, 255, 255, 0.33);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3.7px);
	-webkit-backdrop-filter: blur(3.7px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}
.bungkus-paket:hover {
	box-shadow:0px 0px 10px #17313E;
	position:relative;
	transform: scale(1.2);
}
.kotak-paket {
	width: 250px;
	height: 350px;
	h3 {
		font-size:1.2em;
		text-transform: uppercase;
		text-align:center;
		line-height:2;
		margin:0px auto;
		background: rgba(255, 255, 255, 0.33);
		border-radius: 16px 16px 0 0;
		backdrop-filter: blur(3.7px);
		-webkit-backdrop-filter: blur(3.7px);
	}
	.harga {
		text-align:center;
		font-weight:700;
	}
}
.gambar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	}
.gambar img {
	height:15px;
	margin-top:10px;
}
.pesan-paket {
	text-align: center;
	font-weight:800;
	padding:10px 0px;
	a { text-decoration:none; text-transform:uppercase; color:white;}
}
.garansi {
	height:65px;
	margin-left:15px;
	margin-top:15px;
}
.merk {
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin:15px auto;
	a {
		transition: all 0.3s ease;
	}
	img {
		height:20px;
		margin:20px;
	}
}
.merk a:hover {
	transform: scale(1.2);
}
.pencarian {
	text-align:center;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	/*.btn-cari {
	width:75px;
	height:40px;
	text-align:center;
	border-radius:5px;
	background:#C5B0CD;
	border:1px solid #C5B0CD;
	color:#415E72;
	}
	.btn-cari:focus {
		box-shadow:0px 0px 5px #C5B0CD;
	}*/
}
.input-cari {
	width:100%;
	height:40px;
	text-align:center;
	border-radius:5px;
	border:1px solid #D6D6CF;
}
.input-cari:focus {
	box-shadow:0px 0px 5px #C5B0CD;
	border:1px solid #C5B0CD;
	outline:none;
	z-index:9;
}
.gambar-standart {
	width:500px;
	float:left;
	margin:2% 2% 0 0;
	padding: 1%;
	border: solid 2px #F0F0EE;
	border-radius: 7px;
}