:root {
  --c1: #cd6127;
  /* --c1:#0b4d3c; */
  --c2: #2f318d;
  --c3: rgb(60, 57, 49);
  --c4: #142b3b;
  --bg: linear-gradient(188deg, #f8f6f5 10%, #dbf9f4 100%);
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'PlusJakart' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
  background-color: #fcf7f4 !important;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #2a2722;
  line-height: 1.5rem;
  font-size: 14px;
  letter-spacing: 1px;
}

.w {
  color: #fff !important;
}

@font-face {
  font-family: 'arapey';
  src: url(../arapey-regular.ttf);
}


@font-face {
  font-family: 'PlusJakart';
  src: url(../PlusJakartasanswght.ttf);
}

.sf {
  font-family: 'Vudotronic' !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'arapey' !important;
}


h1,
h2,
h3 {
  font-family: 'arapey' !important;
}

.hf {
  font-family: 'arapey' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

.ls2 {
  font-family: 'bamini' !important;
}

/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  /* color: #fff !important; */
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: #fff;
  /* position: relative; */
}

.bg-c2 {
  background-color: var(--c2);
  border-radius: 100px;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* ----------------- navbar --------------------------*/


/* ============================================
             DESKTOP NAVBAR STYLES
=============================================== */
.nav-custom {
  background: #fff;
  transition: .4s;
  z-index: 10;
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, .15);
}

.logo {
  width: 78px;
}

.menu {
  width: 38px;
}

.nav-link {
  font-weight: 600;
  letter-spacing: .6px;
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 8px 5px !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--c1) !important;
}

.nav-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background: var(--c1);
  transition: .3s;
  margin-top: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-img-ic {
  width: 18px;
  margin-right: 5px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


/* ============================================
                MOBILE MENU SPECIAL
=============================================== */
.offcanvas {
  /* background: linear-gradient(135deg, #000, #1a1a1a); */
  border-right: 2px solid var(--c1);

}

.logo-nv {
  width: 150px;
}

.mobile-menu {
  padding-left: 0 !important;
  margin-top: 1rem;
}

.mob-li {
  width: 100%;
}

.mobile-link {
  width: 100% !important;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 17px;
  color: #131313;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  /* border-bottom: 1px solid var(--c1); */
  transform: translateX(-40px);
  opacity: 0;
}

.mobile-link span {
  font-size: 22px;
}


/* Floating Social Icons */
.mob-s-nav {
  justify-content: center !important;
}

.mob-s-nav .ab-lgo-bx {
  width: 43px;
  height: 43px;
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounceIn 1s ease infinite alternate;
}

.mob-s-nav .ab-lgo-bx img {
  width: 55%;
}

/* Animations */
@keyframes bounceIn {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-5px);
  }
}

@keyframes slideInItem {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.mobile-link.animate-in {
  animation: slideInItem .5s ease forwards;
}

.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}

/* scrol bar */
/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

.nav-img-ic {
  width: 23px;
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
  font-weight: bold !important;
  border-radius: unset !important;
}

.btn-c1:hover {
  background-color: unset !important;
  color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}

/* ----------- hero ------------- */
.hero-plates {
  width: 100%;
  animation: rotatePlate 60s linear infinite;
  transform-origin: center;
}

@keyframes rotatePlate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.line-h {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

.title-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.title-line h5 {
  margin: 0;
}

.title-line::after {
  content: "";
  /* flex: 1; */
  height: 2px;
  background: var(--c1);
  width: 100px;
}

.hero-f1 {
  font-size: 45px;
}

/* ---------- about us section ---- */
.abt-center-img {
  width: 56%;
}

.cont-ab-bx {
  background-color: #fff;
  border: 2px solid var(--c1);
  position: absolute;
  right: 10%;
  top: 20%;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.award-mini {
  width: 60px;
}

.halal-img{
  width: 20%;
  position: absolute;
  top: 10%;
  left: 10%;
  border-radius: 100%;
  border: 2px solid #fff;
}

.ab-f-bx {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  bottom: 10%;
  left: 10%;
  border: 5px solid #fff;
}

.ab-f-bx img {
  animation: rotatePlate 60s linear infinite;
  transform-origin: center;
}

.bs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bs-list li {
  margin-bottom: 12px;

  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bs-list li i {
  font-size: 20px;
  color: var(--c1);
  background-color: transparent;
}

.js {
  text-align: justify !important;
}

/* ---------------- */
.wave-bg {
  background-image: url(../images/by-wave.svg);
  background-size: cover;
  background-position: top;
}

.tp-point-bx {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex: 1fr; */
}

.rnd-tp {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c1);
}

.why-in-ioc {
  width: 58%;
}

.why-in-ioc {
  transition: transform .5s ease, filter .5s ease;
}

/* Hover animation + color change */
.tp-point-bx:hover .why-in-ioc {
  transform: rotateY(360deg);
  /* Left to Right spin */

}

.tp-side {
  flex: 1;
}

.tp-s-h {
  font-size: 25px;
}

/* --- main dish --- */
.dish-bx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
}

.dish-m-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}

