.bounce-top {
	display: block;
	animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-29 12:29:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
	0% {
		transform: translate(-50%, -45px);
		animation-timing-function: ease-in;
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	40% {
		transform: translate(-50%, -24px);
		animation-timing-function: ease-in;
	}
	65% {
		transform: translate(-50%, -12px);
		animation-timing-function: ease-in;
	}
	25%,
	55%,
	75%,
	87% {
		transform: translate(-50%, 0px);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translate(-50%, 0px);
		animation-timing-function: ease-out;
		opacity: 1;
	}
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-padding-top: 74px;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #eeeeee;
}

.red-text {
	color: #d84040;
}

.shadow-bg {
	background-color: rgba(0, 0, 0, 0.8);
}

.section-title {
	text-align: center;
	text-transform: uppercase;
}

.underline {
	margin: 0 auto 40px;
	width: 60px;
	height: 4px;
	background-color: #d84040;
}

nav {
	text-transform: uppercase;
	transition: background-color 0.6s;
	z-index: 5;
}
nav .navbar-toggler {
	padding: 10px 15px;
}
nav .navbar-logo {
	font-weight: bold;
	font-size: 20px;
	margin: 0 16px 0 0;
	padding: 5px 0;
	text-decoration: none;
}
nav .navbar-nav a {
	border: 1px solid white;
	margin: 2px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	color: #1d1616;
}

nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-logo,
nav .fa-bars {
	color: #fff;
	transition: color 0.3s;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
	color: #d84040;
}
.center li {
	padding: 0 auto;
}
header.hero-img {
	position: relative;
	height: calc(var(--vh, 1vh) * 100);
	background-image: url('../img/ducati-2242487_1920.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	z-index: 0;
}
header.hero-img h1 {
	text-transform: uppercase;
}
header.hero-img .hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -5;
}
header.hero-img .hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
header.hero-img .fa-chevron-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 30px;
	color: #fff;
}
.hero-text p {
	font-size: 12px;
	margin: 0 2%;
}

body.ios header.hero-img {
	background-attachment: scroll;
}

.aboutus i {
	margin-top: 20px;
	font-size: 30px;
}
.aboutus .aboutus-card-title {
	font-size: 18px;
	text-transform: uppercase;
}
.aboutus .aboutus-card-text {
	font-size: 14px;
}
.aboutus .aboutus-hover:hover {
	color: #d84040;
}

.price .row {
	border-radius: 20px;
}
.price ul {
	list-style-type: none;
	padding-left: 0;
}
.price li {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.price .price-span {
	font-weight: 700;
}
.price .info-span {
	font-size: 10px;
	font-weight: 300;
}
.price .availability {
	padding: 7px;
	width: 100%;
	font-weight: 700;
	font-family: inherit;
	border: 2px solid hsl(0, 0%, 67%);
	cursor: pointer;
	border-radius: 10px;
	transition: background-color 0.3s;
}
.price .availability:hover {
	background-color: #d84040;
	color: #fff;
}

.contact {
	position: relative;
	z-index: 0;
}
.contact .underline {
	background-color: #d84040;
}
.contact .contact-us {
	display: flex;
	text-align: center;
}
.contact .contact-us .underline {
	display: none;
}
.contact .contact-us .contact-item {
	margin: 30px 0;
	text-align: center;
}
.contact .contact-us .contact-item h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact .contact-us .contact-item p a {
	color: #1d1616;
	text-decoration: none;
}
.contact .contact-us .contact-item p .fa-phone,
.contact .contact-us .contact-item p .fa-envelope,
.contact .contact-us .contact-item p .fa-road,
.contact .contact-us .contact-item p .fa-city,
.contact .contact-us .contact-item p .fa-passport {
	padding: 0 10px 0 0;
}
.contact .contact-form input,
.contact .contact-form textarea,
.contact .contact-form button {
	padding: 7px;
	font-family: inherit;
	border: 2px solid hsl(0, 0%, 67%);
	border-radius: 10px;
}
.contact .contact-form textarea {
	resize: vertical;
	min-width: 150px;
}
.contact .contact-form button {
	padding: 10px;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	transition: background-color 0.3s;
}
.contact .contact-form button:hover {
	color: #fff;
	background-color: #d84040;
}
.contact .contact-box {
	display: flex;
	flex-direction: column;
	margin: 5px 0;
}
.contact .message {
	display: none;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 12px;
}
.contact .success {
	display: flex;
	background-color: hsl(143, 83%, 55%);
}
.contact .error {
	display: flex;
	background-color: hsl(9, 100%, 64%);
}
.contact .maps {
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.navbar-logo:hover {
		color: #000;
	}
	header.hero-img {
		height: 100vh;
	}
	.hero-text h1 {
		font-size: 42px;
	}
	.hero-text p {
		font-size: 16px;
		margin: 0 15%;
	}
	.img-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact {
		position: relative;
		z-index: 0;
	}
	.contact .contact-us .contact-item {
		margin: 30px 0;
		text-align: left;
	}
	.contact .contact-us .underline {
		display: block;
	}
}
@media (min-width: 992px) {
	html {
		scroll-padding-top: 72px;
	}
	.hero-text p {
		font-size: 16px;
		margin: 0 20%;
	}
	.img-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.contact {
		position: relative;
		z-index: 0;
	}
	.contact .underline {
		background-color: #d84040;
	}
	.contact .contact-us .contact-item {
		margin: 30px 0;
	}
	nav .navbar-nav a {
		border: none;
		margin: 2px;
		background: none;
		border-radius: 10px;
		text-align: center;
		color: white;
	}
}
@media (min-width: 1200px) {
	.hero-text p {
		font-size: 18px;
		margin: 0 30%;
	}
	.img-padding {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
