:root{
  --c1: #d6ae57  ;
--c2: #191e24; 
--c3: #444;
  --bg:#fff5ee;
  --w:#fff;

}

/* @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;
}

.c5{
  color: var(--bg) !important;
}

.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "jost-reg";
  src: url(../Jost-Regular.ttf);
}

@font-face {
  font-family: "marcellus-reg";
  src: url(../Marcellus-Regular.ttf);
}



.hf{
  font-family: "marcellus-reg" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: "jost-reg" !important;
  font-size: 18px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fff5ee !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* 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;
  justify-content: center;
}
.ftp{
  font-size: 15px; 
  /* letter-spacing: 1px; */
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.navbar{
  background-color: rgba(0, 0, 0, 0.5)
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  /* border-bottom: 2px solid var(--c1); */
}

.top-nav{
  position: fixed !important;
  z-index: 100 !important;
  width: 100%;
  top: 0%;
  left: 0%;
  transition: all .5s;
}

.logo{
  /* width: 180px; */
  height: 60px;
  border-radius:5px;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 1000 !important;
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .2s ;
  border-bottom: 1px solid var(--c1);
  color:var(--c2) !important;
}

.newnav .nav-link{
  color: var(--c2) !important;
}

/* .newnav .nav-link{
  color: #000 !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 0px;
}
.nav-link{
  color: #fff !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 15px !important;
  padding: 20px 15px !important;
  position: relative;
}

.nav-link:hover {
  background: linear-gradient(180deg, rgba(214, 174, 87, 0.0006) 0%, rgba(214, 174, 87, 0.33) 100%);
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: var(--c1);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* .activ-nav{
  color: var(--c2) !important;
  font-weight: bold !important;
  border-bottom: 2px solid var(--c2) !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 13px !important;
  color: var(--c1) !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  padding: 10px 10px !important;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
  border-top: 3px solid var(--c1) !important;
  background-color: #fff !important;
  color: #000 !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  /* background-color: #fddbcd !important; */
  color: var(--c2) !important;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}



.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  /* border-radius: 0% !important; */
  /* border-top: 3px solid var(--c1); */
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
.dropdown-menu {
  transition: all 0.3s ease;
}

.dropdown-menu{
  top: 100% !important;
}

.dropend .dropdown-menu{
  top: -30% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}



/* ------------  */

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* Start slightly above */
  transition: all 0.4s ease;
}

/* Show the dropdown menu on hover */
.dropend:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Slide down smoothly */
}

.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #000; /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.top-cer{
  width: 70px;
}

.new-post{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* To apply the same animations */
.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
}


/* hero */


.btn-c1-top{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
}

.btn-c1-top:hover{
  background-color: transparent !important;
  color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}





.btn-c1 {
  cursor: pointer;
  position: relative;
  color: var(--c1);
  border: 1px solid var(--c1);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.btn-c1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--c1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.btn-c1:hover::before {
  scale: 3;
}

.btn-c1:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.btn-c1:active {
  scale: 1;
}

/* .btn-c2{
  background-color: var(--c2) !important;
  color: #fff !important;
  border: 1px solid var(--c2) !important;
  border-radius: 5px;
}

.btn-c2:hover{
  background-color: transparent !important;
  color: var(--c2) !important;
  border: 1px solid var(--c2) !important;
  border-radius: 5px;
} */



.btn-c2 {
  cursor: pointer;
  position: relative;
  color: var(--c2);
  border: 1px solid var(--c2);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.btn-c2::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--c2);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.btn-c2:hover::before {
  scale: 3;
}

.btn-c2:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.btn-c2:active {
  scale: 1;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  /* border-radius: 10px; */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c1); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}


/* hero */
.hero{
  height: 99vh;
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.autoplay-progress svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-track {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 4px;
  fill: none;
}

.progress-bar {
  --progress: 0.25; /* This should be dynamically updated via JS */
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 125.6;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  transition: stroke-dashoffset 0.3s ease;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

.progress-time {
  z-index: 20;
}

.hero-slide{
  position: relative;
}
.shade-botom{
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  background-image: linear-gradient(180deg,#fefcf300 30%, #fefcf3 100%);
  z-index: 3;
  width: 100%;
  height:80%;
  overflow: hidden;
}
.hero-sl-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet{
  background-color: var(--c2) !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--w) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;

}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 35px !important;
}
  
  .ban-con{
  position: absolute;
  bottom: 10%;
  right: 0% !important;
  /* text-align:  !important; */
  }
  
  .ban-con h5{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  }
  
  .ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  }
  
  .ban-con1{
  padding: 10px 15px ;
  background: rgba( 255, 255, 255, 0.35 );
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.37);
  backdrop-filter: blur( 11px );
  -webkit-backdrop-filter: blur( 11px );
  border-radius: 10px 0 0 10px ;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  }

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

 .about-us1{
  width: 100%;
  height:400px !important;
  object-fit: cover;
 }

 
