* {
	font-family: 'Poppins', sans-serif;

}

header {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

footer {
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

nav {
	background-color: white;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
	margin: 0;
	width: 90%;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

nav li {
	height: 80px;
}
 
nav a {
	height: 100%;
	padding: 0 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: black;
}

nav a:hover{
	background-color: #acacac;
}

nav li:first-child{
	margin-right: auto;
}

nav ul li img {
	max-height: 80px;
	width: auto;
	margin-left: 100px;
}

.no-hover {
	pointer-events: none;
}

.sidebar{
	position: fixed;
	top: 0; 
	right: 0;
	height: 100vh;
	width: 250px;
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(12px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	list-style: none;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 9999;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}

.menu-button{
	display: none;
}

@media(max-width: 900px){
	.hideOnMobile{
	  	display: none;
	}
	.menu-button{
	  	display: block;
	}
	nav ul li img {
		margin-left: 0;
		margin-right: 300px;
		
	}
}

@media(max-width: 500px){
	.sidebar{
	  	width: 100%;
	}
	
	nav ul li img {
		margin: auto;
		margin-right: 110px;
	}
}



/*--------------------------------beranda-------------------------------------*/

#banner-beranda {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-beranda-content {
	margin: 110px auto;
	padding: 0 20px;
	line-height: 40px;
}

#banner-beranda h2 {
	font-size: 70px;
	font-weight: 800;
	color: #01066a;
	padding: 20px 0 0 0;
	margin: 0;
}

#banner-beranda p {
	font-size: 20px;
	font-weight: 700;
	color: #010447;
	margin: 0;
}

.blurbg {
	background-image: url(images/DSC01668.JPG);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(6px) contrast(80%);
	z-index: -1;
}

.index {
	margin: 0 auto;
	
}

#tentang-header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	display: flex;
	margin-bottom: 40px;
	flex-direction: column;
}

#tentang-header h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

#tentang-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.tentang-text {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-right: 40px;
}

.tentang-text h3 {
	font-size: 19px;
}

.tentang-text p {
	font-size: 19px;
	margin-bottom: 20px;
}

.tentang-image {
	display: flex;
	flex: 1;
	align-items: center;
	width: 100%;
	position: relative;
	max-width: 50%;
	margin: 0 auto;
}

.slider {
	display: flex;
	aspect-ratio: 16 / 9;
	overflow: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	border-radius: 0.5rem;
	scrollbar-width: none;
	width: 100%;

}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
}

.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: white;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a:hover {
	opacity: 100%;
}

#video {
	background-color: rgba(1, 4, 71, 0.9);
}

.background-video {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.video-content {
	display: flex;
	margin: 40px 0;

}

.video-container {
	flex: 1;
}

.video-container video {
	width: 100%;
	height: auto;
}

.video-text {
	flex: 1;
	padding-left: 40px;
}

.video-text h3 {
	font-size: 19px;
	margin-bottom: 20px;
	color: white;
}

.video-text p {
	font-size: 19px;
	margin-bottom: 20px;
	color: white;
}

#lokasi {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

#lokasi h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.grids {
	margin: 60px 0;
	display: grid;
	grid-template-columns: 500px 120px 120px 120px 320px;
	grid-template-rows: 80px 90px 90px 90px;
	gap: 0.5em;
	grid-template-areas: 
	"box-1 box-2 box-2 box-3 box-8"
	"box-1 box-2 box-2 box-3 box-8"
	"box-1 box-4 box-4 box-3 box-8"
	"box-1 box-4 box-4 box-5 box-8";
}


.map-beranda {
	width: 100%;
	height: 100%;
}

.grids > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .1s linear;
	cursor: pointer;
}

.grids img:hover {
	transform: scale(1.1);
}

.lokasi-text {
	padding: 0 0 0 10px;
}

.lokasi-text h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	line-height: 90%;
}

.lokasi-text p {
	margin: 30px 0 0 0;
	font-size: 19px;
	text-align: justify;
}

.lokasi-text a {
	font-size: 19px;
	text-decoration: none;
	color: #333;
}

.grids-2 {
	margin: 60px 0;
	display: grid;
	grid-template-columns: 500px 120px 120px 120px 320px;
	grid-template-rows: 80px 90px 90px 90px;
	gap: 0.5em;
	grid-template-areas: 
	"box-1 box-4 box-3 box-3 box-8"
	"box-1 box-4 box-3 box-3 box-8"
	"box-1 box-4 box-3 box-3 box-8"
	"box-1 box-4 box-2 box-2 box-8";
}

