@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	margin:0px;
}
.btn1 {
    background-color: #F9B21E;
    font-size: 20px;
    padding: 12px 10px 16px;
    font-family: 'Livvic', sans-serif;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 15px auto;
    display: inline-block;
    text-align: center;
    width: 200px !important;
	border: none;
    transition: 0.5s;
}
.mycards h4 {
    margin-top: 34px;
    color: red !important;
}
.mycards a:hover {
    background: #8d1821;
    color: #fff;
    transition: 0.4s;
}
.mycards a {
    text-decoration: none;
    color: #000;
    background: #f8b11e;
    padding: 11px 24px 15px;
    border-radius: 4px;
    font-size: 17px;
       transition: 0.4s;
}
ul.chicken-header {
    align-items: center;
    justify-content: space-between;
}
li.btnreser12 a {
    line-height: 17px !important;
    color: #fff !important;
}

.hovernumber .addCartIcon {
    border: none;
    float: right;
    font-size: 26px;
    background: transparent;
}

.leftcart-loader {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    display: flex;
    opacity: 1;
    height: 100vh;
    left: 0;
    align-items: center;
    justify-content: center;
    background: #000000a3;
}

.ice-bt-ice {
    width: 250px !important;
}
section.ourfood-home.bakery-h-o {
    background: transparent;
}
section.margintop4 {
    margin-top: 114px;
    margin-bottom: 68px;
}
.icontag {
    text-align: center;
}
.icontag a {
    text-decoration: none !important;
    color: #000;
}
.icontag i {
    font-size: 31px;
}
.slide-iceCreamBtn {
    width: 400px !important;
}
.review-sec h3 {
    margin-bottom: 20px;
    color:#000;
}







/************************* reset css start here ***********************************/


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}




/* testimonial start here */

.testimonial-sec .inner-testimonial {
    text-align: center;
    display: block;
}

.testimonial-slider .img-sec figure {

    padding-top: 20px
}

.testimonial-slider .img-sec figure img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0px auto 10px auto;
    background: rgba(241, 238, 238, 0.933);
    padding: 10px;

}

.testimonial-sec .inner-testimonial {
    box-shadow: 0 2px 5px rgba(0,0,0,0.10);
    background: rgb(249 249 249);
    padding:20px;
   
}

.testimonial-sec .owl-carousel .owl-item.active.center .inner-testimonial .para-sec {
    background-color: var(--red);
    color: white;
}


/* .testimonial-sec .owl-carousel .owl-item.active.center .inner-testimonial {
    margin-top: -20px;
    transition: all .4s ease-in-out;

} */

.testimonial-section {
    position: relative;
}

.testimonial-sec .para-sec p {
    font-size: 18px;
    font-weight: 400;
    padding:0px;
}

.img-sec h3 {
    color: rgb(14 14 95 / 90%);
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    background: var(--white) !important;
    display: block;
    border: 1px solid rgb(76, 76, 76);

    transition: all .4s ease !important;
    border-radius: 0px !important;
    box-shadow: rgb(76, 76, 76) 0px 5px 15px;
}

