@font-face {
    font-family: 'Paralucent thin';
    src: url('../fonts/Paralucent-Regular.eot');
    src: url('../fonts/Paralucent-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Paralucent-Regular.woff2') format('woff2'),
        url('../fonts/Paralucent-Regular.woff') format('woff'),
        url('../fonts/Paralucent-Light.ttf') format('truetype'),
        url('../fonts/Paralucent-Regular.svg#Paralucent-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant';
    src:url('..//webfonts/Cormorant-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
h1,h2,h3, h4, h5, h6 {
    font-family: 'Cormorant';
}

body {
    background-color: #000;
}

.custom-container {
    padding: 0% 8%;
}
@media (max-width:499px) {
    .custom-container {
        padding: 0% 4%;
    }
}
.food-bottom
{
    min-height:115px;
}
.floating-button {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #74C046;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.floating-button:hover {
    color: #74C046 !important;
    background-color: #fff !important;
}
.floating-button a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.floating-button:hover a {
    color: #74C046;
}

.floating-button:hover {
    background-color: #0056b3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000;
    scrollbar-width: thin;
}

/* For Firefox */
* {
    scrollbar-color: #757575 #000000; 
    scrollbar-width: thin; 
}

/*preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Background color of preloader */
    z-index: 9999; /* Ensure it's above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1; 
    animation: fadeOut 3s ease forwards; 
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.preloader .loader {
    border: 8px solid #74C046; 
    border-top: 8px solid #fff; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 3s linear infinite; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Styles for main content */
#main-content {
    display: none; /* Initially hidden */
}
.locate 
{
    min-height:100px;
}
/* back to top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #74C046;
    color: #fff;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  #back-to-top:hover {
    background-color: #ffffff;
    color: #74C046;
  }

  #back-to-top i {
    font-size: 24px;
  }

/*header*/
header{
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
}

.navbar-brand img {
    margin-left: 55%;
    margin-right: 45%;
    width: 70%;
}

.header-right{
    position: absolute;
    right: 2%;
    top: 37%;
    z-index: 99;
}
.hedear-top.active .header-right{
    top: 48%;
}
.header-right ul{
    padding: 0;
}
/* hover */

.left-conantant{
  left: -300px;;
}

.navbar-right {
    width: auto;
    display: flex;
    /* max-width: 30%; */
    width: 30%;
    /* border-bottom: 1px solid #ffffff2d; */
    height: 72px;
    align-content: center;
    flex-wrap: wrap;
    margin-left: 16%;
    /* margin-right: 5%; */
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    left: 0;

}

.navbar-right a {
    color: #fff;
    text-decoration: none;
    margin-left: 75px;
}
.navbar-right a:hover {
    color: #74C046 ;
}
.navbar-callback a {
    color: #ffffff;
}
.navbar-right .navbar-call,
.navbar-right .navbar-callback {
  list-style: none; 
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 19px; 
    color: #fff;
    font-size: 15px;
    font-family: 'SF Pro Display';
    font-weight: normal;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #74C046 !important;
}
.navbar-light .navbar-nav .active > .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: #fff;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
    align-items: center;
    /* border-right: 02px solid #ffffff2d;
    border-left: 1px solid #ffffff2d; */
    max-width: 30%;
    /* border-bottom: 1px solid #ffffff2d; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;

}
.navbar-call svg {
    color: #ED1C24;
    margin-right: 10px;
}
.navbar-call svg:hover {
    color: #74C046;
    font-size: 17px;
}
/* .has-line::before {
    content: "";
    display: inline-block;
    width: 50px; 
    height: 1px; 
    background-color: #74C046;
    margin-right: 20px;  
    margin-left: 20px;
    vertical-align: middle;
} */
.navbar-right {
    display: flex;
    align-items: center;
    list-style: none;
  }
  
  .navbar-right .navbar-divider {
    width: 2px;
    height: 20px;
    background-color: #c3c3c3; 
    margin: 0 10px; 
  }
  
.mr-sm-2{
    margin-right: 3.5rem !important;
}
.hedear-btn .btn-primary{
    background: #ED1C24;
    color: #fff;
    border-radius: 23px;
    padding: 5px 25px;
    border-color: #ED1C24;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
}
.hedear-btn{
    margin-left: 60px;
}
.nav-btn{
    width: 100%;
}
.hedear-btn .btn-primary:not(:disabled):not(.disabled):active{
    background: #192544;
    border-color: #192544;
}
.hedear-btn .btn-primary:focus {
    box-shadow: none !important;
}
.hedear-btn .btn-primary:hover{
    background: #f7941d;
    border-color: #f7941d;
}
/* Underline From Center */
/* .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  } */
/* .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #B5975B;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} */
/* .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
} */
.navbar{
    padding-bottom: 0;
}
.hedear-top.active {
    top: 0px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.hedear-top.active .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
}
/* .hedear-top.active .hvr-underline-from-center:before{
    background: #000;
} */
.hedear-top.active .nav-btn .form-control{
    background:url(../images/icon-feather-search.png) no-repeat  #8d8d8d;
    background-position: 4%;
}
.hedear-top.active .mr-sm-2{
    margin-right: 0.5rem !important 
}
.hedear-top.active .on-srool-1{
    display: none;
}
.hedear-top.active .on-srool-2{
    display: block;
    cursor: pointer;
}
.on-srool-2{
    display: none;
}
.header-social svg {
    font-size: 15px !important;
    color: #fff;
}
.header-social svg:hover {
    font-size: 17px !important;
    color: #74C046;
}

.side-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #000;  
    padding: 20px;
    padding-top: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);  
    z-index: 1000;  
    color: #fff;  
    border-radius:0 40px 40px 0; 
    overflow-y: auto; 
}

