
#Projects{
    width:1400px;
    margin: auto;
    position: relative;
    margin-top:50px;
}
.Projects{
	width: 100%;
	height: 650px;
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
	position: relative;
	 border-radius: 5px;
}
.Projects_title{
	margin-top: -30px;
	position: absolute;
	font-family: "Regular2";
    font-weight: bold;
    font-size: 20px;
    left:10px; 
}
.Projects_link{
	position: absolute;
	right: 20px;
	top: -30px;
	color: #30302e
}
.Projects-image{
    width: 75%;
    height: 650px;
    margin-left: 100px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.icon_header{
	display: none;
}
.Projects_link:hover{
	color: #50afff;
}
.pr_bg_color{
	    background-color:rgba(1,4,45, 0.3);
	    position: absolute;
	    width: 100%;
	    height: 100%;
	     -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.href_button{
    width: 320px;
    height: 100%;
    margin: auto;
    list-style: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 99;
}
.href_button li{
	transform: translateY(0px);
	color: #fff;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    text-align: center;
    transition: 0.7s;
    opacity: 0;
    position: relative;
}
.href_button li a{
	padding: 10px;
	color: #fff;
	border-radius: 50px;
	font-size: 17px;
	top: 10px;
}
.href_button li a:hover{
	color: #fae499;
}
.href_button li:nth-child(1){
    transition-delay: 0.1s;
    margin-top: 100px;
    text-align: center;
  }
  .href_button li:nth-child(2){
    
    transition-delay: 0.2s;
    width: 220px;
    height: 1px;
    padding: 0px 0px;
    margin-left: 54px;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.3);
  }
  .pr_bg_color:hover li{
	transform: translateY(200px);
	opacity: 1;
}
.pr_bg_color:hover{
	background-color:rgba(1,4,45, 0.6);
}
@media only screen and (max-width: 1460px) {
#Projects {
    width: 90%;
   
}
.Projects {
    height: 500px;
}
}
@media only screen and (max-width: 1200px) {
#Projects {
    width: 96%;
   
}
.Projects {
    height: 550px;
}
}
@media only screen and (max-width: 600px) {
#Projects {
    width: 98%;
   
}
.Projects {
    height: 500px;
}
.href_button{
	 height: 450px;
	 margin-top: -50px
}
.Projects_title{
	font-size: 12px;
}
.Projects_link{
	font-size: 14px;
}
}
