@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/bg1.png");
	background-size: cover;
	background-position: right;
	padding-top: 110px;	
}

.bg h1 {
	padding-left: 15%;
	max-width: 35%;
	width: 100%;
	color: white;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.25;
}

.bg h5 {
	margin-top: -20px;
	padding-left: 15%;
	max-width: 285px;
	color: white;
	font-weight: 400;
	line-height: 1.25;
	font-size: 20px;
}

.bg a{
	text-decoration: none;
	color: white;
}

.button1 {
	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;
	margin-left: 15%;
	margin-right: 1%;
}

.button1 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button1 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button1:hover span {
	padding-right: 20px;
}

.button1:hover span:after {
	opacity: 1;
	right: 0;
}

.button2 {
	display: inline-block;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid white;
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
}

.button2 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button2 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button2:hover span {
	padding-right: 20px;
}

.button2:hover span:after {
	opacity: 1;
	right: 0;
}

.mouse {
	position: absolute;
	transform: translate(-50%,-50%);
	margin-left: 50%;
	margin-top: 50px;
	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;
	}
}


.white1 {
	height: auto;
	background-image: url("../images/hape.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 35%;
	margin-left: 15%;
	display: inline-block;
	padding-bottom: 150px;
	padding-top: 100px;
}

.text1 {
	margin-left: 20px;
	margin-right: 15%;
	float: right;
	width: 45%;
	line-height: 1.5;
}

.text1 h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	width: 90%;
}

.text1 h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.text1 p {
	margin-top: -25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.text1 a{
	text-decoration: none;
	color: white;
}

.button3 {
	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;
}

.button3 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button3 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button3:hover span {
	padding-right: 20px;
}

.button3:hover span:after {
	opacity: 1;
	right: 0;
}



.red {
	height: auto;
	margin: 0 auto;
}

.text2 {
	color: white;
	background-color: #eb4b52;
	padding : 50px 0px 75px 0px;
	text-align: center;
}

.text2 h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
}

.text2 h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 0;
}

.text2 p {
	width: 275px;
	height: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.text2 li {
	display: inline;
	margin: 0 auto;
}

.red .port1 {
	display: inline-block;
	height: 250px;
	padding-right: 25px;
}

.red .port {
	border-left: 1px solid white;
	display: inline-block;
	height: 275px;
	padding-right: 30px;
	padding-left: 30px;
}

.red img {
	height: 65px;
	width: auto;
	padding-top: 25px;
}

.red p {
	font-size: 12pt;
	line-height: 2;
}


.latestprojects {
	height: auto;
	margin: 0 auto;
}

.text3 {
	text-align: center;
	width: 48%;
	line-height: 1.5;
	padding : 50px 0px 75px 0px;
	margin: 0 auto;
}

.text3 h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: -15px;
}

.text3 a{
	text-decoration: none;
	color: white;
}

.text3 h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.button4 {
	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;
}

.button4 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button4 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button4:hover span {
	padding-right: 20px;
}

.button4:hover span:after {
	opacity: 1;
	right: 0;
}



.hi-slide {
	position: relative;
	width: 750px;
	height: auto;
	margin: auto 0;
	margin-left: -2%;
}
            
.hi-slide .hi-next,
.hi-slide .hi-prev {
	position: absolute;
    top: 50%; 
    width: 35px;
    height: 35px; 
    margin-top: -40px;     
    border-radius: 50px;
    text-align: center; 
    cursor: pointer;
    background-color: #eb4b52; 
    color: white;               
    transition: all 0.8s;
    font-size: 20px; 
    font-weight: bold;
    }

.hi-slide .hi-next:hover, 
.hi-slide .hi-prev:hover {
    opacity: 1; 
    background-color: white;
    color: #eb4b52;  
}
            
.hi-slide .hi-prev { left: -110px; }    
.hi-slide .hi-prev::before { content: '<'; }
.hi-slide .hi-next { right: 0px; }
.hi-slide .hi-next::before { content: '>'; }
    
.hi-slide > ul { 
    list-style: none; 
    position: relative;
    width: 700px; 
    height: 300px; 
    margin: 0;
    padding: 0;
}
                     
.hi-slide > ul > li {
    overflow: hidden; 
    position: absolute; 
    z-index: 0; 
    width: 0; 
    height: 0; 
    margin: 0; 
    padding: 0;
    border: 3px solid white;              
    background-color: #333; 
    cursor: pointer; }
            
