.home-hero {
  padding-top: 285px;
  padding-bottom: 107px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-hero img,
.home-hero video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home-hero__list {
  gap: 52px;
}
.home-hero {
  position: relative;
}
.home-hero::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 3;
  height: 80%;
  width: 100%;
  bottom: 0;
  background-image: url("../../../assets/icons/herobg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(25, 29, 35, 0.9) 0%,
    rgba(25, 29, 35, 0.1) 50%,
    rgba(25, 29, 35, 0) 100%
  );
}
.home-hero__overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

  background: linear-gradient(
    to bottom,
    rgba(39, 47, 15, 0.22) 0%,
    rgba(39, 47, 15, 0.6) 100%
  );
  height: 100%;
}
/* .home-hero__overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(25, 29, 35, 0) 0%,
    rgba(25, 29, 35, 0.6) 40%,
    rgba(25, 29, 35, 0.8) 100%
  );
  height: 100%;
} */
.home-hero__content {
  position: relative;

  z-index: 3;
}
.home-hero__content .paragraph__20 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero__content span {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  letter-spacing: unset;
  text-transform: uppercase;
}
.home-hero__title span {
  display: block;
}
.home-hero__title span:first-of-type {
  font-size: clamp(40px, 4.6875vw, 90px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -5.4px;
}
.home-hero__title span:last-of-type {
  font-size: clamp(36px, 3.90625vw, 75px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -4.5px;
}
.home-hero__number {
  font-size: 28.8px;
  font-weight: 400;
  display: block;
  font-family: "trajan-pro-3", serif;
  line-height: 1.5;
}
.home-hero__item-desc {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .home-hero {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .home-hero__title span:first-of-type {
    line-height: 1.3;
    letter-spacing: -3.4px;
  }
  .home-hero__title span:last-of-type {
    line-height: 1.3;
    letter-spacing: -2.5px;
  }
  .home-hero__list {
    gap: 20px 36px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-hero__content .mb-200 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .home-hero {
    padding-top: 110px;
    position: relative;
    padding-bottom: 36px;
    height: 100vh;
  }
  .home-hero__content {
    position: unset;
  }
  .home-hero__list {
    flex-wrap: unset;
    justify-content: center;
  }

  .home-hero__content span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  #page .home-hero__item-desc {
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 160% */
    letter-spacing: 0.5px;
  }

  .home-hero .col-12 {
    position: unset;
  }
  .home-hero__content > * {
    position: relative;
    z-index: 3;
  }
  .home-hero__list {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .home-hero__list {
    gap: 16px 24px;
  }
  .home-hero__content .mb-200 {
    margin-bottom: 36px !important;
  }
}
