<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nazmiwebsite</title>
    <link rel="stylesheet" type="text/css" href="css/slidercss/swiper.css">
    <link rel="stylesheet" type="text/css" href="css/slidercss/slider.css">
    <link rel="stylesheet" type="text/css" href="css/style.css">
    <link rel="stylesheet" type="text/css" href="css/all.css">
    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&display=swap"
          rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
          rel="stylesheet">

</head>

<body>
    <header>

        <!--Menu-->
        <ul class="menu1">
            <li><a style="margin:0px;" href="index.html"><img width="70px" height="70px" src="images/logo3.jpg" alt=""></a></li>
            <li><a href="gallery.html" class="">Gallery</a></li>
            <li><a href="tourist.html" class="">Tourist Attraction</a></li>
            <li><a href="contactus.html" class="">ContactUs</a></li>
          </ul>

    </header>

    <p><b>Airport Transfers</b></p>

    <a class="nazmi" href="images/vito.jpg" target="_blank">
        <img src="images/vito.jpg">

    </a>

    <a class="nazmi" href="images/merc.jpg" target="_blank">
        <img src="images/merc.jpg">

    </a>
  

    <p><b>Please Enter your Details</b></p>

    <form action="#">
        <!--Form1-->
        <label for="fname">First name:</label><br>
        <input type="text" id="fname" name="fname" value="John"><br>

        <!--Form2-->
        <label for="lname">Last name:</label><br>
        <input type="text" id="lname" name="lname" value="Doe"><br><br>



        <label for="Date From">Date From:</label>
        <input type="date" id="Date From" name="Date From">
        <label for="To">To:</label><input type="date" id="To" name="To">

        <input onclick="myFunction()" type="submit" value="Submit">
    </form>

    <script>
        function myFunction() {
            alert("Car added successfully!");
        }
    </script>

</body>

</html>