
:root {
    --primary-color: #8B0000;
    --secondary-color: #D32F2F;
    --accent-color: #FFAB91;
    --light-color: #FFCCBC;
    --dark-color: #4E0000;
    --text-color: #333;
    --light-text: #fff;
    --background-color: #FBE9E7;
    --dark-background: #FFE0B2;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    background-color: var(--light-text);
    overflow-x: hidden;
}

/* Brew with Us - Experts Section Styles */
.experts-section {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background-color: var(--background-color);
}

.experts-intro {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.expert-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 100%;
}

.expert-item:hover {
    transform: translateY(-10px);
}

.expert-img {
    /* Fixed height for the container */
    overflow: hidden; /* Ensure the image doesn't overflow */
    border-radius: 10px; /* Rounded corners for the container */
}
/* Banner container styling */
.banner-container {
    width: 100%;
    /* Adjust as needed */
    margin: 0 auto;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px; /* Optional: Adds rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow */
}

/* Image styling */
.banner-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; /* Optional: Adds a hover effect */
}

/* Optional hover effect */
.banner-container:hover img {
    transform: scale(1.05); /* Slightly zooms in on hover */
}
.expert-img img {
    width: 100%; /* Ensure the image takes full width of the container */
    height: 100%; /* Ensure the image takes full height of the container */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
    object-position: center; /* Center the image within the container */
    transition: transform 0.3s ease;
}

.expert-item:hover .expert-img img {
    transform: scale(1.1);
}

