@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

.container {
	max-width: 1320px !important;
}

.h1,
h2 {
	font-family: "Archivo Black", sans-serif;
	font-weight: 400;
	font-style: normal;
}




.inventoryslideshow {
	/* Set colors in the module */
	position: relative;
	z-index: 1;
}

.inventoryslideshow::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
}

body .inventoryslideshow .inventoryslideshow-title-heading {
	color: #fff;
}

.inventoryslideshow .inventoryslideshow-container {
	max-width: 1320px !important;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	margin-top: 1rem;
}


/* ----- Hero Container ----- */
.cw-hero {
	position: relative;
	z-index: 0;
	padding: 3rem 0;
	color: rgb(255, 255, 255);
	overflow: hidden;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8EFA861B1BAD7D9172D32D6A9E908EBF.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cw-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: var(--color-theme-primary);
	opacity: 75%;
}

/* ----- Hero Text ----- */
.cw-hero .hero-text h6 {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.cw-hero .hero-text h6 .text-primary {
	color: #0d6efd;
}

.cw-hero .hero-text h1 {
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 1rem;
	text-transform: capitalize;
}

.cw-hero .hero-text p {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

/* ----- Hero Buttons ----- */
.cw-hero .hero-text .btn {
	/* border-radius: 30px; */
	padding: 16px 35px;
	font-weight: 600;
}

.cw-hero .hero-text .btn-primary:hover {
	color: #fff !important;
}

/* ----- Hero Image ----- */
.cw-img-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cw-hero-image {
	display: none;
}

@media (min-width: 992px) {
	.cw-hero::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: linear-gradient(to right, #0d014e, rgba(0, 0, 0, 0));
	}

	.cw-img-wrapper {
		position: absolute;
		top: 50%;
		left: 35%;
		transform: translate(-50%, -50%);
		width: 100%;
		animation: cw-hover-anim 1.5s linear infinite alternate;
	}

	.cw-hero-image {
		display: block;
		max-width: 75%;
		height: auto;
		transform: rotateY(180deg);
		position: absolute;
		z-index: 2;
	}
}

/* ----- Hover Animation ----- */
@keyframes cw-hover-anim {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

/* ----- Responsive Typography ----- */
@media (min-width: 768px) {
	.cw-hero .hero-text h1 {
		font-size: 3.5rem;
	}

	.cw-hero p {
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	.cw-hero .hero-text h1 {
		font-size: 3.5rem;
	}

	.cw-hero p {
		font-size: 1.5rem;
	}
}

@media (min-width: 1400px) {
	.cw-hero {
		padding: 12rem 0;
	}
}

/* .cw-hero-NV {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cw-hero-NV img {
	width: 100%;
	height: auto;
	display: block;
}

.cw-card{
	display:flex;
	flex-direction:column;
	padding:10px;
  }
  
  .cw-icon i {
	font-size: 42px;
	color: #1f2933;
  }
  
  .cw-divider {
	width: 40px;
	height: 2px;
	background: #222;
	margin: 10px auto 15px;
  }
  
  .cw-text {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow:1;
  }

.cw-main-img-text {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
	max-width: 600px;
}

.cw-main-img-text h1 {
	font-family: "Archivo Black", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 1.4rem;
}

.cw-main-img-text h1 strong {
	font-weight: 700;
}

.cw-main-img-text .location {
	display: block;
	color: var(--color-theme-secondary);
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 0.25rem;
}

.cw-btn-wrapper {
}

.cw-btn-wrapper .btn {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.6em 1.8em;
	font-size: 0.85rem;
}

@media (max-width: 575.98px) {
	.cw-hero-NV img {
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}

	.cw-main-img-text {
		left: 50%;
		top: 55%;
		transform: translate(-50%, -50%);
		text-align: center;
		padding: 0 10px;
		width: 90%;
	}

	.cw-main-img-text h1 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
}

.cw-main-img-text .location {
	font-size: 1rem;
}

.cw-btn-wrapper {
	padding-bottom: 2rem;
}

.cw-btn-wrapper .btn {
	font-size: 0.9rem;
	padding: 0.9em 2.2em;
}

@media (min-width: 768px) {
	.cw-main-img-text {
		left: 10%;
		text-align: left;
	}

	.cw-main-img-text h1 {
		font-size: 2rem;
	}

	.cw-main-img-text .location {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.cw-main-img-text h1 {
		font-size: 2.5rem;
	}

	.cw-main-img-text .location {
		font-size: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.cw-main-img-text h1 {
		font-size: 3rem;
	}

	.cw-main-img-text .location {
		font-size: 2rem;
	}
}

@media (min-width: 1920px) {
	.cw-main-img-text {
		left: 12%;
	}

	.cw-main-img-text h1 {
		font-size: 3.25rem;
	}

	.cw-main-img-text .location {
		font-size: 2.25rem;
	}
} */

/* -------------------- Adventure buttons ---------------------- */

.cw-bodystyle-cards {
	padding: 2rem 0;
	position: relative;
	text-align: center;
	color: var(--color-theme-text);
}

.cw-bodystyle-cards h2 {
	font-size: 1.3rem;
	line-height: 1.2;
}

.cw-bodystyle-cards p {
	font-size: 0.9rem;
}

.cw-bodystyle-cards a {
	text-decoration: none;
	display: block;
	transition: all 0.4s ease;
}

.cw-bodystyle-cards .cw-img-card {
	max-width: 250px;
	margin: .5rem auto;
}

.cw-bodystyle-cards .cw-img-link {
	align-items: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.4s ease;
	text-align: center;
	color: inherit;
	/* padding used to set height based on ratio of image with absolute positioned image */
	padding-top: 100%;
}

.cw-bodystyle-cards .cw-img-link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.4s ease;
	filter: grayscale(100%);
}

.cw-bodystyle-cards .cw-img-link:hover img {
	filter: grayscale(0%);
	transform: scale(1.03);
}

.cw-bodystyle-cards .cw-card-title {
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0.5rem;
	text-align: center;
}

@media (min-width: 576px) {
	.cw-bodystyle-cards .cw-img-link {
		padding-top: 75%;
	}
}

@media (min-width: 768px) {
	.cw-bodystyle-cards {
		padding: 4rem 0;
	}

	.cw-bodystyle-cards h2 {
		font-size: 1.75rem;
	}

	.cw-bodystyle-cards .cw-img-link {
		padding-top: 150%;
	}
}

@media (min-width: 992px) {
	.cw-bodystyle-cards h2 {
		font-size: 3rem;
	}
}


/* -------------------- Globally used elements ---------------------- */

/* Larger main heading */
.cw-main-heading {
	font-size: 1.7rem;
	/* desktop default */
	letter-spacing: 0.05em;
}

/* Wider kerning for + Our Mission */
.cw-spaced-letters {
	letter-spacing: 0.25em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-main-heading {
		font-size: 2.5rem;
		line-height: 1.1;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-main-heading {
		font-size: 2rem;
	}
}

/* Two-column bullet list */

.cw-column-list li {
	font-size: 1rem;
	color: #333;
	break-inside: avoid;
	margin-bottom: .5rem;
}

.cw-column-list li:last-of-type {
	margin-bottom: 0;
}

/* Make the "+" spans orange */
.cw-column-list li span {
	color: var(--color-theme-secondary);
	font-weight: 700;
	margin-right: 0.5rem;
}

@media (min-width: 440px) {
	.cw-column-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: 2rem;
	}
}







/* -------------------- SECTIONTITLE ---------------------- */
.cw-adventures {
	background: var(--color-theme-text);
	color: var(--color-theme-background);
	overflow: hidden;
}

.cw-adventures .cw-image-wrapper {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}

.cw-adventures .cw-adventure-grid img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	transition: transform 0.4s ease, filter 0.4s ease;
	filter: grayscale(100%);
}

.cw-adventures .cw-adventure-grid:hover img {
	transform: scale(1.05);
	filter: grayscale(0%);
}

.cw-adventures .cw-adventure-grid:hover {
	/* transform: translateY(-4px); */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.cw-adventures .cw-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 1.5rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
}

.cw-adventures .cw-overlay h4 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.cw-adventures .cw-overlay a {
	color: inherit !important;
	transition: all.3s;
}

.cw-adventures .cw-overlay a:hover {
	color: var(--color-theme-secondary) !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}




/* ---- Parallax ----*/
.cw-home-parallax {
	text-align: center;
	position: relative;
	padding-top: 4em;
	padding-bottom: 3em;
	color: #fff;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/48EB4846D889C2EDC1FC602A80952A14.jpg);
	background-position: center center;
	background-size: cover;
}

.cw-home-parallax::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254, 124, 31, 0.664);
}

