/* ----------------------------------

>>> TABLE OF CONTENTS:
=======================
        
    01. Default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Transparent
    04. Banner
        - Banner Slide
        - Banner Zoom
        - Banner Fixed
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

@font-face {
  font-family: 'Colossalis';
  src: url('../fonts/Colossalis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Colossalis';
  src: url('../fonts/Colossalis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
p,
a,
button,
input,
textarea,
select,
.navbar-nav a,
.btn,
.sub-title,
.text,
.content {
  font-family: 'Colossalis', Arial, sans-serif !important;
  font-weight: 500;
}

:root {
  --color-primary: #4d184b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.site-heading,
.banner-style-four .content h2,
.banner-style-four .content h1 {
  font-family: 'Colossalis', Georgia, serif !important;
  font-weight: 700;
}

.banner-style-four,
.banner-style-four.text-light,
.banner-style-four .content,
.banner-style-four .content h2,
.banner-style-four .content h4,
.banner-style-four .content p {
  color: #000000 !important;
}

.banner-style-four .content h4 {
  border-color: rgba(0, 0, 0, 0.3);
}

.banner-style-four .btn.btn-theme {
  background: #4d184b !important;
  color: #ffffff !important;
}

.sub-title,
.text-theme,
.color-primary,
.item-price h5,
ul.meal-items li .content .top .price,
.vt-products .product .product-caption .price span {
  color: #000 !important;
}

.banner-style-four .btn.btn-theme::after {
  background: #000000 !important;
}

.banner-style-four .btn.btn-theme:hover {
  color: #ffffff !important;
}

.banner-style-four .thumb::after {
  background: #4d184b !important;
}

.banner-style-four .thumb > img:first-child {
  max-height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.18));
}

.banner-style-four .thumb > img.hero-bottle-image {
  width: min(100%, 440px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.24));
}

.banner-style-four .thumb > img.hero-beer-image {
  width: min(100%, 455px);
}

.hero-lineup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  min-height: 520px;
  padding-top: 70px;
}

.hero-lineup span {
  position: relative;
  display: flex;
  width: 86px;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 22px 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #2b101f 0%, #4d184b 52%, #1b0b18 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px 999px 18px 18px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
  font-family: 'Colossalis', Georgia, serif;
  font-size: 15px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-lineup span::before {
  content: '';
  position: absolute;
  top: -42px;
  left: 50%;
  width: 34px;
  height: 58px;
  background: #1b0b18;
  border-radius: 10px 10px 3px 3px;
  transform: translateX(-50%);
}

.hero-lineup span::after {
  content: none;
  position: absolute;
  inset: 92px 16px 92px;
  background: rgba(255, 248, 235, 0.9);
  border-radius: 14px;
}

.hero-lineup.beer-family span {
  width: 118px;
  height: 285px;
  background: linear-gradient(180deg, #f5d16d 0%, #4d184b 100%);
  border-radius: 32px 32px 18px 18px;
}

.hero-lineup.beer-family span::before {
  top: -26px;
  width: 72px;
  height: 32px;
  background: #4d184b;
  border-radius: 12px 12px 5px 5px;
}

@media (max-width: 767px) {
  .hero-lineup {
    min-height: 360px;
    gap: 10px;
    padding-top: 45px;
  }

  .hero-lineup span {
    width: 64px;
    height: 255px;
    font-size: 12px;
  }

  .hero-lineup.beer-family span {
    width: 82px;
    height: 220px;
  }
}

.discount-area,
.discount-area.text-light,
.discount-area .discount-content,
.discount-area .discount-content h2,
.discount-area .discount-content h4,
.discount-area .discount-content p {
  color: #000000 !important;
}

.discount-area .discount-content h2 {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #000000 !important;
}

.discount-area .discount-content h4 {
  border-color: rgba(0, 0, 0, 0.35) !important;
}

.discount-area .offer-item-thumb img {
  width: min(620px, 100%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.18));
}

.food-cat-area .site-heading h4,
.food-cat-area .site-heading h2,
.food-cat-area .food-cat-item a h4,
.food-cat-area .food-cat-item a span {
  color: #000000 !important;
}

.food-cat-area .site-heading h2 {
  -webkit-text-fill-color: #000000 !important;
}

.food-cat-area .food-cat-item a {
  isolation: isolate;
}

.food-cat-area .food-cat-item a::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.68);
  content: '';
}

.food-cat-area .food-cat-item a span {
  border-color: rgba(0, 0, 0, 0.35);
  background: #c6c984;
}

.food-cat-area .food-cat-item a.beer-category {
  background-color: #fff8eb;
  background-position: center 36%;
  background-repeat: no-repeat;
  background-size: auto 72%;
}

.gallery-style-two-area .gallery-style-one .item img {
  width: 100%;
  min-height: 0;
  height: auto;
  object-fit: contain;
  background: #fff8eb;
  transform: none !important;
}

.gallery-style-two-area .gallery-style-one:hover img {
  transform: scale(1.03) !important;
}

@media (min-width: 992px) {
  .gallery-items.colums-3.baccus-gallery-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.08fr 1fr;
    grid-template-rows: repeat(2, 290px);
    gap: 24px;
    height: auto !important;
    position: static !important;
  }

  .gallery-items.colums-3.baccus-gallery-grid .pf-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    padding: 0;
  }

  .baccus-gallery-grid .gallery-center {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .baccus-gallery-grid .gallery-left-top {
    grid-column: 1;
    grid-row: 1;
  }

  .baccus-gallery-grid .gallery-left-bottom {
    grid-column: 1;
    grid-row: 2;
  }

  .baccus-gallery-grid .gallery-right-top {
    grid-column: 3;
    grid-row: 1;
  }

  .baccus-gallery-grid .gallery-right-bottom {
    grid-column: 3;
    grid-row: 2;
  }

  .baccus-gallery-grid .gallery-style-one,
  .baccus-gallery-grid .gallery-style-one .item,
  .baccus-gallery-grid .gallery-style-one .item a {
    height: 100%;
  }

  .baccus-gallery-grid .gallery-style-one .item a {
    display: block;
  }

  .gallery-style-two-area .baccus-gallery-grid .gallery-style-one .item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.feature-style-two-area .feature-product-item:first-child a,
.feature-style-two-area .feature-product-item:first-child a h2,
.feature-style-two-area .feature-product-item:first-child a .btn {
  color: #000 !important;
}

.feature-style-two-area .feature-product-item:first-child a .btn-theme {
  background: #c6c984 !important;
  border-color: #c6c984 !important;
}

.feature-style-two-area .feature-product-item:first-child a .thumb {
  right: -14%;
  max-width: 72%;
}

.feature-style-two-area .feature-product-item:first-child a .thumb > img {
  max-height: 740px;
  width: auto;
  border-radius: 14px;
  box-shadow: none;
}

.feature-style-two-area .feature-product-item:first-child a .thumb .offer {
  color: #4d184b !important;
  font-family: 'Colossalis', Georgia, serif;
  font-size: 44px;
  top: 102px;
  left: -152px;
  right: auto;
  z-index: 3;
}

.feature-style-two-area .feature-product-item:nth-child(2) a,
.feature-style-two-area .feature-product-item:nth-child(2) a h2,
.feature-style-two-area .feature-product-item:nth-child(2) a .btn {
  color: #ffffff !important;
}

.feature-style-two-area .feature-product-item:nth-child(2) a {
  background-color: rgba(255, 248, 235, 0.14);
  background-blend-mode: screen;
}

.feature-style-two-area .feature-product-item:nth-child(2) a .btn {
  background: #c6c984 !important;
  border-color: #c6c984 !important;
  color: #000 !important;
}

.feature-style-two-area .feature-product-item:nth-child(2) a .feature-bottle-thumb {
  bottom: 50%;
  right: 7%;
  width: 34%;
  transform: translateY(50%);
}

.feature-style-two-area .feature-product-item:nth-child(2) a:last-child .feature-bottle-thumb {
  left: 7%;
  right: auto;
}

.feature-style-two-area .feature-product-item:nth-child(2) a .feature-bottle-thumb img {
  max-height: 250px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.22));
}

body {
  background: #ffffff;
  color: #242c04;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-heading .title,
.breadcrumb-area h1,
.product-title,
.validtheme-shop-area .product-title a,
.food-menu-style-two h2,
.about-style-one-info h2,
.contact-style-one-info h2 {
  font-family: 'Colossalis', Georgia, serif;
  letter-spacing: 0;
}

.navbar.navbar-box {
  background: rgba(255, 248, 235, 0.96);
  border-bottom: 1px solid rgba(77, 24, 75, 0.12);
}

.navbar .navbar-brand img,
.navbar #navbar-menu > img {
  max-height: 76px;
}

.navbar .nav > li > a,
.navbar .navbar-nav > li > a {
  color: #242c04;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.navbar .nav > li > a.active,
.navbar .nav > li > a:hover,
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li > a:hover {
  color: #7b1a37 !important;
}

.breadcrumb-area {
  position: relative;
  isolation: isolate;
}

.breadcrumb-area::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(23, 17, 2, 0.78), rgba(23, 17, 2, 0.46)), rgba(123, 26, 55, 0.18);
  content: '';
}

.breadcrumb-area h1 {
  color: #fff8eb;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb,
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  color: #fff8eb;
}

.sub-title,
.site-heading h4.sub-title {
  color: #7b1a37;
}

.btn.btn-theme,
.validtheme-shop-area .cart-btn a,
.product-contents .product-caption .price span {
  background-color: #673861;
  border-color: #673861;
  color: #ffffff;
}

.btn.btn-theme:hover,
.validtheme-shop-area .cart-btn a:hover {
  background-color: #7b1a37;
  border-color: #7b1a37;
  color: #fff8eb;
}

.validtheme-shop-area,
.about-style-one-area,
.food-menu-style-two-area,
.contact-style-one-area {
  background-color: #fff;
}

.product-contents,
.food-menu-style-two,
.contact-style-one-box,
.about-style-one-info,
.thumb-style-one img,
.food-menu-style-two-thumb img {
  border-radius: 8px;
}

.product-contents {
  background: #ffffff;
  border: 1px solid rgba(77, 24, 75, 0.1);
}

.footer-style-one {
  background: #673861 !important;
}

.footer-style-one h4,
.footer-style-one .widget-title {
  color: #ffbf00;
}

.footer-style-one a:hover {
  color: #ffbf00;
}

.maps-area {
  background: #fff8eb;
  padding: 0 24px 48px;
}

.maps-area > .row {
  margin: 0 -12px;
}

.maps-area > .row > [class*="col-"] {
  padding: 0 12px;
}

.maps-area .google-maps iframe {
  height: 420px;
  border-radius: 8px 8px 0 0;
  filter: saturate(0.9) contrast(0.98);
}

.maps-area .contact-style-one-items {
  position: static;
  width: 100%;
  margin: 0 0 24px;
}

.maps-area .contact-style-one-items,
.maps-area .contact-style-one-items div {
  height: auto;
}

.maps-area .contact-style-one-box {
  height: auto;
}

.maps-area .contact-style-one-info {
  min-height: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(77, 24, 75, 0.1);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 44px rgba(23, 17, 2, 0.08);
}

.maps-area .contact-style-one-info h2 {
  margin-bottom: 8px;
  color: #171102;
  font-size: 28px;
}

.maps-area .contact-style-one-info > p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(36, 44, 4, 0.76);
  line-height: 1.45;
}

.maps-area .contact-style-one-info ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.maps-area .contact-style-one-info li {
  align-items: flex-start;
  min-width: 0;
  margin-top: 0;
}

.maps-area .contact-style-one-info li i {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: #7b1a37;
  color: #fff8eb;
  font-size: 16px;
  line-height: 38px;
}

.maps-area .contact-style-one-info li:nth-child(2) i {
  background: #ffbf00;
  color: #171102;
}

.maps-area .contact-style-one-info li:nth-child(3) i {
  background: #242c04;
}

.maps-area .contact-style-one-info li h5 {
  margin-bottom: 2px;
  color: #7b1a37;
  font-size: 14px;
}

.maps-area .contact-style-one-info li p,
.maps-area .contact-style-one-info li a {
  color: #242c04;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .maps-area {
    padding: 0 15px 36px;
  }

  .maps-area .google-maps iframe {
    height: 360px;
  }

  .maps-area .contact-style-one-info ul {
    grid-template-columns: 1fr;
  }
}

/*
** General Styles for HTML tags
*/
