Visiting Sri Lanka :root{ --sky:#8ECAE6; --blue:#219EBC; --navy:#023047; --gold:#FFB703; --orange:#FB8500; --cream:#fffaf0; --paper:#f7f0df; --ink:#17313c; --shadow:0 20px 60px rgba(2,48,71,.16); } *{box-sizing:border-box} html{scroll-behavior:smooth} body{ margin:0; color:var(--ink); background: radial-gradient(circle at 10% 10%,rgba(255,183,3,.12),transparent 24%), radial-gradient(circle at 90% 30%,rgba(33,158,188,.12),transparent 26%), var(--cream); font-family:Poppins,sans-serif; overflow-x:hidden; } body:before{ content:""; position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.08; background-image:url("https://www.transparenttextures.com/patterns/paper-fibers.png"); } h1,h2,h3,h4{font-family:"Playfair Display",serif;margin:0;color:var(--navy)} p{line-height:1.85;margin:0} a{color:inherit;text-decoration:none} .srilanka-page{position:relative} .hero{ min-height:100svh; display:grid; place-items:center; position:relative; overflow:hidden; background: linear-gradient(90deg,rgba(2,48,71,.88),rgba(2,48,71,.38),rgba(2,48,71,.10)), url("https://loremflickr.com/2200/1500/sri,lanka,landscape?lock=101") center/cover; } .hero:after{ content:"";position:absolute;inset:auto 0 0;height:24%; background:linear-gradient(transparent,var(--cream)); } .hero-inner{width:min(1180px,92%);position:relative;z-index:2;color:white} .eyebrow{ display:inline-flex;align-items:center;gap:10px; text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:600; color:var(--gold);margin-bottom:18px; } .eyebrow:before{content:"";width:42px;height:2px;background:var(--gold)} .hero h1{font-size:clamp(3.8rem,9vw,8rem);line-height:.9;color:white;max-width:850px} .hero p{max-width:720px;font-size:1.05rem;margin-top:28px;color:rgba(255,255,255,.9)} .hero-cta{ display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:14px 22px; border:1px solid rgba(255,255,255,.4);border-radius:999px;color:white; backdrop-filter:blur(8px);background:rgba(255,255,255,.1);transition:.3s; } .hero-cta:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)} .scroll-cue{position:absolute;bottom:38px;left:50%;transform:translateX(-50%);z-index:3;color:white;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase} .scroll-cue span{display:block;width:1px;height:45px;background:currentColor;margin:10px auto 0;animation:scroll 1.8s infinite} @keyframes scroll{50%{transform:scaleY(.4);transform-origin:top}100%{transform:scaleY(1)}} .section{padding:100px 0;position:relative} .section-inner{width:min(1180px,92%);margin:auto} .section-head{max-width:760px;margin-bottom:48px} .section-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;color:var(--orange);font-weight:700;margin-bottom:10px} .section-head h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02} .section-head p{margin-top:18px;color:#52666e} .intro{ min-height:100svh;display:grid;align-items:center; background: linear-gradient(135deg,rgba(142,202,230,.28),transparent 40%), var(--cream); } .intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center} .intro-copy p{font-size:1.02rem} .intro-art{position:relative;min-height:540px} .art-card{ position:absolute;border-radius:22px;overflow:hidden;box-shadow:var(--shadow); background:#ddd;border:8px solid rgba(255,255,255,.75); } .art-card.main{inset:35px 0 45px 50px;transform:rotate(2deg)} .art-card.small{width:52%;height:45%;left:0;bottom:0;transform:rotate(-5deg)} .art-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)} .stamp{ position:absolute;right:5%;top:0;width:105px;height:105px;border:2px dashed var(--orange); border-radius:50%;display:grid;place-items:center;text-align:center; color:var(--orange);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em; transform:rotate(12deg);background:rgba(255,250,240,.8) } .destination-strip{ padding:20px 0 90px; overflow:hidden; } .horizontal-scroll{ display:flex;gap:22px;overflow-x:auto;padding:10px 4vw 28px; scroll-snap-type:x mandatory;scrollbar-width:thin; } .destination{ flex:0 0 min(390px,82vw);height:440px;scroll-snap-align:center;position:relative; overflow:hidden;border-radius:28px;box-shadow:var(--shadow);isolation:isolate; } .destination img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s} .destination:hover img{transform:scale(1.08)} .destination:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(2,48,71,.9))} .destination-content{position:absolute;z-index:2;bottom:25px;left:25px;right:25px;color:white} .destination h3{font-size:2rem;color:white} .destination p{font-size:.85rem;line-height:1.6;margin-top:8px;color:rgba(255,255,255,.88)} .parallax{ min-height:70svh;display:grid;place-items:center;text-align:center;color:white; background: linear-gradient(rgba(2,48,71,.52),rgba(2,48,71,.72)), url("https://loremflickr.com/2200/1400/sri,lanka,sigiriya?lock=202") center/cover fixed; } .parallax h2{color:white;font-size:clamp(3rem,7vw,6rem)} .parallax p{max-width:780px;margin:20px auto 0;color:rgba(255,255,255,.9)} .cards{ display:grid;grid-template-columns:repeat(3,1fr);gap:22px; } .card{ background:rgba(255,255,255,.72);border:1px solid rgba(2,48,71,.08); border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(2,48,71,.08); transition:transform .35s,box-shadow .35s; } .card:hover{transform:translateY(-8px);box-shadow:var(--shadow)} .card-image{height:235px;overflow:hidden} .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s} .card:hover img{transform:scale(1.07)} .card-body{padding:27px} .card h3{font-size:1.75rem;margin-bottom:12px} .card p{font-size:.9rem;color:#566970} .wildlife{background:linear-gradient(180deg,#fffaf0,#f0eadb)} .wildlife-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch} .feature{ min-height:530px;border-radius:30px;overflow:hidden;position:relative; background:url("https://loremflickr.com/1500/1200/sri,lanka,elephant,safari?lock=303") center/cover; box-shadow:var(--shadow); } .feature:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 25%,rgba(2,48,71,.88))} .feature-content{position:absolute;z-index:2;left:35px;right:35px;bottom:35px;color:white} .feature-content h3{font-size:2.7rem;color:white} .feature-content p{font-size:.92rem;margin-top:10px} .mini-list{display:grid;gap:16px} .mini{ background:white;border-radius:22px;padding:25px;display:grid;grid-template-columns:100px 1fr; gap:20px;align-items:center;box-shadow:0 10px 30px rgba(2,48,71,.07); } .mini img{width:100px;height:100px;object-fit:cover;border-radius:18px} .mini h3{font-size:1.35rem;margin-bottom:6px} .mini p{font-size:.82rem;line-height:1.6;color:#61737a} .tips{background:var(--navy);color:white} .tips h2{color:white} .tips .section-head p{color:rgba(255,255,255,.72)} .tip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px} .tip{ padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:24px; background:rgba(255,255,255,.05);backdrop-filter:blur(8px); } .tip-number{font-family:"Playfair Display";font-size:2.8rem;color:var(--gold)} .tip h3{color:white;font-size:1.45rem;margin:5px 0 10px} .tip p{font-size:.87rem;color:rgba(255,255,255,.74)} .footer-cta{ min-height:65svh;display:grid;place-items:center;text-align:center; background: linear-gradient(90deg,rgba(251,133,0,.88),rgba(255,183,3,.84)), url("https://loremflickr.com/2200/1300/sri,lanka,train?lock=404") center/cover; } .footer-cta h2{font-size:clamp(3rem,7vw,6rem);color:var(--navy)} .footer-cta p{max-width:680px;margin:18px auto;color:var(--navy);font-weight:500} .reveal{opacity:0;transform:translateY(35px);transition:opacity .8s ease,transform .8s ease} .reveal.visible{opacity:1;transform:none} .watermark{position:absolute;font-family:"Playfair Display";font-size:clamp(7rem,18vw,16rem);font-weight:700;color:rgba(2,48,71,.035);white-space:nowrap;pointer-events:none;user-select:none} @media(max-width:900px){ .intro-grid,.wildlife-grid{grid-template-columns:1fr} .intro-art{min-height:460px} .cards{grid-template-columns:1fr 1fr} .tip-grid{grid-template-columns:1fr} } @media(max-width:650px){ .section{padding:75px 0} .hero{min-height:92svh} .hero h1{font-size:4rem} .intro-art{min-height:380px} .art-card.main{inset:25px 0 35px 25px} .art-card.small{width:55%;height:43%} .cards{grid-template-columns:1fr} .destination{height:390px} .feature{min-height:440px} .mini{grid-template-columns:80px 1fr;padding:18px} .mini img{width:80px;height:80px} .horizontal-scroll{padding-left:4vw} }
Visiting Sri Lanka

Island of Stories.

Sri Lanka is a remarkable island where ancient heritage, breathtaking landscapes, and warm hospitality come together to create unforgettable travel experiences.

Explore the island
Scroll
Why visit Sri Lanka

A small island with a world of discovery.

Sri Lanka is a remarkable island where ancient heritage, breathtaking landscapes, and warm hospitality come together to create unforgettable travel experiences. Within a few hours, visitors can journey from golden beaches to misty mountains, explore UNESCO World Heritage Sites, encounter incredible wildlife, and immerse themselves in a vibrant culture shaped by over 2,500 years of history.


Whether you seek adventure, relaxation, nature, spirituality, or authentic local experiences, Sri Lanka offers something for every traveler. From scenic train journeys and world-renowned tea plantations to thrilling safaris, colorful festivals, and delicious cuisine, every corner of the island tells a unique story. Let Sri Lanka's licensed National Tourist Guide Lecturers help you discover the true essence of this extraordinary destination.

Island
Stories
Since
Ancient Times
Sigiriya, Sri Lanka
Sri Lankan tea country
Where to go

Four journeys. One extraordinary island.

Cultural Triangle

Cultural Triangle

Ancient cities, sacred temples, royal palaces and the legendary rock fortress of Sigiriya.

Hill Country

Hill Country

Misty mountains, tea plantations, waterfalls and unforgettable highland train journeys.

South Coast

South Coast

Golden beaches, historic Galle Fort, whale watching, surfing and coastal adventures.

Northern and Eastern regions

Northern & Eastern Regions

Distinctive cultures, pristine beaches, vibrant traditions and extraordinary coastal landscapes.

Where history meets nature

Every road tells a story.

Sri Lanka's landscapes carry traces of ancient kingdoms, living traditions, wild places and generations of craftsmanship.

Wildlife Parks

Wild Sri Lanka, up close.

Sri Lanka is one of the world's finest wildlife destinations, offering an incredible diversity of animals and ecosystems within a compact island.

Wildlife Parks

Its network of national parks and nature reserves is home to iconic species such as the Sri Lankan elephant, Sri Lankan leopard, sloth bear, crocodiles, and an astonishing variety of birds, making it a paradise for nature enthusiasts and wildlife photographers.

Sri Lankan leopard

Leopard Country

From the leopard-rich landscapes of Yala and Wilpattu to unforgettable safari encounters.

Sri Lankan elephant

Elephant Gatherings

Discover the elephant gatherings of Minneriya and the landscapes of Udawalawe.

Sri Lankan birds

Birdlife

Explore dry forests, wetlands and coastal habitats filled with remarkable bird diversity.

Things to do

Choose your own adventure.

Wildlife safari

Wildlife Safaris

Embark on an unforgettable wildlife safari and discover Sri Lanka's extraordinary biodiversity. Explore renowned national parks where you can encounter majestic Sri Lankan elephants, elusive leopards, sloth bears, crocodiles, deer, and hundreds of species of birds in their natural habitats. Every safari offers a unique opportunity to experience the island's rich wildlife and stunning landscapes.


Whether you visit Yala, Wilpattu, Udawalawe, Minneriya, Kaudulla, or Bundala National Parks, each destination provides a different wildlife experience throughout the year. Guided by experienced professionals, a safari in Sri Lanka is a memorable adventure for nature lovers, photographers, and families alike.

Cultural tour in Sri Lanka

Cultural Tours

Discover the rich heritage of Sri Lanka through immersive cultural tours that reveal over 2,500 years of history, tradition, and spirituality. Visit magnificent ancient cities, sacred temples, royal palaces, colonial landmarks, and UNESCO World Heritage Sites while experiencing the customs, festivals, arts, and architecture that have shaped the island's unique identity.


From the Cultural Triangle and the Temple of the Sacred Tooth Relic in Kandy to traditional villages and vibrant local communities, every journey offers a deeper understanding of Sri Lanka's living culture. Accompanied by licensed National Tourist Guide Lecturers, visitors gain authentic insights and fascinating stories that bring the island's remarkable past and present to life.

Hiking in Sri Lanka

Hiking & Trekking

Sri Lanka offers some of South Asia's most rewarding hiking and trekking experiences, with trails that wind through misty mountains, cloud forests, tea plantations, waterfalls, and breathtaking viewpoints. Whether you're seeking a leisurely nature walk or a challenging summit, the island's diverse landscapes provide adventures for hikers of all skill levels.


Popular trekking destinations include Adam's Peak, Horton Plains National Park, Knuckles Mountain Range, Ella Rock, Little Adam's Peak, and the Pekoe Trail. Along the way, visitors can enjoy spectacular scenery, rich biodiversity, and authentic encounters with local communities, making every hike a memorable journey through Sri Lanka's natural beauty.

Sri Lankan beach

Beach Holidays

Sri Lanka is blessed with over 1,300 kilometres of stunning coastline, offering beautiful beaches for relaxation, adventure, and unforgettable ocean experiences throughout the year. From the golden shores of the South Coast to the tranquil beaches of the East Coast, visitors can enjoy crystal-clear waters, swaying palm trees, and spectacular sunsets in a tropical paradise.


Whether you prefer swimming, surfing, snorkeling, diving, whale watching, or simply unwinding by the sea, Sri Lanka has a beach to suit every traveler. Popular destinations such as Bentota, Unawatuna, Mirissa, Nilaveli, Pasikudah, Arugam Bay, and Tangalle combine natural beauty with warm hospitality, making the island one of the Indian Ocean's premier beach holiday destinations.

Ceylon tea plantation

Tea Experiences

Discover the story behind Sri Lanka's world-famous Ceylon Tea with unforgettable experiences in the island's scenic Hill Country. Wander through lush tea plantations, visit historic tea factories, meet expert tea pluckers, and learn about the craftsmanship that transforms fresh leaves into one of the world's finest teas. The cool climate and breathtaking mountain landscapes make every tea journey as refreshing as the tea itself.


Visitors can enjoy guided estate tours, tea tastings, and panoramic views across rolling green hills while exploring destinations such as Nuwara Eliya, Ella, Haputale, Hatton, and Kandy. Whether you are a tea enthusiast or simply seeking a peaceful escape, Sri Lanka's tea country offers an authentic and memorable experience.

Travel Tips

Travel well. Experience more.

01

Visa Information

Most visitors to Sri Lanka require a valid visa before arrival or are eligible to obtain an Electronic Travel Authorization (ETA), depending on their nationality and current immigration regulations. Travelers should ensure their passport is valid for at least six months from the date of arrival and check the latest entry requirements before planning their trip.

Visa policies and requirements may change from time to time. Therefore, visitors are encouraged to verify the most up-to-date information through the official Sri Lankan immigration authorities or consult their nearest Sri Lankan diplomatic mission before traveling.

02

Best Time to Visit

Sri Lanka is a year-round destination, with different regions offering ideal travel conditions at different times of the year. The West and South Coasts, Hill Country, and Cultural Triangle are generally best visited from December to April, while the East Coast is at its finest from May to September, allowing visitors to enjoy sunshine and pleasant weather somewhere on the island throughout the year.

The best time to visit also depends on your interests, whether it's wildlife safaris, beach holidays, hiking, cultural exploration, or whale watching. By planning your itinerary according to the seasonal weather patterns, you can experience the very best that Sri Lanka has to offer in every season.

03

Weather & Climate

Sri Lanka enjoys a tropical climate with warm temperatures throughout the year, making it an ideal destination in every season. The island experiences two monsoon seasons that affect different regions at different times, allowing travelers to find pleasant weather somewhere in the country year-round.

Average daytime temperatures range from 27°C to 32°C (81°F to 90°F) in the coastal and lowland areas, while the central highlands offer a cooler climate with temperatures between 15°C and 22°C (59°F to 72°F). Packing light clothing, comfortable footwear, sunscreen, and a light jacket for the Hill Country will ensure a comfortable and enjoyable visit.

04

Culture & Etiquette

Sri Lanka is renowned for its warm hospitality, rich cultural heritage, and deep-rooted traditions. Visitors are encouraged to respect local customs by dressing modestly when visiting temples and other religious sites, removing shoes and hats before entering sacred places, and seeking permission before photographing people or religious ceremonies.

A friendly smile and courteous behavior are always appreciated, while respecting local traditions helps create meaningful connections with communities across the island. By embracing Sri Lankan customs and cultural values, visitors can enjoy a more authentic, respectful, and rewarding travel experience.

05

Safety Tips

Sri Lanka is a welcoming destination for travelers, and with a few simple precautions, you can enjoy a safe and memorable journey. Keep your valuables secure, carry copies of important travel documents, stay hydrated in the tropical climate, and follow local advice when swimming, hiking, or participating in outdoor activities.

Always use licensed transport services, respect wildlife by maintaining a safe distance, and follow the guidance of local authorities and your National Tourist Guide Lecturer. Having comprehensive travel insurance and familiarizing yourself with local emergency contacts will help ensure a smooth and worry-free visit.

06

Currency & Payments

The official currency of Sri Lanka is the Sri Lankan Rupee (LKR). Currency exchange services are available at international airports, licensed banks, authorized exchange counters, and many hotels. It is advisable to keep some cash on hand for purchases in rural areas, local markets, and small businesses where card payments may not be accepted.

Major credit and debit cards, including Visa and Mastercard, are widely accepted in hotels, restaurants, shopping malls, and larger establishments. ATMs are readily available throughout the country, allowing visitors to withdraw local currency conveniently. For the best exchange rates and a smooth travel experience, use authorized money exchange services and retain your exchange receipts when required.

const observer = new IntersectionObserver((entries)=>{ entries.forEach(entry=>{ if(entry.isIntersecting){ entry.target.classList.add('visible'); observer.unobserve(entry.target); } }); },{threshold:.12}); document.querySelectorAll('.reveal').forEach(el=>observer.observe(el)); /* Gentle horizontal drag/trackpad support for the destination rail */ const rail=document.querySelector('.horizontal-scroll'); let down=false,startX,scrollLeft; rail.addEventListener('pointerdown',e=>{down=true;startX=e.pageX-rail.offsetLeft;scrollLeft=rail.scrollLeft;rail.setPointerCapture(e.pointerId)}); rail.addEventListener('pointerup',()=>down=false); rail.addEventListener('pointercancel',()=>down=false); rail.addEventListener('pointermove',e=>{ if(!down)return; e.preventDefault(); const x=e.pageX-rail.offsetLeft; rail.scrollLeft=scrollLeft-(x-startX)*1.25; });