
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ========fonts========= */

.poppins{
    font-family: "Poppins", sans-serif;
}
.inter{
    font-family: "Inter", sans-serif;
}
.frank-ruhi{
    font-family: "Frank Ruhl Libre", serif;
}
.gentium-book{
    font-family: "Gentium Book Plus", serif;
}
.fredoka{
    font-family: "Fredoka", sans-serif;
}
.red{
    color:#FE1724;
}
.monstreat{
    font-family: "Montserrat", sans-serif;
}
.btn-red{
    border-radius: 42px;
    box-shadow: 0px 5px 10px 0px #A7000933;
    color: #FFFFFF;
    background-color: #FE1724;
    font-family: "Poppins",sans-serif;
    border: none;
}
.btn-red:hover{
    background-color: #a3060e;
    color: #FFF;
    
}
.d-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.headingA{
     font-weight: 500 !important;
     font-size: 40px !important;
}
/* header{
    width: 100vw;
    overflow-x:hidden ;
} */


*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-optical-sizing: auto;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
.am{
    width: 85%;
    margin: 0px auto;
    overflow: hidden;
}

/* ==============navbar=============== */
header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.navbar{
    background: linear-gradient(180deg, #2C2E3A 0%, rgba(44, 46, 58, 0.8) 100%);
}
.navbar .navbar-brand img{
    width: 188px;
}
.main-nav-tab li{
    position: relative;
    padding: 0px 10px;
}
.main-nav-tab li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Inter",sans-serif;
    color: #FFF 

}
.main-nav-tab li:hover a {
    color:#FE1724;
  }
  
  .main-nav-tab .active-main-nav a   {
    color:#FE1724!important;
    font-weight: 600 !important;
  }
  
  .main-nav-tab .active-main-nav::after {
    content: ''; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    width: 30%;
    margin: auto;
    border-radius: 30px;
    background-color:#FE1724;;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }


  .main-nav-tab li .btn-red{
      font-size: 14px;
      line-height: 21px;
      padding: 8px 17px;
  }
  .main-nav-tab li .btn-red span{
    font-size: 20px;
    font-weight: 300;
  }


  /* ----------herosection---------- */

  .herosection{
    background-image: url(../images/mains_image.png);
    width: 100%;
    height: 100vh;
    background-size: contain;
  }


  .herosection .content div{
     font-size: 50px;
     line-height: 60px;
     text-align: center;
     width: 70%;
     font-weight: 500;
     color: #FFF;
  }
  .herosection .content img{
    width: 290px;
  }
  .herosection .content button{
      font-weight: 600;
      font-size: 20px;
      padding: 12px 30px;
      margin-top: 22px;
      
    }
    #carousel-A .owl-stage-outer{
        /* width: 93%; */
        margin: auto;
        
    }

    .carousel-headingA{
    background-image: url(../images/backgroundA.png);
    }
    .carousel-headingA .content #carousel-A{
      width: 85%;
      margin: auto;
    }
    /* .carousel-headingA .content #carousel-A .owl-item{
      width: 195px !important;
    } */

    #carousel-A .item {
      position: relative;
      /* width: 180px !important; */
      display: flex;
      border-radius: 15px;
      justify-content: center;
    }
    
    #carousel-A .heromenu-card .btn-red {
        position: absolute;
        top: 40%;
        /* left: 22%; */
        font-size: 12px;
        padding: 5px 10px;
        display: none;
        z-index: 2; /* Ensures button is above the overlay */
    }

    #carousel-A .heromenu-card {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    
    }

    #carousel-A .heromaincard-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    #carousel-A .heromenu-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0); /* Transparent initially */
        transition: background-color 0.3s ease;
        border-radius: 15px;
    }

    #carousel-A .heromenu-card:hover::after {
        background-color: rgba(0, 0, 0, 0.5); /* Dark overlay on hover */
    }

    

    #carousel-A .heromenu-card:hover .btn-red {
        display: block;
        transition: all 0.3s ease-in;
    }
    #carousel-A .owl-nav{
        display: flex;

    }
    #carousel-A .owl-nav button{
      position: absolute;
      top: 45% !important;
      font-size: 16px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #F6f6f6 ;
      color: #777;
      border: 1px solid #777;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #carousel-A .owl-nav button:hover{
      background-color: #fe1724 ;
      color: #FFF;
      border-color: #FFF;
  }
    #carousel-A .owl-nav .owl-next{
        right: -45px;
    }
    #carousel-A .owl-nav .owl-prev{
        left: -45px;
    }
    /* #carousel-A .owl-nav button:hover{
        background-color: transparent;
        color: #FE1724 !important;
    } */
   
   .carousel-headingA .text-content h3{
    text-shadow: 0px 4px 4px  #00000040;
    font-size: 42px;
    }
    .carousel-headingA .text-content h2{
        font-size: 44px;
        margin-top: 20px;
        text-shadow: 0px 4px 4px  #00000040;
    }
    .carousel-headingA .text-content .freeheading{
        font-size: 62px;
        font-weight: 600;
    }
    .carousel-headingA .text-content p{
        font-size: 24px;
        text-shadow: 0px 4px 2px#00000040;
    }
    

    .why-choose {
        padding: 20px;
        box-shadow: 0px 10px 40px 0px #E2030F33;
        
    }
    .why-choose .content .card{
       padding: 20px;
       width: 340px;
       height: 270px;
       margin-bottom: 25px;
       display: flex;
       flex-direction: column;
       align-items: left;
       border: 2px solid #cccccc60;
       box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    }
    .why-choose .content .card img{
        width: 100px;
        position: absolute;
        top: 20px;
    }
    .why-choose .content .card .text{
        position: absolute;
        top: 120px;
        
    }
    .why-choose .content .card h5{
        color: #232323;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .why-choose .content .card p{
        color: #000000;
        font-size: 14px;
        line-height: 24px;
        width: 95%;
    }
    

    .testimonial{
        background-image: url(../images/backgroundA.png);
        position: relative;
    }

    .testimonial .card {
        width: 100%; /* Adjust the width as needed */
        padding: 40px 20px 15px 20px;
        border-radius: 35px 35px 35px 15px ;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin: 20px 0px;
        background-color: #fff;
        font-family: Arial, sans-serif;
        color: #333;
        border: none;
      }
      
      .testimonial .card-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
      }
      
      .testimonial .card-description {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
      }
      
      .testimonial .card-footer {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 20px;
        border: none;
        background-color: #FFF;
      }
      
      .testimonial .avatar {
        width: 60px !important;
        height: 60px;
        border-radius: 50%;
        margin-right: 10px;
      }
      
      .testimonial .location {
        font-size: 14px;
        color: #333;
        font-weight: 600;
      }
      .testimonial #testimonial-carousel .owl-nav{
         display: flex;
      }
      .testimonial #testimonial-carousel .owl-nav button{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #fff;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .testimonial #testimonial-carousel .owl-nav button:hover{
        background-color: #FE1724;
        color: #FFF;
      }
      .testimonial #orange-dot{
        position: absolute;
        bottom: 60px;
        right: 180px;
      }
      .testimonial #absolute-tikka{
        position: absolute;
        right: 0px;
        bottom: -100px;
      }
      .simple-step .headingA{
        width: 40%;
        text-align: center;
        line-height: 50px;
      }
      
      .simple-step .main-step-img{
        width: 95%;
        margin: auto;
      }
      .simple-step .responsive-section{
        display: none;
      }
      .simple-step .responsive-section h3{
       font-weight: 500;
      }
      .our-cuisines{
        margin-top: 100px;
        position: relative;
      }
      .our-cuisines .cuisine-card{
        border-radius: 10px;
        width: 22%;
        margin-bottom: 25px;
        box-shadow: 0px 17px 16px 0px #EBF1F58C;
        padding-bottom: 15px;
    }
    .our-cuisines .cuisine-card:hover{
        transform: scale(1.05); /* Optional: for a zoom effect */
        box-shadow: 0px 17px 16px 0px #d6dadde1;
        transition: transform 0.2s ease-in;
    }
      .our-cuisines .cuisine-card img{
        width: 100%;
        /*height: 95%;*/
      }
      .our-cuisines .cuisine-card h4{
        font-weight: 600;
        font-family: "Fredoka", sans-serif;
        font-size: 18px;
        margin-top: 10px;
        /* margin-bottom: 5px; */
      }
      .our-cuisines .cuisine-card .red-line{
        height: 3px;
        margin-top: 3px;
      }
      .our-cuisines #absolute-spinich{
        right: 0px;
        width: 150px;
        position: absolute;
        bottom: -210px;
      }

      .Savour-the-magic .main-div{
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        position: relative;
      }
      .Savour-the-magic .main-div .left{
        width: 55%; 
      }
      .Savour-the-magic .main-div .left img{
        width: 100%;
        position: relative;
      }
      .Savour-the-magic .main-div .right{
        width: 45%;
        max-height: 570px;
        padding:25px;
        box-shadow: 0px 6px 20px 0px #0061AB33;
        border-radius: 15px;
        position: relative;
        margin-left: -60px;
        background-color: #FFF;
      }

      .Savour-the-magic .form-container {
        /* background-color: white; */
        border: 2px solid #ccc;
        padding: 40px 20px;
        width: 100%;
        border-radius: 15px;
        max-width: 600px;
        height: 100%;
        
        width: 100%;
        text-align: left;
    }
    
    .Savour-the-magic .form-container h2 {
        font-size: 1.2em;
        margin-bottom: 2px;
    }
    
    .Savour-the-magic .form-container p {
        font-size: 0.8em;
        margin-bottom: 0px;
        color: #666;
    }
    
    .Savour-the-magic .form-container .redline{
        margin-top: 5px;
        margin-bottom: 15px !important;
    }
    
    .Savour-the-magic .form-container .form-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    
    .Savour-the-magic .form-container .form-group {
        flex: 1;
        margin-right: 15px;
    }
    
    .Savour-the-magic .form-container .form-group:last-child {
        margin-right: 0;
    }
    
    .Savour-the-magic .form-container label {
        display: block;
        font-weight: 500;
        font-size: 0.9em;
    }
    
    .Savour-the-magic .form-container input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccccccab;
        border-radius: 5px;
        font-size: 0.9em;
        z-index: 60;
        position: relative;
    }
    .Savour-the-magic .form-container input:focus{
     outline: none;
    }
    .error-message {
        color: red;
        font-size: 12px;
        display: none;
    }
    
    input:invalid {
        border-color: red;
    }
    
    input:valid {
        border-color: green;
    }
    
    .Savour-the-magic .form-container .full-width {
        flex: 2;
    }
    .Savour-the-magic .chef-avatar{
      width: 450px;
      position: absolute;
      bottom: -69px;
      z-index: 50;
      left: 430px;
  }
    
    .Savour-the-magic .form-container .submit-btn {
        background-color: #FE1724;
        color: white;
        padding: 6px 15px;
        border: none;
        border-radius: 5px;
        font-size: 1em;
        cursor: pointer;
        margin-top: 15px;
        display: inline-flex;
        align-items: center;
        z-index: 60;
        position: relative;
    }
    
    .Savour-the-magic .form-container .submit-btn span {
        margin-left: 5px;
        font-size: 1.2em;
    }
    
    .Savour-the-magic .form-container .submit-btn:hover {
        background-color: #e33334;
    }
    
    .Savour-the-magic .form-container .submit-btn:focus {
        outline: none;
    }
    

    .video-section{
        width: 100%;
        position: relative;
    }
    
    .video-section .videoback-img{
        width: 100%;
        object-position: center;
        object-fit: cover;
        margin-top: 50px;
        position: absolute;
        z-index: -1;
    }

    .video-section #absolute-leaf{
       position: absolute;
       top: 100px;
       width: 150px;
       left: 150px;
       z-index: 10;
    }
    .video-section #absolute-fruits{
        position: absolute;
        top: -150px;
        right: 0px;
        width: 300px;
        z-index: 10;
    }

    .video-section .headingA{
        color:#FFF !important;
        z-index: 10;
        margin-top: 80px;
        font-weight: 600;
    }
    .video-section .headingA img{
        z-index: 10;
        position: relative;
    }
    .video-section .main-img{
        width: 100%; 
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .video-section .main-img img{
        width: 50%;
        /*height: 390px;*/
        margin: auto;
        border-radius: 15px;
    }
    .video-section .para-A{
        width: 60%;
        margin: auto;
        margin-top: 40px;
        color: #382E36;
    }
    .video-section .btn-outline-red{
        background-color: #FFF;
        color: #FE1724;
        border-radius: 42px;
        padding: 8px 15px;
        border: 1px solid #FE1724;
        margin: auto;
        margin-top: 30px;
        font-weight: 500;
    }
    .video-section #absolute-fingerchips{
        position: absolute;
        bottom: 10px;
        right: 0px;
        width: 200px;
    }
    .video-section #absolute-salad{
        position: absolute;
        bottom: 10px;
        left: 0px;
        width: 200px;
    }


    .backimg-A{
      background-image: url(../images/backgroundA.png);
      width: 100%;
    }

    .blog-section .Card-A .product-card {
        /* width: 18vw; */
        border-radius: 10px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        font-family: 'Arial', sans-serif;
        position: relative;
        margin: 10px;
      }
      .blog-section .poppins img{
        width: 280px;
    }
      
      .blog-section .Card-A .badge  {
        position: absolute;
        top: 30px;
        left: 30px;
        background-color: #fff;
        padding: 8px 20px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 25px;
        z-index: 10;
        font-family: "Inter",sans-serif;
      }
      .blog-section .Card-A  .badge-food {
         color: #FE1724;
      }
      .blog-section .Card-A  .badge-resturant {
        color: #FF9D00;
      }
      
      .blog-section .Card-A  .badge-branding {
        color: #1E9E5A;
      }
      
      .blog-section .Card-A  .blog-image {
        position: relative;
    }
    
    .blog-section .Card-A  .blog-image img {
        width: 100%;
        display: block;
      }
      
     
      .blog-section .Card-A .blog-info {
        padding: 5px 0px;
        text-align: left;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
      }
     
      .blog-section .Card-A  .blog-description {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin: 5px 0;
      }
      .blog-section .Card-A  .timing-btn a span{
        color: #777;
        font-size: 12px;
        font-weight: 600;
      }
      .blog-section .Card-A  .timing-btn a:hover #btn-arrow{
        color: #FFF;
        
      }
      .blog-section .Card-A  .timing-btn a{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #777;

      }
      .blog-section .Card-A  .timing-btn a:hover{
        background-color: #FE1724;
        color: #FFF;
        border-color:#FFF ;
      }
      .blog-section  .owl-theme .owl-nav{
        display: block;
    }
    
    .blog-section  .owl-theme .owl-nav button {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 30px;
        border-radius: 50%;
        color: #a5a5a5;
        border: 1px solid #a5a5a5;
        font-size: 20px;
      }
      .blog-section  .owl-theme .owl-nav .owl-prev{
        top: -100px;
        right: 10vw;
      }
      .blog-section .owl-theme .owl-nav .owl-next{
        top: -100px;
        right: 6vw;
      }
      .blog-section  .owl-theme .owl-nav button:hover{
        box-shadow: 0px 25px 25px 0px #00000033;
        color: #FFF;
        background-color: #000;

      }

      .newsletter {
          position: relative;
          margin-top: 50px;
          overflow: visible;
          margin-bottom: 30px;
          margin-top: 120px;
          border-radius: 20px !important; 
          height: max-content;
        }
        .newsletter .mobile-main{
            position: absolute;
            width: 450px;
            bottom: 25px;
            right: 80px;
        }
        .newsletter .content .newsletter-full-img img{
        border-radius: 20px !important;
        width: 100%;
        margin: auto;
        object-fit: cover;

      }

      .newsletter .content .main-div .responsiveNewsletter{
        display: none;
      }


      .newsletter .content .main-div .btn-pair a img{
        width: 170px;
        margin-top: -130px;
      }

      footer .imp-links a{
        color: #232323;
        font-family: "Inter",sans-serif;
        font-weight: 500;
      }
      footer .footer-bottom{
        border-top: 1px solid #7777777c;
        width: 100%;
        text-align: center;
        line-height: 60px;
        background: none !important;
        padding: 0px !important;
      }
      .vedio-play{
        position: absolute;
        left: 48%;
        top: 48%;
          
      }
      .blog-section .Card-A .timing-btn a:hover{
          background-color: #FE1724;
          color: #FFFFFF;
      }
      
       .playstore-section {
    padding: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 20;
   
  }
  
  .goggle-play-main {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 0px 0px 20px;
    border-radius: 10px;
    border-radius: 10px;
  }
  
  .goggle-left {
    /* flex: 1; */
   font-family: "Inter", sans-serif !important;
    padding: 0px 20px;
    width: 50%;
  }
  
  .left-heads {
    font-size: 26px;
    font-weight: 600;
    color: #05073C;
    display: flex;
    align-items: center;
    margin: 0px;
    font-family: "Fredoka", sans-serif !important;
    gap: 5px;
  }
  
  .store-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 500px;
    margin-top: -25px;
  }
  #mobile-responsives{
      width: 280px !important;
  }
  
  .goggles-right {
    /* flex: 1;
     */
    text-align: right;
    margin-top: -110px;
  }
  
  .goggles-right img {
    max-width: 530px;
    height: auto;
    border-radius: 10px;
  }
  .app-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }
  .app-buttons .google{
    /* width: 210px; */
    padding: 8px 22px;
    display: flex;
    justify-content: center;
  }
  
  .button-image {
    margin-right: 10px;
    width: 40px;
  }
  .google .button-content{
    /* width: 100px; */
    text-align: left;
  }
  #bolds{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
  }
  .mains-app{
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    color: #FE1724;
    font-family: "Inter", sans-serif;
  }
   #apps-contents{
    color: #232323;
    font-size: 17px;
    font-family: "Inter", sans-serif;
   }
  .button-content img {
    width: 200px;
    cursor: pointer;
  }
  .main-goggle-heading{
    width: 100%;
    font-size: 22px;
    margin-top: 15px;
    color: #05073C;
  }
    
   
  

      
      
     
      
      



