/* Fonts */

@font-face {
  font-family: 'firago-medium';   
  src: url('../../fonts/firago-medium.woff2') format('woff2'),
      url('../../fonts/firago-medium.woff') format('woff'),
      url('../../fonts/firago-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'firago-regular';   
  src: url('../../fonts/firago-regular.woff2') format('woff2'),
      url('../../fonts/firago-regular.woff') format('woff'),
      url('../../fonts/firago-regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bold';   
  src: url('../../fonts/firago-bold.woff2') format('woff2'),
      url('../../fonts/firago-bold.woff') format('woff'),
      url('../../fonts/firago-bold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-semibold';
  src: url('../../fonts/firago-semibold.woff2') format('woff2'),
      url('../../fonts/firago-semibold.woff') format('woff'),
      url('../../fonts/firago-semibold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../../fonts/firago-mediumitalic.woff2') format('woff2'),
      url('../../fonts/firago-mediumitalic.woff') format('woff'),
      url('../../fonts/firago-mediumitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bolditalic';   
  src: url('../../fonts/firago-bolditalic.woff2') format('woff2'),
      url('../../fonts/firago-bolditalic.woff') format('woff'),
      url('../../fonts/firago-bolditalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reviews-title {

  text-align: center;
  font-family: 'firago-bold';
  font-size: 38px;
  margin-bottom: 5px;
  color: #4f2ee1;
  margin-bottom: 30px;

}

.reviews-undertitle {

  text-align: center;
  font-family: 'firago-regular';
  font-size: 22px;
  margin-bottom: 0px;
  color: #2e2e2e;
  
  }

.reviews {
padding-top: 100px;
padding-bottom: 100px;

}




.reviewsss {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}



.testimonial {
  position: relative;
  max-width: 1050px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  font-family: 'firago-regular';

}
.slide .quote-icon {
  font-size: 30px;
  color: #6440ff;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  font-family: 'firago-medium';
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #6440ff;
  position: relative;
}

@media (pointer: coarse), (hover: none), (hover: on-demand) {


  .reviews {
    padding-top: 50px;
    padding-bottom: 30px;
    
    }

    .reviews-title {

      text-align: center;
      font-family: 'firago-bold';
      font-size: 28px;
      margin-bottom: 5px;
      color: #3419ab;
      margin-bottom: 25px;
    
    }
    
    .reviews-undertitle {
    
      text-align: center;
      font-family: 'firago-regular';
      font-size: 22px;
      margin-bottom: 0px;
      color: #2e2e2e;
      
      }






.reviewsss {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
}



.testimonial {
  position: relative;
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 150px;
  width: 150px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 400;
  color: #191919;
  font-family: 'firago-regular';

}
.slide .quote-icon {
  font-size: 21px;
  color: #6440ff;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 15px;
  font-weight: 600;
  color: #191919;
  font-family: 'firago-medium';
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transform: translateY(-175px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 15px;
  margin-left: 3px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #6440ff;
  position: relative;
}

  


  

}
