/* *** FEATURES *** */
.features {
  padding: 3rem;
  padding-top: 70px;
}
.feature-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-box {
  text-align: center;
  flex: 1 1 260px;
  margin-bottom: 30px;
}

.feature-box .logo {
  font-size: 50px;
  margin-bottom: 20px;
}

.feature-box .title h6 {
  font-size: 25px;
  text-transform: capitalize;
  color: var(--black);
}
.feature-box .description p {
  font-size: 18px;
  line-height: 1.3;
  margin: 28px 0 26px;
}

/* *** TESTIMONIAL *** */
.testimonials {
  background: url(../asset/main-bg.png);
  background-position: 11% 105px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 960px;
  position: relative;
}

.testimonials .testimonial-box {
  height: 1010px;
  height: 856px;
  width: 76.2%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-box .main-bg {
  background-image: linear-gradient(
      to right bottom,
      rgba(71, 67, 67, 0.8),
      rgba(31, 30, 30, 0.7)
    ),
    url(../asset/bg-5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 83%;
  text-align: center;
  padding: 0 13rem;
}

.testimonial-box .main-bg .quote {
  padding-top: 185px;
  padding-bottom: 2.5rem;
  font-size: 3rem;
  font-size: calc(1.5vw + 10px);
  color: white;
}
.quote i {
  font-size: 1.5rem;
  font-size: calc(0.4vw + 8px);
}
.testimonial-box .main-bg .position {
  font-size: 2.3rem;
  font-size: calc(1.5vw + 8px);
  color: #ffb601;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 5rem;
}
.testimonial-box .main-bg .play-btn {
  font-size: 6rem;
  font-size: calc(4vw + 10px);
  color: white;
}

.testimonial-box .transparent-bg {
  height: 17%;
  width: 48%;
  display: flex;
  justify-content: space-around;
}

.video-btn {
  text-align: center;
  margin-top: -60px;
  position: relative;
}
.video-btn .video-image {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: relative;
}
.video-image::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20%;
  left: 45%;
  background: url(https://cdn2.hubspot.net/hubfs/1570479/Smartly%20Website%20Apr%202018/Home%20Page/play-btnslider.png?t=1529344446540)
    0% 0% / 17px no-repeat;
  background-repeat: no-repeat;
}

.video-1 {
  background: url(../asset/bg-5.jpg) 50% 50% / cover no-repeat;
}

.video-2 {
  background: linear-gradient(rgba(80, 11, 71, 0.7), rgba(80, 11, 71, 0.7)),
    url(../asset/bg-6.png) 50% 50% / cover no-repeat;
}

.video-3 {
  background: linear-gradient(rgba(80, 11, 71, 0.7), rgba(80, 11, 71, 0.7)),
    url(../asset/bg-4.jpg) 50% 50% / cover no-repeat;
}

.video-btn .company-name {
  padding-top: 2rem;
  font-size: calc(1.5vw + 8px);
  font-weight: bold;
  color: #fff;
}

/* *** MEDIA QUERIES *** */
@media all and (max-width: 900px) {
  .testimonials .testimonial-box {
    width: 93%;
  }
  .testimonial-box .main-bg {
    padding: 0 5rem;
  }
  .testimonial-box .main-bg .quote {
    padding-top: 13rem;
    padding-bottom: 3rem;
  }
  .quote i {
    font-size: 0.7rem;
  }
  .testimonial-box .main-bg .position {
    padding-bottom: 3rem;
  }

  .testimonials {
    height: 720px;
    margin-top: -5rem;
  }
  .testimonials .testimonial-box {
    height: 650px;
  }
  .testimonial-box .transparent-bg {
    width: 75%;
  }

  .video-btn {
    margin-top: -35px;
  }
  .video-image::after {
    top: 15%;
    left: 40%;
  }
  .video-btn .video-image {
    width: 70px;
    height: 70px;
  }
}
