
/*Intro*/

.body_intro
{
	background-image: url("../larawan/happy.jpg");
	background-attachment: fixed; 
	background-size: 100%;
}

.container_intro span
{
	color: white;
	display: block;
}

.container_intro
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Berlin Sans FB";
}

.text1
{
	color: black;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 8px;
	margin-bottom: 20px;
	background-color: transparent;
	position: relative;
	animation: text 3s 1;
}

.text2
{
	font-size: 30px;
	color: black;
	border: 3px solid gray;
	width: 300px;
	height: 35px;
	padding: 10px;
	border-radius: 40px;
}

.text2 a
{
	text-decoration: none;
	cimolor: white;
}

.text2:hover
{
	transform: scale(1.2);
	transition: 1s;
	background: linear-gradient(90deg, #03a974, #f441a5, #ffeb3b, #03a9f4);
	animation: animate 8s linear-infinite;
}

@keyframes animate
{
	0%
	{
		background-position: 0%;
	}
	100%
	{
		background-position: 400%;
	}
}


.text2 a:before
{
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background: linear-gradient(90deg, #03a974, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 5px;
	opacity: 0;
	transition: 0.5s;
}

.text2 a:hover:before
{
	filter: blur(20px);
	opacity: 1;
	animation: animate 8s linear infinite;
}


@keyframes text
{
	0%
	{
		color: #4d0019;
		margin-bottom: -70px;
	}

	30%
	{
		letter-spacing: 25px;
		margin-bottom: -70px;
	}

	85%
	{
		letter-spacing: 8px;
		margin-bottom: -70px;
	}
}


@keyframes text
{
	0%
	{
		color: #4d0019;
		margin-bottom: -70px;
	}

	30%
	{
		letter-spacing: 25px;
		margin-bottom: -70px;
	}

	85%
	{
		letter-spacing: 8px;
		margin-bottom: -70px;
	}
}

/*Pangkalahatan*/

body
{
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
}

.bod_home
{
	font-family: "berlin Sans FB";
}

.current
{
	background: rgba(255, 255, 255, .4);

}

.navigation
{
	box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, .2);
	background: rgba(255, 255, 255, .5);
	color: white;
	position: relative;
}

.heading
{
	margin-top: 60px;
	text-align: center;
	font-size: 55px;
	letter-spacing: 5px;
	color: rgba(0,0, 0, .4);
	padding: 10px;
	text-shadow: 2px 2px #ffffb3;
}

.head_nav
{
	font-family: arial;
	background: gray;
	margin-top: 0px;
	text-align: center;
}

 /*home and portfolio*/

.slider
{
	overflow: hidden;
	box-shadow: 2px 2px 3px 3px white;
	width: 700px;
	float: left;
	margin-left: 25%;
	margin-top: 3.5%;
}

.slider figure
{
	position: relative;
	width: 500%;
	margin: 0px;
	top: 0px;
	left: 0px;
	animation: 10s slider infinite;
}

.slider figure .img1
{
	width: 20%;
	height: 300px;
	float: left;
}

@keyframes slider
{
	0%
	{
		left: 0;
	}
	20%
	{
		left: 0;
	}
	25%
	{
		left: -100%;
	}
	45%
	{
		left: -100%;
	}
	50%
	{
		left: -200%;
	}
	70%
	{
		left: -200%;
	}
	75%
	{
		left: -300%;
	}
	95%
	{
		left: -300%;
	}
	100%
	{
		left: -400%;
	}
	
}

.icon1
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.icon1:hover
{
	transform: scale(1.5);
}

.navcontainer
{
	width: 1200px;
	height: 45px;
	margin-top: 20px;
	font-family: "Century Gothic";
}

ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	border-top: 1px black;
	border-bottom: 1px black;
}

li
{
	float: left;
	display: inline-block;
}

li a
{
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	width: 100px;
	font-weight: lighter;
}

li a:hover
{
	background-color: #cce6ff;
	width: 100px;
	padding: 14px 16px;
	height: 20px;
}

.nav::after
{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: black;
	transition: width .3s
}

.nav:hover::after
{
	width: 100%;
	transition: width .3s
}

.img_foot:hover
{
	transform: scale(1.5);
}

/*HOME*/

.home_head
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/e.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 400px;
	background-size: 100% 100%;
	font-family: "Berlin Sans FB";
}

.container
{
	position: relative;
	width: 1200px;
	height: 565px;
	margin: 40px auto;
}

.content
{
	text-align: center;
	margin-left: 30%;
}

.container .box
{
	position: relative;
	width: 370px;
	height: 250px;
	background: #336699;
	float: left;
	margin: 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
}

.container .box .icon
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: orange;
	transition: .5s;
	z-index: 1;
}

.container .box:hover .icon
{
	top: 20px;
	left: 150px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.container .box .icon .fa
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	transition: 0.5s;
	color: white;
}

.container .box:hover .icon .fa
{
	font-family: 40px;
}

.container .box .content
{
	position: absolute;
	text-align: center;
	height: calc(100%-100px);
	padding: 20px;
	top: 100%;
	transition: .5s;
	box-sizing: border-box;
	opacity: 0;
}

