@font-face {
  font-family: IranSans;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.fecharge.ir/fonts/iranSans/IRANSansWeb(FaNum).woff2")
    format("woff2");
}
body {
  font-family: IranSans;
  direction: rtl;
}

body {
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
}

header {
  background-color: #007bff;
  color: #fff;
  padding: 2rem 0;
}
header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
header .logo {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}
header h1 {
  font-size: 3rem;
}

main #hero {
  padding: 4rem 0;
  text-align: center;
  padding-top: 2rem;
}
main #hero h2,
main #hero h3 {
  margin-bottom: 2rem;
  color: #007bff;
}
main #hero h2 {
  font-size: 2.5rem;
}
main section {
  padding: 4rem 0;
  text-align: center;
}
main section h2,
main section h3 {
  margin-bottom: 2rem;
  color: #007bff;
}
main .callToAction {
  background-color: rgb(204, 228.6, 255);
  color: #333;
  padding: 3rem 0;
}
main .callToAction a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #007bff;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
main .callToAction a:hover {
  background-color: rgb(0, 98.4, 204);
  transform: translateY(-2px);
}
main #features ul,
main #how-it-works ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
main #features ul li,
main #how-it-works ul li {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: right;
  transition: transform 0.3s ease;
}
main #features ul li:hover,
main #how-it-works ul li:hover {
  transform: translateY(-5px);
}
main #features ul li h4,
main #how-it-works ul li h4 {
  margin-top: 0;
  color: #007bff;
}
main #features ul li h4::before,
main #how-it-works ul li h4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  margin-left: 0.5rem;
  color: #6c757d;
}
main #features ul li p,
main #how-it-works ul li p {
  margin-bottom: 0;
}
main #requirements {
  background-color: #e9ecef;
}
main #requirements ul {
  list-style: none;
  padding: 0;
}
main #requirements ul li {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
main #testimonials ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
}
main #testimonials ul li {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23f0f0f0' stroke='%23ddd' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 1rem right 1rem;
  background-size: 30px;
}
main #testimonials ul li p {
  font-style: italic;
  margin-bottom: 1rem;
}
main #testimonials ul li span {
  font-weight: bold;
  color: #6c757d;
}
main .qr-code {
  border: 5px solid #007bff;
  border-radius: 8px;
  margin: 1rem 0;
  width: 150px;
  height: 150px;
}

footer {
  background-color: #343a40;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
footer p {
  margin: 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  #features ul,
  #how-it-works ul,
  #testimonials ul {
    grid-template-columns: 1fr;
  }
} /*# sourceMappingURL=index.css.map */