/* -----------------  */

.bg-bg1{
  background-color: #fffbf5 !important  ;
}

.bg-choose{
  /* background-color: rgba(63, 63, 63, 0.2); */
  position: relative;
  background-color: var(--c2) !important;
  z-index: -2 !important;
}

.bg-man1{
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1 !important;
}

.bg-man2{
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1 !important;

}


.count-div{
  position: relative;
  background-color: white;
}
.count-div::after{
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:  white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;

}
.cnt-nm{
   color: var(--c1) !important;
    display: inline-block;
    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: var(--c2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.f-logo{
  /* width: 50%; */
  height: 120px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}
/* ======== */

/* --------------  */

.card-menu{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;}



.c-main-element {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
  /* border-radius: 50%; */
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  overflow: hidden;
}

.cat-new-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
  transition: transform 0.5s ease-in-out;
}

.combo-new {
  width: 100% !important;
  height: 100% !important;
}

.menu-card:hover .cat-new-img {
  transform: scale(1.1);
}

.btn-rou {
  background-color: var(--c1) !important;
  color: var(--w) !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid var(--c1) !important;
}

.btn-rou:hover{
  color: var(--c1) !important;
  background-color: var(--w) !important;
}

/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: start;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/pexels-yankrukov-8819771.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


/* ------ abt us ----------  */

.cont-box{
  position: relative;
}

.card-right{
  position: absolute;
  top: -25%;
  background-color: #FFF !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}



.cont_tit{
  /* display: flex; */
  align-items: center;
  /* gap: 15px; */
}

.cont_tit p{
  color:var(--c3);
}
.cont_con1{
  text-align: start;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
  color: var(--dark);
  background-color: white !important;
  width: 400px;
  padding: 25px;
  position: absolute;
  right: 0;
 z-index: 3 !important;
  top: -30%;
}

/* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}

.ongoing-card img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  opacity: 0.6;
  /* border-radius: 10px; */
}

.ongoing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.ongoing-card:hover::after {
  background-color: #d6ae575e;
}
.bottom-Center1 {
  position: absolute;
  left: 0;
  width: 100%;  
  bottom: -25%;
  transition: all .5s ease-in-out;
z-index: 3  ;
}


.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }

 .ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}

.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}


.btn-c4{
  background-color: var(--c2) !important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  /* border: 1px solid #FFF!important; */
  font-size: 14px !important;
}


/*---------- gallery ---------- */


.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}
 

.chef-img{
  width: 100%;
  height: 300px ;
  object-fit: contain;
  z-index: 5 !important;
}

/* ----------------  */

 
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  border-radius: 20px !important;

}

.popup-content {
  background-color: #fefefe;
  /* padding: 20px; */
  border: 1px solid #888;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* width: 80%;  */
  max-width: 600px; 
  margin: auto; /* Center horizontally */
  position: relative;
  border-radius: 20px !important;

}

.popup .close-p {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  /* border: 1px solid #000; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2%;
  right: -2%;
  color: #000;
  float: right;
  font-size: 28px;
  /* font-weight: bold; */
  cursor: pointer;
  z-index: 5;
}

.pop-img{
  height: 350px !important;
  width: 100%;
  object-fit: contain;
  border-radius: 20px !important;

}

.table-wid{
  width: 300px !important;
}

/* --------------------  */

.other-hero1{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero1::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/2151210766.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}

.other-hero2{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/pexels-jack-baghel-2199968-20422133.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.hero-h{
  font-size: 50px !important;
}


 /* ------------------  */

 .menu-img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: all 0.5s ease-in-out;

 }

 .menu-img1{
  width: 100%;
  height: 290px !important;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
 }

 .card-menu:hover .menu-img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
 }

 /* ---------------------  */

 
   
    /* Swiper container setup */
    .swiper {
      height: 100%;
      width: auto;
      overflow: hidden;
    }
  
    .mySwiper {
      width: 20%; /* Thumbnails: 20% of col-lg-6 */
      height: 500px; /* Set a max height */
      margin-right: 10px !important;
      cursor: pointer;
    }
  
    .mySwiper2 {
      width: 80%; /* Main slider: 80% of col-lg-6 */
      height: 500px;
    }
  
    /* Prevent overflow */
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    /* Styling navigation arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
    }

      /* Pagination styles */
  .swiper-pagination-bullet {
    /* background: #ddd !important; Default color */
    opacity: 0.6;
  }

  .swiper-pagination-bullet-active {
    background: var(--c1) !important; /* Active bullet color */
    opacity: 1;
  }

  .swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;

}

  
     /* Hide thumbnails and expand the main slider on smaller screens */
  @media (max-width: 768px) {
    .mySwiper {
      display: none;
      margin-right: 0px !important;
    }


    .mySwiper2 {
      width: 100%; /* Full width on mobile */
      height: 450px; 
      object-fit: cover !important;
    }
  }

  /* Hide pagination on larger screens */
  @media (min-width: 769px) {
    .mySwiper2  .swiper-pagination {
      display: none;
    }
  }
  /* -------------  */

  .two-column-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .two-column-list li {
    flex: 0 0 50%; /* Two columns */
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
  }
  

  .menu-dish-img{
    width: 23px !important;
  }

  
