/** Shopify CDN: Minification failed

Line 116:2 Expected identifier but found "!"
Line 116:5 Expected identifier but found "!"
Line 121:3 Expected ":"
Line 121:4 Expected identifier but found "!"
Line 121:9 Expected identifier but found "!"
Line 121:13 Expected identifier but found "!"

**/
.slideshow-section {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 70% 100%;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  height: 110vh;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1120px;
}

.text-content {
  flex: 1;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}

.image-content {
  flex: 1;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.swiper-slide-active .text-content {
  opacity: 1;
  transform: translateX(0);
}

.swiper-slide-active .image-content {
  opacity: 1;
  transform: translateX(0);
}

.slide-button {
  padding: 10px 20px;
  border-radius: 23px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(to right, #047244, #06a37d);
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.slide-button:hover {
  box-shadow: 2px 3px 16px #000;
  color: #fff;
}

.text-content {
  width: 50%;
}

.image-content {
  width: 50%;
}

.image-content img {
  width: 100%;
  object-fit: cover;
}

.main-banner-slider-heading-wrap {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  max-width: 310px;
}

.main-banner-slider-content-wrap {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8%;
}

.main-banner-slider-content-wrap strong {
  font-weight: 800 !important;
  color: #000;
}

.slideshow-section .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
  !i;!;
  width: max-content !important;
  right: 3% !important;
  left: auto !important;
  top: 50% !important;
  m;!io,;!io;!;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 1;
}

.slideshow-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.slideshow-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff !important;
  opacity: 1;
}

@media only screen and (max-width: 767px){
  .slide-content {
    flex-direction: column;
  }

  .text-content,
  .image-content{
    width: 100%;
    max-width: 83.333333%;
  }

  .swiper-container {
    width: 100%;
    overflow: hidden;
    height: calc(100vh + 126px);
  }

  .slideshow-section .swiper-pagination {
    z-index: 2;
  }

  .slideshow-section{
    background-size: 48% 40%;
  }
}