_carousel.scss 3.59 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: 0px;
  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 {}

.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;
    @media screen and (max-width: 1200px) {
      bottom: 80px !important;
    }
  }

  .carousel-items {}

  .swiper-wrapper {
    gap: 0rem;
    width: 100vw;
    padding-bottom: 60px;
    @media screen and (max-width: 1200px) {
      padding-bottom: 0px;
    }
  }
}


// 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: auto;

  .swiper-slide {
    width: 100% !important;

    .testimonials {

      background: transparent;



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

      }

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

        @media screen and (max-width: 1200px) {
          width: 80%;
          min-height: unset;
          margin-bottom: 60px;
          padding-bottom: 70px;
        }
      }

      .quotes {
        height: 120px;
      }

      .quotes::after {
        position: relative;
        top: 0px;
        right: -30px;
        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");
        @media screen and (max-width: 1100px) {
          right: -10px;
        }
        @media screen and (max-width: 768px) {
          position: relative;
          right: unset;
          top: 0px;
          margin: auto;
          left: unset;
        }
      }

      .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;
      }


    }
  }


}

.page-template-no-title {
  .testimonials {
    margin-right: 0 !important;
  }

  .testimonials-carousel {
    padding-right: 0%;
  }


}