@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

/* -------------------- Header ---------------------- */
.cw-header {
	padding: 1.5rem 0;
	text-align: center;
}

.cw-header .cw-logo-slogan {
	font-size: 1.7rem;
}

.cw-header .cw-logo-slogan span {
	font-size: .75em;
	color: var(--color-theme-primary);
	display: block;
}

.cw-header .cw-bbar {
	display: inline-block;
	background: #111;
	color: #fff;
	padding: .5rem 10px;
	margin: 0 3px .5rem;
}

.cw-header .cw-bbar+.cw-bbar {
	background: var(--color-theme-primary);
}

.cw-header .cw-link {
	font-size: 1.5rem;
	margin: 0 3px .5rem;
	padding: 2px 8px;
	border: 2px solid;
}

.cw-header .cw-link:hover {
	background-color: var(--color-theme-primary);
	color: #fff;
}

/* -------------------- Hero ---------------------- */

.wb__hero-parallax {
	position: relative;
}

.wb__hero-parallax .cw-para-inner {
	position: relative;
	min-height: 700px;
	padding-top: 10em;
	padding-bottom: 9em;
}

.wb__hero-parallax .wb__hero-box {
	position: relative;
	text-align: center;

	max-width: 1000px;
	margin: 1rem auto;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 1.5rem 1rem;
}

.wb__hero-parallax .wb__hero-title {
	width: 100%;
	position: relative;
}


.wb__hero-parallax h2 {
	color: #fff;
	font-size: 2rem;
	-webkit-animation: cw_FadeIn 2s forwards;
	-o-animation: cw_FadeIn 2s forwards;
	animation: cw_FadeIn 2s forwards;
	animation-delay: 1.6s;
	opacity: 0;
	/* display: flex; */
	align-items: baseline;
	position: relative;
}

.wb__hero-parallax .wb__hero-sub-title {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;

	margin: 1.5rem 0;
}

.wb__hero-parallax .wb__hero-title .cw-block,
.wb__hero-parallax .wb__hero-sub-title .cw-block {
	width: 0%;
	background: var(--color-theme-primary);
	position: absolute;
	animation: cw_block_anim 2s cubic-bezier(.74, .06, .4, .92) forwards;
	/* display: flex; */
	height: 100%;
}

.wb__hero-parallax .wb__hero-sub-title .cw-block {
	animation-delay: 2s;
}

.wb__hero-parallax .wb__hero-sub-title h3 {
	animation: cw_FadeIn 2s forwards;
	animation-delay: 3.2s;
	opacity: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 1em 0;
}

.wb__hero-parallax .btn-primary:hover {
	transform: scale(1.1);
}

@keyframes cw_block_anim {
	0% {
		width: 0%;
		left: 0;

	}

	50% {
		width: 100%;
		left: 0;

	}

	100% {
		width: 0;
		left: 100%;
	}
}


@keyframes cw_FadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.wb__hero-parallax h2 {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	.wb__hero-parallax h2 {
		font-size: 4rem;
	}
}


/* -------------------- list checks ---------------------- */

.cw-list-checks {
	background: #111111;
	color: #fff;
	padding: 0.8rem .5rem .6rem;
	list-style: none;
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	max-width: fit-content;
	/* margin: auto; */
	text-align: center;
	margin-bottom: .5rem;
}

.cw-list-checks li {
	display: inline-block;
	padding: 0.2rem 0.4rem;
}

.cw-list-checks li::before {
	display: inline-block;
	margin-right: 0.2em;
	color: var(--color-theme-primary);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f046";
	-webkit-font-smoothing: antialiased;
}

/* -------------------- Homepage collage section---------------------- */
.cw-home-collage {
	position: relative;
	z-index: 2;
	padding: 2rem 0;
}

.cw-home-collage ul {
	font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.cw-home-collage ul li::before {
	content: "-";
	display: inline-block;
	margin-right: .5rem;
}

@media (min-width: 992px) {
	.cw-home-collage ul {
		font-size: 1.2rem;
	}
}


/* -------------------- background effects  ---------------------- */

.cw-boxwrapper {
	position: relative;
	z-index: 2;
}

.cw-bg-box {
	background-color: rgba(238, 0, 0, 0.8);
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	padding: 1rem;
	margin: 1rem 0 1rem 1rem;
	position: relative;
	font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	line-height: 1.7;
}

.cw-bg-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin-left: -1rem;
	margin-top: -1rem;

	background: #000;
	/* background-image: url("imgurl"); */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EA5B0FC56750EA7BAB9ECC9735DA0926.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

/* -------------------- Bottom Parallax ---------------------- */
.cw-bottom-parallax {
	position: relative;
}

.cw-bottom-parallax .cw-para-inner {
	position: relative;
	min-height: 500px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1rem 0;
}

.cw-bottom-parallax .cw-bottom-box {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(238, 0, 0, 0.8);
	color: #fff;
	padding: 1.5rem 1rem;
	text-align: center;
	font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 3px #000;
}

/*--- Floating links ---*/

.setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px #000000;
	box-shadow: 1px 1px 10px 1px #000000;
	z-index: 10;
}

.setup:hover {
	cursor: pointer
}

.hidden {
	display: none
}

#cw-contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#cw-contactBtns .fa {
	font-size: 35px;
	color: var(--color-theme-primary);
}