* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f0;
    color: #1a1a1a;
    overflow-x: hidden;
}

.playfair-display-600 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.playfair-display-500 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


html {
    scroll-behavior: smooth;
}

.booking-widget-wrapper {
    position: absolute;
    width: 100%;
}

.booking-widget {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
}

/* Hero Section - 100vh */
.hero-section {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f5f5f0;
}

/* Header Navigation */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.menu-icon span {
    width: 20px;
    height: 2px;
    background-color: #1a1a1a;
    display: block;
}

.menu-text {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    font-size: 24px;
    letter-spacing: 3px;
    color: #1a1a1a;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: underline;
    cursor: pointer;
}

.reserve-btn {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.reserve-btn a {
    color: inherit;
    text-decoration: inherit;
}

.reserve-btn:hover {
    background-color: #1a1a1a;
}

/* Hero Content */
.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 40px 60px;
}

.hero-image {
    width: 100%;
    max-width: 1200px;
    height: 60vh;
    margin-bottom: 40px;
    position: relative;
}

/* Swiper Slider Styles */
.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.3);
}

/* Hide Swiper navigation and pagination */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-pagination {
    display: none !important;
}

/* Hero Text */
.hero-text {
    text-align: center;
    max-width: 800px;
}

.philosophy-text {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 300;
}

.main-title {
    font-size: 48px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

.discover-link {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.discover-link:hover {
    opacity: 0.7;
}

/* Cards Section */
.cards-section {
    width: 100%;
    padding: 80px 40px 20px 40px;
    background-color: #f5f5f0;
}

.cards-swiper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 30px
}

.cards-swiper .swiper-slide {
    height: auto;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
}

.card-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.card-category {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 15px;
    font-weight: 300;
}

.card-title {
    font-size: 28px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.card-description {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

.card-link {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    display: inline-block;
    align-self: flex-start;
}

.card-link:hover {
    opacity: 0.7;
}

/* Swiper Pagination Styles */
.cards-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
}

.cards-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #1a1a1a;
    opacity: 0.3;
    margin: 0 5px;
    transition: opacity 0.3s ease;
}

.cards-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 15px 20px;
    }
    
    .logo {
        font-size: 20px;
    }
    
    .menu-text {
        display: none;
    }
    
    .language {
        display: none;
    }
    
    .hero-content {
        padding: 0 20px 40px;
    }
    
    .hero-image {
        height: 50vh;
        margin-bottom: 30px;
    }
    
    .main-title {
        font-size: 32px;
    }
    
    .philosophy-text {
        font-size: 10px;
    }
    
    .cards-section {
        padding: 60px 20px;
    }
    
    .card-image {
        height: 400px;
        margin-bottom: 25px;
    }
    
    .card-title {
        font-size: 24px;
    }
    
    .card-description {
        font-size: 14px;
    }
    
    /* Hide pagination on mobile */
    .cards-swiper .swiper-pagination {
        /* display: none !important; */
    }
}

.yandex-reviews {
    display:flex;
    justify-content: center;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.footer-links a {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: underline;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    display: inline-block;
}

footer {
    margin-top: 20px;
}
footer .philosophy-text {
    text-align: center;
    margin-top: 10px;
}

#bnovo_link {
    display: none;
}

#_bnovo_link_ {
    display: none;
}

.mail-link {
    text-transform: lowercase;
}

@media (max-width: 550px) {
    .reserve-btn {
        font-size: 12px;
        padding: 12px;
    }
}