@font-face {
  font-family: "Times CG";
  font-style: normal;
  font-weight: normal;
  src: local("Times CG"), url("fonts/Times CG.woff") format("woff");
}
@font-face {
  font-family: "Times CG Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Times CG Italic"), url("fonts/Times CG Italic.woff") format("woff");
}
@font-face {
  font-family: "Times CG Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Times CG Bold"), url("fonts/Times CG Bold.woff") format("woff");
}
@font-face {
  font-family: "Times CG Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Times CG Bold Italic"), url("fonts/Times CG Bold Italic.woff") format("woff");
}
@font-face {
  font-family: "Cardillac";
  src: local("Cardillac Bold Italic"), local("Cardillac-Bold-Italic"), url("fonts/Cardillac-BoldItalic.woff2") format("woff2"), url("fonts/Cardillac-BoldItalic.woff") format("woff"), url("fonts/Cardillac-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Hd AT"), url("fonts/Dutch 801 Hd AT.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Rm AT Italic"), url("fonts/Dutch 801 Rm AT Italic.TTF") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Rm AT"), url("fonts/Dutch 801 Rm AT.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Rm AT Italic"), url("fonts/Dutch 801 Rm AT Italic.TTF") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 SeBd AT"), url("fonts/Dutch 801 SeBd AT.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 SeBd AT Italic"), url("fonts/Dutch 801 SeBd AT Italic.TTF") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Rm AT Bold"), url("fonts/Dutch 801 Rm AT Bold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 Rm AT Bold Italic"), url("fonts/Dutch 801 Rm AT Bold Italic.TTF") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 XBd AT"), url("fonts/Dutch 801 XBd AT.TTF") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Dutch 801";
  src: local("Dutch 801 XBdIt AT"), url("fonts/Dutch 801 XBdIt AT.TTF") format("truetype");
  font-weight: 800;
  font-style: italic;
}
body {
  background-color: #fafafa;
}
body #wrapper {
  background-color: white;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
}
body .main-content {
  flex: 1;
}

.bg-light-1 {
  background-color: #e2d7c4;
}

.bg-light-2 {
  background-color: #ece7e1;
}

.bg-grey {
  background-color: #ecebe9;
}

.bg-light-grey {
  background-color: #000000;
  color: white !important;
}

/*.bg-light-grey {
  background-color: #f4f4f3;
}*/

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.section-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-title h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 48.0625em) {
  .section-title h3 {
    font-size: 32px;
  }
}
.section-title h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-title p {
  font-size: 15px;
}
.section-title:not(:first-child) {
  margin-top: 50px;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 600;
}
.btn.btn-primary {
  background-color: #f2cb82;
  border-color: #f2cb82;
  color: #010303;
}
.btn.btn-primary:active {
  background-color: #201849;
  border-color: #201849;
  box-shadow: 0 0 0 0.25rem rgba(85, 18, 31, 0.25);
  color: white;
}
.btn.btn-primary:hover {
  background-color: #201849;
  border-color: #201849;
  color: white;
}
.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 18, 31, 0.25);
  color: white;
}
.btn.btn-secondary {
  background-color: #a97e2a;
  border-color: #a97e2a;
}
.btn.btn-secondary:active {
  background-color: #201849;
  border-color: #201849;
  box-shadow: 0 0 0 0.25rem rgba(85, 18, 31, 0.25);
}
.btn.btn-secondary:hover {
  background-color: #201849;
  border-color: #201849;
}
.btn.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 18, 31, 0.25);
}

.alert {
  border-radius: 0;
}
.alert.alert-icon {
  display: flex;
  gap: 15px;
  align-items: center;
}

section.content-section,
section.review-section {
  padding: 80px 0;
}

* {
  --bs-border-width: 2px;
  --bs-border-color: #a9acac;
}

.section-title,
.offer-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.section-title::after,
.offer-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #010303;
}
.section-title h2, .section-title h1,
.offer-title h2,
.offer-title h1 {
  font-family: "Dutch 801";
  font-style: italic;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 500;
  order: 2;
}
@media (max-width: 48.0625em) {
  .section-title h2, .section-title h1,
  .offer-title h2,
  .offer-title h1 {
    font-size: 2rem;
  }
}
.section-title h2 span, .section-title h1 span,
.offer-title h2 span,
.offer-title h1 span {
  font-family: "Dutch 801";
  font-style: italic;
  font-weight: 600;
  font-weight: 700;
}
.section-title h3,
.offer-title h3 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 2rem;
  order: 1;
}
.section-title p,
.offer-title p {
  margin-top: 0.5rem;
  order: 3;
  opacity: 0.7;
  font-size: 16px;
}
.section-title.section-title-sm h2, .section-title.section-title-sm h1,
.offer-title.section-title-sm h2,
.offer-title.section-title-sm h1 {
  font-size: 2rem;
}

