0% found this document useful (0 votes)
6 views3 pages

Affordable Global Tours & Spiritual Journeys

The document is an HTML template for a travel agency website named 'Namaste Safar', featuring international and domestic travel packages. It includes sections for various destinations, pricing, and a spiritual tour offering, along with a navigation bar and footer. The design emphasizes user engagement with visually appealing elements and call-to-action buttons for booking and exploring packages.

Uploaded by

sragini1585
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Affordable Global Tours & Spiritual Journeys

The document is an HTML template for a travel agency website named 'Namaste Safar', featuring international and domestic travel packages. It includes sections for various destinations, pricing, and a spiritual tour offering, along with a navigation bar and footer. The design emphasizes user engagement with visually appealing elements and call-to-action buttons for booking and exploring packages.

Uploaded by

sragini1585
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Namaste Safar - Worldwide Travel</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI',
sans-serif; }
body { background-color: #f8f9fa; color: #333; line-height: 1.6; }

/* Navbar */
.navbar { background: #1a1a1a; color: white; padding: 15px 5%; display:
flex; justify-content: space-between; align-items: center; position: sticky; top:
0; z-index: 100; }
.logo { font-size: 1.6rem; font-weight: bold; color: #f39c12; letter-
spacing: 1px; }

/* Hero */
.hero { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
url('[Link]
auto=format&fit=crop&w=1350&q=80');
height: 40vh; background-size: cover; background-position: center;
display: flex; flex-direction: column; justify-content: center; align-items:
center; color: white; text-align: center; padding: 0 20px; }
.hero h1 { font-size: 2.5rem; margin-bottom: 10px; }

/* Section Styling */
.container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.section-title { border-left: 5px solid #f39c12; padding-left: 15px;
margin-bottom: 30px; font-size: 1.8rem; }

/* Grid and Cards */


.grid { display: grid; grid-template-columns: repeat(auto-fit,
minmax(280px, 1fr)); gap: 25px; }
.card { background: white; border-radius: 15px; overflow: hidden; box-
shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.3s ease; position: relative;
border: 1px solid #eee; }
.card:hover { transform: translateY(-10px); box-shadow: 0 12px 20px
rgba(0,0,0,0.15); }
.card-info { padding: 25px; }

/* Badges & Prices */


.badge { background: #e74c3c; color: white; padding: 5px 12px; border-
radius: 20px; font-size: 0.75rem; position: absolute; top: 15px; right: 15px; font-
weight: bold; }
.tag { font-size: 0.8rem; color: #f39c12; font-weight: bold; text-
transform: uppercase; margin-bottom: 5px; display: block; }
.price { color: #2ecc71; font-weight: 800; font-size: 1.4rem; display:
block; margin: 15px 0; }

/* Buttons */
.book-btn { width: 100%; padding: 12px; background: #1a1a1a; color: white;
border: none; border-radius: 8px; cursor: pointer; font-weight: bold; transition:
0.3s; }
.book-btn:hover { background: #f39c12; }
</style>
</head>
<body>
<nav class="navbar">
<div class="logo">NAMASTE SAFAR</div>
<div>Contact: +91 98765 43210</div>
</nav>

<header class="hero">
<h1>Namaste to the World</h1>
<p>Affordable Global Tours & Spiritual Journeys</p>
</header>

<div class="container">
<h2 class="section-title">International Destinations</h2>
<div class="grid">
<div class="card">
<span class="badge">DEAL OF THE DAY</span>
<div class="card-info">
<span class="tag">International</span>
<h3>Hong Kong</h3>
<p>Skyscrapers, shopping, and Disney adventures.</p>
<span class="price">₹10,280</span>
<button class="book-btn">Book Flight</button>
</div>
</div>

<div class="card">
<div class="card-info">
<span class="tag">International</span>
<h3>Vietnam</h3>
<p>Explore Ha Long Bay and vibrant city life.</p>
<span class="price">₹14,500</span>
<button class="book-btn">View Package</button>
</div>
</div>

<div class="card">
<div class="card-info">
<span class="tag">International</span>
<h3>Dubai, UAE</h3>
<p>Luxury shopping and desert safaris.</p>
<span class="price">₹18,900</span>
<button class="book-btn">View Package</button>
</div>
</div>

<div class="card">
<div class="card-info">
<span class="tag">International</span>
<h3>Paris, France</h3>
<p>The Eiffel Tower and world-class art.</p>
<span class="price">₹45,000</span>
<button class="book-btn">View Package</button>
</div>
</div>
</div>

<br><br>
<h2 class="section-title">Best of India</h2>
<div class="grid">
<div class="card">
<div class="card-info">
<span class="tag">India</span>
<h3>Kashmir</h3>
<p>Paradise on Earth: Shikara rides & snow.</p>
<span class="price">₹12,500</span>
<button class="book-btn">Explore</button>
</div>
</div>

<div class="card">
<div class="card-info">
<span class="tag">India</span>
<h3>Goa</h3>
<p>Sun-kissed beaches and vibrant nightlife.</p>
<span class="price">₹8,500</span>
<button class="book-btn">Explore</button>
</div>
</div>

<div class="card">
<div class="card-info">
<span class="tag">India</span>
<h3>Manali</h3>
<p>Mountains, trekking, and fresh air.</p>
<span class="price">₹7,999</span>
<button class="book-btn">Explore</button>
</div>
</div>
</div>

<br><br>
<h2 class="section-title">Spiritual Tours</h2>
<div class="grid">
<div class="card">
<div class="card-info">
<span class="tag">Spiritual</span>
<h3>Tirth Yatra</h3>
<p>Chardham, Varanasi, and Holy Temples.</p>
<span class="price">Custom Pricing</span>
<button class="book-btn">Get Quote</button>
</div>
</div>
</div>
</div>

<footer style="text-align: center; padding: 40px; background: #1a1a1a; color:


white; margin-top: 40px;">
<p>&copy; 2025 Namaste Safar Travel Agency</p>
</footer>

</body>
</html>

You might also like