
.main{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




/* hero section */




/* feature section */

/* Features Section */

/* solution section */


/* pricing section */

.pricing {
      text-align: center;
      padding: 50px 20px;
      background: #000;
      margin-bottom: 20px;
    }

    .pricing h1 {
      font-size: 2.5rem;
      margin-bottom: 50px;
      color: white;
      font-weight: 400;
    }

    .pricing-container {
      display: flex;
      justify-content: center;
      gap: 120px;
      flex-wrap: wrap;
      
    }

    .pricing-card {
      background: #000000;
      border-radius: 0px;
      padding: 30px 20px;
      width: 280px;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color:#fff;
    }

    .pricing-card.pro {
      background: #fff;
      color: #000;
    }

    .pricing-card h2 {
      margin: 0;
      font-size: 1.5rem;
    }

    .price {
      font-size: 1.3rem;
      margin: 15px 0;
    }

    .features {
      margin: 20px 0;
      padding-left: 20px;
    }

    .features li {
      margin-bottom: 10px;
    }

    .btn {
      background: #fff;
      color: #000;
      padding: 10px 15px;
      text-align: center;
      border: none;
      cursor: pointer;
      font-weight: bold;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      width: fit-content;
    }

    .pricing-card.pro .btn {
      background: #000;
      color: #fff;
    }

    /* start section */

