/* ---------hero------- */
.hero-content {
  height: 100%;
}

.layout {
  margin-top: 20px;
  margin-bottom: 90px;
}
.hero-text {
  margin-bottom: 60px;
  background-color: #000;
}
/* --------intro---------- */
.container-intro {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)), url(../images/bg-intro.avif) no-repeat center center;
  background-size: cover;
}
.bg-column {
  position: relative;
  z-index: 2;
  margin-top: -10em;
  max-height: 760px;
}
.intro-column {
  background: url(../images/bg-info-column.avif) no-repeat center center;
  background-size: cover;
}
.info-column-inner {
  background-color: rgba(0, 0, 0, 0.9);
}
.stroke::before {
  content: "";
  background: #949494;
  width: 2px;
  height: 30px;
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* -------highlight------------ */
.container-highlight {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg-dark.avif) no-repeat center center;
  background-size: cover;
}
.highlight-bg {
  background: url(../images/bg-highlight.avif) no-repeat center center;
  background-size: cover;
}
.highlight-btn {
  color: #000;
  text-transform: uppercase;
}
.highlight-btn:hover {
  color: #000;
}

/* ------review--------- */
.container-review {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg-slogan.avif) no-repeat center center;
  background-size: cover;
}
.feedback-header {
  position: relative;
  background-color: var(--accent-color);
  margin: -1rem;
  padding: 20px 0;
}
.feedback-header:before {
  content: url(../images/stock01.svg);
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 40px;
  color: #000;
  width: 3rem;
  height: auto;
}

@media (max-width: 991.98px) {
  .container-hero {
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg-hero-2.avif) no-repeat 90% center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .container-hero {
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg-hero.avif) no-repeat 60% center;
    background-size: cover;
  }
}
