@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: 1280px;
    height: 668px;
    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);	 
}

.img-about{
    position: relative;
    width: 600px;
    margin-top: 32px;
}

.img-box{
    margin-top: 17px;
    margin-left: 80px;
    float: left;
}

.liquid-shape{
    width: 600px;
    height: 400px;
    position: absolute;
    margin-left: 40px;
    margin-top: 72px;
	
}

.liquid-shape{
	width:450px;
	height:350px;
	position: absolute;
	filter:blur(50px);
	
}

.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: 110px;
	width:600px;
	float:left;
}


.about-content span{
	
	color:#fdfdfd;
	font-size: .8rem;
	font-weight:200;
	letter-spacing:2px;
	text-transform:uppercase;
	display:flex;
	

	
}

.about-content h2{
	color: #12f7ff;
	font-weight:700;
	font-size: 2rem;
	
}

.about-content h3{
    font-weight: 200;
    font-size: 1.5rem;
    margin-bottom: .2rem;
	
}

.about-content p{
	color: #fdfdfd;
	font-weight:300;
	margin-bottom:.1.5rem;
	
}

.info-about1,
.info-about2,
.info-about3{
	background:#250821;
	font-size: .5rem;
	position:absolute;
	padding:10px;
	width:90px;
	height:90px;
	border-radius:69% 31% 66% 34% / 21% 30% 70% 79%;
	display:block;
	box-shadow:0 0 .5rem #12f7ff;
	border: 1px solid #12f7ff;
	outline: 2px solid #250821;
	z-index:50;
	animation:morph 6s linear infinite;
}

.info-about1{
	left:10%;
	top: 34%;		
}

.info-about2{
	left:66%;
	top: 15%;		
}

.info-about3{
	left:61%;
	top: 70%;
	float:left;
}


.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;
}



































































































/* 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%;
	}
}
