/*------------------- 3.6. Slider -------------------*/




  /*------------------- 4.12. Testimonial  -------------------*/
   /*----------------------------------------------
      # Testimonial style here
  ----------------------------------------------*/
  .testimonial-wrap.style1 {
    /* width: 50%; */
    position: relative;
    z-index: 4;
    background-color: chartreuse;
    
  }
  .testimonial-wrap.style1 .section-bg {
    bottom: -88px;
  }
  .testimonial-wrap.style1 .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Small devices */
  }
  .testimonial-wrap.style1 .title-wrap .title-area {
    margin: 0;
    max-width: 488px;
  }
  @media (max-width: 767px) {
    .testimonial-wrap.style1 .title-wrap {
      flex-direction: column;
    }
  }

  /* constrola os botoes de voltar e passar */
  .testimonial-wrap.style1 .slider-arrow.style2 {
    position: absolute;
    top: 30%;
    right: 97.5%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    background-color: var(--title-color);
    border: 1px solid var(--title-color);
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  /* constrola os botoes de voltar e passar */
  .testimonial-wrap.style1 .slider-arrow.style2.slider-next {
    position: absolute;
    top: 30%;
    right: -3%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    z-index: 5;
    background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
    border: 1px solid var(--theme-color);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  

  
  .testimonial-card.style1 {
    position: relative;
    border-radius: 16px;
    border-left: 4px solid var(--theme-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    /* Small devices */
  }
  .testimonial-card.style1 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .testimonial-card.style1 .profile-box .testi-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .testimonial-card.style1 .profile-box .testi-content .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
  }
  .testimonial-card.style1 .profile-box .testi-content .designation {
    text-align: start;
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .testimonial-card.style1 .profile-box .testi-content .designation,.testimonial-card.style1 .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

  .testimonial-card.style1 .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 34px;
  }
  .testimonial-card.style1 .quote {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  @media (max-width: 767px) {
    .testimonial-card.style1 .profile-box {
      padding-left: 10px;
    }
    .testimonial-card.style1 .text {
      padding-left: 10px;
      padding-right: 10px;
    }
    .testimonial-card.style1 .quote {
      position: absolute;
      top: 40px;
      right: 10px;
    }
  }
  @media (max-width: 767px) and (max-width: 330px) {
    .testimonial-card.style1 .quote {
      position: absolute;
      top: 96px;
      right: 5px;
    }
  }
  

  /* YURI CUSTOM TESTIMONIAL CSS */
/*   .swiper {
    width: 50%;
    max-width: 400px;
    height: 400px;
    margin: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