.cw-home-parallax>* {
	position: relative;
	z-index: 1;
}

.pg-title.pg-title-center {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.cw-home-parallax {
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/48EB4846D889C2EDC1FC602A80952A14.jpg);
		background-size: cover;
		padding-top: 8em;
		padding-bottom: 7em;
	}

	.cw-home-parallax::after {
		background: rgba(254, 124, 31, 0.664);
	}

	.pg-title.pg-title-center {
		font-size: 3rem;
	}
}

/* -------------------- about adventure ---------------------- */



/* Two-column bullet list */

.cw-column-list li {
	font-size: 1rem;
	color: #333;
	break-inside: avoid;
	margin-bottom: .5rem;
}

.cw-column-list li:last-of-type {
	margin-bottom: 0;
}

/* Make the "+" spans orange */
.cw-column-list li span {
	color: var(--color-theme-secondary);
	font-weight: 700;
	margin-right: 0.5rem;
}

@media (min-width: 440px) {
	.cw-column-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: 2rem;
	}
}



/* -------------------- About adventure text with image ---------------------- */

.cw-about-adventures {
	color: #555555;
	overflow: hidden;
	position: relative;
	margin: 5rem 0;
}

/* 
.cw-about-adventures .container {
	max-width: 1440px;
} */


.cw-about-adventures h2 {
	color: #333;
	font-size: 2rem;
	/* line-height: 1.2; */
	font-weight: 800;
	position: relative;
	z-index: 2;
}