.testimonial-sec button.owl-dot.active {
    background: var(--red) !important;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.testimonial-sec h2 {
    font-size: 45px;
    font-weight: 700;
}

.testimonial-sec h6 {
    font-size: 20px;
    font-weight: 400;
}
.testimonial-sec button.owl-prev, .testimonial-sec button.owl-next{
    position:absolute;
    top:50%;
    font-size:40px!important;


}
.testimonial-sec .owl-theme .owl-nav [class*=owl-]:hover{
    background: none!important;
}
.testimonial-sec button.owl-prev:hover, .testimonial-sec button.owl-next:hover{
    background-color: none!important;
    color:black!important;
}
.testimonial-sec button.owl-prev{
    left:-380px;
}
.testimonial-sec button.owl-next{
    right:-30px;
}
.testimonial-sec  .rating {
    justify-content: center;
    /* align-items: center; */
    display: flex;
    margin-bottom:10px;
}
.testimonial-sec  .rating p {
    font-size:25px;
    font-weight:500;
    margin-right:10px;
    margin-bottom:0px;
}
.testimonial-sec  .rating i {
    color:rgb(235, 110, 0);
    font-size:30px;
    padding-top:2px;

}
 .google-rating {
    padding: 61px 0px;
    text-align: center;
}
.para-sec p {
    font-size: 14px;
    font-weight: 400;
    padding: 19px;
}
.testimonial-sec .sub-heading {
    text-align: center;
    padding: 40px 0px;
}
.testimonial-sec  .img-sec i {
    color: rgb(235, 110, 0);
    font-size: 18px;
}
.img-sec h3 {
    color: rgb(14 14 95 / 90%);
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
}     
section.contaform label:hover {
    cursor: default;
    color: #000000d4;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
ul.chicken-header {
    justify-content: space-between !important;
}
section.contaform .container {
    padding: 20px;
}
section.contaform label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
/**/
div#nav-tabContent h2 {
    font-size: 32px !important;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
	    color: black;
}
.minus, .plus {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    background:#d5950f;
}
.tabsbox h4 {
    font-size: 20px;
    text-align: center;
    background: #d5950f;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.checkout i.bi {
    font-size: 30px;
}
.activeImgrole .roundbox {
    background: #f8b11e;
}
.activeImgrole .roundbox i.bi {
    color: #fff;
}

span.number1 {
    color: #fff;
}
 .roundbox {
    width: 70px;
    height: 70px;
    display: flex;
    background: #c7c7c7;
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
video.vid {
    width: 100%;
}
.tabsbox:hover h4 {
    background: #f9b21e;
    border: 1px solid #ab886a;
}
.tabsbox i.bi.bi-cart3 {
    font-size: 28px;
    float: right;
   cursor: pointer;
}
.number input[type="text"] {
    width: 70px;
    text-align: center;
    border: none;
    font-size: 18px;
}
.tabsbox .row {
    align-items: center;
}
.hovernumber:hover .number {
    display: block;
    transition: 0.5s;
    bottom: -3px;
    left: 0;
}
.number {
    font-family: 'Livvic', sans-serif;
    width: 135px;
    border-radius: 50px;
    overflow: hidden;
    padding: 2px 0;
    background: #fff;
    float: right;
    position: absolute;
    z-index: 9;
    right: 8px;
    margin-top: 0;
    display: none;
    transition: 0.5s;
}
section.ourfood-home .row.mt-5.mb-5 {
    row-gap: 18px;
}
span.plus {
    float: right;
    line-height: 1.1;
}
section.ourfood-home {
    border-radius: 2px;
    transition: 0.5s;
    padding: 4rem 0;
	background:#ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.row.bott14 i.bi.bi-cart-plus {
    font-size: 24px;
    width: 66px;
    height: 41px;
    border-radius: 50px;
    padding: 4px 8px;
     transition: 0.3s;
}

.row.bott14 i.bi.bi-cart-plus:hover {
    background: #d5950f;
    color: #fff;
     transition: 0.3s;
}
.row.bott14 .col-6.d-flex.align-items-end.justify-content-end {
    width: 100%;
    text-align: right;
}
h2#categoryName {
    font-size: 27px !important;
    margin-top: 31px;
    margin-bottom: 14px;
}


.tabsbox {
        padding: 10px 16px 19px;
    border-radius: 5px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ab886a;
    transition: 0.3s;
    height: 260px;
    position: relative;
    transition:0.4s ease;
}
body nav.gallery-to-gallery .slick-next {
    right: 5px;
    z-index: 99;
}
div#nav-main-course .tabsbox {
    height: 255px;
}

.tabsbox .col-9 {
    padding: 0;
}
.hovernumber {
    width: 100%;
    float: left;
    position:relative;
  
}
.row.price1 .col-3 {
    padding-left: 0;
}
div#product_view {
    background: #0000009e;
}
div#dataview h5 {
    text-align: center;
    border-bottom: 1px solid #97979775;
    padding-bottom: 13px;
}
div#menupage section.top-banner img.img-fluid {
    object-fit: cover;
    width: 100%;
    opacity: 1;
}
label:hover {
    cursor: pointer;
    color: #d5950f;
}


div#dataview a.btn.btn-block.btn-red.cart_buttons:hover {
    background: #1a1a1a;
}
button#close {
    background: red;
    color: #fff;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-bottom: 11px;
    margin-top: 3px;
}
div#dataview a.btn.btn-block.btn-red.cart_buttons {
    display: flex;
    justify-content: flex-end;
    background: #d5950f;
    width: 119px;
    padding: 7px 11px 9px;
    color: #fff;
    float: right;
}
div#loader {
    text-align: center;
    position: fixed;
    z-index: 999999999;
    background: #0000008c;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#loader img.loader-cart {
    width: 65px;
}
.tab-pane p {
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
    color: #050505;
    border-radius: 5px;
    margin-bottom: 7px;
    font-weight: 300;
    padding: 11px 0;
    font-family: 'Poppins';
}
.row.price1 .col-3 h3 {
    font-size: 23px;
}

/**/
.tabsbox .col-9 h3 {
    font-size: 16px;
    margin: 0;
}
.row.bott14 {
    position: absolute;
    width: 97%;
    bottom: 22px;
}
.tabsbox .col-4 h3 {
    font-size: 20px;
    margin: 0;
}

.row.mt-3.mb-5 {
    row-gap: 17px;
}


