
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
 70% { box-shadow: 0 0 0 15px rgba(255,193,7,0); }
 100% { box-shadow: 0 0 0 0 rgba(255,193,7,0); }
}

/* Shake Effect */
@keyframes shake {
 0%, 100% { transform: translateX(0); }
 10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
20%, 40%, 60%, 80% { transform: translateX(5px); }
}


 :root{
    --purple:#4b1f63;      
    --accent:#7b2ea6;      
    --cta:#4b2c83;          
    --pill:#e8f6b7;        
    --text-dark:#0b1130;
    --white:#ffffff;
    --blue-start:#0f5fae;
    --blue-end:#62a1e6;
    --muted:#9aa4bf;
   
  }

 
  *{box-sizing:border-box}
  body{
    margin:0;
    background: #ffffff;
    min-height:100vh;
    color:var(--white);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
     font-family: "Vend Sans", sans-serif !Important; 
  font-style: normal;
  }

 
  .frame{
    max-width:420px;
    margin:0 auto;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    background:transparent;
  }
 
  .topbar{
   background: #ffffff;
    color: var(--white);
    padding: 10px 6px; 
    display: flex ;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
  }
  .top-left{ align-items:center}
  .brand{
     font-family: "Vend Sans", sans-serif; 
    font-weight:700;
    letter-spacing:0.4px;
    font-size:18px;
  }
  .badges{
    display:flex;
    gap:10px;
    align-items:center;
    font-size:11px;
    opacity:0.95;
  }
  .badge{padding:6px 8px; border-radius:6px; background:rgba(255,255,255,0.06)}

 
  .hero{
   padding: 19px 18px 18px;
    display: flex
;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
    color: var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
 
  }

  .promo-pill{
    align-self:flex-start;
    background:var(--pill);
    color:var(--text-dark);
    padding:10px 16px;
    border-radius:999px;
    font-weight:600;
     font-family: "Vend Sans", sans-serif; 
    box-shadow:0 6px 18px rgba(11,17,48,0.12);
    font-size:13px;
  }

  .big-headline{
    font-family: "Vend Sans", sans-serif; 
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #01415e;
    text-shadow: 0 6px 18px rgba(11, 17, 48, 0.2);
  }

  .sub{
    color:var(--white);
    opacity:0.92;
    font-size:13px;
    margin-top:6px;
    font-weight:500;
  }
 
  .cta-row{
    display:flex;
    gap:12px;
    margin-top:6px;
  }
  .btn{
    flex:1;
    padding:12px 14px;
    border-radius:28px;
    font-weight:700;
     font-family: "Vend Sans", sans-serif; 
    font-size:15px;
    border: none;
    cursor:pointer;
      transition:all 0.3s ease; 
       animation: pulse 2s infinite, shake 3s infinite;

       color: #fff;
    leading-trim: both;
    text-edge: cap;
  font-family: "Vend Sans", sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    border-radius: 16px;
    background: #002856;
    padding: 14px 16px;
    display: inline-flex
;
    width: 190px;
    justify-content: center;

  }
  .btn-shop{
    background:#002856;
    color:var(--white);
    box-shadow: 0 8px 20px rgba(75,44,131,0.22);
  }
  .btn-quiz{
    background:transparent;
    color:var(--white);
    border:2px solid rgba(255,255,255,0.16);
  }

  /* icons row */
  .icons{
    display:flex;
    gap:12px;
    justify-content:space-between;
    padding:6px 10px;
    margin-top:6px;
  }
  .icon-card{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    font-size:11px;
    color:rgba(255,255,255,0.95);
  }

  .circle{
    width:56px;
    height:56px;
    border-radius:50%;
    background:rgba(255,255,255,0.06);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
  }

  /* product sneak / bottom */
  .product-sneak{
    margin-top:12px;
    height:88px;
    border-radius:12px;
    background:linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    display:flex;
    align-items:center;
    padding:10px;
    gap:12px;
  }
  .pill-label{
    font-size:11px;
    color:var(--muted);
    background:rgba(255,255,255,0.03);
    padding:6px 8px;
    border-radius:10px;
  }

  /* responsive tweaks */
  @media(min-width:540px){
    .big-headline{font-size:54px}
    .frame{max-width:540px}
  }




  body {
      margin: 0;
       font-family: "Vend Sans", sans-serif; 
     
      color: #fff;

       font-family: "Georgia", serif;
      background-color: #f4f1eb; /* Light beige background */
      


    }

    .container {
      max-width: 420px;
      width: 100%;
      padding: 30px;
      text-align: center; 
    }

    .subtitle {
         font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        margin-bottom: 17px; font-weight: 700;
        margin-top: 26px;
    }

    h1 {
          font-weight: 600;
    line-height: 1.4;
    margin: 13px 0 20px;
    text-align: center;
    text-shadow: 2px 2px 0px #104432;
    color: #ffffff;
    }

    .features {
      margin: 15px 0 25px;
      padding: 0;
      list-style: none;
    }

    .features li {
      margin: 10px 0;
      font-size: 16px;
      display: flex; color:#ffffff;
      align-items: center;
    }

    .features li span.icon {
      display: inline-block;
      width: 21px;
      height: 20px;
      border-radius: 50%;
      background-color: black;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      margin-right: 10px;
    }

    .btn {
      display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    width: 205px;
    border: 1px solid black;
    background-color: #ffffff;
    border-radius: 120px;
    color: #000000; margin-bottom: 59px;
    }

    .btn:hover {
      background-color: #444;
    }


    .btn2 {
      display: block;
      text-align: center;
      padding: 15px;
      font-size: 15px; 
      font-weight: bold;
      text-decoration: none;
      width:200px;
      border-radius: 2px;
      background-color: white;
      border: 2px solid #c0330f; 
      border-radius: 120px;  
      color: #c0330f; 
    }

    .btn2:hover {
      background-color: #444;
    }

    @media (max-width: 480px) {
      h1 {
        font-size: 27px;
      }
      .btn {
        font-size: 15px;
        padding: 18px;
      }

      .btn2 {
        font-size: 14px; padding: 13px;
        
      }
    }

    hr {
        border: none; /* Remove default border */
        border-top: 2px solid #ccc; /* Add a custom top border for the line */
        width: 100%; /* Set width */ 
    }




    :root {
      --speed: 14s;
    }

    
    .marquee-wrap {
      width: 100%;
      overflow: hidden; 
    background: linear-gradient(90deg, #114100, #0b6e68);
    border: 2px solid #646251;
      box-sizing: border-box;
    }

    .marquee {
      display: block;
      white-space: nowrap;
    }

    .marquee__inner {
      display: inline-block;
      animation: scroll var(--speed) linear infinite;
      white-space: nowrap;
    }

    .marquee__block {
      display: inline-block;
      padding: 10px 28px;
      color: #fff;
      font-weight: 700;
      font-size: 13px; text-transform: uppercase;
      font-family: "Helvetica Neue", Arial, sans-serif;
    }

    .sep {
      margin: 0 14px;
    }

    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }


    .btncontainr{
          margin-bottom: 0 !important;
        text-align: -webkit-center !important;
        padding-top: 10px;
        padding-bottom: 40px;
        display: flex ;
        flex-direction: row;
        column-gap: 20px;  margin-top: 30px;  padding-bottom:200px;
    }


    h2 {
              line-height: 1.4;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 0px #000000;
    margin-bottom: 40px;
    margin: 0px 9px 110px;
    color: #ffffff;
         
    }

      p {
            font-size: 16px;
            letter-spacing: 1px;
            text-transform: capitalize;
            font-family: 'Vend Sans';
            color: black;
            margin-bottom: 12px;
        }


.mainbanner{
     background-color: rgb(5 104 53);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgb(4 100 62 / 74%), rgba(0, 0, 0, 0.1)), url(./img/Untitls-banner.jpg);
}

.mainbanner2{
  background-color: white;text-align: center;margin:0 auto;
}

.divpln{
      background-color: #f6fee9;
    padding-top: 10px;
    padding-bottom: 5px;  border-radius: 13px;
        margin-bottom: 10px;  width: 256px;

}

.most{
        background-color: #d62828;
    text-align: center;
    color: white;
    border-radius: 20px;
    position: relative;
    width: 125px;
    padding: 4px;
    font-size: 12px;
    margin-bottom: -10px;
}

.container2{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}