<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ebike--phone{display:none}@media screen and (max-width: 992px){#ebike--windows{display:none}.ebike--phone{display:flex}.ebike--phone img{max-width:50%}}.herosection--paragraph{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:1.75rem;font-family:Barlow,sans-serif;width:calc(100% - 100px)}.about-img{position:relative}.about-img .img{padding:0 30px 30px 15px;position:relative}.about-img .img:before{content:"";position:absolute;top:30px;right:0;left:45px;bottom:0;background-color:var(--font-accent)}.about-img .img img{position:relative;z-index:2;background:transparent;transition:transform .25s ease}.about-img .img:after{content:"";width:50%;position:absolute;top:-6%;bottom:60%;left:-3%;background-image:url(../../../assets//dots.png);background-repeat:repeat;z-index:-1}.about-img .img img:hover{transform:scale(.95)}@media screen and (max-width: 992px){.herosection--pre--title h2{text-align:center}.herosection--title h3{text-align:center;font-size:var(--h1-font-size)!important}.herosection--paragraph{text-align:center;width:100%}.about-img .img img:hover{transform:none}}@media screen and (max-width: 576px){.herosection--title h2{font-size:var(--h3-font-size)}.about-img .img img:hover{transform:none}}@media screen and (max-width: 430px){.banner--title{font-size:2rem}.large--button{font-weight:600;font-size:var(--normal-font-size)}.about-img .img img:hover{transform:none}}@media screen and (max-width: 375px){.banner--title{font-size:1.6rem}.about-img .img img:hover{transform:none}}.instagram--title h4{font-size:var(--h1-font-size);font-weight:var(--font-semi);font-family:Rajdhani}.instagram--title span{color:var(--font-accent)}.image--item img{width:100%;height:300px;object-fit:cover}.image--item img:hover{transform:scale(.9);transition:transform .25s ease}@media screen and (max-width: 670px){.instagram--title h4{font-size:var(--h1-font-size);font-weight:var(--font-semi);font-family:Rajdhani}.image--item img{width:100%!important;height:300px;object-fit:cover}.image--item img:hover{transform:none;transition:none}}.aventon--title h3{font-size:var(--h1-font-size);font-weight:var(--font-semi);font-family:Rajdhani}.aventon--title span{color:var(--font-accent)}.aventon--img{border-radius:1rem}.aventon--part{display:flex;justify-content:center}.aventon--paragraph{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:1.75rem;font-family:Barlow,sans-serif;padding:1px 40px}@media screen and (max-width: 576px){.aventon--title h3{font-size:var(--h1-font-size)}}.carousel-control-prev,.carousel-control-next{background-color:var(--font-accent);width:6vh;height:6vh;border-radius:50%;top:50%;transform:translateY(-50%)}.testimonials-item{background-color:#fff;padding:30px;border-radius:40px;box-shadow:0 8px 20px #00000026;margin:3rem}.testimonials-item .info{display:flex;align-items:center}.testimonials-item img{max-width:80px;border-radius:50%;margin-right:20px;vertical-align:middle}.testimonials-item .name{font-size:var(--h2-font-size);text-transform:capitalize;font-weight:600;color:#000;line-height:1.2}.testimonials-item p{margin-top:20px;color:var(--font-color-gray)}.testimonials-item .rating{margin-top:15px;font:var(--normal-font-size);color:#f5b85c}.tours--title h2{font-size:var(--h1-font-size)}.fullscreen-video-container{display:flex;align-items:center;justify-content:center;margin:2rem}.fullscreen-video-container video{width:100%;object-fit:contain;border-radius:20px;overflow:hidden}@media screen and (max-width: 576px){.testimonials-item img{max-width:60px;border-radius:50%;margin-right:20px;vertical-align:middle}.testimonials-item .name{font-size:var(--normal-font-size);text-transform:capitalize;font-weight:600;color:#000;line-height:1.2}}.tours--subtitle{font-size:var(--h3-font-size);font-weight:var(--font-medium);text-transform:uppercase}.tours--title h3{font-size:3rem;font-weight:var(--font-semi);font-family:Rajdhani}.tours--title span{color:var(--font-accent)}.tours--text{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:1.75rem;padding:5px 80px}.tours--container{display:grid;place-items:center;padding-block:3rem}.card--container{display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem}.card--article{position:relative;overflow:hidden}.card--img{width:348px;border-radius:1.5rem}.card--data{width:316px;background-color:var(--container-color);padding:1.5rem 2rem;padding-inline:2.5rem;box-shadow:0 8px 24px #00000026;border-radius:1rem;position:absolute;bottom:-9rem;left:0;right:0;margin-inline:auto;opacity:0;transition:opacity 1s 1s}.card--description{display:block;font-size:var(--normal-font-size);margin-bottom:.25rem}.card--title{font-size:var(--h2-font-size);font-weight:700;color:var(--font-color-gray);margin-bottom:.75rem;font-family:Rajdhani}.card--button{text-decoration:none;font-size:var(--normal-font-size);font-weight:500;color:var(--font-accent)}.card--button:hover{text-decoration:underline;color:var(--font-accent)}.card--article:hover .card--data{animation:show-data 1s forwards;opacity:1;transition:opacity .3s}.card--article:hover{animation:remove-overflow 2s forwards}.card--article:not(:hover){animation:show-overflow 2s forwards}.card--article:not(:hover) .card--data{animation:remove-data 1s forwards}@keyframes show-data{50%{transform:translateY(-10rem)}to{transform:translateY(-7rem)}}@keyframes remove-overflow{to{overflow:initial}}@keyframes remove-data{0%{transform:translateY(-7rem)}50%{transform:translateY(-10rem)}to{transform:translateY(.5rem)}}@keyframes show-overflow{0%{overflow:initial;pointer-events:none}50%{overflow:hidden}}@media screen and (max-width: 1400px){.card--container{grid-template-columns:repeat(3,1fr);gap:2.5rem}.card--img{width:300px}.card--data{width:240px}.card--title{font-size:var(--h2-font-size)}}@media screen and (max-width: 1200px){.card--container{grid-template-columns:repeat(3,1fr);gap:2rem}.card--img{width:250px}.card--data{width:200px}.card--title{font-size:var(--h3-font-size)}}@media screen and (max-width: 992px){.card--container{grid-template-columns:repeat(2,1fr);gap:3rem}.card--img{width:300px}.card--data{width:250px}}@media screen and (max-width: 768px){.card--container{grid-template-columns:repeat(1,1fr);gap:3rem}.tours--text{padding:1px 10px}}@media screen and (max-width: 576px){.tours--title h3{font-size:var(--h1-font-size)}}@media screen and (max-width: 430px){.card--img{width:280px}.card--data{width:230px}}@media screen and (max-width: 375px){.card--img{width:260px}.card--data{width:210px}}.banner--container{position:relative}.home--video--container video{height:100vh;width:100%;object-fit:cover}.banner--title{font-family:Rajdhani;font-size:4rem;font-weight:800;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;line-height:100px}.banner--position{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}.large--button{font-family:Rajdhani!important;font-weight:600;background:radial-gradient(circle at 10% 20%,#ff833d,#f9b717 90%);color:#fff;font-size:var(--h2-font-size);padding:15px 40px;border-radius:50px;text-decoration:none;transition:.3s background-color}.large--button:hover{background:radial-gradient(circle at 10% 20%,#f9b717,#ff833d 90%);color:#fff}.partner--item img{width:300px;height:250px;object-fit:fill}.partner--item{display:flex;justify-content:center;align-items:center;margin:0 20px}@media screen and (max-width: 670px){.partner--item img{width:200px;height:200px;object-fit:fill}}.footer--items{background:#000}.btn-floating,[class*=btn-outline-].btn-floating{border-radius:50%}.footer--title{font-size:var(--h3-font-size)!important}.footer--opts{font-size:var(--normal-font-size)!important}.btn-outline-light:hover{color:#fff;background-color:var(--font-accent)}.foo--list li a{color:var(--font-color)!important;font-weight:var(--font-medium);position:relative;font-family:var(--body-font);font-size:1.2rem}.foo--list li a:hover{color:#f9b717!important}.foo--list a:after{content:"";display:block;width:0;height:3px;border-radius:10px;background:radial-gradient(circle at 10% 20%,#f9b717,#ff833d 90%);position:absolute;bottom:-.5rem;left:0;transition:width .3s ease}.foo--list a:hover:after{width:100%}.navbar-brand{font-weight:var(--font-semi-bold);font-size:var(--h2-font-size)}.nav--title{font-size:2rem;font-weight:var(--font-semi-bold);font-family:Rajdhani}.small--button--navbar{background:radial-gradient(circle at 10% 20%,#ff833d,#f9b717 90%);color:#fff;font-size:var(--normal-font-size);padding:8px 20px;border-radius:50px;text-decoration:none;transition:.3s background-color}.small--button--navbar:hover{background:radial-gradient(circle at 10% 20%,#f9b717,#ff833d 90%);color:#fff;transform:scale(1.1)}.navbar--black{background:#000}.nav--list li a{color:var(--font-color)!important;font-weight:var(--font-medium);position:relative;font-family:var(--body-font);font-size:1.2rem}.nav--list li a:hover{color:#f9b717!important}.nav--list a:after{content:"";display:block;width:0;height:3px;border-radius:10px;background:radial-gradient(circle at 10% 20%,#f9b717,#ff833d 90%);position:absolute;bottom:-.5rem;left:0;transition:width .3s ease}.nav--list a:hover:after{width:100%}.navbar--logo{width:100px;border-radius:40px;display:none}.navbar--logo--dark{width:80px;border-radius:40px}.navbar-toggler{border-color:#f9b717!important}.navbar-toggler:focus{border-color:#f9b717!important}.burger--color{color:#f9b717!important}@media screen and (max-width: 992px){nav.navbar{background:#000!important;padding:10px!important}.nav--list li a{line-height:50px}.nav--list a:after{bottom:.8rem;left:30%}.nav--list a:hover:after{width:40%}.small--button--navbar{display:none}#navbar--clear--logo{display:none!important}#navbar--logo{display:inline!important}.banner--title{font-size:3rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;line-height:100px}.banner--position{position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width: 712px){.banner--title{font-size:3rem;top:50%;left:50%;line-height:70px}.banner--position{top:80%}}@media screen and (max-width: 576px){.banner--title{font-size:2.5rem}.banner--position{top:85%;left:50%;transform:translate(-50%,-50%)}.large--button{font-weight:600;font-size:var(--h3-font-size)}}@media screen and (max-width: 430px){.banner--title{font-size:2rem}.large--button{font-weight:600;font-size:var(--normal-font-size)}}@media screen and (max-width: 375px){.banner--title{font-size:1.6rem}}.tour--container{position:relative}.banner--tour{width:100%;height:500px;filter:brightness(70%);z-index:-1}.banner--tour--title{font-family:Rajdhani;font-size:4rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;line-height:100px}@media screen and (max-width: 992px){.banner--tour--title{font-size:3rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;line-height:100px}}@media screen and (max-width: 576px){.banner--tour--title{font-size:2.5rem}}@media screen and (max-width: 430px){.banner--tour--title{font-size:2rem}}@media screen and (max-width: 375px){.banner--tour--title{font-size:1.6rem}}.herosection--pre--title h2{font-size:var(--h3-font-size);font-weight:var(--font-medium)}.herosection--title h3{font-size:3rem;font-weight:var(--font-semi);font-family:Rajdhani}.herosection--title span{color:var(--font-accent)}.herosection--paragraph{margin-bottom:10px}.herosection--paragraph{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:1.75rem;font-family:Barlow,sans-serif}.work--items{padding:1rem;display:flex;align-items:center;flex-direction:column;gap:15px}.w--img{width:150px}.w--img:hover{transform:scale(1.2)}.tours--title{padding-bottom:30px}.w--title{text-transform:uppercase;font-family:var(--body-font);letter-spacing:2px;font-size:var(--h2-font-size);font-weight:var(--font-semi);text-align:center}.w--title span{color:var(--font-accent)}.w--description{font-size:var(--normal-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:1.75rem;font-family:Barlow,sans-serif}@media screen and (max-width: 992px){.w--img:hover{transform:none}}.tours--title h4{font-size:3rem;font-weight:var(--font-semi);font-family:Rajdhani}.aventon--paragraph{display:flex;font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:2.5rem;font-family:Barlow,sans-serif}.faq--the--adventure{font-size:1.6rem;font-weight:var(--font-semi);font-family:Rajdhani}.faq--the--adventure span{color:#f9b717!important}.faqs--the--adventure{font-size:1.1rem;font-weight:var(--font-semi);font-family:Rajdhani}.faq--text--config{font-size:var(--normal-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:2rem}.background--color{background-color:#08090e0d;padding:20px;border-radius:20px}.center--the--button{display:flex;justify-content:center}.details--title{font-family:Rajdhani;font-size:var(--h2-font-size);color:var(--font-accent);font-weight:var(--font-semi)}.details--list li{list-style:none;font-family:var(--body-font);font-size:var(--h3-font-size);font-weight:500;line-height:40px}.image--item--pad img{width:100%;height:300px;object-fit:cover;padding:20px}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:3px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link.active{color:#f9b717!important}.nav-tabs .nav-link.active{border-color:#ffffff #fff rgb(249,183,23)!important}.nav-tabs .nav-link:hover{border-color:#fff}.nav--list--i li a{color:#000!important;font-weight:var(--font-medium);position:relative;font-family:var(--body-font);font-size:1.2rem}.nav--list--i li a:hover{color:#f9b717!important}.about--the--adventure{font-size:2.2rem;font-weight:var(--font-semi);font-family:Rajdhani}.about--the--adventure span{color:#f9b717!important}.itinerary--text--config{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:2rem;padding:30px}.tours--button--navbar{background:radial-gradient(circle at 10% 20%,#ff833d,#f9b717 90%);color:#fff;font-size:var(--normal-font-size);padding:8px 20px;border-radius:50px;text-decoration:none;transition:.3s background-color}.tours--button--navbar:hover{background:radial-gradient(circle at 10% 20%,#f9b717,#ff833d 90%);color:#fff;transform:scale(1.1)}.fullscreen-video-c{display:flex;align-items:center;justify-content:center;margin:3rem}.fullscreen-video-c video{width:60%;object-fit:contain;border-radius:20px;overflow:hidden}.dave--paragraph{display:flex;font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:2.5rem;font-family:Barlow,sans-serif}.contact--title{text-align:center;font-size:3rem;font-weight:var(--font-semi);font-family:Rajdhani}.contact--title span{color:var(--font-color)}.contact--items{padding:1rem;display:flex;align-items:center;flex-direction:column;gap:15px}.contact__info{display:grid;row-gap:1rem;grid-template-columns:300px}.ct--title{font-family:Rajdhani;letter-spacing:2px;font-size:var(--h2-font-size);font-weight:var(--font-semi);text-align:center}.contact__card{border:solid var(--font-accent);border-width:4px;background-color:#fff;padding:1.3rem;border-radius:.75rem;text-align:center}.contact__card-icon{font-size:3rem;color:var(--font-accent);margin-bottom:.25rem}.contact__card-title,.contact__card-data{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);line-height:2.5rem;font-family:Barlow,sans-serif}.contact__card-data{display:block;margin-bottom:.75rem;font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);font-family:Barlow,sans-serif}.contact__button{color:var(--font-color-gray);font-size:var(--h3-font-size);font-weight:var(--font-medium);display:inline-flex;align-items:center;justify-content:center;column-gap:.25rem}.contact__button:hover{color:var(--font-hover)}.contact__button-icon{font-size:1rem;transition:.3s}.contact__button:hover .contact__button-icon{transform:translate(.25rem)}.bg-white{--bs-bg-opacity: 1;background-color:#fff!important}.border{border:solid var(--font-accent)!important;border-width:4px!important}.contact--title--card{font-size:var(--h3-font-size);font-weight:var(--font-normal);color:var(--font-color-gray);font-family:Barlow,sans-serif}.form-control{background-color:#fff;background-clip:padding-box;border:2px solid VAR(--font-accent)}.input-group-text{color:var(--font-accent);background-color:#fff;border:2px solid var(--font-accent)}.btn-primary{--bs-btn-color: #EFEBE7;--bs-btn-bg: var(--font-color);--bs-btn-border-color: var(--font-color);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: var(--font-hover);--bs-btn-hover-border-color: var(--font-hover);--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: var(--font-hover);--bs-btn-active-border-color: var(--font-hover);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: var(--font-color);--bs-btn-disabled-border-color: var(--font-color)}.contact__content{display:flex;flex-direction:column;justify-content:center;gap:2rem}.contact__form{width:360px}.contact__card{padding:1rem;border-radius:.75rem;text-align:center}.contact__form-div{position:relative;margin-bottom:2rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid var(--font-accent);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1.5rem;z-index:1}.centering--form{display:flex;justify-content:center;text-align:center}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:var(--smaller-font-size);padding:.25rem;background-color:#fafafa;z-index:10}.contact__form-area{height:11rem}.contact__form-area textarea{resize:none}.data__contact{padding:1.25rem 2rem;border-radius:1rem;font-weight:var(--font-medium);background:radial-gradient(circle at 10% 20%,#ff833d,#f9b717 90%);color:#fff;font-weight:500;border:none}.data__contact:hover{transform:scale(1.05)}.button__icon{margin-left:.5rem}.button--flex{display:inline-flex;align-items:center}@media screen and (max-width: 780px){.contact--banner h2{font-size:var(--h2-font-size);margin-top:30px}.contact__title{margin-top:20px}.contact_t_d{margin-top:60px}}@media screen and (max-width: 550px){.contact--banner h2{font-size:var(--h2-font-size);margin-top:30px}.contact__title{margin-top:20px}.contact_t_d{margin-top:60px}}@media screen and (max-width: 430px){.contact--title{text-align:center;font-size:var(--h2-font-size);line-height:40px}.ct--title{color:var(--font-hover);font-size:var(--h3-font-size)}.contact--items{margin-top:2rem}.footer__social a{color:var(--font-color);font-weight:var(--font-medium);position:relative;font-family:var(--body-font);font-size:var(--small-font-size)!important}.footer__copy,.footer__copy_last{font-size:var(--tiny-font-size)!important}}:root{--body-font: "Barlow", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.1rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--tiny-font-size: .625rem;--font-normal: 400;--font-medium: 500;--font-semi: 600;--font-semi-bold: 700;--container-color: white;--font-color-gray: #676977;--font-color: #ffff;--font-accent: rgb(249, 183, 23) !important;--dark-font-color: #2C5359}a{text-decoration:none}body{font-family:Barlow,sans-serif}section{padding-top:2rem;margin-bottom:2rem}
</pre></body></html>