.expert-info {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.expert-info h3 {
    font-family: 'Rufina', serif;
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.expert-title {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.expert-description {
    margin-bottom: 15px;
}

.expert-specialties {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.expert-specialties span {
    background-color: var(--light-color);
    color: var(--dark-color);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}
/* Services Boxes */
.services-wrapper {
background-color: var(--dark-background);
padding: 40px;
border-radius: 10px;
}

.service-box {
background-color: white;
padding: 30px;
border-radius: 10px;
text-align: center;
height: 100%;
transition: transform 0.3s ease;
}

.service-box:hover {
transform: translateY(-5px);
}

.service-icon {
color: var(--primary-color);
font-size: 40px;
margin-bottom: 20px;
}

.service-box h4 {
font-family: 'Rufina', serif;
color: var(--primary-color);
margin-bottom: 15px;
}
/* Age Verification Popup */
#age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.age-verification-container {
    background-color: var(--background-color);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.age-verification-container h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: 'Rufina', serif;
}

.age-verification-container p {
    margin-bottom: 30px;
}

.age-verification-container .logo {
    margin-bottom: 20px;
    font-family: 'Rufina', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
}

.age-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 30px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.age-btn:hover {
    background-color: var(--secondary-color);
}

.age-btn.no {
    background-color: #777;
}

.age-btn.no:hover {
    background-color: #555;
}

/* Navigation */
.header-area {
    background-color: var(white);
    width: 100%;
    padding: 0px;
    z-index: 99;
    transition: all 0.3s ease;
    position: fixed;
}

.navbar-brand {
    font-family: 'Rufina', serif;
    font-size: 28px;
    font-weight: 700;
    color: white !important;
    text-transform: uppercase;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 15px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}

.background-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the video covers the entire section */
z-index: -1; /* Sends the video behind the content */
}
/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/AMEERIADVERTISING.mp4') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    z-index: 100;
}

.hero-content {
    text-align: center;
}

.hero-content h1 {
    font-family: 'Rufina', serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.main-btn:hover {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

/* Beer Section */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 100%;
    display: block;


}
/* When section-title class is directly on h2 element */
h2.section-title {
    text-align: center;
    font-family: 'Rufina', serif;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* h2.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
} */
.section-title2 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;

}
.section-title p{
    text-align: left;
}
.section-title h2 {
    text-align: center;
    font-family: 'Rufina', serif;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
}
.section-title2 h2 {
    font-family: 'Rufina', serif;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title2 h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: var(--secondary-color);
}
.beer-section {
    display: flex;
    gap: 51px;
    justify-content: center;
    flex-wrap: wrap;
}
.beer-section > h2.section-title {
    width: 100%;
    flex-basis: 100%;
    margin-top:-119px;
    margin-left:226px;
    font-size:28px;
}

.beer-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.beer-item:hover {
    transform: translateY(-10px);
}

.beer-img {
    height: 250px;
    overflow: hidden;
}

.beer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.beer-item:hover .beer-img img {
    transform: scale(1.1);
}

.beer-info {
    padding: 25px;
}

.beer-info h3 {
    font-family: 'Rufina', serif;
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.beer-type {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.beer-description {
    margin-bottom: 20px;
}

.beer-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat {
    text-align: center;
}

.stat-value {
    font-weight: 700;
    color: var(--dark-color);
    font-size: 18px;
}

.stat-label {
    font-size: 14px;
    color: #777;
}

.story-section2 {
    padding: 100px 0;
    background-color: var(--light-text);
}

/* Story Section */

.story-section {
    padding: 100px 0;
    background-color: var(--primary-color);
}
.story-img {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content {
    padding: 30px;
}

.story-content h2 {
    font-family: 'Rufina', serif;
    color: var(--primary-color);
    font-size: 36px;
    margin-bottom: 20px;
}

.story-content2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.story-content2 h2 {
    font-family: 'Rufina', serif;
    color: var(--light-text);
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
    display: block;
    width: 100%;
}
.story-content2.section-title {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}
.story-content2.section-title h2 {
    font-family: 'Rufina', serif;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.story-content2.section-title h2:after {
    display: none;
}
.story-content2 p {
    color: var(--light-text);
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
}
/* Process Section */
.process-section {
    padding: 100px 0;
    background-color: var(--background-color);
}

.process-item {
    text-align: center;
    margin-bottom: 40px;
}

.process-icon {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 40px;
}

.process-item h3 {
    font-family: 'Rufina', serif;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Testimonial Section */
.testimonial-section {
    padding: 100px 0;
    background-color: var(--dark-background);
}

.testimonial-item {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-content {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.testimonial-content:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 1;
    color: var(--primary-color);
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.author-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.author-title {
    font-size: 14px;
    color: #777;
}

/* Footer */
.footer-section {
    background-color: var(--dark-color);
    color: white;
    padding: 80px 0 0;
}

.footer-title {
    font-family: 'Rufina', serif;
    color: white;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-content {
    margin-bottom: 50px;
}

.footer-about p {
    margin-bottom: 20px;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 15px;
    color: var(--accent-color);
    font-size: 18px;
    min-width: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent-color);
    text-decoration: none;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.newsletter-form button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: var(--secondary-color);
}

.social-links {
    display: flex;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.social-links a:hover {
    background-color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
 /* Style for the navbar toggler button */
.navbar-toggler {
    margin-top: -40px; /* Adjust the position of the toggler */
    background-color: white; /* Set background color */
    border: none; /* Remove default border */
    padding: 0.5rem; /* Add padding for better click area */
    cursor: pointer; /* Add pointer cursor for better UX */
}

/* Style for the hamburger icon */
.navbar-toggler-icon {
    display: inline-block;
    width: 24px; /* Set width of the icon */
    height: 2px; /* Set height of each line */
    background-color: #000; /* Set color of the icon */
    position: relative; /* Required for pseudo-elements */
}

/* Create the three lines of the hamburger icon */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px; /* Match the width of the icon */
    height: 2px; /* Match the height of the icon */
    background-color: #000; /* Match the color of the icon */
    left: 0;
}

.navbar-toggler-icon::before {
    top: -6px; /* Position the top line */
}

.navbar-toggler-icon::after {
    top: 6px; /* Position the bottom line */
}

/* Optional: Add hover effect */
.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:hover .navbar-toggler-icon::before,
.navbar-toggler:hover .navbar-toggler-icon::after {
    background-color: #007bff; /* Change color on hover */
}
    
    .navbar-collapse {
        background-color: var(--primary-color);

        border-radius: 5px;
    
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .story-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 28px;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .story-content h2 {
        font-size: 28px;
    }
    
    .beer-img {
        height: 200px;
    }
    h2.section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 8%;
        transform: translateX(-50%);
        width: 100px;
        height: 3px;
        background-color: var(--secondary-color);
    }
    .beer-section > h2.section-title {
        
        margin-top:-116px;
        margin-left:193px;
        font-size:25px;
    }
    

}
/* Default logo styling */
.logo {
    width: 80px; /* Fixed width */
    height: auto; /* Maintain aspect ratio */
    margin-top: 0; /* Default margin-top */
}

/* Adjust margin-top for mobile devices */
@media (max-width: 768px) {
    .logo {
        margin-top: -40px; /* Apply negative margin for mobile */
    }
}
@media (max-width: 989px) {
    .logo {
        margin-top: -40px; /* Apply negative margin for mobile */
    }
}
/* Beer Section Styles */
.beer-section {
padding: 80px 0;
background-color: #f8f9fa;
}

.section-title {
text-align: center;
margin-bottom: 50px;
}

.section-title h2 {
font-size: 36px;
font-weight: 700;
position: relative;
padding-bottom: 15px;
}

.section-title h2:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 3px;
background-color: #d4a017; /* Beer gold color */
}

/* Beer Category Styles */
.beer-category {
    padding: 60px;
margin-bottom: 60px;
}

.category-title {
font-size: 28px;
font-weight: 600;
margin-bottom: 25px;
padding-bottom: 10px;
border-bottom: 2px solid #d4a017;
display: inline-block;
}

/* Beer Item Styles */
.beer-item {
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
}

.beer-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.beer-img {
position: relative;
overflow: hidden;
height: 250px;
}

.beer-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.beer-item:hover .beer-img img {
transform: scale(1.05);
}

.beer-info {
padding: 25px;
}

.beer-info h4 {
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}

.beer-type {
display: inline-block;
background-color: #f0f0f0;
padding: 4px 12px;
border-radius: 20px;
font-size: 14px;
color: #666;
margin-bottom: 15px;
}

.beer-description {
color: #666;
margin-bottom: 20px;
line-height: 1.6;
}

/* Beer Stats Styles */
.beer-stats {
display: flex;
justify-content: space-between;
border-top: 1px solid #eee;
padding-top: 15px;
}

.stat {
text-align: center;
padding: 0 10px;
}

.stat-value {
font-size: 18px;
font-weight: 600;
color: #d4a017; /* Beer gold color */
}

.stat-label {
font-size: 12px;
color: #888;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Main Button Style */
.main-btn {
display: inline-block;
padding: 10px 20px;
background-color: var(--primary-color);
color: #fff;
border-radius: 4px;
font-weight: 500;
text-decoration: none;
transition: background-color 0.3s ease;
margin-top: 15px;
text-align: center;
}

.main-btn:hover {
background-color: #b38a13;
color: #fff;
}

.main-btn2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b38a13;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 15px;
    text-align: center;
    margin-left:145px;
    }
.main-btn2:hover{
   text-decoration: none;
    color: var(--background-color);
        }   

.btn-block {
display: block;
width: 100%;
}

/* Responsive Styles */
@media (max-width: 991px) {
.beer-item {
margin-bottom: 30px;
}
}

@media (max-width: 767px) {
.beer-section {
padding: 60px 0;
}

.section-title h2 {
font-size: 30px;
}

.category-title {
font-size: 24px;
}

.beer-img {
height: 200px;
}
}

/* Beer Type-Specific Colors */
/* .beer-category:nth-child(2) .beer-item {
border-top: 4px solid #8B4513;
}
.beer-category:nth-child(3) .beer-item {
border-top: 4px solid #F9D342; 
} */

/* .beer-category:nth-child(4) .beer-item {
border-top: 4px solid #D4A017;
}

.beer-category:nth-child(5) .beer-item {
border-top: 4px solid #2E1A05;
}

.beer-category:nth-child(6) .beer-item {
border-top: 4px solid #E8DB7D; 
} */

.story-section2 .container {
    display: flex;
    align-items: center; /* Vertically center align items */
}

.story-section2 .row {
    display: flex;
    flex-direction: row; /* Ensure horizontal layout */
    width: 100%; /* Take full width */
}

.story-section2 .col-lg-6 {
    flex: 1; /* Each column takes equal space */
}

.story-content {
    padding-right: 20px; /* Add spacing between content and image */
}

.story-img img {
    max-width: 100%;
    height: auto;
    display: block; /* Ensure the image doesn't have extra space below */
}

.story-section2 .container {
    display: flex;
    align-items: center; /* Vertically center align items */
}

.story-section2 .row {
    display: flex;
    flex-direction: row; /* Ensure horizontal layout */
    width: 100%; /* Take full width */
    gap: 20px; /* Add spacing between columns */
}

.story-section2 .col-lg-6 {
    flex: 1; /* Each column takes equal space */
}

.story-content {
    padding-right: 20px; /* Add spacing between content and image */
}

.expert-item {
    margin: 20px 0; /* Add margin to the top and bottom of the card */
    padding: 20px; /* Add padding inside the card */
    border: 1px solid #ddd; /* Optional: Add a border for better visibility */
    border-radius: 8px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

.expert-img img {
    max-width: 100%;
    height: auto;
    display: block; /* Ensure the image doesn't have extra space below */
    border-radius: 8px; /* Optional: Add rounded corners to the image */
}

.expert-info {
    text-align: left;
}


.beer-showcase {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
  }
  
  /* .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 2rem;
    text-align: center;
  } */
  
  .title-logo {
    width: 181px;
    height: auto;
    display: inline-block;
    margin-right:162px;
  }
  
  
  /* section-title::after काढले आहे – underline दाखवू नका */
  
  .beer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  
  .beer-item {
    width: 220px;
    perspective: 1000px;
  }
  
  .beer-flip {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .beer-item:hover .beer-flip {
    transform: rotateY(180deg);
  }
  
  .beer-front, .beer-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .beer-front img, .beer-back img {
    max-height: 320px;
    width: auto;
  }
  
  .beer-back {
    transform: rotateY(180deg);
  }
  
  h3 {
    margin-top: 10px;
  }
    
  .focus-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .card {
    background: transparent;
    width: 250px;
    height: 350px;
    perspective: 1000px;
  }
  
  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
}

.card-front {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-front-image {
    width: 80%;
    height: auto;
    background: transparent;
    object-fit: contain;
    padding-bottom:19px;
}

.card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 3px;
}

.card-back {
    background: #d4a017c9; /* light background */
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transform: rotateY(180deg);
    text-align: center;
}

  .card-front-image,
  .card-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 300px;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out;
    backface-visibility: hidden;
  }
  
  .card-front-image {
    opacity: 1;
    z-index: 1;
  }
  
  .card-back-image {
    opacity: 0;
    z-index: 0;
  }
  
  .card:hover .card-front-image {
    opacity: 0;
  }
  
  .card:hover .card-back-image {
    opacity: 1;
  }
  
  .card-overlay {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
  }
  
  .card-title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
  }

  /* Reset and isolate beer section styling */
.beers-section {
    padding: 40px 0;
    background-color: #fff; /* Or whatever background color you prefer */
  }
  
  .beers-section .focus-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .beers-section .card {
    position: relative;
    width: 220px;
    height: 350px; /* Set a fixed height */
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
  }
  
  .beers-section .card-front-image,
  .beers-section .card-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }
  
  .beers-section .card-front-image {
    opacity: 1;
  }
  
  .beers-section .card-back-image {
    opacity: 0;
  }
  
  .beers-section .card:hover .card-front-image {
    opacity: 0;
  }
  
  .beers-section .card:hover .card-back-image {
    opacity: 1;
  }
  
  /* Add title underneath if needed */
  .beers-section .card:after {
    content: attr(data-title);
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .card-title {
    padding: 10px 0; /* Add padding above and below the title */
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    background: #fff; /* Background for the title */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute; /* Position the title absolutely */
    bottom: 0; /* Stick it to the bottom */
    left: 0;
    width: 100%;
    text-align: center;
}
.video-container {
    width: 100%; /* Ensure the container takes full width of its column */
    height: 500px; /* Set a fixed height (adjust as needed) */
    overflow: hidden; /* Hide any overflow */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
}

.visible-video {
    width: 100%; /* Make the video fill the container */
    height: 100%; /* Ensure the video fills the height of the container */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
    display: block; /* Ensure the video is treated as a block element */
}
.banner {
    width: 100%; /* Ensure the banner section takes full width */
    overflow: hidden; /* Hide any overflow */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
}

.banner-image {
    width: -webkit-fill-available; /* Ensure the image doesn't exceed its container's width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
}

.logo{
    height: 180px; /* Set a max height for the logo */
    width: auto;
}
.navbar{
    max-height: 15vh;
}