.offer-title::after {
  display: none;
}
.offer-title h1, .offer-title h2 {
  font-size: 2rem;
}
.offer-title h1 span, .offer-title h2 span {
  font-family: "Dutch 801";
  font-style: italic;
  font-weight: 600;
  font-weight: 700;
  font-style: italic;
}
.offer-title h3 {
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

@media (min-width: 48.0625em) {
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}

@media (min-width: 992px) {
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}

.full-size-wrapper {
  position: relative;
}
@media (max-width: 48.0625em) {
  .full-size-wrapper {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50% 0 0 0;
  }
  .full-size-wrapper img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.full-size-wrapper img.full-size {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.section-content {
  position: relative;
}
.section-content .section-title {
  margin-bottom: 3rem;
}
.section-content .section-bottom-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 3rem;
  font-size: 18px;
  color: white;
  /*background-color: #56595c;*/
  background-color: #f2cb82;
  text-decoration: none;
  text-align: center;
  transition: all 0.15s ease-in;
}
.section-content .section-bottom-link:focus, .section-content .section-bottom-link:hover {
  background-color: #201849;
}
.section-content .section-bottom-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 18, 31, 0.25);
}
@media (max-width: 48.0625em) {
  .section-content .section-bottom-link {
    font-size: 16px;
    padding: 0.5rem 2rem;
    white-space: nowrap;
  }
}
@media (max-width: 40.0625em) {
  .section-content .section-bottom-link {
    font-size: 14px;
    padding: 0.5rem 1.5rem;
  }
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-logos svg {
  width: 140px;
  object-fit: contain;
}

header .header-top {
  background-color: #f2cb82;
  color: #010303;
  padding: 10px 0;
}
header .header-top .claim {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 600;
}
header .header-top img {
  height: 50px;
}
header .header-top svg {
  height: 40px;
  width: 80px;
  object-fit: contain;
}
header .header-top svg path {
  fill: #010303 !important;
}
header .topbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topbar-container .opening {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .topbar-container .opening .item span {
  font-weight: 700;
}
header .topbar-container .topbar-contact a {
  text-decoration: none;
  //font-style: italic;
  color: #010303;
  font-weight: 600;
}
header .topbar-container .topbar-contact a:hover, header .topbar-container .topbar-contact a:focus {
  text-decoration: underline;
}
header .header-content-wrapper {
  position: relative;
  
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media (max-width: 991px) {
  header .header-content-wrapper {
    
  }
}
header .header-content-wrapper .slider-area .swiper-slide .slide {
  padding-top: var(--header-size);
}
@media (max-width: 48.0625em) {
  header .header-content-wrapper .slider-area .swiper-slide .slide {
    padding-top: 0;
  }
}
header .header-content-wrapper .header-bg-area {
  padding-top: var(--header-size);
  background-size: cover;
  background-position: 50% 50%;
  color: white;
  text-align: center;
  --bg-image: url("/images/premium_photo-1674651240687-92b4ad15d0ea.jpg");
  background-image: var(--bg-image);
  width: 100%;
  aspect-ratio: 1920 / 1080;
}
header .header-content-wrapper .header-bg-area .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
header .header-content-wrapper .header-bg-area h1 {
  font-weight: 600;
  font-family: "Dutch 801";
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  header .header-content-wrapper .header-bg-area h1 {
    font-size: 44px;
    letter-spacing: 1px;
  }
}
@media (max-width: 48.0625em) {
  header .header-content-wrapper .header-bg-area h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
header .header-content-wrapper .header-bg-area p {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "Dutch 801";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991px) {
  header .header-content-wrapper .header-bg-area p {
    font-size: 22px;
  }
}
@media (max-width: 48.0625em) {
  header .header-content-wrapper .header-bg-area p {
    font-size: 18px;
  }
}
header .header-content-wrapper .header-content {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-size);
}
@media (max-width: 991px) {
  header .header-content-wrapper .header-content {
    /*background-color: rgba(0, 0, 0, 0.5);*/
  }
}
header .header-content {
  padding: 10px 0 10px 0;
  position: relative;
  /*background-color: transparent;*/
  /*background-color: rgba(0,0,0,0.20);*/
}
@media (max-width: 991px) {
  header .header-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .logo {
  padding-top: 5px;
}
header .logo img {
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(2px 0 rgba(0, 0, 0, 0.2));
}
header .logo a {
  transition: all 0.15s ease-in;
}
header .logo a:hover {
  opacity: 0.8;
}
header nav.navbar {
  position: initial;
  --bs-navbar-color: white;
  --bs-navbar-toggler-border-color: #F2CB82;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header nav.navbar ul.main_menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav.navbar ul.navbar-nav {
  flex: 1;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav {
    align-items: center;
    text-align: center;
  }
}
header nav.navbar ul.navbar-logo {
  margin: 0;
  padding: 0;
  align-items: center;
  list-style-type: none;
}
@media (max-width: 991px) {
  header nav.navbar ul.navbar-logo {
    display: none;
  }
}
header nav.navbar li.nav-item > a {
  color: #fdfdfa;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  --bs-navbar-active-color:#f2cb82;
  transition: all 0.15s ease-in;
}
header nav.navbar li.nav-item > a.active, header nav.navbar li.nav-item > a:hover {
  color: #f2cb82;
  background-color: rgba(255, 255, 255, 0.15);
}
header nav.navbar li.nav-item > a:focus {
  outline-color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 1449px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 25px !important;
  }
}
@media (max-width: 1199px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 5px !important;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 25px !important;
    border-bottom: 1px solid rgba(169, 126, 42, 0.25);
    color: #010303;
  }
  header nav.navbar li.nav-item > a.active, header nav.navbar li.nav-item > a:hover {
    background-color: #201849;
  }
}
header nav.navbar .navbar-collapse {
  z-index: 999;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  header nav.navbar .navbar-collapse {
    border-top: 2px solid #f2cb82;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
@media (max-width: 991px) {
  header nav.navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
header a.cta {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #a97e2a;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease-in;
}
header a.cta:hover {
  background-color: #f2cb82;
}
header a.cta:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 126, 42, 0.25);
}
@media (max-width: 48.0625em) {
  header a.cta {
    display: none;
  }
}
header .navbar-toggler {
  border-radius: 30px;
  height: 44px;
}

@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
    border-bottom: 1px solid rgba(169, 126, 42, 0.25);
    border-radius: 0;
  }
  .dropdown-menu .dropdown-item {
    padding-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: rgba(242, 203, 130, 0.25);
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #f2cb82;
    border-radius: 0;
  }
  .dropdown-menu .dropdown-item {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: rgba(242, 203, 130, 0.25);
  }
}

.logo-mobile img {
  width: 120px;
  height: 70px;
  object-fit: contain;
}

footer {
  margin-top: auto;
  position: relative;
  --overhang-height:120px;
}
footer .container {
  position: relative;
}
footer .footer-main {
  background-color: #1b1b1c;
  padding: 80px 0;
  color: #fdfdfa;
}
@media (max-width: 991px) {
  footer .footer-main {
    padding-top: 50px;
  }
}
footer .footer-logo svg {
  max-width: 180px;
  height: auto;
}
footer .footer-logo svg path {
  fill: white !important;
}
footer .footer-bottom {
  background-color: #f2cb82;
  color: #010303;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
}
footer ul.footer-links {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
footer ul.footer-links > li {
  margin-bottom: 0.5rem;
}
footer ul.footer-links > li > a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  transform: translateX(0);
  transition: all 0.15s ease-in;
}
footer ul.footer-links > li > a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  background-color: white;
  height: 1px;
  transition: all 0.15s ease-in;
}
footer ul.footer-links > li > a:hover::after {
  width: 100%;
}
footer .footer-logo {
  max-width: 100%;
}
footer .socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
}
footer .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  color: #010303;
  background-color: white;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