section.contaform .container {
    margin-top: 30px;
    position: relative;
    background: #fff;
    padding-top: 34px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 35px;
    margin-bottom: 50px;
}
button.btn1:hover {
    background: #9e3a41;
    transition: 0.5s;
}
h4{
	font-family: 'Livvic', sans-serif;
}
body .swiper-button-next svg{
    color: #fff !important;
    padding: 0 6px !important;
}
.swiper-button-prev svg {
    color: #fff !important;
    padding: 0 6px !important;
}
.swiper-container 
{
    width: 100%;
    height: auto;
}
.HeaderContainer__Inner-sc-mvslij-0.gKGfss.es-header-container.HeaderComponent__StyledHeader-sc-1skmixu-0.fisQVV {
    display: none;
}
.container.mt8.reviw1 {
    padding: 6rem 20px;
}
.reviw1 .swiper-slide {
    background: #212020 !important;
}
section.Categoriesimg .p-0 {
    position: relative;
}
section.Categoriesimg .img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.overlay-text .btn1 {
    width: auto;
    padding: 12px 17px;
    background: #dbdbdb96;
    border-radius: 5px;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
}
.b25ekary {
    padding: 70px 0;
    background: #fffef7;
}
body .gallery-to-gallery button.slick-next:before {
    position: absolute;
    content: '\F285';
    width: 100%;
    height: 100%;
    font-family: 'Bootstrap-icons';
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
section.ourfood-home .row {
    row-gap: 0px;
}
i.bi.bi-arrow-right-short {
    font-size: 22px;
    margin-right: 7px;
}
span.title12 {
    font-size: 14px;
    background: #2ca200;
    color: #fff;
    padding: 2px 7px 3px;
    border-radius: 5px;
    margin-left: 6px;
}
.col-3 h4 {
    margin: 11px 4px;
    float: left;
    font-size: 18px;
}
.listItems-container.toggle-cart-btn .item-box {
    max-width: 450px;
    float: right;
    background: #000;
    height: 100vh;
    padding: 0 7px;
}
/*listitems sidbar 26-09-23*/

.listItems-container {
    position: fixed;
    top: 0;
    z-index: 888;
    background: #0000004a;
    width: 100%;
    height: 100%;
    right:-100%;
    backdrop-filter: blur(8px);
    transition:all 0.4s ease;
    z-index: 999999;
}
.listItems-container.toggle-cart-btn{
    right:0;
    transition:all 0.4s ease;
}
.items-box-contain h2 {
    text-align: center;
    padding: 6px;
    background: #000000f5;
    color: #fff;
    margin: 8px 0 0px !important;
    font-size: 32px !important;
}


/* width */
.items-box-contain.cum-box2::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.items-box-contain.cum-box2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.items-box-contain.cum-box2::-webkit-scrollbar-thumb {
  background: #d5950f; 
  border-radius: 10px;
}
.items-box-contain.cum-box2 {
      height: 58vh;
    margin: 10px 0;
    padding: 10px;
    background: #a4464c00;
    overflow-y:auto;
}
.items-box-contain.cum-box3 button.list-add-btn {
    border: navajowhite;
    padding: 10px 20px;
    width: 47%;
    font-size:20px;
    text-transform:uppercase;
}
.items-box-contain.cum-box3 button.list-add-btn:hover {
    background: #f9b21e;
    transition: 0.4s ease;
    color: #fff;
}
.items-box-contain.cum-box3 {
    padding: 2px 10px 35px;
    background:#0000006e;
}
.cum-box3 .item-bottom-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top:10px ;
}
.item-name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-item-btn-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
td.Price-data h3 {
    margin: 0;
}
.fonts14 {
    font-weight: 700;
}
.item-name-box h5 {
    font-size: 15px;
}
.add-item-btn-box .item-btn-cum {
    width: 30px;
    height: 30px;
    border: none;
    background: #d5950f;
    text-align: center;
    margin: 2px;
    border-radius: 2px;
    transition: 0.4s ease;
    color: #fff !important;
}
button.item-btn-cum:hover {
    background: #000;
}
.item-list {
    padding: 10px;
    background: #ffffff;
    border-radius:3px;
    color:#000;
    margin:0 0 10px;
}
.item-bottom-box{color:#fff;}
.item-bottom-box h5 {font-size: 25px;}
.item-bottom-box input{
    width: 100px;
    border: none;
    background: transparent;
    font-size: 21px;
    font-weight: 700;
    color: white;
}
.button-box-out {
    position: fixed;
    width: 80px;
    height: 50px;
    background: #d5950f;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    margin-top: 80px;
    margin-left: -79px;
}
.button-box-out-text {
    width: 30px;
    background: transparent;
    border: none;
    color:#fff;
    outline:none;
}
.out-btn-toggle {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 23px;
}
.button-box-out-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 6px;
}

/*listitems sidbar*/


body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #d5950f !important;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.gallery-nav-slide button.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-family: 'Livvic', sans-serif;
    text-transform: uppercase;
    color: #ffff;
    height: 50px;
}
.gallery-to-gallery .slick-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: #000000;
    border-color: transparent;
}
body .gallery-to-gallery button.slick-prev:before {
    position: absolute;
    content: '\F284';
    width: 100%;
    height: 100%;
    background: transparent;
    font-family: 'Bootstrap-icons';
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0px;
}
.gallery-to-gallery .slick-list.draggable {
    width:89%;
}
.gallery-to-gallery button.slick-prev {
    position: relative;
    left: 0;
    /*top: 25px;*/
    height: 60px;
    z-index:99;
}
body .gallery-to-gallery .slick-arrow {
    width: 81px;
    border-radius: 0 !important;
    border: none;
    height: 100%;
    margin: 0 !important;
    color: #fff;
    transition: all 0.4s ease;
}
.your-slider  img.img-fluid {
    width: 100%;
}
body .boxshowd1 {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    border-radius: 5px;
    padding: 21px 7px;
}

section.contaform input, section.contaform textarea {
    width: 100%;
    border: 1px solid #b4b4b4;
    height: 50px;
    padding: 4px 16px 5px;
    border-radius: 3px;
	font-family: 'Livvic', sans-serif;
}

