@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: 1300px;
	
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #250821;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

header{
	
	background-color:#320F2D; 
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:20px 10%;
	box-shadow:0 0 .5rem #12f7ff;
	
	
	
}

.logo{
	
	
	font-weight:700px;
	letter-spacing:1px;
	
}

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);	 
}

section{
	margin-top:150px;
	margin-left:50px;
	
	
}

.home{
	align-items:center;
	
}

.home-content{
	max-width:600px;
	float:left;
}

.home-content h1{
	font-size:2.5rem;
	font-weight: 700;
}

.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: 1rem  2rem;	
}

.info-box h5{
	font-weight: 600;
	color: #f5f5f5;
	font-size:1rem; 
}
.info-box span{
	font-size:.9rem;
	color:#bdbdbdb;
}

.btn-box{
	display: flex;
    justify-content: space-between;
    width: 320px;
    height: 45px;
	
}



.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:#250821;
	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:#fdfdfd;	
}


a.btn:nth-child(2)::before{
	background:#12f7ff;	
}


.social-icons{
	width:300px;
	height:57px;
	float:left;
	margin-top:90px;
	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:#250821;
}

.social-icons a:nth-child(2) {
	background: transparent;
	color:#12f7ff;
	
}

.social-icons a:nth-child(2):hover{
	color:#250821;
	
}

.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:#250821;
	z-index: -2;
	transition: .6s;
	
}

.social-icons a:hover::before {
	width: 100%;
	
}

.home-image{
	position:relative;
	
}

.img-box{
	text-align:center;
	
}


.liquid-shape{
	width:600px;
	height:400px;
	position: absolute;
	margin-left:550px;
	
}

.liquid-shape{
	width:600px;
	height:400px;
	position: absolute;
	margin-left:550px;
	filter:blur(40px);
}


	#footer{
	background-color:#320F2D; 
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:20px 10%;
	box-shadow:0 0 .5rem #12f7ff;
	margin-top:50px;

}
