/* ---- ---- Root ---- ---- */
:root {
  --border: #d2d2d2;
  --dark-background: #131313;
  --sub-title-dark: #000000a5;
  --sub-title-light: #ffffffa5;
}

/* ---- ---- Fonts ---- ---- */
@font-face {
  font-display: swap;
  font-family: "Syne";
  src: url(/assets/fonts/Syne.ttf);
}
@font-face {
  font-display: swap;
  font-family: "Outfit";
  src: url(/assets/fonts/Outfit.ttf);
}
/* ---- ---- Dark Mode ---- ---- */
.dark .hero .widget-light {
  z-index: -1;
  display: none;
}
.dark .hero .widget-dark {
  z-index: -1;
  display: block;
}
.dark .features .subtitle {
  color: var(--sub-title-light);
}
.dark .pricing .subtitle {
  color: var(--sub-title-light);
}
.dark .pricing .card-container .card .options .all-plans {
  color: #000;
  background-color: #fff;
}
.dark .contact .card .btn-contact {
  color: #000;
  background-color: #fff;
}

/* ---- ---- Hero ---- ---- */
.hero {
  margin: auto;
  width: 1100px;
  display: flex;
  padding: 50px 0;
  text-align: center;
  flex-direction: column;
}
.hero .slogan {
  width: 800px;
  margin: auto;
  font-size: 64px;
  margin-bottom: 30px;
}
.hero .slogan strong {
  background: rgb(1, 93, 255);
  background: linear-gradient(90deg, rgb(3, 182, 255) 10%, rgb(1, 93, 255) 40%, rgb(2, 142, 255) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .description {
  width: 800px;
  margin: auto;
  margin-bottom: 20px;
}

/* ---- ---- Team ---- ---- */
.team {
  margin: auto;
  width: 1000px;
  padding: 50px 0;
  text-align: center;
}
.team .section-category {
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(1, 93, 255);
  background: linear-gradient(90deg, rgb(3, 182, 255) 20%, rgb(1, 93, 255) 50%, rgb(2, 142, 255) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team .section-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.team .card-container {
  gap: 50px;
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.team .card-container .employee-card .employee-img {
  margin-bottom: 40px;
  border-radius: 50%;
}
.team .card-container .employee-card .employee-img img {
  padding: 8px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.team .card-container .employee-card .employee-name {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Syne";
}

/* ---- ---- Features ---- ---- */
.features {
  margin: auto;
  width: 1000px;
  padding: 50px 0;
  text-align: center;
}
.features .section-category {
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(1, 93, 255);
  background: linear-gradient(90deg, rgb(3, 182, 255) 20%, rgb(1, 93, 255) 50%, rgb(2, 142, 255) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features .section-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.features .card-container {
  gap: 50px;
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.features .card-container .card {
  width: 300px;
  padding: 28px;
  text-align: start;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.features .card-container .card .card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 4px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}
.features .card-container .card .card-icon .icon {
  font-size: 26px;
}
.features .card-container .card .card-title {
  font-size: 28px;
  margin-bottom: 10px;
}

/* ---- ---- Pricing ---- ---- */
.pricing {
  margin: auto;
  width: 1000px;
  padding: 50px 0;
  text-align: center;
}
.pricing .section-category {
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(1, 93, 255);
  background: linear-gradient(90deg, rgb(3, 182, 255) 20%, rgb(1, 93, 255) 50%, rgb(2, 142, 255) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .section-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.pricing .card-container {
  gap: 25px;
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing .card-container .card {
  width: 300px;
  height: 650px;
  text-align: start;
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}
.pricing .card-container .card .card-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.pricing .card-container .card .card-price {
  font-size: 16px;
  margin-bottom: 30px;
}
.pricing .card-container .card .card-price strong {
  font-size: 18px;
}
.pricing .card-container .card .card-list {
  list-style: none;
  margin-bottom: 50px;
}
.pricing .card-container .card .card-list li {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  border-bottom: 0.5px solid var(--border);
}
.pricing .card-container .card .options {
  left: 50%;
  width: 80%;
  bottom: -10px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.pricing .card-container .card .options .all-plans {
  width: 100%;
  border: none;
  padding: 16px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  font-family: "Outfit";
  background-color: var(--dark-background);
}
.pricing .card-container .card .options .discord {
  margin-bottom: 20px;
  background-color: navy;
}
.pricing .extra-info {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

/* ---- ---- Testimonials ---- ---- */
.testimonials {
  margin: auto;
  width: 1200px;
  padding: 50px 0;
  text-align: center;
}
.testimonials .section-category {
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgb(1, 93, 255);
  background: linear-gradient(90deg, rgb(3, 182, 255) 20%, rgb(1, 93, 255) 50%, rgb(2, 142, 255) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials .section-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.testimonials .card-container {
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonials .card-container .card {
  width: 400px;
  padding: 32px;
  text-align: start;
}
.testimonials .card-container .card .testimonial-text {
  font-size: 14px;
  height: 70px;
  margin-bottom: 20px;
}
.testimonials .card-container .card .testimonial-owner {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonials .card-container .card .info-owner {
  font-size: 14px;
}
.testimonials .card-container .card:nth-child(1), .testimonials .card-container .card:nth-child(2), .testimonials .card-container .card:nth-child(3) {
  border-bottom: 1px solid var(--border);
}
.testimonials .card-container .card:nth-child(1), .testimonials .card-container .card:nth-child(4) {
  border-right: 1px solid var(--border);
}
.testimonials .card-container .card:nth-child(3), .testimonials .card-container .card:nth-child(6) {
  border-left: 1px solid var(--border);
}

/* ---- ---- Media Queries ---- ---- */
@media screen and (max-width: 1200px) {
  .hero {
    width: 90%;
  }
  .hero .slogan {
    font-size: 52px;
  }
}
@media screen and (max-width: 1100px) {
  .team {
    width: 95%;
  }
  .features {
    width: 95%;
  }
  .pricing {
    width: 95%;
  }
  .testimonials {
    width: 95%;
  }
  .testimonials .card:nth-child(1), .testimonials .card:nth-child(2), .testimonials .card:nth-child(3), .testimonials .card:nth-child(4), .testimonials .card:nth-child(5), .testimonials .card:nth-child(6) {
    border-bottom: 1px solid var(--border);
  }
  .testimonials .card:nth-child(1), .testimonials .card:nth-child(3), .testimonials .card:nth-child(5) {
    border-right: 1px solid var(--border);
  }
  .testimonials .card:nth-child(3) {
    border-left: none !important;
  }
  .testimonials .card:nth-child(4) {
    border-right: none !important;
  }
  .testimonials .card:nth-child(6) {
    border-left: none !important;
  }
  .contact {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  .hero .slogan,
  .hero .description {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .testimonials .card:nth-child(1), .testimonials .card:nth-child(2), .testimonials .card:nth-child(3), .testimonials .card:nth-child(4), .testimonials .card:nth-child(5), .testimonials .card:nth-child(6) {
    border-left: none !important;
    border-right: none !important;
  }
}

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