@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:'Quicksand', sans-serif;
}
body {
    background: url('foto/7.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}   
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-left h1, .header-left h5 {
    margin: 0;
}
.header-left h1 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.header-left h5 {
    font-size: 1.2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
h2 {
    margin-bottom: 30px;
}
nav {
    display: flex;
    align-items: center;
}
nav a {
    margin: 0 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1.1rem;
}
nav a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the items */
    margin-top: 30px;
}
.photo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px; /* Jarak antar foto */
    width: calc(30% - 30px); /* Ukuran foto dengan jarak */
}
.photo-box img {
    border-radius: 10px;
    width: 100%;
    transition: transform 0.3s ease;
}
.photo-box img:hover {
    transform: scale(1.05);
}
.photo-description {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px; /* Jarak antara foto dan deskripsi */
    text-align: center; /* Pusatkan teks */
}
.contact-section {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
}
footer {
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}
footer p {
    color: #f0e68c;
}
.map-container {
    width: 100%; 
    height: 500px; /* Ukuran map */
}
a {
	color: inherit;
	text-decoration:none;
}
#bg-login {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
.box-login {
	width: 300px;
	min-height: 200px;
	background-color: rgba(0, 0, 0, 0.514);
	padding:15px;
	box-sizing:border-box;
}
.box-login h2 {
	text-align:center;
	margin-bottom:15px;
}
.input-control {
	width:100%;
	padding:10px;
	margin-bottom:15px;
	box-sizing:border-box;
}
.btn {
	padding:8px 15px;
	background-color: #186d2d;
	color: #fff;
	border:none;
	cursor: pointer;
}
header h1 {
	float:left;
	padding:10px 0;
}
header ul {
	float:right;
}
header ul li {
	display:inline-block;
}
header ul li a {
	padding:20px 0 20px 15px;
	display: inline-block;
}
footer {
	padding:25px 0;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.container:after {
	content:'';
	display: block;
	clear:both;
}
.section {
	padding:25px 0;
}
.box {
	background-color: rgba(0, 0, 0, 0.514);
	padding:15px;
	box-sizing: border-box;
	margin:10px 0 25px 0;
}
.box-data {
    display: flex;
	background-color: rgba(0, 0, 0, 0.514);
	padding:15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Memastikan elemen yang lebih besar turun ke bawah */
    margin-bottom: 10px;
}

.btn-right {
    text-decoration: none;
    background-color: #186d2d;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
}
.box:after {
	content: '';
	display: block;
	clear: both;
}
.table {
	background-color: rgba(0, 0, 0, 0.514);
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
.table tr {
	height: 30px;
}
.table  tr td {
	padding:5px 10px;
}
.search {
	padding:15px 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.search input[type=text] {
	width: 60%;
	padding:10px;
}
.search input[type=submit] {
	padding:12px 15px;
	background-color: #186d2d;
	color: #fff;
	border:none;
	cursor:pointer;
}
.col-5 {
	width:20%;
	height:100px;
	text-align: center;
	float: left;
	padding:10px;
	box-sizing: border-box;
}
.col-4 {
	width:25%;
	height: 230px;
	border:1px solid #ccc;
	float: left;
	padding:10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.col-4:hover {
	box-shadow: 0 0 3px #ffffff;
}
.col-4 img {
	width: 100%;
}
.col-4 .nama {
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}
.col-4 .admin {
	font-weight: bold;
	color: #c7c400;
}
.footer {
	padding:25px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.footer p {
	margin-bottom: 10px;
}
.footer small {
	margin-top: 25px;
	display: inline-block;
}
.col-2 {
	width: 50%;
	min-height: 200px;
	padding:10px;
	box-sizing: border-box;
	float: left;
}
.col-2 img {
	border:1px solid #f9f9f9;
	padding:5px;
	box-sizing: border-box;
}
.col-2 h3 {
	margin-bottom: 10px;
}
.col-2 h4 {
	color: #c7c400;
}
.col-2 p {
	margin:15px 0;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.container {
		width: 90%;
		}
	.col-5 {
		width:50%;
		margin-bottom: 10px;
	}
	.col-4 {
		width:50%;
		height: 300px;
	}
	.col-2 {
		width:100%;
	}
}