@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
h2 {
  font-weight: 600 !important;
}

/* !!! Font !!! */
.container {
  max-width: 1556px !important;
}

.font-body-Cabin .header .nav-link,
.font-body-Cabin .header .dropdown-item,
.font-body-Cabin .footer .nav-link,
.font-body-Cabin .footer .dropdown-item,
.font-body-Cabin .gallery .gallery-img-wrap,
.font-body-Cabin .btn,
.font-body-Cabin .eCommerce label,
.font-body-Cabin .product-results,
.font-body-Cabin .btn-link,
.font-body-Cabin .employees .employees-title,
.font-body-Cabin .page-item.active .page-link,
.font-body-Cabin .modal-success .modal-title {
  font-family: "Inter", sans-serif !important;
}
/* Generic Button ====================================================== */
.cw-button-group {
  display: flex;
  gap: 1rem;
}

.cw-btn {
  padding: 0.875rem 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.cw-btn-primary {
  background: transparent;
  color: var(--color-theme-border);
  border-color: var(--color-theme-border);
  font-weight: 500 !important;
}

.cw-btn-primary:hover {
  background: #fff;
  color: #000;
}
.cw-thin-straight {
  font-style: normal !important;
  -webkit-text-stroke: 0.3px;
  /* -webkit-text-fill-color: transparent; */
}

.cw-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.cw-btn-secondary:hover,
.cw-btn-secondary:hover {
  background: rgba(255, 255, 255);
  border-color: #fff;
}
/* Rotate the plus icon */
.cw-btn-primary:hover .fa-plus,
.cw-btn-secondary:hover .fa-plus {
  transform: rotate(90deg);
}

.cw-btn .fa-plus {
  transition: transform 0.3s ease;
}

/* ===================================================================== */

/* !!! Header !!! */

.header .navbar-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
}

.cw-header {
  position: relative;
}

.cw-header .cw-header-logo-wrap {
  background-color: var(--header-primary);
  position: relative;
  text-align: center;
}

.cw-header-logo-wrap .cw-logo-box {
  padding: 10px;
  display: inline-block;
}

.cw-header-logo-wrap .cw-logo-box img {
  width: 275px;
}

.cw-header .cw-header-contact {
  display: none;
}

@media (min-width: 768px) {
  .cw-header .cw-header-contact {
    background-color: #050df5;
    color: #fff;
    padding: 0.5rem 0;
    display: flex;
  }
}

.cw-header-contact a:hover {
  color: #e1e1e1;
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  margin: 0.25rem;
  color: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.cw-header-contact .cw-address:before,
.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f3c5";
  left: 0;
  padding-right: 0.5rem;
  color: inherit;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
}

/* Navbar */
.header .navbar .nav-link {
  transition: all 150ms 50ms ease-in-out;
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
  border-width: 0px;
}

.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link:hover {
  background-color: #f6f6f4;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-header-contact .cw-address,
  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-hours {
    display: inline-block;
    margin: 0.25rem 1rem;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .cw-header .cw-header-logo-wrap {
    text-align: left;
  }

  .cw-header-logo-wrap .container {
    max-width: 1140px;
  }

  .cw-header-logo-wrap .cw-logo-box {
    position: absolute;
    z-index: 1031;
    top: 1px;
  }

  /* Navbar */
  nav.navbar .container {
    min-height: 115px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    max-width: calc(100% - 200px);
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header .container {
    max-width: 1400px;
  }
}

/* Search Module */

.cw-search-title h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1rem;
  background-color: var(--color-theme-primary);
}

/* Advanced Search module modifications*/
section.inventory-search-module .brdr__rad10 {
  border-radius: 0px !important;
}
.page-home section.inventory-search-module .form__wrapper {
  background-color: var(--color-theme-highlight);
  color: var(--color-theme-text-btn);
  border: none;
  padding: 1rem 1.5rem 2rem;
  margin: 3rem 0 !important;
}

@media (min-width: 768px) {
  .page-home section.inventory-search-module .form__wrapper {
    padding: 2rem 3rem 2rem;
  }

  .cw-search-title {
    padding: 3rem 3rem 0;
  }
}
/* Hero ============================================================== */
/* Hero Carousel */
.cw-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 600px;
  display: flex;
  margin: auto;
}