.grids-2 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .1s linear;
	cursor: pointer;
}

.grids-2 img:hover {
	transform: scale(1.1);
}

.grids-2 .lokasi-text span {
	font-size: 19px;
	margin: 0;
}

.grids-3 {
	margin: 60px 0;
	display: grid;
	grid-template-columns: 500px 120px 120px 120px 320px;
	grid-template-rows: 80px 90px 90px 90px;
	gap: 0.5em;
	grid-template-areas: 
	"box-1 box-2 box-3 box-4 box-8"
	"box-1 box-2 box-3 box-7 box-8"
	"box-1 box-2 box-5 box-7 box-8"
	"box-1 box-6 box-5 box-7 box-8";
}

.grids-3 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .1s linear;
	cursor: pointer;
}

.grids-3 img:hover {
	transform: scale(1.1);
}

.popupimage {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.popupimage span {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 60px;
	font-weight: bolder;
	columns: #fff;
	cursor: pointer;
	z-index: 100;
	color: white;
}

.popupimage img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 900px;
	object-fit: cover;
}

/*
#lokasi {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

#lokasi h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.map-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.cabang-1 h3 {
	font-size: 24px;
	text-align: center;
	line-height: 70%;
	margin-bottom: 8.4%;
}

.cabang-3 h3 {
	font-size: 24px;
	text-align: center;
	line-height: 70%;
}

.cabang-2 h3 {
	font-size: 24px;
	text-align: center;
	line-height: 70%;
}


.map-container h3 span {
	font-size: 10px;
	
}

.map-beranda {
	aspect-ratio: 16 / 10;
	width: 550px;
}
*/
@media (max-height: 800px) {
	.popupimage img{
		max-height: 650px;
	}
}

@media (max-width: 500px) {
	.popupimage img{
		max-width: 100vw;
	}
	#tentang-header {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#tentang-header h2{
		line-height: 50px;
	}
}

@media (max-width: 1200px){
	.grids {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 1fr;
		grid-template-areas: 
		"box-8 box-8"
		"box-2 box-3"
		"box-2 box-4"
		"box-5 box-4"
		"box-5 box-4"
		"box-1 box-1";
		gap: 0.6em;
	}

	.grids-2 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 1fr; 
		grid-template-areas: 
		"box-8 box-8"
		"box-2 box-2"
		"box-3 box-4"
		"box-3 box-4"
		"box-1 box-1";
		gap: 0.6em;
	}

	.grids-3 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 1fr;
		grid-template-areas:
		"box-8 box-8"
		"box-2 box-3"
		"box-5 box-3"
		"box-5 box-4"
		"box-6 box-4"
		"box-6 box-7"
		"box-1 box-1";
		gap: 0.6em;
	}

	.lokasi-text {
		margin-top: 20px;
	}

	.lokasi-text h3{
		text-align: center;
	}

	
}

@media (max-width: 850px) {

	#banner-beranda h2 {
		margin-bottom: 0;
		font-size: 60px;
		line-height: 50px;
	}
	#banner-beranda p {
		margin: 10px 80px 0;
		font-size: 14px;
		line-height: 20px;
	}
	#tentang-content {
		display: block;
	}
	.tentang-text {
		padding: 0;
	}
	.tentang-text h3 {
		text-align: center;
	}
	.tentang-text p {
		text-align: justify;
	}
	.tentang-image {
		max-width: 100%;
	}
	.video-content {
		display: block;
	}
	.video-text {
		padding: 0;
	}
	.video-text h3 {
		text-align: center;
	}
	.video-text p {
		text-align: justify;
	}
	.slider-nav {
		left: 50%;
	}
	.map-beranda {
		width: 100%;
	}
	.grids {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 1fr;
		grid-template-areas: 
		"box-8 box-8"
		"box-2 box-3"
		"box-2 box-4"
		"box-5 box-4"
		"box-5 box-4"
		"box-1 box-1";
		gap: 0.6em;
	}

	.grids-2 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 1fr; 
		grid-template-areas: 
		"box-8 box-8"
		"box-2 box-2"
		"box-3 box-4"
		"box-3 box-4"
		"box-1 box-1";
		gap: 0.6em;
	}

	.grids-3 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 1fr;
		grid-template-areas:
		"box-8 box-8"
		"box-2 box-3"
		"box-5 box-3"
		"box-5 box-4"
		"box-6 box-4"
		"box-6 box-7"
		"box-1 box-1";
		gap: 0.6em;
	}

	.lokasi-text {
		margin-top: 20px;
	}

	.lokasi-text h3{
		text-align: center;
	}

}