.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}



.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c1);
  color: #fff;
}

/* ---------------------  */


/* -------------  */

.abt-img4{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.abt-img5{
  width: 100%;
  height: 170px;
  object-fit: cover;
}


.abt-img6{
  width: 100%;
  height: 170px;
  object-fit: cover;
  background-color: #f6f6f6;
}

.abt-img7{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* --- cooshe section ---- */
  
.choose-head{
  font-size: 50px;
}
.choose-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 335px;
}
.choose-img-bx{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-right: 2px solid var(--c1);
  border-left: 2px solid var(--c1);
}
.choose-img{
  width: 50%;
}
.br-right{
  border-right: 1px solid var(--c2);
}
.br-bot{
  border-bottom: 1px solid var(--c2);
}

.bg-choose1{
  background-color: #fff;
}

/* --- best section ----------- */
.best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  min-height: 400px;
  border-radius: 10px;
}
.best-img-div{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.best-img{
  width: 60%;
}
.best-box:hover .best-img-div {
  transform:rotateY(360deg);
  transition: all 1s;
  
}
.js{
  text-align: justify;
}

/* take the first step */
.take-first-main{
  background-color: var(--c1);
}
.btn-buy{
  border-radius: 0% !important;
  background-color: #ffff !important;
  color: var(--c1) !important;

}
.btn-buy:hover{
  box-shadow: 5px 3px 3px #000 !important;
  transition: all .5s;
}
.first-step-img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ser-img img{
  width: 100%;
  height: 125px !important;
  object-fit: cover !important;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #00000088;
  opacity: 0.3;
  transition: all 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--c1) !important; /* your red color */
}

.contact-img-responsive {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* Larger size on desktop */
@media (min-width: 768px) {
  .contact-img-responsive {
    width: 300px;
    height: 300px;
  }
}

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* 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);
        }

        .white-close {
          filter: brightness(0) invert(1);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 25px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* 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: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !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;
    }
  }
  .navbar-nav .dropdown-menu {
    margin-top: 15px !important;
   }

  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c2) !important;
  }


  .offcanvas-body{
    background-color:var(--w) !important;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }


  .activ-nav{
    color: var(--c2) !important;
    font-weight: bold !important;
    /* border-bottom: 2px solid var(--c1) !important; */
  }

  
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .pro-pills .nav-item{
    min-height: unset !important;
  }

  .pro-pills .nav-link:hover{
    background: none !important;
  }

  .nav-link:hover{
    color: var(--c1);
  }


 
  }

  @media screen and (max-width:720px) {

    .hero-con{
      width: 100% !important;
    }
    
    .navbar{

      transition: all .5s;
      /* background-color: rgba(255, 255, 255, 0.3); */
      /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
      /* border-bottom: 2px solid var(--c1); */
    }

    .nav-link{
      color: var(--c2) !important;
    }
  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 55px !important;
}

/* hero section */
.hero{
  height: 80vh !important;
}
.hero-f{
  font-size: 17px;
}


.hero-p{
  font-size: 16px !important;
}

/* hero */
.hero-bg-txt {
  font-size: 30px;
}




.first-text .ftp{
  font-size: 10px !important;
  letter-spacing: 0.8px;
}



.hero-bg-txt1 {
  font-size: 25px;
}

.hero-bg-txt2 {
  font-size: 38px;
}
.about-us1{
  width: 100%;
  height:330px !important;
  object-fit: cover;
 }

 /* ---------  */

 .other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/pexels-yankrukov-8819771.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

 /* ------- abtus ----------- */ 
 .card-right{
  position: static !important;
}

.bottom-Center1 {
  position: absolute;
  left: 0;
  width: 100%;  
  bottom: 0%;
  transition: all .5s ease-in-out;
z-index: 3  ;
}

.ongoing-top{
  padding-top: 0px !important;
  transition: all .5s ease-in-out;
}

.other-hero1{
  height:35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}


.other-hero2{
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}


.hero-h{
  font-size: 40px !important;
}

.two-column-list li {
  flex: 0 0 100%; /* Full width on mobile */
}


.menu-dish-img{
  width: 24px !important;
}

.table-light th{
  font-size: 13px !important;
}

th{
  font-size: 13px;
}

td{
  font-size: 13px;
}
.br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid #ca282c;
}
.ser-img img{
  width: 100%;
  height: 90px !important;
  object-fit: cover !important;
}
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {
         /* hero section */
.hero{
  min-height: 70vh;
}
}
  @media screen and (max-width:380px) {


  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}