/* Overall Styling */
* {
    margin: 0;
    padding: 0;
    
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

@font-face {
    font-family: 'SuperFoods';
    src: url('super-foods-font/SuperFoods-2OxXo.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'PrequelDemo';
    src: url('prequel/PrequelDemo-Regular.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Anthony';
    src: url('anthony_hartman/Anthony\ Hartman.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}



section{
    overflow: hidden;
}
h2{
    font-family: 'SuperFoods', serif;
}

h1,span{
    font-family: "Shrikhand", serif;
   
}
ul{
    margin-bottom: 0 !important;
}

p.h3,h4,h5,a{
    font: 16px;
    font-family: "Metrophobic", sans-serif;
    
}

a{
    text-decoration: none !important;
}


body {
    overflow-x: hidden;
}

/* Navbar Styling */
nav {
    height: 5rem;
    width: 80%; /* Set a fixed width for the navbar */
    max-width: 1200px; /* Optional: Set a maximum width for larger screens */
    margin: 0 auto; /* Center the navbar horizontally */
    background-color: #ffffff98;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between; /* Distribute space between logo and links */
    align-items: center; /* Center items vertically */
    position: fixed;
    top: 6%; /* Ensure the navbar is fixed at the top */
    left: 50%; /* Align with center */
    transform: translateX(-50%); /* Center it using transform */
    z-index: 10;
    padding: 0 1rem; /* Optional: Add padding for better alignment */
    border-radius: 50px;
}

.logo {
    padding: 1vh 1vw;
    text-align: center;
}
.logo img {
    height: 4rem;
    width: auto; /* Maintain aspect ratio */
}

.nav-links {
    display: flex;
    list-style: none; 
    width: 100%;
    padding: 0 0.7vw;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li{
    padding-right: 30px;
}
.nav-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
    color: black;
}
.nav-links li a:hover {
    color: rgb(128, 20, 35);
}
.nav-links li {
    position: relative;
}

.nav-links li a:hover::before {
    width: 80%;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #0c0c0c; /* Change color to make it visible */
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger {
    display: none;
}

@media screen and (max-width: 800px) {
    nav {
        width: 100%; /* Make the navbar full width on smaller screens */
        padding: 0 1rem;
        border-radius: 0;
        top: 0;
        background-color: #ffffff;
    }
    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 10%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        justify-content: center; /* Center items vertically */
        align-items: center; /* Center items horizontally */
        gap: 4rem; /* Space out the list items */
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .nav-links li{
        padding-right: 0px !important;
    }

    .nav-links li a {
        color: white !important;
    }
    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links.open li a {
        color: white; /* Ensure the color is white when the menu is open */
    }

    .hamburger.toggle div {
        background: #ffffff;
    }

    .nav-links li {
        opacity: 0;
    }
    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links.open li.fade {
        opacity: 1;
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

nav.navbar-scrolled {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    max-width: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease;
}



/* banner */
.banner-secs{
    position: relative;
    .img121{
        width: 100%;
    }
    .textss{
        /* display: none; */
        position: absolute;
        top: 30%;
        left: 10%;
        
    }

    .img111{
        display: none;
    }
    h2{
       
        font-family: 'Anthony', serif;
            font-weight: 400;
            font-style: normal;
            font-size: 100px;
            color: white;
            text-align: center;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
           
       
          
    }
    h4{
        font-family: 'PrequelDemo', serif;
            font-weight: 400;
            font-style: normal;
            font-size: 90px;
            color: rgb(128, 20, 35);
            text-align: center;
            margin-bottom: 0px !important;
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.20);
    }

    h3{
        font-family: 'PrequelDemo', serif;
            font-weight: 400;
            font-style: normal;
            font-size: 100px;
            color: rgb(128, 20, 35);
            text-align: center;
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.20);
    }


    
    
}



@media screen and (max-width: 800px) {
    .banner-sec{
        position: relative;
        .img11{
            width: 100%;
            height: 100vh;
            display: block;
        }
        .img12{
            display: none;
        }
        .texts{
            /* display: block; */
            position: absolute;
            top: 15%;
            left: 10%;
            right:10%;
            
        }
        .texts h2{
            font-family: 'Anthony', serif;
            font-weight: 400;
            font-style: normal;
            color: white;
           
            text-align: center;
            font-size: 65px;
        }

        .texts span{
                font-family: 'PrequelDemo', serif;
                font-weight: 400;
                font-style: normal;
                font-size: 60px;
                color: rgb(128, 20, 35);
        }
    
    
    }
    
    .home-about h1{
        text-align: center;
        font-size: 40px;
        
    }

   


    .text-overlay {
        position: absolute;
        top: 10px; /* Adjust as needed */
        left: 10px; /* Adjust as needed */
        right: 10px; /* Adjust as needed */
        color: #fff;
       
        padding: 10px; /* Optional: adds padding around the text */
        z-index: 1;
    }
    .img-block {
        position: relative;
        width: 100%;
        height: auto;
    }
    
}

/* =====================home about==============================*/

.home-about{
    background-color:rgb(128 20 35) !important; 
    
    
    img{
        width: 100%;
        height: auto;
        display: block;
    }
    .row{
        --bs-gutter-x: 0;
        
    }
    .about{
        background-color:rgb(128 20 35) !important; 
    }
    .about-text{
        
        
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
    }
    p{
        
        color: white;
        text-align: justify;
    }
    h1{
        font-size: 50px;
        color: white;
    }
    span{
        font-size: 50px;
        color:#e2a626;  
        font-family: "Shrikhand", serif;
            font-weight: 400;
            font-style: normal;  
    }
    .img-block {
        background-color:rgb(128 20 35) !important; 
    }

    .about-but{
        display: flex;
        justify-content: flex-start;
        padding: 0 20px 20px 20px;
    }
    .butn-abt{
        border-radius: 30px;
    padding: 5px 18px;
    background: black;
    color: white;
    border: none;
    outline: none;
    text-align: center;
    }


}




/* ===================items========================= */
/* Basic styling for the card section */

.items {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #f5f5f5;
    
}
.items .col-md-4{
    padding-bottom: 60px;
}

/* Styling for the card */
.items .card {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    
}

.items h1 {
    text-align: center;
    font-size: 50px;
    color: rgb(128, 20, 35);
}

.items h2 {
    color: rgb(32, 31, 31);
}

/* Card hover effect */
.items .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Styling for the card image */
.items .card img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 230px;
    object-fit: contain;
}


/* Styling for the card title */
.items .card-title {
    font-size: 1.5em;
    margin: 15px 0;
    color:rgb(32, 31, 31);
    padding: 0 15px;
}

/* Styling for the down arrow container */
.items .arrow-link {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    padding: 10px 0 20px;
}

/* Styling for the down arrow */
.items .down-arrow {
    font-size: 1.5em;
    color: #888;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}
.fa-angle-down{
    color:#e2a626;
        
    
}
/* Hover effect with animation */
.items .arrow-link:hover .down-arrow {
    color: #e2a626;
    animation: hoverBounce 0.6s forwards;
}


.biriyani .cards {
    position: relative;
}

.biriyani .card-content {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    
    padding: 10px;
}

.biriyani .item-name {
    color: #fff; /* Text color */
    margin: 0;
    text-align: center;
    font-weight: 600;
}


/* Define the hover bounce animation */
@keyframes hoverBounce {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}


/* ======================biriyani====================== */

.biriyani{
    position: relative;
    background-color: #e2a626;
    padding: 60px 0;


.card-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}
.card-img img{
    object-fit: contain;
}
   
.cards{
    
    height: 350px;
    width: 100%;
}
.slick-list{
    height: 400px;
}
.first{
    color: rgb(128, 20, 35);
    font-size: 50px;
}

.second{
    color: white
}

/* Container for the slick slider */
.slick-slider {
    margin: 0 auto;
    padding: 0 20px;
}

/* Styling for individual slides */
.slick-slider .col-md-4 {
    padding: 10px;
}

.slick-slider img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    
}

.slick-dots{
    display: none !important;
}

/* Slick arrows (navigation) customization */
.slick-prev, .slick-next {
    display: none !important;
}




}

@media screen and (max-width: 800px) {
    .biriyani{
        .first{
            font-size: 40px !important;
        }
        .cards{
    
            height: 250px;
            width: 100%;
        }
        .cards img{
            width: 100% !important;
            height: 100% !important;
           
        }
        .card-img{
            height: 250px;
        }
        .slick-slider{
            height: auto;
        }
        .slick-list{
            height: 300px;
        }
        .svg-container{
            display: none;
        }
    }
    .biriyani .card-content {
        position: absolute;
        bottom: -43px;
        left: 0;
        right: 0;
        
        padding: 10px;
    }
    .avil-milk{
        .first{
            font-size: 40px !important;

        }
        .cards{
    
            height: 250px;
            width: 100%;
        }
    }
}


/* =========================avil milk============================= */

.avil-milk{
    position: relative;
    background-color: rgb(128, 20, 35);
    padding: 60px 0;

 
.cards{
    
    height: 350px;
    width: 100%;
}
.first{
    color: #e2a626;
    font-size: 50px;
}

.second{
    color: white
}

/* Container for the slick slider */
.slick-slider {
    margin: 0 auto;
    padding: 0 20px;
}

/* Styling for individual slides */
.slick-slider .col-md-4 {
    padding: 10px;
}

.slick-slider img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit:contain;
    
}



.slick-dots{
    display: none !important;
}

/* Slick arrows (navigation) customization */
.slick-prev, .slick-next {
    display: none !important;
}

.cards {
    position: relative;
}

 .card-content {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    
    padding: 10px;
}

 .item-name {
    color: #fff; /* Text color */
    margin: 0;
    text-align: center;
    font-weight: 600;
}


}



/* Basic styling for the scroll-to-top button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #800008;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Hidden initially */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000; /* Ensures the button is above other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Arrow icon styling */
.scroll-to-top i {
    font-size: 24px;
}

/* Show button when scrolling to the bottom */
.scroll-to-top.show {
    display: block;
    opacity: 1;
    visibility: visible;
}





@media screen and (min-width: 801px) {
    .lg-hide {
        display: none;
    }
}


@media screen and (max-width: 800px) {
    .sm-hide {
        display: none;
    }

    .section-heading h1{
        font-size: 40px;
        color: rgb(128, 20, 35);
    }
    .section-heading span{
        font-size: 40px;
        color: #e2a626;
    }
    .address-list p{
        background-color: rgba(248, 245, 245, 0);
        padding: 10px;
        margin-bottom: 0px;
        border-radius: 7px;
      }

      
   

}




/* =======================footer======================== */
.foot {
    display: flex;
    
    justify-content: center;
   
    padding-top: 50px !important;
    padding-left:  20px;
    padding-right:  20px;
    padding-bottom: 20px;
    
}

.foot-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 250px;
}
.foot-img .img-j1{
    height: 50px;
    width: 100%;
}
.img-j{
    display: none;
}

.foot-link ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.foot-link li {
    display: inline-block;
    margin: 0 10px;
}

.foot-icon a {
    margin: 0 10px;
    color: inherit; /* Ensure icons use the current text color */
    text-decoration: none;
}

.foot-icon a i {
    font-size: 20px; /* Adjust the size of the icons as needed */
    color: rgb(128, 20, 35);
    
}

.foot-link li a{
    color: rgb(49, 47, 47) !important;
}

.foot-link li a:hover{
    color:#e2a626 !important; 
}
.company p{
    font-size: 14px;
    color: #0c0c0c;
    margin-bottom: 0px !important;
}

.company{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    
}

@media (max-width: 800px) {
    .foot-1 {
        flex-direction: column;
        gap: 20px;
    }

    .foot-img .img-j1{
        height: 30px;
        width: 100%;
        display: block;
    }
    .img-j{
        display: none !important;
    }
    

    .foot-img, .foot-link, .foot-icon {
        margin: 0 20px;
    }

    .foot-link ul {
        display: flex;
    }

    .foot-link li {
        margin: 0 10px;
    }

    .foot-link li{
        color: black;
    }

    .foot-link li a:hover{
        color:rgb(128, 20, 35); 
    }
   
    .company p{
        font-size: 13px;
    }
    .foot-icon a i {
        font-size: 20px; /* Adjust the size of the icons as needed */
        color: rgb(128, 20, 35);
        
    }
    .foot,.company{
        background-color: #ffffff;
        background-image: none;
    }
    .foot{
        padding-top: 50px !important;
        padding-left:  20px;
        padding-right:  20px;
        padding-bottom: 20px;
    }
}


/* General styles for the branch section */
.branch{
    background-color: #e2a626;
   
    padding-top: 30px;
    text-align: center;
    padding-bottom: 150px;
   

 h1 {
    font-size: 50px;
    color: #801423;
    margin-bottom: 30px;
}
span{
    font-size: 50px;
    color: white;
    margin-bottom: 30px;
}

/* Slick slider container */
.slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Card styles */
.card {
    width: 300px; /* Adjust width as needed */
    
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 15px;
    outline: none;
    border: none;
}

.card-img {
    height: 400px; /* Adjust height as needed */
    overflow: hidden;
    border-radius: 0px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 15px;
    background-color: #f5cb7d;
    text-align: center;
}

.place-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.map-button {
    margin-top: 15px;
}

.map-button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #801423;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.map-button a:hover {
    background-color: #a01b2e;
}


.slick-dots{
    display: none !important;
}

/* Slick arrows (navigation) customization */
.slick-prev, .slick-next {
    display: none !important;
}

}

@media (max-width: 800px){
    .branch{
        background-color: #e2a626;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 100px !important;

    
     h1 {
        font-size: 40px;
        color: #801423;
        margin-bottom: 30px;
    }
    span{
        font-size: 40px;
        color: white;
        margin-bottom: 30px;
    }
    .card-img {
        height: 250px; /* Adjust height as needed */
        overflow: hidden;
    }
    .card{
        width: 250px;
    }
}

.call{
    width: 100% !important;
    bottom:70%  !important;
}
.call .detail h3{
    font-size: 16px;
}
.call .detail p{
    font-size: 14px;
}
}

.call {
    position: absolute;
    bottom: 65%;
    left: 50%;
    transform: translateX(-50%);
   
    padding: 20px;
    border-radius: 8px;
    
    width: 80%;
}

.call .card {
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
   background-color: #f5cb7d;
    
}

.call .col-md-6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.call .detail{
    padding:  10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}
.call .detail h3{
    font-weight: 500;
    font-size: 16px;
    color: rgb(128, 20, 35)
}
.call .detail p{
    font-size: 14px;
    margin-bottom: 0px !important;
    color: #333;
}
.call .detail a{
    color: #333;
}

.call .time{
    border-radius: 50px;
    padding: 10px;
    background-color: rgba(224, 217, 217, 0.856);
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot{
    position: relative;
    overflow: visible !important;
}




/* ========================preloader=============================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg,#FFC837,#8a1010, #FFC837, #831421, ); /* Initial gradient colors */
    background-size: 400% 400%; /* Larger background size for animation */
    animation: gradientAnimation 15s ease infinite; 
  }


  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%; /* Start position */
    }
    50% {
      background-position: 100% 50%; /* Mid position */
    }
    100% {
      background-position: 0% 50%; /* End position */
    }
  }
  
  .loader img {
    width: 60px; /* Adjust image width */
    height: 60px; /* Adjust image height */
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }