*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}


/**********Header**********/
header{
	width: 100%;
	height: 100%;
	float: left;
}
header .header-1{
	width: 99%;
	padding: 0.5%;
	background-color: rgb(0,0,0);
	float: left;
}
header .header-1 .sec-1{
	width: 20%;
	margin-left: 14%;
	float: left;
	display: grid;
	grid-template-columns: 25% 70%;
	grid-column-gap: 5%;
}
header .header-1 .logo{
	width: 100%;
	margin: auto;
}
header .header-1 h1{
	width: 100%;
	margin: auto;
	font-family: "Poppins", serif;
}
header .header-1 h1 strong{
	width: 100%;
	float: left;
	font-size: 2vw;
	color: white;
	letter-spacing: 0.2vw;
}
header .header-1 h1 span{
	width: 100%;
	float: left;
	font-size: 1.2vw;
	color: white;
}
header .header-1 .sec-2{
	width: 30%;
	margin-top: 1.5%;
	margin-right: 14%;
	float: right;
}
header .header-1 .sec-2 p{
	width: 100%;
	margin: auto;
}
header .header-1 .sec-2 p a{
	width: 100%;
	float: left;
	text-align: right;
	color: goldenrod;
	animatio: txtslide 10s alternate infinite;
}
@keyframes txtslide{
	from{
		margin-left: -100%;
	}
	to{
		margin-left: 0%;
	}
}
header .header-2{
	width: 99%;
	padding: 0.5%;
	background-color: rgb(0,0,128);
	float: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	z-index: 1;
	position: relative;
}
header .header-2 ul{
	width: 45%;
	float: left;
	margin-top: 1%;
	margin-left: 14%;
	display: grid;
	grid-template-columns: 18% 18% 18% 18% 18%;
	grid-column-gap: 2.5%;
	font-weight: bold;
	color: rgb(0,33,71);
}
header .header-2 ul li{
	width: 100%;
	margin: auto;
	list-style: none;
	font-family: "Poppins", serif;
}
header .header-2 p{
	width: auto;
	padding: 0.7%;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 14%;
	background-color: rgb(35, 43, 43);
	float: right;
	font-weight: bold;
	color: whitesmoke;
}

header .div-3{
	width: 100%;
	height: 85%;
	background-color: goldenrod;
	float: left;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 1.0);
}
header .div-3 .sub-1{
	width: 60%;
	height: 150%;
	margin-top: -15%;
	background-color: goldenrod;	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgba(0, 0, 0, 0.3),
	  goldenrod,
	  goldenrod 5vw
	);
	float: left;
	position: relative;
	z-index: 1;
	display: grid;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	transform: rotate(10deg);
}
header .div-3 .sub-1 section{
	width: 80%;
	margin: auto;
	transform: rotate(-10deg);
}
header .div-3 .sub-1 section h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-weight: norma;
	font-size: 6.9vw;
	line-height: 1.2;
	color: white;
	-webkit-text-strok: 1px rgba(0, 0, 0, 0.3);
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3),-5px -5px 5px rgba(255, 255, 255, 0.1);
	animatio: hh3 3s alternate;
	transition: 3s;
}
header .div-3 .sub-1 section .bbottom{
	width: calc(100% - 6px);
	margin-top: ;
	float: left;
	border: 3px solid rgba(0, 0, 0, 1.0);
	border-radius: 100px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}
header .div-3 .sub-1 section .p-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.6vw;
	font-weight: normal;
	color: white;
	animatio: hp1 3s alternate;
	transition: 3s;
}


header .div-3 .sub-2{
	width: 45%;
	height: 150%;
	margin-top: -15%;
	margin-right: -5%;
	background-color: white;
	float: left;
	display: grid;
	transform: rotate(10deg);
}
header .div-3 .sub-2 .center{
	width: 60%;
	margin: 40%;
	margin-top: 60%;
	margin-left: 14.5%;
	float: left;
	transform: rotate(-10deg);
}
header .div-3 .sub-2 .center h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: ;
	color: ;
}
header .div-3 .sub-2 .center label{
	width: 100%;
	margin-bottom: 5%;
	float: left;
}
header .div-3 .sub-2 .center label span{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.3vw;
}
header .div-3 .sub-2 .center label input{
	width: 100%;
	margin-top: 2%;
	float: left;
	border: unset;
	border-bottom: 2px solid;
	font-family: sans-serif;
	font-size: 1vw;
}
header .div-3 .sub-2 .center .btn-1{
	width: auto;
	padding: 2.5% 10%;
	margin-top: 5%;
	background-color: rgba(0, 0, 0, 1.0);
	float: left;
	border-radius: 100px;
	font-family: "Poppins", serif;
	font-size: 1.2vw;
	font-weight: bold;
	color: white;
}
header .div-3 .sub-2 .center section{
	width: 100%;
	margin-top: 15%;
	float: left;
}
header .div-3 .sub-2 .center section button{
	width: 100%;
	margin-bottom: 10%;
	background-color: transparent;
	float: left;
	border: unset;
	border-bottom: 1px dashed gray;
	outline: none;
	text-align: left;
	font-family: "Poppins", serif;
	font-size: 1.2vw;
}