.side-menu a {
    display: block; 
    margin-bottom: 15px;
    color: #74C046;
    text-decoration: none;
    transition: color 0.3s ease;
}

.side-menu a:hover {
    color: #fff; 
}

.close-button {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 40px;
    color: #fff; 
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease; 
}

.close-button:hover {
    color: #74C046; 
}

.slide-in {
    animation: slideIn 0.3s forwards;
}
@keyframes slideIn {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}




/* banner */
.banner{
    position: relative;
    background-color: #000;
}

.banner-text {
    position: absolute;
    right: 10%;
    top: 8%;
    transform: translate(50%, -50%) rotate(270deg);
    width: 83%;
    /* border-top: 1px solid #ffffff2d; */
}
.phone-banner {
    display: none;
}
.banner-text h1{
    font-size: 50px;
    color: #fff;
    padding-right: 51%;
    position: relative;
    font-family: 'Cormorant';
}

.banner-info {
    position: absolute;
    display: flex;
    align-items: center;
    left: 7%;
    top: 87%;
    z-index: 9;
}

.banner-info p {
    color: #fff;
    margin: 0px;
}
.desktop {
    display: block;
}
.banner-info .divider {
    height: 1px;
    width: 40px;
    background-color: #74C046;
    margin: 0 10px;
    animation: dividerAnimation 1s infinite alternate; /* Apply animation */
}

@keyframes dividerAnimation {
    from {
        width: 0;
    }
    to {
        width: 40px;
    }
}
.banner-info svg {
    color: #fff;
}
.banner-info svg:hover {
    color: #74C046;
}
.banner button {
    display: none;
}

.scroll-button {
    position: absolute;
    display: flex;
    align-items: center;
    left: 80%;
    top: 87%;
    z-index: 9;
    animation: scrollButtonAnimation 2s ease-in-out infinite alternate;
}

