/* Global site styles */
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* глобальные стили */
:root{
    --color-accent: #FF5B5B;
}

body {
    font-family: 'Manrope', sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}
.container {
    padding-inline: 30px !important;
}
.row > * {
    margin-top: 20px;
}

/* список экскурсий */
.ex-card, .purchased-card {
    background: #F3F4F4 !important;
    border-radius: 20px !important;
    box-shadow: none;
    overflow: hidden;
    border: none !important;
}
.ex-card__img-wrap, .card-img-top {
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 330/150;
}
.ex-card__body {
    padding: 15px;
    gap: 15px;
}
.ex-card__title, .card-title {
    font-size: 18px;
    color: #2B2B2B;
}
.ex-card__props {
    margin-top: auto;
}
.ex-card__props li {
    color: #7B7B7B;
}
.ex-card__price-section {
    margin-top: 0;
}
.ex-card__props a {
    color: var(--color-accent);
}
.ex-card__props li > i {
    margin-top: 0;
    color: #7B7B7B;
}
.auth-wrapper button[type="submit"] {
    background: var(--color-accent) !important;
    border: 1px solid var(--color-accent) !important;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    padding-block: 13px;
    transition: background 0.2s, color 0.2s;
    margin-top: 12px;
    color: #F3F4F4 !important;
}
.auth-wrapper button[type="submit"]:hover {
    background: transparent !important;
    color: var(--color-accent) !important;
    transform: none;
}
.auth-wrapper input {
    background: #F3F4F4;
    padding: 20px;
    border-radius: 20px;
    color: #2B2B2B;
}
.auth-wrapper input::placeholder {
    color: #7B7B7B;
}
.auth-wrapper input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 .25rem rgba(255, 91, 91,.25);
}
.auth-wrapper a.text-decoration-none {
    color: var(--color-accent);
}
.auth-wrapper .btn-outline-secondary {
    border-radius: 0 20px 20px 0;
}
.ex-card__btn-buy, .ex-detail__btn-buy, .mibok-btn {
    background: var(--color-accent) !important;
    border: 1px solid var(--color-accent) !important;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    padding-block: 13px;
    transition: background 0.2s, color 0.2s;
    margin-top: 12px;
    color: #F3F4F4 !important;
}
.ex-card__btn-buy:hover, .ex-detail__btn-buy:hover, .mibok-btn:hover, .auth-btn:hover {
    background: transparent !important;
    color: var(--color-accent) !important;
    transform: none;
}
.card {
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,.14);
}

/* детальная экскурсии */
.ex-detail__props li > i {
    margin-top: 0;
}

/* главная страница */
.more-excursions {
    border: 1px solid var(--color-accent) !important;
    border-radius: 16px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 13px 48px !important;
    color: #2B2B2B !important;
}
.more-excursions:hover {
    background: var(--color-accent) !important;
    color: #F3F4F4 !important;
}

:root {
    --bs-primary-rgb: 105, 111, 199
}

li i.bi {
    color: var(--color-accent);
    font-size: 18px;
}

.cookie-consent {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    max-width: 450px;
    border-radius: 16px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    animation: cookieSlideIn .35s cubic-bezier(.22,1,.36,1) both;
}
@keyframes cookieSlideIn {
    from { opacity: 0; transform: translateY(20px) scale(.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.cookie-consent__icon { flex-shrink: 0; line-height: 0; }
.cookie-consent__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 16px;
    color: #222;
    line-height: 1.35;
}
.cookie-consent__text strong {
    font-size: 18px;
}
.cookie-consent__btn {
    flex-shrink: 0;
    padding: 7px 16px;
    border: none;
    border-radius: 10px;
    background: #0d6efd;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s;
    white-space: nowrap;
}
.cookie-consent__btn:hover { background: #0b5ed7; }
@media (max-width: 480px) {
    .cookie-consent { bottom: 12px; right: 12px; left: 12px; max-width: none; }
}
.bi-geo-alt-fill::before {

    color: var(--color-accent);
} 

.bi-cart3::before {
      color: var(--color-accent);
}
.cookie-consent__icon {
    display: none;
}