textarea {
    height: 120px !important;
}



body .slick-next {
    right: 40px;
	 z-index: 99;
}
body .slick-prev {
    left: 40px;
    z-index: 99;
}

section.aboutsection.mt8 .img-fluid {
    width: 100%;
    height: auto;
}

.overlay-text h2 {
    font-size: 70px !important;
    font-weight: 500;
}
.heroslide .img-fluid {
    object-fit: cover;
    width: 100%;
}
.gideimage .img-fluid {
    width: 100%;
}
.carttext {
    text-align: center;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.sticky {
    position: fixed !important;
    top: 0;
    background: #fff;
    transition: 0.4s;
    margin-top: 0px !important;
}
.sticky ul li a {
    font-size: 18px;
    line-height: 3.5;
    text-decoration: none;
    color: #000 !important;
    font-weight: 400 !important;
}
.sticky .social-icon ul li i{color:#000 !important;}
section.heroslide .swiper-button-next {
    background-image: url(../images/arrowleft.png);
}
/*.your-review .slick-prev:before,*/
/*.your-review .slick-next:before{*/
/*    color:#f9b21e;*/
/*}*/
.card-slider .gideimage {

    padding: 0 7px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 71px !important;
  
}
section.heroslide .swiper-button-prev {
    background-image: url(../images/arrowleft.png);
    transform: rotate(177deg);
}

.carttext p {
    color: #fff;
}
.carttext h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.cateofritext {
    position: absolute;
    margin-top: 53px;
    opacity: 0;
    transition: 0.9s;
}
.gideimage:hover .carttext {
	background-size: 100% 100%;
    color: #fff;
	opacity:1;
}
.carttext i.bi.bi-arrow-right {
    font-size: 35px;
	    color: #f9b21e;
}

.carttext {
 background-image: linear-gradient(0, #000000a1, #000000a1);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.5s;
}


.gideimage:hover .cateofritext {
    opacity: 1;
    transition: 0.4s;
    margin-top: 0;
}
section.top-banner {
    background: #000;
}
body h1.banner-text {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 10px;
	font-family: 'Livvic', sans-serif;
	margin-top:55px;
}
section.top-banner img.img-fluid {
    height: 250px;
    object-fit: cover;
    width: 100%;
    opacity: 0.5;
}
section.servictop .row {
    justify-content: space-between;
}

.gideimage {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
body .hoverimg {
    height: 395px !important;
}
body .overlayimg:hover .hoverimg {
    height: auto !important;
}
.overlayimg.dalmakhani1:hover {
    position: absolute;
    top: -25rem;
}
.overlay-text p {
    color: #fff;
    max-width: 487px;
    margin: auto;
    padding-top: 103px;
}
.overlay-text .row {
    row-gap: 2px;
}
.overlay-text h4 {
    font-size: 50px;
    font-weight: 400;
}
.overlay-text {
    position: absolute;
    width: 90%;
    color: #fff;
}

.overlayimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide {
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.slide12 {
    text-align: center;
    width: 100%;
	position:relative;
}
section.heroslide {
    overflow: hidden;
}
section.servictop:before {
    content: '';
    background: #f8f6de;
    position: absolute;
    width: 100%;
    display: block;
    height: 500px;
    z-index: -99;
}
section.servictop .container.mb-5 {
    padding-top: 70px;
}
section.servictop.mt8 .col-lg-4.col-md-12.col-sm-12 img {
    height: 100%;
}
section.aualityrow .imagewith img {
    background: #fff;
    border-radius: 50px;
    padding: 13px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
section.aualityrow .imagewith h4 {
    font-size: 25px;
}
section.ourstory1.mt8 .row {
    align-items: center;
}
.paddingleft img.img-fluid {
    height: 61%;
}
section.aualityrow {
    background: #f1f1f1;
    padding: 4rem 0px;
}

.hover-center-2 {
    background-image: linear-gradient(0, #9e3a41, #9e3a41);
    background-size: 0 0;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
}
.hover-center-2:hover{
    background-size: 100% 100%;
    color: #fff;
}
.card {
    text-align: center;
    padding: 10px;
}
.row {
    row-gap: 24px;
}
.card .btn1.hover-center-2 {
    width: 175px;
    padding: 9px 8px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
	    opacity: 0;
}
.herotext p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.herotext h1 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
h2 {
    font-size: 45px !important;
    font-family: 'Livvic', sans-serif;
    text-transform: uppercase;
}
i.bi.bi-arrow-right {
    padding-left: 10px;
}
h2{
	font-size:50px;
	color:#000;
	font-family: 'Livvic', sans-serif;
}
.mt8 {
    margin-top: 70px;
}
section.aboutsection .row {
    align-items: center;
}
section.ourbekari{
    padding: 35px 0;
}
p{
	font-size:18px;
	color: #343434;
	font-family: 'Livvic', sans-serif;
}
.menuheader ul {
    justify-content: center;
}
.social-icon ul {
    gap: 28px;
    justify-content: end;
}
 #main-header{
    padding: 20px;
}
.flexheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icon i {
    font-size: 20px;
    color: #fff;
}
.menuheader ul {
    gap: 22px !important;
}
#main-header ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
        align-items: center;
    margin: 0;
}
li.btnreser12 a {
    width: auto !important;
    padding: 9px 19px 14px;
}
li.btnreser12 a.btn1 {
    text-transform: capitalize;
}
.logo img {
    width: 200px;
}

.imagewith {
    text-align: center;
}

section.aboutsection .row {
    align-items: center;
    justify-content: space-between;
}

section.whyweare .row.mt8 {
    justify-content: space-between;
    align-items: center;
}
.imagewith h4 {
    font-size: 35px;
    margin-top: 16px;
}
.imagewith img {
    width: 100px !important;
    margin: auto;
    display: block;
}

section.whyweare {
    background-image: url(../images/whywebg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0 70px;
        background: #000;
    color: #fff;
}
.imagewith h4{color:#f9b21e;}
.imagewith p {
    font-size: 18px;
    color: #a5a5a5;
    font-family: 'Livvic', sans-serif;
}
.imagewith-col {
    background: #161615;
}

.whywe_cus .row .imagewith-col {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    height: 100%;
    padding: 20px;
}

.whywe_cus .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(1) {
    margin-top: 25px;
    border-radius:30px 0 0 0;
}
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(2) {
    margin-top: -40px;
}
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(3) {
    margin-top: -18px;
}
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(4) {
    margin-top: -83px;
     border-radius:0px 0 30px 0;
}
.cream-c-s{background:#000 !important; padding:90px 0; color:#fff;}
.cream-c-s p{color:#8b8787;}
.aboutsection-cus{background:#000;color:#fff;padding:90px 0 80px;}
.aboutsection-cus p{color:#8b8787;}
.card:hover .btn1.hover-center-2 {
    bottom: 123px;
    transition: 0.5s;
	    opacity: 1;
}
.aboutext {
    padding: 0 52px;
    text-align: left;
}
footer.footer {
    background: #fff;
    color:#000;
    padding: 74px 0;
}
footer.footer .social-icon ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 31px;
}
.div-line {
    width: 100px;
    height: 2px;
    background: #f9b21e;
    margin-bottom: 10px;
}
footer.footer h4{
    color: #000;
}
footer.footer a{
     
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 4px 0;
    margin: 5px 0;
    font-weight: 500;
    color: #000;
    font-family: 'Livvic', sans-serif;
    text-decoration: none;
     margin-bottom: 0;
}


.icontag P {
    MARGIN: 0;
    FONT-SIZE: 15px;
    margin-bottom: 4px;
}
#main-header{background:#fff;margin-top:0 !important;}
#main-header ul li a{
    font-size: 16px;
    line-height: 3.5;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}
.social-icon i {
    font-size: 20px;
    color: #000;
}

swiper-container {
      width: 100%;
      height: 100%;
    }

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

#main-header {
    padding: 20px;
    position: absolute;
    z-index: 999;
    margin-top: 20px;
     transition: 0.4s;
    width: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body .slick-prev:before, body .slick-next:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.herotext {
    max-width: 900px;
    margin: auto;
    position: absolute;

    top: 39%;
    left: 0;
    right: 0;
}*/
.herotext {
    /*max-width: 770px;*/
    width:100%;
    /* margin: auto; */
    position: absolute;
    top: 40%;
     left: 0; 
    /*right: 160px;*/
    text-align: left;
}
section.ups1 .card {
    background: transparent;
    border: none;
}
section.ups1 .card img {
    width: 100px;
    margin: auto;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 14px;
    margin-bottom: 20px;
    height: 100px;
    background: #fff;
}
section.ups1 {
    padding: 70px 0;
    background-attachment: fixed;
    background-image: url(../images/bgimage1.jpg);
}
button.subscr1 {
    position: absolute;
    width: 150px;
    right: 0;
    border: none;
    font-family: 'Livvic', sans-serif;
    font-size: 20px;
    padding: 10px 26px;
	    transition: 0.4s;
    background: transparent;
}
.newsletter .row {
    position: relative;
}
button.subscr1:hover {
    background: #f9b21e;
    color: #fff;
    transition: 0.4s;
}
.newsletter h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.newsletter input[type="text"] {
    font-size: 20px;
    height: 50px;
	font-family: 'Livvic', sans-serif;
    border: none;
    padding: 1px 14px 4px;
}

.newsletter {
    position: relative;
    height: auto;
    display: flex;
    object-fit: cover;
}
 footer.footer i.bi {
    margin-right: 10px;
    color: #f9b21e;
    font-size: 20px;
    margin-top: -2px;
    float: left;
}
.newsletter img {
    width: 100%;
}
.container.formnews {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
section.Categoriesimg {
    overflow: hidden;
    max-height: 780px;
}
section.fooddive.mt8 {
    background-color: #f9b21e;
    padding: 6rem 0;
}
section.fooddive .row {
    row-gap: 0;
}
body .foo45 .gideimage img {
    border-radius: 7px;
    height: 260px;
    object-fit: cover;
    box-shadow: rgb(15 15 23 / 57%) 0px 30px 60px -12px, rgb(0 0 0 / 83%) 0px 18px 36px -18px;
}
.fixed-mobile-menu{
    display:none;
}
.herotext-wrap {
    max-width: 770px;
    /* margin: auto; */
    position: absolute;
    top: 37%;
    /* left: 0; */
    right: 160px;
    text-align: left;
        color: #fff;
    text-transform: capitalize;
}
.herotext h1{
    text-align:center;
}

.Bakery-sec-wrap1 .item-content-contain .item-data:after, .Bakery-sec-wrap1 .item-content-contain .item-data:after {
    position: absolute;
    content: '';
    left: 4px;
    top: 5px!important;
}
.Bakery-sec-wrap1 .item-content-contain .item-data, .Bakery-sec-wrap1 .item-content-contain .item-data {
    padding: 13px 10px 13px 10px!important;
}
body .table>:not(tbody)>*>* {
    background: #a4464c !important;
}
.bakery-align-middle{
    align-items:center;
}
#main-header ul li a:hover{
     
    border-bottom: 2px solid #f9b21e;
}
.modal-dialog {
    height: 100vh;
    display: flex;
    background-color: #e91e6300;
    align-items: center;
}

.cross-close-cross{display:none;}

 @media (min-width: 990px){
/* footer.footer .col-sm-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 19.666667%;*/
/*}*/
body .gallery-to-gallery button.slick-next:before {

    margin-left: 8px;
}
.modal-content {
    height: 350px;
}


body .paddingleft {
    padding-right: 100px;
}
body .foo45 {
    margin-top: -6rem;
}
.iceCreamCC .ice-cream-item {
    display: flex;
    gap: 50px;
}

ul.slick-dots {
    display: none !important;
}
.container {
    max-width: 1520px !important;
}
 }

 @media (min-width: 1200px){
 .container {
    max-width: 1370px;
    margin: auto;
}

}

 @media (max-width: 1180px){
body .coupon-area .form-sec {
    display: block;
}

}



 @media (max-width: 1280px){
.Quality h3, .Quality-sec h3 {
    font-size: 14px !important;
    padding: 12px  2px;
}
body .col-3 h4 {
    margin: 9px 4px !important;
    float: left;
    font-size: 14px !important;
}
body .total-item-cost h2 {
    font-size: 18px !important;

}


}

@media only screen and (max-width: 1500px) and (min-width: 1101px)  {
    .container.formnews {
   top: 40px;
}
.newsletter h2 {
    font-size:35px !important;
}

}
 
 
 @media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .Quality h3, .Quality-sec h3 {
    font-size: 20px !important;
    padding: 12px  2px;
}
body .col-3 h4 {
    margin: 11px 4px !important;
    float: left;
    font-size: 20px !important;
}
body .total-item-cost h2 {
    font-size: 20px !important;

}

  
  
  
  section.fooddive.mt8 {
    background-color: #f9b21e;
    padding: 50px 0 1px;
    margin-bottom: 85px;
}
  .fixed-mobile-menu {
    display: block;
    width: 100%;
    z-index: 99;
    position: relative;
    top: 0;
    left: 0px;
}


.top-mobile-banner .herotext h1{
    margin-top:30px;
}
section.ourfood-home {
    padding: 3rem 0 0rem 0;
}
 div#nav-tabContent h2 {
     margin-top:0px;
 } 
.why-chis-images2 {
    text-align:center;
}
}

 @media (max-width: 1100px){
 .overlay-text h2 {
    font-size: 47px !important;
}
div#delivery .col-sm-4.input {
    width: 50%;
}

.overlay-text {
    width: 80%;
}
.overlay-text h4 {
    font-size: 27px;
}
.overlay-text p {
    padding-top: 5px;
}
.imagewith h4 {
    font-size: 25px;
}
h2 {
    font-size: 37px !important;
}
.newsletter h2 {
    font-size: 25px !important;
}
footer.footer h4 {
    font-size: 18px;
    text-align:left;
}
.container.formnews {
    top: 54px;
}
.newsletter img.img-fluid {
    height: 240px;
}
.carttext h4 {
    font-size: 20px !important;
}
#main-header ul li a {
    font-size: 14px;
}
.menuheader ul {
    gap: 18px !important;
}
.footer-icon-wrap {
    width: 150px!important;
}
 }
 
 
 @media (max-width: 1028px){
 .herotext-wrap {
    max-width: 74%;
}
 .heroslide .img-fluid {
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}

}
@media (max-width: 1024px){
    .footer-icon-wrap {
    width: 165px!important;
}
/*menu*/
#main-header .menu_bar span {
    background: #000;
    width: 100%;
    height: 3px;
    float: left;
	transition: 0.5s;
    margin: 4px 0;
}
.headernone12 {
    display: none;
}
.flexheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main-header .menu_bar {
    width: 40px;
    float: right;
    position: relative;
    z-index: 9999;
}
#main-header ul {
    display: block;
    margin-top: 33px;
}
.menuheader {
  
    position: fixed;
    left: -120%;
    padding: 0 30px;
    background: #f9b21e;
    top: 0;
    width: 100%;
    height: 100%;
	transition: 0.5s;
}
.menuheader.side-menu{
left: 0;
transition: 0.5s;
  }
  .close-menu span.two2 {
    display: none;
	transition: 0.5s;
}
#main-header ul li a {
    line-height: 2.5;
    color: #000000;
	font-size: 25px;
    font-weight: 500;
    font-family: 'Livvic', sans-serif;
}
.menu_bar.close-menu span {
    transition: 0.5s;
    background: #fff !important;
}
.close-menu span.one1 {
    transform: rotate(41deg);
    top: -2px;
	transition: 0.5s;
    position: relative;
}
.close-menu span.three3 {
    transform: rotate(135deg);
    top: -12px;
	transition: 0.5s;
    position: relative;
}
 }
 @media (max-width: 989px){
 .gallery-to-gallery button.slick-prev , .gallery-to-gallery button.slick-next {
    width: 30px;
 }
 .testimonial-slider-wrap .slick-dots li button {
    display: none!important;
 }
 .herotext-wrap {
    max-width: 100%;
    margin: auto;
    padding: 0 47px;
}
 }
@media (max-width: 820px){
    section.whyweare img {width: 100%;}
    section.whyweare {padding: 40px;}
    .whywe_cus{
        flex-direction:column-reverse;
    }
    .items-box-contain.cum-box2 {
    height: 100%;}
    .listItems-container{width:50%;right:-50%;}
    .footer-cum-link2 div{text-align:center;}
    .footer-cum-link2 div a{
       display: flex;
    align-items: unset;
    justify-content: center;
    
}
li.btnreser12 a {
    padding-left: 0;
}
.form-group label {
    margin-bottom: 11px;
}
div#back1 {
    padding: 7px 40px 10px;
    background: #939393;
    border: none;
}
  section.ourfood-home.tmb-category {
    height: 100%;
    overflow: hidden;
    max-height: 83vh;
}
.gallery-img-store-box-gk {
    row-gap: 17px;
    height: 100%;
    max-height: 70vh;
    overflow:auto;
}
}
@media (max-width: 768px){
.listItems-container.toggle-cart-btn .item-box {
    max-width: 82%;
}
section.ourfood-home.bakery-h-o {
    padding-top: 23px;
    padding-bottom: 25px;
}
.toggle-cart-btn h6#totalprice {
    font-size: 23px;
}
.items-box-contain.cum-box2 {
    height: 380px;
}
.items-box-contain.cum-box3 {
    height: 100vh;
}
section.ourfood-home.tmb-category {
    margin-bottom: 40px;
}
body .gallery-to-gallery .slick-next {
    right: 11px;
    z-index: 9999999;
}
section.contaform .container {
    margin-top: 0px;
}
.paddingleft img.img-fluid {
    height: auto;
}

body .gallery-to-gallery .slick-arrow {
    width: 18px;
}
body .gallery-to-gallery .slick-next {
    right: 42px;
    z-index: 9999999;
}
.gallery-to-gallery button.slick-prev {
    position: relative;
    /*left: 7px;*/
    left:0px;
    height: 60px;
    top: 30px;
}
section.Categoriesimg {
    overflow: hidden;
    max-height: initial;
}
.headernone12 {
    display: none;
}
.flexheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text1
{
    flex-direction:column;
}



#main-header .menu_bar {
    width: 40px;
    float: right;
    position: relative;
    z-index: 9999;
}
#main-header ul {
    display: block;
    margin-top: 33px;
}
.menuheader {
    position: fixed;
    left: -120%;
    padding: 0 30px;
    background: #f9b21e;
    top: 0;
    width: 100%;
    height: 100%;
	transition: 0.5s;
}
.newsletter h2 {
    font-size: 23px !important;
}
.menuheader.side-menu{
left: 0;
transition: 0.5s;
  }