/*--------------------------------menu-makan-------------------------------------*/

#banner-menu {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-menu-content {
	margin: 110px auto;
	padding: 0 20px;
	line-height: 20px;
}

#banner-menu h2 {
	font-size: 60px;
	font-weight: 800;
	color: #01066a;
	padding: 30px 0 0 0;
	margin: 0;
}

#banner-menu p {
	font-size: 19px;
	font-weight: 700;
	color: #010447;

}

.blurbg-menu {
	background-image: url(images/DSC01681.JPG);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(6px) contrast(80%) saturate(90%);
	z-index: -1;
}


.menu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.card-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.card {
	width: 390px;
	background-color: #f0f0f0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin: 0 5px 10px 5px;
}

.card img{
	width: 100%;
	height: auto;
}

.card-content {
	padding: 5px;
}

.card-content h2 {
	font-size: 24px;;
	text-align: center;
	line-height: 0.5;
	margin-bottom: 0px;
}

.card-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 15px;
}

.card-container p {
	font-size: 19px;
	text-align: justify;
	padding: 0 20px 0 20px;
}

@media (max-width:600px) {
	#banner-menu h2 {
		line-height: 35px;
	}
}

@media (max-width:1000px){
	#banner-menu h2 {
		margin-bottom: 0;
		font-size: 40px;
	}
	#banner-menu p {
		margin: 10px 80px 0;
		font-size: 16px;
	}
}

/*--------------------------------virtual-tour-------------------------------------*/

#banner-vt {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-vt-content {
	max-width: 800px;
	margin: 110px auto;
	padding: 0 20px;
	line-height: 20px;
}

#banner-vt h2 {
	font-size: 60px;
	font-weight: 800;
	color: #01066a;
	padding: 30px 0 0 0;
	margin: 0;
}

#banner-vt p {
	font-size: 19px;
	font-weight: 700;
	color: #010447;
}

.blurbg-vt {
	background-image: url(images/vtbanner.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(6px) contrast(75%) ;
	z-index: -1;
}

.virtualtour {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.vt-link {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.vt-link a {
	text-decoration: none;
	color: #333;
}

.vt-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}

.vt-container iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

@media (max-width:600px) {
	#banner-vt h2 {
		line-height: 35px;
	}
}


@media (max-width:1000px){
	#banner-vt h2 {
		margin-bottom: 0;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 40px;
	}
	#banner-vt p {
		margin: 10px 80px 0;
		font-size: 16px;
	}
}



/*---------------------------------galeri-------------------------------------*/

#banner-galeri {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-galeri-content {
	max-width: 800px;
	margin: 110px auto;
	padding: 0 20px;
	line-height: 20px;
}

#banner-galeri h2 {
	font-size: 60px;
	font-weight: 800;
	color: #01066a;
	padding: 30px 0 0 0;
	margin: 0;
}

#banner-galeri p {
	font-size: 19px;
	font-weight: 700;
	color: #010447;
}

.blurbg-galeri {
	background-image: url(images/DSC01669.JPG);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(6px) contrast(85%) saturate(80%);
	z-index: -1;
}

.galerimain {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.galeri {
	margin: 20px 0 150px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px 300px;
	gap: 0.5em;
	grid-template-areas: 
	"box-1 box-2 box-15"
	"box-1 box-9 box-5"
	"box-6 box-4 box-5"
	"box-6 box-4 box-8"
	"box-6 box-7 box-8"
	"box-13 box-11 box-16"
	"box-3 box-12 box-16"
	"box-3 box-12 box-10"
	"box-14 box-12 box-10";
}	

/*
.galeri {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 80px;
	justify-content: center;
	padding: 10px;
	margin-top: 110px;
}

.galeri-image {
	height: 250px;
	width: 350px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	
}
*/
.galeri > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s linear;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
}

.galeri img:hover {
	transform: scale(1.05);
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.popup span {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.popup img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	max-height: 900px;
	object-fit: cover;
}

@media (max-height:850px) {
	.popup img {
		max-height: 650px;
	}
}

@media (max-width:600px) {
	#banner-galeri h2 {
		line-height: 35px;
	}
	.popup img {
		max-width: 100vw;
	} 
}

@media (max-width:450px) {
	.galeri {
		grid-template-columns: 2vw 2vw;
		grid-template-rows: 50vw;
		grid-template-areas: 
		"box-1 box-2"
		"box-1 box-9"
		"box-6 box-4"
		"box-6 box-4"
		"box-6 box-7"
		"box-13 box-11"
		"box-3 box-12"
		"box-3 box-12"
		"box-14 box-12"
		"box-15 box-5"
		"box-8 box-5"
		"box-8 box-16"
		"box-10 box-16"
		"box-10 box-16";
	}
}

