@charset "utf-8";

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	list-stlye: none;
	scroll-behavior: smooth;
	text-decoration: none;
}

:root{
	text-color:#f5f5f5;
	hover-color:#12f7ff;
	bg-color:#250821;
	second-bg-color:#292e33;
	big-font:2.5rem;
	normal-font:2rem;
	neon-box-shadow:0 0 .5rem #12f7ff;
	h2-font: 3rem;
	font-neon-text-shadow:0 0 10px rgba(18,247,255,0.3),
		0 0 20px rgba(18,247,255,0.3),
		0 0 30px rgba(18,247,255,0.3),
		0 0 40px rgba(18,247,255,0.3),
		0 0 70px rgba(18,247,255,0.3),
		0 0 80px rgba(18,247,255,0.3),
		0 0 100px rgba(18,247,255,0.3),
		0 0 150px rgba(18,247,255,0.3),	
}
 
.wrapper{
    width: 1280px;
    height: 1351px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #051518;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

header{
    width: 788px;
    height: 88px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5%;
    box-shadow: 0 0 .5rem #00eadc;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;	
	
}

.logo{
    width: 163px;
    height: 61px;
    font-weight: 700px;
    letter-spacing: 1px;
    margin-left: -60px;
	
}
span{
    color: #12f7ff;
    font-size: 25px;
    
}

.navlist{
	display:flex;
	width:700px;
    margin-left: auto;
	margin-right: auto;
}

.nav{
	color:#f5f5f5;
	font-weight:500;
	padding:10px 20px;
}

.nav:hover{
	color:#12f7ff;
	text-shadow:0 0 10px rgba(18,247,255,0.6),
		0 0 20px rgba(18,247,255,0.3),
		0 0 30px rgba(18,247,255,0.3),
		0 0 40px rgba(18,247,255,0.3),
		0 0 70px rgba(18,247,255,0.3),
		0 0 80px rgba(18,247,255,0.3),
		0 0 100px rgba(18,247,255,0.3),
		0 0 150px rgba(18,247,255,0.3);	 
}

.main-text{
	text-align: center;
	margin-top: 50px;
}


.fillter-buttons{
	margin:2rem;
	text-align:center;
}

.fillter-buttons .btn{
	background: none;
	outline: none;
	border: none;
	cursor:pointer;
	font-weight: 600;
	letter-spacing:.4px;
	margin-left: 1.3rem;
	color:#fdfdfd;
}


.fillter-buttons .btn:hover{
	color:#12f7ff;
}

.portfolio-gallery{
	margin-left:100px;
	position:relative;
	
	
    
}

.port-box{
	position:relative;
	width:200px;
	border-radius: 15px;
	overflow:hidden;
	background:rgba(255, 255,255, 0.1);
	align-items:center;
	border:2px solid #12f7ff;
    display:inline-block;
	margin-top:30px;
    margin-left:50px;
	box-shadow:0 0 50px 5px rgba(3, 3, 0, .4);
	transition:1s;
	
	
	
}


.port-box .port-image{
	transform: translateY(100px);
	text-align:center;
	opacity:0;
	transition:0.5s;
}

.port-box .port-image:hover{
	transform: translateY(0px);
	opacity:1;
}

	
.port-box:hover {
    transform: scale(1.2);
    z-index: 1;
    
    color: #000000;
}







#video{
    width: 900px;
    height: 900px;
    align-items: center;
    display: flex;
    margin-left: 341px;
    margin-top: -199px;
    margin-right: auto;
}



#footer{
    background-color: #051518;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10%;
    box-shadow: 0 0 .5rem #12f7ff;
    margin-top: -211px;
    color: #FFFFFF;
    font-family: Script;
    text-align: left;

}
