:root{--primary-color:#fff;--accent-color:#1a73e8;--text-dark:#333;--text-light:#fffc;--bg-dark:#000;--bg-darker:#050505;--font-main:"Poppins", sans-serif;--transition-speed:.6s}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--primary-color);overflow-x:hidden}.text-center{text-align:center}.bg-darker{background-color:var(--bg-darker)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-section{width:100vw;height:100vh;position:relative;overflow:hidden}.bg-slider{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.bg-slide{opacity:0;width:100%;height:100%;transition:opacity var(--transition-speed) ease-in-out, transform 2s ease-out;background-position:50%;background-size:cover;position:absolute;top:0;left:0;transform:scale(1.05)}.bg-slide.active{opacity:1;transform:scale(1)}.overlay-gradient{z-index:-1;background:linear-gradient(90deg,#000000e6 0%,#0000004d 50%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.navbar{z-index:10;justify-content:space-between;align-items:center;padding:2rem 5%;display:flex;position:relative}.logo-img{object-fit:contain;height:40px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--primary-color);font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.7}.nav-right{align-items:center;gap:1.5rem;display:flex}.user-profile{font-size:.9rem;font-weight:600}.hero-content{z-index:5;align-items:center;height:calc(100vh - 180px);padding:0 5%;display:flex;position:relative}.pagination{flex-direction:column;align-items:center;height:300px;margin-right:4rem;display:flex;position:relative}.pagination .line{z-index:1;background:#ffffff4d;width:1px;position:absolute;top:0;bottom:0}.pagination .dot{z-index:2;background:#ffffff80;border-radius:50%;width:8px;height:8px;margin:1.5rem 0;transition:all .3s;position:relative}.pagination .dot.active{background:#fff3;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.pagination .dot.active span{color:#fff;font-size:.7rem}.pagination .dot:not(.active) span{display:none}.page-number{letter-spacing:2px;writing-mode:vertical-rl;font-size:.8rem;position:absolute;bottom:-40px;transform:rotate(180deg)}.destination-info{flex:1;max-width:600px}.hero-title{text-transform:uppercase;letter-spacing:-2px;text-shadow:2px 4px 10px #00000080;margin-bottom:1rem;font-size:6rem;font-weight:800;line-height:1}.hero-desc{color:var(--text-light);max-width:90%;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.explore-btn{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .3s,transform .2s;display:flex}.explore-btn:hover{background-color:#1557b0;transform:translateY(-2px)}.card-slider-container{perspective:1000px;flex:1;justify-content:flex-end;align-items:center;height:400px;display:flex;position:relative}.card-slider{width:100%;height:100%;position:relative}.card{width:250px;height:350px;transition:all var(--transition-speed) ease-in-out;cursor:pointer;border-radius:20px;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%);box-shadow:0 15px 35px #0006}.card img{object-fit:cover;width:100%;height:100%}.bookmark{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 10px #0003}.bookmark svg{fill:#ff5e00;width:16px;height:16px}.card-title-top{font-size:1.1rem;font-weight:600;position:absolute;top:-30px;left:0}.card .dots{gap:4px;display:flex;position:absolute;top:-10px;left:0}.card .dots span{opacity:.5;background:#fff;border-radius:50%;width:4px;height:4px}.card .dots span.active{opacity:1}.card[data-index="0"]{opacity:0;pointer-events:none;transform:translateY(-50%)translate(-200px)scale(1.2)}.card[data-index="1"]{z-index:3;right:55%}.card[data-index="2"]{z-index:2;opacity:.8;right:25%;transform:translateY(-50%)scale(.9)}.card[data-index="3"]{z-index:1;opacity:.6;right:0%;transform:translateY(-50%)scale(.8)}.bottom-controls{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:0 5%;display:flex;position:absolute;bottom:30px}.location-name-bottom{color:#fff3;text-transform:uppercase;letter-spacing:2px;font-size:2rem;font-weight:700}.slider-controls{align-items:center;gap:1rem;display:flex}.nav-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.nav-btn:hover{background:#ffffff4d}.content-section{padding:100px 5%}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.about-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.about-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;transition:transform .3s}.about-item:hover{background:#ffffff14;transform:translateY(-10px)}.about-item h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.about-item p{color:var(--text-light);line-height:1.6}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.service-card{background:#111;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000080}.service-card img{object-fit:cover;width:100%;height:250px;transition:transform .5s}.service-card:hover img{transform:scale(1.1)}.service-content{padding:2rem}.service-content h3{margin-bottom:.5rem;font-size:1.3rem}.service-content p{color:var(--text-light);font-size:.9rem;line-height:1.5}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.dest-grid-item{background-position:50%;background-size:cover;border-radius:15px;height:350px;position:relative;overflow:hidden}.dest-overlay{background:linear-gradient(#0000,#000000e6);flex-direction:column;justify-content:flex-end;padding:2rem;transition:background .3s;display:flex;position:absolute;inset:0}.dest-grid-item:hover .dest-overlay{background:linear-gradient(#0003,#000000f2)}.dest-overlay h3{margin-bottom:.5rem;font-size:2rem}.dest-overlay p{color:var(--text-light)}.site-footer{background:#0a0a0a;border-top:1px solid #ffffff1a;padding:60px 5% 20px}.footer-content{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:40px;display:grid}.footer-logo{height:40px;margin-bottom:1rem}.footer-col p{color:var(--text-light);margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1.2rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:var(--text-light);font-size:.9rem;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:var(--accent-color)}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.8rem}@media (width<=1024px){.hero-title{font-size:4rem}.card-slider-container{height:300px}.card{width:200px;height:280px}.about-grid,.services-grid,.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.navbar{padding:1.5rem 5%}.nav-links,.nav-right .user-profile{display:none}.hero-content{flex-direction:column;justify-content:center;padding-top:2rem}.pagination,.card-slider-container{display:none}.destination-info{text-align:center;max-width:100%}.hero-title{text-shadow:1px 2px 5px #000c;font-size:3.5rem}.hero-desc{margin:0 auto 2rem;font-size:1rem}.explore-btn{margin:0 auto}.bottom-controls{flex-direction:column;gap:1rem;bottom:20px}.location-name-bottom{font-size:1.2rem}.about-grid,.services-grid,.destinations-grid,.footer-content{grid-template-columns:1fr}.content-section{padding:60px 5%}.dest-grid-item{height:250px}}
