@import 'https://fonts.googleapis.com/css2?family=Palanquin:wght@400;600;700&display=swap';
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

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/contact1.png");
	background-size: cover;
	padding-top: 110px;
	text-align: center;
}

.bg h1 {
	padding-top: 150px;
	padding-bottom: 25px;
	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: 350px;
	color: white;
	font-weight: 400;
	line-height: 1.25;
	font-size: 20px;
	padding-bottom: 100px;
}

.mouse {
	position: absolute;
	transform: translate(-50%,-50%);
	margin-left: 50%;
	margin-top: 18px;
	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;
	}
}



.tellme {
	background-color: #f1f1f2;
	height: auto;
	padding-top: 25px;
	margin: 0 auto;
}

.yourproject h1 {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.25;
}

.yourproject img {
	padding-left: 15%;
	max-width: 28%;	
	padding-bottom: 100px;
}

.login-box{
	padding-right: 15%;
	width: 35%;
	float: right;
}

.textbox {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	padding: 8px 0;
	margin: 8px 0;
	border-bottom: 1px solid grey;
}

.textbox i {
	padding-top: 8px;
	width: 26px;
	float: left;
	text-align: center;
	color: #403c3d;
}

.textbox input{
	border: none;
	outline: none;
	background: none;
	font-family: 'Palanquin', sans-serif;
	font-size: 18px;
	font-weight: 600;
	width: 80%;
	float: left;
	margin: 0 10px;
	color: #403c3d;
}

.textbox textarea{
	border: none;
	outline: none;
	background: none;
	width: 85%;
	float: left;
	margin: 0 10px;
	color: #403c3d;
	font-family: 'Palanquin', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.button10 {
	margin-top: 15px;
	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: 160px;
	transition: all 0.5s;
	cursor: pointer;
}

.button10 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button10 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;	transition: 0.5s;
}

.button10:hover span {
	padding-right: 20px;
}

.button10:hover span:after {
	opacity: 1;
	right: 0;
}


.reach {
	width: 100%;
	background-color: white;
	margin: 0 auto;
	height: auto;
	display: inline-block;	
}

.reach img{
	padding-left: 15%;
	width: 35%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}

.me {
	padding-right: 15%;
	float: right;
	padding-top: 10%;
}

.me h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.25;
}

.me h5 {
	margin-top: -20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.me p {
	margin-top: -10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.button8 a{
	text-decoration: none;
	color: white;
}

.button8 {
	margin-top: 25px;
	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: 165px;
	transition: all 0.5s;
	cursor: pointer;
}

.button8 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button8 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;	transition: 0.5s;
}

.button8:hover span {
	padding-right: 20px;
}

.button8:hover span:after {
	opacity: 1;
	right: 0;
}


iframe {
	width: 100%;
	margin-bottom: -10px;
	margin-top: -10px;
}



.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;
}


.clr {
	clear: both;
}

@media (min-width:1020px) and (max-width:1165px) {
	.bg h1 {font-size: 55px;}
	.yourproject{padding-bottom: 25px;}
	.reach img{padding-left: 10%;width: 35%;}
	.me {padding-top: 6%;}
	.sosmed {width: 90%;}
}

@media (min-width:900px) and (max-width:1019px) {
	.bg h1 {font-size: 55px;}
	.mouse {display: none;}
	.yourproject{padding-bottom: 75px;padding-top: 25px;}
	.login-box{padding-right: 15%;width: 40%;float: right;}
	.reach {padding-bottom: 75px; padding-top: 25px;}
	.reach img{padding-left: 10%;width: 28%;}
	.me {padding-top: 3%;}
	.sosmed {width: 88%;}
}

@media (min-width:700px) and (max-width:899px) {
	.bg h1 {font-size: 45px;}
	.mouse {display: none;}
	.yourproject img {display: none;}
	.yourproject{padding-top: 25px;}
	.login-box{padding-right: 15%;width: 70%;text-align: center;margin: 0 auto;float: center;}
	.button10 {margin-bottom: 100px;}
	.reach img {display: none;}
	.reach {padding-bottom: 100px; text-align: center;margin: 0 auto;}
	.me {width: 70%;}
	.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: 125px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.mouse {display: none;}
	.yourproject img {display: none;}
	.yourproject{padding-top: 25px;}
	.yourproject h1{font-size: 40px; width: 75%;margin: 0 auto;padding-bottom: 25px;}
	.login-box{padding-right: 15%;width: 70%;text-align: center;margin: 0 auto;float: center;}
	.button10 {margin-bottom: 100px;}
	.reach img {display: none;}
	.reach {padding-bottom: 100px; text-align: center;margin: 0 auto;}
	.me {width: 70%;}
	.me h1 {padding-bottom: 25px;}
	.textbox input {width: 75%;}
	.textbox textarea{width: 75%;}
	.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: 175px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.mouse {display: none;}
	.yourproject img {display: none;}
	.yourproject{padding-top: 25px;}
	.yourproject h1{font-size: 40px; width: 75%;margin: 0 auto;padding-bottom: 25px;}
	.login-box{padding-right: 15%;width: 70%;text-align: center;margin: 0 auto;float: center;}
	.button10 {margin-bottom: 100px;}
	.reach img {display: none;}
	.reach {padding-bottom: 100px; text-align: center;margin: 0 auto;}
	.me {width: 70%;}
	.me h1 {padding-bottom: 25px;}
	.textbox input {width: 75%;}
	.textbox textarea{width: 75%;}
	.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%;}
}