.navbar {
    position: sticky;
    top: 0;
    z-index: 1;
}

.coffee-card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Header carousel */
#headerCarousel {
    max-height: 400px;
    overflow: hidden;
}

#headerCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
}

body {
    background-color: black;

}

/* Video Background */
.video-background {
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
    background-color: #c0121280; /* Adjust the opacity value (0.5) */
    background-image: url("../public/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-blend-mode: multiply; /* T */
    background-position: center center;
    height: 100vh; /* Cover the entire viewport height */
    display: flex;
 
    /* color: #fff; */
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    /* Adjust the opacity as needed */
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.coffee-img img {
    height: 300px;
}

.scroll-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-button a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.scroll-down {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color 1s ease-in-out;
}

.scroll-down:hover {
    color: #f39c12;
    /* Change the color as needed */
}
.container h2{
color: whitesmoke;
}
.footer-cls{
    position: fixed;
z-index: 2;
    bottom:0;

}