@charset 'UTF-8';

*, html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  background: white;
}

header {
  position: fixed;
  padding: 2em;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;   
}
header:hover {
	background-color: #D9D5D5;
}
.header-logo img {
	width: 100px;
}
header:hover {
	background-color: #D9D5D5;
}
nav {
  z-index: 400;
  top: 0;
  left: 0;
  opacity: .95;
  background: #D9D5D5;
  position: relative;
  float: right;
  width: 67%;
  height: 1.5em;	
  justify-content: space-between;	
 }
nav ul {
	display: flex;
	list-style: none;
	gap: 15px;
	align-items: flex-end;
	padding: 0 0 0 1em;
}
nav ul li a{
	text-decoration: None;
	font-family: "segue UI", sans-serif;
	font-size: 1vw;
	font-weight: 600;
	color: #191919;
	padding: 8px 0;
	transition: all;
	transition: 500ms;
	border-bottom: 1px solid rgba(0,0,0,0.00);
}
nav ul li a:hover {
	color: #006400;
	border-bottom: 2px solid #000000; 
	background-color: #D9D5D5;
}
.container {
  position: relative;
  height: 48vw;
  background7-color: #FFFFFF;
}
.container img {
  width: 100%;
  height: auto;
}
.container .button {
  position: absolute;
  top: 90%;
  left: 10%;
  background-color: #368F00;
  color: #FFFFFF;
  font-size: 14px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .button:hover {
  background-color: #024EC3;
  color: #FFA917;
}
.container .button1 {
  position: absolute;
  top: 90%;
  left:24%;
  background-color: #368F00;
  color: #FFFFFF;
  font-size: 14px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .button1:hover {
  background-color: #024EC3;
  color: #FFA917;
}

.intro {
  	position: relative;
	color: #343144;
  	height: auto;
  	background-color: #80C100;
  	padding: 4em 6em 5em 6em;
}
.intro h{
	font-size: 300%;
}
.intro p{ 
  	font-weight: 400;
  	text-align: justify;
}
.lanjutan {
  	position: relative;
  	color: #343144;
	background-color: #53C8EA;
  	height: auto;
  	padding: 4em 6em 5em 6em;
}
.lanjutan h{
	font-size: 300%;
}
.lanjutan p {
  font-weight: 400;
  text-align: justify;
}
.artworks {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.artwork {
  display: flex;
  height: 30vw;
}
.artwork .artwork-visimisi {
  padding: 20px 20px 20px 60px;
/*  background-image:-moz-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
*/
  background-image: linear-gradient(#53C8EA, #368F00);	
  width: 50%;
}
.artwork .artwork-iklan {
  padding: 20px 20px 20px 60px;
  background-image: linear-gradient(#53C8EA, #368F00);
  width: 50%;
}

