:root{--background-main: #F7F7F7;--text-main: #C01001;--primary-color: #C01001;--menu-link-color: #575757;--menu-link-active-color: #C01001;--primary-color-rgb: 192, 16, 1;--secondary-color: #2E4057;--accent-color: #D4A373;--hover-color: #D4A373;--fh-max-width: none;--body-max-width: none}@font-face{font-family:Poppins-Regular;src:url(/fonts/poppins-regular-webfont.woff2) format("woff2"),url(/fonts/poppins-regular-webfont.woff) format("woff");font-weight:400}@font-face{font-family:Poppins-Bold;src:url(/fonts/poppins-bold-webfont.woff2) format("woff2"),url(/fonts/poppins-bold-webfont.woff) format("woff");font-weight:700}@font-face{font-family:Poppins-Italic;src:url(/fonts/poppins-italic-webfont.woff2) format("woff2"),url(/fonts/poppins-italic-webfont.woff) format("woff");font-weight:400}@font-face{font-family:noto_serif_hebrewregular;src:url(/fonts/noto-webfont.woff2) format("woff2"),url(/fonts/noto-webfont.woff) format("woff");font-weight:400;font-style:normal}*,*:before,*:after{box-sizing:inherit}body{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{color:var(--primary-color)}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,h4,h5,h6{font-family:Noto_serif_hebrewregular;margin:0}body{font-family:Poppins-Regular,sans-serif;margin:0;padding:120px 0 0;background:var(--background-main);color:var(--text-main);align-items:center;line-height:1.33}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-bold{font-family:Poppins-Bold;font-weight:700}main{padding:1rem;margin:auto}header{font-family:Poppins-Bold,sans-serif;background:var(--background-main);display:flex;justify-content:space-between;align-items:center;padding:1rem;width:100%;max-width:100%}nav a{margin-left:1rem;text-decoration:none;color:var(--menu-link-color)}.nav a.current{color:var(--primary-color);font-weight:700}.nav a.current:hover{color:var(--primary-color-rgb)}nav a:hover{color:var(--hover-color)}.logo a{font-weight:700;text-decoration:none;color:var(--primary-color);font-size:18px}.logo-image{margin:0 0rem}.site-logo{height:65px;width:auto;display:block;margin:0 auto}.hero{background:linear-gradient(to bottom,#c0100166,#c0100166 40%),url(/img/praga.webp) no-repeat center center/cover;padding:1rem;text-align:center;color:var(--background-main);height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;mix-blend-mode:normal;font-size:clamp(42px,7vw,84px)}.hero h1{font-size:clamp(42px,7vw,84px);margin-bottom:1.5rem}.hero__second{font-family:Noto_serif_hebrewregular;font-size:1.5rem}.hero button{display:inline-flex;align-items:center;height:3.5rem;margin-top:1.5rem;padding:1rem 2rem;background:var(--primary-color);color:var(--background-main);border:none;font-size:1.25rem;cursor:pointer;border-radius:24px}@media screen and (min-width:1000px){.hero button{height:3.5rem;font-size:1.5rem;padding:2rem 3rem}}.hero button:hover{background:var(--hover-color);color:var(--background-main)}.hero button{position:relative;gap:0;transition:all .3s ease}.hero button:after{content:">";opacity:0;transform:translate(-8px);transition:all .3s ease}.hero button:hover{background:var(--hover-color);padding-right:2.8rem}.hero button:hover:after{opacity:1;transform:translate(6px);margin-left:8px}@media screen and (min-width:1000px){.hero button:hover{padding-right:3.8rem}}.tours-hero{position:relative;background:url(/img/praga-03-01.jpg) center center/cover no-repeat;min-height:70vh;display:flex;align-items:center;justify-content:center;color:var(--background-main);text-align:center;overflow:hidden;margin-bottom:2rem}.tours-hero .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(var(--primary-color-rgb),.4);z-index:1}.tours-content{position:relative;z-index:2;max-width:800px;padding:2rem;font-size:1.25rem;font-family:noto_serif_hebrewregular;font-weight:700;line-height:1.6}.tours-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--background-main)}.tours-content p{margin-bottom:1rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.features{max-width:1160px;margin:0 auto}.features.red-bg .feature p,.features.red-bg .feature h3{color:var(--primary-color)}.feature-icon-bg.feature-icon-bg--privacy{top:65%}.features.features--hero .image-wrapper{padding-bottom:initial;height:auto;max-height:600px;display:flex}.features.features--hero #image{min-height:100%;margin-bottom:0;max-width:initial}.custom-highlight{background-color:var(--primary-color);color:var(--background-main);text-align:center;padding:3rem 1rem}.custom-highlight h2{font-size:2rem;margin-bottom:1rem;font-weight:700;margin-top:0}.custom-highlight p{max-width:600px;margin:0 auto 2rem;font-size:1rem;line-height:1.6;font-weight:400}.custom-highlight strong{font-weight:700;font-family:Poppins-Bold}.custom-button{background-color:var(--background-main);color:var(--primary-color);padding:.8rem 1.5rem;border-radius:24px;text-decoration:none;font-weight:600;transition:background .3s ease;display:inline-block}.custom-button:hover{background-color:var(--hover-color);color:var(--secondary-color)}.svg-icon{width:40px;height:auto;opacity:.8;display:block;margin:0 auto}.section{padding:1rem}.section.section--main{padding:2rem 1rem}.cards{display:flex;gap:1rem;flex-wrap:wrap}.card{background:var(--background-main);padding:1rem;flex:1;display:flex;flex-direction:column;text-align:center;min-width:250px;max-width:300px;box-shadow:0 2px 6px #00000014;border:1px solid var(--primary-color);border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .2s;color:inherit;text-decoration:none}.card__footer{margin-top:auto}.card:hover{transform:scale(1.03)}.card h3{padding:1rem;margin:0;font-size:1.1rem}h3{scroll-margin-top:80px}.card p{padding:0 1rem 1rem;font-size:.9rem;text-decoration:none}.card .feature-card p{padding:0 0 1rem}.image-wrapper{position:relative;width:100%;height:0;overflow:hidden;border-radius:24px;padding-bottom:50%}.image-wrapper.rectangle{padding-bottom:100%}.image-wrapper.auto{height:auto;padding-bottom:0}.image-wrapper img{width:100%;object-fit:cover;display:block}.image-mask{position:relative;overflow:hidden;border-radius:24px}.image-mask:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#c0100133,#c0100133 20%);z-index:2;pointer-events:none;border-radius:24px}.card img{width:100%;height:150px;object-fit:cover;margin-bottom:.5rem;border-radius:24px}.features,.calendar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.features--verticalCenter{align-items:center}.feature{flex:1 1 280px;padding:1rem;text-align:center;border-radius:24px;position:relative;background:var(--background-main);overflow:hidden;z-index:1;color:inherit;justify-content:center;align-items:center}@media(min-width:1000px){.feature{flex:1 1 150px}}.feature__icon{margin:2rem auto 2.5rem}.feature h3{display:flex;align-items:center;justify-content:center;font-family:Poppins-Bold;font-weight:700;margin-bottom:1.25rem;min-height:3.5rem}.feature-card{flex:.5 .5 3%;text-align:center;position:relative;overflow:hidden;z-index:1;color:inherit;display:flex;min-width:60px;justify-content:center;align-items:center}@keyframes softFloat{0%{transform:scale(.7)}50%{transform:scale(.8)}to{transform:scale(.7)}}.feature-icon-bg-card{opacity:.25;display:block;margin:0 auto;position:absolute;font-size:3rem;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:0;pointer-events:none;transition:transform .4s ease,opacity .4s ease}.feature-card img{width:30%;height:auto;display:block;margin:0 auto}.feature__icon img{display:block;width:auto;height:5.5rem;margin:0 auto}.feature__icon.feature__icon--medium img{height:3.75rem}.feature-icon-bg{position:absolute;font-size:5rem;color:#8c1c1314;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;width:30%}.how-it-works{background:var(--primary-color);color:#fff;padding:3rem 1rem;text-align:center}.how-it-works h2{margin-top:0;margin-bottom:2rem;font-size:2rem;font-weight:700;font-family:noto_serif_hebrewregular}.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.step{flex:1 1 200px;max-width:220px}.number{font-size:3rem;font-weight:700;display:block;margin-bottom:1rem;font-family:noto_serif_hebrewregular}.feature h3,.feature p{position:relative;z-index:2}footer{background:var(--background-main);padding:1rem;text-align:center;color:var(--text-main);max-width:var(--fh-max-width)}.centered-calendar{display:flex;justify-content:center}.reenio-tours-wrapper{padding:1rem;align-items:center}.reenio-calendar{flex:1;align-items:center;width:100%;max-width:500px;min-width:350px;top:1rem;align-self:flex-start;height:fit-content;padding:0;background:none;border:none;box-shadow:none}.reenio-calendar3{top:320px;align-self:start;min-width:350px}@media screen and (min-width:1000px){.reenio-tours-flex{display:flex;gap:1rem;justify-content:center;align-items:flex-start}}.reenio-container{width:100%;max-width:100%;margin:auto;display:flex;justify-content:center}.reenio-reservation-btn{display:flex;align-items:center;justify-content:center;color:var(--background-main);background-color:var(--primary-color);border-radius:24px;font-family:Poppins-Regular,sans-serif;font-weight:700;padding:12px 24px;text-decoration:none;box-shadow:0 2px 6px #0000001a}.reenio-iframe{margin:0 auto;width:100%;display:block}.reenio-iframe iframe{max-width:100%!important;border:none;touch-action:manipulation;-webkit-overflow-scrolling:touch}.reenio-tours-flex3{display:grid;grid-template-columns:3fr 1fr;gap:2rem;align-items:start}.reenio-wrapper{position:relative;width:100%;min-width:250px;margin:0 auto;border-radius:24px;background:var(--background-main)}.reenio-wrapper iframe{top:0;left:0;width:100%;display:block;border:none}@media(max-width:1000px){.reenio-tours-flex3{grid-template-columns:1fr}.reenio-calendar3{position:relative;top:auto}}.centered{text-align:center}.hover-link{color:var(--primary-color);text-decoration:none;transition:all .3s ease}.hover-link:hover{color:var(--hover-color);transform:scale(1.01)}.container{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.button{display:flex;margin-top:1rem;padding:.5rem 1rem;background:var(--primary-color);color:var(--background-main);border:none;cursor:pointer;font-size:1rem;border-radius:24px;text-decoration:none;max-width:300px}@media(min-width:768px){.button{max-width:250px}}.button:hover{background:var(--hover-color)}.button.button--medium{padding:1rem 1.5rem;font-size:1.25rem}@media(min-width:768px){.button.button--medium{max-width:320px}}.info{margin:1rem 0;font-style:italic;color:#666}iframe{width:100%;height:400px;border:none;margin-top:1rem}img{width:100%;height:auto;display:block;margin-bottom:1rem;justify-content:center}section{padding:1rem;margin:auto;justify-content:center;max-width:var(--body-max-width)}h1{font-family:noto_serif_hebrewregular;font-size:1.75rem;margin-bottom:.5rem}@media screen and (min-width:1000px){h1{margin-top:2rem;font-size:3rem}}.social-icons{display:flex;justify-content:center;margin:1em 0}.social-icons a{margin-right:10px;font-size:1.5em;color:var(--text-main);text-decoration:none}.social-icons a:hover img{color:var(--accent-color);transform:scale(1.02)}.social-icons img{display:inline-block;height:1.5rem}.tours-week{flex:2;min-width:320px;max-width:100%}.tours-week.section{padding-top:0}@media(max-width:1000px){.reenio-tours-flex{flex-direction:column}.reenio-calendar{position:static;top:auto;margin:0 auto}}.responsive-header{position:fixed;top:0;z-index:999;background-color:var(--background-main);box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1rem;background:var(--background-main);font-family:Poppins,sans-serif;max-width:100%;margin-right:1em;overflow-x:hidden}@media screen and (min-width:1000px){.responsive-header{padding:1rem 2rem}}.header-title{font-size:1.5em;font-weight:700;text-decoration:none;color:inherit;flex:1 1 100%;text-align:center;word-break:break-word}.menu-icon{display:none;font-size:1.5em;cursor:pointer}#menu-toggle{display:none}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;max-width:100%;overflow-wrap:break-word;margin-right:3rem}.main-nav a{text-decoration:none;color:var(--menu-link-color)}.main-nav a:hover{color:var(--hover-color)}.main-nav a.current{color:var(--menu-link-active-color);font-weight:700}@media screen and (max-width:1000px){.reenio-tours-wrapper{flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem}body{padding-top:100px}}@media(max-width:1000px){.responsive-header{box-sizing:border-box;flex-direction:row;align-items:center;font-family:Poppins,sans-serif;flex-wrap:wrap;max-width:100%;margin-right:1em;overflow-x:hidden}.logo{display:none}.menu-icon{display:block;text-align:left}.main-nav{display:none;flex-direction:column;width:100%;margin-right:0;padding-right:0}#menu-toggle:checked+.menu-icon+.main-nav{display:flex;border-top:1px solid;padding-top:1.5rem}.hover-link{font-size:1.5rem}}#image{border-radius:24px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;max-width:75%;align-items:center;align-self:center}#atrakcje,.atrakcje,#w-cenie,#wazne{list-style-type:none;padding-left:1rem;padding-right:1rem;margin:0 auto;text-align:left;max-width:100%;box-sizing:border-box;max-width:700px}#atrakcje li,.atrakcje li{position:relative;display:block;align-items:center;padding-left:3rem;margin-bottom:1.5rem}#atrakcje li:before,.atrakcje li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;background:url(/img/ptaszek.svg) center/contain no-repeat}#atrakcje li strong,.atrakcje li strong{font-family:Poppins-Bold}#w-cenie{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;padding:0;margin:0 auto;max-width:900px}#w-cenie li{position:relative;text-align:center;font-weight:700;font-family:noto_serif_hebrewregular;color:var(--primary-color);font-size:1.25rem;padding-top:9rem;flex:1 1 220px;max-width:300px;box-sizing:border-box}#w-cenie li:before{content:"";position:absolute;top:0;left:0;width:100%;height:9rem;background:url(/img/ptaszek.svg) center no-repeat;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem}#wazne li{display:flex;align-items:center;position:relative;padding-left:4rem;margin-bottom:2rem;min-height:2.75rem}#wazne li p{margin-bottom:0}#wazne li:before{content:"";position:absolute;left:0;width:3rem;height:100%;background-color:var(--primary-color);color:var(--background-main);font-weight:700;font-size:.9em;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:sans-serif;line-height:1.4;background:url(/img/ptaszek2.svg) center no-repeat;background-size:100%}.section{padding:3rem 1rem}.section-gray{background:#f7f7f7}.section-white{background:#fff}.section__header,.section__header header{font-family:noto_serif_hebrewregular;font-size:1.75rem;justify-content:center;background:inherit;text-align:center}.section header{background:inherit;display:block;max-width:100%;width:auto}@media screen and (min-width:1000px){.section__header,.section__header header{font-size:3rem}}.section__container--middle{max-width:500px;margin:0 auto;margin-bottom:2rem}.section p{max-width:820px}.section .centered{text-align:center;margin:0 auto}.center-flex{display:flex;justify-content:center;align-items:center;margin:0 auto}.section>.section{padding:0}.section>.section--main{padding:2rem 0}.section__header--medium,.section__header--medium h2{font-size:1.5rem}@media screen and (min-width:1000px){.section__header--medium,.section__header--medium h2{font-size:1.75rem}}@media screen and (min-width:1000px){.section__header--medium,.section__header--medium h2{font-size:2.25rem}}.section__header--small{font-size:1rem}.section__subheader,.section__subheader.centered{margin:0 auto 1.25rem}@media screen and (min-width:1000px){.section__header--small{font-size:1.125rem}}.section__header.section__header--medium{max-width:900px;margin:0 auto}.section__container.section__container--half{max-width:640px;margin:0 auto;font-weight:400;font-size:1.125rem;line-height:1.5}.faq-container{background-color:var(--background-main);color:var(--text-main);max-width:800px;margin:2rem auto;padding:2rem;border-radius:24px;box-shadow:0 12px 24px #00000014}.faq-title{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.faq-item{margin-bottom:1rem;border-bottom:1px solid var(--accent-color)}.faq-question{width:100%;background:none;border:none;font-size:1.1rem;text-align:left;font-weight:600;padding:.8rem 0;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-weight:700;font-size:1.2rem;color:var(--primary-color)}.faq-question.active:after{content:"−"}.faq-answer{display:none;padding:0 0 1rem;font-size:.95rem;color:var(--primary-color);overflow:hidden;transition:max-height .3s ease}.faq-answer.show{display:block;max-height:20500px}.regulamin-container{margin-top:3rem}.regulamin-container h3{margin-top:1.2rem;color:var(--primary-color);font-size:1.2rem}.regulamin-container p{margin:.5rem 0 1rem;color:var(--text-main);font-size:.95rem;line-height:1.6}#nav-arrows{position:fixed;top:50%;left:3%;right:3%;width:auto;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:9999}.arrow-btn{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:1.4rem;color:var(--primary-color);background-color:var(--background-main);opacity:.5;border:2px solid var(--primary-color);border-radius:50%;box-shadow:0 4px 10px #00000026;cursor:pointer;transition:all .3s ease}.arrow-btn:hover{opacity:1;background:var(--primary-color);color:var(--background-main);box-shadow:0 4px 12px rgba(var(--primary-color-rgb),.4)}.arrow-btn:active{transform:scale(.95)}#notifBubble{position:fixed;bottom:20px;left:20px;background:var(--background-main);color:#222;padding:14px 20px;font-size:15px;border-radius:12px;box-shadow:0 6px 18px #0000002e;border-left:5px solid var(--primary-color);opacity:0;transform:translateY(15px);pointer-events:none;transition:opacity .35s ease,transform .35s ease;max-width:320px;z-index:999999;font-family:Poppins-Regular}#notifBubble.show{opacity:1;transform:translateY(0)}.reviews{max-width:600px;margin:0 auto}.reviews__header h2{margin:0 0 8px;line-height:1.2}.reviews__carousel{position:relative;margin-top:16px}.reviews__viewport{overflow:hidden;border-radius:24px}.reviews__track{display:flex;will-change:transform;transition:transform .28s ease;touch-action:pan-y}.reviews .review{flex:0 0 100%;box-sizing:border-box;padding:18px 18px 16px;background:var(--background-main);color:var(--text-main);border:2px solid rgba(var(--primary-color-rgb),.25);border-radius:24px;box-shadow:0 8px 20px #0000000f}.reviews .review h4{margin:0 0 10px;line-height:1.25}.reviews .review__text{margin:0 0 12px;line-height:1.55}.reviews .review__meta{margin:0;font-size:.95rem;opacity:.85}.reviews__controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.reviews__btn{appearance:none;border:2px solid var(--primary-color);background:var(--background-main);color:var(--primary-color);border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 6px 16px #00000014}.reviews__btn:hover{background:var(--primary-color);color:var(--background-main)}.reviews__btn:focus{outline:2px solid rgba(var(--primary-color-rgb),.45);outline-offset:2px}.reviews__btn[disabled]{opacity:.45;cursor:not-allowed}.reviews__dots{display:flex;gap:8px;justify-content:center;flex:1}.reviews__dot{width:9px;height:9px;border-radius:999px;border:1px solid rgba(var(--primary-color-rgb),.55);background:transparent;cursor:pointer}.reviews__dot[aria-current=true]{background:rgba(var(--primary-color-rgb),.85)}@media(prefers-reduced-motion:reduce){.reviews__track{transition:none}}.faq{max-width:820px;margin:2rem auto;padding:0}.faq details{background:var(--background-main);border:1px solid rgba(var(--primary-color-rgb),.18);border-radius:24px;padding:14px 16px;box-shadow:0 10px 20px #0000000f}.faq details+details{margin-top:12px}.faq summary{cursor:pointer;font-family:Poppins-Bold,sans-serif;font-weight:700;color:var(--primary-color);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-weight:700;font-size:1.25rem;line-height:1}.faq details[open] summary:after{content:"−"}.faq details>:not(summary){margin-top:10px;color:var(--secondary-color);line-height:1.6}.faq details p{margin:0 0 10px}.faq details p:last-child{margin-bottom:0}.grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.grid-2>*{min-width:0}@media(max-width:1000px){.grid-2{grid-template-columns:1fr}}@media(max-width:600px){.reviews__controls{justify-content:center}.reviews__dots{display:none!important}}.reenio-wrapper{touch-action:pan-y}.map-wrapper{max-width:900px;margin:40px auto;padding:0 20px}.map-wrapper iframe{width:100%;height:420px;border:0;border-radius:24px;box-shadow:0 10px 30px #00000014}.place-link{color:var(--text-main);text-decoration:none;border-bottom:1px dotted var(--text-main)}.place-link:hover{text-decoration:underline}.map-container{max-width:650px;margin:40px auto;padding:0 20px}#map{height:550px;width:100%;border-radius:24px;overflow:hidden}.map-links{max-width:1000px;margin:60px auto;text-align:center}.attractions-list{list-style:none;padding:0;margin-top:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.attractions-list a{display:block;padding:10px 14px;background:#f4f4f4;border-radius:24px;text-decoration:none;color:var(--text-main);transition:all .2s ease}.attractions-list a:hover{background:#e6e6e6}.card-image{position:relative}.card-title-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);border-radius:0 0 24px 24px}.card-title-overlay h3{color:#fff!important;font-size:1.1rem;line-height:1.3;margin:0;padding:0}.card__desc{margin:0 0 1.25rem;padding:0 1rem;font-size:.95rem;line-height:1.55;max-height:4.65em;overflow:hidden;position:relative}.card__desc:after{content:"";position:absolute;left:1rem;right:1rem;bottom:0;height:2.6em;background:linear-gradient(to bottom,rgba(247,247,247,0),var(--background-main))}.card__footer{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.card__button{margin-top:.5rem}.card{position:relative}.card-badge{position:absolute;top:12px;left:12px;background:#fc0;color:#000;padding:4px 10px;font-size:.75rem;font-weight:600;border-radius:999px;z-index:5;box-shadow:0 2px 6px #00000026}.trip-hero{position:relative}.tour-badge--hero{position:absolute;top:26px;left:0;background:#fc0;color:#000;padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:999px;z-index:10}body{font-family:Poppins-Regular,sans-serif;margin:0;padding:105px 0 0;background:var(--background-main);color:var(--text-main);align-items:center;line-height:1.33}@media screen and (max-width:1000px){body{padding-top:100px}}.promo-badge[data-astro-cid-3ef6ksr2]{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:118px;padding:8px 12px 7px;border-radius:999px;background:linear-gradient(135deg,#ff1f1f,#c60000 58%,#8f0000);color:#fff;text-align:center;text-decoration:none;line-height:1;box-shadow:0 8px 18px #c6000052,inset 0 1px #ffffff59;transform-origin:center;animation:promoPulse 1.7s ease-in-out infinite;isolation:isolate}.promo-badge[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;inset:-4px;border-radius:inherit;border:2px solid rgba(255,255,255,.7);opacity:0;animation:promoRing 1.7s ease-out infinite;z-index:-1}.promo-badge[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;top:8px;left:14px;width:34px;height:12px;border-radius:999px;background:#ffffff47;transform:rotate(-18deg)}.promo-badge[data-astro-cid-3ef6ksr2]:hover,.promo-badge[data-astro-cid-3ef6ksr2]:focus-visible{color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 12px 24px #c600006b,inset 0 1px #fff6;outline:none}.promo-badge__top[data-astro-cid-3ef6ksr2]{font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.promo-badge__main[data-astro-cid-3ef6ksr2]{font-size:1.35rem;font-weight:900;letter-spacing:-.04em}.promo-badge__bottom[data-astro-cid-3ef6ksr2]{font-size:.66rem;font-weight:800;white-space:nowrap}@keyframes promoPulse{0%,to{transform:scale(1) rotate(-1deg)}50%{transform:scale(1.06) rotate(1deg)}}@keyframes promoRing{0%{transform:scale(.92);opacity:.75}to{transform:scale(1.2);opacity:0}}@media(max-width:768px){.promo-badge[data-astro-cid-3ef6ksr2]{width:fit-content;margin:6px 0;min-width:150px}}@media(prefers-reduced-motion:reduce){.promo-badge[data-astro-cid-3ef6ksr2],.promo-badge[data-astro-cid-3ef6ksr2]:before{animation:none}}.logo-image[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:12px}.site-logo[data-astro-cid-3ef6ksr2]{display:block}@media(max-width:768px){.logo-image[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px}.promo-badge[data-astro-cid-3ef6ksr2]{width:auto;margin:0;min-width:118px;transform:scale(.88);transform-origin:left center}}footer a{color:var(--primary-color)}footer a:hover{color:var(--hover-color)}.footer{text-align:center;padding:60px 20px;border-top:1px solid rgba(0,0,0,.08);font-size:15px}.footer-contact h2{font-size:22px;margin-bottom:15px}.footer-links{display:flex;flex-direction:column;gap:8px;margin-bottom:30px}.footer-links a{text-decoration:none;font-weight:500}.footer-social{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.footer-social img{width:28px;height:28px;opacity:.85;transition:.2s}.footer-social img:hover{opacity:1;transform:scale(1.1)}.footer-payments{margin-bottom:25px;font-size:14px;opacity:.8}.footer-payments img{max-width:150px;margin-top:10px}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 20px;margin-bottom:20px}.footer-nav a{text-decoration:none;font-weight:500}.footer-copy{font-size:13px;opacity:.7}footer .comgate-logo{display:flex;justify-content:center;margin:20px 0}footer .comgate-logo img{max-width:600px}
