@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

h1, h2, h3, h4 {
	padding:0px;
	margin:0px;
	font-size:inherit;
	font-weight:inherit;
}

a {
	text-decoration: none;
	color:inherit;
}

body {
	margin:0px;
	padding:0px;
	font-family: nudista-web, sans-serif;
	color:#313131;
}

.def_container {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.def_center {
	position: relative;
	float: left;
	width: 80%;
}

.defaulttext {
	font-size:16px;
	line-height:26px;
}

.contencontainer {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}

.button {
	position:relative;
	float:left;
	border:1px solid #FFFFFF;
	overflow:hidden;
	border-radius: 15px;
	padding: 10px 45px;
	color: #FFFFFF;
	text-decoration: none;
}
.button:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.buttondark {
	background-color:#616d38;
	border:1px solid #616d38;
	font-weight:600;
	text-transform:	uppercase;
}
.btn_bg {
	position:absolute;
	top:100%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	transition-duration:0.2s;
}
.btn_text {
	position:relative;
	float:left;
	padding:8px 35px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
.button:hover .btn_bg {
	top:0%;
}
.button:hover .btn_text {
	color:#1b7cdf;
}


.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url('../images/hero.jpg');
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.hero_logo {
	position: relative;
	float: left;
	width: 25%;
}
.hero_bg {
	position: relative;
	float: left;
	width: 100%;
}
.hero_arrow {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.hero_arrow_c {
	position: relative;
	width: 3%;
	cursor: pointer;
}
.hero_arrow_c img {
	position: absolute;
	width: 100%;
	top: 0px;
	opacity: 0.7;
	transition-duration: 0.2s;
}
.hero_arrow_c:hover img {
	top: -10px;
}

.hero_2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 70px;
}
.hero_2_i {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.hero_2_i:nth-child(2) {
	margin-top: 20px;
}
.hero_2_i .button {
	width: 250px;
	text-align: center;
	cursor: pointer;
}
.hero_2_i_icon {
	position: relative;
	float: left;
	margin-left: 38px;
	margin-top: 5px;
}
.hero_2_i_icon img {
	width: 28px;
}
.hero_2_i:nth-child(2) .hero_2_i_icon {
	margin-left: 0px;
	margin-right: 30px;
}
.hero_2_i:nth-child(2) .hero_2_i_icon img {
	width: 40px;
	margin-top: 5px;
}

.companies {
	position: relative;
	float: left;
	width: 100%;
}
.comp {
	position: relative;
	float: left;
	width: 80%;
	padding: 50px 10%;
	display: flex;
	justify-content: space-between;
}
.logo {
	position: relative;
	float: left;
}
.logo img {
	width: 300px;
}
.comp_content {
	position: relative;
	float: left;
	width: calc(100% - 35%);
	display: flex;
	justify-content: left;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.comp_title {
	position: relative;
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 12px;
}
.comp_title span {
	color: #dda15e;
}
.comp_title2 span {
	color: #b1c1c0 !important;
}
.comp_text {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.comp_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.gall {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gall_i {
	position: relative;
	float: left;
	width: calc(25% - 15px);
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.gall_i img {
	position: relative;
	float: left;
	width: 100%;
}

.about {
	position: relative;
	float: left;
	width: 80%;
	padding: 0px 10%;
	margin-top: 50px;
}
.about_content {
	position: relative;
	float: left;
	width: 45%;
	display: flex;
	justify-content: left;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.about_photo {
	position: relative;
	float: left;
	width: 45%;
	border-radius: 45px;
	overflow: hidden;
	margin-left: 10%;
}
.about_photo img {
	position: relative;
	float: left;
	width: 100%;
}
.about .comp_text:nth-child(3) {
	margin-top: 20px;
}

.footer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.ft_center {
	position: relative;
	float: left;
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	font-weight: bold;
}
.ft_center img {
	max-width: 100px;
}

@media only screen and (max-width: 1400px) {
	.logo img {
		width: 260px;
	}
	.comp_content {
		width: calc(100% - 45%);
	}
}

@media only screen and (max-width: 1000px) {
	.hero_logo {
		width: 35%;
	} 
	.hero_arrow_c {
		width: 6%;
	}
	.comp {
		flex-wrap: wrap;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.comp_content {
		width: 100%;
		margin-top: 35px;
		text-align: center;
	}
	.comp_title {
		display: none;
	}
	.comp_title_stays {
		display: block;
	}
	.comp_btn {
		display: flex;
		justify-content: center;
	}
	.comp_mobilereverse {
		flex-direction: column-reverse;
	}

	.gall_i {
		width: calc(50% - 10px);
	}

	.about {
		flex-wrap: wrap;
	}
	.about_content {
		width: 100%;
		text-align: center;
	}
	.about_photo {
		margin-top: 50px;
		width: 100%;
		margin-left: 0px;
	}
	.about_photo img {
		width: 100%;
	}
	.ft_center {
		flex-wrap: wrap;
	}
	.ft_center div {
		width: 100%;
		text-align: center;
		margin: 5px 0px;
	}
}
@media only screen and (max-width: 800px) {
	.hero_logo {
		width: 50%;
	} 
	.hero_arrow_c {
		width: 12%;
	}

	.hero_2_i .button {
		width: 200px;
	}
}