/* 
    Created on : 18 Jul, 2022, 12:07:36 PM
    Author     : Lithos Technosoft Pvt. Ltd.
*/

@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap);

body{
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 300 !important;
    color: #777;
    font-size: 16px;
}
.white-bg{
    background: #fff;
}
.primary-bg{
    background: #ff7000;
}
.secondary-bg{
    background: #f9f2e4;
}
.primary-color{
    color: #ff7000;
}
.secondary-color{
    color: #997336;
}
a{
    color: #777 !important;
}
h1,h2,h3{
    color: #ff7000;
    font-family: 'Playfair Display', serif;
}
h4{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
h1{
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 15px;
}
h2{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffdea9;
}

.img img{width:100%;}
.covid {
    width: 350px;
    height: auto;
    position: fixed;
    right: 15px;
    top: 100px;
    z-index: 10000000;
}
.pop-btn {
    width: 120px;
    height: 32px;
    position: fixed;
    padding-top: 5px;
    right: 0;
    top: 100px;
    background: #ffdea9;
    z-index: 10001;
    text-align: center;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.covid img {
    width: 100%;
    float: left;
}












.flex-co{
    display: flex !important;
    align-items: center !important;
}
.fix-menu{
    width: 15%;
    height:100vh;
    position: fixed;
    left:0;
    top:0;
    background: #000;
    z-index:10000;
}
.fix-menu a{
    color:#fff !important;
}
.fix-menu a:hover{
    color:#ff7000 !important;
}

.left{
    width: 15%;
    height:auto;
    float:left;
}
.right{
    width: 85%;
    height:auto;
    float:left;
}
.slide-out-menu ul{
    padding: 30px 0 0 50px;
    margin: 0;
    text-align: left;
    overflow-y: auto;
}
.slide-out-menu ul li{
    padding: 8px 0 8px 0px;
    margin:0;
    list-style: none;
    font-size: 16px;
}
.slide-out-menu ul li a{
    color:#fff;
    font-size: 14px;
}
.slide-out-menu ul li a:hover{
    color:#ffdea9;
}
.panel-logo{
    padding: 30px 0 0 50px;
    text-align: left;
}


header {
    position: relative;
    background-size: cover;
    background:  #000;
    z-index: 2;
}
.about header {
    position: relative;
    background-size: cover;
    background:  #000;
}
.top-bar{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #000;
    margin-top: 0px;
    top:0;
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar h4{
    color: #fff;
    font-size: 18px;
    margin-bottom:0;
}
.top-bar .btn:hover{
    background: #ffdea9;
    border-color: #ffdea9;
    color: #000;
    font-weight: 600;
}
.btn{
    border-radius: 2px !important;
}
.top-bar .btn{
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;    
}
.text-right{
    text-align:right !important;
}
header .content {    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
header h1,
header h2 { margin: 0; }
header h2 {
    text-transform: uppercase;
    margin-top: -.5em;
}
.calll a{color:#fff !important;}
.flex-lg-grow-1{
    flex-grow: 1 !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    display: flex !important;
}
hgroup {
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 180px;
    width: calc(100% - 15%);
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 10000;
}
hgroup h1{
    font-size: 68px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
}
hgroup p{
    padding: 0 15%;
    font-size: 18px;
}
.marquee{
    width:100%;
    float:left;
    padding:10px;
}
.marquee p{
    animation: effect 2s linear infinite;   
}
@keyframes effect {
    0% {
        color:#fff;
    }

    100% {
        color:#ffd026;
    }
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
    background-size: cover;
    z-index: 0;
    opacity: 0;
    -webkit-filter: blur(4px);
}
.slideshow {
  list-style: none;
  z-index: 1;
  background: #000;
  height:100vh;
  position:relative;
  overflow:hidden;
}
.slideshow li span {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

@media only screen and (min-width: 768px) {
  .slideshow li h3 {
    bottom: 30px;
    font-size: 8.125em;
  }
}
@media only screen and (min-width: 1024px) {
  .slideshow li h3 {
    font-size: 10.9375em;
  }
}
.slideshow{
    margin: 0 !important;
}
.slideshow li:nth-child(1) span {
  background-image: url(../images/banner_bg.jpg);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.slideshow li:nth-child(2) span {
  background-image: url(../images/banner_bg2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(../images/banner_bg3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(../images/banner_bg4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .slideshow li span {
  opacity: 1;
}

.site {
    padding: 0px 0 0 0;
    position: relative;      
}
.site nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 20px 0 20px 70px;  
    z-index: 100;
    text-align: center;
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.25);
    display:none;
}
.site nav a {
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.site nav a:hover {
    color: #d69e4f;
}
.slide-out-panel ul li a{
    color: #666;
    font-weight: 700;
    font-size: 16px;
}
.slide-out-panel ul li a:hover{
    color: #d69e4f;
}
.content-container{
    width: 100%;
    height: auto;
    padding: 130px 0;   
    float:left;
}
.image img{width:100%;}
.dine-with{background: #dcdddf !important;margin-top: -16px;}
.intro{
    background: url(../images/line.png) repeat-y #ff7000;
    background-position: center;
    color: #fff;
}
.intro img{
    width: 100%;
}
.img img{
    width: 100%;
}
.intro p{
    padding: 0 24%;
    margin-bottom: 50px;
}
.text-center{
    text-align: center;
}
.btn{
    border-radius: 0;
    border: solid 2px #ffdea9;
    color: #000;
    padding: 12px 20px;
    background: #ffdea9;
}
.btn2{
    border-radius: 0;
    border: solid 2px #ffdea9;
    color: #000;
    padding: 12px 20px;
    background: #ffdea9;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
}
.btn:hover{
    background: #ffdea9;
    border-color: #ffdea9;
    color: #000;
}
.abt-special h2{
    font-size: 40px;
    text-transform: initial;
    text-align: center;
    padding: 0 15%;
}
.icon-suppertator{
    width: 136px;
    height: 43px;
    background: url(../images/icon_superator.svg) no-repeat;
    margin: auto;
}
.abt-special h3{

}
.abt-special h4{
    color: #ff7000;
    text-transform: initial;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}
.abt-special span{
    font-size: 30px;
    position: absolute;
    margin: -10px 0 0 10px;
    color: #ff7000;
}
.abt-special p{
    float: left;
}
.spl-col-num{
    width: 70px;
    float: left;
}
.spl-col-head{
    width: calc(100% - 200px);
    float: left;
}
.spl-col{
    width: 100%;
    margin: auto;
    margin-top: 50px;
}
.spl-col .col-md-6{
    margin: 30px 0;
}
.spl-col img{
    width: 75px;
    float:left;
    margin-right:15px;
}
.spl-col .row .col-lg-4:nth-child(1){
    padding-right: 31px !important;
}
.spl-col .row .col-lg-4:nth-child(2){
    padding-right: 23px !important;
    padding-left: 23px !important;
}
.spl-col .row .col-lg-4:nth-child(3){
    padding-left: 31px !important;
}
.icon-div{
    float:left;
}
.spinner {
    background: #f2e8d3;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 0; 
    margin: 40px 0 20px 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.spinner::after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 50px;
    width: 50px;
}
.spinner3::after {
    animation: spin3 5s linear infinite;
    border: 1px solid transparent;
    border-bottom-color: #997336;
    border-top-color: #997336;
    left: -8px;
    position: absolute;
    top: -8px;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes spin3 {
    0% {
      transform: rotate(0deg) scale(1)
    }
    25% {
      transform: rotate(90deg) scale(1.1)
    }
    50% {
      transform: rotate(180deg) scale(1.2)
    }
    75% {
      transform: rotate(270deg) scale(1.1)
    }  
    100% {
      transform: rotate(360deg) scale(1)
    }   
}
.margin-t-1{
    margin-top: 80px;
}
.margin-t-2{
    margin-top: 30px;
}
.col-pad-r{
    padding-right: 31px !important;
}
.col-pad-l{
    padding-left: 31px !important;
}
.serv .col-md-6{
    margin: 15px 0;
}
.serv h3{
    margin: 10px 0;
}

figure.snip1190 {    
    position: relative;
    overflow: hidden;   
    width: 100%;
    background: #000000;
    text-align: center;
}
figure.snip1190 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
    opacity: 0.8;
    width: 100%;
}
figure.snip1190 figcaption {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
figure.snip1190 h2 {
    font-weight: 400;
    left: 0;
    right: 0;
    letter-spacing: -1px;
    margin: 0 auto;
    position: absolute;
    font-size: 100px;
    text-transform: uppercase;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    margin-bottom: 5px;
}
figure.snip1190 h2 span {
    font-weight: 800;
}
figure.snip1190 p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    opacity: 0;
    font-size: 14px;
    -webkit-transform: translateY(-20%) scale(0.7);
    transform: translateY(-20%) scale(0.7);
}
figure.snip1190 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}
figure .btn{
    background: #ff7000 !important;
    border: none;
    color: #fff;
}
figure .btn:hover{    
    color: #fff;
}

.menu .row .col-md-6:nth-child(1){
    padding-right: 31px;
}
.menu .row .col-md-6:nth-child(2){
    padding-left: 31px;
}
.no-pad-top{
    padding-top: 0 !important;
}
.pad-1{
    padding:0 15% !important;
}
.no-marg{
    margin: 0 !important;
}
footer{
    width: 85%;
    height: auto;
    background: #0b1315;
    padding: 80px 0 0 0;
    color: #ddd;
    font-size: 15px;
    float: right;
}
footer .f-logo{
    margin-bottom: 80px;
}
footer h4{
    font-size: 17px;
    color: #ffdea9;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
}
footer ul li a{
    color: #ddd !important;
    text-decoration: none;
}
footer ul li a:hover{
    color: #fff;
}
footer ul span{color:#ff7000;}
.tiktok img{
    width: 44%;
    margin-top: 12px;
}
a{
    text-decoration: none;
}

.no-padding{
    padding: 0 !important;
}
.copy-right{
    padding: 20px 0;
    border-top: solid 1px #242824;
    margin-top: 80px;
    text-align: center;
}
.copy-right a{
    color: #ddd;
    text-decoration: none;
}
.copy-right a:hover{
    color: #ffdea9;
    text-decoration: none;
}
.social-menu{
    margin-top: 30px;
}
.social-menu ul {
    position: absolute;    
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px 0 0;
}
.social-menu ul li .fa {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li:hover .fa{
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #040708;
    text-align: center;
    transition: 0.2s;
    transform: translate(0,0px);    
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.toggle-btn{
    padding: 10px;
    background: transparent;
    border: none;
    float: right;
    margin-right: 15px;
    display:none;
}
.toggle-btn:hover{
    background: transparent;
}
.toggle {
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.toggle .text {
  font-size: 1.125em;
  transform: translate3d(0, 0, 0);
}

.icon {
  display: block;
  height: 1.5625em;
  position: relative;
  width: 2.1875em;
  transform: rotateZ(0);
}
.icon div {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.icon div.middle {
  top: 50%;
  transform: translateY(-50%);
}
.icon div.bottom {
  bottom: 0;
}
.m-btn{
    display: none;
    margin: auto;
}
.pc-btn{
    display: block;
    margin: 0 auto;
}
.panel-logo img{
    width: 80%;
}
.m-logo{
    display: none;
}
.slide-out-panel .social-menu{
    margin-top: 60px;
}
.slide-out-panel .social-menu li{
    margin-right: 10px;
}
.slide-out-panel .social-menu ul li a{
    background: #fff;
    color: #666;    
}
.slide-out-panel .social-menu ul li a:hover{
    box-shadow: 0px 7px 5px rgb(0 0 0 / 20%);   
}
.slide-out-panel .social-menu ul li .fa{
    color: #666;
}
.slide-out-panel .social-menu ul li:hover .fa{
    color: #fff;
}
.icon-col{
    position: absolute;
    top: 34%;
    right: -180px;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}
.promo-col a{
    color: #777;
}
.promo-col h3{
    margin:15px 0;
}
.promo-col img{
    width: 100%;
}
.promo-col .colo{
    padding: 30px;
    box-shadow: 0 0 15px #eee;
    height:100%;
    background: #fff;
}
.img img{width:100%;}
.about header .content {
    position: relative;
    height:400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/inner_banner.jpg) no-repeat #ff7000;
    background-size: cover;
}
.about .m-order-btn{
    display:none !important;
}
.float-right{
    float: right !important;
}
.inner-bnr-cap{
    position: absolute;
    width: 85%;
    top:0;
    left: 15%;
    right: 0;
    z-index: 100;
    margin-top: 200px;
}
.inner-bnr-cap h1{
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 0 10%;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}
.form-group{
    margin: 15px 0;
}
.inner-bnr-cap h4{
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.about-content h3{
    font-size: 36px;
    margin-bottom: 30px;
    padding-right: 13%;
    margin-top: 15px;
}
.about-content p{
    padding-right: 15%;
}
.with-us h3{
    margin-bottom: 60px;
}
.with-us h4{
    color: #333;
    padding-right: 20%;
    margin-top: 40px;
    text-transform: inherit;        
}
.with-us h3{
    font-size: 36px !important;
    
}
.num-col h2{
    position: absolute;
    margin-top: -80px;
    margin-left: 5px;
    background: #d69e4f;
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
}

.circle * {
  height: 85px;
  width: 85px;
  overflow: hidden;
  background-image: url(../images/111.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;  
}
.circle span{
    font-size: 50px !important;
}
.circle .outer {
  -webkit-animation: cw 6s linear infinite;
  animation: cw 6s linear infinite;
}

@-webkit-keyframes cw {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Standard syntax */
@keyframes cw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ccw {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* Standard syntax */
@keyframes ccw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.food-quality h4{
    color: #666;
    margin-bottom: 15px;
}
.food-quality h3{
    text-align:center;
    margin-bottom:30px;
    margin-top: 0px;
    font-size: 36px;
}
.col{
    margin: 80px 0;
}
.celebrating h3 {
    font-size: 36px !important;
    padding-right: 15%;
    margin-bottom: 30px;
}
.celebrating span{
    color: #d69e4f;
}
.celebrating .first-p{
    padding-right: 15%;
}
.food-img .circle *{
    width: 460px !important;
    height: 460px !important;
    position: absolute !important;
    margin-top: -525px;
    margin-left: 89px;
    z-index: -1;
    background-image: url(../images/line_circle.svg) !important;
}
.food-img{
    position: relative;
    z-index: 10 !important;
}
.chef ul {
  padding: 3em;
  position: absolute;
  display: block;
}
.chef ul li {
  margin: 1.5em 0;
  width: 150px;
  height: 150px;
  position: absolute;
  display: inline-block !important;
}
.chef ul li img {
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
}
.chef ul li:nth-of-type(1) {
  margin-left: 10%;
}
.chef ul li:nth-of-type(1) img {
  left: 21em;
  top: -15em;
  width: 40px;
}
.chef ul li:nth-of-type(2) {
  margin-left: 15%;
}
.chef ul li:nth-of-type(2) img {
  left: 25.5em;
  top: -14em;
  width: 65px;
}
.chef ul li:nth-of-type(3) {
  margin-left: 60;
}
.chef ul li:nth-of-type(3) img {
  left: 2.6em;
  top: -15.5em;
  width: 75px;
}
.chef ul li:nth-of-type(4) {
  margin-left: 5%;
}
.chef ul li:nth-of-type(4) img {
  left: 30em;
  top: -17.5em;
  width: 65px;
}
.chef ul li:nth-of-type(5) {
  margin-left: 5em;
  margin-bottom: 5em;
}
.chef ul li:nth-of-type(5) img {
  left: -1em;
  top: -20em;
  width: 75px;
}
.chef ul li:nth-of-type(5) {
  margin-left: 5em;
  margin-bottom: 5em;
}
.chef ul li:nth-of-type(6) img {
  left: 2.7em;
  top: -12em;
  width: 62px;
}
.careers ul{
    padding: 0;
    margin: 0;
}
.careers ul li{
    padding: 0;
    margin: 0;
    list-style: url(../images/kerala_kitchen_icon.png) inside;
}
.careers-card{
    width: 100%;
    border: solid 1px #ddd;
    border-bottom: solid 3px #d69e4f;
    padding: 30px 30px 10px 30px;
    margin-bottom: 15px;
}
.careers-card h2{
    font-size: 22px;
    color: #ff7000;
    font-family: 'Inter', sans-serif;
    text-transform: initial;
}
.careers-card span{
    font-weight: bold;
    color: #000;
}
.contact-col{
    background: #f9f2e4;
    padding: 80px 100px;
    position: relative;
    overflow: hidden;
}
.forms input, select{
    height: 50px;
    padding: 15px;
    width: 100%;
    margin: 15px 0;
    border-radius: 0px !important;
    border: solid 1px #eed9bc !important;
}

.modal-body{
    padding:0px 50px 50px 50px;
}
.forms textArea{
    height: 100px;
    border-radius: 0px !important;
    border: solid 1px #eed9bc;
}
.forms .btn{
    border-radius: 0px !important;
    background: #997336;
    border: none;
    color: #fff;
}
.contact-kc-icon{
    position: absolute;
    z-index: 0;
    width: 40%; 
    left: -150px;
}
.contact-kc-icon img{
    filter: brightness(1) invert(1);
    opacity: 0.05;
}
.info{
    position: relative;
    z-index: 1;
}
.info h3{
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.info h4{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #ff7000;
    font-weight: 300;
    margin-bottom: 30px;
}
.address{
    position: relative;
    z-index: 3;
    font-size: 17px;
}
.call, .email{
    font-size: 17px;
    font-weight: 400;
}
.address b{
    font-weight: 600;
}
.address img{
    width: 22px;
    margin-right: 10px;
}
.closure-card{
    width: 100%;
    border: solid 3px #d69e4f;
    padding: 30px 30px 30px 30px;
    margin-bottom: 15px;
}
.closure-card h4{
    color: #333;
}
.closure-card p{
    font-weight: bold;
}
.closure-card img{
    width: 100%;
    margin-bottom:30px;
}
.m-tbl-order{
    width: 60%;
}
.responsive-tab-menu .nav-pills .nav-link.active,
.responsive-tab-menu .nav-pills .show>.nav-link {
    color: #fff;
}
.nav-pills{
    width: 30%;
}
.tab-content{
    width: 70%;
}
.inner-banner{
    float:left;
    width:100%;
    right:0;
    top:50px;
    height:400px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/inner_banner.jpg) no-repeat #ff7000;
    background-size: cover;
}
.m-online-order{
    width:100%;
    background:#ffdea9;
    display: none;
    padding:5px;
    text-align:center;
    color: #000;
    font-weight: bold;
    animation: color-change 1s infinite;
}
@keyframes color-change {
  0% { color: #000; }
  50% { color: #ff7000; }
  100% { color: #000; }
}



@media (max-width: 767px) {
    
    .responsive-tab-content,
    .responsive-tab-menu {
        display: block !important;
    }

    .nav-pills.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

    .nav-pills.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
        content: "☰";
        position: absolute;
        top: 12px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }

    .nav-pills.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
        color: #666;
    }

    /* .nav-pills.nav-tabs-dropdown.open>li.active>a,
    .nav-tabs-dropdown.open>li.active>a {
        background-color: #eeeeee;
    } */

    .nav-pills.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
    }

    .nav-pills.nav-tabs-dropdown>li>a,
    .nav-tabs-dropdown>li>a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #666;
        border-color: transparent;
    }

    .nav-pills.nav-tabs-dropdown>li>a:focus,
    .nav-tabs-dropdown>li>a:focus,
    .nav-pills.nav-tabs-dropdown>li>a:hover,
    .nav-tabs-dropdown>li>a:hover,
    .nav-pills.nav-tabs-dropdown>li>a:active,
    .nav-tabs-dropdown>li>a:active {
        border-color: transparent;
    }
    
    /* hh */
    .nav-pills.nav-tabs-dropdown>li>a.active,
    .nav-tabs-dropdown>li>a.active {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #222;
    }

    .nav-pills.nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs-dropdown>li.active>a:focus,
    .nav-pills.nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs-dropdown>li.active>a:hover,
    .nav-pills.nav-tabs-dropdown>li.active>a:active,
    .nav-tabs-dropdown>li.active>a:active {
        border-color: transparent;
    }    
}
.nav-pills .nav-link{
    color: #666 !important;
    line-height: 2em;
    font-size: 16px;
    border-radius: 0;
}
.nav-pills .nav-link.active{
    background: #ff7000;
    color: #fff !important;
}
.tab-content>.tab-pane{
    padding: 0 0px 0 50px;
}
.tab-content>.tab-pane img{
    width: 100%;
    float: right;
    box-shadow: 0 0 50px #ddd;
}
.top-btns div{
    float: right;
    width: -webkit-fill-available;
}
.special-banner img{
    width:100%;
}
.mob-logo{display:none !important;}
.events h4{
    color:#333 !important;
    font-size:18px;
    font-weight:800;
    margin:15px 0;
    text-transform: inherit;
}
.in-content-container{
    padding:50px 0;
}
.m-order-btn{display:none;}
.testimonials{
    width:100% !important;
}
.guru{
    width:85%;
    height:auto;
    position: absolute;
    z-index:100000;
    bottom:15px;
    left:15px;
    text-align: center;
    display:block;
}
.guru img{
    width:80%;
}
.m-guru{
    display:none;
}
.post-page-d{
    margin-top: 150px;
    margin-bottom:50px;
}
.post-page-d p{
    margin: 15px 0;
}
.post-page-d img{
    width: 50%;
        height: auto;
        margin-bottom: 15px 0;
}
.post-page-d header{
    background:transparent;
}
.post-page-d h1{
    font-size:30px;
    margin-bottom: 15px;
}
.awsm-job-content h2{
    font-size: 20px;
    color: #000;
}
.awsm-job-form-inner h2{
    font-size: 20px;
    color: #000;
}



@media screen and (max-width: 1280px) {
    .food-quality .col{
        margin: 15px 0 !important;
    }
    .content-container{
        padding: 130px 30px;
    }
    .chef ul li:nth-of-type(4) {
        margin-left: -95px;
    }
}
@media screen and (max-width: 1024px) {
    .chef ul li:nth-of-type(2) {
        margin-left: -66px;
    }
    .chef ul li:nth-of-type(4) {
        margin-left: -75%;
    }
    .chef ul li:nth-of-type(1){
        top: 35px;
        margin-left: -58%;
    }
    .col-pad-l {
        padding-left: 0px !important;
    }
    .content-container{
        padding: 60px 0;
    }
    .abt-special h2{
        padding: 0 15%;
    }
    .menu .row .col-6:nth-child(1) {
        padding-right: 21px;
    }
    .menu .row .col-6:nth-child(2) {
        padding-left: 21px;
    }
    .chef ul li:nth-of-type(4) {
        margin-left: -32%;
    }
    .content-container{
        padding: 30px 0;
    }
    .food-quality .col{
        margin: 30px 0 !important;
        text-align:center !important;
    }
    .about-content h3{
        padding-right: 0;
    }
    .about-content p {
        padding-right: 0;
        margin-bottom:30px;
    }
}
@media screen and (max-width: 991px) {
    footer {
        width: 100%;
    }
    hgroup{
        width: 100% !important;
    }
    .content-container{
        text-align: center;
    }
    .celebrating h3{
        padding-right: 0;
    }
    .food-quality .col{
        margin: 30px 0 !important;
        text-align:center !important;
    }
    .promo-col .colo{
        margin: 15px 0;
        height: auto;
    }
    .site nav a{
        padding: 10px 15px;
    }
    .top-logo{
        width:100%;
    }
    .left{
        display:none;
    }
    .right{
        width: 100%;
    }
    header hgroup h1{
        font-size: 50px;
    }
    header hgroup p{
        padding: 0 5%;
    }
    .intro p{
        padding: 0 5%;
    }
    .abt-special h2 {
        padding: 0 5%;
    }
    .spl-col{
        width: 100%;
    }
    figure.snip1190 h2{
        font-size: 70px;
    }
    .col-pad-r {
        padding-right: 15px !important;
    }
    .col-pad-l {
        padding-left: 15px !important;
    }
    .serv-img{
        margin-bottom: 50px;
    }
    .testimonials {
        width: 100% !important;
        margin-top: 50px !important;
    }
    footer .col-lg-4{
        margin: 15px 0;
    }
    header hgroup{
        top: 55%;
    }
    header hgroup h1{
        margin-top: 100px;
    }
    .f-logo img{
        width: 80%;
    }
    .top-btns{
        display:none !important;
    }
    .top-call{
        display:none !important;
    }
     .toggle-btn{
        display:block;
        position: absolute;
        right: 0;
        width:auto;
    }
    .mob-logo{display:block!important;}
    .m-order-btn{
        position: relative;
        display: block !important;
        top: 120px;
        margin: auto;
        z-index: 1;
    }
    .inner-bnr-cap{
        margin-top: 212px;
    }
    .slide-out-menu ul{
        padding: 30px 0 0 20px;
    }
    .m-online-order{
        display: block !important;
        margin-top: 15px;
        padding: 15px 0;
    }
    .m-btn{
        display: block;
    }
    .pc-btn{
        display: none;
    }
    hgroup span{width:50% margin:auto;}
}
@media screen and (max-width: 768px) {
    .modal-body{
        padding: 0px 0px 0px 0px !important;
    }
    .inner-bnr-cap{
        position: absolute;
        width: 100%;
        top:0;
        left: 0%;
        right: 0;
        z-index: 100;
        margin-top: 200px;
    }
    .m-guru{
        width:100%;
        background: #000;
        padding: 15px;
        text-align:center;
        display:block;
    }
    .m-guru img{
        width:50%;
        margin-bottom: 10px;
    }
    .guru{display:none;}
    .top-bar{
        padding: 15px 0 0px 0 !important;
    }
    .top-bar .p-2 {
        padding: 0rem 0.5rem !important;
    }
    .special-img{
        margin:30px 0;
    }
    .site nav{
        padding: 20px 0 20px 0px;
    }
    .site nav a{
        display: none;
    }
    
    h2{
        font-size: 40px;
    }
    .margin-t-1 {
        margin-top: 50px;
    }
    .abt-special h2{
        font-size: 30px;
    }        
    .site{
        padding: 0px 0 0 0;        
    }
    .m-logo{
        display: block;
        position: absolute;
        width: 100%;
    }
    .m-logo img{
        width: 40%;
    }
    .menu .row .col-md-6:nth-child(1) {
        padding: 10px 20px;
    }
    .menu .row .col-md-6:nth-child(2) {
        padding: 10px 20px;
    }
    footer{
        text-align: center;
    }
    footer .f-logo {
        margin-bottom: 50px;
    }
    .social-menu ul{
        position: relative;
        margin: auto;
        width: fit-content;
    }
    .about-content h3{
        padding: 0 5%;
        text-align: center;
    }
    .about-content p{
        padding: 0 15px;
        text-align: center;
        margin-bottom: 50px;
    }
    .about-content img{
        width: 100%;
    }
    .with-us h3{
        text-align: center;
        padding: 0 10%;
    }
    .num-col h2{
        padding-top: 15px;
    }
    .with-us h4{
        margin-top: 20px;
    }
    .circle{
        width: fit-content;
        margin: auto;
    }
    .num-col h2{
        margin: auto;
        margin-top: -80px;
        text-align: center;
        position: relative;
    }
    .num-col{
        text-align: center;
    }
    .food-quality .col{
        margin: 0px 0;
        text-align: center;
    }
    .food-img .circle *{
        width: 360px !important;
        height: 360px !important;
        margin-top: -390px;
        margin-left: 0;
        left: 56px;
    }
    .food-img{
        margin-bottom: 30px;
    }
    .celebrating h3{
        padding: 0;
        text-align: center;
    }
    .celebrating{
        text-align: center;
    }
    .tool-img{
        display: none;
    }
    .chef ul li:nth-of-type(4) img{
        left: 20em;
        top: -19.5em;
    }
    .chef ul li:nth-of-type(2) img{
        left: 19.5em;
    }
    .chef ul li:nth-of-type(1) img {
        left: 18em;
        top: -13em;
        width: 40px;
    }
    .contact-col{
        padding: 30px;
    }
    
}
@media screen and (max-width: 600px) {
    .closure-card{
        padding: 0px 0px 15px 0px;
    }
    .closure-card img{
        margin-bottom: 20px;
    }
    .abt-special h4{
        padding: 0 1% !important;
        text-align: left !important;
    }
    .menu{
        display: flex;
    }       
    .nav-pills {
        width: 100%;
    }
    .tab-content {
        width: 100%;
    }
    .tab-content>.tab-pane{
        padding: 0 0px 0 0px;
    }
    .serv{
        text-align: center;
    }
    .serv p{
        padding: 0 10%;
    }
    .serv .col-lg-6{
        padding: 15px 0;
    }
    .spl-col{
        text-align: center;
    }
    .spl-col-num {
        width: 100%;
    }
    .spl-col-head {
        width: 100%;
    }
    .spinner{
        text-align: left;
    }
    .spl-col{
        margin-top: 20px;
    }
    .content-container {
        padding: 50px 0;
    }
    .spl-col .col-lg-4{
        margin: 30px 0;
    }
    .abt-special h4{
        padding: 0 15%;
    }
    header hgroup {
        top: 40%;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .slide-out-panel .social-menu{
        margin-top: 0px;
    }
    .panel-logo {
        padding: 0px 0 0 0px;
    }
    .panel-logo img {
        width: 60%;
    }
    .slide-out-panel ul li{
        line-height: 1.8em !important;
    }
    .guru{
        position:relative;
        width:100%;
        height: auto;
        text-align:center;
        margin-top: 0;
        padding: 10px 0;
    }
    .guru img{
        width: 50%;
    }
    hgroup h1{
        font-size: 38px;
    }
    hgroup p{
        padding: 0px 10%;
    }
    .chef ul li:nth-of-type(2){
        display: none !important;
    }
    .chef ul li:nth-of-type(1){
        display: none !important;
    }
    .chef ul li:nth-of-type(3){
        display: none !important;
    }
    .inner-bnr-cap{
        top: 45%;
    }
    .inner-bnr-cap h1{
        font-size: 16px;
    }
    .call, .email{
        font-size: 18px;
    }
    .info h3{
        font-size: 35px;
    }
    .info h4{
        font-size: 25px;
    }
    .special-banner{
        padding-top:0px;
    }
    .about header .content{
        height: 360px;
    }
    .top-bar{position:relative; top: 0;}
    .top-bar .col-auto{
        width:100% !important;
        text-align: center !important;
    }
    .top-bar h4{
        text-align: center !important;
        margin: auto;
        margin-top:10px;
    }
    .top-bar img{
        width: 50%;
    }
    footer{
        padding: 50px 15px 0 15px;
    }
    .menu{
        padding: 15px 0 50px 0;
    }
    h2 {
        font-size: 30px;
    }
    h4{
        font-size: 16px;
    }
    header hgroup h1{
        padding: 0 15%;
    }
    .f-logo img{
        width: 60%;
    }
    .slideshow{
        height:70vh;
    }
    hgroup{
        top: 0;
    }
}
@media screen and (max-width: 414px) {
    .product-box{
        text-align: center !important;
    }
    .product-box img{
        margin: auto;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 320px) {
    .inner-bnr-cap h4{
        font-size:20px;
    }
    .inner-bnr-cap{
        margin-top: -300px;
    }
    
}