.container .box:hover .content
{
	top: 100px;
	opacity: 1;
}

.fa
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.container .box:nth-child(1) .icon
{
	background: #b30059;
}

.container .box:nth-child(1)
{
	background: #ff66b3;
}

.container .box:nth-child(2) .icon
{
	background: #336699;
}

.container .box:nth-child(2)
{
	background: #6699cc;
}

.container .box:nth-child(3) .icon
{
	background: #2d8659;
}

.container .box:nth-child(3)
{
	background: #79d2a6;
}

.container .box:nth-child(4) .icon
{
	background: #ffb31a;
}

.container .box:nth-child(4)
{
	background: #ffdd99;
}

.container .box:nth-child(5) .icon
{
	background: #7300e6;
}

.container .box:nth-child(5)
{
	background: #bf80ff;
}

.container .box:nth-child(6) .icon
{
	background: #ff471a;
}

.container .box:nth-child(6)
{
	background: #ff9980;
}

h4
{
	color: #ffffe6;
	float: left;
	margin-left: 15px;
	text-shadow: 1px 1px 1px black;
	font-size: 15px;
}

.con_slider
{
	background: #8c8c8c;
	width: 1348px;
	height: 400px;
	top: 0px;
	float: left;
}

.footer
{
	width: 1348px;
	height: 300px;
}

.con_foot
{
	position: relative;
	width: 1300px;
	height: 200px;
	
}

.con_foot .box_foot
{
	position: relative;
	width: 432px;
	height: 250px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}


.img_foot
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

p
{
	font-size: 19px;
}

a
{
	text-decoration: none;
	color: black;
	font-size: 19px
}

.f3
{
	margin-left: 60%;
}

.f2
{
	margin-left: 5px;
	text-align: center;
}

.p
{
	text-align: center;
}

/*PORTFOLIO*/

.home_headport
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/l.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 400px;
	background-size: 100% 100%;
	font-family: "Berlin Sans FB";
}

.info
{
	background-image: url("../larawan/2.jpg");
	width: 1348px;
	height: 600px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.img
{
	width: 350px;
	height: 350px;
	margin-top: 15px;
}

.img:hover
{
	border-radius: 20%;
}

.info1
{
	width: 90%;
	background-color: rgb(0, 0, 0, .7);
	margin: 100px auto;
	padding: 10px;
	display: flex;
	justify-content: center;
}

.box1
{
	width: 350px;
	height: 400px; 
	display: flex;
	margin: 0px 10px;
	transition: 1s;
}

.box1:hover
{
	transform: scale(1.3);
	z-index: 2;
	border-radius: 10%;
}

h2
{
	text-align: center;
	background-color: gray;
	top
}

/*ABOUT*/

.home_headabout
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/j.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 300px;
	background-size: 100%;
	font-family: "Berlin Sans FB";
}

.body_about
{
	height: 570px;
	background: #ffffcc;
}

.img_about
{
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.img_about:hover
{
	transform: scale(1.2);
}
.other
{
	text-align: center;
}

.tab
{
	margin-left: 400px;
}

.tab td
{
	font-size: 30px;
	border-bottom: 1px solid black;
}

/*story*/

.home_headstory
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/k.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 400px;
	background-size: 100% 100%;
	font-family: "Berlin Sans FB";
}

.body_story
{
	height: 440px;
}

 div .auto
{
	text-align: justify;
	text-indent: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

/*GALLERY*/

.home_headgallery
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/g.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 400px;
	background-size: 100% 100%;
	font-family: "Berlin Sans FB";
}

.pictures
{
	margin-left: 11%;
	margin-top: 40px;
}

.pic
{
	height: 350px;
	width: 250px;
	box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7);
	margin-right: 15px;
	margin-bottom: 15px;
	filter: blur(100%);
}

.pic:hover
{
	transform: scale(1.1);
	transition: .6s ease-in-out;
	border-radius: 10%;
	filter: blur(0);
}

.gal
{
	background: lightgray;
}

.button
{
	width: 200px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	left: 25px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.album
{
	font-size: 50px;
	background-color: lightblue;
	margin-top: 0px;
	height: 60px;
	text-align: center;
}

a .button
{
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 20px;
	color: black;
	font-weight: bold;
	transition: 1s;

}

a .button:hover
{
	box-shadow: 2px 2px 2px black;
	background-color: #e6ffff;
	transform: scale(1.2);
}

.aa .button
{
	background-color: #99ceff;
}

/*GOAL*/

.home_headgoal
{
	margin: 0px;
	padding: 0px;
	background-image: url("../larawan/c.jpg");
	background-repeat: no-repeat;
	width: 1348px;
	height: 400px;
	background-size: 100% 100%;
	font-family: "Berlin Sans FB";
}

.img_dreams
{
	position: absolute;
	margin-left: 500px;
	width: 300px;
	height: 280px;
	border-radius: 50%;
}

.body_goal
{
	background-color: #ffffcc;
	height: 450px;
}

div .left
{
	float: left;
	margin-left: 20px;
	font-size: 20px;
}

div .right
{
	float: right;
	margin-right: 23px;
	font-size: 20px;
}

.img_dreams:hover
{
	transform: scale(1.1);
}