<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="shortcut icon" href="Images/V-logo.png" type="image/x-icon" />
    <link rel="stylesheet" href="./CSS/m4.css" />
    <title>Vishal | APPLE iPhone 11 (White, 64 GB)</title>
    <link rel="preconnect" href="https://fonts.gstatic.com" />
    <link
      href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
      rel="stylesheet"
    />
    <link
      rel="stylesheet"
      href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
    />
  </head>
  <body>
    <!-- Navigation bar -->
    <nav>
      <div class="co">
        <div class="co1">
          <img class="logo" src="Images/logo.png" alt="" />
        </div>
        <div class="co2">
          <a href="index.html" class="active">Home</a>
          <a href="about.html" target="_blank">About us</a>
          <a href="mobile.html" target="_blank">Mobiles</a>
          <a href="electronics.html">Electronics</a>
          <a href="fashion.html">Fashion</a>
          <a href="">Home & Kitchen</a>
          <a href="">Customer Service</a>
          <a href="contact.html" target="_blank">Contact Us</a>
          <a href="login.html" target="_blank">Login/Sign up</a>
        </div>
      </div>
    </nav>

    <div class="row">
      <div class="imf">
        <a href="./Images/iphonei.png"
          ><img src="./Images/iphonei.png" alt=""
        /></a>
        <div class="buttons">
          <div class="btn1">
            <button onclick="ale()">
              <i class="fa fa-shopping-cart" aria-hidden="true"></i> ADD TO CART
            </button>
          </div>
          <div class="btn2">
            <a href="payment form.html" target="_blank">
              <button>
                <i class="fa fa-bolt" aria-hidden="true"></i> BUY NOW
              </button></a
            >
          </div>
        </div>
      </div>
      <div class="des">
        <h2>APPLE iPhone 11 (White, 64 GB)</h2>
        <p class="grey">#JustHere</p>
        <p class="grey">
          <i class="fa fa-star" aria-hidden="true"></i
          ><i class="fa fa-star" aria-hidden="true"></i
          ><i class="fa fa-star" aria-hidden="true"></i
          ><i class="fa fa-star" aria-hidden="true"></i
          ><i class="fa fa-star-half-o" aria-hidden="true"></i> 41,575 Ratings &
          3,186 Reviews
        </p>
        <p style="color: rgb(5, 187, 5)">Extra ₹2901 off</p>
        <span
          ><b class="price">&#8377;51,999 </b><s id="actual"> &#8377;54,900 </s
          ><span id="disc"> 5% off </span></span
        >
        <p>Available Offers</p>
        <p>
          <i class="fa fa-tag color" aria-hidden="true"></i>
          <b>Bank Offer</b> 10% off on Axis Bank Credit and Debit Cards, up to
          ₹750. On orders of ₹2000 and above T&C
        </p>
        <p>
          <i class="fa fa-tag color" aria-hidden="true"></i>
          <b>Bank Offer</b> 10% off on Kotak Bank Credit and Debit Cards, up to
          ₹750. On orders of ₹2000 and above T&C
        </p>
        <p>
          <i class="fa fa-tag color" aria-hidden="true"></i>
          <b>Bank Offer </b>5% Unlimited Cashback on Flipkart Axis Bank Credit
          Card T&C
        </p>
        <p>
          <i class="fa fa-tag color" aria-hidden="true"></i>
          <b>Special Price </b>Extra ₹2901 off(price inclusive of discount) T&C
        </p>
        <p>
          <i class="fa fa-calendar-check-o color" aria-hidden="true"></i>
          <b>No cost EMI ₹8,667/month.</b> Standard EMI also available
        </p>
      </div>
    </div>

    <footer>
      <a href="">FAQ</a>
      <a href="contact.html">Contact Us</a>
      <a href="">Terms of use</a>
      <a href="">Privacy policy</a>
      <a href="">Refund Policy</a>
      <a href="">&copy; 2021 Vishal Shopping mart</a>
    </footer>
    <script src="./JS/alert.js"></script>
  </body>
</html>