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

/**********Header**********/
header{
	width: 100%;
	float: left;
	height: 50%;
}
.header-1{
	height: auto;
}
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%;
	float: left;
	overflow: hidden;
	background-color: rgb(110, 0, 0);
}
header .div-3 .sub-1{
	width: 65%;
	height: 150%;
	margin-top: -5%;
	background-color: rgb(110, 0, 0);	
	background-imag: repeating-linear-gradient(
	  45deg,
	  rgb(110, 0, 0),
	  rgb(125, 20, 20) 2vw
	);
	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 h2{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-weight: norma;
	font-size: 6.9vw;
	line-height: 1.4;
	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: 40%;
	height: 150%;
	margin-top: -8%;
	margin-right: -5%;
	background-color: rgb(10, 50, 70);
	float: left;
	display: grid;
	transform: rotate(10deg);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 5vw
	);
}
header .div-3 .sub-2 .center{
	width: 75%;
	margin: auto;
	margin-left: 7%;
	float: left;
	transform: rotate(-10deg);
	display: grid;
}
header .div-3 .sub-2 .center button{
	width: auto;
	padding: 2.5% 15%;
	margin: auto;
	margin-top: 50%;
	background-color: white;
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: bold;
	color: rgb(35, 45, 45 / 1.0);
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}
.body{
	width: 80%;
	padding-block: 3%;
	margin: 7% 10%;
	float: left;
}


/**********Apropos**********/
.apropos{
	width: 80%;
	margin-top: 8%;
	margin-left: 10%;
	float: left;
}
.apropos .txt-1{
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.apropos .txt-1 section{
	width: 100%;
	margin-top: 10%;
	font-family: "Poppins", serif;
}
.apropos .txt-1 section h3{
	width: 100%;
	float: left;
}
.apropos .txt-1 section p{
	width: 100%;
	float: left;
}
.apropos .txt-2{
	width: 100%;
	padding-bottom: 5%;
	float: left;
}
.apropos .txt-2 section{
	width: 100%;
	margin-top: 5%;
	float: left;
	font-family: "Poppins", serif;
}
.apropos .txt-2 section h3{
	width: 100%;
	float: left;
}
.apropos .txt-2 section p{
	width: 100%;
	float: left;
}








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



/**********Header**********/
header{
	width: 100%;
	height: 40%;
	float: left;
	background-color: rgba(0, 0, 0, 1.0);
}
.header-page{
	height: auto;
}
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: 80%;
	float: left;
	overflow: hidden;
	background-color: rgb(110, 0, 0);
}
header .div-3 .sub-1{
	width: 60%;
	height: 150%;
	margin-top: -20%;
	background-color: rgb(110, 0, 0);	
	background-imag: repeating-linear-gradient(
	  45deg,
	  rgb(110, 0, 0),
	  rgb(125, 20, 20) 2vw
	);
	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 h2{
	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-2{
	width: 45%;
	height: 150%;
	margin-top: -20%;
	margin-right: -5%;
	background-color: rgb(10, 50, 70);
	float: left;
	display: grid;
	transform: rotate(10deg);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 5vw
	);
}
header .div-3 .sub-2 .center{
	width: 75%;
	margin: auto;
	margin-left: 7%;
	float: left;
	transform: rotate(-10deg);
	display: grid;
}




/**********Apropos**********/
.apropos{
	width: 90%;
	margin-top: 8%;
	margin-left: 5%;
	float: left;
}
.apropos .txt-1{
	width: 100%;
	float: left;
	display: unset;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.apropos .txt-1 section{
	width: 100%;
	margin-top: 10%;
	float: left;
	font-family: "Poppins", serif;
}
.apropos .txt-1 section h3{
	width: 100%;
	float: left;
	font-size: 5vw;
}
.apropos .txt-1 section p{
	width: 100%;
	float: left;
	font-size: 3vw;
}
.apropos .txt-2{
	width: 100%;
	padding-bottom: 5%;
	float: left;
}
.apropos .txt-2 section{
	width: 100%;
	margin-top: 5%;
	float: left;
	font-family: "Poppins", serif;
}
.apropos .txt-2 section h3{
	width: 100%;
	float: left;
	font-size: 5vw;
}
.apropos .txt-2 section p{
	width: 100%;
	float: left;
	font-size: 3vw;
}













}