.cw-hero .carousel-inner,
.cw-hero .carousel-item {
  height: 100%;
}

.cw-hero .carousel-item {
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Black gradient overlay */
.cw-hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 17, 255, 0.482) 100%
  );
  z-index: 1;
}

/* Content overlay */
.cw-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.cw-tagline {
  font-size: 0.875rem;
  width: fit-content;
  background-color: #050df5;
  padding: 7px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0.9;
  color: var(--color-theme-border);
}

.cw-heading {
  font-size: 3rem;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.cw-heading strong {
  font-weight: 400;
  display: block;
}

.cw-subtext {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  /* opacity: 0.85; */
  font-weight: 300;
}

/* ======================================================== */
/* Carousel indicators */
.cw-indicators.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  left: 8%;
  right: auto;
  margin: 0;
  justify-content: flex-start;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.cw-indicators .cw-indicator {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  /* Remove Bootstrap's default borders */
  border-top: 0;
  border-bottom: 0;
  text-indent: 0;
}

.cw-indicators .cw-indicator.active {
  background: var(--color-theme-border);
  opacity: 1;
}

.cw-indicators .cw-indicator:hover {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

@media (max-width: 768px) {
  .cw-indicators.carousel-indicators {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .cw-hero {
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
  }
  .cw-button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: justify;
    justify-content: center;
  }

  .cw-overlay {
    left: 1.5rem;
    right: 1.5rem;
    max-width: none;
  }

  .cw-heading {
    font-size: 2rem;
  }

  .cw-btn {
    text-align: center;
  }

  .cw-hero .carousel-item::after {
    background-color: #050df5;
    opacity: 75%;
  }
}

@media (min-width: 1400px) {
  .cw-hero {
    height: 550px;
  }

  .cw-heading {
    font-size: 3rem;
  }

  .cw-overlay {
    left: 8%;
  }
}

/* =================================================================== */
.cw-main-buttons {
  max-width: 1400px;
  margin: 0 auto;
}

.cw-main-buttons .cw-button {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.5rem;
  background-color: #a8a8a8;
  z-index: 0;
}

.page-home .cw-main-buttons .cw-button::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #707070 0%, #f6f6f4b8 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;
  width: 100%;
  height: 50%;
}

.cw-main-buttons .cw-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cw-main-buttons .cw-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease;
  padding: 1.75rem;
}

.cw-main-buttons .cw-button:hover img {
  transform: scale(1.1);
}

.cw-main-buttons .cw-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ); */
  z-index: 1;
  transition: background 0.3s ease;
}

.cw-main-buttons .cw-button:hover .cw-button-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  height: 100%;
}

.cw-main-buttons .cw-title {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}

.cw-main-buttons .cw-button:hover .cw-title {
  opacity: 1;
  transform: translateY(0);
}

.cw-main-buttons .cw-title h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw-main-buttons .cw-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cw-main-buttons .cw-title a:hover {
  color: #ddd;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cw-main-buttons cw-animate {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.cw-main-buttons .cw-animate:nth-child(1) {
  animation-delay: 0.1s;
}
.cw-main-buttons .cw-animate:nth-child(2) {
  animation-delay: 0.2s;
}
.cw-main-buttons .cw-animate:nth-child(3) {
  animation-delay: 0.3s;
}
.cw-main-buttons .cw-animate:nth-child(4) {
  animation-delay: 0.4s;
}
.cw-main-buttons .cw-animate:nth-child(5) {
  animation-delay: 0.5s;
}
.cw-main-buttons .cw-animate:nth-child(6) {
  animation-delay: 0.6s;
}

@media (max-width: 767px) {
  .cw-main-buttons .cw-title h5 {
    font-size: 1.25rem;
  }
}
/* About Us ========================================================= */
.cw-welcome-section {
  margin-top: 2rem;
}
/*H1 - Title*/
.page-home .title-heading {
  font-size: 36px;
  text-align: center;
}

/* !!! Title !!! */

.title .title-container .title-heading {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1194C00F0BBBB736706BFF58C5953A77.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  z-index: 0 !important;
  position: relative;
  padding: 6rem;
  font-weight: 500 !important;
}

