 body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;


        }
        .p-second
        {
            color:#fff;
    font-size: 14px;

        }
        .body-bg
        {
            background: #fffdf4 !important;
        }
        h1
        {
            font-family: "Bitter", serif;
        }
        .body-bg-2
        {
            background-color: #08494b !important;
        }

        .prime-font
        {
            font-family: "Bitter", serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
        }

        ul.nav-list li
        {
            margin: 1px 5px;
        }
        .nav-button
        {
            background: #85ff5b;
            padding: 12px 26px;
            border-radius: 24px;
            text-decoration: none;
        }

h2{
    font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
        /* Hero Section */
        .hero {
            text-align: left;
            padding: 100px 20px;
            background: #fffdf4;
            color: #292929;
    
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
        }

        .hero p {
            font-size: 1.5em;
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
    /* background: linear-gradient(90deg, #6219b4 -2.57%, #0cd178 107.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.72px; */
        }

        .hero input {
            max-width: 400px;
            padding: 10px;
            border: none;
            border-radius: 30px;
            margin-bottom: 15px;
        }

        .hero a {
         padding: 10px 30px;
    border: none;
    border-radius: 30px;
    background: #08494b;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    width: 158px;
        }

        .second-button{
            padding: 10px 30px;
            border: none;
            border-radius:30px;
            background:#85ff5b;
            color: #000;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease; 
        }

.invitto-show-color
{
    color: #85ff5b;
}
        .primary-btn
        {
            padding: 10px 30px;
            border: none;
            border-radius: 30px;
            background: #08494b;
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: block;
    width: 194px;
        }

        .hero button:hover {
            background: #fff3f7;
        }

        .hero img {
         width: 100%;
         border-radius: 22px;
        }

        /* Features Section */
        .features {
            padding: 60px 20px;
            background-color: #08494b;
            color: #fff;
        }

        .features h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #fff;
            text-align: center;
        }

        .feature-item {
            text-align: center;
            margin-bottom: 40px;
        }

        .feature-item img {
            width: 80px;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }

        .feature-item img:hover {
            transform: scale(1.1);
        }

        .feature-item h4 {
            font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(90deg, #85ff5b -2.57%, #aeffff 107.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.72px;
        }

        .feature-item p {
            color: #ffffff;
        }

        /* Pricing Section */
        .pricing {
            padding: 60px 20px;
            background: #ffffff;
        }

        .pricing h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 40px;
            color: #333;
        }

        .pricing-card {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background: #fff;
            padding: 30px;
            transition: transform 0.3s ease;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
        }

        .pricing-card h3 {
 
            margin-bottom: 20px;
            color: #ff7eb3;
        }

        .pricing-card p {
            color: #777;
            margin-bottom: 20px;
        }

        .pricing-card .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 30px;
            background: #ff758c;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .pricing-card .btn:hover {
            background: #ff7eb3;
        }

        /* Footer */
        footer {
            background: #343a40;
            color: white;
            text-align: center;
            padding: 20px 0;
        }

        footer a {
            color: #ff7eb3;
            text-decoration: none;
        }

        footer a:hover {
            text-decoration: underline;
        }

        .conact-card 
        {
            background-color: #08494b;
    color: #fff;
    text-align: center;
    border-radius: .75rem;
    padding: 5rem 2.25rem;
        }

        @media screen and (max-width: 1399px) {
            .hero h1 {
                font-size: 3rem !important;
            
            }
            .hero p {
                font-size: 1.1em;
            }
          }


          @media screen and (max-width: 1199px) {
            .hero h1 {
                font-size: 2.5rem !important;
            
            }
            .hero p {
                font-size: 1em;
            }
          }
          @media screen and (max-width: 991px) {
            .hero h1 {
                font-size: 2.5rem !important;
            
            }
            .hero p {
                font-size: 1em;
            }
            .nav-button
            {
                margin-top: 7px;
                display: block;
                margin-bottom: 8px;            }
          }
          