/*  Header / Nav
  =================================================================================================*/

.header__top {
  background: var(--color-theme-primary);
  color: var(--color-theme-background);
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.header__top a {
  color: inherit;
}

.header__top a:hover {
  color: var(--color-theme-highlight);
}

.header__top .cw-social-media a {
  font-size: 1rem;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}

@media (min-width: 992px) {
  .header .navbar-nav .nav-item a,
  .header .navbar-nav .nav-item .nav-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header .navbar .active > .nav-link,
  .header .navbar .dropdown-item.active,
  .header .navbar .dropdown-item:active,
  .header .navbar .show > .nav-link {
    background-color: transparent;
  }

  .header nav.navbar.navbar-expand-lg.header-scroll {
    transition: top 0.5s ease;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    transition: background-color 0.5s ease;
    opacity: 0.95;
  }

  /* .header nav.navbar.navbar-expand-lg.header-scroll {
    background: #fdb721 !important;
  } */

  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
  }

  section:not(.page-inventory-details) .header .header-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  /** Adds top margin to all pages to account for fixed header**/
  section[class*="page-"]:not(.page-inventory-details) {
    margin-top: var(--cw-headerHeight);
  }

  /* There's a script to make the variable always the size of the header container */
  :root {
    --cw-headerHeight: 140px;
  }
}

@media (min-width: 1200px) {
  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* ===== hero ===== */
.cw-hero {
  background: #151f26;
  background-image: linear-gradient(
      45deg,
      rgba(68, 0, 100, 1),
      rgba(68, 0, 100, 0.8),
      rgba(157, 0, 200, 0.1)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8C3ABC9AF62E1E803BE2558E37F961BA.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 6rem 0;
  color: #fff;
  position: relative;
}

.hero-text.pt-md-5 {
  margin-bottom: 5em;
}

.hero-text p {
  text-shadow: 1px 1px 5px #000;
}

.cw-hero svg {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 0;
}

.st0 {
  fill: #ffffff;
}

@media (min-width: 440px) {
  .cw-hero svg {
    bottom: -1px;
  }
}

.cw-hero h1 span {
  color: var(--color-theme-highlight);
  font-size: 0.5em;
  display: inline-block;
}

@media (min-width: 1400px) {
  .cw-hero h1 {
    font-size: 2.5rem;
    line-height: 45px;
  }
}

/*==== Service List =====*/
.pg-services-list {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 812px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
  font-size: 15px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  background-image: url("https://apihoard.webit.com/api/v1/Image/E605A7121CCAF2877D1FC8D9BF8AAAEE/E605A7121CCAF2877D1FC8D9BF8AAAEE.png?size=320x240");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* ----- Home Cards -----*/
.cw-cards {
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
  padding: 6rem 0;
}

.cw-card-1,
.cw-card-2,
.cw-card-3 {
  text-align: center;
  background: var(--color-theme-primary);
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}

.cw-card-text {
  position: relative;
  /* top: -2rem; */
}

.cw-card-text i {
  background: var(--color-theme-primary);
  border-radius: 50%;
}

/* ---- 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/800x600/24E1BC1A4FC473843901AA2D2D600AD6.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(0, 0, 0, 0.7);
}

.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/24E1BC1A4FC473843901AA2D2D600AD6.jpg);
    background-size: cover;
    padding-top: 8em;
    padding-bottom: 7em;
  }

  .cw-home-parallax::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .pg-title.pg-title-center {
    font-size: 4rem;
  }
}

/* ---- FAQ ----*/
.cw-faq {
  background-image: linear-gradient(0deg, #fff, transparent),
    url(https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_14.jpg);
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.cw-faq img {
  width: 320px;
}

.cw-faq .accordion-button {
  color: var(--color-theme-primary);
  background-color: #f8f8f8;
  box-shadow: none;
  font-weight: 800;
}

.cw-faq .accordion-button::after {
  filter: grayscale(1);
}

.cw-faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--color-theme-secondary);
  box-shadow: none;
  font-weight: 800;
}

.cw-faq .cw-faq-title {
  font-size: 2rem;
  color: var(--color-theme-primary);
}

/* 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) {
  .cw-faq .cw-faq-title {
    font-size: 3rem;
  }
}

/* Testimonials Slider */
section.testimonials {
  padding-top: 5rem;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 1em;
  text-align: center;
  border: 1px solid #ececec;
  border-bottom: 3px solid var(--color-theme-primary);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25), 0 9px 15px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

h2.review-letter {
  color: var(--color-theme-highlight);
  margin-bottom: 0.5em;
  padding: 10px;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--color-theme-primary);
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 30px 0;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--color-theme-highlight);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 50%;
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--color-theme-primary);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3) rotate(45deg);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* --- Map --- */

.map {
  margin: 0 1rem 1rem;
}

.map-container {
  border-radius: 0.8vw;
  overflow: hidden;
}

.page-contact-us .map-container {
  border-radius: 0 0 0.8vw 0.8vw;
}

.fa-map-marker::before {
  content: "\f3c5";
}

.footer {
  padding-top: 0.5em;
  padding-bottom: 0;
  margin-top: -2em;
}

.bg-primary iframe {
  padding: 1em;
  border-radius: 2em;
}

@media (max-width: 786px) {
  p.text-center.text-md-start {
    font-size: 15px;
  }
}

/* ----- Title ------*/
section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CDD08EE3A9CE25CAAD56288DEF59D13B.jpg)
    no-repeat center;
  background-size: cover;
  background-position: center; */
  background-color: var(--color-theme-primary);
  text-align: center;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: var(--color-theme-highlight);
  text-shadow: 0 0 4px #000;
  text-transform: none;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 2.5rem 0;
    text-align: left;
  }

  section:not(.page-home) .title h1 {
    font-size: 3rem;
  }
}

/* ------ Delivery ------*/
/* ===== Delivery ===== */
.border-primary {
  border-color: var(--color-theme-primary) !important;
}

.cw-delivery-steps .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: var(--color-theme-primary);
}

.cw-delivery-steps .card {
  min-height: 75%;
}

.cw-delivery-steps .cw-border {
  /* border-bottom: 1px solid var(--color-theme-highlight); */
  position: relative;
  display: block;
  width: 85%;
  margin: 0 auto;
}