.title .title-container .title-heading::before {
  content: "";
  position: absolute;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 35%;
}

/* !!! welcome Section !!! */

/* !!! Inventory Slideshow !!! */

.card__multi__style1 a,
.card__multi__style1 a:hover {
  color: #ffffff;
}

.card__multi__style3 .item__card {
  background-color: var(--color-theme-border) !important;
}

.card__multi__style3 .title__style__content {
  background-color: var(--inventoryslideshow-highlight);
  color: #ffffff !important;
}

.card__multi__style3 a.item__title {
  color: #ffffff !important;
}

.card__multi__style1 .item__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border: 1px solid var(--inventoryslideshow-primary) !important;
  border-radius: 6px;
  background-color: var(--inventoryslideshow-primary) !important;
  color: var(--inventoryslideshow-buttontext);
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.card__multi__style1 .item__card {
  flex: 1;
  border: 1px solid var(--inventoryslideshow-border);
  display: flex;
  flex-direction: column;
  background-color: #131313 !important;
  color: white;
}

.card__multi__style1 .item__card__photo img {
  width: 100%;
  border-radius: 0px 0px 0 0 !important;
  height: 100%;
  object-fit: cover;
}
.page-home .inventoryslideshow {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.inventoryslideshow .brdr__rad10 {
  border-radius: 0px !important;
}

.card__multi__style1 a,
.card__multi__style1 a:hover {
  color: #ffffff !important;
}

/* !!! SRP !!! */

.inventory .card {
  /* background: #000 !important;
  color: #fff; */
}

.inventory-cta .btn:hover {
  color: #ffffff !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  background-color: transparent !important;
}

/* !!! VDP !!! */

.vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  background-color: var(--inventorydetails-primary) !important;
  border-color: var(--inventorydetails-primary) !important;
}

/* !!! Finance Section !!! */

.cw-finance {
  margin-bottom: 3rem;
}
a.btn.btn-outline {
  border: 2px solid var(--color-theme-primary) !important;
  color: var(--color-theme-primary) !important;
}

a.btn.btn-outline:hover {
  background-color: var(--color-theme-primary);
  color: white !important;
}

/* !!! Home CTA !!! */

.cw-big-fade {
  position: relative;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/21F6A820B584589C27B2DD8045FF2BF3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 0;
  margin-bottom: 3rem;
}

.cw-big-fade::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  opacity: 55%;
  z-index: -1;
}

/* !!! Footer !!! */
.cw-footer {
  position: relative;
  z-index: 1;
}

.cw-footer::before {
  content: "";
  position: absolute;
  background-color: #f6f6f4;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 25%;
  display: flex;
  width: 100%;
}
.cw-footer .cw-footer-bg {
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
}

.cw-footer .cw-foot-logo {
  display: block;
  text-align: center;
}

.cw-footer .cw-foot-logo img {
  width: 300px;
}

.cw-footer a {
  color: #fff;
}

.cw-footer a:hover {
  color: var(--color-theme-primary);
}

.cw-footer .cw-foot-social {
  font-size: 1.5rem;
}

.cw-foot-info {
  margin-top: 15px;
  position: relative;
}

.cw-foot-info h2 {
  font-size: 20px;
}

.cw-foot-info p,
.cw-foot-info li {
  font-size: 0.9rem;
}

.cw-foot-info li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #555;
}

/* Token hours coloring */

.cw-foot-info .business-hours {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cw-foot-info .business-hours .bh-title {
  border-color: var(--color-theme-primary);
}

.cw-foot-info li:last-child {
  border-bottom: none;
}

.cw-foot-info li.today {
  color: var(--color-theme-border);
  font-weight: bold;
  background-color: var(--color-theme-primary);
}

@media (min-width: 768px) {
  .cw-foot-info p,
  .cw-foot-info li {
    font-size: 1rem;
  }
}

/* -------------------- default footer & footer nav ---------------------- */
.footer {
  padding-top: 1em !important;
}

.footer .nav-link,
.footer .dropdown-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 10px !important;
  line-height: 2em !important;
}

.footer .dropdown-menu {
  border-radius: 0;
}

/* ----------------------------------------------------------------------- */
.fa-solid {
  font-weight: 500 !important;
}
