.container {
  max-width: 960px;
}

/* Slider Revolution fullwidth embed */
body.csb-has-revslider {
  overflow-x: hidden;
}

/* Location pages: light, semi-transparent nav so hero/slider shows through */
/* Light, mostly solid white with a hint of transparency + blur */
.csb-location-nav {
  background: rgba(255, 255, 255, 0.94) !important;
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  backdrop-filter: saturate(120%) blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

body.csb-has-revslider .csb-location-nav {
  background: rgba(255, 255, 255, 0.9) !important;
}

.csb-location-nav .nav-link {
  color: rgba(33, 37, 41, 0.88) !important;
}

.csb-location-nav .nav-link:hover,
.csb-location-nav .nav-link:focus {
  color: #c82333 !important;
}

.csb-location-nav .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.15);
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.btn .btn-red{
    background-color:darkred;
    border-color:darkred;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

/* Hero (#slider): edge-to-edge background + larger video thumbnails */
#slider.csb-hero,
.csb-hero#slider {
  min-height: 26rem;
  margin-left: 0;
  margin-right: 0;
  background-color: #1a1a1a;
  background-image: linear-gradient(105deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(255, 255, 255, 0.88) 100%),
    url("https://customshowerbases.com/wp-content/uploads/2020/07/107903518_102251191572598_5048657612809009095_n.jpg");
  background-repeat: no-repeat, no-repeat;
  /* Gradient: cover; photo: stretch to fill hero width & height */
  background-size: cover, 100% 100%;
  background-position: center, center;
}

.csb-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.csb-hero .container,
.csb-hero .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.csb-hero-videos {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.csb-hero__headline {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.csb-hero__subhead {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .csb-hero__subhead {
    font-size: 1.35rem;
  }
}

.csb-step-num {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  background-color: #c82333;
  border-radius: 50%;
}

.csb-hero__lead {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .csb-hero__lead {
    margin-left: 0;
  }
}

.csb-hero-video-thumb {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csb-hero-video-thumb:hover,
.csb-hero-video-thumb:focus {
  transform: translateY(-2px);
  outline: none;
}

.csb-hero-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Product card grid — wider than default .container (960px) so five columns are readable
 */
.csb-products-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.csb-products-section .card-text.bases {
  height: auto;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