.cw-about-adventures .cw-icon-img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-about-adventures .cw-icon-img {
		width: 55px;
		height: 55px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-about-adventures h2 {
		font-size: 2.5rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-about-adventures .cw-text-side {
		max-width: 520px;
	}
}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.page-financing .form,
.page-shopping-request .form,
.page-value-my-trade .form,
.page-work-with-us .form,
.page-contact-us .form {
	padding-top: 0
}

.page-financing .form .form-forms-header:first-of-type,
.page-shopping-request .form .form-forms-header:first-of-type,
.page-value-my-trade .form .form-forms-header:first-of-type,
.page-work-with-us .form .form-forms-header:first-of-type,
.page-contact-us .form .form-forms-header:first-of-type,
.page-financing .form .form-forms-text:first-of-type,
.page-shopping-request .form .form-forms-text:first-of-type,
.page-value-my-trade .form .form-forms-text:first-of-type,
.page-work-with-us .form .form-forms-text:first-of-type,
.page-contact-us .form .form-forms-text:first-of-type {
	display: none
}


/* -------------------- Fix ---------------------- */

.inventoryslideshow~.container.mb-4 {
	margin: 0 !important;
}

/*-- Form Double Border Fix --*/
.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.btn {
	text-transform: uppercase;
}

.page-home .inventory-search-module {
	margin-top: 1rem !important;
	margin-bottom: 0px !important;
}

.page-home section.inventory-search-module .form__wrapper {
	background-color: #f9f9f9;
	color: var(--color-theme-text-btn);
	border: none;
	padding: 2rem;
	border-radius: 0 0 1vw 1vw;
}

.page-home .inventory-search-module label {
	color: #000 !important;
}

.page-home .card__multi__style6 .item__card {
	background-color: #f9f9f9 !important;
}

/* Card ========================================================================== */
.cw-quick-links {
	background: #fff;
	padding: 4rem 0;
}

.cw-card {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 1.75rem 1.5rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cw-card:hover {
	border-color: #d0d0d0;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.cw-icon {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	background: #f5f5f3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cw-icon i {
	font-size: 1.5rem;
	color: var(--color-theme-primary);
}

.cw-card h5 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.cw-divider {
	height: 1px;
	background: #f0f0ee;
	margin-bottom: 14px;
}

.cw-text {
	color: #717171;
	line-height: 1.65;
}

.cw-card .btn {
	font-weight: 500;
	padding: 10px 0;
}

/* ================================================================================ */
.cw-warranty-banner {
	position: relative;
	overflow: hidden;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/48EB4846D889C2EDC1FC602A80952A14.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.page-home .cw-warranty-banner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--color-theme-primary);
	opacity: 85%;
	background-position: top;
}


.cw-warranty-banner__content {
	width: 100%;
	padding: 2rem 0;
	position: relative;
	z-index: 1;
}


.cw-warranty-banner__divider {
	height: 1px;
	width: 40px;
	background: var(--color-theme-primary);
	margin-bottom: 14px;
}

.cw-warranty-banner__text {

	color: #ffffff;

	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.cw-warranty-banner__content {
		padding: 2.5rem 0;
	}


}

@media (min-width: 992px) {
	.page-home .cw-warranty-banner::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: linear-gradient(to right, #16008c 0%, rgba(22, 0, 140, 0) 100%);
		background-position: top;
	}

	.cw-warranty-banner__content {
		padding: 2.5rem 0;
	}


}

@media (min-width: 1200px) {
	.cw-warranty-banner {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.cw-warranty-banner__content {
		padding: 3rem 0;
	}




}

/* Footer ===================================================================== */
.cw-footer {
	padding: 4rem 0;
	position: relative;
	overflow: hidden;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D19CB7D58EBACFAA3513903844529A4F.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	color: #fff;
}

.cw-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	z-index: -2;
}

.cw-footer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
}

