/* 941px */
/* 940px */
.section-hero {
  position: relative;
  background-image: url(../img/top/hero.webp);
  background-size: cover;
  background-position: 50%;
  text-align: right;
  height: 100vh;
}
@media (max-width: 940px) {
  .section-hero {
    height: 90vh;
  }
}
@media (max-width: 610px) {
  .section-hero {
    max-height: 465px;
  }
}
.section-hero::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.section-hero .section-content {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  height: 100%;
  width: 100%;
}
.section-hero .catch-wrap {
  position: absolute;
  z-index: 1;
  top: 58%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 610px) {
  .section-hero .catch-wrap {
    transform: none;
    top: 190px;
    right: 20px;
  }
}
.section-hero .primary-btn {
  margin-top: 100px;
  border-radius: 12px;
}
@media (max-width: 610px) {
  .section-hero .primary-btn {
    margin-top: 60px;
  }
}

.hero__catch {
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (max-width: 940px) {
  .hero__catch {
    font-size: 4.8rem;
  }
}
@media (max-width: 610px) {
  .hero__catch {
    font-size: 3.2rem;
  }
}
.hero-scroll {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 500px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  rotate: 90deg;
}
@media (max-width: 610px) {
  .hero-scroll {
    top: 250px;
    font-size: 1.1rem;
  }
}
.hero-scroll::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  width: 300px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
@media (max-width: 610px) {
  .hero-scroll::after {
    width: 250px;
    left: 70px;
  }
}

.about {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 940px) {
  .about {
    flex-direction: column;
  }
}
.about__title {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 610px) {
  .about__title {
    font-size: 3.6rem;
    padding-top: 40px;
  }
}
.about .text-wrap,
.about .about__img {
  flex: 1;
}
.about__img {
  max-width: 430px;
  margin-inline: auto;
}
@media (max-width: 940px) {
  .about__img {
    max-width: 82%;
  }
}
@media (max-width: 610px) {
  .about__img {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.services {
  text-align: center;
}
.services__catch {
  font-size: 5.8rem;
}
@media (max-width: 610px) {
  .services__catch {
    font-size: 2.4rem;
  }
}
.services__text {
  font-size: 2.8rem;
}
@media (max-width: 610px) {
  .services__text {
    font-size: 1.8rem;
  }
}
.services .flex {
  flex-direction: column;
}
.services .primary-btn,
.services .secondary-btn {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  flex: 1;
  margin-inline: auto;
  width: 90%;
  line-height: 1.3;
}
@media (max-width: 940px) {
  .services .primary-btn,
  .services .secondary-btn {
    font-size: 4.8rem;
  }
}
@media (max-width: 610px) {
  .services .primary-btn,
  .services .secondary-btn {
    font-size: 2.4rem;
  }
}
.services .flex {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 610px) {
  .services .flex {
    flex-direction: column;
  }
}

@media (max-width: 610px) {
  .section-features .headline {
    margin-top: 100px;
  }
}

.features-point {
  border: 2px solid #00a0e9;
  border-radius: 24px;
  padding: 30px;
}
.features-point + .features-point {
  margin-top: 30px;
}
.features__num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  color: #00a0e9;
}
.features__title {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 610px) {
  .features__title {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=top.css.map */