* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
header {
	width: 100%;
	height: 100vh;
	color: #fff;
	background-color: #fff0db;
	font-family: Roboto, sans-serif;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
header::before {
	content: '';
	height: 100%;
	width: 100%;
	background-color: #f9b232;
	top: 0;
	left: 0;
	position: absolute;
	clip-path: ellipse(71% 49% at 25% 7%);
}

header h1 {
	font-size: 10vh;
	width: 80%;
	line-height: 1.2;
	z-index: 2;
	padding: 100px 0 0 100px;
	height: calc(50% - 150px);
}

header span {
	display: inline-block;
	font-size: .9em;
	margin-left: 50px;
}

header img {
	position: absolute;
	right: 10%;
	top: 35%;
	height: 55%;
	transform: rotate(5deg);
}
header > div {
	height: 50%;
	width: 100%;
	display: flex;
	align-items: center;
}

.btn-header-contact,
.btn-header-info {
	align-self: center;
	z-index: 1000;
	text-decoration: none;
	padding: 1em 2em;
	border-radius: 7px;
	font-size: 1.3em;
	font-weight: 700;
}

.btn-header-info {
	margin-left: 100px;
	color: #fff0db;
	background-color: #f9b232;
	border: 2px solid #f9b232;
}

.btn-header-contact {
	margin-left: 50px;
	color: #f9b232;
	border: 2px solid #f9b232;
	background-color: #fff0db;
}

.about,
.service {
	display: flex;
}
.about {
	height: 500vh;
}
.service {
	height: 300vh;
}
.about-title,
.service-title {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 0 !important;
	color: rgb(119, 119, 119);

	font-family: Arial, Helvetica, sans-serif;
	background: #f9b232;
}
.about-title h2,
.service-title h2 {
	padding: 5%;
	text-align: center;
	font-weight: 700;
	font-size: 3em;
}
.about-title {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-title p {
	font-size: 1.5em;
	align-self: center;
	text-align: justify;
	margin: 10px 50px 0;
}
.about-pages {
	width: 60%;
}

.service-title {
	background: #fff url("img/IMG_auto.png") no-repeat bottom;
	background-size: 100%;
	width: 40%;
}
.service-pages {
	width: 60%;
}
.about-pages article,
.service-pages article {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service-pages article h2 {
	font-family: Roboto, sans-serif;
	font-size: 2.3em;
	margin-bottom: 80px;
	padding: 0 5px;
}
.service-pages article ul {
	font-family: Roboto, sans-serif;
	font-size: 1.3em;
	list-style-type: square;
	color: rgb(53, 53, 53);
	padding: 0 5%;
}
.service-pages article ul li {
	border-bottom: 1px solid rgb(53, 53, 53);
	margin: 0 20px;
	padding: 20px;
}
.service-pages article ul li:last-of-type {
	border-bottom: 0;
}
.about-title div p,
.service-title div p {
	width: 80%;
	font-size: 18px;
	line-height: 30px;
}

.about-pages article {
	border: 50px solid #fff;
	border-top: 0;
	box-sizing: border-box;
}
.about-pages article:first-of-type {
	border-top: 50px solid #fff;
}

.about-pages article:nth-child(1) {
	background: url("img/IMG_1.jpg") no-repeat center;
	background-size: cover;
}
/* .about-pages article:nth-child(2){
            background: url("img/IMG_2.jpg") no-repeat center;
            background-size: cover;
        }*/
.about-pages article:nth-child(5) {
	background: url("img/IMG_3.jpg") no-repeat center;
	background-size: cover;
}
.about-pages article:nth-child(3) {
	background: url("img/IMG_2.jpg") no-repeat center;
	background-size: cover;
}
.about-pages article:nth-child(4) {
	background: url("img/IMG_5.jpg") no-repeat center;
	background-size: cover;
}
.about-pages article:nth-child(2) {
	background: url("img/IMG_6.jpg") no-repeat center;
	background-size: cover;
}
.service-pages article:nth-child(1) {
	background-color: #f9b232;
}
.service-pages article:nth-child(2) {
	background-color: #fff0db;
}
.service-pages article:nth-child(3) {
	background-color: #f9b232;
}

.contact {
	width: calc(100% - 200px);
	padding: 50px 100px;
	background: #fff0db;
	display: flex;
}

.contact div p {
	line-height: 1.5;
	font-size: 1.2em;
	text-align: justify;
	margin-right: 40px;
}
.contact img {
	width: 100%;
}

footer {
	background: #fff0db;
	padding: 100px;
}
