A complete v2.0 redesign of IT Chic Travels website, transforming it from a traditional static layout into a premium, immersive 2026-standard digital experience with cinematic video backgrounds, glassmorphism aesthetics, and advanced animations.
- Full-bleed video backgrounds with rotating global destinations
- Smooth 10-second transitions between video clips
- Glassmorphic overlays for depth and readability
- Transparent-to-solid blurred navigation header
- Frosted glass effect on all content cards
- Multi-layer depth with backdrop filters
- Asymmetric, visually interesting layouts
- Interactive service and trip cards
- Floating 3D icons with hover animations
- Kinetic Typography: Cursor-reactive "travel THE WORLD" text
- Liquid Motion Buttons: Expanding gradient hover effects (blue β coral)
- Scroll-Triggered Fade-Ins: Staggered GSAP animations
- Parallax Effects: Depth-based scrolling
- Sticky navigation that shrinks on scroll
- "Start Your Journey" CTA always visible
- Cursor trail effect (desktop)
- Mobile-optimized responsive design
- Modern web browser (Chrome 90+, Firefox 88+, Safari 14+)
- Local web server (for video playback)
-
Clone or download this redesign folder
cd "IT CHICH TRAVELS/v2_redesign"
-
Start a local server
# Using Python 3 python3 -m http.server 8000 # Using Node.js npx http-server -p 8000 # Using PHP php -S localhost:8000
-
Open in browser
http://localhost:8000
v2_redesign/
βββ index.html # Main HTML file
βββ css/
β βββ style.css # Complete design system
βββ js/
β βββ main.js # All interactive features
βββ assets/
β βββ videos/ # Hero background videos
β βββ images/ # Service & trip images
β βββ icons/ # SVG icons and logo
βββ DESIGN_DOCUMENTATION.md # Comprehensive design guide
βββ README.md # This file
The current implementation uses placeholder asset paths. You need to add the following assets to make the website fully functional:
Place in assets/videos/:
hero-destinations.mp4- Mixed global highlightshero-santorini.mp4- Greek islands footagehero-bali.mp4- Tropical paradise sceneshero-morocco.mp4- Desert and marketplace
Recommended Sources:
- Pexels Videos - Free HD travel footage
- Pixabay Videos - Free stock videos
- Coverr - Beautiful free videos
Search Terms: "santorini sunset", "bali beach", "morocco market", "travel destination"
Place in assets/images/:
Services:
service-custom-itinerary.jpg- Travel planning conceptservice-concierge.jpg- Luxury hotel conciergeservice-exclusive.jpg- VIP yacht/exclusive access
Trips:
trip-santorini.jpg- Santorini white buildingstrip-bali.jpg- Bali wellness/naturetrip-morocco.jpg- Moroccan marketplacetrip-japan.jpg- Cherry blossoms in Kyoto
Testimonials:
avatar-1.jpg(400x400) - Client photoavatar-2.jpg(400x400) - Client photoavatar-3.jpg(400x400) - Client photo
Recommended Sources:
Place in assets/images/:
logo.svg- IT Chic Travels logo (transparent background)
Note: You can extract the current logo from https://itchictravels.com/ or create a new SVG version.
# Example using Pexels (requires account)
# 1. Go to https://www.pexels.com/videos/
# 2. Search for: "santorini sunset aerial"
# 3. Download 1920x1080 MP4
# 4. Rename to hero-santorini.mp4
# 5. Move to assets/videos/
# Repeat for other destinations# Example using Unsplash
# 1. Go to https://unsplash.com/
# 2. Search for: "santorini white buildings blue dome"
# 3. Download Large (1920x1080+)
# 4. Rename to trip-santorini.jpg
# 5. Move to assets/images/
# Repeat for all required images# Compress images (optional but recommended)
# Using ImageOptim (Mac) or TinyPNG (web)
# Convert to WebP for better performance
# Using online tool: https://cloudconvert.com/jpg-to-webpEdit CSS variables in css/style.css:
:root {
--color-primary: hsl(200, 85%, 45%); /* Blue */
--color-accent: hsl(12, 85%, 62%); /* Coral */
/* Modify to match your brand */
}Change fonts in index.html (Google Fonts link) and css/style.css:
:root {
--font-display: 'Playfair Display', serif;
--font-body: 'Inter', sans-serif;
}Edit text directly in index.html:
- Hero title and subtitle
- Service descriptions
- Trip details and dates
- Testimonials
- Footer information
- Desktop: 1024px and above
- Tablet: 768px - 1023px
- Mobile: Below 768px
All layouts automatically adapt to screen size.
-
Optimize Videos:
- Use H.264 codec
- Keep file size under 5MB per video
- Consider poster images for mobile
-
Compress Images:
- Use WebP format with JPEG fallback
- Compress to 80% quality
- Lazy load below-the-fold images
-
Minify Assets (for production):
# CSS minification npx clean-css-cli -o style.min.css style.css # JS minification npx terser main.js -o main.min.js
The frosted glass effect is achieved using:
backdrop-filter: blur(20px) saturate(180%);
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.18);Hover effects use expanding circular gradients:
- Initial: Blue gradient background
- Hover: Coral gradient expands from cursor position
- Transition: 600ms smooth animation
The hero title reacts to cursor movement:
- Each letter tracks cursor proximity
- Movement within 200px radius
- Smooth requestAnimationFrame updates
- Ensure you're using a local server (not
file://) - Check video format is MP4 with H.264 codec
- Verify file paths are correct
- Check browser console for JavaScript errors
- Ensure GSAP CDN is loading (check network tab)
- Verify ScrollTrigger plugin is included
- Check browser support for
backdrop-filter - Safari requires
-webkit-backdrop-filter - Fallback: solid background colors
- Check JavaScript console for errors
- Verify mobile-menu-toggle ID exists
- Test on actual mobile device, not just resize
| Browser | Version | Support |
|---|---|---|
| Chrome | 90+ | β Full |
| Firefox | 88+ | β Full |
| Safari | 14+ | β Full |
| Edge | 90+ | β Full |
| IE | Any | β Not supported |
- DESIGN_DOCUMENTATION.md - Complete design guide
- GSAP Documentation - Animation library
- CSS Glassmorphism - Glass effect generator
- Pexels Videos - Free videos
- Unsplash - Free images
- Google Fonts - Web fonts
- TinyPNG - Image compression
- CloudConvert - Format conversion
- CSS Glass Generator - Glassmorphism tool
For questions about this redesign:
- Review the DESIGN_DOCUMENTATION.md
- Check browser console for errors
- Verify all assets are properly placed
This redesign concept is created for IT Chic Travels. All rights reserved.
- β Review the design documentation
- β¬οΈ Download required video and image assets
- π¨ Customize colors and content to match brand
- π§ͺ Test on multiple devices and browsers
- π Deploy to production server
- π Monitor analytics and user engagement
Version: 2.0
Created: February 2026
Status: Ready for Implementation
Design Philosophy: "Luxury Storyteller" - Premium, emotionally evocative, and energetic.
Before going live, ensure you have:
- 4 hero videos (MP4, 1920x1080)
- 7 destination/service images (JPEG/WebP, 1920x1080+)
- 3 testimonial avatars (JPEG, 400x400)
- 1 logo file (SVG, transparent)
- All content updated (dates, descriptions, contact info)
- Tested on mobile, tablet, and desktop
- Performance optimized (images compressed, videos under 5MB)
Ready to launch your premium travel experience!