/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */

/* testimonial page css */

.d2c_testimonial_main {
  padding: 100px 0px;
  margin-top: 66px;
}
.d2c_testimonial_main .d2c_testimonial_heading {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 60px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 50px;
}
.d2c_testimonial_main .d2c_testimonial_column {
  padding-top: 30px;
  position: relative;
}
.d2c_testimonial_main .d2c_testimonial_column {
  display: none;
}
.d2c_testimonial_main .d2c_testimonial_content .card {
  text-align: center;
  border: none;
  padding: 50px 18px;
  background: var(--white-color);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
  z-index: 88;
}
.d2c_testimonial_main .d2c_testimonial_content .card .card-img-top {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.d2c_testimonial_main .d2c_testimonial_content .card .card-title {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.d2c_testimonial_main .d2c_testimonial_content .card .card-text {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: var(--black-color);
}
.d2c_testimonial_main .d2c_testimonial_content {
  position: relative;
}
.d2c_testimonial_main .d2c_testimonial_content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 25px;
  background-image: url(../images/testimonial_left.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 125px;
  z-index: 111;
}
.d2c_testimonial_main .d2c_testimonial_content::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 110px;
  background-image: url(../images/testimonial_right.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 30px;
  z-index: 999;
}
.d2c_testimonial_main .d2c_columns_before {
  position: relative;
}
.d2c_testimonial_main .d2c_columns_before::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -90px;
  background-image: url(../images/testimonial_column_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 100px;
}
