/** Shopify CDN: Minification failed

Line 119:0 Unexpected "<"

**/
/* CUSTOM CODE VIA PixG.design Agency */

/* TO remove the unecessary gap above it */
/* #StickyHeaderWrap {
  height:0px !important;
} */

/* Custom hero Section */
.hero-banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-container {
  display: flex;
  flex-direction: row;
  width: 100vw;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.slideCustom {
  position: relative;
  min-width: 100vw;
  /* height:80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}
.slide-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.slide-bg img,
.slide-bg source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.slide-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: left;
  max-width: 800px;
  padding: 20px;
}
.slide-content h1 {
  font-size: 1.9rem; 
  margin-bottom: 10px;
}
.slide-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.slide-content p {
  margin-bottom: 20px;
  font-size: 1rem;
}
.btnCustom {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.btn-primary {
  background-color: #000;
  color: #fff;
}
.btn-secondary {
  background-color: #666;
  color: #fff;
}
.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .slide-content h1 {
    font-size: 2rem;
  }
  .slide-content h3 {
    font-size: 1.2rem;
  }
  .slide-content p {
    font-size: 0.9rem;
  }

  .slideCustom {
    aspect-ratio:1 / 1 !important;
    height: auto !important;
  }
}

@media (min-width:769px) {
    .slideCustom {
      min-height:80vh;
    }
}
</style>
