Your IP : 18.117.101.7


Current Path : /home/lentoinv/finationglobal.com/scss/sections/
Upload File :
Current File : //home/lentoinv/finationglobal.com/scss/sections/_testimonials.scss

/*========================================*/
/*-------- [_Section_testimonials] -------*/
/*========================================*/
//Testimonial Style1
.testimonial-style2 {
  position: relative;
  display: block;
  padding: 42px 40px 43px;
  padding-left: 0;
  z-index: 1;
  @media screen and (max-width: 425px) {
    padding: 30px 30px 45px 30px;
    background: #fff;
  }
  &::before {
    position: absolute;
    top: 0;
    left: 70px;
    bottom: 0;
    right: 0;
    background: var(--bg-white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    content: "";
    z-index: -1;
    border-radius: 8px;
    @media screen and (max-width: 425px) {
      background: none;
      box-shadow: none;
    }
  }
  .testimonial-item {
    position: relative;
    display: block;
    padding-left: 170px;
    @media screen and (max-width: 425px) {
      padding-left: 0;
      text-align: center;
    }
    .testimonial-image-block {
      position: absolute;
      top: 15px;
      left: 0;
      @media screen and (max-width: 425px) {
        position: relative;
        width: 100%;
      }
      .testimonial-image {
        position: relative;
        display: block;
        border-radius: 50%;
        overflow: hidden;
        @media screen and (max-width: 425px) {
          width: 110px;
          margin: 0 auto 60px;
        }
        img {
          width: 100%;
        }
      }
      .testimonial-quote-icon {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: var(--webex-primary-color3);
        i {
          &::before {
            position: relative;
            display: inline-block;
            color: #0d1525;
            font-size: 20px;
            font-weight: 600;
          }
        }
      }
    }
    .testimonial-content-block {
      position: relative;
      display: block;
      .testimonial-text {
        padding-bottom: 25px;
        margin-bottom: 22px;
        border-bottom: 1px solid #e2e8fa;
      }
      .testimonial-details {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media screen and (max-width: 425px) {
          flex-direction: column;
        }
        .testimonial-client-info {
          position: relative;
          display: block;
          @media screen and (max-width: 425px) {
            margin-bottom: 15px;
          }
          .testimonial-title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            text-transform: capitalize;
            letter-spacing: -0.04em;
          }
          .testimonial-designation {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 0;
          }
        }
        .testimonial-rating {
          background: var(--gradient-color1);
          padding: 3px 15px;
          border-radius: 6px;
          color: #fff;
          ul {
            li {
              position: relative;
              display: inline-block;
              margin-right: 0px;
              line-height: 0;
              font-size: 12px;
            }
          }
        }
      }
    }
  }
}
//Testimonial Style1
.testimonial-style1 {
  .testimonial-item {
    background: var(--bg-white);
    text-align: center;
    position: relative;
    margin: 50px 0 30px;
    padding: 0 30px 45px;
  }
  .testimonial-item:after {
    content: "";
    width: 30%;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--webex-primary-color);
  }
  .testimonial-item:hover:after {
    width: 100%;
  }
  .testimonial-item .author-image {
    z-index: 1;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .testimonial-item .author-image:before {
    position: absolute;
    width: 104%;
    height: 50%;
    content: "";
    left: -2px;
    bottom: -4px;
    z-index: -1;
    background: var(--webex-primary-color);
    transition: 500ms;
  }
  .testimonial-item:hover .author-image:before {
    width: 104%;
    height: 106%;
  }
  .testimonial-item .author-image:after {
    position: absolute;
    content: "\f152";
    color: var(--webex-primary-color2);
    left: 0;
    bottom: -89px;
    font-size: 10rem;
    opacity: 0.07;
    font-family: "webexbaseicon";
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
  }
  .testimonial-item .author-image img {
    max-width: 110px;
    margin: 2px 2px 0;
    border: 5px solid white;
  }
  .testimonial-item p {
    font-style: italic;
  }
  .testimonial-item .name {
    margin: 20px 0 3px;
  }
  .testimonial-item .designation {
    font-size: 14px;
  }
  .testimonial-item:hover:after {
    opacity: 1;
  }
}

.testimonial-style2-wrapper .owl-carousel .owl-nav button.owl-prev,
.testimonial-style2-wrapper .owl-carousel .owl-nav button.owl-next {
  font-size: 18px;
  height: 50px;
  left: 70px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: auto;
  bottom: -105px;
  width: 50px;
  background: #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 8px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}
.testimonial-style2-wrapper .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 130px;
}

?>