*{
	padding: 0;
	margin: 0;
	font-family: 'poppins',sans-serif;
}
html{
	font-size: 62.5%;
	overflow: auto;
	
}

.navbar img{
	width: 16rem;

}

.first{
	
	position: relative;
	justify-content: center;
}
.back{
		background-image: linear-gradient(rgba(0, 0, 0, 0.3),transparent),url(background.jpg);
		background-size: cover;
		height: 100vh;
}
.navbar{
		background: rgba(0, 0, 0, 0.3) ;
	width: auto;
}

.largetext{
	
	bottom: 8%;
	padding-top: 160px;
	
	padding-left: 40px;
}
.largetext h3{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	
	text-shadow: white 0em 0em 0.1em;
}
.largetext h1{
	font-size: 100px;
	margin-left:-10px;
	background: url(back2.png);
	background-size: 1000px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
}
@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}
.navbar ul li a{
	text-decoration: none;
		color: white;
		font-family: sans-serif;
		position: relative;
		font-size: 1.3rem;
}
.navbar ul li a::after{
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff ;
	transition: width 0.3s;
}
.navbar ul li a:hover::after{
	width: 50%;
}
.main{
	display: flex;
	
}
button{
	background-color: transparent;
	border: solid whitesmoke 1px;
	width: 120px;
	height: 30px;

	
	}
.buttons a{
	
	text-decoration: none;
	font-size: 1rem;
	margin: 2px;
	font-size: 1rem;

}

.buttons{
		padding-top: 31rem;
		padding-left: 10rem;
}
button:hover{
	background-blend-mode: soft-light;
	color: black;
	cursor: pointer;
	text-decoration-color: black;
	transition: 0.3s;
		box-shadow: 0 0 12px 0 #999
}
.buttons a:hover{
	
	transition: 0.3s;
}
.b1{
	padding: 0 1rem;
}






li{
	list-style: none;
}
a{
	color: white;
	text-decoration:none;
}
.navbar{
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
	align-items: center;
}
.nav-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.nav-op{
	font-size: 5rem;
}
.nav-link{
	transition: 0.7s ease;
}
.nav-link:hover{
	color: lightcyan;
}
.hamburger{
	display: none;
	cursor: pointer;
}
.bar{
	display: block;
	width: 50px;
	height: 6px;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	background-color: white;
}


@media(max-width: 1000px)
{
	.hamburger{
		display: block;
	}
	.hamburger.active.bar:nth-child(2)
	{
		opacity: 0;
	}
	.hamburger.active.bar:nth-child(1)
	{
		transform: translate(8px) rotate(45deg);
	}
	.hamburger.active.bar:nth-child(3)
	{
		transform: translate(-8px) rotate(45deg);
	}
	.nav-menu{
		position: fixed;
		left: -100%;
		top: 137px;
		gap: 10;
		flex-direction: column;
		background: rgba(0, 0, 0, 0.3) ;
		width: 100%;
		text-align: center;
		transition: 0.3s;

	}
	
	
	.nav-menu.active{
		left: 0;
	}
	.navbar img{
	width: 30rem;
	padding: 10px 10px;

	}
	.navbar ul li a{
		font-size: 5rem;
}
.navbar ul{
	padding-top: 50px;
	padding-bottom: 20px;
}
.main{
	flex-direction: column;
	height: 100vh;
}
.largetext{
	padding-top: 600px;
	bottom: 8%;
	padding-bottom: 100px;
}

button{
	background-color: transparent;
	border: solid whitesmoke 1px;
	width: 400px;
	height: 100px;

	
	}
.buttons a{
	
	text-decoration: none;
	font-size: 40px;
	margin: 10px;


}

.largetext h3{
	color: #fff;
	font-size: 60px;
	padding-top: 20px;
}
.largetext h1{
	font-size: 120px;
	}

.buttons{

		padding-top: 4rem;
		padding-left: 8rem;

}
.b2{
		margin: 20px;
}
.largetext h3{
	
	text-shadow: white 0em 0em 0.3em;
}
button:hover{
	
		box-shadow: 0 0 20px 0 #999
}



}
