@charset "utf-8";
/* CSS Document */

main {
	background-image: linear-gradient(#0000ff, #78f178);
	max-width: 100%;
	height: auto;
}

.animasi {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100vh;
  	background-image: linear-gradient(#0000ff, #78f178);
}

.vid video {
	padding-top: 134px;
	max-width: 100%;
  	height: auto; 
}

.formkontak-row {
	display: flex;
    flex-wrap: nowrap;
}
.formkontak-left {
	position: relative;
	background-color: whitesmoke;
	width: 50%;
}
.formkontak-left h1{
	text-align: center;
	color: #024EC3;
	font-size: 300%;
	font-variant-caps: small-caps;
	padding-top: 10px;
}
.formkontak-left fieldset {
	width: 520px; /* lebar */
	border-color: #FFA917; /* warna garis tepi */
	box-shadow: 2px 2px 4px #333; /* bayangan */
	padding-left: 80px;
}
.formkontak-left .legend {
	text-align: justify-all;
	font-size: 20px;
	padding: 0 10 0 10px;
}
.formkontak-left .button {
  	display: inline-block;
	position: absolute;
  	top: 65%;
  	left: 60%;
	background-color: #368F00;
	color: #FFFFFF;
  	font-size: 18px;
	padding: 8px 10px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	outline: none;
  	border: none;
  	border-radius: 15px;
  	box-shadow: 0 9px #999;
}
.formkontak-left .button:hover {
  	background-color: #024EC3;
  	color: #FFA917;
}
.formkontak-left .button:active {
  	background-color: #368F00;
  	box-shadow: 0 5px #FFA917;
  	transform: translateY(4px);
}

.formkontak-left .lokasi {
	display: flex;
	column-gap: normal;
} 
.lokasi i {
	border-radius: 50%;
	color: #0000ff;
	text-align: center;
	line-height:42px;
	padding: 15px 0px 5px 45px;
}
.lokasi p {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 40px 0 0 10px;
}

.formkontak-right {
	background-color: whitesmoke;
	width: 50%;
	padding: 20px 0 0 0; 	
}
.formkontak-right img { 
	padding-top: 15px;
  	width: 100%;
  	height: auto;
  	opacity: 1.0;
}
