@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&family=Carattere&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	font-family: "Instrument Sans", sans-serif;
	color: #fff;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
	color: #ffd036;
	text-decoration: none;
}
.container {
  max-width: 1520px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.ffa{
  font-family: "Andada Pro", serif;
}
.ffc{
font-family: "Carattere", cursive;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-warning{
  color: #ffd036 !important;
}
.bg-warning{
  background-color: #FFD036 !important;
}
.text-light{
  color: rgba(255, 255, 255, 0.5) !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 60px;
  line-height: normal;
}
.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px ;
}
.fs-22 {
  font-size: 22px ;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}
.fs-60 {
  font-size: 60px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
padding: 14px 29px;
    border: 1px solid;
    border-radius: 10px;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
}


.btn-light, .btn-warning:hover {
  color: #ffd036 !important;
  background-color: transparent;
  border-color: #ffd036 !important; 
}
.btn-dark:hover, .add-btn a:hover{
	color: #000;
	background-color: #fff;
	border-color: #fff; 
}
.btn-warning{
	color: #000 !important;
	background-color: #ffd036;
	border-color: #ffd036; 
}
.btn-dark{
	color: #FFD036;
	background-color: #000;
	border-color: #000; 
}


/* .scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
} */
.navbar-brand {
  display: inline-block;
  width: 250px;
}

.navbar-nav .nav-link {
padding: 0 !important;
    line-height: normal;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.navbar-nav > li + li {
  margin-left: 50px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
 color: #FFD036;
}
.main-header.bg-dark, footer{
  background-color: #151515 !important;
}

.box-shadow {box-shadow: 0px 0px 12px 1px #ffffff7a;}


button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #ffd036;
  z-index: 99;
  color: #ffd036;
}

button#ScrollToTop:hover {
  background: #ffd036;
  color: #000;
}

#contact-form p{margin-bottom: unset;}
#contact-form textarea{height:150px;}
footer .menu-item .nav-link:after {content: "|"; color: #fff; margin-top: 2px; margin-left: 20px;}
footer  .menu-item:last-child .nav-link:after{display: none !important;}


.breadcrumb, .woocommerce-breadcrumb {
background-color: transparent !important;
padding: 0px !important;
margin-top: 15px;
font-size: 15px;
padding-bottom: 15px !important;
border-bottom: dashed 1px #c2c2c2;
}
.breadcrumb a, .woocommerce-breadcrumb a{ 
color:#FFD036 !important;
}
.breadcrumb li.active:before{
content: "\00BB";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}

img.img-fluid.w-100.prod-img.wp-post-image {
    height: 250px;
    object-fit: cover;
}


@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}
/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
} */
 
.banner-img-1{
position: relative;
  border-radius: 100px 0px 100px 0px;
}
.banner-img-1::before, .newslatter-sec::before{
  content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
    background: linear-gradient(
    237.46deg,
    rgba(0, 0, 0, 0) 54.326921701431274%,
    rgba(0, 0, 0, 0.6) 80.28846383094788%,
    rgba(0, 0, 0, 0.6) 97.11538553237915%
  );
}
.newslatter-sec::before{
  background-color: rgb(0 0 0 / 80%);
}

.about-main{
  background-image: url(../images/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-main::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 85%);
}
.banner-sec{
  position: relative;
  z-index: 1;
}
.about-sec {
    margin-top: -20px;
    position: relative;
   
}
.form-wrap {
    background: #000000;
  border-radius: 7px;
  border-color: rgba(255, 255, 255, 0.5) !important;
  height: 60px;
}
.form-wrap .btn{
  width: fit-content !important;
}
.newslatter-sec{
  background-image: url(../images/newslatter-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.social-links ul li a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
    width: 40px;
  height: 40px;
  border:2px solid  #FFD036;
  color: #FFD036;
  border-radius: 50%;
  background-color: transparent;
}
.footer-links ul li a{
 color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.footer-links ul li a:hover {
    color: #ffd036;
}
.reco-rght.w-25 {
    width: 30% !important;
}
.reco-left.w-75 {
    width: 70% !important;
}
.recommended-wrap{
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.dish-img {
    height: 90%;
}
.serch-bar input{
  height: 60px;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.serch-bar input::placeholder{
  color: #fff;
}
.serch-bar::before{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    font-size: 20px;
    color: #fff;
    font-family: "FontAwesome";
    background-color: #000;
}


/* check btn css */
.checkbox-wrapper-3 input[type="checkbox"], .checkbox-wrapper-4 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle, .checkbox-wrapper-4 .toggle  {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before, .checkbox-wrapper-4 .toggle:before {
    content: "";
    position: relative;
    top: 5px;
    left: 3px;
    width: 35px;
    height: 9px;
    display: block;
    background: #d9d9d9;
    border-radius: 0px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span, .checkbox-wrapper-4 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background-image:url(../images/non-veg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0px;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-4 .toggle span{
    background-image:url(../images/veg-icon.png);

  }
  .checkbox-wrapper-3 .toggle span:before, .checkbox-wrapper-4 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }


  .checkbox-wrapper-3 #cbx-3:checked + .toggle span, .checkbox-wrapper-4 #cbx-4:checked + .toggle span {
        background-image:url(../images/non-veg-icon.png);
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  }
  .checkbox-wrapper-4 #cbx-4:checked + .toggle span{
    background-image:url(../images/veg-icon.png);
  }
  .checkbox-wrapper-3 #cbx-3:checked + .toggle span:before,  .checkbox-wrapper-4 #cbx-4:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  .checkbox-wrapper-3, .checkbox-wrapper-4, .bestsellers-btn{
     background: #000000;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5) !important;
    width: fit-content;
        padding: 10px 21px;
  }


  .filter-btn{
     background: #000000;
  border-radius: 5px;
     border-color: rgba(255, 255, 255, 0.5) !important;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .filter-btns{
    border-color: rgba(255, 255, 255, 0.25) !important;
  }
#search {
    display: none;
    width: 300px;
    padding-right: 2%;
}
.serch_show #search {
    display: block;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 45px;
}
#search input {
    width: 74%;
    z-index: 9;
}
.input-group-append{
width: 26%;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}


i#checkmark, svg#checkmark {
    color: #1bb827;
    font-size: 3em !important;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}

