:root {
    --theme-color: #195595;
}

.header-logo {
    width: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-logo-int {
    width: 200px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.header-layout2 .main-menu>ul>li>a {
    padding: 28px 0;font-weight: 700;
}
.main-menu a:hover {
    /*color: #ffffff;*/
    color: #263e5ef;
    /*font-weight: 700;*/
}
.main-menu a:active{
    font-weight: 700;
}

.loader {
    width: 110px;
    background: transparent;
    animation: scalein 1s linear infinite;
}

.preloader {
    background: #fff;
}

.sticky-wrapper.sticky {
    background-color: transparent;
    /* box-shadow: unset; */
}

.sub-title {
    color: #984d4d;
    font-size: 40px;
    margin-bottom: 2rem;
    font-family: "Winky Sans", sans-serif;
	line-height: 40px;
}

.font-style {
    font-family: "Winky Sans", sans-serif;
}

.title-area .sec-title {
    font-size: 24px;
}

.sub-title .icon {
    margin: 0px 0px 0 0;
    width: 40px;
}

.testi-slide-wrap {
    max-width: 100%;
}

.header-info {
    color: var(--theme-color2);
}

.header-info a {
    color: #fff;
}

.sticky-wrapper.sticky {
    top: 0px;
}

.footer-widget .recent-post .post-title {
    line-height: 1;
    margin-bottom: 7px;
    font-size: 22px;
}

.footer-widget .widget_title:after {
    background-image: linear-gradient(to right, #951919, transparent);
}

.footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
}

.category-card_img {
    width: 110px;
}

.product_style1 {
    border-radius: 16px;
    padding: 16px;
    /* overflow: hidden; */
    padding-bottom: 40px;
    /* height: 380px; */
    position: relative;
}

.product_style1 .product-img {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.th-product .category {
    display: block;
    color: var(--body-color);
    margin: -0.5em 0 5px 0;
    background: #e4f1ff;
    width: fit-content;
    padding: 0.3rem 0.5rem;
    border-radius: 6px;
    color: var(--theme-color);
    margin: auto;
    font-size: 12px;
    line-height: normal;
}

.th-product .actions {
    --btn-size: 46px;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.product_style1:hover .product-img img {
    scale: 1.2;
    transition: all 0.5s linear;
}

.th-product .product-title {
    font-size: 20px;
}

.th-product .icon-btn:nth-child(1),
.th-product .icon-btn:nth-child(3) {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    background-color: var(--theme-color);
}

.product_style1:hover {
    border-bottom: 5px solid var(--theme-color);
    transition: all 0.5s linear;
}

.banner-img {
    width: 100vw;
    height: 100vh;
    position: relative;
}


.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.justify-content-stretch {
    justify-content: stretch;
}

/* .banner-cont {
    position: relative;
    background: #2d2c2c;
    justify-content: center;
    height: 100vh;
} */
.banner-cont {
    position: absolute;
    /* background: url(../img/food/footer-bg2.png) #2d2c2c; */
    background: #2d2c2c52;
    justify-content: center;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    top: 0;
    width: 100%;
    text-align: center;
}

.banner-cont:after {
    /* content: ''; */
    /* width: 10%; */
    width: 16%;
    height: 100%;
    position: absolute;
    /* right: -96px; */
    /* right: -9%; */
    right: -15%;
    top: 2px;
    /* background: linear-gradient(270deg, #ffffff00, #2d2c2c); */
    background: linear-gradient(270deg, #ffffff00, #2c2c2c 68%);
    background-repeat: no-repeat;
    /* transform: rotate(90deg); */
}

.banner-cont h3 {
    font-size: 26px;
}

.banner-cont h3 span {
    font-size: 80px;
}

.banner-shape {
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 44%;
    opacity: 0.5;
}

.banner-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    opacity: 0.5;
}

.banner-shape2 {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 0;
    opacity: 0.8;
}

.banner-shape3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    opacity: 0.5;
}

.swiper-slide-active .banner-shape3,
.swiper-slide-active .banner-shape2,
.swiper-slide-active .banner-shape1,
.swiper-slide-active .banner-shape {
    transition: all 0.5s linear;
}
.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  left: 20px;
  height: 50px;
  width: 50px;
  z-index: 99;
}.whatsapp-icon img {
  width: 100%;
  height: 100%;
}
.contn {
    z-index: 1;
    margin-top: 8%;
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

.text-justify {
    text-align: justify;
}

.gallery-card .gallery-content {
    padding: 0.5rem;
}

.drink-img {
    width: 15vh;
}

.booking-form {
    position: relative;
    z-index: 3;
    width: 70%;
    margin: auto;
}

.sticky .main-menu a {
    color: #000000;
}

.sticky .container-fluid {
    background: #fff;
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slide-text {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.swiper-slide .swiper-slide-prev,
.swiper-slide .swiper-slide-next {
    filter: blur(20px);
}

.download-area {
    background: url(../img/food/footer-bg1.png);
    background-size: contain;
    overflow: hidden;
}

.award-logo {
    margin: auto;
    width: 200px;
    margin-bottom: 2rem;
}

.newsletter-form .th-btn {
    min-width: 160px;
}

.about-shape3 {
    bottom: 0px;
    left: 15%;
    width: 95%;
}

.video-box1>img {
    border-radius: 40px;
}

.info-box_link {
    line-height: 1.4;
}

.info-box_link.map-loc:hover {
    text-decoration: underline;
}

.feature-grid_img {
    overflow: hidden;
    transition: all 0.5s linear;
    position: relative;
}

.feature-grid:hover .feature-grid_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s linear;
}

.image-view {
    /* position: absolute; */
    display: none;
}
#testimonials .feature-grid .feature-grid_img .image-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000045;
}

.feature-grid:hover .feature-grid_img .image-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000045;
}

/*********************** sliding form *******************/
.sidebar-contact {
    position: fixed;
    /*top: 50%;*/
    top: 53%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select {
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / 50%);
    outline: none;
}

.arch-contact .form-wrapper form input {
    margin-bottom: 14px;
}

.arch-contact .form-wrapper form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #154f92;
    margin-bottom: 20px;
    color: #757575;
    background-color: #fff;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 26px;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #2f528a;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.body-content{overflow-y: auto;
  max-height: 80vh;}
.toggle {
    position: absolute;
    height: 48px;
    width: 130px;
    /*width: 110px;
     width: 48px; */
    text-align: center;
    cursor: pointer;
    /* background: #0f81c6; */
    background: var(--theme-color);
    top: 41px;
    /* left: -48px; */
    left: -79px;
    color: #ffffff;
    line-height: 48px;
    text-transform: capitalize;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggle:before {
    content: '\f075';
    /*content:'Enquiry';*/
    font-family: fontAwesome;
    /*font-size:18px;*/
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}

.toggle2 {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    /* background:#0f81c6; */
    background: #dbaf00;
    top: -55px;
    left: -48px;
    line-height: 48px;
}

.toggle2:before {
    content: '\f075';
    /*content:'Enquiry';*/
    font-family: fontAwesome;
    /*font-size:18px;*/
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.toggle2.active:before {
    content: '\f00d';
}

.toggle3 {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    /* background:#0f81c6; */
    background: #dbaf00;
    top: -55px;
    left: -48px;
    line-height: 48px;
}

.toggle3:before {
    content: '\f075';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle3.active:before {
    content: '\f00d';
}

.sidebar-contact .form-wrapper form button {
    padding: 0 22px;
    width: 120px;
    line-height: 40px;
}

select,
.form-control,
.form-select,
textarea,
input {
    background-color: #fbf5ec;
}
.modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f88627;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  z-index: 9;
}.close1 {
  position: absolute;
  background-color: #0c88c4 !important;
  top: -20px;
  z-index: 999;
  right: -20px;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
}.indus-modal {
  padding: 2em 0;
}.indus-modal h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}.indus-modal h4::after {
  background: #195595 none repeat scroll 0 0;
  bottom: -21px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}.indus-modal h4::before {
  background: #666 none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 150px;
}.indus-modal h4::after {
  background: #195595 none repeat scroll 0 0;
  bottom: -21px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.header-layout2 .menu-area {
    border-radius: 0;
    background-color: transparent;
    box-shadow: unset;
}

.header-shape1 {
    border-radius: 0;
}

.header-layout2 .header-top {
    --body-color: #fff;
    padding: 4px;
}

.header-top .th-social a {
    background-color: transparent;
}

.header-shape1 {
    height: 36px;
}

.main-menu a {
    color: #fff;
    text-transform: capitalize;
}

.header-layout2 .sticky .menu-area {
    background: #fff;
}

.mfp-container {
    height: 100vh;
    overflow: hidden;
}

.mfp-content {
    margin: auto;
}

@media (max-width: 1399px) {
    .leaf-group {
        max-width: 50%;
        top: 65% !important;
    }
}

@media (max-width:1599px) {
    .about-shape3 {
        width: 90%;
    }

    textarea.form-control,
    textarea {
        min-height: 45px;
    }
}

@media (max-width:1499px) {
    .about-shape3 {
        width: 85%;
    }

    .banner-cont h3 span {
        font-size: 60px;
    }
}

@media (max-width:1400px) {
    .filter-active.row {
        --bs-gutter-x: 1.2rem;
    }
}

@media (max-width:1300px) {
    .filter-active.row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (max-width:1300px) {
    .contn {
        z-index: 1;
        margin-top: 3rem;
    }

    .banner-cont h3 span {
        font-size: 50px;
    }
}

@media (max-width:1199px) {
    .img-box2 .img1 {
        text-align: center;
    }
	.header-logo {
     width: 78px;
	}.main-menu ul li {margin-left: -7px;}
	.header-logo-int {
	width: 150px;}
}

@media (max-width:991px) {
    .chili {
        max-width: 125px;
    }
}
#menu-slider{display:none;}
.mySwiperMenu{display:none;}
@media (max-width:767px) {
    .feature-grid .feature-grid_img .image-view {
        top: 0;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        background: #00000045;
    }
	.desktop-img{display:none;}
	.mob-img{display:block!important;}
	#menu-grid{display:none!important;}
	#menu-slider{display:block!important;}
	.mySwiperMenu{display:block!important;}
	#menu-slider .product_style1{margin-bottom:30px;}
	.shape-mockup{top: -1%!important;  right: -7px!important;}
}
@media screen and (max-width: 767px) and (min-width: 390px) {
	.header-logo{padding-bottom: 14px;}
    .header-logo-int-mobile img{width: 180px;    display: block;   margin-top: 0px;    margin-left: 5%; }
	.header-shape1 {display:none;}
	.whatsapp-icon {bottom:30px!important;}
	
	.toggle.active{left: -87px!important;}
	.header-logo-int-mobile{width: 43%;  position: absolute;  top: 9px;  right: 27%;}
	.toggle {
        right: 89%;
        left: unset;
    }
        .sidebar-contact {
        width: 90%;
        right: -90%;
    }
}

@media screen and (max-width: 375px) and (min-width: 360px) {
	.header-logo{padding-bottom: 14px;}
    .header-logo-int-mobile img{width: 180px;    display: block;   margin-top: 0px;    margin-left: 5%;  }
	.header-shape1 {display:none;}
	.whatsapp-icon {bottom:30px!important;}
	.toggle {left: -138px!important;}
	.toggle.active{left: -87px!important;}
	.sidebar-contact{width: 90%;right: -370px;}
	.header-logo-int-mobile{width: 43%;  position: absolute;  top: 9px;  right: 27%;}
}