*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic;

}

header{
	background-image:url(../img/3.png);
	height:120vh;
	background-size: cover;
	

}

ul{
	list-style-type: none;
	float: right;
	margin-top: 25px;

}

ul li{
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: white;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.6s ease;
	font-family: Bodoni MT Black;


}

ul li a:hover{
	background-color: white;
	color: black;
	transform: translate(0%, 20%);

}
ul li .active {
	background-color: white;
		color: black;

} 

.logo img{
	float:left;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	margin-top: 25px;
	border-spacing: 10px;
}

.logo img:hover{
	background-color: white;
	animation: infinite;
}

.main{
	max-width: 1200px;
	margin: auto;
}

.text
{
	margin: 100px 300px;
	text-align: center;
	display: inline-block;
	transition: 1.5s;

}

.text span
{
	background: #000;
	width: 100px;
	height: 120px;
	display: block;
	line-height: 120px;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 40px;
	float: left;
	transition: 1.5s;

}

.text:hover span:nth-child(odd)

{
	transform: skewY(-15deg);
	color: #b5b5b5;
	box-shadow: 0 60px 20px rgba(0,0,0,.1)



}

.text:hover span:nth-child(even)

{
	transform: skewY(15deg);
	color: #b5b5b5;
	box-shadow: 0 60px 20px rgba(0,0,0,.1)
}

.text:hover
{
	transform: rotateX(35deg);
}

.bilog img
{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 1.5s;


}

.bilog:hover img
{
	transition: 1.5s;
	transform: translate(0%, -20%);

}
