/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero-banner/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.hero-banner {
  padding: 170px 0 100px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-banner .hero-banner__wrapper {
  max-width: 1350px;
  padding: 0 20px;
  margin: auto;
}
.hero-banner .hero-banner__line {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 40px;
  height: 82%;
  background-color: #000;
  mix-blend-mode: difference;
  transition: transform 0.1s ease-out;
}
.hero-banner .hero-banner__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(30deg);
}
.hero-banner .hero-banner__heading {
  font-size: 140px;
  line-height: 130px;
  letter-spacing: normal;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-banner .hero-banner__heading img {
  height: 120px;
  max-width: 200px;
  width: auto !important;
  border-radius: 100px;
}
.hero-banner .hero-banner__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-banner .hero-banner__center .hero-banner__heading {
  width: 70%;
  margin: 10px 0;
  text-align: left;
  justify-content: flex-start;
}
.hero-banner .hero-banner__description {
  width: 30%;
  animation-name: clipRightIn;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.57, 0.55, 1);
  animation-delay: 0.8s;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  backface-visibility: hidden;
  opacity: 1;
  text-align: right;
  color: #fff;
}
.hero-banner .hero-banner__mobile-desc {
  display: none;
}
.hero-banner .hero-banner__social_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  position: absolute;
  bottom: 30px;
}
.hero-banner .hero-banner__social_links .hero-banner__social-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner .hero-banner__social_links .hero-banner__social-icon a {
  display: flex;
}
.hero-banner .hero-banner__social_links .hero-banner__social-icon span {
  color: #fff;
}
@keyframes clipRightIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__heading {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    padding: 120px 0 80px;
  }
  .hero-banner .hero-banner__line {
    display: none;
  }
  .hero-banner .hero-banner__heading {
    font-size: 80px;
    line-height: 1.2;
    margin: 0 auto;
  }
  .hero-banner .hero-banner__center .hero-banner__heading {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .hero-banner .hero-banner__center .hero-banner__description {
    display: none;
  }
  .hero-banner .hero-banner__mobile-desc {
    display: block;
    width: 100%;
  }
  .hero-banner .hero-banner__mobile-desc .hero-banner__description {
    width: 80%;
    margin: 20px auto;
    text-align: center;
  }
  .hero-banner .hero-banner__social_links {
    position: static;
    position: initial;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__heading {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-banner__heading {
    font-size: 45px;
  }
}

/*# sourceMappingURL=style-index.css.map*/