/* 
h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6 {
  font-weight: 400 !important;
}

.textwithimage a.btn {
  color: var(--color-theme-text-btn);
}

/*Header*/
.header .container {
  position: relative;
  max-width: 1400px;
}

.header .navbar .active > .nav-link {
  background-color: transparent;
}

.header .cw-head-logo {
  max-width: 170px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 100;
}

@media (min-width: 992px) {
  .header .navbar,
  .header .navbar.bg-primary {
    background: transparent !important;
  }

  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;
  }

  .page-home .header .navbar,
  .page-home .header .navbar.bg-primary {
    background: transparent !important;
  }

  .header .navbar .navbar-nav .nav-link {
    text-shadow: 0 0 4px #000;
  }

  .header .navbar.bg-primary.cw-scrolled {
    background: rgb(0 0 0/75%) !important;
  }

  .cw-header-info .cw-head-logo {
    position: absolute;
    z-index: 1040;
    margin-top: 24px;
  }

  nav.navbar .container {
    min-height: 100px;
  }

  /* keeps nav items on the right side of header */
  .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) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - 280px);
    justify-content: center;
  }
}

/*Hero*/
.cw-hero, .cw-hero-slideshow {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  background: url("https://apihoard.webit.com/api/v1/Image/612EBE5B28BD903444146ACD42E87C53/612EBE5B28BD903444146ACD42E87C53.jpg?size=1920x1440")
    no-repeat center center;
  background-size: cover;
  background-position: 45% bottom;

  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.page-home .cw-hero::before {
  content: "";
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 55%;
}
.cw-hero .cw-hero-content {
  padding: 2rem 1rem 2.5rem;
  color: #fff;
  text-align: center;
}

.cw-hero h1, .cw-hero-slideshow h1 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
}

.cw-hero h1::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 10px 0 15px 0;
  background-color: var(--color-theme-secondary);
}
.cw-hero-slideshow h1::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 10px 0 15px 0;
  background-color: var(--color-theme-secondary);
}

.cw-hero h1 span {
  font-size: 0.5em;
  text-transform: uppercase;
  color: var(--color-theme-secondary);
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5em;
  margin-bottom: 0.5em;
}

@media (min-width: 991px) {
  .cw-hero h1 span {
    font-size: 0.3em;
    text-transform: uppercase;
    color: var(--color-theme-secondary);
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
}

.cw-hero .cw-img-outline {
  display: none;
}

/* MAX to adjust container just on very small */
@media (max-width: 439px) {
  .cw-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* regular media */
@media (min-width: 440px) {
  .cw-hero h1 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .cw-hero .cw-img-outline {
    display: block;
    width: 270px;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .cw-hero, .cw-hero-slideshow {
    margin-top: calc(-1 * var(--cw-headerHeight));
    padding-top: var(--cw-headerHeight);
    min-height: 800px;
  }

  .cw-hero h1, .cw-hero-slideshow h1 {
    font-size: 3rem;
  }

  .cw-hero p {
    /* font-size: 0.85em; */
    padding-top: 3px;
  }
}

@media (min-width: 1200px) {
  .cw-hero h1, .cw-hero-slideshow h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1600px) {
}
/* TOP TITLES */
.cw-about-title h2 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  padding-top: 4rem;
  margin-bottom: 1.5rem !important;
}

.cw-top-title h2 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  padding-top: 4rem;
  margin-bottom: 4rem !important;
}

@media (min-width: 1400px) {
  .cw-top-title h2 {
    padding-top: 4rem;
  }
}

/* REVIEWS */
.testimonial-container .row {
  margin-bottom: 1em;
}

.testimonial {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(140, 208, 139, 1) 38%,
    rgba(75, 178, 73, 1) 100%
  );
  padding: 1em;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: .5em;
}

.testimonial .fa-star {
  color: var(--color-theme-highlight);
}

