@import url("https://fonts.cdnfonts.com/css/mont");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,80");
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	background-color: white;
	scroll-behavior: smooth;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

/*###########################################################################################  */
/*#########################################mobile############################################  */
/*###########################################################################################  */

@media screen and (max-width: 480px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#logo {
		width: 120px;
		height: 30px;
	}

	.hamburger {
		width: 30px;
		transition: 0.3s ease-out;
	}

	#header ul {
		display: none;
	}

	.mobileMenu {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(11, 11, 95, 0.801);
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: translateX(100%);
		opacity: 0;
		transition: 0.3s ease-out;
	}

	.mobileMenu p a {
		font-family: "Montserrat";
		color: white;
		font-size: 20px;
	}

	.mobileMenu p {
		margin: 10px 0;
	}

	.X {
		position: absolute;
		width: 30px;
		top: 30px;
		right: 30px;
	}

	#banner {
		width: 100%;
		height: 70%;
		background-image: url(../images/DSC04217.jpg);
		background-size: cover;
		background-position: center 40%;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.636);
	}

	.top {
		width: 100%;
		height: 70%;
		padding-left: 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.top h1 {
		font-family: "Montserrat";
		font-size: 60px;
		font-weight: 500;
		color: white;
	}

	.top p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: white;
		width: 90%;
		margin-top: 50px;
	}

	.bottom {
		width: 100%;
		height: 30%;
		padding-left: 5%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.bottom p {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		color: white;
		margin-right: 50px;
	}

	.bottom span {
		font-size: 30px;
		margin-right: 10px;
		font-weight: 700;
	}

	#services {
		width: 100%;
		/* height: 400%; */
	}

	.service1,
	.service2,
	.service3 {
		/* width: 100%;
		height: 33.33333%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: hidden; */
		display: none;
	}

	.service1 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 800px;
	}

	.service2 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 600px;
	}

	.service2-left img {
		width: 100%;
	}

	.service3 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 600px;
	}

	.service1-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service1-left h2 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
		margin-bottom: 30px;
	}

	.service1-left h4 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 400;
		color: black;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.service1-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service1-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service1-right img {
		height: 100%;
	}

	.service2-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 5%;
		padding-left: 5%;
	}

	.service2-left h2 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
		margin-bottom: 30px;
	}

	.service2-left h4 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 400;
		color: black;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.service2-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service2-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service2-right img {
		height: 100%;
	}

	.service3-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service3-left h2 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
	}

	.service3-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service3-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service3-right img {
		height: 100%;
	}

	#footer {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 10%;
		padding-bottom: 10%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: left;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 180%;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 0px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 0px;
	}

	.needed {
		margin-bottom: 30px;
	}
}

/*###########################################################################################  */
/*#########################################tablet############################################  */
/*###########################################################################################  */

@media screen and (max-width: 1024px) and (min-width: 481px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#logo {
		width: 200px;
		height: 60px;
	}

	.hamburger {
		width: 30px;
		transition: 0.3s ease-out;
	}

	#header ul {
		display: none;
	}

	.mobileMenu {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(11, 11, 95, 0.801);
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: translateX(100%);
		opacity: 0;
		transition: 0.3s ease-out;
	}

	.mobileMenu p a {
		font-family: "Montserrat";
		color: white;
		font-size: 25px;
	}

	.mobileMenu p {
		margin: 20px 0;
	}

	.X {
		position: absolute;
		width: 30px;
		top: 30px;
		right: 30px;
	}

	#banner {
		width: 100%;
		height: 100%;
		background-image: url(../images/DSC04217.jpg);
		background-size: cover;
		background-position: center 40%;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.636);
	}

	.top {
		width: 100%;
		height: 50%;
		padding-left: 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.top h1 {
		font-family: "Montserrat";
		font-size: 100px;
		font-weight: 500;
		color: white;
	}

	.top p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		color: white;
		width: 90%;
		margin-top: 50px;
	}

	.bottom {
		width: 100%;
		height: 50%;
		padding-left: 5%;
		padding-top: 50px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}

	.bottom p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		color: white;
		margin-right: 50px;
	}

	.bottom span {
		font-size: 35px;
		margin-right: 10px;
		font-weight: 700;
	}

	#services {
		width: 100%;
		height: 200%;
	}

	.service1,
	.service2,
	.service3 {
		width: 100%;
		height: 33.33333%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: hidden;
	}

	.service1-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service1-left h2 {
		font-family: "Montserrat";
		font-size: 80px;
		font-weight: 400;
		color: black;
	}

	.service1-left h4 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
	}

	.service1-left p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service1-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service1-right img {
		height: 100%;
	}

	.service2-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-right: 5%;
		padding-left: 5%;
	}

	.service2-left h2 {
		font-family: "Montserrat";
		font-size: 80px;
		font-weight: 400;
		color: black;
	}

	.service2-left h4 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
	}

	.service2-left p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service2-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service2-right img {
		height: 100%;
	}

	.service3-left {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service3-left h2 {
		font-family: "Montserrat";
		font-size: 80px;
		font-weight: 400;
		color: black;
	}

	.service3-left h4 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 400;
		color: black;
	}

	.service3-left p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		color: black;
		width: 90%;
	}

	.service3-right {
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.service3-right img {
		height: 100%;
	}

	#footer {
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 10%;
		padding-bottom: 10%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 25px;
		text-align: left;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 400px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 45px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 0px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 25px;
		margin-left: 0px;
	}

	.needed {
		margin-bottom: 30px;
	}
}

