:root{--font-body: "Inter", sans-serif;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--radius: 12px;--shadow: 0 4px 20px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;width:100%}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}.btn{display:inline-block;background-color:var(--color-primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #ff6b6b66}.btn:hover{transform:translateY(-2px);background-color:#f75555;box-shadow:0 6px 20px #ff6b6b99;opacity:1}.btn--outline{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary);box-shadow:none}.btn--outline:hover{background-color:var(--color-primary);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.text-center{text-align:center}.mt-lg{margin-top:var(--spacing-lg)}.mb-lg{margin-bottom:var(--spacing-lg)}.py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.site-header{padding:1.25rem 0;background:#fcfcfcd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.05);transition:padding .3s ease}.site-header__inner{display:flex;justify-content:space-between;align-items:center}.site-header__logo{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.site-header__nav{display:flex;gap:2.5rem;align-items:center}.site-header__nav a{font-weight:600;font-size:.95rem}.hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0 0 40px 40px;margin-bottom:var(--spacing-lg)}.hero__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:-2}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#000000b3);z-index:-1}.hero__content{text-align:center;color:#fff;padding:2rem;max-width:800px;animation:fadeIn 1s ease-out}.hero__title{font-size:4.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.05;letter-spacing:-.03em}.hero__subtitle{font-size:1.25rem;margin-bottom:2.5rem;font-weight:300;opacity:.9}.tour-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.tour-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column}.tour-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.tour-card__image-wrapper{position:relative;overflow:hidden}.tour-card__image{width:100%;height:280px;object-fit:cover;transition:transform .6s ease}.tour-card:hover .tour-card__image{transform:scale(1.05)}.tour-card__info{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.tour-card__title{font-size:1.4rem;margin-bottom:.75rem;font-weight:600}.tour-card__price{color:var(--color-primary);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.tour-card .btn{margin-top:auto;text-align:center}.banner-section{background:#f1f5f9;border-radius:var(--radius);padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.banner-section__content{flex:1}.banner-section__title{font-size:2.5rem;margin-bottom:1rem}.banner-section__text{font-size:1.1rem;margin-bottom:2rem;color:#4b5563}.banner-section__image{flex:1;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.site-footer{background:#111827;color:#fff;padding:5rem 0 2rem;margin-top:var(--spacing-lg)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem}.site-footer h4{font-size:1.25rem;margin-bottom:1.5rem}.site-footer ul{list-style:none}.site-footer ul li{margin-bottom:.75rem}.site-footer a{color:#9ca3af}.site-footer a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#9ca3af;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-control{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#0f172a;padding:.5rem}@media(max-width:900px){.mobile-menu-toggle{display:block}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 10px 20px #0000001a;align-items:flex-start;border-radius:0 0 12px 12px;z-index:100}.site-header__nav.is-open{display:flex}.site-header__btn{width:100%;text-align:center;margin-top:1rem}:root{--font-size-base: 14px}.section-title{font-size:2rem!important}.hero-rich{min-height:70vh}.hero-rich__content{padding-top:2rem}.hero-rich__title{font-size:2.5rem!important}.hero-rich__subtitle{font-size:1.1rem!important;margin-bottom:2rem}.newsletter-card{padding:2.5rem 1.5rem}.newsletter-content h2{font-size:2rem}.gbr-content{padding:2rem;text-align:center;align-items:center}.gbr-title{font-size:1.8rem}.btn-outline-white{align-self:center}.site-footer__grid{gap:2rem;text-align:center}.site-footer{padding:3rem 1.5rem 1.5rem}}.rich-tour-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.rich-tour-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.rich-tour-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.rich-tour-card__image-wrapper{position:relative;height:200px;overflow:hidden}.rich-tour-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.rich-tour-card:hover .rich-tour-card__image{transform:scale(1.05)}.tour-badges{position:absolute;top:1rem;left:1rem;z-index:2}.badge{background:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;box-shadow:0 2px 10px #0000001a}.badge-popular{background:#3b82f6;color:#fff}.tour-quick-heart{position:absolute;top:1rem;right:1rem;z-index:2;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;box-shadow:0 2px 10px #0000001a;transition:transform .2s,background .2s,color .2s}.tour-quick-heart:hover{transform:scale(1.1);color:#ef4444}.rich-tour-card__info{padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;flex-grow:1}.tour-meta{display:flex;gap:.5rem;font-size:.8rem;color:#64748b;margin-bottom:.5rem;font-weight:600;flex-wrap:wrap}.rich-tour-card__title{font-size:1.15rem;font-weight:800;margin-bottom:.25rem;line-height:1.3}.rich-tour-card__title a{color:inherit}.rich-tour-card__title a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.tour-rating{font-size:.9rem;color:#f59e0b;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.tour-rating .reviews{color:#64748b;font-weight:600}.tour-card-footer{margin-top:auto;border-top:1px solid #f1f5f9;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:2}.tour-price{display:flex;flex-direction:column}.price-from{font-size:.85rem;color:#64748b;font-weight:600}.price-val{font-size:1.4rem;font-weight:800;color:#0f172a}.btn-arrow{width:44px;height:44px;background:#f1f5f9;color:#0f172a;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:1.2rem;transition:background .3s,transform .3s}.btn-arrow:hover{background:#3b82f6;color:#fff;transform:translate(5px)}@media(max-width:900px){.rich-tour-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto;width:100%}.rich-tour-card__image-wrapper{height:180px}.rich-tour-card__info{padding:1.25rem}.rich-tour-card__title{font-size:1.15rem;margin-bottom:.3rem}.tour-rating{margin-bottom:.5rem}.tour-meta{margin-bottom:.35rem}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/theme.css.map */
