@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
 font-family: 'Poppins', sans-serif;
 font-weight: 300;
}
.f-regular{
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
}
.f-medium{
 font-family: 'Poppins', sans-serif;
 font-weight: 500;
}
.f-semibold{
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
}
.f-bold{
 font-family: 'Poppins', sans-serif;
 font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

   font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 90px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
/*  background: #fff;*/
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar a, .navbar a:focus {
    font-size: 16px;
    color: #fff !important;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #fff;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 0px;
    position: relative;
    padding: 0px 8px;
}
.navbar a.common-btn:hover, header.shrink .nav-link.common-btn:hover {color: #000 !important;}
.navbar a.common-btn:hover img {filter: invert(1);}
/*.navbar-expand-md .navbar-nav .nav-link::before
{
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -18px;
    left: 6px;
    transition: all 0.4s;
}*/
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header .navbar a.active, header .navbar a:hover {
    color: #fcd116 !important;
}
.navbar-brand {
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 27%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 40px;
}
footer{
    position: relative;
}
.main-footer {
    background:#144F89;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 0px;
}
.btm-strip {
    background: #FFFFFF26;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 25%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
    /* background: #fff; */
    /* padding: 10px 20px; */
    /* box-shadow: 0px 0px 93px #00000029; */
    /* border-radius: 6px; */
    /* margin-top: -26%; */
    width: 80%;
}
.column:nth-child(2) {
    width: 33%;
    position: relative;
    margin-right: 9%;
    text-align:center;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 34%;
    /* text-align: center; */
}
.column:nth-child(4) {
    width: 33%;
    margin-left: 25px;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.column:last-child a {
    /* font-size: 25px; */
    color:#fff;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 46px;
    background: #CE1126;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    padding:10px 25px;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #fcd116;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #000 !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
.home-slider h2 {
    font-size: 50px;
    text-align: center;
    color:#fff;
}
.caption-left {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}

.caption-left p{
    color:#fff;
    text-align:center;
}
.caption-left .common-btn {
    margin: 0 auto;
}

.navbar-expand-md .navbar-nav .nav-link.common-btn {
    margin-top: 20px;
    padding: 0px 15px;
}

.slider-section img {
    filter: brightness(0.7);
}
.navbar-expand-md .navbar-nav .nav-link.common-btn img {
    padding-right: 5px;
}
.caption-left h4 {
    color: #ce1126;
    text-align: center;
    font-family: "Permanent Marker", cursive;
    font-size: 27px;
    padding-top: 5px;
}
.slider-section .title img {
    filter:brightness(1);
}
.title {
    position: relative;
    margin-bottom:20px;
}
.slider-section .title img {
    filter: brightness(1);
    width: auto !important;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    left: 20%;
    z-index: -1;
}
.restaurant {
    background: #fdf5e8;
    padding: 70px 0px;
}
.restaurant h3 img {
    top: -13px !important;
    position: relative;
    left: -40px;
}
.heading {
    color: #144F89;
    font-size: 2.083vw;
    width: fit-content;
    margin: 0 auto;
}

.restaurant h6 {
    color: #515151;
    font-size: 1.042vw;
    margin-bottom: 20px;
}

.restaurant h5 {
    color: #CE1126;
    font-size: 1.042vw;
    font-weight: 500;
}
/*.subheading:before {
    position: absolute;
    content: "";
    width: 8%;
    height: 3px;
    background: #FCD116;
    bottom: -15px;
    left: 46%;
}*/
.subheading{
    position:relative;
}
.restaurant .row {
    margin-top: 90px;
}
.restaurant .owl-theme .owl-dots .owl-dot.active span {
    background: #CE1126;
    width: 30px;
}
.big-heading {
    font-size: 4.688vw;
    color: #ff83001a;
    font-weight: 700;
    text-align: center;
    position: absolute;
    text-align: center;
    left: 47%;
    transform: translate(-50%, -10%);
    width: 100%;
}
.drop-arrow {
    position: absolute;
    bottom: 0px;
    left: 49%;
    filter: brightness(1);
    z-index: 1;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    filter:brightness(1) !important;
}
@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}
.special-chef {
    padding: 70px 0px;
    background: url(../images/chef-bg.jpg);
    color:#fff;
}
.special-chef .heading {
    color: #fff;
}
.special-chef .heading img {
    position: relative;
    top: -8px;
    right: 35px;
}
.special-chef .item{
    display: flex;
    justify-content: center;
   position:relative;
    align-items:center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.special-chef .item:before{
  content: "";  
  position:absolute;
  width:90%;
  right:0px;
  height:100%;
 background: #fff;
 z-index:-1;
  border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}
.chef-img {
   width:45%;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
}
.chef-img img {
    width: 100% !important;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
}
.chef-content {
    width: 55%;

    color: #000;
    padding: 20px 20px;
    height: 100%;

}

.chef-slider{
    width: 80% !important;
    margin:0 auto;
}
.special-chef .common-btn img {
    width: auto !important;
}
.special-chef h4{
    color:#144F89;
}
.special-chef .chef-content h6{
    color:#CE1126;
}
.special-chef .common-btn {
    float: right;
}
.special-chef .owl-nav {
    position: absolute;
    width: 100%;
    top: 42%;
}
.special-chef .owl-prev {
    position: absolute;
    left: -6%;
}


.special-chef .owl-next {
    position: absolute;
    right: -6%;
}
.special-chef .owl-theme .owl-nav [class*=owl-]{
    background:transparent !important;
}
.reserve-table {
    padding: 70px 0px;
    background: #fef6ec;
}
.form-control {
    background: #F3F1EDCC;
    padding: 15px 20px;
    border:0px;
}
.reserve-table label {
    color: #144F89;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 17px;
}

.reserve-table .form-group {
    margin-bottom: 40px;
    position: relative;
}
.reserve-table .common-btn {
    margin: 0 auto;
    border: 0px;
    padding: 10px 20px;
    width: fit-content;
}
.reserve-table .form-box {
    border: 1px solid #51515133;
    padding: 30px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
    margin: 0 auto;
    background: #FFFAF1;
}
.reserve-table h4 {
    background: url(../images/reserve-line.svg);
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background-position: bottom;
    background-size: cover;
    font-size: 20px;
    margin-top:0px;
    width:80%;
    margin:0 auto;
}
/*.reserve-table .heading img {
    position: relative;
    top: -10px;
    right: 40px;
}*/
.popular-recipes {
    padding: 90px 0px;
    background: #000;
    color: #fff;
    background: url(../images/famous-recipe-bg.jpg);
}
.recipes-wrapp {
    display: flex;
    gap: 15px;
}

.popular-recipes .heading {
    color: #fff;
}
.popular-recipes .heading img {
    position: relative;
    top: -9px;
    right: 30px;
}
.menu-content p {
    margin-bottom: 0px;
}
.menu-content {
    width: 80%;
}
.menu {
    background: #fef6ec;
    padding: 70px 0px;
    background: url(../images/explore-menubg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.menu-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 50%;
    padding: 0 12px;
}

.menu-content {
    width: 80%;
/*    padding-left: 10px;*/
}
.menuscontent {
    padding-left: 0px;
    width: 100%;
}
.menu-content {
    width: 100%;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashed {
    border-top: 2px dashed #ccc;
    width: 30%;
    margin-top: 10px;
    /* padding: 10px 10px; */
    margin: 10px 10px;
    margin-top: 8px;
}
.menu-content h6 {
    position: relative;
    padding-right: 15px;
    width: 55%;
    margin-bottom: 5px;
}
.menuscontent {
    padding-left: 10px;
}
.menuscontent h5, .menuscontent p {
    margin-bottom: 0px;
}

.menu .nav.nav-tabs {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
}

.menu .nav-link {
    color: #144F89;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    border:0px;
}
.menu .nav-link:hover, .menu .nav-link:focus{

    border:0px;
}
.nav-tabs .nav-link.active{
    background: transparent;
    border:0px;
    color:#CE1126;
    border-bottom:2px solid #CE1126;
}
.clients {
    padding: 70px 0px;
    text-align:center;
}
.clients-slider img {
    width: auto !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.clients-slider{
    margin-top:80px;
}
.clients {
    background: #000;
    color: #fff;
    background: url(../images/client-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.clients .item {
    width: 65%;
    margin: 0 auto;
}

.clients .heading img{
    position: relative;
    top: -9px;
    right: 30px;
}

.clients .heading{
    color:#fff;
}
.clients-slider .fa-quote-left {
    font-size: 30px;
    color:#ce1126;
    padding-right:10px;
}
.clients-slider.owl-theme .owl-dots .owl-dot.active span, .clients-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ce1126;
}
.clients-slider.owl-theme .owl-dots .owl-dot span {
    background: #ffffff52;
}
.flavours {
    padding: 70px 0px 0px 0px;
    text-align: center;
    background: #FEF9EF;
    padding-bottom:0px !important;
}
.flavors-wrap {
    display: flex;
}

/*.flavours .heading img{
 position: relative;
 top: -9px;
 right: 30px;
}*/
.address-wrapper h6 {
    color: #fff;
}
.img-add {
    background: #ffffff5e;
    padding: 9px;
    border-radius: 50px;
    margin-right:10px;
}

.content-address{
    width:90%; 
}
.column a .fa {
    padding-right: 5px;
}
footer h3 {
    color: #ffffff29;
    font-size: 6.7vw;
    text-align: center;
}
.social-box a {
    background: #ffffff26;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    padding-bottom: 0px;
    font-size: 20px;
    border-radius: 50px;
    padding-top: 0px;
}

.social-box a .fa{
    padding-right:0px;
}
.reserve-table h4 a {
    color: #fff;
}
/*.menu .heading img {
    position: relative;
    top: -8px;
    right: 33px;
}*/

.breadcum {
    position: relative;
/*    margin-top: 70px;*/
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    object-fit: cover;
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.breadcum h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.bredcrum-list a{
    color: #000;
    font-size: 15px;
}
.bredcrum-list .slash{
    color: #000;
}
.bredcrum-list span{
    color: #000;
    font-size: 15px;
}
.bredcrum-list {
    position: relative;
    bottom: 0%;
    width: auto;
    /*left: 7%;*/
    padding: 11px 20px 9px;
    color: #000;
    text-align: left;
    /* background: #01903b;*/
}
.caption-heading p{
    color:#fff;
}
.features {
    background: #000;
    padding: 80px 0px;
    color: #fff;
    background: url(../images/chef-bg.jpg);
}
.features-wrapp {
    display: flex;
    color: #fff;
    gap: 25px;
}
.features-single img {
    margin-bottom: 15px;
}

.features .heading{
    color:#fff;
}
.features .heading img {
    position: relative;
    top: -9px;
    right: 40px;
}
.team-wrapper {
    display: flex;
    gap: 20px;
}

.team-wrapper img{
    border-radius:10px;
}
.heading img {
    position: relative;
    top: -10px;
    right: 35px;
}
.team {
    padding: 70px 0px;
    background: #fef6eb;
}
.team-content h5 {
    text-align: center;
    color: #CE1126;
    margin-top: 10px;
    margin-bottom:0px;
}
.team .team-content p {
    text-align: center;
    color:#000;
}
.contact {
    background: #FDFBF8;
    padding: 70px 0px;
}
.form-box {
    background: #fff;
    padding: 60px 40px;
}
.contact .form-control {
    background: transparent;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.form-box {
    background: #fff;
    padding: 40px 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact-single {
    display: flex;
    align-items: center;
    margin-bottom:30px;

}

.contact-single .img-box{
    width:10%;
    margin-right:10px;
}
.contact-single:hover img {
    transform: scale(1) !important;
}
.contact-single .content{
    width:90%;
}

.contact-single .content h6{
    margin-bottom:0px;
}


.contact-single .content p{
    margin-bottom:0px;
}

.contact-single .content a{
    color:#000;
}
.contact-sec .heading {
    text-align: left !important;
    width: auto;
}

.contact-sec .subheading:before{
  display:none;
}
.contact .common-btn{
    border:0px;
}
.breadcum img {
    filter: brightness(0.5);
}
.reserve-table .form-group .form-control {
    position: relative;
}
.reserve-table .form-group img{
 position: absolute;
 top: 0px;
 right: 0px;
 z-index: 1;
}
.reserve-table .form-group img {
    position: absolute;
    top: 50px;
    right: 30px;
}
.input-wrapper {
  position: relative;
  display: inline-block;

}

.input-wrapper input[type="date"],
.input-wrapper input[type="time"] {
  padding-left: 35px;
  font-size: 16px;
}

.custom-icon {
  position: absolute;
  right: 30px !important;
  top: 67% !important;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index:1;
}

/* Hide native date/time icons in webkit browsers */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
  -webkit-appearance: none;
}
.menuscontent h5 {
    width: 25%;
}
.row.gallery-menu .col-md-8 img {
    height: 245px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 100%;
}
.gallery-main {
    padding: 80px 0px;
    background: #fef6ec;
}

.gallery-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.gallery-single {
    width: 32%;
}

.gallery{
    padding:70px 0px;
}
.common-page {
    padding: 70px 0px;
}
header.animated.shrink {
    background: #FEF9EF;
    box-shadow: 0px 2px 10px #00000059;
}
.img-box img, .flavors-single img{
  width: 100%;
  transition:all 0.5s ease-in-out;
}
.img-box:hover img, .flavors-single:hover img {
    transform: scale(1.05);
}
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.flavors-single{
   position: relative;
   overflow: hidden;
}
.sitemap a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.sitemap {
    padding: 70px 0px;
}

.sitemap a:hover{
    color:#000;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
}
.slider-section .owl-dot.active span {
    background: #cc1126 !important;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 0;
    /* transform: rotate(90deg); */
    right: 1%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.slider-section .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.slider-section .owl-prev {
    position: absolute;
    left: 7%;
}
.slider-section .owl-next {
    position: absolute;
    right: 7%;
}
.slider-section .owl-theme .owl-nav [class*=owl-] img {
    filter: brightness(1);
    width: 50%;
}
.slider-section .owl-theme .owl-nav [class*=owl-]{
    background:transparent !important;

}
.special-chef .owl-theme .owl-nav [class*=owl-]{
    font-size: 23px;
}

.reserve-table .heading img {
    right: 45px;
}
header.shrink .nav-link {
    color: #515151 !important;
}
header.shrink .nav-link.common-btn {
    color:#fff !important;
    padding: 10px 15px;
}
header .nav-link.common-btn{
padding: 10px 15px;
}
header .whitelogo{
    opacity:1;
}

header .colorlogo{
    opacity:0;
    position:absolute;
    left:0px;
    width: 13% !important;
}
header.shrink .colorlogo{
   opacity:1;
}

header.shrink .whitelogo{
    opacity:0;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
    background:transparent !important;
}

.recipes-single h5 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    /* height: 100%; */
    /* background: #000; */
    color: #fff;
    opacity:0;
}

.recipes-single{
    position:relative;
}
.recipes-single:hover img{
filter:brightness(0.6);
}

.recipes-single:hover h5{
    opacity:1;
}
.contact .common-btn {
    margin-top: 15px;
}
.restaurant .col-md-6 img {
/*    width: 67%;*/
    margin: 0 auto;
    display: block;
}
.flex-container {
  display: flex;
  height:450px;
  width: 100%;
  gap: 20px;
  overflow: hidden;
  position: relative;
}

.flex-slide {
  flex: 1;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: flex-grow 0.5s ease;
  position: relative;
}

/* Default background images */
.flex-slide.home {
  background-image: url('../images/biryani.jpg');
}
.flex-slide.about {
  background-image: url('../images/butter-chicken.jpg');
}
.flex-slide.work {
  background-image: url('../images/curry.jpg');
}

/* Titles */
.flex-title {
  color: #f1f1f1;
  font-size: 28px;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 20px;
  text-transform: capitalize;
  position: relative;
}

/* Description */
.flex-about {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 80%;
  color: #f1f1f1;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* JavaScript will toggle this */
.flex-slide.expanded {
  flex-grow: 2 !important;
}
.flex-slide.collapsed {
  flex-grow: 1 !important;
}
.flex-slide.show-content .flex-about {
  opacity: 1;
}

.flex-title:before {
    content: "";
    width: 85%;
    height: 1px;
    /* background: #fff; */
    position: absolute;
    bottom: 0px;
    border-bottom: 1px solid #fff;
}

.flex-slide:hover .flex-title:before {
     width: 93%;
}

.iti {width: 100% !important;}

.header-scrolled {
    box-shadow: 0 0 5px rgb(0 0 0 / 0%), 0 0 10px rgb(0 0 0 / 16%), 0 4px 6px rgb(0 0 0 / 0%) !important;
}
.restaurant-about img{
    width:75%;
}

.menu-list1 {
    width: 100%;
    text-align: center;
}

.menu-list1 .common-btn{
    margin:0 auto;
}
.menu .tab-content .common-btn {
    margin: 0 auto;
}