.close-menu span.two2 {
    display: none;
	transition: 0.5s;
}
#main-header ul li a {
    line-height: 2.5;
    color: #000000;
	font-size: 25px;
    font-weight: 500;
    font-family: 'Livvic', sans-serif;
}
.menu_bar.close-menu span {
    transition: 0.5s;
    background: #fff !important;
}
.close-menu span.one1 {
    transform: rotate(41deg);
    top: -2px;
	transition: 0.5s;
    position: relative;
}
.close-menu span.three3 {
    transform: rotate(135deg);
    top: -12px;
	transition: 0.5s;
    position: relative;
}
.overlay-text {
    width: 76%;
}

section.Categoriesimg .container-fuild .row {
    row-gap: 0;
}
section.aboutsection h2.text-left.mb-3 {
    margin-top: 40px;
}
section.whyweare .col-lg-5 {
    margin-top: 31px;
}
.container.foo45 {
    margin-top: -34px;
    margin-bottom: 40px;
}
body h1.banner-text {
    font-size: 4rem;
}
section.top-mobile-banner img.img-fluid {
    height: 300px;

 }
 section.ourfood-home {
    /*border-radius: 0px;*/
    transition: 0.5s;
     padding: 1.3rem 0rem 0rem 0rem;
}
.fixed-mobile-menu {
    display: block;
    width: 100%;
    z-index: 99;
    position: relative;
    top: 0;
    left: 0px;
}
.gallery-img-store-box-gk {
    row-gap: 17px;
    height: 100%;
    max-height: 70vh;
    overflow:auto;
}

