@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;
	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: #051518;
    font-weight: 500;
    padding: 10px 20px;
    margin-left: 73px;
    margin-right: -78px;
}

.nav:hover{
	color:#051518;
	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);	 
}

section{
	margin-top:150px;
	margin-left:50px;
	
	
}

.home{
	align-items:center;
	
}

.home-content{
    max-width: 600px;
    float: left;
    margin-top: -88px;
    margin-left: 62px;
}

.home-content h1{
    width: 300px;
    height: 40px;
    font-size: 11pt;
    font-weight: 400;
    text-shadow: 0px 0px;
    border-radius: 10px;
    color: #E5DEDE;
    padding-left: 10px;
    padding-top: 17px;
}

.change-text{
	font-size:1.5rem;
	font-weight:600px;
	
}

.home-content p{
	color:#bdbdbd;
	line-height: 1.6;
}

.info-box{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin-top: 13px;
    margin-right: 2rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
}

.info-box h5{
    font-weight: 600;
    color: #f5f5f5;
    font-size: 1rem;
    -webkit-box-shadow: 0px 3px 3px #12F7FF;
    box-shadow: 0px 3px 3px #12F7FF;
}
.info-box span{
	font-size:.9rem;
	color:#bdbdbdb;
}

.btn-box{
    display: flex;
    justify-content: space-between;
    width: 123px;
    height: 39px;
    margin-left: 3px;
    margin-top: 6px;
    text-align: 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:#051518;
	z-index: -1;
	transition: .5s;
	
}

a.btn:hover::before {
	width: 100%;
	
}
a.btn:nth-child(2){
	background:#051518;
	color: #12f7ff;
	
}

a.btn:nth-child(2):hover{
	color:#fdfdfd;	
}


a.btn:nth-child(2)::before{
	background:#12f7ff;	
}


.social-icons{
    width: 268px;
    height: 57px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
	
}

.social-icons a {
	position:relative;
	display: inline-flex;
	justify-content:center;
	align-items:center;
	width: 59px;
	height: 100%;
	background:#12f7ff;
	border: 2px solid #12f7ff;
	box-shadow:0 0 .5rem #12f7ff;
	border-radius: 10px;
	font-size:19px;
	color:#12f7ff;
	text-decoration: none;
	font-weight: 600px;
	letter-spacing:1px;
	z-index: 1;
	overflow: hidden;
	transition: .6s;
	margin-right: 20px;
	
}

.social-icons{
	font-size:1.5rem;
	color:fdfdfd;
}

.social-icons a:hover{
	color:#051518;
}

.social-icons a:nth-child(2) {
	background: transparent;
	color:#12f7ff;
	
}

.social-icons a:nth-child(2):hover{
	color:#051518;
	
}

.social-icons a:nth-child(2)::before {
	background:#12f7ff;
	
}

.social-icons a::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background:#051518;
	z-index: -2;
	transition: .6s;
	
}

.social-icons a:hover::before {
	width: 100%;
	
}

.home-image{
    position: relative;
    width: 521px;
    height: 365px;
    margin-left: 109px;
	
}

.img-box{
    text-align: center;
    width: 216px;
    height: 350px;
    float: left;
    margin-left: 91px;
    margin-top: -101px;
    padding-left: 0px;
    margin-right: -161px;
	
}


.liquid-shape{
    width: 600px;
    height: 400px;
    position: absolute;
    margin-left: 515px;
    margin-top: -158px;
	
}

.liquid-shape{
	width:600px;
	height:400px;
	position: absolute;
	margin-left:550px;
	filter:blur(40px);
}


	#footer{
    background-color: #051518;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10%;
    box-shadow: 0 0 .5rem #12f7ff;
    margin-top: 3px;
    color: #FFFFFF;
    font-family: Script;
    text-align: left;

}
