@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;
	secon-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: 1200px;
    height: 978px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #1d1d1d;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

header{
	
	background-color:#000000; 
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:20px 10%;

	
	
	
}

.logo{
	
	
	font-weight:700px;
	letter-spacing:1px;
	
}

span{
    color: #12f7ff;
    font-size: 25px;
    
}

.navlist{
    display: flex;
	width: 700px;
    margin-left: auto;
    margin-right: -109px;
	
}




.nav a{
	color:#f5f5f5;
	font-weight:500;
	padding:10px 20px;
	text-shadow:0 0 .8rem #c0433d;
	
}

.nav a:hover{
	color:#E10C2F;
	transition: .3s;	
	
}

.img-about{
	position:relative;
	width:600px;
}

.img-box{
    width: 613px;
    height: 640px;
    margin-top: -33px;
    margin-left: -399px;
    margin-right: 355px;
    float: left;
}


.about .img-about{
	text-align:center;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	float:left;
}

.about .img-about img{
	max-width:400px;
	height:auto;
}

.about-content{
    margin-top: 117px;
    width: 600px;
    float: left;
    margin-left: -35px;
}


.about-content h2{
    color: #fff;
    font-weight: 700;
    font-size: 15pt;
	
}

.about-content h3{
	font-weight:600;
	font-size: 1.5rem;
	margin-bottom:.2rem;
	
}

.about-content p{
	color: #fdfdfd;
	font-weight:300;
	margin-bottom:.1.5rem;
	
}




.btn-box{
	display: flex;
    justify-content: space-between;
    width: 320px;
    height: 45px;
	margin-top:30px;
	align-items:center;
	
}



.btn-box a.btn{
	
	position:relative;
	display: inline-flex;
	justify-content:center;
	align-items:center;
	width: 150px;
	height: 100%;
	background:#12f7ff;
	border: 2px solid #12f7ff;
	box-shadow:0 0 .5rem #12f7ff;
	border-radius: 10px;
	font-size:1rem;
	color:#fdfdfd;
	text-decoration: none;
	font-weight: 600;
	letter-spacing:1px;
	z-index: 1;
	overflow: hidden;
	transition: .6s;
}

a.btn:hover{
	color:#12f7ff;
}


a.btn:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background:#292e33;
	z-index: -1;
	transition: .5s;
	
}

a.btn:hover::before {
	width: 100%;
	
}
a.btn:nth-child(2){
	background:#250821;
	color: #12f7ff;
	
}

a.btn:nth-child(2):hover{
	color:#250821;	
}


a.btn:nth-child(2)::before{
	background:#12f7ff;	
}

.img-about span{
	color:#12f7ff;
	font-size:1rem;
	font-weight:600;
}



#box{
    width: 249px;
    height: 27px;
    background-color: #FFFFFF;
    margin-top: 218px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    
}



.mail1{
    width: 76px;
    height: 28px;
    background-color: #FF0004;
    padding-left: 8px;
    padding-top: 2px;
    margin-right: 1px;
    border-radius: 8px;
    margin-top: 17px;
	
}
#footer{
    width: 1200px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 20px;
    box-shadow: 0 0 5pt #C0433D;
    margin-top: -105px;
    height: 347px;
    float: left;
}

.call{
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    height: 231px;
    float: left;
    margin-top: -59px;
    width: 220px;
    font-size: 8pt;
    line-height: 26pt;
    margin-right: 108px;
    margin-left: -9px;
}



#last{
    width: 1200px;
    height: 50px;
    background-color: #010101;
    padding-top: 24px;
    padding-left: 58px;
    box-shadow: 0px 4pt 14px #C0433D;
    float: left;
   
}






















































































/* keyframes--------------------------------------------------------*/

@keyframes morph{
	0%,
	100%{
		border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;	
	}
	
	30%{
		border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
	}
	
	60%{
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
	}
	
	80%{
		border-radius: 69% 31% 66% 34% / 21% 30% 70% 50%;
	}
}
