/** Shopify CDN: Minification failed

Line 68:23 Expected identifier but found whitespace
Line 68:25 Unexpected "{"
Line 68:34 Expected ":"

**/


/* CSS from section stylesheet blocks */
.images-carousel {
    text-align: center;
    padding: 60px 0px;
}

.images-carousel__container {
    margin: auto;
}
.slick-slide-image img {
    max-height: 330px;
    object-fit: fill;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.slick-slide-image {
    margin: 0 10px;
}
.slidewrapper {
    box-sizing: border-box;
    position: relative;
}
 .images-carousel__container .slick-track>div {
    padding: 10px 0;
}
  .image_carousal_title_main {
    /* order: 2; */
    padding: 40px;
    background: #fff;
    margin-top: -80px;
    z-index: 99999;
    border-radius: 10px;
    border: 1px solid #000;
    position: relative;
    max-width: 480px;
    margin: auto;
    margin-top: -80px;
}
  .image_carousal_title_main .slick-slide {
    margin: 0 5px;
}
  h2.image_carousal_title {
    margin: 0px;
    font-weight: 700;
    font-size:38px;
}
  .wrapperimage {
    padding: 0 15px;
}
  .images-carousel__container {
  will-change: transform;
}

@media only screen and (max-width: 767px) {
    .images-carousel {
        text-align: center;
        padding: 40px 0px;
      background-color: {{ section.settings.images_carousel_bg_color }};
    }
   h2.image_carousal_title {
    
    font-size:24px;
}
 
  .image_carousal_title_main {
    padding: 40px;
    background: #fff;
    z-index: 99999;
    border-radius: 10px;
    border: 1px solid #000;
    position: relative;
    max-width: 312px;
    margin: -39px auto auto;
}
}
@media only screen and (max-width: 567px) {
  .slick-slide-image img {
    max-height: 214px;
   
}
}
.video-carousel {
    text-align: center;
    padding: 60px 30px;
   position:relative;
}

.video-carousel .slick-prev, .slick-next{
    opacity:0;
}
.arrowwrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.arrowwrapper {
    gap: 12px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    z-index: -1;
    right: 0;
    display: flex;
    justify-content: center;
}
.arrowwrapper img{
    width: 35px;
}

.video-carousel__title {
  margin-bottom: 20px;
}
.video-carousel__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}
h6.video-carousel__subtitle {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.video-carousel__container {
    max-width: 1200px;
    margin: auto;
}
.slick-slide video {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}
.slick-slide {
   margin: 0 10px;
}
.slidewrapper {
   box-sizing: border-box;
    position: relative;
}
.slick-dots {
    bottom: -45px !important;
}
.slick-dots li button:before {
   font-size: 16px!important;
}
.slick-dots li.slick-active button:before {
   color: #b19cd8!important;
}
.slick-dots li button:before {
  color: #b19cd8!important;
}
.slick-arrow {
    background: #888888;
    width: 20px;
    height: 20px;
}
.slick-arrow img {
    width: 35px;
    opacity:0;
}
.slick-arrow {
    background: #fff  !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 0px;
    border-radius: 50%;
    border: 4px solid #fff !important;
}
.slick-arrow:before{
    display:none;
}
.slick-prev {
    z-index: 1;
}

img.playbutton {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50px;
    cursor: pointer;
    margin: auto;
    filter: invert(1);
    opacity: 1;
}
.slick-prev, .slick-next {
    top: unset !important;
    bottom: -66px;
    left: 0;
    right: 0;
    margin: auto;
}
.slick-prev {
    left: -50px !important;
}
.slick-next {
    right: -50px !important;
}
.leftImage {
    display: flex;
    align-items: center;
}
@media only screen and (max-width:767px){
     .video-carousel__title {
        font-size: 30px !important;
        font-weight: bold;
  }
    .video-carousel {
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 10px;
}
.arrowwrapper {
    gap: 12px;
    bottom: -12px;
}
}

img.pausebutton {
    display: none!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    filter: invert(1);
}