body {
	font-family: "lato",sans-serif;
	font-size: 17px;
	margin: 0;
}


.head {
	padding: 50px;
	margin-left: 120px;
	background-color: black;
}

section{
		width: 100%;
		height: 750px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2),rgba(0, 0, 0, .6),rgba(0, 0, 0, .7), rgba(0, 0, 0, .8), rgba(0, 0, 0, 9), #ffffff);
		padding: 40px;
		color: #fff; 
		background-size: cover;
		position: relative;
		overflow: hidden;

	}

	nav {
		width: 100%;
		display: flex;
		align-content: center;
		justify-content: space-between;
		padding: 10px 0;
	}

	.logo {
		width: 100px;
		cursor: pointer;
	}

	nav ul{
		list-style: none;
		width: 100%;
		text-align: right;
		padding-right: 60px;
	}

	nav ul li {
		display: inline-block;
		margin: 10px 20px;
	}

	nav ul li a{
		color: #fff;
		text-decoration: none;
	}

	.btn {
		display: flex;
		align-items: center;
		padding: 10px 20px;
		border: 0;
		outline: 0;
		border-radius: 5px;
		background: black;
		color: white;
		font-weight: 500;
		cursor: pointer;
	}

	.btn img {
		width: 30px;
		margin-right: 10px;
	}

	.content {
		margin-top: 10%;
		color: #fff;
		max-width: 620px;
	}

	.content h2{
		font-size: 60px;
		font-weight: 550;
		line-height: 85px;
		margin-bottom: 20px;
	}

	.content form {
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: 5px;
		padding: 10px;
		margin-top: 30px;
	}

	.content form input{
		border: 0;
		outline: 0;
		width: 100%;
		font-size: 16px;
		padding-left: 10px;
	}

	.content form .btn {
		font-size: 15px;
		padding: 10px 30px;
	}




.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a{
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav { padding-top: 15px; }
	.sidenav a{font-size: 18px;}
}

.mag {
	font-size: 50px;
}

.mag2 {
	font-size: 50px;
	border-width: 40px;
	padding: 30px;
	background-color: royalblue;
	color: white;
}

.shift {
	margin-left: 50px;
	margin-bottom: 50px;
}

.fixed {
	margin-top: 40px;
}

.end {
	background-color: black;
	color: white;
	padding: 200px;
}

.space>li {
	padding-right: 300px;
	display: inline-block;
}

.sec {
	background-image: url(images4/crypto.jpg);
	color: white;
	padding: 15px;
}

.gig {
	font-size: 40px;
	margin-top: 60px;
}

.right {
	margin: auto;
}

.border {
	border-radius: 10px;
	width: 250px;
	height: 60px;
	margin-right: 1500px;
	background-color: gray;
	color: black;
	text-align: center;
	font-size: 40px;
}
