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


/**********Header**********/
header{
	width: 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: goldenrod;
	float: left;
	box-shadow: 4px 4px 5px gray;
}
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;
}



.form-1{
	width: 80%;
	margin-top: 5%;
	margin-left: 10%;
	float: left;
}
.form-1 h2{
	width: 60%;
	margin-left: 20%;
	float: left;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 3vw;
}
.form-1 section{
	width: 60%;
	margin-top: 5%;
	margin-left: 20%;
	float: left;
	display: grid;
	grid-template-columns: calc(98% - 5vw) 5vw;
	grid-column-gap: 2%;
}
.form-1 section strong{
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 2%;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.5vw;
	color: gray;
}
.form-1 section input{
	width: 100%;
	margin: auto;
	background-color: transparent;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.form-1 section button{
	width: 5vw;
	height: 5vw;
	background-color: goldenrod;
	border: none;
	border-radius: 100vw;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-size: 2vw;
	color: white;
}


.form-2{
	width: 80%;
	margin-top: 5%;
	margin-left: 10%;
	float: left;
	display: grid;
	grid-template-columns: repeat(4, 22%);
	grid-column-gap: 4%;
}
.form-2 label{
	width: 100%;
	height: 25vw;
	margin-bottom: 15%;
	border-bottom: 1px solid silver;
}
.form-2 label img{
	width: calc(100% - 4px);
	height: 78%;
	float: left;
	object-fit: cover;
	border: 2px solid goldenrod;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.form-2 label section{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	text-align: center;
	font-family: sans-serif;
}
.form-2 label section strong{
	width: 100%;
	margin: auto;
	font-size: 1.1vw;
}
.form-2 label section span{
	width: 100%;
	margin: auto;
	font-size: 1vw;
}
.form-2 label section a{
	width: 100%;
	margin: auto;
	font-size: 1vw;
}















































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



/**********Header**********/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 100%;
	padding: 0.5% 0%;
	background-color: rgb(0,0,0);
	float: left;
}
header .header-1 .sec-1{
	width: 100%;
	margin-left: 5%;
	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: 7vw;
	color: white;
	letter-spacing: 0.2vw;
}
header .header-1 h1 span{
	width: 100%;
	float: left;
	font-size: 4vw;
}
header .header-1 .sec-2{
	width: 90%;
	margin-top: 1.5%;
	margin-right: 0%;
	margin-left: 5%;
	float: right;
	font-size: 3vw;
}
header .header-1 .sec-2 p{
	width: 100%;
	margin: auto;
}
header .header-1 .sec-2 p a{
	width: 100%;
	margin-left: 0%;
	float: left;
	text-align:left;
	color: gold;
	display: none;
	animatio: txtslide 10s alternate infinite;
}
@keyframes txtslide{
	from{
		margin-left: -100%;
	}
	to{
		margin-left: 0%;
	}
}
header .header-2{
	width: 98%;
	padding: 0.5% 1%;
	background-color: goldenrod;
	float: left;
	box-shadow: 4px 4px 5px gray;
}
header .header-2 ul{
	width: 100%;
	float: left;
	margin-top: 1%;
	margin-left: 0%;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
	font-weight: bold;
	color: rgb(0,33,71);
}
header .header-2 ul li{
	width: 100%;
	margin: auto;
	list-style: none;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 3.5vw;
}
header .header-2 p{
	width: auto;
	padding: 0.7%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 2%;
	margin-right: 5%;
	background-color: goldenrod;
	float: right;
	text-align: center;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-family: sans-serif;
	font-size: 3.5vw;
	background-color: silver;
	display: none;
}




.form-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.form-1 h2{
	width: 100%;
	margin-left: 0%;
	float: left;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 6vw;
}
.form-1 section{
	width: 100%;
	margin-top: 10%;
	margin-left: 0%;
	float: left;
	display: grid;
	grid-template-columns: calc(98% - 13vw) 13vw;
	grid-column-gap: 2%;
}
.form-1 section strong{
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 2%;
	text-align: center;
	font-family: sans-serif;
	font-size: 4.5vw;
	color: gray;
}
.form-1 section input{
	width: 100%;
	margin: auto;
	background-color: transparent;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
	font-family: sans-serif;
	font-size: 2.5vw;
}
.form-1 section button{
	width: 13vw;
	height: 13vw;
	background-color: goldenrod;
	border: none;
	border-radius: 100vw;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-size: 4vw;
	color: white;
}


.form-2{
	width: 90%;
	margin-top: 10%;
	margin-left: 5%;
	float: left;
	display: grid;
	grid-template-columns: repeat(2, 47.5%);
	grid-column-gap: 5%;
}
.form-2 label{
	width: 100%;
	height: 65vw;
	margin-bottom: 15%;
	border-bottom: 1px solid silver;
}
.form-2 label img{
	width: calc(100% - 4px);
	height: 75%;
	float: left;
	object-fit: cover;
	border: 2px solid goldenrod;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.form-2 label section{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: grid;
	text-align: center;
	font-family: sans-serif;
}
.form-2 label section strong{
	width: 100%;
	margin: auto;
	font-size: 3vw;
}
.form-2 label section span{
	width: 100%;
	margin: auto;
	font-size: 2.5vw;
}
.form-2 label section a{
	width: 100%;
	margin: auto;
	font-size: 2.5vw;
}





















}