.testi-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/testi.webp) center center/cover;
  height: 40vh;
}
.testi-header h1 {
  color: #cc2936;
  padding-top: 80px;
  font-size: 3em;
}

/*--------------------
    Submit a review
---------------------*/
.submit-review input,
.submit-review textarea {
  display: block;
  border: 1px solid #cc2936;
  border-radius: 5px;
  padding: 10px;
  color: #cc2936;
}
.submit-review label {
  margin-top: 20px;
  color: #cc2936;
}

.submit-review button {
  color: black;
  border: 1px solid #cc2936;
  background-color: #cc2936;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  transition: all 1s ease;
}
.submit-review button:hover {
  color: #cc2936;
  border: 1px solid #cc2936;
  background-color: transparent;
}
.submit-review textarea {
  width: 100%;
  height: 250px;
}
/*---------------------
    rating stars
---------------------*/
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.submit-review h4 {
  margin-top: 20px;
}
/*--------------------
    quote slider
---------------------*/
.quote.q1 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
}
.quote.q2 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/q1.jpg) center center/cover;
}
.quote.q3 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/q2.jpg) center center/cover;
}
