#baner{
	height: 400px;
	
}
.header-overlay_x{
	display: flex;
}
.header-overlay_x h1{
	margin: auto;
	color: #fff;
    font-family: 'dejavu_sansbold';
    font-size: 30px;
    text-align: center;
    position: relative;
}
.header-overlay_x h1::before {
     content: "";
    position: absolute;
      margin-top: 23px;
    left: 220px;
    background-color: #ffbb00;
    border-radius: 10px;
    height: 4px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-overlay_x h1::after {
     content: "";
    position: absolute;
    margin-top: 23px;
    right: 220px;
    background-color: #ffbb00;
    border-radius: 10px;
    height: 4px;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#Project2{
	min-height: 10px;
	margin:100px auto;
	width: 1300px;
	position: relative;
	height: 1200px;
}
.Project2_image{
	width: 600px;
	height: 700px;
	right: 70px;
    background-image: url(../img/diena_hamakas.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 99;
   
}
.Project2_image_before{
	top: 60px;
	right: 0px;
    position: absolute;
    width: 600px;
	height: 700px;
    background-color: #ecf3fd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_left{
	width: 600px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.Project2_left h1{
	color: #000;
	margin-left:100px;
	margin-top: 120px;
	font-family: 'dejavu_sansbold';
	font-size: 30px;
	text-align: right;
	padding: 0px 30px;
}
.Project2_left h1::before {
    content: "";
    position: absolute;
    margin-top: 22px;
    right: 240px;
    background-color: var(--primary-color);
    border-radius: 10px;
    height: 4px;
    width: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_left h1::after {
    content: "";
    position: absolute;
    margin-top: -145px;
    right: -150px;
    background-color: var(--primary-color);
    height: 4px;
    width: 150px;
    height: 150px;
        background-image: url(../img/wer.png);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_text{
    width: 600px;
    color: #6c6c6c;
    font-size: 15px;
    margin-top: 30px;
    font-family: 'dejavu_sansbook';
    margin-left: 10px;
    text-align: right;
    line-height: 25px;
}
.Project2_text ul{
	list-style:none;
	margin-left: 33px;
}
.Project2_text ul li{
	margin-top: 30px;
}
.Project2_text ul li{
	position: relative;
}
.Project2_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1, 15, 39, 0.3);
}
.button{
	background-color:var(--primary-color);
	border:7px solid #ecf3fd;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	position: absolute;
	left: -40px;
}
.Project2_text a {
    margin-top: 100px;
    color: #000;
    margin-left: -8px;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.Project2_text a::before {
    content: "";
    background-color: #ffbb00;
    border-radius: 10px;
    height: 1px;
    width: 0px;
    top:30px;
    left: 15px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.text_b{
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Project2_text a:hover{
	padding: 5px 15px;
	color: #ffbb00;
}
.Project2_text a:hover::before{
	 width: 120px;
}
.Project2_text a:hover .text_b{
	margin-left: 10px;
}

@media only screen and (max-width: 1400px) {
	#Project2{
		width: 1200px;
	}
	.Project2_image {
    right: 40px;
}
.Project2_image_before {
    top: 40px;
	}
	.Project2_left,.Project2_text{
		width: 530px;
	}
	.Project2_left h1::after{
		right: -250px;
	}
}
@media only screen and (max-width: 1220px) {
	#Project2{
		width: 800px;
	}
	.Project2_image {
    right: 40px;
        width: 300px;
}
.Project2_image_before {
    top: 40px;
    width: 300px;
	}
	.Project2_left,.Project2_text{
		width: 430px;
	}
	.Project2_text{
		font-size: 14px;
	}
	.Project2_left h1::after{
		right: -250px;
	}
}
@media only screen and (max-width: 820px) {
	#Project2{
		width: 500px;
		    margin: 0px auto;
	}
	.Project2_left h1{
		    margin-top: 30px;
		    margin-left: 10px;
		    padding: 0px 0px;
		    text-align: left;
		    width:300px; 
	}
	.Project2_left h1::before{
		right: 160px;
	}
	.Project2_image {
    right: 40px;
        width: 300px;
         display: none;
}
.Project2_image_before {
    top: 40px;
    width: 300px;
    display: none;
	}
	.Project2_left,.Project2_text{
		width: 98%;
		text-align: left;
	}
	
	.Project2_text{
		font-size: 14px;
	}
	.Project2_left h1::after{
		right: -250px;
		 display: none;
	}
}
@media only screen and (max-width: 520px) {
	#Project2{
		width: 380px;
		    margin: 0px auto;
	}
	.Project2_left h1{
		    margin-top: 30px;
		    margin-left: 10px;
		    padding: 0px 0px;
		    text-align: left;
		    width:300px; 
	}
	.Project2_left h1::before{
		right: 60px;
	}
	.Project2_image {
    right: 40px;
        width: 300px;
         display: none;
}
.Project2_image_before {
    top: 40px;
    width: 300px;
    display: none;
	}
	.Project2_left,.Project2_text{
		width: 98%;
		text-align: left;
	}
	
	.Project2_text{
		font-size: 14px;
	}
	.Project2_left h1::after{
		right: -250px;
		 display: none;
	}
}