/*###########################################################################################  */
/*#########################################notebook##########################################  */
/*###########################################################################################  */

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#header img {
		width: 120px;
		height: 30px;
	}

	#header ul {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#header ul li {
		font-family: "Montserrat";
		font-size: 15px;
	}

	.mobileMenu,
	.hamburger {
		display: none;
	}

	#banner {
		width: 100%;
		height: 70%;
		background-image: url(../images/DSC04217.jpg);
		background-size: cover;
		background-position: center 40%;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.636);
	}

	.top {
		width: 100%;
		height: 70%;
		padding-left: 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.top h1 {
		font-family: "Montserrat";
		font-size: 60px;
		font-weight: 500;
		color: white;
		margin-top: 20px;
	}

	.top p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: white;
		width: 50%;
		margin-top: 20px;
	}

	.bottom {
		width: 100%;
		height: 30%;
		padding-left: 5%;
		display: flex;
		flex-direction: row;
	}

	.bottom p {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		color: white;
		margin-right: 50px;
	}

	.bottom span {
		font-size: 30px;
		margin-right: 10px;
		font-weight: 700;
	}

	#services {
		width: 100%;
		height: 200%;
	}

	.service1,
	.service2,
	.service3 {
		width: 100%;
		height: 33.33333%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		overflow: hidden;
	}

	.service2 {
		flex-direction: row-reverse;
	}

	.service1-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service1-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
		margin-bottom: 20px;
	}

	.service1-left h4 {
		font-family: "Montserrat";
		color: black;
		font-size: 20px;
		font-weight: 500;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.service1-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
	}

	.service1-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.service1-right img {
		width: 100%;
		height: 105%;
	}

	.service2-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 5%;
		padding-left: 5%;
	}

	.service2-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
		margin-bottom: 20px;
	}

	.service2-left h4 {
		font-family: "Montserrat";
		color: black;
		font-size: 20px;
		font-weight: 500;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.service2-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
	}

	.service2-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.service2-right img {
		width: 100%;
	}

	.service3-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service3-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
	}

	.service3-left p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		color: black;
	}

	.service3-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.service3-right img {
		width: 100%;
		height: 105%;
	}

	#footer {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 5%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: right;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 300px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 50px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 50px;
	}

	.needed {
		margin-bottom: 30px;
	}
}

/*###########################################################################################  */
/*#########################################pc##########################################  */
/*###########################################################################################  */

@media screen and (min-width: 1281px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#header img {
		width: 1ž0px;
		height: 50px;
	}

	#header ul {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#header ul li {
		font-family: "Montserrat";
		font-size: 18px;
	}

	.hamburger {
		display: none;
	}

	.mobileMenu {
		display: none;
	}

	#banner {
		width: 100%;
		height: 70%;
		background-image: url(../images/DSC04217.jpg);
		background-size: cover;
		background-position: center 40%;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.636);
	}

	.top {
		width: 100%;
		height: 70%;
		padding-left: 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.top h1 {
		font-family: "Montserrat";
		font-size: 70px;
		font-weight: 500;
		color: white;
	}

	.top p {
		font-family: "Montserrat";
		font-size: 18px;
		font-weight: 500;
		color: white;
		width: 50%;
		margin-top: 20px;
	}

	.bottom {
		width: 100%;
		height: 30%;
		padding-left: 5%;
		display: flex;
		flex-direction: row;
	}

	.bottom p {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		color: white;
		margin-right: 50px;
	}

	.bottom span {
		font-size: 40px;
		margin-right: 10px;
		font-weight: 700;
	}

	#services {
		width: 100%;
		height: 200%;
	}

	.service1,
	.service2,
	.service3 {
		width: 100%;
		height: 33.33333%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		overflow: hidden;
	}

	.service2 {
		flex-direction: row-reverse;
	}

	.service1-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service1-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
		margin-bottom: 20px;
	}

	.service1-left h4 {
		font-family: "Montserrat";
		color: black;
		font-size: 30px;
		font-weight: 500;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.service1-left p {
		font-family: "Montserrat";
		font-size: 18px;
		font-weight: 500;
		color: black;
	}

	.service1-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.service1-right img {
		width: 100%;
		height: 105%;
	}

	.service2-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 5%;
		padding-left: 5%;
	}

	.service2-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
		margin-bottom: 20px;
	}

	.service2-left h4 {
		font-family: "Montserrat";
		color: black;
		font-weight: 500;
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.service2-left p {
		font-family: "Montserrat";
		font-size: 18px;
		font-weight: 500;
		color: black;
	}

	.service2-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.service2-right img {
		width: 100%;
	}

	.service3-left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-left: 5%;
		padding-right: 5%;
	}

	.service3-left h2 {
		font-family: "Montserrat";
		font-size: 50px;
		font-weight: 400;
		color: black;
	}

	.service3-left p {
		font-family: "Montserrat";
		font-size: 18px;
		font-weight: 500;
		color: black;
	}

	.service3-right {
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.service3-right img {
		width: 100%;
		height: 105%;
	}

	#footer {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 5%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: right;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 300px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 50px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 50px;
	}

	.needed {
		margin-bottom: 30px;
	}
}