.author {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.cw-rev-img {
  box-shadow: 0px 4px 5px #1b1b1b;
  padding-top: 4px;
  padding-bottom: 2px;
}

.cw-banner-img {
  max-width: 90%;
  height: auto;
  justify-content: center;
}

/* 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);
}

section:not(.page-inventory-details, .page-home) .header .header-container {
  background-color: #000;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  transition: background 0.3s ease;
}

.card:hover .card-overlay {
  background: rgba(75, 178, 73, 0.75);
}

.card-img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}

.card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-content {
  text-align: center;
  z-index: 2;
}

.overlay-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

/* two ============================================================ */
.cw-card-overlay-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(75, 178, 73, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  transition: background 0.3s ease;
}

.card:hover .cw-card-overlay-two {
  background: rgba(0, 0, 0, 0.75);
}

.cw-card-img-wrapper-two {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}

.cw-card-img-top-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw-overlay-content-two {
  text-align: center;
  z-index: 2;
}

.cw-overlay-title-two {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

.overlay-meta {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
/*---- Page title -----*/
.internal-page {
        padding-left: 0;
        padding-right: 0;
      }

      @media (min-width: 992px) {
       /* .internal-page {
          padding-left: 20px;
          padding-right: 20px;
        }*/
        .internal-page{
          margin-top: -40px;
        }
      }

      @media (min-width: 769px) {
       /* .internal-page {
          padding-left: 25px;
          padding-right: 25px;
        }*/
      }

      .pg-title {
      line-height: .95em;
  }

  .pg-title-center {
      text-align: center
  }

  .pg-title::after {
      content: "";
      display: block;
      height: 4px;
      width: 80px;
      margin: 10px 0 15px;
      background: var(--color-theme-secondary);
      color: var(--color-theme-text-btn)
  }

  .pg-title-center::after {
      margin-left: auto;
      margin-right: auto
  }



      .page-title {
        position: relative;
        padding-top: 7.5em;
        padding-bottom: 7.5em;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .page-title .pg-title {
        margin-top: 15px
    }


    .page-title .pg-title::after {
        margin-bottom: 0
    }

        .page-title {
            background-image:url(https://apihoard.webit.com/api/v1/Image/9A58AE228305666D70B22345DCDAC350/9A58AE228305666D70B22345DCDAC350.jpg?size=800x600)
        }

    

    @media(min-width: 768px) {
        .page-title {
            background-image:url(https://apihoard.webit.com/api/v1/Image/9A58AE228305666D70B22345DCDAC350/9A58AE228305666D70B22345DCDAC350.jpg?size=1920x1440)
        }


    }

    .page-title::after {
        overflow: hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,.3)
    }

    .page-title .container {
        position: relative;
        z-index: 2
    }

    @media(max-width: 767px) {
        .page-title {
            padding-top:3em;
            padding-bottom: 3em
        }
    }
     @media(max-width: 991px){
      .internal-page{
        margin-bottom: 2rem;
      }

     }

     /*-----FAQ------*/

.cw-get-started .pg-title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: 10px 0 15px;
    background-color: var(--color-theme-text)
}

.cw-get-started .pg-title-center::after {
    margin: 10px auto 15px
}

.cw-get-started .pg-subtitle {
    font-size: 1rem
}

.cw-get-started .pg-text {
    line-height: 1.7;
    margin-bottom: 1.4em;
    font-size: 1rem
}

.cw-get-started .collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 1em;
    background: var(--color-theme-background);
    color: var(--color-theme-text);
    border-bottom: 1px solid var(--color-theme-border);
    display: block;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500
}

.cw-get-started .collapse-header:hover,.cw-get-started .collapse-header:not(.collapsed) {
    color: var(--color-theme-primary)
}

.cw-get-started .collapse-header::after {
    content: "+";
    position: absolute;
    z-index: 3;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    font-size: 1.5em;
    line-height: 1em;
    transition: .2s;
    color: var(--color-theme-primary)
}

.cw-get-started .collapse-header.collapsed::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.cw-get-started .collaspe-content {
    padding: 1.5rem 1em;
    border-bottom: 1px solid var(--color-theme-border)
}

.cw-get-started .cw-green-btn {
    color: #647b74;
    font-weight: 700
}

@media(min-width: 576px) {
    .cw-get-started .collapse-header {
        font-size:1.3rem
    }

    .cw-get-started .pg-text {
        font-size: 1rem
    }
}