@media (max-width:650px) { 
	.galeri {
	grid-template-columns: 1fr 1fr;
	gap: 0.5em;
	grid-template-areas: 
	"box-1 box-2"
	"box-1 box-9"
	"box-6 box-4"
	"box-6 box-4"
	"box-6 box-7"
	"box-13 box-11"
	"box-3 box-12"
	"box-3 box-12"
	"box-14 box-12"
	"box-15 box-5"
	"box-8 box-5"
	"box-8 box-16"
	"box-10 box-16"
	"box-10 box-16";
}	
}


@media (max-width:1000px){
	#banner-galeri h2 {
		margin-bottom: 0;
		font-size: 40px;
	}
	#banner-galeri p {
		margin: 10px 80px 0;
		font-size: 16px;
	}

}


/*---------------------------------tentang-kami-------------------------------------*/

#banner-tentang {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-tentang-content {
	margin: 110px auto;
	padding: 0 20px;
	line-height: 20px;
}

#banner-tentang h2 {
	font-size: 60px;
	font-weight: 800;
	color: #01066a;
	padding: 30px 0 0 0;
	margin: 0;
}

#banner-tentang p {
	font-size: 19px;
	font-weight: 700;
	color: #010447;
}

.blurbg-tentang {
	background-image: url(images/WD2Pic.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(6px) contrast(80%) saturate(80%);
	z-index: -1;
}

#tentang-kami  {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;

}

#tentang-kami h2 {
	font-size: 29px;
}

.slideshow {
	width: 30vw;
	height: 40vh;
	position: relative;
	margin: 0 20px 10px 0;
	float: left;

}
.slideshow-img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.sejarah p {
	text-align: justify;
}

#misi-kami {
	background-color: rgba(1, 4, 71, 0.9);
	padding: 20px 0;
}

.misi-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	display: flex;
}

.misi-text {
	color: white;
	max-width: 400px;
	margin: 0 40px 0 0;
	flex: 1;
}

.misi-text h2 {
	font-size: 29px;
	margin: 0 0 10px 0;
}

.misi-text p {
	margin: 0;
	text-align: justify;
}

.gridtk-container {
	flex: 1 20%;
}

.grid-tk {
	margin: 0;
	display: grid;
	grid-template-columns: 130px 130px 130px 130px;
	grid-template-rows: 90px 90px 90px 90px;
	gap: 0.5em;
	grid-template-areas: 
	"img-1 img-3 img-3 img-4"
	"img-1 img-3 img-3 img-4"
	"img-1 img-2 img-2 img-2"
	"img-1 img-2 img-2 img-2";
}


.grid-tk > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	/*
	transition: .1s linear;
	cursor: pointer;
	*/
}
/*
.grid-tk img:hover {
	transform: scale(1.1);
}
*/
/*
.video-misi-container {
	flex: 1 20%;
	margin: 4vh 0 5vh 0;
}

.video-misi-container video {
	width: 100%;
}
*/

#kunjungi-kami {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

#kunjungi-kami h2 {
	font-size: 29px;
}

.kk-container {
	display: flex;
	margin: 30px 0 30px 0;
}

.tkcabang-1 {
	flex: 1;
	margin: 0 0 0 80px;
	text-align: justify;
	direction: rtl;
}

.tkcabang-1 h2 {
	margin: 0;
}

.tkcabang-1 h3 {
	font-size: 19px;
	margin: 0;
}

.maptk-1 {
	flex: 1 15%;
	margin: 0 0 0 0;
}

.maptk-1 iframe {
	width: 100%;
	height: 320px;
}

/*
.sejarah {
	margin-bottom: 50px;
}

.sejarah p {
	text-align: justify;
}

.video-profil {
	margin-bottom: 50px;
}

.cabang h2 {
	text-align: center;
}

.map {
	aspect-ratio: 4 / 3;
	width: 100%;
}

.tkcabang-1 {
	text-align: center;
}

.tkcabang-2 {
	text-align: center;
	line-height: 70%;
}

.tkcabang-3 {
	text-align: center;
}

.tkcabang-2 p {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
}
*/

@media (max-width:500px) {
	.slideshow {
		float: none;
		width: 85vw;
		height: 60vw;
	}
}

