*{
	margin: 0;
	padding: 0;
}

.header{
	height: 100%;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

<style type="text/css">
	body{
		background-color: #666;
		background-size: cover;
		background-attachment: fixed;
        width: 100%;
        height: 100vh;
	}
		.center {
		display: block;
		margin-left: 0;
		margin-right: auto;
		width: 68vw;
		}
		.img {
			filter: brightness(55%);
			max-width: 100%;
			height: auto;
		}
		.pembungkus{
			position: relative;	
		}

		head1{
			position: absolute;
			left: 5vw;
			top: 5vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;
			
		}
		head2{
			position: absolute;
			left: 5vw;
			top: 14vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;	
			
			
		}
		head3{
			position: absolute;
			left: 8vw;
			top: 20vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		head4{
			position: absolute;
			left: 11vw;
			top: 26vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		head5{
			position: absolute;
			left: 14vw;
			top: 32vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		
		head6{
			display: flex;
        	justify-content: center;
        	align-items: center;
        	height: 100vh;
			font-size: 4em;
        	letter-spacing: 5px;
        	font-family: Century Gothic;
        	color: white;
			font-weight: bolder;
		}
		
		head7{
			position: absolute;
			left: 40vw;
			top: 7vw;
			color: white;
			font-size : 3vw;
			font-family : Century Gothic;
			font-weight : bold;
			text-align: left;
		}
		head8{
			position: absolute;
			left: 8vw;
			right: 5vw;
			top: 1vw;
			color: white;
			font-size : 5vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		head9{
			position: absolute;
			left: 40vw;
			top: 18vw;
			color: white;
			font-size : 2vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		
		head10{
			position: absolute;
			left: 22vw;
			top: 10vw;
			color: white;
			font-size : 5vw;
			font-family : Century Gothic;
			font-weight : bold;
		}
		head11{
			position: absolute;
			transform: translate(-50%,-50%);
			text-align:	center;
			color: white;
			font-size : 50px;
			font-family : Century Gothic;
			font-weight : bold;
		}
		head12{
			position: absolute;
			left: 2vw;
			top: 2vw;
			color: white;
			font-size : 2.5vw;
			font-family : Century Gothic;
			font-weight : bold;
			
		}

		head13{
			position: absolute;
			transform: translate(-50%,-50%);
			text-align:	center;
			color: white;
			font-size : 60px;
			font-family : Century Gothic;
			font-weight : bold;
		}
		
		
	
</style>

nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
.nav-links1{
	flex: 1;
	text-align: right;
}
.nav-links1 ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}
.nav-links1 ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.nav-links1 ul li::after{
	content:'';
	width: 0%;
	height: 2px;
	background: #f44336;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links1 ul li:hover::after{
	width: 100%;
}

/*-----header-tal------*/

.header-tal{
			position: absolute;
			margin: auto;
			padding-bottom: 10px;
			
		}

.header-tal h1{
		padding-top: 120px;
		color: black;
		font-size : 50px;
		font-family : Century Gothic;
		font-weight : bold;
		margin-bottom: 30px;
		}
		
		


.header-tal p{
		margin-top: 15px;
		color: black;
		font-size : 30px;
		font-family : Century Gothic;
		text-align: center;
		}
		


		
/*-----pages------*/

.pages{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	
}

.pages-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 2%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.pages-col img{
	width: 100%;
	border-radius: 5px;
	padding-top: 80px;
}
.pages-col p{
	padding: 20px 12px;
	font-family : Century Gothic;
}

.pages-1{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 0;
	
}
.pages-col h2{
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	font-size: 25px;
	padding: 0px 7px;
	padding-left: 12px;
	font-family : Century Gothic;
}
.pages-col-text{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	font-family : Century Gothic;
}

.row1{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	margin-left: 0px;
	margin-right: 0px;
}

@media(max-width: 991px){
	.pages{
		padding-top: 2px;
	}
	.pages-col{
		flex-basis: 1%;
		border-radius: 2px;
		margin-bottom: 0;
	}
	.pages-col img{
		padding-top: 30px;
	}
	.row1{
		flex-direction: column;
		padding: 0;
	}
	.row1 head7{
		margin-right: 5px;
		margin-left: 50px;
		padding-top: 0;
	}
	.row1 head9{
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 20px;
	}
	.pages-col h2{
		font-size: 12px;
		margin-top: 5px;
		padding: 5px 5px;
	}
	.pages-col p{
		font-size: 10px;
		margin-top: 0;
		padding: 5px 5px;
	}
}

.layer1{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 79px;
	left: 0;
	transition: 0.5s;
}

.layer1:hover{
	background: rgba(226,0,0,0.7);
}

.layer1 h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
	font-family : Century Gothic;
}

.layer1:hover h3{
	bottom: 49%;
	opacity: 1;
}

.pages-1 h1{
	color: black;
	font-size : 50px;
	font-family : Century Gothic;
	font-weight : bold;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.pages-1 p{
	margin-top: 10px;
	color: black;
	font-size : 17px;
	font-family : Century Gothic;
	text-align: center;
}

.mice-col{
	flex-basis: 40%;
	border-radius: 10px;
	margin-bottom: 2%;
	text-align: left;
	position: relative;
}

.mice-col img{
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 50px;
}

@media(max-width: 991px){
	.pages-1{
	padding-top: 40px;
	}
	.pages-1 h1{
		font-size: 20px;
	}
	.pages-1 p1{
		font-size: 12px;
		text-align: left;
	}
	.mice-col{
		flex-basis: 0;
		margin-bottom: 0;
	}
	.mice-col img{
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media(max-width: 991px){
	.header-tal{
			margin-bottom: 0;
		}
	.header-tal h1{
		font-size: 20px;
		padding-top: 0;
		margin-bottom: 0;

	}
	.header-tal p{
		margin-top: 0;
		font-size:12px;
		text-align: center;
	}
}

