@import 'https://fonts.googleapis.com/css2?family=Palanquin:wght@400;600;700&display=swap';

body{
	background-color: white;
	font-family: 'Palanquin', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #403c3d;
}

.header {
	height: auto;
	background-color: white;
	margin: 0 auto;
	top:0;
	position: fixed;
	width: 100%;
	display: block;
	transition: top 0.3s;
}

.header img {
	margin-top: 18px;
	margin-left: 15%;
	float: left;
}

.menu {
	margin-right: 15%;
	float: right;
}

.menu li {
	display: inline;
}

.menu li a {
	height: 20px;
	text-decoration: none;
	padding-left: 50px;
	color: #646464;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
}

.menu li a:hover {
	color: #eb4b52;
}

.menu li a.active {
	color: #eb4b52;
	font-weight: 700;
}

.bg {
	width: 100%;
	height: 550px;
	background-image: url("../images/about2.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 110px;
	text-align: center;
}

.bg h1 {
	padding-top: 200px;
	padding-bottom: 15px;
	margin: 0 auto;
	max-width: 35%;
	color: white;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.25;
}

.bg h5 {
	margin: 0 auto;
	max-width: 325px;
	color: white;
	font-weight: 400;
	line-height: 1.25;
	font-size: 20px;
	padding-bottom: 30px;
}

.mouse {
	position: absolute;
	transform: translate(-50%,-50%);
	margin-left: 50%;
	margin-top: 20px;
	width: 13px;
	height: 20px;
	border: 2px solid white;
	border-radius: 50px;
}

.mouse:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 4px;
	background-color: white;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	animation: scroll 2s infinite;
}

@keyframes scroll {
	from {
		opacity: 1;
		top: 30%;
	}
	to{
		opacity: 0;
		top: 15px;
	}
}


.hello {
	height: auto;
	background-image: url("../images/aboutpasfoto.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 30%;
	margin-left: 15%;
	display: inline-block;
	padding-bottom: 150px;
	padding-top: 100px;
}

.intro {
	margin-right: 15%;
	float: right;
	width: 50%;
	line-height: 1.5;
}

.intro h2 {
	margin-top: 50px;
	margin-bottom: -20px;
	font-size: 25px;
	font-weight: 600;
}

.intro h1 {
	padding-top: -5px;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
}

.intro h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.intro p {
	margin-top: -25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.button6 a{
	text-decoration: none;
	color: white;
}

.button6 {
	margin-right: 2%;
	display: inline-block;
	border-radius: 50px;
	background-color: #eb4b52;
	border: 2px solid #eb4b52;
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
}

.button6 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button6 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;	transition: 0.5s;
}

.button6:hover span {
	padding-right: 20px;
}

.button6:hover span:after {
	opacity: 1;
	right: 0;
}

.button7 a{
	text-decoration: none;
	color: #eb4b52;
}

.button7 {
	margin-right: 2%;
	display: inline-block;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #eb4b52;
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
}

.button7 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	color: #eb4b52;
}

.button7 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;	transition: 0.5s;
}

.button7:hover span {
	padding-right: 20px;
}

.button7:hover span:after {
	opacity: 1;
	right: 0;
}



.grey {
	height: auto;
	text-align: center;
}

.edu {
	background-color: #f1f1f2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.grey h1 {
	color: #eb4b52;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
}

.edu li {
	text-align: left;
}

.grey .port3 {
	display: inline-block;
	padding-right: 3%;
	padding-left: 3%;
}

.lingkaran1 {
	width: 20px;
	height: 20px;
	background-color: #d0d2d3;
	border-radius: 100%;
}

.port3 h5 {
	margin-left: 10px;
	margin-top: -15px;
	line-height: 1.5;
	font-size: 16px;

}

.port3 p {
	margin-left: 10px;
	margin-top: -25px;
	font-size: 10pt;
	line-height: 1;
}



.work {
	height: auto;
	margin: 0 auto;
}

.text2 {
	color: white;
	background-color: #eb4b52;
	padding-top: 25px;
	padding-bottom: 50px;
}

.text2 h1 {
	padding-left: 15%;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
}

.text2 li {
	display: inline;
	margin: 0 auto;
}

.work .port {
	display: inline-block;
	padding-right: 15%
}

.work img {
	height: 50px;
	width: auto;
	padding-top: 20px;
	float: left;
}

.work p {
	padding-left: 75px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}



.somepastclients {
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 75px;
}

.wrapper {
	text-align: center;
	width: 58%;
	margin: 0 auto;
}

.wrapper h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: -15px;
}

.wrapper h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.wrapper img {
	max-width: 100%;
	padding-bottom: 10px;
}



.kontak {
	width: 100%;
	height: auto;
	background-image: url("../images/kontak.png");
	background-size: cover;
	background-position: left;
	text-align: center;
	padding-bottom: 85px;
}

.kontak h1 {
	max-width: 450px;
	width: 50%;
	color: white;
	padding : 75px 0px 50px 0px;
	margin: 0 auto;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
}

.button5 a{
	text-decoration: none;
	color: white;
}

.button5 {
	display: inline-block;
	border-radius: 50px;
	background-color: #eb4b52;
	border: 2px solid #eb4b52;
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
}

