*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/*    border: 1px solid green;*/
    font-family: sans-serif;
  
}
a
{
    text-decoration: none;
}

ul
{
    list-style: none;
}
:root{
    --primarycolor:#e11e26;
    --seconddcolor:#643000;
    --thirdcolor:#ad6618;
    --carouselThemColor:#611e8a;

      --bs-table-bg:transparant;
}




/*nav bar style start*/
nav
{
    width: 100%;
    height: 72px;
    background-color: var(--primarycolor);
    display: flex;
    align-items: center;
    color: #fff;
}
.nav_row
{
    width: 100%;
    display: flex;
/*    border: 1px solid green;*/
}
.nav_main
{
    display: flex;
    align-items: center;
    justify-content: space-between;
/*      border: 1px solid green;*/
      width: 100% !important
}
.nav_main a 
{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav_main .left_part 
{   
    width: 80%;
/*    border: 1px solid red;*/
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}
.nav_main .left_part ul
{
    display: flex; gap: 20px;
}
.nav_main .logo_part
{
    width: 300px !important;
    height: 150px;
/*    border: 1px solid blue;*/
    position: relative;
}
.logo_part .circle 
{
    width:230px;
    height: 230px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 9;
/*    top: -80%;*/
    bottom: 20px;
    transform: translateX(-10%);
    box-shadow: 0px 0px 8px 1px #000;

    display: flex;
    justify-content: center;
    align-items:flex-end;


}
.logo_part .circle .logo 
{
    width: 60%;
    height: auto;
    top: -25px;
    position: relative;
}

.nav_main .right_part
{
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   position: relative;
}
.nav_main .left_part ul,.nav_main .right_part ul 
{
    margin-top: 15px;
}

/*nav bar style end*/
.main
{
    width: 100vw;
    height: auto;
    overflow: hidden;
}
/*home page style start*/

#home
{
    width:100%;
    height: 84vh;
   
}
/*home page style end*/
/*cookies section style start*/
.cookies_bg
{
/*    width: 100%;*/

    height: 90vh;
    background-image: url("../images/HOME PAGE/biscuits products/background.jpg");
    background-size: cover;
}
.viewAll_con
{
    width: 100%;
    display: flex;
    justify-content: flex-end;

}
.viewAll_con p 
{
    cursor: pointer;
}
.viewAll
{
    color: var(--thirdcolor);
    font-size: 20px;
    position: relative;
    z-index: 100;
  

}
.viewAll:hover
{
      cursor: pointer;
      color: var(--seconddcolor);
      transition: 0.5s;
}
.head_con_text
{
    display: flex;
    justify-content: center;
}
.head_con_text h2 
{
    font-weight: bolder;
    font-family: 'Patua One', serif;
    letter-spacing: 2px;
    color: var(--seconddcolor);
/*    transform: rotate(2deg);*/
}

.details h1 
{
    font-size: 25px;
}






.view_btn
{
    background: var(--thirdcolor);
    color: #fff;
    padding: 5px 40px;
    font-size: 18px;
    border: none;
    border-radius: 17px;
    cursor: pointer;
}
.cookies_pagination
{
    position: absolute;
    top: 100px;
    z-index: 99;
}
/*cookies section style end*/

/*confectionary section style start*/

.confectionary
{
    height: 80vh;
    background-image: url("../images/HOME PAGE/chocolates products/background.png");
    background-size: cover;
}
/*confectionary section style end*/

.con_vlg
{
    position: relative;

}

.vlg
{
    position: absolute;
    top: 50%;
    


}

/*blnak space section start*/
.world_bnanner
{
    height: 50vh;
    width: 100%;
    background-color: #fff;
    background-image: url("../images/HOME PAGE/banner/product banner.png");
    background-size: cover;
}
/*blnak space section end*/

/*about us section start*/
.about_us
{
    /*   height: 100vh;*/
    background: rgb(255,255,255);
    background: radial-gradient(circle at 70% 60%,rgba(255,255,255,1) 0%, rgba(240,233,243,1) 0%, rgba(176,143,195,1) 0%, rgba(97,32,136,1) 92%);
    padding-bottom: 30px;
    padding-top: 30px;
}
.about_us h1 
{   
    color: #fff;
     font-weight: bolder;
    font-family: 'Patua One', serif;
    letter-spacing: 2px;
}
.about_text p
{
    color: #fff !important;
    font-size: 14px;
}
.about_right_part
{
    display: flex;
    gap: 20px;
  
  
/*    border: 1px solid red;*/
    flex-direction: column;

}
.about_right_part .logo 
{
   
    display: flex;
    justify-content: center;
/*    border: 1px solid green;*/
    height: 30%;
}
.about_right_part img 
{
    width: 60%;
}



.about_right_part .girl 
{
     display: flex;
    justify-content: center;
/*    border: 1px solid blue;*/
    height: 70%;
}
.about_view_more
{
    padding:10px 15px;
    color:rgba(97,32,136,1);
    background-color: #fff;
    font-size: 23px;
    font-weight: bold;
    border-radius: 25px;
}
/*about us section end*/

/*our_customer say start*/

.our_customer 
{
   height: 20vh;
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
  }
.our_customer .container 
{
    height: 40vh;
    position: absolute;
    z-index:0;
    padding: 0 30px;
    top: -22vh;
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px grey;
}

.our_customer .top_part
{
    width: 100%;
    display: flex;
    flex-direction: column;

    align-items: center;
}
 .top_part em 
 {
    font-size: 15px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
 }
  .top_part h4
  {
    font-weight: bold;
  }

  .client_say
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .star
  {
    color: #ffbb33;
    font-size: 8px;
  }
  .client_text
  {
    font-size: 11px;
    font-weight: 500;
  }
  .client_name 
  {
    font-weight: 500;
    color: #31ccc5;
    font-size: 14px;
    margin-top: -8px;
  }
/*our_customer say end*/












/*footer style start*/
.footer
{
/*    height: 40vh;*/
    background-color: var(--primarycolor);
    overflow-top:hidden;
    border-top: 10px solid #fff;
}
.footer p 
{
    color: #fff;
    font-size: 15px;
}
.middle_box
{
    display: flex;
    flex-direction: column;
    align-items: center;
}




.footer_logo_box
{
    width: 250px;
    height: 120px;
    background-color: #fdf6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;

}
.footer_logo_box img
{
    width: 80%;
 
}

/*footer style end*/

.shakti_text h1
{
    color: #fff;
    font-size: 30px;
    padding: 2px;
    text-align: center;

}
.shakti_text p 
{
    font-size: 12px;
}

.last_box
{
    display: flex;
    gap: 20px;
}
.last_box p
{
    text-align: left;

}
.scanner_box
{

}
.scanner_box img 
{
    width: 90px;

}
.last_box p a 
{
    color: #fff;
}
.first_person p span,.second_person p span 
{
    font-size: calc(100% + 1px);
}
.first_person p i,.second_person p i
{
    font-size: calc(100% + 3px);
    color: green;
}




/*swiper js style over wright*/


.mySwiper2
{
    user-select: none;
}
.mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev,.mySwiper3 .swiper-button-next,.mySwiper3 .swiper-button-prev
{
    
    background-color: var(--carouselThemColor);
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.swiper-button-next:after, .swiper-button-prev:after
{
      font-size: 18px !important;
      font-weight: bold;
      color: #fff;
 

}
.swiper-pagination-bullet
{
    color: var(--carouselThemColor);
}
.swiper-pagination-bullet-active {
    background:var(--carouselThemColor);
}


.swiper-pagination-bullet
{
    position: relative;
    top: -70px;
    height: 6px;
    width: 20px;
    border-radius: 5px;
}
.mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev,.mySwiper3 .swiper-button-next, .mySwiper3 .swiper-button-prev
{
    top: 415px;
    display: none !important;
 
}
.mySwiper2 .swiper-button-prev,.mySwiper3 .swiper-button-prev
{
     left: 35%;
}
.mySwiper2 .swiper-button-next,.mySwiper3 .swiper-button-next
{
      right: 35%;
}

.mySwiper4 .swiper-pagination-bullet
{
    position: relative;
    top: 13px;
    height: 8px;
    width: 8px;
    
}




/*certifications_section page ///////////////////////////////////////////////////////////////////////////*/

.certifications_section
{
    height: auto;
    /*background-image: url("../images/ABOUT PAGE/CERTIFICATE.jpg");
    background-size: cover;*/
}
.BC_section
{
    height: auto;
 /*   background-image: url("../images/ABOUT PAGE/BC.jpg");
    background-size: cover;*/

}


.globe_section
{
    height: auto;
 /*   background-image: url("../images/ABOUT PAGE/GLOBE.jpg");
    background-size: cover;*/
}

/*..................................................................................................*/
.products
{
    position: relative;
}
.listofproduct
{
    width: 200px;
    height: 100px;
    background-color: var(--primarycolor);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 9999;
    padding: 10px;
    bottom: -110px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: none;

}
.biscuits_box
{
    border-bottom: 1px solid rgba(255, 255,255, 0.4);
}
.biscuits_box,.confectionery_box 
{
    display: flex;
}
.flex_box
{
    display: flex;
    gap: 20px;
    align-items: center;
}
/**
{
    border: 1px solid green;
}
*/
.submenu 
{
 font-size: calc(100% - 3px);
 margin-top: 10px;
}
.show_product
{
    display: block;
}

/*.......................................................................................................*/
/*biscuits page style start*/
.infoBox
{
/*    border: 1px solid red;*/
    padding: 0 80px 0 80px;
}
@media only screen and (max-width: 768px) {
    .infoBox
    {
       
        padding: 0 40px 0 40px;
    }
}
@media only screen and (max-width: 576px) {
    .infoBox
    {
       
        padding: 0 20px 0 20px;
    }
}
@media only screen and (max-width: 480px) {
    .infoBox
    {
       
        padding: 0 10px 0 10px;
    }
}
.products_details .catagory_name ,.family 
{
   color: #281B1B;
  font-family: 'Inria Sans', sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 0px;
}

.Product_name
{
    color: #281B1B;
    font-family: 'Inria Sans', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

/*biscuits page style end*/

/*table style start*/
.table-responsive
{
   background-image: url("../images/HOME PAGE/biscuits products/background.jpg");
   background-size: cover;
   padding: 10px;
   padding-bottom: 0;
   border-radius: 8px;
   max-height: 350px;
/*   overflow: scroll;*/
   border: 1px solid black;
}
@media only screen and (max-width: 480px) {
    .table-responsive
    {
        width: 100%;
    }
}
table
{   
   
    width: 100%;


    & tbody tr:first-child
    {
          background-color: #570100 !important;
            border-top-left-radius: 50px !important;
         color: #fff;
    }

    & tr 
    {   
        border: none !important;
        & td 
        {
            
            padding: 5px;
            background-color: transparent;
   
        }
    }
    
}
/*tbody:first-child
{
    background-color: #570100 !important;
    border-radius: 15px !important;
   
}
tbody th:first-child
{
   border-top-left-radius: 8px !important;
   border-bottom-left-radius: 8px !important;
}
tbody th:last-child
{
   border-top-right-radius: 8px !important;
   border-bottom-right-radius: 8px !important;
}
 tr,th 
{
    background: none;
     color: #fff;
     font-weight: 400;
     border: none;
   
}
tbody 
{
    background: none !important;
}
tbody tr , tbody td 
{
    background: none !important;
     color: #570100 !important;
     font-weight: 500;
     border: none;
     line-height: 10px;
     text-align: center;
}
thead tr th {
    text-align: center;

}*/
@media only screen and (max-width: 992px) {
   tr td{
        font-size: calc(100% - 2px);
         vertical-align: text-top;
    }


}
@media only creen and (max-width: 512px) {
   tr td {
        font-size: calc(100% - 3px);
    }
   

}
@media only screen and (max-width: 480px) {
   tr td {
        font-size: calc(100% - 5px);
    }
    .swiper-pagination-bullet
    {
        display: none;
    }
   

}

@media only screen and (max-width: 1200px) {
   tr , td
    {
      
         line-height: 16px;
    }
}
.packing
{
    padding-left: 25px !important;
}
.enquiry_btn
{
    background-color: var(--primarycolor);
   color: #fff;
  font-family: 'Inria Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 0px;
    padding: 15px 15px;
    border-radius: 3px;
     transition: 0.5s;
}
.enquiry_btn:hover 
{
    background-color:#AD1010;

}
/*table style end*/
.all_products
{
    padding: 0px 0 20px 0;
}
@media only screen and (max-width: 992px) {
    .all_products
    {
           padding: 0px 0 20px 0;
    }
}
@media only screen and (max-width: 576px) {
    .all_products
    {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}
@media only screen and (max-width: 480px) {
    .all_products
    {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
.submenu_mobile
{
/*    position: relative !important;*/
/*padding-bottom: 150px;*/
/*padding-top: 0 !important;*/
/*margin-top: 0 !important;*/

/*border:1px solid green;*/
height: 45px;
display: flex;
align-items: flex-start !important;
justify-content: flex-start !important;
overflow: hidden;
transition: 0.5s;
}
.sub_child
{       
    margin-left: -150px !important;
/*    margin-top: 100px !important;*/
/*    position: relative;*/
/*    top: 30px;*/
/*    position: absolute !important;*/
/*    left: 0% !important;*/
/*    border: 1px solid red !important;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
/*    display: none;*/
    transition: .6s;
}
.sub_child li
{
/*    background-color: #000;*/
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
   padding: 5px;

}
.sub_child li a 
{
    color: #000;
    opacity: 0.7;
    margin-left: 50px;
}
.tabShow
{
/*    display: block;*/
    height: 130px !important;

}
.details
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub_category
{
    margin-top: 25px;
}
.sub_category ul 
{
    display: flex;
    gap: 20px;
/*    border: 1px solid red;*/
}
.sub_category ul li
{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 4px 6px;
    cursor: pointer;
    border-radius: 2px;
}
.sub_category ul li a 
{
    color: var(--seconddcolor);
}
@media only screen and (max-width: 992px) {
   .sub_category ul 
    {
        gap: 15px;
        flex-wrap: wrap;
/*        justify-content: center;*/
    }
}
@media only screen and (max-width: 768px) {
    .sub_category
    {
        margin-top: 95px;
        display: flex;
        justify-content: center;
    }
}