/**
* ==========================================
* Hero header
* ==========================================
*/
div.content-bg-img-home-hero {
  width: 100%;
  height: 710px;
  margin-top: 2px;
  background-color: var(--bg-color);
  min-height: 710px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.content-bg-img-home-hero .left-hero {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
div.content-bg-img-home-hero .left-hero div.content-6-stars {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: absolute;
  top: 5%;
  left: 5%;
}
div.content-bg-img-home-hero .left-hero div.content-6-stars img {
  width: 40px;
}
div.content-bg-img-home-hero .left-hero .content-left-items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--white-color);
  margin: 12px;
  border-radius: 12px;
  margin-top: 34px;
  padding: 15px 5%;
}
div.content-bg-img-home-hero .left-hero .content-left-items h1.title-01 {
  width: 100%;
  font-size: clamp(33px, 5.2vw, 70px);
  font-weight: 600;
  color: var(--black-color);
  text-align: left;
  padding: 0 0rem;
  letter-spacing: -2.5px;
}
div.content-bg-img-home-hero .left-hero .content-left-items h1.title-01 span {
  color: var(--omicrom-02);
  text-transform: capitalize;
  font-weight: 900;
}
div.content-bg-img-home-hero .left-hero .content-left-items p.p-info-hero {
  width: 100%;
  font-size: clamp(15.2px, 2.45vw, 17px);
  font-weight: 300;
  color: var(--color-gray);
  text-align: left;
  padding: 0 0rem;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products {
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  border: 0px solid var(--color-border);
  border-radius: 0px;
  padding: 12px;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs:nth-child(2) {
  border-right: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-logo a.product-link img {
  height: 50px;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-description {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-description .product-title {
  display: none;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-description .product-description-text {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--color-gray);
  text-align: left;
  padding: 0 0rem;
  margin-bottom: 0;
  margin-top: 9px;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.content-bg-img-home-hero .left-hero .content-left-items div.hero-omicrom-products div.omicrom-producs .product-image img {
  width: 100%;
}
div.content-bg-img-home-hero .right-hero {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.content-bg-img-home-hero .right-hero .content-right-items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 12px;
  border-radius: 12px;
  margin-top: 34px;
  margin-left: 0;
}
div.content-bg-img-home-hero .right-hero .content-right-items .omicrom-logo-hero {
  width: 25vw;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.content-bg-img-home-hero .right-hero .content-right-items div.logo-subtext {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: capitalize;
}
div.content-bg-img-home-hero .right-hero .content-right-items div.logo-subtext span.text-top-01 {
  width: 100%;
  font-size: 1.9vw;
  font-size: clamp(16px, 2.45vw, 28px);
  font-weight: 400;
  color: var(--color-gray);
  text-align: left;
  padding-left: 0px;
}
div.content-bg-img-home-hero .right-hero .content-right-items div.logo-subtext span.text-middle-01 {
  width: 100%;
  font-size: clamp(50px, 6.4vw, 115px);
  line-height: clamp(50px, 6.4vw, 100px);
  font-weight: 800;
  color: var(--omicrom-02);
  text-align: center;
}
div.content-bg-img-home-hero .right-hero .content-right-items div.logo-subtext span.text-bottom-01 {
  width: 100%;
  font-size: clamp(16px, 2.45vw, 28px);
  font-weight: 400;
  color: var(--color-gray);
  text-align: right;
  padding-right: 0px;
}
div.content-bg-img-home-hero .right-hero .content-right-items div.logo-subtext span.text-bottom-01 b {
  color: var(--omicrom-02);
}
div.content-bg-img-home-hero .right-hero .content-right-items p.p-slogan {
  width: 100%;
  text-align: center;
  padding-top: 22px;
  margin-top: 10px;
  text-transform: capitalize;
  border-top: 1px solid #ccc;
  font-weight: 800;
}
div.content-bg-img-home-hero .right-hero .content-right-items p.p-slogan b {
  color: var(--omicrom-02);
}

/*# sourceMappingURL=header-home.css.map */