.top-mobile-banner .herotext h1{
    margin-top:30px;
}
.herotext-wrap {
   
    top: 30%;
    
    right: 20px;
    
} 
}
  
@media (max-width: 650px){
    .col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(1),
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(2),
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(3),
.col-lg-6.col-md-6.col-sm-12.imagewith-col:nth-child(4) {
    margin-top:0px;
}
.Quality h3, .Quality-sec h3 {
    font-size: 14px !important;
    padding: 12px  2px;
}
.cart-formDD {
    padding: 0px !important;
}
section.Cart-sec {
    padding: 0px !important;
}
.Quality-sec.sec-wrapper {
    margin-top: 8px !important;
}
body .col-3 h4 {
    margin: 9px 4px !important;
    float: left;
    font-size: 14px !important;
}
body .total-item-cost h2 {
    font-size: 18px !important;

}

#main-header {
    padding: 4px 3px;
}
.data-table input.card-btn-menu {
    background: #f9b21e;
    padding: 0px !important;
    width: 28px !important;
    height: 28px !important;
}
.custom-tips .no-custom {
    margin-right: 7px;
}
.data-table .card-btn-menu, input .card-btn-menu {
    padding: 10px !important;
    height: 28px;
    width: 28px;
    font-size: 18px;
}

input#apply {
    margin: auto;
    margin-top: 18px;
}
.slide-iceCreamBtn {
    width: 100% !important;
}
body .mobilefont h1.banner-text {
    font-size: 29px;
}
    section.whyweare {
    padding:40px  0px 60px !important;
    }
    .whywe_cus .row .imagewith-col {
    flex: 0 0 calc(100% - 10px);
    margin: 5px;
    height: 100%;
    padding: 20px;
    margin-bottom:-8px;
}
body h1.banner-text {
    margin-top: 10px;
}
  h2 {
    font-size: 30px !important;
}
section.whyweare .row.justify-content-center.mb-5 {
    margin: 0px !important;
}
body h1.banner-text {
    font-size: 3rem;
    letter-spacing: 3px;
}
.gallery-to-gallery .slick-slider {
    padding: 0px 13px 0px 10px;
}
.tabsbox h3 {
    font-size: 21px;
}
.gallery-to-gallery button.slick-prev {
    left: -4px;
}
div#nav-tabContent h2 {
    font-size: 23px !important;
    margin-top: 23px;
}