.hi-slide > ul > li > img {
	width: 100%;
	height: 100%;
	background-position: center;
}


.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;
}

.kontak 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;
	max-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:1170px) {
	.bg h1 {font-size: 55px;}
	.red .port {border: none;}
	.slide{margin-left: -8%;}
	.sosmed {width: 90%;}
}

@media (min-width:900px) and (max-width:1099px) {
	.bg h1 {font-size: 55px;}
	.mouse {display: none;}
	.red .port {border: none;}
	.slide {display: none;}
	.sosmed {width: 88%;}
}


@media (min-width:700px) and (max-width:899px) {
	.bg h1 {max-width: 40%; font-size: 45px;}
	.mouse {display: none;}
	.white1 {background-size: 25%;padding-bottom: 100px;padding-top: 50px;}
	.text1 {margin-right: 15%;float: right;width: 55%;line-height: 1.5;}
	.red .port {border: none;}
	.slide{display: none;}
	.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 {
	height: 20px;	
	text-decoration: none;
	padding-left: 13px;
	color: #646464;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	}
	.bg {padding-top: 150px;}
	.bg h1 {text-align: center; padding-top: 50px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.button1 {margin: 0 auto; display: block;}
	.button2 {margin: 0 auto; display: block; margin-top: 15px;}
	.mouse {display: none;}
	.white1 {
	height: auto;
	background-image: none;
	background-repeat: none;
	background-position: none;
	background-size: none;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-block;
	padding-bottom: 75px;
	padding-top: 50px;
	}
	.text1 {text-align: center;float: none;width: 100%;line-height: 1.5;}
	.text1 h1 {text-align: center; font-size: 40px;}
	.text1 h5 {text-align: center; max-width: 90%;}
	.text1 p {text-align: center; max-width: 90%;}
	.button3 {margin-left: 21%; margin-right: 21%; display: block;}
	.text2 {padding : 50px 0px 25px 0px;text-align: center;}
	.text2 h1 {text-align: center; font-size: 40px;}
	.text2 li {display: inline-block; margin: 0 auto;}
	.red .port1 {display: inline-block; height: auto;padding-right: none;}
	.red .port {
	border: none;
	display: inline-block;
	margin: 0 auto;
	padding-right: none;
	margin-left: -5%;
	}
	.red img {height: 40px; width: auto; padding-top: auto;}
	.text2 h5 {margin-top: 25px; margin-bottom: 20px;}

	.text3 {
	text-align: center;
	width: 63%;
	line-height: 1.5;
	padding : 50px 0px 100px 0px;
	margin: 0 auto;
}
	.text3 h1 {font-size: 40px;}
	.slide{display: none;}
	.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 {
	height: 20px;	
	text-decoration: none;
	padding-left: 13px;
	color: #646464;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	}
	.bg {padding-top: 75px;}
	.bg h1 {line-height: 1.5;text-align: center; padding-top: 50px; max-width: 73%; font-size: 40px;}
	.bg h5{text-align: center; padding-top: 15px;max-width: 70%;}
	.button1 {margin: 0 auto; display: block;}
	.button2 {margin: 0 auto; display: block; margin-top: 15px;}
	.mouse {display: none;}
	.white1 {background: none; margin-left: 10%; margin-right: 10%;
	padding-bottom: 100px;
	padding-top: 50px;
	}
	.text1 {text-align: center;float: none;width: 100%;line-height: 1.5;}
	.text1 h1 {text-align: center; font-size: 40px;}
	.text1 h5 {text-align: center; max-width: 90%;}
	.text1 p {text-align: center; max-width: 90%;}
	.button3 {margin-left: 21%; margin-right: 21%; display: block;}
	.text2 {padding : 50px 0px 25px 0px;text-align: center;}
	.text2 h1 {text-align: center; font-size: 40px;}
	.text2 li {display: inline-block; margin: 0 auto;}
	.red .port1 {display: inline-block; height: auto;padding-right: none;}
	.red .port {
	border: none;
	display: inline-block;
	margin: 0 auto;
	padding-right: none;
	margin-left: -5%;
	margin-bottom: -50px;
	}
	.red img {height: 40px; width: auto; padding-top: auto;}
	.text2 h5 {margin-top: 25px; margin-bottom: 20px;}
	.text3 {text-align: center;width: 63%;line-height: 1.5;
	padding : 50px 0px 100px 0px;
	margin: 0 auto;}
	.text3 h1 {font-size: 40px;}
	.slide{display: none;}
	.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%;}
}