.dish-m-in-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  object-position: center;
}

.dish-bx:hover .dish-m-in-img {
  transform: scale(1.1);
  transition: all .5s;
}

.side-flt {
  width: 11%;
  position: absolute;
  top: -20%;
  left: 2%;
  animation: floatRotate 5s ease-in-out infinite;
}

@keyframes floatRotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(4deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* ---testimonial --- */
.testimonial-main{
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial-main::before{
  content: '';
  background-image: url(../images/testimonials-bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

/* testimonial card */
.test-item {
  padding: 0px 20px;
  max-width: 750px;
  margin: auto;
}

.test-text {
  font-size: 20px;
  line-height: 1.6;
  color: #e9e9e9;
}

.test-user img {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 3px solid #c9b27c;
  margin-top: 25px;
  object-fit: cover;
}
.test-user h5 { margin-top: 10px; font-weight: 600; }
.test-user span { font-size: 14px; color: #c9b27c; }

/* arrows */
.testimonial-main .owl-nav button {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.testimonial-main .owl-nav button:hover {
  background: var(--c1)!important;
  border-color: var(--c1) !important;
  color: #ffffff !important;
}
.testimonial-main .owl-nav .owl-prev { left: 0; }
.testimonial-main .owl-nav .owl-next { right: 0; }
/* FIX OVERLAP COMPLETELY */
.testimonial-slider .owl-stage-outer {
  overflow: hidden !important;
}

.testimonial-slider .owl-stage {
  display: flex !important;
}

.testimonial-slider .owl-item {
  opacity: 0;
  transition: opacity .5s ease;
}

.testimonial-slider .owl-item.active {
  opacity: 1;
}

/* Prevent slide height jump */
.testimonial-main {
  overflow: hidden;
}

/* hide arrows for mobile */
@media(max-width:768px){
  .testimonial-main .owl-nav button { display:none !important; }
  .test-text { font-size: 16px; }
}

/* --------- */
.fish-1{
  height: 90%;
}




/* Responsive */
@media(max-width:768px){
  .footer-menu li {
    display: block;
    margin: 6px 0;
  }
  .footer-social a {
    margin: 4px;
  }
}

.other-hero{
  position: relative;
  background-color: rgba(0, 0, 0, .7);
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.other-hero::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/other-hero.jpg);
  background-size: cover;
  background-position: center;
  z-index: -11;
}

.crd-3-bx{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all .5s;
}

.rnd-3{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: static;
}

.rn-icon{
  width: 60%;
}

.crd-3-bx::after{
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
  top: -30%;
  left: -20%;
  transition: all .5s;
  /* z-index: -1; */
}
/* .crd-3-bx::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  z-index: -2;
} */

.crd-3-bx:hover::after{
  top: -36%;
  left: -26%;
  transition: all .5s;
}

.state-main{
  position: relative;
  background-image: url(../images/veg-grp.png);
  background-size: cover;
  background-attachment: fixed;
}

.state-main::after{
  content: '';
  width: 100%;
  height: 70%;
  background-image: url(../images/by-wave.svg);
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -3;
}
.small-small-img{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  animation: floatRotate 5s ease-in-out infinite;
}

@keyframes floatRotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(4deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.mut-biri{
  width: 90%;
animation: rotatePlate 60s linear infinite;
  transform-origin: center;
}

@keyframes rotatePlate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.mut-bg{
  width: 95%;
  height: 90%;
  background-color: #fcf7f4;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  z-index: -2;
}


/* ------- */
.story-main{
  background-image: url(../images/black-bg.jpg);
}
.side-flt2 {
  width: 11%;
  position: absolute;
  top: 0%;
  left: 2%;
  animation: floatRotate 5s ease-in-out infinite;
}

@keyframes floatRotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(4deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* ---faq ---- */
.faq-title {
    text-align:center;
    font-weight:700;
    color:var(--c1);
    margin-bottom:6px;
  }
  .faq-subtitle {
    text-align:center;
    margin-bottom:30px;
    color:#666;
    font-size:0.94rem;
  }
  .faq-wrapper {
    max-width:900px;
    margin:0 auto;
  }

  .faq-item {
    background:#fff4eb;
    border:1px solid #f1e0d7;
    border-radius:10px;
    margin-bottom:12px;
    padding:0 15px;
    box-shadow:0 4px 14px rgba(0,0,0,0.05);
    overflow:hidden;
    transition:0.3s;
  }

  .faq-item:hover {
    box-shadow:0 7px 20px rgba(0,0,0,0.06);
  }

  .faq-question {
    padding:14px 0;
    font-weight:600;
    font-size:1rem;
    color:#333;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
  }

  .faq-item.active .faq-question {
    color:var(--c1);
  }

  .faq-icon {
    /* width:26px;
    height:26px;
    border-radius:50%;
    border:2px solid var(--c1); */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    color:var(--c1);
    transition:0.3s;
    line-height:1;
  }

  .faq-item.active .faq-icon {
    transform:rotate(45deg);
    /* background:var(--c1); */
    color:var(--c1);
  }

  .faq-answer {
    max-height:0;
    overflow:hidden;
    font-size:0.95rem;
    line-height:1.55;
    color:#444;
    padding-right:10px;
    transition:max-height 0.35s ease, padding-bottom 0.35s ease, opacity 0.35s ease;
    opacity:0;
  }

  .faq-item.active .faq-answer {
    max-height:300px;
    padding-bottom:15px;
    opacity:1;
  }

  /* --footer --- */
   .footer-section{
    background-image: url(../images/footer-bg.png);
    background-position: bottom;
    background-size: cover;
    color:#ffffff;
    font-size:0.94rem;
  }

  .footer-logo{
    max-width:140px;
  }

  .footer-title{
    font-weight:700;
    margin-bottom:12px;
    font-size:1rem;
  }

  .footer-list{
    list-style:none;
    padding:0;
    margin:0;
  }
  .footer-list li{
    margin-bottom:6px;
    line-height:1.6;
    color: #fff;
  }
  .footer-list li a{
    color:#f4f1f1;
    text-decoration:none;
    transition:0.3s;
  }
  .footer-list li a:hover{
    color:var(--c1);
  }

  /* Social Icons */
  .footer-social a{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    font-size:14px;
    color:#fff;
    transition:0.3s;
  }
  .footer-social a:hover{
    border-color:var(--c1);
    background:var(--c1);
    color:#fff;
  }

  .footer-bottom{
    border-top:1px solid #ffffff;
    font-size:0.88rem;
    color:#fffefe;
  }
/* ========================================================================================================================= */

/* gallery */

.gallery {
  column-count: 3;
  column-gap: 6px;
}
.gallery img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 7px;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .gallery { column-count: 3; }
}
@media (max-width: 768px) {
  .gallery { column-count: 2; }
}
@media (max-width: 480px) {
  .gallery { column-count: 2; }
}

/* --------------------------contact page ----------------------- */
.bg-new{
  background-color: var(--bg);
}
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.con-box img {
  width: 40px;
}
.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}
.chat {
  width: 50px;
}
.area-text {
  background-color: #f6f6f6 !important;
}
.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}
.con-input{
  width: 100% !important;
}

.accordion-button {
  font-weight: 700;
  font-size: 18px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}

.menu-item:last-child {
  border-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--c1) !important;
    background-color: #f1d9cc !important;
    box-shadow: unset !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}
.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
}

.menu-item:last-child {
    border-bottom: 0;
}

.menu-name {
    font-weight: 500;
}

.menu-price {
    font-weight: 600;
    color: #cd6127; /* change if needed */
}
.accordion-button{
  font-size: 18px !important;
  letter-spacing: 1px;
}
.menu-name{
  font-size: 15px !important;
}
.menu-main .accordion-item{
  border-bottom: 1px solid var(--c1) !important;
}



/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 30%;
  left: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }
 @keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}

