@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4{
	color: white;
}
p{
	font-weight: 500;
}

h1{
	margin: 5%;
	font-weight: 600;
	text-align: center;
	font-size: 48px;
}


html{
	scroll-behavior: smooth;
	scroll-padding-top:120px;
}

body{
	padding: 0;
	Margin: 0;
	font-family: "Montserrat", sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: black;
}

.logo{
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	top:0;
	left:0;
	margin:1%;
}

.navi {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	gap:3%;
	width: 95%;
	align-items: center;
	min-height: 90px;
	font-size: 13px;
	font-weight: bold;
}

.navi a:link, a:active {
	font-size: 1.5em;
	color: white;
	text-decoration: none;
}

.navi a:hover{
	color:#800C1F;
	text-decoration: underline;
}

.container{
	width:100%;
	margin: auto;
	}

.button-wrapper-cta {
  display: block;
  text-align: right;
}

.cta-button {
  border: none;
  border-radius: 3em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  padding: 1em 2em;
  width: auto;
}

.button-cta {
  background-color: #800C1F;
  color: #fff !important;
}

.button-cta:hover {
	background-color: white;
	color: #800C1F !important;
}

.main{
	min-height: 350px;
	display: flex;
	margin-top: 30px;
}

.aside-left{
	min-width:25%;
	min-height: 350px;
	padding: 1%;
	box-sizing: border-box;
	margin-left: 5%;
	margin-right: 5%;
}
.aside-right{
	min-width: 60%;
	min-height: 350px;
	padding: 1%;
	box-sizing: flex;
	
}

.aside-right img{
	width: 250px;
	height: 510px;
	margin-right: 10px;
	margin-left: 10px;
}

.logo{
	margin: 15px;
	margin-left: 5%;
	font-weight: 300;
}
.title{
	font-size: 32px;
}

#panigale{
	color: #800C1F;
}

.models{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	margin-bottom: 200px;
	text-align: center;
}

.models img{
	height: 260px;
	width: 100%;
	justify-content: center;
	margin:5%;
}

.v4{
	width:350px;
	height:350px;
	margin-left: 30px;
	margin-right: 30px;
}

.cover{
	width: 100%;
	height: 200px;
	margin-top: 10%;
	display: flex;
	justify-content: center;
}

.partner{
	width:450px;
	height:450px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	margin-bottom: 30px;
	margin-top: 30px;
}

.partner p{
	color: black;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
}

.partner h3{
	color: black;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

img{
	width:415px;
	height:200px;
	display: inline;
	object-fit: cover;
}

.covers{
	width: 100%;
	height: 600px;
	margin-top: 22%;
	display: flex;
	justify-content: center;
}

#titleH{
	text-align: left;
	margin: 5px;
}

.history{
	height: 900px;
	width: 97%;
}

.history img{
	display: flex;
	float: left;
	width: 666px;
	height: 700px;
	object-fit: cover;
	margin:30px;
}

.bgwhite{
	width: 100%;
	position:absolute;
	background: white;
	box-sizing: border-box;
	text-align: center;
	color: black;
	align-content: center;
	padding: 10px 10px;
}

#contacus{
	font-size: 80px;
	text-align: left;
	margin:10px;
}

h4{
	color: black;
	text-align: left;
	font-size: 20px;
}

.bgwhite h1{
	width: 100%;
	color: black;
}

.contact-box{
	width: 400px;
	border:1px solid gray;
	margin: 8px 0;
	padding: 12px 8px;
	border-radius: 8px;
	background: #D9D9D9;
}

.contact-box label{
	Display: block;
	text-align: left;
	text-transform:uppercase;
	Font-size:16px;
}

.contact-box input, .contact-box textarea{
	width: 100%;
	border:none;
	background:#D9D9D9;
	outline:none;
	font-size:18px;
	margin-top:6px;
}

#submitt{
	width: 500px;
	display: block;
	background:Black;
	padding: 10px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 5%;
}

@media only screen and (max-width: 600px){
	body{font-size:12px;}
	
	.navi {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	gap:3%;
	width: 95%;
	align-items: center;
	min-height: 90px;
	font-size: 6px;
	font-weight: bold;
}
	
	.cover{
	width: 100%;
	height: 800px;
	margin-top: 10%;
	display: block;
	justify-content: center;
	}
	
	.covers{
	width: 100%;
	height: 1500px;
	margin-top: 120%;
	display: block;
	justify-content: center;
	}
	
	.partner{
	width:450px;
	height:450px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	margin-bottom: 30px;
	margin-top: 30px;
}

	.partner p{
	color: black;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
}

	.partner h3{
	color: black;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
	
	img{
	width:415px;
	height:200px;
	display: inline;
	object-fit: cover;
}
	
	.history img{
	display: block;
	float: center;
	width: 500px;
	height: auto;
	object-fit: cover;
	margin:30px;
}
	
	.history{
	height: 1300px;
	width: 97%;
	text-align: center;
}
	
	.main{
	min-height: 350px;
	display: block;
	margin-top: 30px;
}
	.aside-left{
	min-width:30%;
	min-height: 350px;
	padding: 1%;
	box-sizing: border-box;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	display: block;
}
.aside-right{
	min-width: 60%;
	min-height: 350px;
	padding: 1%;
	box-sizing: content-box;
	
}

.aside-right img{
	width: 50%;
	height: 510px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
}