:root{--primary-purple: #2f056f;--secondary-orange: #FF6719;--pastel-purple: #5c0ad6;--pastel-orange: #ff8547;--light-bg: #F9F9FB;--dark-text: #1A1A1A;--additional-color: #8e518d}*{box-sizing:border-box;margin:0;padding:0}ul li{text-decoration:none}body{background:var(--light-bg);color:#000;font-family:League Spartan,sans-serif}.mainmenu-area{background:var(--pastel-purple);padding:5px 0;position:fixed;width:100%;z-index:1000;box-shadow:0 10px 40px 5px #0000001a}.container{max-width:1280px;margin:0 auto;padding:0 30px!important}.nav-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important}.logo{margin-right:auto;display:flex;align-items:center}.logo img{height:40px}.burger-main{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.burger-main .bar{width:24px;height:2px;background:#fff}.mainmenu{flex-grow:1}.nav{display:flex;list-style:none;gap:24px;justify-content:flex-end;padding:0;margin:0}.nav li a{text-decoration:none;color:#fff;font-weight:500}.nav li a:hover{color:var(--secondary-orange)}.lang-dropdown{position:relative}.lang-toggle{background:none;border:none;cursor:pointer;font-size:16px}.lang-menu{position:absolute;top:30px;right:0;background:#fff;border:1px solid #ccc;list-style:none;padding:8px 0;display:none;z-index:10}.lang-menu li{padding:5px 20px}.lang-menu li a{color:#000;text-decoration:none}.lang-dropdown.open .lang-menu{display:block}.language-links-mobile{display:none}@media (max-width: 768px){.burger-main{display:flex}.mainmenu{display:none;width:100%}.mainmenu.open{display:block}.nav{flex-direction:column;align-items:flex-start;gap:12px}.language-links-mobile{display:block}.lang-dropdown{display:none}}.navbar{padding:20px 40px;font-weight:700;font-size:20px}.hero{display:flex;align-items:center;text-align:center;justify-content:space-around;height:100vh}.hero h1{font-size:48px;margin-bottom:40px;max-width:400px}.hero-img{max-width:50%;height:auto}.features{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:0 60px 80px;gap:40px;overflow:hidden}.features-image img{max-width:800px;width:100%}.features-text{max-width:500px;font-size:20px;line-height:1.6}.fade-in,.slide-in-left,.slide-in-right{opacity:0;transition:all .8s ease-in-out}.fade-in{transform:translateY(30px)}.slide-in-left{transform:translate(-50px)}.slide-in-right{transform:translate(50px)}.animate{opacity:1;transform:translate(0)}.why-section{background:linear-gradient(90deg,#5c0ad6 1%,#5909cf 17%,#5108be 40%,#4407a1 65%,#330579 94%,#2f056f);color:#fff;padding:120px 60px;text-align:center}.why-section h2{font-size:42px;margin-bottom:60px}.parallax-container{display:flex;gap:40px;justify-content:center;align-items:stretch}.parallax-item{width:90%;height:80vh;overflow:hidden;position:relative;border-radius:12px}.parallax-inner{position:absolute;top:0;left:0;width:100%;height:140%;background-size:cover;transform:translateY(0);transition:transform .1s linear}.parallax-item-first{background-position:20% center}.parallax-item-second{background-position:center}.parallax-item-third{background-position:90% center}.adjustable-section{display:flex;align-items:flex-start;justify-content:space-between;padding:120px 60px;margin:0 60px;background:var(--light-bg);color:#000;overflow:hidden;position:relative;height:90vh}.adjustable-text{max-width:40%}.adjustable-text h2{font-size:40px;margin-bottom:20px}.adjustable-text p{font-size:22px;opacity:.8}.adjustable-image{flex:1;display:flex;justify-content:flex-end}.adjustable-image img{position:absolute;right:-180px;top:0}.spinal-section{color:#fff;padding:120px 0;text-align:center;overflow:hidden;background:#fff8e8;color:#000}.spinal-section h2{color:#fff;font-size:38px;margin-bottom:60px;color:#000}.spinal-images{display:flex;justify-content:center}.spinal-img{width:60vw;max-width:none;border-radius:12px;transition:transform 1s ease,opacity 1s ease;opacity:0;transform:translateY(60px);object-fit:cover}.animate.slide-up{opacity:1;transform:translateY(0)}.spinal-img-right{margin-right:-30%}.cert-section{display:flex;align-items:flex-start;justify-content:space-between;padding:120px 60px;color:#fff;overflow:hidden}.cert-section h2{color:#fff}.cert-text{flex:1;max-width:40%}.cert-text h2{font-size:38px;margin-bottom:20px}.cert-text p{font-size:20px;opacity:.8}.cert-image{flex:1;display:flex;justify-content:flex-end}.cert-image img{max-width:none;width:120%;transform:translate(10%);border-radius:16px;box-shadow:0 0 60px #0003}.patches-scroll-section{height:300vh;background:#ededed;position:relative;padding:120px 0}.sticky-wrapper{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.patch-image img{max-width:500px;transition:opacity .4s ease}.patches-text{color:#000}.patches-heading{margin-bottom:40px!important}.patches-row{margin-top:30px;display:flex;gap:50px;justify-content:center}.patch-icon{width:150px;height:150px;object-fit:contain;opacity:.4;transition:transform .9s ease,opacity .9s ease;filter:grayscale(100%);box-shadow:0 8px 24px #ff671966;border-radius:50%}.patch-icon.active{transform:scale(1.2);opacity:1;filter:grayscale(0%)}.patches-heading{font-size:36px;font-weight:600;color:#000;margin-bottom:40px;text-align:center;opacity:0;transform:translateY(30px) scale(.98);transition:all .8s ease-out}.patches-heading.visible{opacity:1;transform:translateY(0) scale(1)}.reveal-text{opacity:0;transform:translateY(30px) scale(.98);transition:all .8s ease-out}.reveal-text.animate{opacity:1;transform:translateY(0) scale(1)}.gps-scene{height:100vh;background:var(--light-bg);color:#000;overflow:hidden;display:flex;justify-content:center;padding:0 60px;position:relative}.gps-inner{display:flex;justify-content:space-between;max-width:1200px;width:100%;min-height:100vh;position:relative;align-items:flex-start}.gps-left-container{width:45%;position:sticky;height:auto;align-self:flex-start;z-index:2;overflow:visible}.gps-left-inner{transform:translateY(-100px);opacity:0;position:relative}.gps-map{width:100%;border-radius:12px}.gps-right{width:45%;opacity:0}.gps-pin{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:5;filter:drop-shadow(0 0 20px rgba(255,103,25,.3));animation:containerGlow 4s infinite ease-in-out}.gps-pin img{width:50px;height:auto;display:block;z-index:6;position:relative;animation:gpsBlinkPulse 3s infinite ease-in-out;filter:drop-shadow(0 0 8px rgba(255,0,0,.6))}.pulse{position:absolute;top:50%;left:50%;width:80px;height:80px;background:radial-gradient(circle,rgba(255,0,0,.8) 0%,rgba(255,103,25,.4) 50%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);animation:enhancedPulse 2s infinite ease-out;z-index:1}.gps-pin:before{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:radial-gradient(circle,rgba(255,103,25,.6) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);animation:secondaryPulse 2.5s infinite ease-out;z-index:2}@keyframes gpsBlinkPulse{0%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,0,0,.6))}25%{opacity:.3;transform:scale(.95);filter:drop-shadow(0 0 12px rgba(255,103,25,.8))}50%{opacity:1;transform:scale(1.1);filter:drop-shadow(0 0 16px rgba(255,0,0,.9))}75%{opacity:.7;transform:scale(1.05);filter:drop-shadow(0 0 10px rgba(255,103,25,.7))}to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,0,0,.6))}}@keyframes enhancedPulse{0%{transform:translate(-50%,-50%) scale(.3);opacity:.9;background:radial-gradient(circle,rgba(255,0,0,.8) 0%,rgba(255,103,25,.4) 50%,transparent 70%)}40%{transform:translate(-50%,-50%) scale(.8);opacity:.5;background:radial-gradient(circle,rgba(255,103,25,.6) 0%,rgba(255,0,0,.3) 50%,transparent 70%)}70%{transform:translate(-50%,-50%) scale(1.2);opacity:.2;background:radial-gradient(circle,rgba(255,103,25,.4) 0%,rgba(255,0,0,.2) 50%,transparent 70%)}to{transform:translate(-50%,-50%) scale(1.6);opacity:0;background:radial-gradient(circle,transparent 0%,transparent 50%,transparent 70%)}}@keyframes secondaryPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:.7}35%{transform:translate(-50%,-50%) scale(.9);opacity:.4}70%{transform:translate(-50%,-50%) scale(1.3);opacity:.1}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}@keyframes containerGlow{0%,to{filter:drop-shadow(0 0 20px #5c0ad6)}50%{filter:drop-shadow(0 0 30px #5c0ad6)}}.dual-scene{background:linear-gradient(90deg,#5c0ad6 1%,#5909cf 17%,#5108be 40%,#4407a1 65%,#330579 94%,#2f056f);color:#fff;padding:120px 60px;text-align:center;overflow:hidden}.dual-images{display:flex;justify-content:space-between;margin-top:60px;gap:40px}.dual-left,.dual-right{flex:1}.dual-left img,.dual-right img{width:100%;border-radius:12px;height:400px;object-fit:cover}.difference-scene{background:#fff;color:#000;padding:120px 20px 5px;text-align:center;position:relative}.image-overlay-scroll{position:relative;height:600px;max-width:1000px;margin:60px auto;overflow:hidden;border-radius:12px}.image-overlay-scroll img{position:absolute;top:0;left:50%;height:100%;transform:translate(-50%);object-fit:cover}.image-bottom{z-index:1}.image-top{z-index:2;clip-path:inset(0 100% 0 0);transition:clip-path .3s ease-out}.label-bottom,.label-top{position:absolute;bottom:20px;font-weight:600;font-size:1.1rem;background:#0009;color:#fff;padding:6px 12px;border-radius:6px;z-index:3}.label-bottom{left:20px;top:0;bottom:auto}.label-top{right:20px}.difference-container{max-width:800px;margin:0 auto}.mainpage-button{display:flex;justify-content:center;width:300px;margin:24px auto 40px;background-color:#5c0ad6!important;border-color:var(--secondary-orange);padding:15px;text-decoration:none;color:#fff}.mainpage-button:hover{background-color:#fff!important;color:var(--secondary-orange)!important;box-shadow:0 10px 40px 5px #0000001a!important}.difference-card{font-size:19px;line-height:19px;padding:24px;background:#fff;border:1px solid #ddd;border-radius:20px;margin-bottom:40px;box-shadow:0 12px 28px #00000014;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(40px)}.difference-card strong{color:var(--secondary-orange)}.difference-card:hover{transform:translateY(20px);box-shadow:0 20px 40px #0000001f}@media (max-width:1241px){.adjustable-image img{max-width:70%}.adjustable-section{margin-right:0}.cert-section{flex-direction:column}}@media (max-width:763px){.hero{flex-direction:column;height:80vh}.patches-click-section{overflow:hidden}.hero h1{max-width:100%;margin-top:100px}.hero-img{width:auto}.mobile-container{padding-right:20px;padding-left:20px}.features{flex-wrap:nowrap;flex-direction:column-reverse}.parallax-container{gap:20px}.parallax-item-second{display:none}.parallax-item-third{background-position:70% center;display:none}.parallax-item-second,.parallax-item{width:100%}.parallax-item-desktop{display:none}.adjustable-section{margin:auto}.adjustable-image img{right:0;top:35%}.adjustable-text p{font-size:15px}.patch-icon{width:100px;height:100px}.patch-image img{max-width:400px;width:100%}.gps-scene{padding:0 20px;height:auto}.gps-device{max-width:100%}.gps-inner{min-height:45vh}.cert-image img{width:100%}.cert-text p{margin-bottom:20px}.why-section{padding-right:0!important;padding-bottom:0}.dual-images{gap:20px}.image-overlay-scroll{height:400px}.spinal-section p{margin-bottom:60px}.dual-left img{object-position:20% center}}.decoration-row{max-width:100%;overflow:hidden;vertical-align:bottom;width:100%;margin-bottom:-1px}.decoration-row svg{vertical-align:bottom;width:100%}#backpackImage{transition:opacity .6s ease,transform .6s ease;opacity:1;transform:scale(1)}#backpackImage.fade-out{opacity:0;transform:scale(.95)}#backpackImage.fade-in{opacity:1;transform:scale(1)}.patches-click-section{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;padding:120px 60px;background:#f9f9fb}.highligted-h2{color:var(--secondary-orange)}.beer-slider{max-width:500px}.h2,h1{font-family:Poppins,sans-serif;font-weight:700;font-style:normal}p{font-size:20px!important}.difference-heading{margin-bottom:120px}@media (min-width:1200px){.my-custom-home h2,.my-custom-home h1{font-size:62px!important;margin-bottom:20px!important}}@media (max-width:768px){p{font-size:16px!important;font-weight:400!important}.spinal-section{padding:40px 0}.cert-section,.dual-scene{padding:40px 20px}.patches-click-section{padding:40px 20px 80px}.difference-scene{padding:40px 20px 20px}.patches-row{gap:25px}.footer-grid{text-align:center!important}.lang-switcher{justify-content:center}.cert-text{max-width:75%}.why-section{padding:40px}.adjustable-section{padding:40px 20px}.adjustable-image img{max-width:100%}.difference-heading{margin-bottom:0}.gps-pin img{width:40px;animation-duration:2.5s}.pulse{width:60px;height:60px;animation-duration:1.8s}.gps-pin:before{width:45px;height:45px;animation-duration:2.2s}}@media (max-width:400px){.patches-row{gap:15px}}.copyright{font-size:10px!important}.pattern-sections{background:url(/cdn/shop/files/background-image-1.jpg);background-size:contain}[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;height:48px;width:80px;border-radius:2px;display:block}.why-section-img{margin-bottom:-18px;height:44px}.discover-button{display:flex;justify-content:center;width:300px;margin:24px auto 40px;background-color:var(--secondary-orange)!important;border-color:var(--secondary-orange);padding:15px;text-decoration:none;color:#fff;border-radius:20px}.lucide{stroke:#fff!important}@media (min-width: 760px){.why-section-img{height:53px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styles-main.css.map */
