.start-section {
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.start-section__container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.start-section__container::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 900px;
  height: 50px;
  top: 17px;
  border-radius: 20%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 200px 30px #d6001c, 0 0 20px 20px #d6001c;
}

.start-section__container::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 900px;
  height: 50px;
  bottom: -15px;
  border-radius: 20%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 200px 30px #d6001c, 0 0 20px 20px #d6001c;
}

.start-section__top-box {
  position: absolute;
  z-index: 6;
  top: -170px;
  left: 20%;
  width: 395px;
  height: auto;
}

.start-section__bottom-box {
  position: absolute;
  z-index: 6;
  width: 202px;
  height: auto;
  right: 0;
  bottom: 50px;
}

.start-section__first-border,
.start-section__second-border,
.start-section__third-border,
.start-section__fourth-border {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.start-section__first-border {
  z-index: 2;
  width: 1400px;
  height: 600px;
}

.start-section__second-border {
  z-index: 3;
  width: 1380px;
  height: 580px;
  top: 10px;
}

.start-section__third-border {
  z-index: 4;
  width: 1360px;
  height: 560px;
  top: 20px;
}

.start-section__fourth-border {
  z-index: 5;
  width: 1340px;
  height: 540px;
  top: 30px;
}

/* Mobile border images - hidden by default */
.start-section__first-border-mobile,
.start-section__second-border-mobile,
.start-section__third-border-mobile {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  display: none;
}

.start-section__first-border-mobile {
  z-index: 2;
  width: 320px;
  height: 600px;
}

.start-section__second-border-mobile {
  z-index: 3;
  width: 300px;
  height: 580px;
  top: 10px;
}

.start-section__third-border-mobile {
  z-index: 4;
  width: 280px;
  height: 560px;
  top: 20px;
}

.start-section__content {
  position: relative;
  right: 50px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}

.start-section__image {
  width: 568px;
  position: relative;
  bottom: -31px;
  height: auto;
}

.start-section__title {
  font-family: "Akrobat", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}

.red-text {
  color: #d6001c;
}

.start-section__description {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #afafaf;
}

.start-section__description p {
  margin: 40px 0 0;
}

.start-section__description strong {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1400px) {
  .start-section__first-border {
    z-index: 2;
    width: 1200px;
    height: 600px;
  }

  .start-section__second-border {
    width: 1180px;
    height: 580px;
  }

  .start-section__third-border {
    width: 1160px;
    height: 560px;
  }

  .start-section__fourth-border {
    width: 1140px;
    height: 540px;
  }

  .start-section__container::before {
    width: 700px;
    top: 17px;
  }

  .start-section__container::after {
    width: 700px;
    bottom: -20px;
  }
}

@media (max-width: 1200px) {
  .start-section__title {
    font-size: 50px;
  }

  .start-section__description {
    font-size: 20px;
  }

  .start-section__first-border {
    width: 1000px;
    height: 500px;
  }

  .start-section__second-border {
    width: 980px;
    height: 480px;
  }

  .start-section__third-border {
    width: 960px;
    height: 460px;
  }

  .start-section__fourth-border {
    width: 940px;
    height: 440px;
  }

  .start-section__image {
    width: 450px;
    bottom: -48px;
  }

  .start-section__container::after {
    bottom: -36px;
  }
}

@media (max-width: 1024px) {
  .start-section__image {
    width: 300px;
  }

  .start-section__content {
    gap: 20px;
  }

  .start-section__first-border {
    width: 800px;
    height: 500px;
  }

  .start-section__second-border {
    width: 780px;
    height: 480px;
  }

  .start-section__third-border {
    width: 760px;
    height: 460px;
  }

  .start-section__fourth-border {
    width: 740px;
    height: 440px;
  }

  .start-section__content {
    top: 80px;
  }

  .start-section__image {
    bottom: -83px;
  }

  .start-section__container::after {
    bottom: -114px;
  }
}

@media (max-width: 768px) {
  .start-section__title {
    font-size: 32px;
  }

  .start-section__description {
    font-size: 16px;
  }

  .start-section__top-box {
    left: -100px;
    width: 295px;
    top: -150px;
  }

  .start-section__bottom-box {
    bottom: -100px;
    width: 152px;
  }

  .start-section__first-border {
    width: 600px;
    height: 500px;
  }

  .start-section__second-border {
    width: 580px;
    height: 480px;
  }

  .start-section__third-border {
    width: 560px;
    height: 460px;
  }

  .start-section__fourth-border {
    width: 540px;
    height: 440px;
  }

  .start-section__container::before {
    width: 400px;
  }

  .start-section__container::after {
    width: 400px;
    bottom: -156px;
  }
}

@media (max-width: 610px) {
  .start-section__content {
    flex-direction: column-reverse;
    gap: 50px;
    width: 100%;
    right: auto;
    top: 40px;
  }

  .start-section__title,
  .start-section__description {
    text-align: center;
  }

  .start-section__first-border,
  .start-section__second-border,
  .start-section__third-border,
  .start-section__fourth-border {
    display: none;
  }

  .start-section__first-border-mobile,
  .start-section__second-border-mobile,
  .start-section__third-border-mobile {
    display: block;
  }

  .start-section__image {
    bottom: 50px;
    left: -20px;
    width: 260px;
  }

  .start-section__description p {
    margin-top: 30px;
    max-width: 280px;
    margin-inline: auto;
  }

  .start-section__description p:nth-of-type(2) {
    margin-top: 20px;
  }

  .start-section__bottom-box {
    bottom: 300px;
    width: 120px;
  }

  .start-section__container::before {
    width: 240px;
  }

  .start-section__container::after {
    width: 240px;
    bottom: 26px;
  }
}