.cw-footer::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: var(--color-theme-primary);
	/* background: linear-gradient(to right, #16008c 0%, rgba(22, 0, 140, 0) 100%); */
	opacity: 85%;
}


.cw-footer iframe {
	width: 100%;
	height: 350px;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: var(--color-theme-secondary);
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem;
}

.cw-footer .cw-address:before,
.cw-footer .cw-phone:before {
	font-family: FontAwesome;
	content: "\f3c5";
	padding-right: 0.5rem;
	color: #fff;
}

.cw-footer .cw-phone:before {
	content: "\f2a0";
}

.cw-footer .cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-secondary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem;
}

.cw-footer .business-hours .today {
	color: var(--color-theme-secondary);
}

.cw-footer .cw-social a {
	display: inline-block;
	font-size: 25px;
}

.cw-footer .cw-social a+a {
	margin-left: 0.6rem;
}

/* Default footer modificationss */
.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}


/* ========================================================== */
.page-home .popular-vehicles-sections {
	position: relative;
	z-index: 1;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}


.page-home .popular-vehicles-sections::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f9f9f9;
	/* change to your background color/image */
	z-index: -1;
}

.business-hours li {
	border-bottom: 1px solid #462bda;
}

.cw-custom-title {
	position: relative;
	z-index: 0;
	padding: 3rem 0;
	color: rgb(255, 255, 255);
	overflow: hidden;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8EFA861B1BAD7D9172D32D6A9E908EBF.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.cw-custom-title::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-theme-primary);
	z-index: -1;
	opacity: 75%;
}