.scroll-button svg {
    color: #BCAF87;
    font-size: 20px;
}
.scroll-button svg:hover {
    color: #74C046;
}
@keyframes scrollButtonAnimation {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(50%);
    }
}
.banner video {
    width: 100%;
    height:100%;
}
.banner{
    height: 100vh;
    overflow: hidden;
}
.tstread-lessbtn {
    display: none;
    cursor: pointer;
}
/*about*/
.about {
    width: 100%;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-left {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.about-image {
    text-align: center;
    position: relative;
}
.about-image img {
    width: 80%;
    margin: auto;
    animation: rotateImage 40s linear infinite;
}
@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-title h4 {
    color: #fff;
}
.about-title h2 {
    color: #fff;
}
.about-left span {
    color: #74C046;
    font-size: 35px;
    margin-left: 5px;
}
.about p {
    font-size: 16px;
    color: #bcbcbc;
    margin-top: 145px;
    margin-bottom: 30px;
}
.aboutleft-text a {
    color: #BCAF87;
}
.aboutleft-text a:hover {
    color: #74C046;
}
.about::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff25; 
    margin-top: 10px;
    margin-bottom: 100px; 
}
.about::after{
  content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff25; 
    margin-top: 100px;
    margin-bottom: 10px;
}
@keyframes scaleRotateFadeIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0deg) translateY(100%);
    }
    50% {
        transform: scale(1.1) rotate(45deg) translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateY(0);
    }
}

.element01 {
    opacity: 0;
    opacity: 0;
    position: absolute; 
    transition: opacity 3s ease; 
}

.fadeInDown {
    opacity: 1; 
    animation: fadeInDownAnimation 5s ease forwards; 
}

@keyframes fadeInDownAnimation {
    from {
        transform: translateY(-250%); 
    }
    to {
        transform: translateY(0); 
    }
}

.element02,
.element03 {
    position: absolute;
}


.element02 {
    top: 10px;
    left: 10px;
    opacity: 0;
    position: absolute; 
    transition: opacity 3s ease; 
}

.fadeInDown {
    opacity: 1; 
    animation: fadeInDownAnimation 5s ease forwards; 
}

@keyframes fadeInDownAnimation {
    from {
        transform: translateY(-250%); 
    }
    to {
        transform: translateY(0); 
    }
}

.element03 {
    bottom: 10px;
    right: 10px;
    opacity: 0;
    position: absolute; 
    transition: opacity 3s ease; 
}

.fadeInDown {
    opacity: 1; 
    animation: fadeInDownAnimation 5s ease forwards; 
}

@keyframes fadeInDownAnimation {
    from {
        transform: translateY(-150%); 
    }
    to {
        transform: translateY(0); 
    }

}
/* .border-right {
    border-right: 1px solid #ffffff25; 

}
.border-left {
    border-left: 1px solid #ffffff25; 

} */

/*special dishes*/
.slick-prev
{
    position: absolute;
  top: 198px;
  left: -66px;
  background: #74c046;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
}
.slick-next
{
    position: absolute;
  top: 198px;
  right: -40px; 
  background: #74c046;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;background: #74c046;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 15px; 
}
.dishes-btn
{
    text-align: center;
}
.dishes-btn a
{

  
  color: #fff;
  text-decoration: none;
  background: #74c046;
  padding: 10px 20px;
 
  }