/* --------------------------------------make it responsive------------------------ */
@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }
}

@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 55px;
    height: unset;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .ww-d-img-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
  }



}

@media screen and (max-width:1200px) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 100px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }
  p {
  font-size: 13px;
}
.bs-list li {
    font-size: 14px;
}

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 90% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
  }

  .wave-nv {
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    object-fit: cover;
  }

  .icon-div-nv {
    z-index: 3 !important;

  }

  /* --- about section --- */
  .abt-img-3 {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  /* gallery */
  .gal-imgs {
    margin-top: 11%;
  }

  .gal-imgs {
    height: 170px;
  }

  .logo {
    width: 69px;
    height: unset;
  }

  .crd-3-bx::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -12%;
    left: -14%;
    transition: all .5s;
}

.state-main{
  position: relative;
  background-image: url(../images/veg-grp.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.side-flt2 {
    width: 20%;
    position: absolute;
    top: -2%;
    left: 4%;
    animation: floatRotate 5s 
ease-in-out infinite;
}
}



@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 39px;
  }

  .logo {
    width: 74px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  .gal-imgs {
    margin-top: 2%;
  }

  .hero-f1 {
    font-size: 23px;
  }

  .ab-f-bx {
    width: 100px;
    height: 100px;
    bottom: 3%;
    left: 10%;
  }

  .award-mini {
    width: 49px;
  }

  .ab-h5 {
    font-size: 15px;
  }

  .cont-ab-bx {

    width: 130px;
  }

  .tp-point-bx {
    border-bottom: 1px solid var(--c1);
    padding-bottom: 1rem;
  }

  .tp-point-bx {
    align-items: center;
    text-align: center;
  }


  /* --- */
  .dish-m-img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}