.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  letter-spacing:1px;
}
.wrapper-2 h1{
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
 .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: -1px 1px 12px 0px #ffffff36;
} 





@media(max-width:1400px){
  .navbar-brand {
    width: 200px;
}
.navbar-nav .nav-link {
    font-size: 15px;
}
.nav-btn a img {
    width: 20px;
}
h1, .h1 {
    font-size: 50px;
}
.fs-18 {
    font-size: 15px;
}
.btn {
    padding: 11px 26px;
    font-size: 15px;
}
.fs-40 {
    font-size: 32px;
}
.fs-26 {
    font-size: 22px;
}
.fs-22 {
    font-size: 18px;
}
.fs-24 {
    font-size: 20px;
}
.fs-16 {
    font-size: 14px;
}
.fs-60 {
    font-size: 45px;
}
.form-wrap {
    height: 55px;
}
.social-links ul li a {
    width: 35px;
    height: 35px;
}
.footer-links ul li a {
    font-size: 15px;
}
.fs-14 {
    font-size: 12px;
}
.serch-bar input {
    height: 50px;
}
.serch-bar::before {
    font-size: 17px;
}
}
@media(max-width:1199px){
  .navbar-brand {
        width: 160px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
    .nav-btn a img {
        width: 17px;
    }
    h1, .h1 {
        font-size: 40px;
    }
.fs-18 {
        font-size: 13px;
    }
    .btn {
        padding: 9px 26px;
        font-size: 12px;
    }
.banner-img-2 {
    width: 200px;
    height: 200px;
}

.fs-40 {
        font-size: 28px;
    }
    .fs-26 {
        font-size: 18px;
    }
.rec-icn {
    width: 18px;
}
.fs-22 {
        font-size: 14px;
    }
    .fs-24 {
        font-size: 16px;
    }
.fs-16 {
    font-size: 12px;
}
    .fs-60 {
        font-size: 35px;
    }
    .form-wrap {
        height: 50px;
    }
.footer-links ul li a {
        font-size: 13px;
    }
    .fs-14 {
        font-size: 10px;
    }
    .social-links ul li a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .checkbox-wrapper-3, .checkbox-wrapper-4, .bestsellers-btn {
    padding: 8px 17px;
}
.toggle span, .checkbox-wrapper-4 .toggle span {
         width: 17px !important;
        height: 17px !important;
}
.checkbox-wrapper-3 .toggle:before, .checkbox-wrapper-4 .toggle:before {
    width: 32px;
    height: 7px;
}
.filter-btn {
    width: 35px;
    height: 35px;
}
.input-group {
    height: 38px;
}
}


@media (max-width: 991px) {


  .navbar-toggler {
    font-size: 22px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}
.header-btn {
    margin-top: 10px;
    display: inline-block;
}
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #151515;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
      h1, .h1 {
        font-size: 35px;
    }
    .fs-18 {
        font-size: 12px;
    }
    .btn {
        font-size: 10px;
    }
.banner-img-2 {
        width: 160px;
        height: 160px;
    }
    .fs-60 {
        font-size: 30px;
    }
        .serch-bar input {
        height: 45px;
    }
    .serch-bar::before {
        font-size: 15px;
    right: 17px;
    }
}

@media(max-width:767px){
      .form-wrap {
        height: 45px;
    }
    #search {
    width: 280px;
}
}

@media(max-width:575px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .recommended-wrap {
    flex-wrap: wrap;
    gap: 15px !important;
}
.reco-left.w-75 {
    width: 100% !important;
}
.reco-rght.w-25 {
    width: 100% !important;
}
.dish-img {
    height: auto;
}
.add-btn {
    bottom: -15px !important;
}
.form-wrap {
    width: 100% !important;
}
.navbar-brand {
        width: 120px;
    }
        .checkbox-wrapper-3, .checkbox-wrapper-4, .bestsellers-btn {
        padding: 6px 13px;
    }
}