.dishes {
    width: 100%;
    background-color: #000;
    position: relative;
    padding-bottom: 60px;
}
.title-gallery
{
    text-align:left !important;
}
.title-block {
    text-align: center;
}
.title-block h2 {
    color: #fff;
}
.title-block p {
    color: #B0B1B2;
    width: 30%;
    text-align: center;
    margin: auto;
    font-size: 15px;
}
.dishes-detail {
    margin-top: 50px;
}
.dishes-card {
    width: 20%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.card-top {
    position: relative;
}
.card-top img {
    width: 200px;
}
.card-top p {
    /* color: #fff;
    background-color: #74C046;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    position: absolute;
    top: 15%;
    left: 75%; */
    display: none;
}
.card-bottom {
    text-align: center;
    width: 80%;
    margin-top: 30px;
    border: 2px solid #fff;
    border-radius: 40px 0 40px 0;
    padding-top: 100px;
    padding-bottom: 15px;
    margin-top: -100px;
    padding-left: 20px;
    padding-right: 20px;
    min-height:340px;
}
.card-bottom h5 {
    color: #fff;
    font-size:16px;
}
.card-bottom p {
    color: #bcbcbc;
}
.dishes-card:hover{
    .card-bottom {
        background-color: #fff;
    }
    .card-bottom h5 {
        color: #000;
    }
    .card-bottom p {
        color: #B0B1B2;
    }
    .card-top p {
        color: #74C046;
        background-color: #fff;
    }

}

/*hungry*/

.hungry {
    width: 100%;
    background-image: url('../images/parallax.jpg');
    background-size: cover; 
    background-attachment: fixed; 
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.hungry-title {
    color: #74C046;
    font-size: 90px;
    font-weight: bold;
    position: absolute;
    left: 10%;
    top: 0%;
    padding-top: 50px;
}
.hungry-images {
    width: 100%;
    text-align: center;
}.arrow-phone {
    display: none;
}
.food {
    margin-top: -600px;
}
.food {
    margin-top: -600px;
    animation-name: slideAndBounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes slideAndBounce {
    0%, 100% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}


/* .food {
    opacity: 0; 
    transition: opacity .5s ease; 
}

.fadeInDown {
    opacity: 1; 
    animation: fadeInDownAnimation 3s ease forwards; 
}

@keyframes fadeInDownAnimation {
    from {
        transform: translateY(-100px); 
    }
    to {
        transform: translateY(0); 
    }
} */


.locate-text {
    text-align: center;
    color: #74C046;
    margin-top: -40px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.locate-text:hover {
    color: #fff;
}
.elements img {
    width: 100px;
}
.chilli {
    position: absolute;
    top: 10%;
    right: 10%;
    animation: floatUpDown 3s infinite ease-in-out;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}


.tomato {
    position: absolute;
    top: 75%;
    right: 15%;
    animation: rotate 5s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.brocoli {
    position: absolute;
    top: 30%;
    left: 10%;
    animation: pulse 2s infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}

/*testimonial*/

.testimonial {
    width: 100%;
    background-color: #000;
    position: relative;
    /* padding-bottom: 50px; */
    padding-top: 50px;
}
.testimonial-detail {
    margin-top: 50px;
}
.testimonial-card {
    /* width: 425px !important; */
    position: relative;
    display: flex !important;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-content: center;
    flex-wrap: wrap;
    min-height:500px;
   /* height: 445px;*/
}
.testi-top {
    position: absolute;
   /* margin-left: -15px;*/
    /* margin-top: -50px; */
}
.testi-top img {
    width: 100px;
}
.testi-card {
    background-color: #fff;
    text-align: center;
    width: 80%;
    margin-top: 30px;
    border-radius: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  /*  margin-top: -75px;*/
    padding-left: 20px;
    padding-right: 20px;   
}

.testi-card h5 {
    color: #000000;
    font-weight: bold;
}
.test-para p{
 
}
/* .testi-card p {
    color: #5C6574;
    margin-top: 20px;
   height:85px;
    overflow: hidden;
} */
.testi-card:hover {
    background-color: #74C046;
}
   
.star-rating {
    display: flex;
    justify-content: center;
}
.star-rating .fa-star {
    color: gold; 
    font-size: 10px; 
    margin: 0 3px; 
}
.name-text p {
    font-size: 16px;
    margin-top: 0px;
}
.name-text h5 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
}

.ellipse {
    position: absolute;
    left: 76%;
    top: 72%;
    
}
.photo {
    position: absolute;
    left:79%;
    top: 74%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    margin: 0 15px; 
}

.slick-dots li button {
    width: 12px; 
    height: 12px; 
    border-radius: 50%; 
    background-color: #DFDFDF; 
    border: none; 
}

.slick-dots li button:hover {
    background-color: #888; 
}

.slick-dots li.slick-active button {
    background-color: #74C046; 
}


/*gallery*/

.gallery {
    width: 100%;
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 30px;
}
.gallery-detail {
    margin-top: 50px;
    position: relative;
}
.gallery-card {
    position: relative;
    display: inline-block;
  }

.gallery-card img {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.632);
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: 'Cormorant';
  }

  .gallery-card:hover .overlay {
    opacity: 1;
  }
 

  /*footer*/

  .footer {
    width: 100%;
    padding-top: 50px;
    background-image: url(..//images/footerbg01.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .footerinner-top {
    width: 100%;
    text-align: center;
  }
  .text-top {
    text-align: center;
  }
  .text-top p {
    color: #fff;
    margin-bottom: 5px;
  }
  .text-top h6 {
    font-size: 25px;
    color: #fff;
  }
  .caption {
    text-align: center;
    color: #fff;
    position: relative;  
    margin: 80px;
    margin-bottom: 20px; 
  }
  
  .caption::after {
    content: '';
    display: block;
    width: 74%;  
    height: 2px;  
    background-color: #ffffff2c; 
    position: absolute;
    bottom: -20px;
    left: 13%; 
  }
  .contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px;
}
.contact:hover h6 {
    color: #74C046;
}
.contact:hover img {
    transform: scale(0.8); 
}
.contact h6 {
    color: #fff;
    font-size: 25px;
    transition: color 0.3s; 
}
.contact img {
    display: block;
    transition: transform 0.3s; 
}

  .footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    position: relative;
  }
  .footer a:hover {
    color: #74C046;
  }
  .footer a:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    right: -10px; 
}
.footerinner-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyright {
    margin: 20px;
}
.copyright p {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
}
.copyright a {
    color: #74C046;
    margin-left: 5px;
    font-weight: bold;
}
.copyright a:hover {
text-decoration: underline;    
}
.copyright i {
    font-weight: bold;
    margin-right: 5px;
    color: #74C046;
    font-size: 20px;
}

.footermobilePingNav {
    display: none;
  }

  .content-box {
         /* Adjust width */
    margin-bottom: 15px;
    overflow: hidden;
     min-height:200px;
}

.content {
  /*  max-height: 76px;*/ /* Set collapsed height */
   /* overflow: hidden;*/
    transition: max-height 0.3s ease-in-out;
}

.more-text {
    display: none; /* Initially hidden */
}

.read-more-btn {
    color: #000;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    display: block;
    background: transparent;
}


/*responsive*/

@media (max-width:1400px){
    .navbar-right a {
        margin-left: 50px;
    }
    .arrow {
        width: 97%;
    }
    .food {
        width: 80%;
        padding-top: 80px;
    }
    .ellipse {
        left: 81%;
        top: 62%;
    }
    .photo {
        left: 83%;
        top: 64%;
    }
    .caption::after {
        width: 88%;
        left: 6%;
    }
    .gallery {
        padding-top: 0px;
    }
    .banner-info {
        left: 6%;
    }    
}

@media(max-width:1200px){
    .banner-text {
        top: 16%;
    }
    .banner-text h1 {
        font-size: 45px;
    }
    .about {
        padding-top: 70px;
    }
    .about::after {
        margin-top: 70px
    }
    .hungry-title {
        font-size: 70px;
    }
    .food {
        padding-top: 150px;
    }
    .text-top {
        margin-top: 50px;
    }
    .caption {
        margin: 45px;
    }
    .caption::after {
        width: 98%;
        left: 1%;
    }
    .photo {
        left: 80%;
    }
    .ellipse {
        left: 78%;
    }
    .banner-info {
        left: 3%;
    }
}
@media(max-width:1100px){
    .banner-text {
        top: 7%;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    
}
@media(max-width:991px){
    .navbar-brand img {
        margin-left: 0%;
        margin-right: 0%;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .navbar {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
    }
    .navbar-right {
        margin-left: 0%;
    }
    .navbar-brand {
        text-align: center;
    }
    .banner-text h1 {
        font-size: 35px;
    }
    .banner-text {
        top: 20%;
    }
    .about p {
        margin-top: 40px;
    }
    .border-right {
        border-right: none;
    }
    .border-left {
        border-left: none;
    }
    .hungry-title {
        font-size: 55px;
    }
    .food {
        padding-top: 260px;
    }
    .testimonial {
        padding-bottom: 0px;
    }
    .elements img {
        width: 70px;
    }
    .caption h1 {
        font-size: 28px;
    }
    .contact {
        margin: 35px;
    }
    .title-block p {
        font-size: 13px;
        width: 60%;
    }
    .about-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about::before {
        margin-bottom: 40px;
    }
    .banner-info {
        left: 5%;
    }
    .footer {
        background-image: url(..//images/footerbg0102.jpg);
        background-size: cover;
        background-attachment: fixed;
      }
      .social-icons {
        margin-top: 30px;
    }
    input[type="submit"] {
        margin-top: 25px;
    }
}
@media(max-width:860px){
    .banner-text {
        top: 10%;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .navbar-right a {
        margin-left: 15px;
    }
}
@media(max-width:767px){
    .navbar-brand img {
        width: 60%;
    }
    .navbar-right {
        width: 50%;
    }
    .banner-text {
        top: 24%;
    }
    .banner-text h1 {
        font-size: 27px;
    }
    .hungry-title {
        font-size: 45px;
    }
    .food {
        padding-top: 325px;
    }
    .locate-text {
        font-size: 20px;
    }
    .caption {
        margin-left: 0px;
        margin-right: 0px;
    }
    .caption h1 {
        font-size: 24px;
    }
    .footerinner-bottom nav {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .copyright p {
        font-size: 12px;
    }
    .gallery {
        padding-top: 0px;
    }
    .banner-info {
        left: 4%;
    }
    .footermobilePingNav {
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 99999;
        text-align: center;
        display: block;
        background: #000;
        border-top: 1px rgba(0, 0, 0, 0.2) solid;
        padding: 5px 10px;
      }
      .footermobilePingNav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
    .footermobilePingNav a {
       text-decoration: none;
       color: #ED1C24;
       font-weight: bold;
    }
      .footermobilePingNav li {  
        display: flex;
        vertical-align: top;
        text-align: center;
        padding: 5px 0px;
        cursor: pointer;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
      }
      .appoinMentbgmainall {
        display: flex;
      }
      .head-btn a {
        color: #000;
        font-size: 12px;
        font-weight: 500;
        transition: 0.5s;
        background: #74C046;
        padding: 5px 15px;
        text-decoration: none;
      }
      .head-btn a:hover {
        color: #74C046;
        background: #fff;
      }
      .head-btn-left a {
        color: #ED1C24;
        font-size: 12px;
        font-weight: 500;
        transition: 0.5s;
        padding: 5px 5px;
        text-decoration: none;
      }
      .head-btn-left a:hover {
        color: #74C046;
      }
      .appoinMentbgmainall svg {
        font-size: 15px;
        color: #ED1C24;
      }
      .shoping-bag svg {
        font-size: 15px;
        color: #74C046;
      }
      .shoping-bag {
        position: relative;
      }
      /* .shoping-bag::after {
        position: absolute;
        content: "";
        background: #a1a1a1;
        width: 1px;
        height: 15px;
        top: 6px;
        left: -5px;
      } */
      .appoinMentbgmainall svg:hover {
        color: #74C046;
      }
      .footermobilePingNav li:last-child::after {
        display: none !important;
      }
      
      .shoping-bag svg {
        margin: 0 4px;
        transition: 0.5s;
      }
      /* .navbar-call svg {
        display: none;
    } */
}
@media(max-width:680px){
    .banner-text {
        top: 13%;
    }
    .banner-text h1 {
        font-size: 22px;
    }
   .elements img {
    width: 50px;
   }
}
@media (max-width:599px) {
    .header-social{
        display: none;
    }
    .banner-text {
        top: 15%;
    }
    .banner-text h1 {
        font-size: 19px;
    }
    .banner-info P {
        font-size: 12px;
    }
    .banner-info svg {
        font-size: 12px;
    }
    .scroll-button svg {
        font-size: 12px;
    }
    .navbar-right a {
        font-size: 13px;
        margin-left: 6px;
    }
    .caption h1 {
        font-size: 21px;
    }
    .about {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hungry {
        padding-top: 80px;
    }
    .hungry-title {
        font-size: 35px;
    }
    .contact {
        margin: 30px;
    }
    .caption::after {
        width: 85%;
        left: 8%;
    }
    .dishes-detail {
        margin-top: 30px;
    }
    .testimonial-detail {
        margin-top: 30px;
    }
    .banner-info {
        left: 10%;
    }
}
@media (max-width:499px) {
    .desktop {
        display: none;
    } 
    .phone-banner {
        display: block;
    }   
    .banner-text {
        top: 34%;
        right: 13%;
    }
    .banner-text h1 {
        font-size: 35px;
        padding-right: 10%;
    }
    .navbar-brand img {
        width: 75%;
    }
    .banner-info P {
        font-size: 16px;
    }
    .banner-info svg {
        font-size: 16px;
    }
    .scroll-button svg {
        font-size: 16px;
    }
    .scroll-button {
        left: 77%;
    }
    .scroll-button svg {
        font-size: 16px;
    }
    .element01, .element02, .element03 {
        width: 15%;
    }.hungry-title {
        font-size: 30px;
    }
    .hungry-title {
        font-size: 34px;
    }
    .food {
        padding-top: 280px;
    }
    .locate-text {
        font-size: 18px;
    }
    .arrow {
        display: none;
    }
    .arrow-phone {
        display: block;
        width: 100%;
    }
    .gallery {
        padding-top: 0px;
    }
    .footerinner-top img {
        width: 70%;
    }
    .caption h1 {
        font-size: 18px;
    }
    .caption::after {
        width: 91%;
        left: 5%;
    }
    .footerinner-bottom nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact {
        margin-top: 0px;
    }
    .about {
        padding-bottom: 40px;
    }
    .testimonial {
        padding-bottom: 10px;
    }
    .title-block p {
        width: 65%;
        font-size: 10px;
    }
    .banner-text {
        display: none;
    }
    .scroll-button {
        display: none;
    }
    .photo {
        left: 79%;
        top: 74%;
    }
    .ellipse {
        left: 77%;
        top: 72%;
    }
    .about {
        padding-top: 25px;
        padding: 0px;
    }
    .element03 {
        bottom: -35px;
    }
    .element01 {
        right: 20px;
    }
    .close-button {
        font-size: 32px;
    }
    .side-menu {
        width: 210px;
    }
    #back-to-top {
        width: 35px;
        height: 35px ;
    }
    .appoinMentbgmainall2 {
        margin-left: 7%;
    }
    .navbar-right a {
        margin-left: 0px;
    }
    .navbar-expand-lg .navbar-collapse {
        border-bottom: none;
    }
    .navbar-right {
        border-bottom: none;
    }
    .navbar-brand {
        width: 80%;
        margin-right: 0px;
    }
    .phone-filter .btn-primary {
        background: #fff;
        color: #000;
        border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
        border-radius: 20px;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 15px;
    }
    .modal-dialog {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .phone-filter .nav-pills .nav-link.active {
        background: transparent;
        color: #000;
        border-left: 2px solid #B5975B;
        border-radius: 0;
    }
    .phone-filter .nav-pills .nav-link {
        color: #000;
        padding-right: 0;
        padding-right: 0;
        padding-left: 7px;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 13px;
    }

    .phone-filter .nav-pills .nav-link:last-child {
        margin-bottom: 0;
    }

    .phone-filter .nav-pills .nav-link:hover {
        color: #B5975B;
    }

    .tab-border {
        border-right: 1px solid #bcbcbc;
    }
    
    .tab-padd {
        padding-right: 0;
        height: 200px;
        width: 100%;
        overflow-y: scroll;
    }

    .tab-padd-1 {
        padding-left: 15px;
        height: 200px;
        overflow-y: scroll;
        width: 100%;
    }

    .tab-padd-1 a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        transition: .4s;
        line-height: 30px;
    }

    .tab-padd-1 .tab-content {
        padding-left: 30px;
    }

    .tab-padd-1 a:hover {
        color: #B5975B;
    }

    .appy-btn {
        border-radius: 0 !important;
        background: #B5975B !important;
        color: #fff !important;
        border-color: #B5975B !important;
        padding: .375rem 25px !important;
        border-radius: 3px !important;
    }

    .phone-filter ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        -ms-overflow-style: none;
        gap: 8px;
        /* overflow-x: scroll; */
        margin: 0;
    }
    .mobfilter ul {
        display: block;
    }
    .phone-filter button::after {
        display: none !important;
    }

    .phone-filter ul::-webkit-scrollbar {
        display: none !important;
        scrollbar-width: 0 !important;
    }

    .phone-filter .dropdown-menu.show {
        transition: .10s;
        box-shadow: 0px 3px 6px #00000029;
        top: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle {
        background: transparent;
        box-shadow: none;
        color: #000;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .phone-filter .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
    }

    .phone-filter .dropdown-menu {
        padding: 20px 20px;
        width: 185px;
        z-index: 999999 !important;
        border-radius: 10px;
    }

    .phone-filter .dropdown-item:hover {
        background: #B5975B;
        color: #fff;
    }

    .phone-filter .dropdown-item {
        font-size: 13px;
    }

    .left-bx {
        display: none;
    }

    .recommend {
        display: none;
    }

    .phone-filter {
        display: block;
    }

    .sticky {
        top: 0px;
        transition: all 0.3s ease-in-out;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #fff;
        /* box-shadow: 0px 0px 6px #00000029; */
        padding: 20px 0;
        left: 0;
        padding-left: 15px;
    }

    .modal-content {
        z-index: 9999999 !important;
        border-radius: 10px;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal-backdrop.show {
        z-index: 1;
    }
    .navbar-expand-lg .navbar-collapse {
        max-width: 27%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 25px 10px; 
        color: #fff;
        font-size: 15px;
        font-family: 'SF Pro Display';
        font-weight: normal;
    }
    .navbar-expand-lg .navbar-collapse {
        align-items: center;
        max-width: 30%;
        /* border-bottom: 1px solid #ffffff2d; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    .wel-text h1 {
        font-size: 40px !important;
    }
    .navbar-divider {
        display: none;
    }
    .floating-button a {
        font-size: 14px;
    }
    .floating-button {
        padding: 6px 10px;
    }
   
}
@media (max-width:470px) {
    .photo {
        left: 76%;
        top: 71%;
    }
    .ellipse {
        left: 73%;
        top: 68%;
    }
}
@media (max-width:449px) {
    .food {
        padding-top: 340px;
    }
    .about {
        padding-bottom: 30px;
    }
    .scroll-button {
        left: 74%;
    }
    .banner-text {
        top: 39%;
    }
    .testimonial-card {
        flex-wrap: wrap;
    }
    .copyright p {
        font-size: 11px;
    }
    
}
@media (max-width:425px) {
    .photo {
        left: 73%;
    top: 77%;
    }
    .ellipse {
        left: 69%;
        top: 74%;
    }
}
@media (max-width:400px) {
    .banner-text{
        top: 45%;

    }
    .footermobilePingNav li::after {
        right: -20px;
      }
      .floating-button {
        padding: 6px 4px;
    }
}
@media (max-width:380px) {
    .navbar-right {
        margin-left: -10px;
    }
   
}
    