@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
header{
	background: #fff;
	display: flex;
	position: absolute;
	width: 100%;
	align-items: center;
	height: 90px;
	justify-content: center;
}
.logo{
	justify-content: left;
}
.menu{
	margin-left:320px; 
}
.menu a{
	font-weight: lighter;
	font-size: large;
	padding-right: 50px;
}
a{
	text-decoration: none;;
	color: #000;
}
/*First_page*/
.first_page{
	background: url(../img/section_1/background.1.jpg);
	height: 100%;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 270px 0;
}
button{
   text-align: center;
   padding: 15px 20px;
   margin: 15px 8px;
   border: solid 2px #fff;
   color: #fff;
   background-color: transparent;
   transition: all .3s linear;
   -webkit-transition:all .3s linear;
   -moz-transition:all .3s linear;
   text-transform: uppercase;
}
button:hover{
  color: #fff;
  background: #006958 ;
}
/*Section_page*/
.section_page{
	justify-content: center;
	text-align: center;
	height: 100%;
}
 .text_1{
	width: 590px;
	margin:0 auto;
	margin-top:160px;
	display: block;
	justify-content: space-between;
}
.block_1{
	width: 240px;
	margin-top: 160px;

}
.blocks{
	display: flex;
	justify-content: space-between;

}
.container{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.third_page{
	background: #e4fdfa;
	justify-content: center;
	text-align: center;
}
.text_2{
	width: 250px;
	height: 360px;
	background: #fff;
	justify-content: center;
	padding: 36px;
	margin-bottom: 30px; 
}
.text_2:hover{
	background: #006958;
	box-shadow: -1px 14px 48px -4px #949494;
}
.button_2{
   color: #000;
   border: solid 2px #000;
}
.text_2:hover .button_2{
  color: #fff;
  background: #00887a;
  border: solid 2px #fff;
}
.img{
	background-image: url(../img/section_3/smartphone.WEBP); 
	background-size: cover;
	width: 70px;
	height: 90px;
	margin:0 auto; 
}
.text_2:hover .img{
	background-image: url(../img/section_3/pfone.jpg); 
}
.flex{
	flex-wrap: wrap;
}
.text_3{
	padding: 120px;
}
.text_2:hover h2 {
	color: #fff
}
.text_2:hover p {
	color: #fff
}
.for_foto{
	width: 100% ;
	height: 100%;
}
.button_4{
	margin-top: 110px;
}
.button_3{
	border: solid 2px #00887a;
}
.button:hover{
	border: solid 2px #00887a;
}
.max{
	position: relative;
	width: 310px;
	height: 240px;
	margin: 10px;
}

 .max_text{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000045;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.max_text:hover{
    opacity: 1;
}
.img_g{
	display: flex;
}
.max_text p{
	font-size: 1.3em;
	color: #fff; 
}
.mob_menu{
	display: none;
}
@media screen and (max-width: 764px){
	.menu{
		display: none;
		margin-left: 0px;
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100vh;
		top: 0px;
		left: 0px
	}
	.menu a{
		display: block;
		padding: 10px
	}
	.text_1{
		width: auto;
	}
	.text_2, .max{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.text_3 {
    padding: 20px;
    }
    .mob_menu {
    	display: block;
    }
    .mob_menu img{
    	width: 40px;
    }
    header{
    	justify-content: space-around;
    }

}