@media (max-width:650px) {
	.misi-content {
		display: block;

	}
	.misi-text {
		margin: 0;
		margin-bottom: 20px;
		max-width: none;
	}
	.grid-tk {
		grid-template-columns: 50vw;
		grid-template-rows: 10vh 10vh 10vh 20vh;
		grid-template-areas: 
		"img-1 img-3"
		"img-1 img-3"
		"img-1 img-4"
		"img-2 img-2";
	}
	.kk-container {
		display: block;
	}
	.tkcabang-1 {
		direction: ltr;
		margin: 10px 0 40px 0;
	}
	.tkcabang-1 h2{
		text-align: center;
	}
	.tkcabang-1 h3{
		text-align: center;
	}

}

@media (max-width:850px) and (min-width:649px) {
	.grid-tk {
		grid-template-columns: 20vw;
	}

}

@media (max-width:1920px) and (min-width:1300px) {
	.slideshow {
		width: 20vw;
		height: 35vh;
	}
}

@media (max-width:1000px){
	#banner-tentang h2 {
		margin: 0 0 0 0;
		font-size: 40px;
		line-height: 35px;
	}
	#banner-tentang p {
		margin: 10px 80px 0;
		font-size: 16px;
		
	}
	#tentang-kami {
		margin: auto;
	}

}


/*---------------------------------kontak-------------------------------------*/

#banner-kontak {
	height: 400px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-kontak-content {
	margin: 110px auto;
	padding: 0 20px;
	line-height: 20px;
}

#banner-kontak h2 {
	font-size: 60px;
	font-weight: 800;
	color: #01066a;
	padding: 30px 0 0 0;
	margin: 0;
}

#banner-kontak p {
	font-size: 19px;
	font-weight: 700;
	color: #010447;
}

.blurbg-kontak {
	background-image: url(images/DSC01670.JPG);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	height: 500px;
	filter: blur(7px) brightness(110%) saturate(80%);
	z-index: -1;
}

#kontak-cabang {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

#kontak-cabang-2 {
	background-color: rgba(1, 4, 71, 0.9);

}

#kontak-cabang-3 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.bg-kontak2{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
}

.grid-kontak {
	margin: 20px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 400px;
	gap: 1em;
	grid-template-areas: 
	"box-1 map-1";
	justify-items: stretch;
}

.grid-kontak-2 {
	margin: 20px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 400px;
	gap: 1em;
	grid-template-areas: 
	"map-2 box-2";
	justify-items: stretch;
}

.grid-kontak-3 {
	margin: 20px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 400px;
	gap: 1em;
	grid-template-areas: 
	"box-3 map-3";
	justify-items: stretch;	
}

.kontak-content-1 {
	margin-bottom: 80px;
	max-width: 500px;
}

.kontak-content-1 h2 {
	font-weight: 600;
}

.kontak-content-1 h3 {
	font-weight: 500;
	margin-left: 15px;
	line-height: 20px;
}

.kontak-content-1 p {
	margin-left: 15px;
}

.kontak-content-1 a {
	margin-left: 15px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
}

.kontak-content-2 {
	text-align: right;
	max-width: 500px;
}

.kontak-content-2 h2 {
	font-weight: 600;
	color: white;
}

.kontak-content-2 h3 {
	font-weight: 500;
	margin-right: 15px;
	line-height: 20px;
	color: white;
}

.kontak-content-2 p {
	margin-right: 15px;
	color: white;
}

.kontak-content-2 a {
	margin-right: 15px;
	text-decoration: none;
	font-size: 18px;
	color: white;
}

.kontak-content-3 {
	margin-bottom: 80px;
	max-width: 500px;
}

.kontak-content-3 h2 {
	font-weight: 600;

}

.kontak-content-3 h3 {
	font-weight: 500;
	margin-left: 15px;
	line-height: 20px;
}

.kontak-content-3 p {
	margin-left: 15px;
}

.kontak-content-3 a {
	margin-left: 15px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
}


.lokasi-kontak {
	aspect-ratio: 16/11;
	height: 90%;

}


@media (max-width:1000px){
	#banner-kontak h2 {
		margin-bottom: 0;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 40px;
		line-height: 35px;
	}
	#banner-kontak p {
		margin: 10px 80px 0;
		font-size: 16px;
	}

}

@media (max-width:600px) {
	.grid-kontak {
		display: block;
	}
	.kontak-content-1 {
		margin-bottom: 30px;
	}
	.kontak-content-2 {
		margin-bottom: 30px;
	}
	.kontak-content-3 {
		margin-bottom: 30px;
	}
	.grid-kontak-2 {
		display: block;
	}
	.grid-kontak-3 {
		display: block;
	}
	.kontak iframe {
		width: 100%;
	}
}