.hero-section {
  background-image: url("/assets/images/hero-section/bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-section__box-mobile-small {
  width: 150px;
  height: auto;
  position: absolute;
  top: 190px;
  z-index: 2;

  left: 0;
}

.hero-section__box-mobile-large {
  width: 180px;
  height: auto;
  position: absolute;
  bottom: 200px;
  z-index: 2;
  left: 0;
}

.hero-section::after {
  content: "";
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;

  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 60%,
    #000 100%
  );
}

.hero-section__box-top-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  height: auto;
}

.hero-section__box-bottom-right {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 240px;
  height: auto;
}

.hero-section__box-bottom-left {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 260px;
  height: auto;
}

.hero-section__box-center {
  position: absolute;
  z-index: 3;
  right: 320px;
  top: 0;
  width: 500px;
  height: auto;
}

.hero-section__box-bottom-center {
  position: absolute;
  z-index: 1;
  right: 470px;
  bottom: 210px;
  width: 200px;
  height: auto;
}

.hero-section__boxes-right {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 470px;
  height: auto;
}

.hero-section__container {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hero-section__content {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero-section__black {
  position: absolute;
  left: -70px;
}

.hero-section__title {
  position: relative;
  z-index: 4;
}

.hero-section__title h1 {
  display: inline-block;
  font-family: "Akrobat", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.04em;

  background: #000000;
  background: linear-gradient(
    135deg,
    rgb(0, 0, 0) 0%,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 1) 50%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section__title strong {
  font-weight: 700;
}

.hero-section__red-text {
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #d6001c !important;
  -webkit-text-fill-color: #d6001c !important;
}

.hero-section__subtitle {
  margin-top: 40px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.hero-section__block {
  position: relative;
  z-index: 3;
  margin-top: 87px;
  padding: 5px;
  border-radius: 16px;
  backdrop-filter: blur(250px);
  -webkit-backdrop-filter: blur(250px);
  background-color: #ffffff0d;
}

.hero-section__block-button.desktop {
  display: block;
}

.hero-section__block-button.desk-tab {
  display: none;
}

.hero-section__block::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(
    to right,
    rgba(227, 255, 0, 0.1) 0%,
    rgba(227, 255, 0, 0.1) 20%,

    rgba(214, 0, 28, 0.2) 60%,
    transparent 80%,
    transparent 100%
  );
  z-index: -1;
}

.hero-section__block-container {
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #ffffff1a;

  display: flex;
  align-items: center;
  gap: 70px;
}

.hero-section__block-sale {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-section__block-sale-text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #afafaf;
}

.hero-section__block-sale-text strong {
  font-weight: 600;
  color: #fff;
}

.hero-section__block-timer {
  width: 370px;
  display: flex;
  align-items: center;

  font-family: "Technology", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0;
  color: #e3ff00;
}

.hero-section__block-timer-dots {
  margin: 0 20px;
}

.hero-section__block-button {
  cursor: pointer;
  padding: 30px;
  width: 360px;
  height: 120px;
  background-color: #d6001c;
  border-radius: 8px;
  border: none;
  text-align: center;

  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 0 #af0000;
  transition: all 0.3s ease-in-out;
}

.hero-section__block-button:hover {
  background-color: #af0000;
}

.hero-section__image-container {
  width: 100px;
  height: 100vh;
  position: relative;
}

.hero-section__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 40px;
  width: 620px;
  height: auto;
}

.hero-section__card {
  width: 310px;
  padding: 5px;
  position: absolute;
  bottom: 250px;
  right: 20px;
  z-index: 3;
  background-color: #0000000d;
  border-radius: 16px;
  backdrop-filter: blur(250px);
  -webkit-backdrop-filter: blur(250px);
}

.hero-section__card-container {
  padding: 15px;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
}

.hero-section__card-title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}

.hero-section__card-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.hero-section__card-mark {
  position: absolute;
  top: -20px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d6001c;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1350px) {
  .hero-section__content {
    min-height: 100vh;
  }

  .hero-section__title {
    position: absolute;
    top: 200px;
    margin-left: 20px;
  }

  .hero-section__black {
    top: 30px;
    margin-left: 20px;
  }

  .hero-section__block {
    margin-left: 20px;
  }

  .hero-section__box-center {
    top: auto;
    bottom: 300px;
  }

  .hero-section__image {
    right: -100px;
  }
}

@media (max-width: 930px) {
  .hero-section__image {
    width: 450px;
    right: 0;
  }

  .hero-section__image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      #000000b7 20%,
      #000 100%
    );
  }

  .hero-section__card {
    display: none;
  }

  .hero-section__title {
    width: 100vw;
    text-align: center;
    top: 120px;
    margin-left: 0;
  }

  .hero-section__title h1,
  .hero-section__red-text {
    font-size: 60px;
  }

  .hero-section__subtitle {
    font-size: 16px;
  }

  .hero-section__black {
    top: 10px;
  }
}

@media (max-width: 900px) {
  .hero-section__block-button.desktop {
    display: none;
  }

  .hero-section__block-button.desk-tab {
    display: block;
  }

  .hero-section__block {
    margin-left: 0;
    position: absolute;
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-section__block-container {
    padding: 15px 5px;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .hero-section__block-timer {
    font-size: 64px;
    justify-content: center;
  }

  .hero-section__block-button {
    width: 320px;
    height: auto;
    font-size: 16px;
    padding: 20px 2px;
  }
}

@media (max-width: 768px) {
  .hero-section__title h1,
  .hero-section__red-text {
    font-size: 32px;
  }

  .hero-section__subtitle {
    margin-top: 20px;
  }

  .hero-section__image {
    width: 400px;
    bottom: 0;
    right: -40px;
  }
}

@media (max-width: 450px) {
  .hero-section__image {
    width: 250px;
    bottom: 150px;
    right: -40px;
  }

  .hero-section::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      transparent 50%,
      #000 77%,
      #000 100%
    );
  }
}
