@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.NavbarItems{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px 0 #0000004d;display:flex;height:90px;justify-content:space-between;left:50%;padding:0 30px;position:fixed;top:20px;transform:translate(-50%);width:95%;z-index:9999}.nav-menu{grid-gap:12px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none}.nav-links{color:#222;font-size:1.2 rem;font-weight:600;padding:.6rem 1rem;text-decoration:none;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:#01859a;border-radius:4px;color:#fff;transition:all .2s ease-in-out}.nav-links-mobile{display:none}button{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;transition:.5s ease-in-out;white-space:nowrap}button:hover{background-color:#151516;color:#fff}.menu-icons{display:none}@media screen and (max-width:850px){.NavbarItems{z-index:10}.nav-menu{align-items:stretch;background-color:#fff;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:80px 0 30px;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:3rem 0;width:100%}.nav-links:hover{background:#01959a;transition:none}button{display:none}.nav-links-mobile{background:#01959a;border-radius:4px;color:#fff;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:auto;padding:1.5rem;text-align:center;text-decoration:none;width:80%}.menu-icons{color:#222;cursor:pointer;display:block;font-size:1.2rem}}.nav-button-wrapper{align-items:center;display:flex}.nav-signup-link{display:block;text-decoration:none}.nav-signup-button,button{background:#01959a;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;pointer-events:auto;position:relative;transition:.3s ease-in-out;white-space:nowrap;z-index:1}.nav-signup-button:hover,button:hover{background-color:#151516;color:#fff;transform:translateY(-2px)}@media screen and (max-width:850px){.nav-button-wrapper{display:none}.nav-menu{align-items:stretch;background-color:#fff;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:80px 0 30px;position:absolute;top:0;width:100%}.nav-menu,.nav-menu.active{transition:.3s ease-in-out;z-index:-1}.nav-menu.active{left:0;opacity:1;pointer-events:auto}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links:hover{background:#01959a;transition:none}.nav-links-mobile{background:#01959a;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:1rem auto;padding:1.5rem;pointer-events:auto;text-align:center;text-decoration:none;width:80%}.menu-icons{cursor:pointer;display:block;z-index:10}.menu-icons i{color:#222;font-size:1.2rem}}.navbar-logo-link{align-items:center;display:flex;text-decoration:none;transition:all .3s ease}.navbar-logo{color:#222;cursor:pointer;font-size:2rem;margin:0;transition:color .3s ease}.navbar-logo-link:hover .navbar-logo{color:#01959a;transform:scale(1.02)}@media screen and (max-width:850px){.navbar-logo-link{flex-shrink:0;z-index:10}.navbar-logo{font-size:1.8rem}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.App{font-family:sans-serif;text-align:center}.hero{height:100%}.hero,.hero-mid{position:relative;width:100%}.hero-mid{height:60vh}img{height:80vh;object-fit:cover;width:100%}.hero-mid h1{padding-top:4rem!important}.hero-text{left:50%;position:absolute;top:55%;transform:translate(-50%,-50%);width:100%}.hero-text h1{font-size:2.3rem}.hero-text p{font-size:1.3rem}.hero-text .show{background:#fff;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.hero-text .hide{display:none}@media screen and (max-width:555px){.hero-text h1{padding:10px 20px}.hero-text p{color:#fff;font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:6px;font-size:1rem;padding:.6rem 1.1rem}}.hero-microcopy{color:#ffffffe6;font-size:.95rem;font-weight:400;letter-spacing:.5px;margin-top:1rem;padding:0}@media screen and (max-width:555px){.hero-microcopy{font-size:.85rem;margin-top:.8rem;padding:0 20px}}.hero-text h1{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.hero-text p{color:#fff;font-size:1.4rem;font-weight:500;line-height:1.5;margin-bottom:1.5rem;padding:.5rem .2rem 0}@media screen and (max-width:555px){.hero-text h1{font-size:2rem;line-height:1.3;padding:10px 20px}.hero-text p{font-size:1.1rem;padding:0 20px 1.5rem}}.trip{color:#2a2a2a;margin:4rem}.trip h1{font-size:3rem}.tripcard{display:flex;justify-content:space-between;margin-top:3rem}.t-card{box-shadow:0 5px 25px 2px #0000001a;cursor:pointer;padding:1rem .8rem;text-align:start;width:30%}.t-card,.t-image{border-radius:6px}.t-image{height:200px;overflow:hidden}.t-image img{height:100%;transition:.3s ease-in-out;width:100%}.t-image:hover img{transform:scale(1.2)}.t-card h4{font-size:1.2rem;padding:.9rem 0 .2rem}@media screen and (max-width:850px){trip{margin:4rem 2rem}.tripcard{flex-direction:column}.t-card{margin-bottom:1.5rem;width:100%}}.t-card p{color:#555;font-size:.95rem;line-height:1.6}.t-card h4{color:#222;font-weight:700}.trip>p{color:#666;font-size:1.15rem;margin-top:.5rem}.trip-social-proof{background:#f8f8f8;border-radius:10px;display:flex;gap:4rem;justify-content:center;margin:2.5rem 0 3rem;padding:2rem}.trip-stat{text-align:center}.trip-stat h3{color:#01959a;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.trip-stat p{color:#666;font-size:.95rem;font-weight:500;margin:0}@media screen and (max-width:850px){.trip-social-proof{flex-direction:column;gap:1.5rem;margin:2rem 0;padding:1.5rem}.trip-stat h3{font-size:2rem}.trip-stat p{font-size:.9rem}}.trip-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.availability-badge,.urgency-badge{border-radius:15px;display:inline-block;font-size:.75rem;font-weight:700;padding:.4rem .7rem}.urgency-badge{animation:badge-pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff}.availability-badge{background:linear-gradient(135deg,gold,#fa0);color:#333}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.8}}@media screen and (max-width:850px){.trip-badges{margin-bottom:.6rem}.availability-badge,.urgency-badge{font-size:.7rem;padding:.3rem .6rem}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:#01959a}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{color:#fafafa;font-size:1rem;padding-bottom:.4rem;text-decoration:none}@media screen and(max-width:850px){.footer{padding:4rem 2rem}.footer i{margin:1rem 1rem 0 0}bottom div{width:50%}}.footer-cta{background:linear-gradient(135deg,#01959a,#00787d);border-radius:12px;margin-bottom:3rem;padding:4rem 2rem 3rem;text-align:center}.footer-cta h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.8rem}.footer-cta>p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.footer-cta-button{background:#fff;border-radius:6px;box-shadow:0 4px 15px #0003;color:#01959a;display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.footer-cta-button:hover{background:#f0f0f0;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.footer-cta-microcopy{color:#ffffffd9;font-size:.95rem;font-weight:400;letter-spacing:.5px;margin-top:1rem}@media screen and (max-width:850px){.footer-cta{margin-bottom:2rem;padding:3rem 1.5rem 2.5rem}.footer-cta h2{font-size:2rem}.footer-cta>p{font-size:1rem}.footer-cta-button{font-size:1rem;padding:.8rem 2rem}.footer-cta-microcopy{font-size:.85rem}}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0}@media screen and (max-width:850px){.footer-bottom{margin-top:1.5rem;padding-top:1.5rem}.footer-bottom p{font-size:.85rem}}.destination{margin:4rem 6rem}.destination h1{font-size:3rem}.first-des{margin-top:4.5rem}.first-des,.first-des-reverse{align-items:center;display:flex;gap:1.1rem;justify-content:space-between}.first-des-reverse{flex-direction:row-reverse;margin-top:5.5rem}.des-text{font-size:1.1rem;text-align:start;width:45%}.des-text h2{padding-bottom:1rem}.image{display:flex;justify-content:space-between;position:relative;width:50%;z-index:-99}.image img{border-radius:10px;box-shadow:-1px 1px 58px -18px #00000030;height:350px;object-fit:cover;width:48%}.image img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:850px){.destination{margin:4rem 2rem}.first-des{margin-top:2.5rem}.first-des,.first-des-reverse{align-items:center;display:flex;flex-direction:column-reverse;justify-content:space-between}.first-des-reverse{margin-top:4.5rem}.des-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}}.des-text p{color:#444;line-height:1.7}.des-text h2{color:#222;font-weight:700}.des-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:1rem}.des-header h2{margin:0;padding-bottom:0}.scarcity-badge{align-items:center;animation:pulse-glow 2s infinite;border-radius:20px;display:inline-flex;font-size:.85rem;font-weight:700;gap:.5rem;padding:.5rem 1rem}.scarcity-badge.limited{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);box-shadow:0 3px 10px #ff6b6b4d;color:#fff}.scarcity-badge.popular{background:linear-gradient(135deg,gold,#fa0);box-shadow:0 3px 10px #ffd7004d;color:#333}.scarcity-badge i{font-size:.9rem}@keyframes pulse-glow{0%,to{box-shadow:0 3px 10px #ff6b6b4d}50%{box-shadow:0 5px 20px #ff6b6b99}}@media screen and (max-width:850px){.des-header{align-items:flex-start;flex-direction:column}.scarcity-badge{font-size:.8rem;padding:.4rem .8rem}}.testimonials{background:#f9f9f9;padding:3rem 6rem}.testimonial-container{align-items:stretch;display:flex;gap:2rem;justify-content:space-between}.testimonial-card{background:#fff;border-radius:10px;box-shadow:0 5px 20px #00000014;display:flex;flex:1 1;flex-direction:column;padding:2rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.stars{color:orange;font-size:1.3rem;letter-spacing:2px;margin-bottom:1rem}.testimonial-text{color:#444;flex-grow:1;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{align-items:center;border-top:1px solid #eee;display:flex;gap:1rem;padding-top:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#01959a,#00787d);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:50px;justify-content:center;width:50px}.author-info h4{color:#222;font-size:1rem;font-weight:600;margin:0}.author-info p{color:#666;font-size:.85rem;margin:.2rem 0 0}@media screen and (max-width:850px){.testimonials{padding:3rem 2rem}.testimonial-container{flex-direction:column;gap:1.5rem}.testimonial-card{padding:1.5rem 1.2rem}.stars{font-size:1.1rem}.testimonial-text{font-size:.95rem}}.trust-badges{background:#fff;padding:3rem 6rem 2rem}.trust-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.trust-badge{flex:1 1;min-width:150px;text-align:center}.badge-icon{align-items:center;background:linear-gradient(135deg,#01959a,#00787d);border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1rem;transition:transform .3s ease;width:70px}.trust-badge:hover .badge-icon{transform:scale(1.1)}.badge-icon i{color:#fff;font-size:2rem}.trust-badge h3{color:#222;font-size:2rem;font-weight:800;margin:.5rem 0 .3rem}.trust-badge p{color:#666;font-size:.95rem;margin:0}@media screen and (max-width:850px){.trust-badges{padding:2rem 2rem 1.5rem}.trust-container{gap:1.5rem}.trust-badge{min-width:120px}.badge-icon{height:60px;width:60px}.badge-icon i,.trust-badge h3{font-size:1.5rem}.trust-badge p{font-size:.85rem}}.faq{background:#fff;padding:4rem 6rem}.faq-container{margin:0 auto;max-width:900px}.faq-container h2{color:#222;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.faq-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#f9f9f9;border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item.active{background:#fff;box-shadow:0 3px 15px #0000001a}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background .2s ease}.faq-question:hover{background:#f0f0f0}.faq-item.active .faq-question{background:#fff;border-bottom:1px solid #eee}.faq-question h3{color:#222;flex:1 1;font-size:1.1rem;font-weight:600;margin:0}.faq-icon{color:#01959a;flex-shrink:0;font-size:1.8rem;font-weight:300;text-align:center;width:30px}.faq-answer{animation:fadeIn .3s ease;padding:0 1.5rem 1.5rem}.faq-answer p{color:#555;font-size:.95rem;line-height:1.7;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:850px){.faq{padding:3rem 2rem}.faq-container h2{font-size:2rem}.faq-subtitle{font-size:1rem;margin-bottom:2rem}.faq-question{padding:1.2rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1.2rem 1.2rem}}.guarantee{background:linear-gradient(135deg,#01959a,#00787d);color:#fff;padding:4rem 6rem}.guarantee-container{margin:0 auto;max-width:1100px}.guarantee-header{margin-bottom:3rem;text-align:center}.guarantee-header i{color:gold;font-size:3rem;margin-bottom:1rem}.guarantee-header h2{font-size:2.5rem;font-weight:700;margin:0}.guarantee-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.guarantee-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease,background .3s ease}.guarantee-card:hover{background:#ffffff26;transform:translateY(-5px)}.guarantee-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.guarantee-icon i{color:#fff;font-size:2rem}.guarantee-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem}.guarantee-card p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:0}.guarantee-footer{background:#ffffff26;border:2px solid #ffffff4d;border-radius:10px;padding:1.5rem;text-align:center}.guarantee-footer p{font-size:1rem;line-height:1.6;margin:0}.guarantee-footer strong{color:gold}@media screen and (max-width:850px){.guarantee{padding:3rem 2rem}.guarantee-header i{font-size:2.5rem}.guarantee-header h2{font-size:2rem}.guarantee-grid{gap:1.5rem;grid-template-columns:1fr}.guarantee-card{padding:1.5rem}.guarantee-icon{height:60px;width:60px}.guarantee-icon i{font-size:1.7rem}.guarantee-card h3{font-size:1.2rem}.guarantee-footer{padding:1.2rem}.guarantee-footer p{font-size:.9rem}}.urgency-banner{animation:slideDown .5s ease;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);box-shadow:0 4px 20px #00000026;color:#fff;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:110px;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.banner-content{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.banner-close,.banner-content{align-items:center;display:flex}.banner-close{background:#0003;border:none;border-radius:50%;color:#fff;cursor:pointer;height:30px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:background .3s ease;width:30px}.banner-close:hover{background:#0006}.banner-icon{animation:pulse 2s infinite;font-size:2.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.banner-text{flex:1 1}.banner-text h3{font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.banner-text p{font-size:1rem;margin:0;opacity:.95}.banner-text strong{color:gold;font-weight:800}.banner-countdown{display:flex;gap:1rem}.countdown-item{align-items:center;background:#0003;border-radius:8px;display:flex;flex-direction:column;min-width:60px;padding:.6rem 1rem}.countdown-number{color:gold;font-size:1.8rem;font-weight:800;line-height:1}.countdown-label{font-size:.75rem;letter-spacing:.5px;margin-top:.3rem;opacity:.9;text-transform:uppercase}.banner-cta{background:#fff;border-radius:6px;box-shadow:0 2px 10px #0003;color:#ff6b6b;font-weight:700;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.banner-cta:hover{box-shadow:0 4px 15px #0000004d;transform:scale(1.05)}@media screen and (max-width:850px){.urgency-banner{padding:1rem;top:90px}.banner-content{flex-direction:column;gap:1rem;text-align:center}.banner-icon{font-size:2rem}.banner-text h3{font-size:1.1rem}.banner-text p{font-size:.9rem}.banner-countdown{gap:.5rem}.countdown-item{min-width:50px;padding:.5rem .7rem}.countdown-number{font-size:1.4rem}.countdown-label{font-size:.65rem}.banner-cta{font-size:.95rem;padding:.7rem 1.5rem}}.about-container{margin:13rem 6rem 4rem;text-align:start}.about-container h1{padding-bottom:1rem}.about-container p{padding-bottom:2rem}@media screen and (max-width:850px){.about-container{margin:13rem 2rem 4rem}}.contact-container{color:#2a2a2a;margin:12rem 5rem 4rem}.contact-container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:50%}.contact-container input{height:3rem;padding:0 1rem}.contact-container input,.contact-container textarea{border:1px solid #2a2a2a;border-radius:.3rem;margin-bottom:2rem}.contact-container textarea{padding:1rem}.contact-container button{display:inline}@media screen and (max-width:850px){.contact-container form{padding-top:3rem;width:90%}}.signup-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8eef3);display:flex;justify-content:center;min-height:100vh;padding:12rem 2rem 4rem}.signup-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:500px;padding:3rem;width:100%}.signup-header{margin-bottom:2rem;text-align:center}.signup-header h1{color:#222;font-size:2rem;font-weight:700;margin-bottom:.5rem}.signup-header p{color:#666;font-size:1rem}.signup-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.9rem 1rem;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#01959a;outline:none}.signup-button{background:linear-gradient(135deg,#01959a,#00787d);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding:1rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.signup-button:hover{box-shadow:0 5px 15px #01959a4d;transform:translateY(-2px)}.signup-terms{color:#888;font-size:.85rem;margin:0;text-align:center}.security-badges{border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;gap:1rem;justify-content:space-around;margin-bottom:1.5rem;padding:1.5rem 0}.security-badge{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;text-align:center}.security-badge i{color:#01959a;font-size:1.8rem}.security-badge span{color:#666;font-size:.75rem;font-weight:600}.trust-statement{background:#f0f9fa;border-left:4px solid #01959a;border-radius:6px;padding:1rem}.trust-statement p{color:#555;font-size:.9rem;line-height:1.5;margin:0}.trust-statement strong{color:#01959a}@media screen and (max-width:850px){.signup-container{padding:10rem 1.5rem 3rem}.signup-content{padding:2rem 1.5rem}.signup-header h1{font-size:1.7rem}.signup-header p{font-size:.95rem}.security-badges{flex-direction:column;gap:1rem}.security-badge{flex-direction:row;gap:1rem;justify-content:flex-start}.security-badge span{font-size:.85rem;text-align:left}}
/*# sourceMappingURL=main.4621a92e.css.map*/