.testimonial-section {
  padding: 80px 0;

  color: #fff;
  font-family: "Inter", sans-serif !important;
}

.testimonial-section .container-section .content-wrapper .left-content .title {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 100;
}

.testimonial-section
  .container-section
  .content-wrapper
  .left-content
  .bold-title {
  font-size: 70px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}

.testimonial-section .container-section .content-wrapper .left-content .desc {
  color: #ffffff;
  margin: 25px 0;
  font-size: 18px;
  max-width: 400px;
}
.testimonial-section .container-section .content-wrapper .nav-btns {
  display: flex;
}
.testimonial-section .container-section .content-wrapper .nav-btns button {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .container-section .content-wrapper .nav-btns button svg {
  font-size: 25px;
  font-weight: 100 !important;
}

.testimonial-section .container-section .content-wrapper .nav-btns .prev-btn,
.testimonial-section .container-section .content-wrapper .nav-btns .next-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-section
  .container-section
  .content-wrapper
  .nav-btns
  .prev-btn.disabled,
.testimonial-section
  .container-section
  .content-wrapper
  .nav-btns
  .next-btn.disabled {
  background: #1d1d1d;
  color: #ffffff;
}

/* RIGHT */
.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .testimonial-card {
  position: relative;
  padding: 30px;
}

.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .quote-icon {
  width: 60px;
  margin-bottom: 15px;
}

.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .quoted-title {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-section .container-section .content-wrapper .right-content .text {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.3;
}

.testimonial-section .container-section .content-wrapper .right-content .user {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .user
  .use-wrapper {
  display: flex;
  gap: 10px;
}

.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .user
  .image-wrapper
  .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .user
  .image-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #fff;
}

.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .user
  .user-name {
  margin: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 13px;
  opacity: 0.9;
  font-weight: 100 !important;
}

.testimonial-section
  .container-section
  .content-wrapper
  .right-content
  .user
  .comapany {
  font-size: 14px;
  color: #ffffff;
}

@media (min-width: 1400px) {
  .testimonial-section .container-section {
    max-width: 1190px !important;
  }
}

/*========================= Responsive ==========================*/

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .title {
    font-size: 45px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .bold-title {
    font-size: 65px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .quoted-title {
    font-size: 17px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .text {
    color: #ffffff;
    font-size: 15px;
  }
  .testimonial-section .container-section .content-wrapper .left-content .desc {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .bold-title {
    font-size: 50px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .title {
    font-size: 40px;
  }
  .testimonial-section .container-section .content-wrapper .left-content .desc {
    margin: 20px 0;
    line-height: 1.4;
    font-size: 16px;
  }
  .testimonial-section .container-section .content-wrapper .nav-btns .prev-btn,
  .testimonial-section .container-section .content-wrapper .nav-btns .next-btn {
    width: 30px;
    height: 30px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .nav-btns
    button
    svg {
    font-size: 21px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .quoted-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .text {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .comapany {
    font-size: 11px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .user-name {
    font-size: 11px;
  }
  .testimonial-section {
    padding: 50px 0;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .image-wrapper {
    width: 37px;
    height: 37px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .title {
    font-size: 45px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .bold-title {
    font-size: 60px;
  }
  .testimonial-section .container-section .content-wrapper .left-content .desc {
    margin: 12px 0;
    font-size: 16px;
    max-width: 100%;
  }
  .testimonial-section .container-section .content-wrapper .nav-btns .prev-btn,
  .testimonial-section .container-section .content-wrapper .nav-btns .next-btn {
    width: 30px;
    height: 30px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .testimonial-card {
    position: relative;
    padding: 40px 0;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .title {
    font-size: 26px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .left-content
    .bold-title {
    font-size: 35px;
  }
  .testimonial-section .container-section .content-wrapper .left-content .desc {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.3;
    max-width: 100%;
  }
  .testimonial-section .container-section .content-wrapper .nav-btns .prev-btn,
  .testimonial-section .container-section .content-wrapper .nav-btns .next-btn {
    width: 28px;
    height: 28px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .nav-btns
    button
    svg {
    font-size: 18px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .testimonial-card {
    padding: 30px 0;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .quote-icon {
    width: 40px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .quoted-title {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .text {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .comapany {
    font-size: 13px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .user-name {
    font-size: 12px;
  }
  .testimonial-section
    .container-section
    .content-wrapper
    .right-content
    .user
    .image-wrapper {
    width: 37px;
    height: 37px;
  }
}
