*,
*:before,
*:after {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}

p {
	font-family: "Baloo 2", sans-serif;
}

body {
	text-align: center;
}

.wrapper {
	width: 1400px;
	margin: 0 auto;	
}

header {
	height: 12vh;
	background-color: #6BC1C1;
	width: 100%;
	z-index: 12;
	position: fixed;
}

.logo {
	float: left;
	width: 10%;
	padding-top: 10px;
}

.logo img {
	width: 70px;
}

nav {
	float: right;
	line-height: 12vh;
}

nav a {
	text-decoration: none;
	letter-spacing: 1pt;
	font-size: 17pt;
	font-family: "Baloo 2", sans-serif;
	font-weight: bolder;
	color: #efe9cb;
	padding: 0 30px;
	position: relative;
}

a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #efe9cb;
	transition: 0.4s;
	left: 0;
	bottom: -3px;
}

a:hover:after {
	width: 100%;
}

.banner-area {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 12vh;
	background-image: url('images/BG1.jpg');
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-area h4 {
	margin-top: 120px;
	font-size: 60pt;
	font-family: Crimson Pro, serif;
	color: #363a3a;
	position: relative;
	animation: title 1s;	
}

@keyframes title {
	from {
		bottom: -20px;
		opacity: 0%;
	}
	to {
		bottom: 0px;
		opacity: 100%;
	}
}

.banner-area p {
	margin-top: 20px;
	font-size: 14.5pt;
	font-family: "Baloo 2", sans-serif;
	color: #363a3a;
	letter-spacing: 0.7pt;
	font-weight: bolder;
	animation: subhead 3s;	
}

@keyframes subhead {
	from {
		bottom: -30px;
		opacity: 0%;
	}
	to {
		bottom: 0px;
		opacity: 100%;
	}
}

.content-area {
	width: 100%;
	position: relative;
	top: 760px;
	height: 105vh;
	background-image: url('images/BGmiddle-02.jpg');
}

.content-area img {
	width: 340px;
}

animasi scroll down

.scroll-down-animation {
	position: absolute;
	transform: translate(-50%,-50%);
}

h2 {
	padding-top: 8px;
  color: #efe9cb;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 200;
  font-size: 15px;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 3px solid #efe9cb;
  height: 55px;
  width: 25px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #efe9cb;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,40px);
    opacity: 0;
  }
}

.content-area h4 {
	padding: 130px 0 0 105px;
	font-size: 40pt;
	font-family: Crimson Pro, serif;
	color: #efe9cb;
	text-align: left;
	box-sizing: border-box;
}

.myproject {
	width: 100%;
	padding: 20px;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
}

.box {
	width: 500px;
	margin: 0 10px;
	transition: 0.4s;
}

.box:hover {
	transform: scale(1.1);
	z-index: 2;
}

.home-bottom {
	position: relative;
	top: 750px;
	height: 730px;
	background-image: url('images/BG3-07.jpg');
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-bottom h4 {
	font-size: 50pt;
	font-family: Crimson Pro, serif;
	color: #363a3a;
}

.fade-in-h4-bottom {
	animation: fadeIn 4s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.home-bottom a {
	text-decoration: none;
	color: #738e8d;
	float: left;
	font-size: 15pt;
	padding: 260px 0px 35px 95px;
	box-sizing: border-box;
}

.home-bottom a:hover {
	text-decoration: underline;
	color: #5b6b6b;
}

footer {
	position: relative;
	top: 739px;
	height: 171px;
	background-color: #5b6b6b;
	width: 100%;
}

.site {
	display: flex;
}

footer p {
	color: #efe9cb;
	font-size: 12pt;
	float: left;
	padding: 10px 0 30px 95px;
	margin-top: 20px;
	font-family: "Baloo 2", sans-serif;
	letter-spacing: 0.8pt;
}

.site p:hover {
	text-decoration: underline;
}


abu muda #738e8d
abu tua #363a3a;
abu muda #5b6b6b; woyy
biru #6bc1c1;
kuning #efe9cb;