.button5 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button5 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button5:hover span {
	padding-right: 20px;
}

.button5:hover span:after {
	opacity: 1;
	right: 0;
}


.footer {
	height: auto;
	margin: 0 auto;
	color: white;
	background-color: #403c3d;
	padding : 18px 0px 5px 0px;
	text-align: center;
}

.text4 {
	font-weight: 600;
	line-height: 0.5;
}

.menufooter {
	margin: 0 auto;
}

.menufooter li {
	display: inline;
}

.menufooter li a {	
	text-decoration: none;
	padding-right: 50px;
	color: white;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
}

.menufooter li a:hover {
	color: #eb4b52;
}

.menufooter li a.active {
	color: #eb4b52;
	font-weight: 700;
}

.sosmed {
	text-align: center;
	border-bottom: 1px solid white;
	width: 95%;
	margin: 0 auto;
}

.sosmed img {
	padding: 5px 10px 15px 10px;
	width: 23px;
	height: auto;
	border: 0;
}

.footer p {
	text-align: center;
	margin-top: 10px;
	font-size: 10pt;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #eb4b52;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
}

#myBtn:hover {
  background-color: white;
  color: #eb4b52;
}

.clr {
	clear: both;
}



@media (min-width:1100px) and (max-width:1195px) {
	.bg h1 {font-size: 55px;}
	.text2 h1 {padding-bottom: 5px;padding-top: 0;}
	.port {padding-left: 15%;}
	.sosmed {width: 90%;}
}

@media (min-width:900px) and (max-width:1099px) {
	.bg h1 {font-size: 55px;}
	.mouse {display: none;}
	.text2 h1 {padding-bottom: 5px;padding-top: 0;}
	.port {padding-left: 13%;}
	.grey .port3 {padding-right: 1%;padding-left: 1%;}
	.sosmed {width: 88%;}
}

@media (min-width:700px) and (max-width:899px) {
	.bg h1 {font-size: 45px;}
	.mouse {display: none;}
	.hello {background: none;padding-bottom: 100px;padding-top: 50px;}
	.intro {width: 85%;text-align: center;}
	.text2 h1 {padding-bottom: 5px;padding-top: 0;}
	.port {padding-left: 13%;}
	.grey .port3 {padding-right: 1%;padding-left: 1%;}
	.sosmed {width: 85%;}
}

@media (min-width:400px) and (max-width:699px) {
	.header img {margin-top: 18px; margin-left: 10%; float: left; width: 50px; height: auto;}
	.menu {	margin-right: 10%;float: right;}
	.menu li a {padding-left: 13px;	font-size: 12px;}
	.bg {padding-top: 150px;}
	.bg h1 {text-align: center; padding-top: 225px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.mouse {display: none;}
	.hello {background: none; margin-left: 10%;margin-right: 10%;
	padding-bottom: 100px;padding-top: 25px;}
	.intro {text-align: center;float: none;width: 100%;line-height: 1.5;}
	.intro h1 {text-align: center; font-size: 40px;}
	.intro h5 {text-align: center;}
	.intro p {text-align: center;}
	.edu h1 {text-align: center; font-size: 40px;}
	.edu {padding-top: 25px;padding-bottom: 50px;}
	.port3 {text-align: center;width: 50%;}
	.text2 h1 {font-size: 40px;margin-left: -5%;padding-bottom: 5px;padding-top: 0;}
	.wrapper h1 {font-size: 40px;}
	.kontak h1{font-size: 40px; width: 50%;}
	.text4 {display: none;}
	.menufooter li a {text-decoration: none; padding-right: 15px;}
	.sosmed {width: 83%;}
}

@media (max-width:399px) {
	.header img {margin-top: 18px; margin-left: 8%; float: left; width: 45px; height: auto;}
	.menu {	margin-right: 8%;float: right;}
	.menu li a {padding-left: 13px;	font-size: 12px;}
	.bg {padding-top: 75px;}
	.bg h1 {text-align: center; padding-top: 225px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.mouse {display: none;}
	.hello {background: none; margin-left: 10%;margin-right: 10%;
	padding-bottom: 75px;padding-top: 25px;}
	.intro {text-align: center;float: none;width: 100%;line-height: 1.5;}
	.intro h1 {text-align: center; font-size: 40px;}
	.intro h5 {text-align: center;}
	.intro p {text-align: center;}
	.button6 {margin: 0 auto; display: block;}
	.button7 {margin: 0 auto; display: block; margin-top: 15px;}
	.edu h1 {text-align: center; font-size: 40px;}
	.edu {padding-top: 25px;padding-bottom: 50px;}
	.port3 {text-align: center;width: 50%;}
	.text2 h1 {font-size: 40px;margin-left: -5%;padding-bottom: 5px;padding-top: 0;}
	.wrapper h1 {font-size: 40px;}
	.kontak h1{font-size: 40px; width: 50%;}
	.text4 {display: none;}
	.menufooter li a {font-size: 12;text-decoration: none; padding-right: 15px;}
	.footer p {	margin-top: 5px;font-size: 8pt;}
	.sosmed {width: 83%;}
}