footer .socials a:hover {
  transform: rotate(10deg);
  opacity: 0.8;
}
footer .address-points {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 2rem;
}
footer .address-points > li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
footer .newsletter {
  margin-top: 2rem;
}
footer .newsletter form {
  background-color: white;
  padding: 5px;
  gap: 5px;
  display: flex;
}
footer .newsletter form input {
  flex: 1;
  font-size: 15px;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  min-width: 50px;
}
footer .newsletter form button {
  background-color: #f2cb82;
  color: #010303;
  border: none;
  height: 36px;
  padding: 5px 15px;
  font-size: 15px;
  transition: all 0.15s ease-in;
}
footer .newsletter form button:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 126, 42, 0.25);
}
footer .newsletter form button:hover, footer .newsletter form button:active {
  background-color: rgba(169, 126, 42, 0.85);
}

:root {
  --swiper-navigation-color: #f2cb82;
  --swiper-pagination-color: #f2cb82;
  --swiper-navigation-size: 30px;
  --swiper-pagination-bullet-inactive-color: white;
}

.fullscreen {
  height: auto;
  min-height: 60vw;
  height: 60vw;
  background-position: 50% 50%;
  background-size: cover;
}
/*@media (min-width: 1920px) {
  .fullscreen {
    min-height: 790px;
    max-height: 790px;
  }
}*/
/*@media (max-width: 48.0625em) {
  .fullscreen {
    min-height: 360px;
    height: 60vh;
  }
}*/

.swiper-button-prev, .swiper-button-next {
  background-color: white;
  width: calc(var(--swiper-navigation-size) + 10px);
  height: calc(var(--swiper-navigation-size) + 10px);
  border-radius: 99px;
  border: 1px solid #d0d5dd;
  background-color: #f2cb82;
  color: black;
  transition: all 0.15s ease-in;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: #000000;
  background-color: #000000;
  color: white;
}

.swiper-tertiary .swiper-button-prev, .swiper-tertiary .swiper-button-next {
  background-color: #000000;
  color: white;
}
.swiper-tertiary .swiper-button-prev:hover, .swiper-tertiary .swiper-button-next:hover {
  border-color: #f2cb82;
  background-color: #f2cb82;
  color: black;
}

.swiper-button-prev::after {
  content: "\f060";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
}

.swiper-button-next::after {
  content: "\f061";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
}

.swiper-outside {
  position: relative;
}
.swiper-outside .swiper-button-prev {
  left: -30px;
}
.swiper-outside .swiper-button-next {
  right: -30px;
}
@media (max-width: 48.0625em) {
  .swiper-outside .swiper-button-prev .swiper-outside .swiper-button-next {
    display: none;
  }
}

@media (max-width: 48.0625em) {
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 48.0625em) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-outside .swiper-pagination {
  bottom: -15px;
}

.swiper-slide {
  height: auto;
}
.swiper-slide a {
  text-decoration: none;
}
.swiper-slide .slide .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.ht__breadcrumb__area {
  background-color: #a97e2a;
  color: white;
  padding: 50px 0;
}
.ht__breadcrumb__area .breadcrumb-title {
  font-weight: 700;
  font-size: 38px;
  margin: 0;
}
.ht__breadcrumb__area .breadcrumb-content a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ht__breadcrumb__area .breadcrumb-content a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: white;
  transition: all 0.15s ease-in;
}
.ht__breadcrumb__area .breadcrumb-content a:hover::after {
  width: 100%;
}