.logo img {
    width: 150px;
}
section.whyweare .row.mt8 {
    flex-direction: column-reverse;
}
.herotext p {
    font-size: 16px;
}
.heroslide .img-fluid {
    height: 370px;
}
.herotext h1 {
    font-size: 23px;
}
.herotext-wrap h1 {
    font-size: 23px;
}
.herotext-wrap {
    top:41%;
}
body .container {
    padding: 0 23px;
}
.btn1 {
    font-size: 16px;
    padding: 9px 10px 11px;
    width: 172px;
}
body .mb-5 {
    margin-bottom: 1rem!important;
}

body .mt-5 {
    margin-top: 1rem!important;
}

.herotext-wrap {
    max-width: 97%;
    right: 3px;
}
.container.mt8.reviw1 {
    padding-top: 0;
    padding-bottom: 32px;
}
.container.mt8.reviw1 {
    padding-top: 0;
    padding-bottom: 32px;
}
section.top-banner img.img-fluid {
    height: 242px;
}
section.aboutsection.mt8 {
    margin-top: 0;
}
.newsletter h2 {
    font-size: 21px !important;
}

section.top-banner .herotext {
    top: 130px;
}
section.top-banner .herotext-wrap {
    top: 112px;
}

  }
  @media (max-width: 565px){
       .gtc-sec {padding:50px 0;}
      .gtc-sec .gtc-tt {
    flex-direction: column-reverse;
}
      .iceCreamCC .item-content-contain0 {
    padding: 40px 40px 40px;
}
      section.ourfood-home.tmb-category {
    height: 100%;
    max-height: 100%;
}
.cross-close-cross{display:block;
    border:none;
    background:transparent;
    font-size:25px;
    color:#fff;
    position:absolute;
    top:5px;
    right:20px;
    transition:0.4s ease;
}
.cross-close-cross:hover{
    color:#d5950f;
    transform:rotate(10deg);
    
}
.listItems-container{width:100%;right:-100%;}

      .top-mobile-banner .herotext h1 {
    margin-top: 14px;
}
  .testimonial-slider-wrap .slick-prev{
      left:13px!important;
  }
  .testimonial-slider-wrap .slick-next{
      right:13px!important;
  }
  section.servictop:before {
    height: 775px;
  }
  body h1.banner-text {
      font-size:38px;
  }
  .footer-cum-link {
    display: inline-block;
    width: 50% !important;
    text-align: center;
}
.footer-cum-link +div{text-align:center;}
.footer-cum-link +div a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer.footer a {
    font-size: 15px;
    text-align: left;
}



  }
   @media (max-width: 400px){
  .item-data h4 {
    font-size: 18px!important;
  }
  .iceCreamCC .item-content-contain0 {
    padding: 40px 19px 20px!important;
}
/*.iceCreamCC .item-content-contain0 {*/
/*    padding: 37px 30px 0px;*/
/*}*/

  }
  