* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  border-bottom: 1px solid hsl(300, 8%, 92%);
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 20px;
  }
}

.logo {
  height: 32px;
  width: auto;
  margin-right: 96px;
}
@media only screen and (max-width: 920px) {
  .logo {
    margin-right: 0;
  }
}

.logo-footer {
  height: 32px;
  width: auto;
  align-self: baseline;
}
@media only screen and (max-width: 920px) {
  .logo-footer {
    align-self: auto;
  }
}

.nav-items {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-item {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 80%, 10%);
  text-decoration: none;
  cursor: pointer;
}
.nav-item:hover {
  background-color: hsl(300, 8%, 94%);
}
@media only screen and (max-width: 920px) {
  .nav-item {
    display: none;
  }
}

.nav-item-sign {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 80%, 10%);
  text-decoration: none;
  cursor: pointer;
}
.nav-item-sign:hover {
  background-color: hsl(300, 8%, 94%);
}

.nav-button {
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: hsl(300, 80%, 10%);
  border: 1px solid hsl(300, 80%, 10%);
  text-decoration: none;
  cursor: pointer;
}
.nav-button:hover {
  background-color: hsl(300, 80%, 4%);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 0;
  background-color: hsl(300, 8%, 96%);
}
@media only screen and (max-width: 1100px) {
  .container {
    padding: 48px 24px;
  }
}

.container-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 0;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1100px) {
  .container-cta {
    padding: 48px 24px;
  }
}

.container-preefoot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .container-preefoot {
    padding: 48px 24px;
  }
}

.grad-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: conic-gradient(from 180deg at 50% 50%, rgba(255, 0, 255, 0.15) 0deg, rgba(43, 0, 255, 0.15) 180deg, rgba(0, 170, 255, 0.15) 360deg);
  filter: blur(100px);
}

.text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 700px;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .text-block {
    width: 100%;
  }
}

.long-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1024px;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .long-text-block {
    width: 100%;
  }
}

.heading {
  font-family: "El Messiri", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: hsl(300, 80%, 10%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 36px;
    line-height: 46px;
  }
}

.heading-second {
  font-family: "El Messiri", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: hsl(300, 80%, 10%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .heading-second {
    font-size: 24px;
    line-height: 36px;
  }
}

.subheading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: hsl(300, 100%, 4%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .subheading {
    font-size: 16px;
    line-height: 26px;
  }
}

.subheading-second {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: hsl(300, 100%, 4%);
  text-align: center;
}

.subheading-toc {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: hsl(300, 100%, 4%);
}
@media only screen and (max-width: 768px) {
  .subheading-toc {
    font-size: 16px;
    line-height: 26px;
  }
}

.text-toc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: hsl(300, 100%, 4%);
}

.subtag {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 80%, 10%);
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid hsl(300, 8%, 84%);
  display: flex;
  gap: 8px;
  align-items: center;
}

.span-highlight {
  color: hsl(260, 80%, 50%);
}

.cta-button {
  padding: 12px 32px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: hsl(300, 80%, 10%);
  border: 4px solid hsl(300, 16%, 78%);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.cta-button:hover {
  background-color: hsl(300, 80%, 4%);
}
@media only screen and (max-width: 480px) {
  .cta-button {
    width: 100%;
  }
}

.cta-button-second {
  padding: 12px 32px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: hsl(300, 80%, 10%);
  background-color: hsl(300, 16%, 88%);
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.cta-button-second:hover {
  background-color: hsl(300, 16%, 78%);
}

.small-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 8%, 36%);
}

.cover-image {
  box-sizing: border-box;
  width: 1024px;
  height: auto;
  border-radius: 12px;
  border: 4px solid hsl(300, 16%, 78%);
  margin-top: 24px;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .cover-image {
    width: 100%;
  }
}

.feature-image {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 920px) {
  .feature-image {
    width: 100%;
  }
}

.feature-block {
  display: flex;
  gap: 24px;
  width: 1024px;
}
@media only screen and (max-width: 1100px) {
  .feature-block {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .feature-block {
    flex-direction: column;
  }
}

.case-block {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .case-block {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .case-block {
    flex-direction: column;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid hsl(300, 8%, 92%);
  border-radius: 16px;
}

.heading-feature {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: hsl(300, 80%, 10%);
}

.description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: hsl(300, 8%, 36%);
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(300, 80%, 10%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
}

.icon-box-strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid hsl(300, 8%, 84%);
  color: hsl(300, 80%, 10%);
}

.bento-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 1024px;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .bento-block {
    width: 100%;
  }
}

.case-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  z-index: 2;
}

.case-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid hsl(300, 8%, 92%);
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
  height: 100%;
  z-index: 2;
}

.heading-case {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: hsl(300, 80%, 10%);
}

.use-case {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-radius: 20px;
  width: 100%;
  padding: 2px;
  overflow: hidden;
}

.plans-block {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  width: 1024px;
}
@media only screen and (max-width: 1100px) {
  .plans-block {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .plans-block {
    flex-direction: column;
  }
}

.plan-card {
  border: 1px solid hsl(300, 8%, 92%);
  background-color: hsl(300, 8%, 94%);
  border-radius: 20px;
  padding: 2px;
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.plan-inner {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.plan-body {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-radius: 16px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
}

.plan-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.plan-title {
  font-family: "El Messiri", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
}

.plan-action {
  display: flex;
  padding: 0 24px 24px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.plan-price {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: hsl(300, 100%, 4%);
}
.plan-price span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: hsl(300, 8%, 36%);
}

.plan-header {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
}

.plan-feature {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: hsl(300, 8%, 36%);
  padding: 2px 8px;
  gap: 8px;
  display: flex;
  align-items: center;
}

.button-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  flex: 1;
}

.faq-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 1024px;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .faq-block {
    width: 100%;
    padding: 0 24px;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: top;
  padding: 12px 16px;
  border: 1px solid hsl(300, 8%, 92%);
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
}
.faq-item:hover {
  background-color: hsl(300, 8%, 96%);
}

.heading-faq {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: hsl(300, 100%, 4%);
}

.description-faq {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: hsl(300, 8%, 36%);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 100px;
}
@media only screen and (max-width: 920px) {
  .footer {
    padding: 24px;
    flex-direction: column;
    gap: 12px;
  }
}

.footer-items {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .footer-items {
    flex-direction: column;
  }
}

.footer-item {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 80%, 10%);
  text-decoration: none;
  cursor: pointer;
}
.footer-item:hover {
  background-color: hsl(300, 8%, 94%);
}

.footer-company {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
}
@media only screen and (max-width: 920px) {
  .footer-company {
    justify-content: center;
  }
}

.footer-year {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: hsl(300, 80%, 10%);
  text-decoration: none;
  padding: 4px;
}

.margin-top {
  margin-top: 40px;
}

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