.home-hero {
  position: relative;
  /* display: flex; */
  /* gap: 100px; */
  padding-top: 0;
  padding-bottom: 0;
  min-height: 800px;
  overflow: hidden;
  padding-left: 75px;
  padding-right: 75px;
  background-image: url("../../assets/icons/ctabg.webp");
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 149px);
  background-size: cover;
}
.home-hero__upper > span {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  color: #8f0c28;
  width: max-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  gap: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.43) 33%,
    rgba(255, 255, 255, 0.92) 66%,
    rgba(255, 255, 255, 0.95) 100%
  );
}
.home-hero__content {
  max-width: 745px;
  position: relative;
  z-index: 15;
  /* width: calc(35% - 50px); */
}
.home-hero__person img {
  position: absolute;
  z-index: 10;
  object-fit: contain;
  height: 100%;
  right: 150px;
  bottom: 0;
  /* width: calc(65% - 50px); */
}
.home-hero::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/icons/cubes.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h1__size {
  font-size: clamp(40px, 3.3854166667vw, 65px);
  letter-spacing: -2px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 25px;
}
.h1__size span {
  color: #ae0a22;
  font-family: inherit !important;
}
.home-hero__upper p {
  margin-bottom: 22px;
  max-width: 640px;
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 55px;
  height: 100%;
}
.filled__button {
  padding: 15px 62px 15px 40px;
  background: #ae0a22;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-decoration: unset;
  display: inline-block;
  border-radius: 5px;
  line-height: 24px;
}
.filled__button::after {
  content: "";
  position: absolute;
  right: 40px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-hero__bottom > img {
  max-width: 240px;
  object-fit: contain;
  margin-bottom: 17px;
}
.home-hero__list {
  margin: 0;
  display: flex;
  gap: 20px;
}
.home-hero__item {
  max-width: 150px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
  background: white;
  margin: 0;
}
.home-hero__item span {
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 20px;
  font-weight: bold;
}
#site-header {
  z-index: 9999;
}
@media only screen and (max-width: 1560px) {
  .home-hero {
    min-height: unset;
    height: unset;
  }
  .home-hero__person img {
    height: 95%;
    object-position: bottom;
    right: 50px;
  }
  .home-hero__upper {
    margin-bottom: 30px;
  }
  .home-hero__content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1240px) {
  .home-hero__person img {
    right: 0;
  }
  .home-hero__content {
    max-width: 445px;
  }
}
@media only screen and (max-width: 1050px) {
  .home-hero__person img {
    height: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .home-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-hero__person img {
    height: 100%;
    right: -161px;
  }
  .home-hero__item {
    max-width: unset;
  }
  .home-hero__list {
    max-width: 150px;
    display: none;
  }
  .home-hero__upper {
    margin-bottom: 150px;
  }
  .home-hero__item span {
    display: inline-block;
    line-height: 1.4;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero__content {
    max-width: 325px;
  }
  .home-hero__upper {
    margin-bottom: 250px;
  }
  .home-hero__bottom > img {
    max-width: 150px;
  }
  .home-hero__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-hero__upper p {
    font-size: 14px;
    max-width: 230px;
  }
  .home-hero .filled__button {
    padding: 10px 40px 10px 15px;
    font-size: 10px;
  }
  .home-hero .filled__button::after {
    right: 20px;
  }
	.home-hero h1 {
		font-size: 30px !important;
	}
  .home-hero__person img {
    height: 150%;
    right: -98px;
    width: 150%;
    /* min-height: 500px; */
    min-width: 120%;
  }
  .home-hero__bottom {
    margin-bottom: 300px;
  }
  .home-hero__upper {
    margin-bottom: 0;
  }
  .home-hero__bottom > img {
    max-width: 130px;
    margin-top: 10px;
  }
  .home-hero__person img {
    min-width: 123%;
  }
  .home-hero .h1__size {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home-hero__upper > span {
    font-size: 10px;
  }
  .home-hero {
    min-height: 705px;
  }
}

.home-hero__rating-number{

 font-size: 62px;
    color: #ae0a22;
    letter-spacing: -4px;
    font-weight: 500;
}
.home-hero__rating {
    display: flex;
  align-items: center;
    gap: 15px;
}
.home-hero__rating-content img{
  max-width: 100px;
}
.home-hero__rating-content p{
  margin-bottom: 0;
  font-size: 12px;
    padding-top: 7px;
}