/* =================================

====================================*/
.start-project{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.start-project li a{
	width: 100%!important;
	color: #fff!important;
	padding: 10px 50px!important;
	text-align: center;
	display: block;
	border: 2px solid #fff;
}
/* =================================

====================================*/
.hero-section{
	background-image: url(../images/hero-banner.png);
	background-position: center;
	background-size: cover;
	background-color: #000;
}
.hero-section .wrap{
	width: 100%;
	min-height: 100vh;
	padding-top: 70px;
	align-content: center;
	justify-content: center;
	background:
	linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
	radial-gradient(circle at top right, rgba(58,134,255,.4), transparent 35%),
	linear-gradient(135deg, rgba(000,000,000,.8));
	background-size:
    76px 76px,
    76px 76px,
    auto,
    auto;
}

/* =================================

====================================*/
.box-wrap{
	display: flex;
	align-content: center;
	justify-content: center;
}
.box-wrap .box-left,
.box-wrap .box-right{
	flex: 1;
	align-content: center;
	justify-content: center;
}
.box-wrap .box1{
	padding: 50px;
}
.box-wrap .box1 h1{
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: 600;
	position: relative;
	font-style: italic;
}
.box-wrap .box1 h1::after{
	content: '';
	width: 77px;
	height: 200px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	right: 100px;
	bottom: -80px;
}
.box-wrap .box2{
	padding: 50px;
	text-align: center;
	border-left: 2px dotted #eee;
}
.box-wrap .box2 .contact-link{
	display: block;
	background: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 10px;
	color: #111;
}
.box-wrap .box2 p{
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
}
/* =================================

====================================*/
.social-network {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 15px;
}
.social-network span {
    display: flex;
}

.social-network span a {
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 3px;
    align-items: center; 
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #fff;
}
.social-network span a i{
	font-size: 1.3rem;
	position: relative;
}


/* =================================

====================================*/
/* Mobile */
@media (max-width:768px){
	.site-navbar{
		padding-top:10px;
	}
	.site-navbar a img{
		display: block;
		width: 90%;
	}
    .box-wrap{
        flex-direction:column;
        gap:30px;
    }

    .box-wrap .box-left,
    .box-wrap .box-right{
        width:100%;
        flex:unset;
    }
    .box-wrap .box1{
    	padding: 80px 10px;
    }
    .box-wrap .box1 h1{
    	font-size: 1.8rem;
    	text-align: center;
    }
    .box-wrap .box1 h1::after{
    	right: 30px;
    }



    .box-wrap .box2{
    	padding: 10px;
    	padding-bottom: 60px;
    	text-align: center;
    	border: none!important;
    }

}


/* =================================

====================================*/


/* =================================

====================================*/



/* =================================

====================================*/



/* =================================

====================================*/




/* =================================

====================================*/



/* =================================

====================================*/