*{
	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 .div-1{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(110, 0, 0);
	display: grid;
	grid-template-columns: 35% 25%;
	grid-column-gap: 40%;
}
header .div-1 section{
	width: 100%;
	margin: auto;
	float: left;
	display: grid;
	grid-template-columns: 23% 77%;
}
header .div-1 section img{
	width: calc(60% - 2px);
	height: 3vw;
	padding-right: 20%;
	margin-right: 20%;
	border-right: 2px solid white;
	object-fit: cover;
}
header .div-1 section h2{
	width: 90%;
	margin: auto;
	margin-left: 0%;
	font-family: "Poppins", serif;
	font-size: 3.4vw;
	font-weight: normal;
	line-height: 0;
	letter-spacing: 0.4vw;
	color: white;
}
header .div-1 section h1{
	grid-column-start: 1;
	grid-column-end: 3;
	font-family: "Poppins", serif;
	font-size: 1.3vw;
	font-weight: normal;
	color: white;
}
header .div-1 ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 5%;
}
header .div-1 ul li{
	width: auto;
	float: left;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1vw;
	font-weight: bold;
	color: white;
}


header .div-2{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(10, 50, 70);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
header .div-2 ul{
	width: 60%;
	float: left;
	display: grid;
	grid-template-columns: auto auto
		auto auto auto;
	grid-column-gap: 5%;
}
header .div-2 ul li{
	width: 100%;
	padding: 1% 0%;
	list-style: disc;
	list-style-position: inside;
	text-align: ;
	font-family: sans-serif;
	font-size: 1vw;
	font-weight: bold;
	color: white;
}
header .div-2 ul li a:hover{
	text-transform: uppercase;
}
header .div-2 .p-1{
	width: 20%;
	float: right;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.2vw;
	color: whitesmoke;
}

header .div-3{
	width: 100%;
	height: 81%;
	background-color: rgb(10, 50, 70);
	float: left;
	overflow: hidden;
	background-color: rgb(110, 0, 0);
}
header .div-3 .sub-1{
	width: 60%;
	height: 150%;
	margin-top: -15%;
	background-color: rgb(10, 50, 70);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 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 rgb(110, 0, 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-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: rgb(110, 0, 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 a{
	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;
}



















/***************650px***************/
@media only screen and (max-width: 650px) {



/**********Header**********/
header{
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0, 0, 0, 1.0);
}
header .div-1{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(110, 0, 0);
	display: grid;
	grid-template-columns: 35% 50%;
	grid-column-gap: 15%;
}
header .div-1 section{
	width: 100%;
	margin: auto;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
}
header .div-1 section img{
	width: calc(70% - 2px);
	height: 7vw;
	margin: auto;
	padding-right: 15%;
	margin-right: 15%;
	border-right: 2px solid white;
	object-fit: cover;
}
header .div-1 section h2{
	width: 90%;
	margin: auto;
	margin-left: 0%;
	font-family: "Poppins", serif;
	font-size: 8vw;
	font-weight: normal;
	line-height: 0;
	letter-spacing: 0.4vw;
	color: white;
}
header .div-1 section h1{
	grid-column-start: 1;
	grid-column-end: 3;
	font-family: "Poppins", serif;
	font-size: 2.7vw;
	font-weight: normal;
	color: white;
}
header .div-1 ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 5%;
}
header .div-1 ul li{
	width: auto;
	float: left;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 2.5vw;
	font-weight: bold;
	color: white;
}


header .div-2{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(10, 50, 70);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
header .div-2 ul{
	width: 100%;
	margin-top: 0%;
	float: left;
	display: grid;
	grid-template-columns: auto auto
		auto auto;
	grid-column-gap: 5%;
}
header .div-2 ul li{
	width: 100%;
	padding: 5% 0%;
	list-style: none;
	list-style-position: inside;
	text-align: ;
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	color: white;
}
header .div-2 ul li a:hover{
	text-transform: uppercase;
}
header .div-2 .p-1{
	width: 100%;
	margin-top: 2%;
	float: right;
	text-align: right;
	font-family: sans-serif;
	font-size: 3vw;
	color: goldenrod;
	display: none;
}



header .div-3{
	width: 100%;
	height: 100%;
	background-color: rgb(10, 50, 70);
	float: left;
	overflow: hidden;
	background-color: white;
}
header .div-3 .sub-1{
	width: 100%;
	height: auto;
	padding: 10% 0%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: rgb(10, 50, 70);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 5vw
	);
	float: left;
	position: relative;
	z-index: 1;
	display: grid;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	transform: rotate(0deg);
}
header .div-3 .sub-1 section{
	width: 80%;
	margin: auto;
	margin-top: auto;
	transform: rotate(0deg);
}
header .div-3 .sub-1 section h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-weight: norma;
	font-size: 10vw;
	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 rgb(110, 0, 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: 3vw;
	font-weight: normal;
	color: white;
	animatio: hp1 3s alternate;
	transition: 3s;
}

header .div-3 .sub-2{
	width: 90%;
	height: auto;
	margin-top: 0%;
	margin-left: 5%;
	background-color: white;
	float: left;
	display: grid;
	transform: rotate(0deg);
}
header .div-3 .sub-2 .center{
	width: 100%;
	margin: 5% 5%;
	margin-left: 0%;
	float: left;
	transform: rotate(0deg);
}
header .div-3 .sub-2 .center h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 7vw;
	font-weight: ;
	color: ;
	line-height: 1.2;
}
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: 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: rgb(110, 0, 0);
	float: left;
	border-radius: 100px;
	font-family: "Poppins", serif;
	font-size: 3vw;
	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: 3vw;
}







}