_carousel.scss 4 KB
//  carousel css
 .carousel:not(.is-admin){
    background-color: transparent !important;
    left: -20px;
    width: 100vw;
    margin-top: 30px;
    margin-bottom: 30px;
 }



 .carousel-items{
     list-style: none;
     margin-block-start: 0em;
     margin-block-end: 0em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     padding-inline-start: 20px;
     background-color: transparent !important;

 }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: all !important;
}

.carousel-items.slick-initialized.slick-slider {
    margin-right:15px; //for the scroll bar
}


.carousel {
    width:100vw;
    margin-left:calc((100% - 100vw) / 2);
    left:0 !important;
    min-height: 340px!important;
    .swiper-button-next {
        right:8px !important;
    }
    .swiper-button-prev {
        left:7px !important;
    }
    .swiper-pagination{
        bottom: -20px !important;
    }
    .carousel-items {
        margin-left:1.75rem;
    }
    .swiper-wrapper {
        gap: 1rem;
    }
}

// testimonials carousel css
.testimonials-carousel{
.swiper-slide{
    width:890px !important;
  
    .testimonials{
        width:890px;
        background:#E5F2F8;
        border-radius: 25px 25px 0px 0px;
        margin-right: 20px;
        .row{
            margin-right:  0rem !important;
            border-bottom:20px solid  #FFA300;
            margin-left: -15px !important;
            min-height:316px !important;
    
        }
        .col {
            background-size: cover;
        }
        .testimonial-text{
            padding: 30px 50px;
        }

        p{
            font-size: 16px !important;
            line-height:21px !important;
            font-style: italic;
        }

        .testimonials_image{
            width: 100%;
        
        }
    }
}

 .swiper-slide:nth-of-type(2){ 
    .testimonials{ 
        .row{
        border-bottom:20px solid  #3F9C35;
         }
    }
    .promo-img img{
        border-bottom:20px solid  #3F9C35;
    }
 }
 .swiper-slide:nth-of-type(3){ 
    .testimonials{ 
        .row{
        border-bottom:20px solid  #0484B8;
        }
    }
    .promo-img img{
        border-bottom:20px solid  #0484B8;
    }
 }
 .swiper-slide:nth-of-type(4){ 
    .testimonials{ 
        .row{
        border-bottom:20px solid  #E04E39;
        }
    }
    .promo-img img{
        border-bottom:20px solid  #E04E39;
    }
 }
 


 
}


.promo-carousel{
    width:100% !important;
    margin-left:0px !important;
    position: relative;
    @media only screen and (min-width:1400px) {
    max-width: 100% !important;
    }
    .swiper-slide{
        margin-left:0px !important;
        max-width: 100% !important;
        @media only screen and (min-width:1400px) {
        width:100% !important;
        }
        .promo-img{
            max-height: 264px;
            max-width: 372px;
            overflow: hidden;
            border-bottom:20px solid  #FFA300;
        }
        .promo-img img{
            max-width: 372px;
            border-radius: 25px 25px 0px 0px;
           
        }
        .promo.row{
            width:100%;
            border-top:1px solid #FFA300;
            border-bottom:1px solid #FFA300;
            @media only screen and (min-width:1400px) {
                max-width: 1344px;
            }
            @media only screen and (max-width: 600px) {
                width:80%;
            }
            margin: 75px auto;
            padding: 56px 0px;
        
        }
    }
    .swiper-button-next {
        right:30px !important;
    }
    .swiper-button-prev {
        left:7px !important;
    }
    .swiper-pagination{
        bottom: 95px !important;
    }
   
   
    .swiper-slide:nth-of-type(2){ 
        .promo-img {
            border-bottom:20px solid  #3F9C35;
        }
     }
     .swiper-slide:nth-of-type(3){ 
        .promo-img {
            border-bottom:20px solid  #0484B8;
        }
     }
     .swiper-slide:nth-of-type(4){ 
        .promo-img {
            border-bottom:20px solid  #E04E39;
        }
     }
}