﻿@font-face {
  font-family: 'Constantia';
  src: url('../font/constantia/constantia.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ConstantiaFallback';
  src: local('Times New Roman');
  size-adjust: 108%;
}

@font-face {
  font-family: 'Denistina';
  src: url('../font/denistina/denistina.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DenistinaFallback';
  src: local('Georgia');
  size-adjust: 79%;
}

@font-face {
  font-family: 'Marck Script';
  src: url('../font/marck-script/marck-script-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MarckScriptFallback';
  src: local('Comic Sans MS'), local('cursive');
  size-adjust: 105%; 
  ascent-override: 90%;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../font/cormorant/cormorant-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../font/cormorant/cormorant-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../font/cormorant/cormorant-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../font/cormorant/cormorant-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'CormorantFallback';
  src: local('Times New Roman');
  size-adjust: 112%;
  ascent-override: 95%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Constantia', 'ConstantiaFallback', serif;
  background-color: #d9d9d9;
}

.font-denistina {
  font-family: 'Denistina', 'DenistinaFallback', serif;
}

.font-marck {
  font-family: 'Marck Script', 'MarckScriptFallback', cursive;
}

.font-cormorant {
  font-family: 'Cormorant', 'CormorantFallback', serif;
}

.header-bg-home-page {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.4)),
    url('../img/bg-home-page.jpg');

  /* background-image: url('../img/bg-home-page.jpg');  */
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-gourmet {
  background-image: url('../img/bg-gourmet-1.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-lifestyle {
  background-image: url('../img/bg-lifestyle.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-retreats {
  background-image: url('../img/bg-retreats.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-romantic-gateway {
  background-image: url('../img/bg-romantic-gateway.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-specials {
  background-image: url('../img/bg-spring-specials.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.header-bg-whats-new {
  background-image: url('../img/bg-whats-new.jpg'); 
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.insider-bg {
  background-image: url('../img/background-3.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-row {
  background-color: rgba(255, 255, 255, 0.4);
}

.video-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: rgba(255, 255, 255, 0.4);
}

.article-card {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.article-card-big {
  position: relative;
  overflow: hidden;
  height: 720px;
}

@media (max-width: 991.98px) {
  .article-card {
    height: 480px;
  }

  .article-card-big {
    height: 480px;
  }
}

.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-card__overlay_type1 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12));
}

.article-card__overlay_type2{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12));
}

.article-card__overlay_type3 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12));
}

@media (max-width: 991.98px) {
  .article-card__overlay_type1 {
    justify-content: flex-end;
  }

  .article-card__overlay_type2{
    justify-content: flex-end;
  }

  .article-card__overlay_type3 {
    justify-content: flex-end;
  }
}

.article-card-big__text_border {
  border: 0.2rem dashed black;
  justify-content: center;
}

@media (max-width: 768px) {
  .article-card-big__text_border {
    border: 0.1rem dashed black;
  }
}

.news-bg {
  background-image: url('../img/background-4.jpg'); 
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.rotate-arrow-180 {
  transform: rotate(180deg);
  display: inline-block;
}

.carousel-item {
  transition: transform 0.6s ease-in-out, opacity 0.6s;
}

#news-slider-caption {
  z-index: 10; 
  min-height: 400px;
}

#news-slider-arrow-left, #news-slider-arrow-right {
  transition: opacity 0.2s;
  user-select: none;
}

#news-slider-arrow-left:hover, #news-slider-arrow-right:hover {
  opacity: 0.7;
}

.news_border {
    border: 0.1rem dashed black;
    min-height: 300px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
  .news_border {
    min-height: 200px !important;
    margin-bottom: 1rem;
    border: 0.1rem dashed black;
  }
}

.newsSwiper .swiper-slide {
  height: auto; 
  display: flex;
}

.newsSwiper .news_border {
  width: 100%; 
}

.main-container {
  max-width: 1920px;
}

.article-container {
  max-width: 1280px;
}

.article-caption-row {
  background-color: rgba(255, 255, 255, 0.4);
}

.header-bg-article-cat-1 {
  background-image: url('../img/background-1.jpg'); 
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.color-golden-beige {
  color: #B2A22B;
}

.article-text {
  font-size: 1.5rem;  
}

.article-text-blockquot_border {
  border-left: 0.3rem dashed black;
}

@media (max-width: 768px) {
  .article-text-blockquot_border {
    border-left: 0.1rem dashed black;
  }
}

.article-text-blockquot_bg {
  background-color: #C9A227;
}

.gold {
  color: #C9A227;
}

.link-lux {
  color: #000;
  transition: all 0.3s ease;
}

.link-lux:hover {
  color: #b8962e;
}

@media (min-width: 993px) {
  .article-image-offset {
    margin-top: 200px;
  }
}

.category-hero-white {
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

.category-hero-black {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.flip-image-horizontal {
    transform: scaleX(-1);
}

.top-image-position {
  object-position: top;
}

.more-content {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.more-content.show {
  opacity: 1;
}

#loadMoreBtn:hover{
 background-color: #C9A227;
 border: 1px solid #C9A227;
}

.menu-lang-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  letter-spacing: 0.08em;
}

.menu-lang-switcher .lang-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.25s ease;
}

.menu-lang-switcher .lang-link:hover {
  color: #000;
}

.menu-lang-switcher .lang-link.active {
  color: #C9A227;
}

.menu-lang-switcher .lang-sep {
  color: rgba(0, 0, 0, 0.45);
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.25);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .scroll-to-top {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

body {
  background-color: #d9d9d9;
  transition: opacity 0.18s ease;
}

body.is-leaving {
  opacity: 0.92;
}

.div-justify-content-evenly {
  justify-content: space-evenly;
}