/* testimonail 6 */
.testimonial {
  padding: 4rem 0;
}

.testimonial .testimonial-heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.75rem;
  text-align: center;
  text-transform: capitalize;
  color: #0e0d59;
  margin-bottom: 2rem;
}

.t6-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.t6-owl-carousel {
  width: 900px !important;
}
.t6-testimonial-box {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t2-qoute {
  width: 100px !important;
  margin-bottom: 10px;
  position: relative;
  left: -10px;
}
.t6-comment {
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #120155;
  margin-bottom: 1rem;
}
.t6-comment-unique {
  font-style: italic;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #120155;
  margin-bottom: 0.625rem;
}
.t6-left-section {
  margin-top: 10px;
}
.t6-right-section {
  width: 358px;
}
.t6-conatiner-box {
  max-width: 530px;
  background-color: #fafafe;
  padding: 0px 28px;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: -1;
  left: -14px;
  top: -1px;
  border-radius: 0 8px 8px 0;
}
.t6-conatiner-box a {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #504ee4;
  transition: 0.3s;
}
.t6-conatiner-box a svg {
  margin-left: 15px;
}
.adam-profile {
  height: 40px;
  width: 60px;
}
.t6-company-logo {
  width: 80px !important;
  padding-right: 20px;
}
.t6-name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #0e0d59;
  margin-bottom: 2px;
}
.t6-post {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #7b7496;
  margin: 0;
}

.t6-container .owl-nav {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%);
}
.t6-container .owl-prev span {
  position: absolute;
  left: 0px;
}
.t6-container .owl-prev span {
  font-size: 70px;
}
.t6-container .owl-nav {
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -5%;
  width: 100%;
}
.t6-container .owl-nav button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.t6-container .owl-nav .owl-prev {
  position: absolute;
  left: -3rem;
  background: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #0e0d59 !important;
}
.t6-container .owl-nav .owl-next {
  position: absolute;
  right: -3rem;
  background: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #0e0d59 !important;
  transform: rotate(180deg);
}
.t6-container .owl-nav button:focus {
  outline: none;
}
.t6-container .owl-nav button:hover {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .t6-container .owl-nav button {
    width: 32px;
    height: 32px;
  }
  .t6-container .owl-nav button svg {
    width: 7px;
  }
  .t6-container .owl-nav {
    top: 35%;
    height: fit-content;
  }
  .t6-container .owl-nav .owl-prev {
    left: 0;
  }
  .t6-container .owl-nav .owl-next {
    right: 0;
  }
  /* .t6-container .owl-nav {
    display: none;
  } */
  .t6-owl-carousel {
    width: 95% !important;
  }
  .rating-heading {
    font-size: 24px;
    line-height: 130%;
    padding: 80px 50px 40px;
  }
  .t6-testimonial-box {
    flex-direction: column-reverse;
    width: 60%;
    margin: auto;
  }
  .t6-conatiner-box {
    background-color: transparent;
    text-align: center;
    max-width: 100%;
    position: initial;
  }
  .t6-right-section {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .rated-section-box {
    display: block !important;
  }
  .testimonial-heading {
    font-size: 30px;
    padding: 0px 20px;
  }
  .t6-profile-img {
    margin-top: 24px;
    padding: 0;
  }
  .t6-testimonial-box {
    width: 100%;
  }
  .t6-container .owl-nav{
    top: 30%;
  }
  .testimonial .testimonial-heading{
    margin: 0;
  }
}