.product {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in;
  height: calc(100% - 20px);
}
.product::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #a97e2a;
  transition: all 0.15s ease-in;
}
.product .product__thumb {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
  margin-bottom: 0.5rem;
}
.product .product__thumb img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product .product__thumb img {
  border-radius: 4px;
}
.product .product__thumb .product-badges {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  left: 5px;
  top: 5px;
  gap: 5px;
}
.product .product__thumb .product-badges .hot__box {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
}
@media (max-width: 48.0625em) {
  .product .product__thumb .product-badges .hot__box {
    padding: 1px 4px;
  }
}
.product .product__content {
  display: flex;
  flex-direction: column;
  padding: 5px;
  flex: 1;
}
.product .product__content h4 {
  font-size: 16px;
}
@media (max-width: 48.0625em) {
  .product .product__content h4 {
    font-size: 15px;
  }
}
.product .product__content h4 a {
  color: #1b1b1c;
  text-decoration: none;
}
.product .product__content .product__content-title {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.product .product__content .product__content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  margin-top: auto;
  align-items: baseline;
}
.product .product__content .product__content-bottom .allergens {
  background-color: #f7f7f7;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 5px;
}
@media (max-width: 48.0625em) {
  .product .product__content .product__content-bottom {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.product .product__content .price {
  list-style-type: none;
  display: flex;
  gap: 15px;
  padding: 0;
  font-size: 15px;
  align-items: baseline;
  margin: 0;
}
@media (max-width: 48.0625em) {
  .product .product__content .price {
    gap: 5px;
  }
}
.product .product__content .price .old_price {
  font-size: 12px;
  color: #a97e2a;
  text-decoration: line-through;
}
.product .discount-badge {
  background-color: #a97e2a;
  color: white;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 15px;
  line-height: 1;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 48.0625em) {
  .product .discount-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
  }
}
.product:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product:hover::after {
  width: 100%;
}

form .form-group {
  margin-bottom: 30px;
}
form .input-group {
  position: relative;
}
form .input-group .input-icon {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 13px;
}
form .input-group input, form .input-group textarea {
  padding-right: 30px;
}
form .input-group input:focus + .input-icon, form .input-group textarea:focus + .input-icon {
  color: #a97e2a;
}
form input.form-control, form textarea.form-control {
  background-color: white;
  border: none;
  border-bottom: 1px solid #010303;
  border-radius: 0;
  padding: 5px 15px;
}
form input.form-control:focus, form textarea.form-control:focus {
  background-color: #f5f5f7;
  border-color: #a97e2a;
  box-shadow: none;
}
form input.form-control {
  height: 42px;
}

.checkbox-item {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.checkbox-item a {
  color: #a97e2a;
}
.checkbox-item a:hover {
  color: #201849;
}

.form-check-input:checked {
  background-color: #a97e2a;
  border-color: #a97e2a;
}

.nav-tabs {
  border: 2px solid #f2cb82;
  border-radius: 24px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 991px) {
  .nav-tabs {
    border-color: transparent;
  }
}
.nav-tabs .nav-link {
  padding: 0;
  margin: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link a {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #1b1b1c;
  font-weight: 600;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-link a.active {
  background-color: #f2cb82;
  border-radius: 99px;
  color: white;
}

.testimonial-area {
  max-width: 680px;
}
.testimonial-area .swiper-slide {
  overflow: hidden;
}
.testimonial-area .testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 30px 60px;
}
.testimonial-area .testimonial-slide .testimonial-main {
  font-style: italic;
  opacity: 0.7;
}
.testimonial-area .testimonial-slide .testimonial-stars {
  height: 20px;
  width: 200px;
  background: url("/assets/img/stars-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 15px 0;
}
.testimonial-area .testimonial-slide .name__post {
  font-weight: 600;
}
.testimonial-area.swiper-tertiary .testimonial-slide .testimonial-stars {
  background-image: url("/assets/img/stars-5-alt.svg");
}

.slider-area {
  width: 100%;
}
.slider-area .slide-content {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 48.0625em) {
  .slider-area .slide-content {
    padding: 20px 0;
  }
}
.slider-area .slide-content .three-stars {
  background-image: url("/assets/img/stars.svg");
  height: 40px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .slider-area .slide-content .three-stars {
    height: 30px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .slide-content .three-stars {
    height: 25px;
    margin-bottom: 15px;
  }
}
.slider-area .slide-content .slide-header {
  font-weight: 600;
  font-family: "Dutch 801";
  font-size: 56px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .slider-area .slide-content .slide-header {
    font-size: 44px;
    letter-spacing: 1px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .slide-content .slide-header {
    font-size: 24px;
    line-height: 1.2;
  }
}
.slider-area .slide-content .slide-text {
  font-family: "Dutch 801";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .slider-area .slide-content .slide-text {
    font-size: 22px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .slide-content .slide-text {
    font-size: 18px;
  }
}
.slider-area .slide-content .slide-button {
  text-transform: uppercase;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .slider-area .slide-content .slide-button {
    margin-top: 30px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .slide-content .slide-button {
    margin-top: 15px;
  }
}

.banner-section {
  border-top: 2px solid #f2cb82;
  border-bottom: 2px solid #f2cb82;
  padding: 15px 0;
}

.banner-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  align-items: center;
  gap: 15px;
}
.banner-items .banner-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 5px;
  border-radius: 10px;
  background-color: white;
}
.banner-items .banner-item .banner-icon {
  color: #f2cb82;
  font-size: 24px;
  width: 48px;
  text-align: center;
  margin-right: 1rem;
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item .banner-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.banner-items .banner-item .banner-text {
  line-height: 1.4;
}
.banner-items .banner-item .banner-text h4 {
  margin: 0;
  font-size: 12px;
}
.banner-items .banner-item .banner-text p {
  font-size: 14px;
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item .banner-text p {
    font-size: 13px;
  }
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item {
    flex-direction: column;
    text-align: center;
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .banner-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 40.0625em) {
  .banner-items {
    gap: 5px;
  }
}

section.slider_overhang {
  position: relative;
  z-index: 99;
}
section.slider_overhang .container {
  position: relative;
}
section.slider_overhang .slider_overhang-items {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 30px;
}
section.slider_overhang .slider_overhang-items .slider_overhang-item {
  flex: 1;
  padding: 30px 45px;
  background-color: #a97e2a;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 8px;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item {
    padding: 15px 25px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header {
  display: flex;
  gap: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header {
    margin-bottom: 0.5rem;
    align-items: center;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header h4 {
    font-size: 18px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header i {
  margin-left: auto;
  font-size: 58px;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header i {
    font-size: 32px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item p {
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  section.slider_overhang .slider_overhang-items {
    flex-direction: column;
    position: relative;
    top: -25px;
  }
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items {
    top: 0;
    gap: 1px;
  }
}
@media (max-width: 991px) {
  section.slider_overhang {
    background-color: #f5f5f5;
    margin-bottom: -100px;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
}
.team-member .team-member-thumb {
  padding: 20px;
}
.team-member .team-member-thumb a {
  display: block;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0;
  border-radius: 999px;
  position: relative;
  overflow: visible;
  transition: all 0.15s ease-in;
}
.team-member .team-member-thumb a img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-member .team-member-thumb a img {
  overflow: hidden;
  border-radius: 999px;
}
.team-member .team-member-thumb a::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #a97e2a;
  opacity: 0;
  border-radius: 999px;
  transition: all 0.15s ease-in;
}
.team-member .team-member-thumb a:hover::after {
  border-width: 5px;
  opacity: 1;
}
.team-member .team-member-content {
  display: flex;
  flex-direction: column;
}
.team-member .team-member-content h4 {
  margin: 0;
  font-size: 24px;
}
.team-member .team-member-content .position {
  color: #a97e2a;
  font-size: 18px;
}
.team-member .team-member-content .socials {
  padding: 15px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-member .team-member-content .socials a {
  background-color: rgba(169, 126, 42, 0.25);
  transition: all 0.15s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 99px;
}
.team-member .team-member-content .socials a i {
  color: black;
  transition: all 0.15s ease-in;
}
.team-member .team-member-content .socials a:hover {
  background-color: #a97e2a;
}
.team-member .team-member-content .socials a:hover i {
  color: white;
}

.carousel-row .carousel-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 50% 0 0 0;
}
.carousel-row .carousel-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-row .carousel-image.carousel-image-right {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 48.0625em) {
  .carousel-row .carousel-image.carousel-image-right {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.carousel-row .carousel-image.carousel-image-left {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 48.0625em) {
  .carousel-row .carousel-image.carousel-image-left {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.carousel-row .carousel-content img {
  max-width: 100%;
  height: auto !important;
}

.index-logo {
  height: 120px;
  object-fit: contain;
}

.offer-section .offer {
  max-width: calc(660px - 3rem);
}
.offer-section .offer .offer-description {
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 600;
  opacity: 0.9;
}
.offer-section .offer .offer-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0;
  gap: 15px;
}
.offer-section .offer .offer-details .offer-detail {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.offer-section .offer .restriction-info {
  font-weight: 600;
  font-size: 14px;
  margin-top: 2rem;
}
.offer-section .offer > a {
  margin-top: 2rem;
}
.offer-section.content-right > .row {
  flex-direction: row-reverse;
}
.offer-section.content-right .offer-wrapper {
  display: flex;
  justify-content: flex-end;
}
.offer-section.content-right .offer {
  text-align: right;
}

.gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.gallery-list .gallery_item {
  display: flex;
  flex-direction: column;
}
.gallery-list .gallery_item .gallery_item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 80% 0 0 0;
}
.gallery-list .gallery_item .gallery_item-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-list .gallery_item .gallery_item-image a {
  transition: all 0.15s ease-in;
}
.gallery-list .gallery_item .gallery_item-image a:hover {
  opacity: 0.8;
}
.gallery-list .gallery_item .gallery_item-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  flex: 1;
}
.gallery-list .gallery_item .gallery_item-main h3 {
  font-weight: 600;
  font-family: "Dutch 801";
  letter-spacing: 2px;
}
.gallery-list .gallery_item .gallery_item-main a {
  margin-top: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
  margin-left: -15px;
  margin-right: 15px;
  width: calc(100% + 30px);
}
.gallery .image-wrapper {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 48.0625em) {
  .gallery .image-wrapper {
    padding: 0 5px;
    width: 50%;
  }
}
.gallery .image {
  display: block;
  flex: 1;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
  overflow: visible;
}
.gallery .image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery .image a::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #a97e2a;
  opacity: 0;
  border-radius: 0;
  transition: all 0.15s ease-in;
}
.gallery .image a:hover::after {
  border-width: 5px;
  opacity: 1;
}
@media (max-width: 48.0625em) {
  .gallery {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: 5px;
    gap: 10px 0;
    width: calc(100% + 10px);
  }
}

.sidebar {
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: white;
}
@media (max-width: 991px) {
  .sidebar {
    box-shadow: none;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a97e2a;
  }
}
.sidebar ul.sidebar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.sidebar-list a {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0;
  text-decoration: none;
  color: #1b1b1c;
  position: relative;
  transition: all 0.15s ease-in;
  font-size: 15px;
}
.sidebar ul.sidebar-list a.active {
  color: #a97e2a;
  font-weight: 600;
}
.sidebar ul.sidebar-list a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
  background-color: #a97e2a;
  transition: all 0.15s ease-in;
}
.sidebar ul.sidebar-list a:hover {
  color: #a97e2a;
}
.sidebar ul.sidebar-list a:hover::after {
  height: 100%;
}
.sidebar hr {
  margin: 1rem 0;
  border-color: rgba(0, 0, 0, 0.5);
}
.sidebar .sidebar-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 18px;
}

.page-content {
  color: #010303;
  line-height: 1.5;
}
.page-content strong {
  color: #010303;
  font-weight: 600;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 1rem;
  color: #010303;
}
.page-content h1 strong, .page-content h2 strong, .page-content h3 strong, .page-content h4 strong, .page-content h5 strong, .page-content h6 strong {
  font-weight: 700;
}
.page-content h1:last-child, .page-content h2:last-child, .page-content h3:last-child, .page-content h4:last-child, .page-content h5:last-child, .page-content h6:last-child {
  margin-bottom: 0;
}
.page-content h4, .page-content h5, .page-content h6 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 2rem;
  order: 1;
}
.page-content h1, .page-content h2, .page-content h3 {
  font-weight: 600;
  font-family: "Dutch 801";
  font-weight: 500;
}
.page-content h1.text-center, .page-content h2.text-center, .page-content h3.text-center {
  position: relative;
  display: inline-block;
}
.page-content table {
  width: 100%;
}
.page-content table th {
  background-color: #f2cb82;
  color: #010303;
  border: none;
  border-bottom: 2px solid #201849;
  padding: 5px 10px;
}
.page-content table tr td {
  padding: 2px 10px;
  border-bottom: 1px solid #201849;
}
.page-content blockquote {
  background-color: #f7f7f7;
  padding: 15px;
  border-top: 5px solid #f2cb82;
}
.page-content ul li::marker, .page-content ol li::marker {
  color: #f2cb82;
}
.page-content a {
  color: #a97e2a;
}
.page-content a:hover {
  color: #201849;
}
.page-content img {
  max-width: 100%;
  height: auto !important;
}

.page-image {
  margin-bottom: 15px;
}
.page-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.daily_menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.daily_menu .daily_menu-day {
  --day-color: #0c4a44;
}
.daily_menu .daily_menu-day .daily_menu-header {
  background-color: var(--day-color, #f2cb82);
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 15px;
  display: flex;
}
.daily_menu .daily_menu-day .daily_menu-header span {
  margin-left: auto;
}
.daily_menu .daily_menu-day.today {
  --day-color: #631b1f;
}
.daily_menu .daily_menu-day .daily_menu-no_items {
  text-align: center;
  font-size: 18px;
  padding: 30px 15px;
}

.daily_menu-item {
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 75px auto;
  grid-template-areas: "weight title" "price description" "price allergens";
  align-items: baseline;
  gap: 2px 15px;
  position: relative;
  background-color: transparent;
  transition: all 0.15s ease-in;
}
.daily_menu-item::after, .daily_menu-item::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  background-color: var(--day-color, #656a6a);
  transition: all 0.15s ease-in;
}
.daily_menu-item::before {
  background-color: #201849;
}
.daily_menu-item::before {
  height: 2px;
  opacity: 0.8;
  width: 0;
}
.daily_menu-item:hover {
  background-color: #f7f7f7;
}
.daily_menu-item:hover::before {
  width: 100%;
}
.daily_menu-item .product-heading-wrapper {
  flex: 1;
}
@media (max-width: 48.0625em) {
  .daily_menu-item .product-heading-wrapper {
    width: 100%;
  }
}
.daily_menu-item .weight {
  grid-area: weight;
}
.daily_menu-item .product-price {
  grid-area: price;
  align-self: end;
}
.daily_menu-item .product-title {
  grid-area: title;
}
.daily_menu-item .product-title .product-badges {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.daily_menu-item .product-title .product-badges .hot__box {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
}
@media (max-width: 48.0625em) {
  .daily_menu-item .product-title .product-badges .hot__box {
    padding: 1px 4px;
  }
}
.daily_menu-item .product-description {
  grid-area: description;
}
.daily_menu-item .product-allergens {
  grid-area: allergens;
}
.daily_menu-item h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #201849;
}
.daily_menu-item p {
  font-size: 15px;
  opacity: 0.9;
  margin: 0;
  font-weight: 600;
}
.daily_menu-item .product-price {
  text-align: left;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.daily_menu-item .product-price .old_price {
  opacity: 0.6;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
.daily_menu-item .allergens {
  opacity: 0.8;
  font-size: 13px;
}

.menu-categories {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
@media (max-width: 48.0625em) {
  .menu-categories {
    margin-bottom: 30px;
  }
}
.menu-categories h3 {
  font-size: 18px;
}
@media (max-width: 48.0625em) {
  .menu-categories .menu-nav ul {
    gap: 5px 15px;
  }
}
.menu-categories .menu-nav li button {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  color: #65696a;
  background-color: transparent;
  border: none;
  font-size: 15px;
  gap: 8px;
  padding: 4px 8px;
  margin-left: -8px;
  transition: all 0.15s ease-in;
}
.menu-categories .menu-nav li button .checkmark {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #65696a;
  transition: all 0.15s ease-in;
  --checkmarkColor: white;
  --checkmarkStrokeWidth: 2px;
  --checkmarkHeight: 8px;
  --checkmarkWidth: 5px;
}
.menu-categories .menu-nav li button .checkmark::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.15s ease-in;
  content: "";
  display: inline-block;
  transform: rotate(45deg) translate(calc(-50% - 3px), calc(-50% + 2px));
  height: var(--checkmarkHeight);
  width: var(--checkmarkWidth);
  border-bottom: var(--checkmarkStrokeWidth) solid var(--checkmarkColor);
  border-right: var(--checkmarkStrokeWidth) solid var(--checkmarkColor);
  opacity: 0;
}
.menu-categories .menu-nav li button:hover {
  background-color: rgba(85, 18, 31, 0.05);
}
.menu-categories .menu-nav li button:hover, .menu-categories .menu-nav li button:focus {
  color: #201849;
}
.menu-categories .menu-nav li button:hover .checkmark, .menu-categories .menu-nav li button:focus .checkmark {
  border-radius: #201849;
}
.menu-categories .menu-nav li button.active {
  color: #201849;
}
.menu-categories .menu-nav li button.active .checkmark {
  background-color: #201849;
}
.menu-categories .menu-nav li button.active .checkmark::after {
  opacity: 1;
}

.menu-footer-item h2 {
  margin-bottom: 3rem;
  font-weight: 600;
}
@media (max-width: 48.0625em) {
  .menu-footer-item h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 48.0625em) {
  .menu-footer-item {
    margin-bottom: 2rem;
  }
}
.menu-footer-item a {
  color: var(--bs-body-color);
  transition: all 0.15s ease-in;
}
.menu-footer-item a:hover {
  color: #201849;
}
.menu-footer-item p {
  font-weight: 600;
}
.menu-footer-item .allergen {
  transition: all 0.15s ease-in;
}
.menu-footer-item .allergen:hover {
  color: #201849;
}
.menu-footer-item .allergen:not(:last-child)::after {
  content: ";";
}
.menu-footer-item .allergen small {
  font-weight: 500;
}

.pizza-logo {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 48.0625em) {
  .pizza-logo {
    margin-bottom: 2rem;
    max-width: 180px;
  }
}

.accordion .acc-header {
  background-color: #a97e2a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.15s ease-in;
}
.accordion .acc-header h5 {
  margin: 0;
  flex: 1;
}
.accordion .acc-header a {
  text-align: left;
  display: block;
  padding: 10px 20px;
  padding-right: 40px;
  color: white;
  text-decoration: none;
  position: relative;
}
.accordion .acc-header a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .card {
  border: 1px solid #f2cb82;
  border-radius: 0;
}
.accordion .card:not(:last-child) {
  margin-bottom: 15px;
}
.accordion .card:hover .acc-header {
  background-color: #201849;
}

.acc-header h5 a::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: white;
  padding: 0;
}

.acc-header h5 a.collapsed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: white;
  padding: 0;
}

section.map {
  margin-bottom: -6px;
}
section.map #map {
  width: 100%;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

section.contact .contact-box {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 60px;
}
@media (max-width: 48.0625em) {
  section.contact .contact-box {
    padding: 30px;
  }
}
section.contact .contact-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.contact a.contact-item, section.contact span.contact-item {
  text-decoration: none;
  color: #1b1b1c;
  height: 60px;
  border-radius: 30px;
  display: flex;
  gap: 1.5rem;
}
section.contact a.contact-item .item-icon, section.contact span.contact-item .item-icon {
  background-color: #a97e2a;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact a.contact-item .item-icon i, section.contact span.contact-item .item-icon i {
  color: white;
}
section.contact a.contact-item .item-content, section.contact span.contact-item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
section.contact a.contact-item .item-content .title, section.contact span.contact-item .item-content .title {
  font-weight: 700;
}
section.contact a.contact-item .item-content .desc, section.contact span.contact-item .item-content .desc {
  opacity: 0.8;
}
section.contact a.contact-item:hover, section.contact span.contact-item:hover {
  background-color: rgba(169, 126, 42, 0.05);
}

.contact_item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact_item > i {
  font-size: 32px;
  width: 40px;
  min-width: 40px;
  text-align: center;
}
.contact_item .contact_item-content {
  display: flex;
  flex-direction: column;
}
.contact_item .contact_item-content h5 {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-weight: 600;
}
.contact_item .contact_item-content a, .contact_item .contact_item-content span {
  text-decoration: none;
  color: #010303;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 600;
}
.contact_item .contact_item-content a {
  transition: all 0.15s ease-in;
}
.contact_item .contact_item-content a:hover, .contact_item .contact_item-content a:focus {
  color: #201849;
}

.blog-list {
  display: flex;
  gap: 30px;
}

.blog-item {
  height: 100%;
  background-color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease-in;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
}
.blog-item::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #a97e2a;
  transition: all 0.15s ease-in;
}
.blog-item .blog-thumb {
  margin-bottom: 10px;
  grid-area: image;
}
.blog-item .blog-thumb .blog-thumb-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
}
.blog-item .blog-thumb .blog-thumb-img img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-item .blog-thumb .blog-thumb-img img {
  border-radius: 6px;
}
@media (max-width: 991px) {
  .blog-item .blog-thumb {
    margin-bottom: 0;
  }
}
.blog-item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-item:hover::after {
  width: 100%;
}
.blog-item .blog-meta {
  padding: 5px;
  font-size: 13px;
  opacity: 0.6;
  display: flex;
  gap: 16px;
  grid-area: meta;
}
.blog-item .blog-meta > span:not(:first-child) {
  position: relative;
}
.blog-item .blog-meta > span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  bottom: 3px;
  width: 1px;
  background-color: #1b1b1c;
}
.blog-item .blog-desc {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex: 1;
  grid-area: desc;
}
.blog-item .blog-desc h4 {
  font-weight: 600;
  color: #1b1b1c;
  text-decoration: none;
}
.blog-item .blog-desc h4:hover {
  color: #a97e2a;
  text-decoration: underline;
}
.blog-item .blog-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-height: 1.5rem; /* fallback */
  max-height: 7.5rem; /* fallback */
}
.blog-item .blog-desc a {
  margin-top: auto;
  font-weight: 600;
  color: #1b1b1c;
  text-decoration: none;
}
.blog-item .blog-desc a:hover {
  color: #a97e2a;
}
@media (max-width: 991px) {
  .blog-item {
    display: grid;
    grid-template-areas: "image meta" "image desc";
    grid-template-columns: 1fr 3fr;
    gap: 0 10px;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .blog-item {
    grid-template-columns: 1fr 2fr;
  }
}

.category-section:not(:last-child) {
  margin-bottom: 50px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.product-list .product-wrapper {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .product-list {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
  }
  .product-list .product-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 991px) {
  .product-list .product-wrapper {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 48.0625em) {
  .product-list {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px 0;
  }
  .product-list .product-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    max-width: 50%;
  }
}

.category_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  background-color: white;
  transition: all 0.15s ease-in;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.category_item .category_item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 150% 0 0 0;
  border-radius: 4px;
}
.category_item .category_item-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.category_item .category_item-name {
  text-decoration: none;
  color: #1b1b1c;
  font-weight: 600;
  padding: 5px;
  margin: auto;
  transition: all 0.15s ease-in;
}
.category_item::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #a97e2a;
  transition: all 0.15s ease-in;
}
.category_item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.category_item:hover::after {
  width: 100%;
}
.category_item:hover .category_item-name {
  color: #a97e2a;
}

.room_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.room_item .room_item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 80% 0 0 0;
}
.room_item .room_item-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.room_item .room_item-image a {
  transition: all 0.15s ease-in;
}
.room_item .room_item-image a:hover {
  opacity: 0.8;
}
.room_item .room_item-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  flex: 1;
}
@media (max-width: 48.0625em) {
  .room_item .room_item-main {
    padding: 10px;
    padding-bottom: 30px;
  }
}
.room_item .room_item-main h3 {
  font-weight: 600;
  font-family: "Dutch 801";
  letter-spacing: 2px;
}
.room_item .room_item-main p {
  font-weight: 600;
  opacity: 0.8;
}
.room_item .room_item-main .price {
  margin-top: auto;
}

.room-area {
  --swiper-pagination-bottom: 0px;
}

.room_listings {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.room_listing {
  display: flex;
}
.room_listing .room_listing-content {
  flex: 1;
  padding: 3rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.room_listing .room_listing-content .room_listing-price {
  position: absolute;
  background-color: #f2cb82;
  top: 50%;
  right: 0;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
}
.room_listing .room_listing-content .room_listing-main {
  max-width: 480px;
}
.room_listing .room_listing-content .room_listing-main h3 {
  margin-bottom: 2rem;
}
.room_listing .room_listing-content .room_listing-main p {
  font-weight: 600;
}
.room_listing .room_listing-content .room_listing-main .room_listing-main_description {
  padding-right: 0px;
  text-align: right;
}
@media (max-width: 991px){
	.room_listing .room_listing-content .room_listing-main .room_listing-main_description {
		padding-right: 0px;
		text-align: center;
	}
}
@media (max-width: 40.0625em) {
  .room_listing .room_listing-content .room_listing-main .room_listing-main_description {
    padding-right: 0;
    text-align: center;
  }
}
.room_listing .room_listing-content .room_listing-main .features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.room_listing .room_listing-content .room_listing-main .features .feature_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  --image-size: 45px;
}
.room_listing .room_listing-content .room_listing-main .features .feature_item img {
  width: var(--image-size);
  height: var(--image-size);
  min-width: var(--image-size);
  object-fit: contain;
}
.room_listing .room_listing-content .room_listing-main .features .feature_item span {
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  width: 20ch;
  word-wrap: break-word;
}
.room_listing .room_listing-image {
  flex: 2;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 40% 0 0 0;
}
.room_listing .room_listing-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 48.0625em) {
  .room_listing .room_listing-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60% 0 0 0;
  }
  .room_listing .room_listing-image img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 40.0625em) {
  .room_listing .room_listing-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 80% 0 0 0;
  }
  .room_listing .room_listing-image img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.room_listing .room_listing-image .room_listing-detail {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 0;
  height: 120px;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
  color: #010303;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px;
  transition: all 0.15s ease-in;
}
.room_listing .room_listing-image .room_listing-detail:hover, .room_listing .room_listing-image .room_listing-detail:focus {
  background-color: #201849;
  color: white;
}
.room_listing.content-right {
  flex-direction: row-reverse;
}
.room_listing.content-right .room_listing-content {
  align-items: flex-start;
}
.room_listing.content-right .room_listing-content .room_listing-price {
  right: unset;
  left: 0;
}
.room_listing.content-right .room_listing-content .room_listing-main .room_listing-main_description {
  padding-right: unset;
  padding-left: 0px;
  text-align: left;
}
@media (max-width: 40.0625em) {
  .room_listing.content-right .room_listing-content .room_listing-main .room_listing-main_description {
    padding-left: 0;
    text-align: center;
  }
}
.room_listing.content-right .room_listing-image .room_listing-detail {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .room_listing {
    flex-direction: column;
  }
  .room_listing .room_listing-content {
    flex: 2;
    flex-direction: row;
  }
  .room_listing .room_listing-content .room_listing-price {
    right: 20px;
    bottom: 0;
    top: unset;
    transform: unset;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .room_listing .room_listing-content .room_listing-price {
    top: 100%;
    bottom: unset;
    right: 50%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .room_listing .room_listing-content .room_listing-main {
    max-width: 100%;
  }
  .room_listing .room_listing-content .features {
    max-width: 360px;
    display: unset !important;
    /*margin-left: auto;*/
  }
  .room_listing .room_listing-image {
    flex: 1;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .room_listing .room_listing-image {
    flex: 3;
  }
}
@media (max-width: 991px) {
  .room_listing .room_listing-image .room_listing-detail {
    top: 240px;
    left: unset;
    right: 20px;
    transform: unset;
    font-size: 10px;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .room_listing .room_listing-image .room_listing-detail {
    left: 80%;
    z-index: 1;
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .room_listing.content-right {
    flex-direction: column;
  }
  .room_listing.content-right .room_listing-content {
    align-items: flex-start;
  }
  .room_listing.content-right .room_listing-content .room_listing-price {
    right: unset;
    left: 20px;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .room_listing.content-right .room_listing-content .room_listing-price {
    top: 100%;
    bottom: unset;
    left: 50%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .room_listing.content-right .room_listing-content .features {
    margin-left: unset;
    margin-right: auto;
    display: unset;
  }
  .room_listing.content-right .room_listing-image .room_listing-detail {
    left: 20px;
    right: unset;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .room_listing.content-right .room_listing-image .room_listing-detail {
    left: unset;
    left: 80%;
    z-index: 1;
  }
}

.room-content .room-price {
  background-color: #f2cb82;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
}
@media (max-width: 991px) {
  .room-content .room-price {
    margin-top: 15px;
  }
}
.room-content .features {
  display: inline-flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  flex-wrap: wrap;
  min-width: 23%;
}
@media (max-width: 48.0625em) {
  .room-content .features {
    grid-template-columns: 1fr 1fr;
  }
}
.room-content .features .feature_item {
  align-self: stretch;
  flex: auto;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  --image-size: 65px;
}
@media (max-width: 48.0625em) {
  .room-content .features .feature_item {
    padding: 5px;
    --image-size: 35px;
  }
}
.room-content .features .feature_item img {
  width: var(--image-size);
  height: var(--image-size);
  min-width: var(--image-size);
  object-fit: contain;
}
.room-content .features .feature_item span {
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  width: 35ch;
  word-wrap: break-word;
  margin-left: 10px;
}

/*
@import 'components/alert';
@import 'components/form';
@import 'components/footer';
@import 'components/loader';
@import 'components/cookies';

@import 'pages/serviceForm';
@import 'pages/faq';
@import 'pages/content';
@import 'pages/blog';
@import 'pages/service';
@import 'pages/myAccount';
*//*# sourceMappingURL=style.css.map */