
    @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

    .navbar-brand img {
      max-height: 160px;

    }
    .zip-code-input {
      width: 250px;
      margin-right: 10px;
      border: 2px solid;
    }
    .free-shipping-info {
      font-size: 0.8rem;
      color: #a5c4c5;
    }
    .navbar .nav-link {
      color: #6d0000;
      /*font-weight: bold;*/
      font-family: 'Bebas Neue', 'Roboto Condensed' !important;
      font-size: 23px;
    }
    .btn-check-delivery {
      background-color: #6d0000;
      color: white;
    }
    .btn-check-delivery:hover {
      background-color: #890000;
    }
    .bg{
      
       background-color: #f2f2f2;
       border-bottom: 1px solid #ccc;
    }
    .top-nav{
      height: 37px;
      background-color: #101820; 
    }
    .site-header{
      height: 100px;
    }
    .main-content{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    h2{
      font-family: 'Bebas Neue', 'Roboto Condensed' !important;
      font-size: 50px;
    }
    p{
     font-family: Roboto Condensed, sans-serif !important;
     color: #515151;
     text-rendering: optimizeLegibility;
     margin-top: 0;
     margin-bottom: 16px;
    }
    h1, h2, h3, h4, h5, h6, {
    display: block;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 12px;
    text-rendering: optimizeLegibility;
    color: #202020;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    #check_zip_code{
    color: #fff !important;
    letter-spacing: 0.5px;
    border-radius: 3px !important;
    padding: 10px 24px;
    background: #850000 !important;
    border: 1px solid #850000 !important;
    text-align: center;
    font-family: 'Bebas Neue', 'Roboto Condensed' !important;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    }

    #zip_value{
      padding: 5px 20px;
    line-height: 40px;
    margin-right: 10px;

    }
    .footer{
      background-color: #101820; 
      color: #fff;
      padding: 40px 0;
      position:relative;
   }
    
    .footer h5 {
      color: #fff;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .footer p {
      color: #fff;
      margin-bottom: 15px;
    }
    .footer .form-control {
      background-color: #333;
      color: #fff;
      border: none;
      border-radius: 0;
    }
    .footer .form-control::placeholder {
      color: #fff;
    }
    .footer .btn-newsletter {
      background-color: #444;
      color: #fff;
      border: none;
      border-radius: 0;
      padding: 10px;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .footer a:hover {
      color:#850000;
    }
    .footer .social-icons a {
      font-size: 1.5rem;
      margin-right: 20px;
    }
    .footer .social-icons a:hover {
      color: #a5c4c5;
    }
    .footer .copyright {
      font-size: 0.8rem;
      margin-top: 20px;
      color: #fff;
    }

.btn--primary {
    background-color: #850000;
    border-color: #850000;
    color: #fff;
}
    

    .form-control {
      background-color: #f4f4f4;
      border: 1px solid #e0e0e0;
      margin-bottom: 20px;
      padding: 20px;
      border-radius: 4px;
    }
    .form-control::placeholder {
      color: #a9a9a9;
    }
    .submit-btn {
      background-color: #990000;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
      font-weight: bold;
      display: inline-block;
    }
    .submit-btn:hover {
      background-color: #cc0000;
    }
    .btn-wrapper {
      text-align: right;
    }
    





.image2{
  width:100%;
  height:200px;
 }

.text1{
  color:#fff;
  margin-top:-92px;

  text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
}
.section3 img{
  
  margin:0 auto;
  padding:0 auto;
}
.owl-dots{
     position: absolute;
    left: 50%;
    bottom: 10%;
}
.text2{
  
  text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
    margin-top:-205px;
}
footer{
  background-color: #101820;
  color:#fff;
 
}


.corousel-img{
  height: 600px;
  object-fit: cover;
}


 .category-section {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 20px;
            /*background-color: #f5f5f5;*/
        }

        .category {
            position: relative;
            /*width: 200px;*/
            height: 200px;
            overflow: hidden;
        }

        .category img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .category:hover img {
            transform: scale(1.1);
        }

        .category span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /*background-color: rgba(0, 0, 0, 0.5);*/
            text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
            color: white;
            font-size: 42px;
            /*font-weight: bold;*/
            padding: 10px 20px;
            text-align: center;
            text-transform: uppercase;
            font-family: 'Bebas Neue', 'Roboto Condensed' !important;
        }

        @media (max-width: 768px) {
            .category-section {
                flex-wrap: wrap;
            }

            .category {
                margin-bottom: 20px;
            }
        }
        
  
  
  
  
   /* Grid section container */
        .meat-section-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 2 items per row */
            grid-gap: 20px;
            /*padding: 20px;*/
        }

        /* Grid category class */
        .meat-category {
            position: relative;
            height: 400px;
            overflow: hidden;
        }

        .meat-category img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .meat-category:hover img {
            transform: scale(1.05);
        }

        /* Unique text overlay class */
        .meat-category-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
            padding: 10px 20px;
            font-size: 42px;
            /*font-weight: bold;*/
            text-transform: uppercase;
            text-align: center;
            font-family: 'Bebas Neue', 'Roboto Condensed' !important;
        }

        /* Mobile responsive - Full width on mobile screens */
        @media (max-width: 768px) {
            .meat-section-container {
                grid-template-columns: 1fr; /* 1 item per row */
                grid-gap: 0px;
            }

            .meat-category {
                height: 300px; /* Adjust height for mobile */
            }

            /*.meat-category-text {*/
            /*    font-size: 18px;*/
            /*}*/
        }

        /* Tablet responsive - 2 items per row on tablets */
        @media (min-width: 769px) and (max-width: 1024px) {
            .meat-section-container {
                grid-template-columns: repeat(2, 1fr); /* 2 items per row */
                grid-gap: 15px;
            }

            .meat-category {
                height: 350px; /* Adjust height for tablets */
            }

            .meat-category-text {
                font-size: 22px;
            }
        }

        /* Desktop view (default) */
        @media (min-width: 1025px) {
            .meat-section-container {
                grid-template-columns: repeat(2, 1fr); /* 2 items per row */
                grid-gap: 0px;
            }

            .meat-category {
                height: 400px;
            }
        }





/* Styling the title overlay */
.carousel-title {
    position: absolute;
    color: white;
    font-size: 60px;
    /*font-weight: bold;*/
    text-shadow:0 3px 6px rgb(0 0 0);
    font-family: 'Bebas Neue', 'Roboto Condensed' !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .carousel-title {
        font-size: 30px;
        padding: 8px 16px;
    }
}




.item1{
    background-image:url('../img/banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:600px;
}
.item2{
    background-image:url('../img/banner2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:600px;
}

.navbar-nav li.active a {
    color: #850000; /* Change to the desired active link color */
    border-bottom: 1px solid #850000;
}






.whatsapp {
  position: fixed;
  bottom: 24px;
  z-index: 100;
  left: 33px;
}
.whatsapp img {
  width: 50px;
  background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #00000069;
    animation: 1s infinite shadow-pulse;
    width: 72px;
    position: relative;
    z-index: 10000;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(93 171 3)
    }

    100% {
        box-shadow: 0 0 0 35px transparent
    }
}

@media only screen and (max-width: 767px){
.whatsapp img {
    width: 66px;
}
}

.error{
    color: red!important;
}