.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:rgba(255,255,255,.95);transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--sh-1);padding:.5rem 1rem}.nav__container{z-index:10;background:var(--white);justify-content:space-around;align-items:center;width:100%;padding:.7rem 2rem;display:flex}.logo{cursor:pointer;align-items:center;gap:.5rem;display:flex}.logo__text{color:var(--primary);background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.9rem;font-weight:700}.nav__links{background-color:var(--white);justify-content:center;align-items:center;gap:3rem;width:-moz-fit-content;width:fit-content;transition:all .3s ease-in-out;display:flex}.nav__link{color:var(--foreground);cursor:pointer;border:none;font-size:1.2rem;font-weight:500;transition:color .3s;position:relative}.nav__link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav__link:hover{color:var(--primary)}.nav__link:hover:after{width:100%}.nav__cta{display:block}.mobile__menu__toggle{cursor:pointer;background:0 0;border:none;padding:.5rem}.nav__links.active{transform:translateY(100%)}.hamburger{font-size:2rem;display:none}@media not (min-width:768px){.nav__container{padding-left:0;padding-right:0}.hamburger{display:block}.logo{isolation:isolate;z-index:1000;justify-content:space-between;align-items:center;width:100%;padding-left:3rem;padding-right:3rem;display:flex}.nav__links{z-index:-1;flex-direction:column;width:100%;padding-top:2rem;padding-bottom:2rem;position:absolute;bottom:0}.nav__cta{display:none}.mobile__menu__toggle{display:block}}
.hero__section{background:var(--bg-1);padding:8rem 1.5rem 5rem}.hero__grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid}.hero__content{text-align:left}.hero__title{font-size:3.75rem}.text__gradient{color:var(--primary)}.hero__description{color:var(--muted);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.hero__buttons{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.hero__image__wrapper{position:relative}.hero__image{object-fit:cover;width:100%;height:500px;box-shadow:var(--sh-2);border-radius:1.5rem}.hero__state__card{background:var(--white);box-shadow:var(--sh-3);border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;bottom:-1.5rem;left:-1.5rem}.stat__icon{background:rgba(14,165,233,.1);border-radius:50%;padding:.75rem}.stat__icon .svg__icon{width:1.5rem;height:1.5rem;color:var(--primary);display:flex}.stat__number{font-size:1.5rem;font-weight:700}.stat__label{color:var(--muted);font-size:.875rem}.btn__outline{color:var(--foreground);border:2px solid var(--foreground);background:0 0}.btn__outline:hover{background:var(--secondary)}.btn__white{background:var(--white);color:var(--primary);border-radius:9999px;padding:.5rem 1.5rem}.btn__white:hover{background:rgba(255,255,255,.5)}.btn__full{width:100%}@media not (min-width:1125px){.hero__grid{grid-template-columns:repeat(1,1fr)}.hero__content{text-align:center}.hero__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}}
.service__section{background:var(--bg-2)}.section__header{text-align:center;margin-bottom:4rem}.section__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section__description{color:var(--muted);max-width:48rem;margin:0 auto;font-size:1.25rem}.service__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.service__card{background:var(--white);box-shadow:var(--sh-4);border-radius:1rem;padding:2rem;transition:all .3s}.service__card:hover{box-shadow:var(--sh-3);transform:translateY(-10px)}.service__icon{background:rgba(14,165,233,.1);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.service__icon svg{width:2rem;height:2rem;color:var(--primary)}.service__title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service__description{color:var(--muted);line-height:1.8}@media not (min-width:1125px){.service__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:592px){.service__grid{grid-template-columns:repeat(1,1fr)}}
.packages__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.package__card{background:var(--white);border-radius:1.5rem;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.package__card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.package__image{object-fit:cover;width:100%;height:240px}.package__content{padding:2rem}.package__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.package__duration{color:var(--primary);margin-bottom:1.5rem;font-weight:600}.package__features{margin-bottom:1.5rem;list-style:none}.package__features li{color:var(--muted);padding:.5rem 0 .5rem 1.5rem;position:relative}.package__features li:before{content:"★";color:var(--accent);position:absolute;left:0}@media not (min-width:938px){.packages__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:643px){.packages__grid{grid-template-columns:repeat(1,1fr)}}
.destination__section{background:var(--bg-2)}.destination__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.destination__card{border-radius:1.5rem;height:400px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.destination__card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.destination__image{object-fit:cover;border-radius:1.5rem;width:100%;height:400px;transition:transform .5s}.destination__card:hover .destination__image{transform:scale(1.1)}.destination__overlay{background:linear-gradient(transparent,rgba(0,0,0,.4),rgba(0,0,0,.8));position:absolute;top:0;bottom:0;left:0;right:0}.destination__content{color:var(--white);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.destination-__ocation{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.destination__location svg{width:1rem;height:1rem}.destination__title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.destination__footer{justify-content:space-between;align-items:center;display:flex}.destination__price{font-size:1.125rem;font-weight:600}@media not (min-width:938px){.destination__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:643px){.destination__grid{grid-template-columns:repeat(1,1fr)}}
.gallery__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery__item{border-radius:1rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.gallery__item:hover{transform:scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.15)}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery__item:hover img{transform:scale(1.1)}@media not (min-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:592px){.gallery__grid{grid-template-columns:repeat(1,1fr)}}
.contact__section{background:var(--bg-3)}.contact__grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:.3rem;display:grid}.contact__form__wrapper{text-align:left;background:var(--white);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}.contact__form__title{text-align:center;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.contact__form{flex-direction:column;gap:1.5rem;display:flex}.form__input,.form__textarea{resize:none;border:1px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form__input:focus,.form__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(14,165,233,.1)}.contact__info__wrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.contact__info__title{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.contact__info__list{flex-direction:column;gap:1.5rem;display:flex}.contact__info__item{align-items:center;gap:1rem;display:flex}.contact__icon{background:rgba(14,165,233,.1);border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.contact__icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.contact__label{text-align:left;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.contact__value{color:var(--muted)}@media not (min-width:756px){.contact__grid{grid-template-columns:repeat(1,1fr);gap:3rem}}
.footer{background:var(--foreground);color:var(--white);padding:3rem 1.5rem}.footer__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;display:grid}.footer__logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer__description{color:rgba(255,255,255,.7);line-height:1.8}.footer__title{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.footer__links,.footer__contact{list-style:none}.footer__links li,.footer__contact li{margin-bottom:.5rem}.footer__links a{color:rgba(255,255,255,.7);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;transition:color .3s}.footer__links a:hover{color:var(--white)}.footer__contact li{color:rgba(255,255,255,.7)}.footer__social{gap:1rem;display:flex}.social__link{background:rgba(255,255,255,.1);border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .3s;display:flex}.social__link:hover{background:var(--primary)}.social__link svg{width:1.25rem;height:1.25rem;color:var(--white)}.footer__bottom{text-align:center;color:rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}@media not (min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:524px){.footer__grid{grid-template-columns:repeat(1,1fr)}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:transparent;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.testimonials__swiper{padding-bottom:3rem}.testimonial__card{background:var(--white);border-radius:1.5rem;flex-direction:column;justify-content:space-between;height:70%;padding:2rem;display:flex}.testimonial__header{align-items:center;margin-bottom:1.5rem;display:flex}.testimonial__avatar{object-fit:cover;border-radius:50%;width:4rem;height:4rem;margin-right:1rem}.testimonial__name{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.testimonial__stars{color:#fbbf24;font-size:1rem}.testimonial__text{color:var(--muted);line-height:1.8}.swipe-pagination-bullet-active{background:var(--primary)}.swiper-button-next,.swiper-button-prev{color:var(--primary)}
