_carousel.scss 3.17 KB
.swiper-pagination-bullet {
  background: #fff !important;
  border: 2px solid #2c2c2c !important;
  height: 13px !important;
  width: 13px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #3f9c35 !important;
  border: 2px solid #3f9c35 !important;
}

//  carousel css
.carousel:not(.is-admin) {
  background-color: transparent !important;
  width: 100vw;
}

.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;
  @media only screen and (max-width: 768px) {
    padding-inline-start: 0px;
  }
}

.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);
  margin-right: calc((100% - 100vw) / 2);

  left: 0 !important;
  min-height: 340px !important;
  .swiper-button-next {
    //right:  15% !important;
  }
  .swiper-button-prev {
    //left: 11% !important;
   
  }
  .swiper-pagination {
    bottom: 70px !important;
  }
  .carousel-items {
 
  }
  .swiper-wrapper {
    gap: 1rem;
   
  }
}


// testimonials carousel css
.testimonials-carousel {
  background-image:url("/wp-content/themes/understrap-child/images/orange-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 337px;
  @media only screen and (max-width: 768px) {
    width: calc(100% - 2rem) !important;
    margin-left: auto !important;
    margin-ight: auto !important;
  }
  .swiper-slide {
    width: 100%;
   
    .testimonials {

      background: transparent;
   
      
      margin-right: 20px;
     
      .row {
        margin-right: 0rem !important;
        margin-left: -15px !important;
        min-height: 316px !important;
       
      }

      .col-md-1 {
        background-size: cover;
       
      }

      .testimonial-text {
        padding: 30px 50px;
        width: 80%;
        margin: auto;
        margin-top:50px ;
        background-color: #fff;
        border-radius: 25px;
        min-height: 230px;
        max-width: 1068px;
        position: relative;
      }

      .testimonial-copy::after{
        position: absolute;
        top: 0px;
        left: 69px;
        background-repeat: no-repeat;
        background-size: contain;
        width:94px;
        height:150px;
        content:"";
        display: block;
        background-image:url("/wp-content/themes/understrap-child/images/qu.png");    
      }
      .testimonial-copy{
        margin-left:15%;
        margin-right:7%;
      }

      p {
        font-size: 1.13rem !important;
        line-height: 1.5rem !important;
        color: #63656B;
        font-family: "PT Sans", sans-serif;
      }
      .testimonial-author{
        font-size: 1.13rem !important;
        line-height: 1.5rem !important;
        font-weight: 700;
        color: #007299;
        margin-top: 20px;
        margin-bottom: 0;
       font-family: 'Chalkduster', sans-serif; 
      }


    }
  }

  
}