:root{
  --c1:#6c8a7a; 
  /* --c1:#b70100; */
  --c2:#cea274;
  --c4:#ebf6fc;
  --c3:#858585;
  --w:#fff;
  --bg:#F1F1F1;

}


/* @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: #F1F1F1;
}

.bg-c1{
  background-color: var(--c1);
}
/* .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: rouge-script;
  src: url(../RougeScript-Regular.ttf);
}
@font-face {
  font-family: lato-reg;
  src: url(../Lato-Regular.ttf);
}

@font-face {
  font-family: dan-script;
  src: url(../DancingScript-Variable.ttf);
}

@font-face {
  font-family: roboto;
  src: url(../RobotoCondensed.ttf);
}

.hf{
  font-family: 'dan-script' !important;
}

.sf{
  font-family: rouge-script;
}

.sf1{
  font-family: roboto !important;
  text-transform: uppercase;
}




body{
  margin: 0% !important;
  padding: 0% !important;
  font-family:  lato-reg !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fff !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */
.first-top{
  background-color: #000;
  /* 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;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 20px;
}
.top-nv-soc-img{
  width: 18px;
}
/* ----------------- 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 */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}
.logo{
  width: 60px;
  /* height: 60px; */

}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}



.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@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 10px;
}
.nav-link{
  color: #000 !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-family: 'GildaDisplay' !important; */
  /* color: var(--c1) !important; */
}
.nav-link:hover{
  color: var(--c1) !important;
}


.nav-active{
  /* background-color: var(--c1) !important; */
  border-bottom: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}
/* .newnav .nav-link:hover{
  color: #ffff !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); */
  overflow: hidden;
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  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;
}
.dropdown-item:hover{
  transform: translateX(10px) !important;
  transition: all .5s;
  /* background-color: var(--bg-dark) !important; */

}
.navbar .dropdown-menu{
  min-width: 220px;
  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 .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 85% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  /* background-color: #f1f8ff !important; */
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
.newnav .clr-nav-tog{
  color: #fff !important;
}
/* @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;
  }
}


/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  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);
  }

}

.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;
}
.navbar .user-nav-btn{
  background-color: var(--c1) !important;
}
.navbar .user-nav-btn{
  background-color: var(--c1) !important;
}
.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

@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);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  outline: none;
  border: none;
  color: #fff !important;
  padding: 15px 45px;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 16px !important;
  position: relative;
  z-index: 2;
  transition: ease all .5s;
}

.nav-con-btn-img{
  width: 25px;
  transition: ease all .5s;
}

.user-nav-btn:hover .nav-con-btn-img{
  transform: translateX(-40%) rotate(30deg);
  transition: ease all .5s;
}

.nav-user-img{
  width: 30px;

}

.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); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}
.nav-text-ser .i{
  font-size: 14px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}
.nav-bx-ser:hover .nav-text-ser{
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after{
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after{
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser{
  background-color: var(--c1);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* =========================================================================================================================== */ 

/* ===========  top  bar =========== */
.top-bar{
  background-color: #ffff;
}
.round-call{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 14px;
}
.plan-holiday-btn{
  background-color: var(--c2) !important;
  color: #fff !important;
  font-size: 14px !important;
}




.btn-sli {
  display: inline-block;
  /* padding: 0.9rem 1.8rem; */
  /* font-size: 16px; */
  /* font-weight: 700; */
  color: var(--c1);
  border: 3px solid var(--c2);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  /* font-family: inherit; */
 }
 
 .btn-sli::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: var(--c2);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .btn-sli:hover::before {
  transform: translateX(0);
  color: #FFF !important;
 }



 .button-nav {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--c1);
  cursor: pointer;
  position: relative;
  padding: 8px;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button-nav::before,
.button-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button-nav::before {
  top: 0;
  border-bottom-width: 0;
}

.button-nav::after {
  bottom: 0;
  border-top-width: 0;
}

.button-nav:active,
.button-nav:focus {
  outline: none;
}

.button-nav:active::before,
.button-nav:active::after {
  right: 3px;
  left: 3px;
}

.button-nav:active::before {
  top: 3px;
}

.button-nav:active::after {
  bottom: 3px;
}

.button_lg-nav {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--c1);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: var(--c2);
}

.button_lg-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: var(--c2);
  transition: all .2s ease;
}

.button_sl-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: var(--c2);
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text-nav {
  position: relative;
}

.button-nav:hover {
  color: #0f1923;
}

.button-nav:hover .button_sl-nav {
  width: calc(100% + 15px);
}

.button-nav:hover .button_lg-nav::after {
  background-color: #fff;
}

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 0%;
  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;
}






/* ===== hero section ==================== */
.hero {
  position: relative;
  height: 80vh !important;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 20%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-position: bottom !important;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 102%;
  width: 100%;
  color: white;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000005b 0%, #1c1c1c93 100%);
  opacity: 1;
  padding: 0 !important;
}

.hero-content h1 {
  font-size: 3.5rem !important;
  /* margin-bottom: 20px; */
  /* font-weight: bold; */
  width: 70%;
  margin: 0 auto;
  font-weight: 500;
}

.hero-content h2 {
width: 70%;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.hero-content .btn {
  padding: 10px 20px;
  font-size: 1.2rem;
}
.btn-c1{
  background-color: var(--c1) !important;
  color: #FFF !important;
  border: 1px solid var(--c1) !important;
}

.btn-c1:hover{
  background-color: #fff !important;
  color: var(--c1) !important;
}

/* ----------  */


/*=======================  wedind ================== */


.floating-up {  
  animation-name: floatingup;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floatingup {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

.angle-up {  
  animation-name: angle1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes angle1 {
  from { transform: rotate(10deg); }
  65%  { transform: rotate(15deg); }
  to   { transform: rotate(10deg); }    
}

.angle-down {  
  animation-name: angle2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes angle2 {
  from { transform: rotate(-5deg); }
  65%  { transform: rotate(3deg); }
  to   { transform: rotate(-5deg); }    
}

.flolab-img-div::before{
  content: '';
  position: absolute;
  width: 485px !important;
  height: 485px !important;
  /* top: -40px; */
  /* left: -3px; */
  background: transparent;
  /* z-index: 0; */
  border: 30px solid var(--c2);
  margin-top: -22px;
  z-index: -1;
  border-radius: 100% !important;
}

.small-icon{
  /* width: 100%; */
  height: 30px;
}

.flolab-img-div{
  position: relative;
  height: 500px;
 }

 .why-us-img3{

  height:  65%;
  width: 50%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}


.fi-1{
  position: absolute;
  right: 5%;
  top: 5%;
 }
 .fi-2{
  position: absolute;
  left: 5%;
  top: 20%;
 }

 /* ------ counter -----  */

 
/* --------- */

/* .bg-choose{
  position: relative;

}
.bg-choose::after{
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-image: url(../images/bagroiund-.png);
  background-size: cover;
  opacity: 0.8;
  z-index: -2;
  background-attachment: fixed;
  background-position: top center;

  mix-blend-mode: darken;

} */

.bg-choose{

  opacity: 0.2;
  background-color: #fcfaf7 ;
  opacity: 0.8;
  background-image:  radial-gradient(#6c8a7a 1.1500000000000001px, transparent 1.1500000000000001px), radial-gradient(#6c8a7a 1.1500000000000001px, #fcfaf7 1.1500000000000001px);
  background-size: 46px 46px;
  background-position: 0 0,23px 23px;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: -1;
 }

.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;
  font-family: Poppins-Regular;
}
.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);
}



  /* ==================gallery=============== */
  .gall-top-full{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00000067;
    position: relative;
  }
  .gall-top-full::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/jsd-mahal2.avif);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    position: absolute;
    inset: 0%;
    z-index: -1;
  }
  .gal-sli-bx{
    margin-top: -10%;
  }
  .gal-card{
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    min-height: 430px;
    /* border-radius: 8px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  }
  .gall-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
  }

    /* similar products */
    .sim-pro{
      position: relative;
    }
    .owl-nav{
      width: 108% !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 40%;
      left: -4%;
    }


    .sim-arrow{
      background-color:var(--c1) !important;
      border-radius: 50% !important;
      height: 35px;
      width: 35px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      transition: all 1s !important;
      color: #fff !important;
    }
    
    /* .sim-pro:hover .sim-arrow{
      transform: scale(1.3);
      transition: all 1s !important;
    } */
    .sim-card .name{
      width: 80%;
    }
    .isim-btn{
      background-color: var(--c1) !important;
      color: #fff !important;
      font-weight: 500 !important;
    }
    .sim-img{
      display: flex;
      justify-content: center;
      align-items: center;
    }


    
/* ======================*/ 



.hr-lines{
  position: relative;
  max-width: 240px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);
  display: block;
  position: absolute;
  border-radius: 30px;

  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);
  border-radius: 30px;

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}



.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  padding: 0 20px 20px 20px;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.service-item::before{
  content: "";
  position: absolute;
  background: var(--w);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);;
  border-radius: 20px;
  width: 100%;
  left: 0px;
  top: 130px;
  bottom: 0px;
  z-index: -1;
}

.service-item:hover .ser-img{
  /* transform: translateY(-10px); */
  transform: scale(1.1);
}

.service-item:hover .service-title{
  /* transform: translateY(-10px); */
  color: var(--c2);
}

.ser-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}



.service-img{
  overflow: hidden;
  border-radius: 30px;
  height: 200px;
}

.service-content {
  position: relative;
  margin-top: 5px;
  min-height: 320px;
}

.service-icon {
  position: absolute;
  width: 65px;
  height: 65px;
  /* line-height: 82px; */
  background: var(--c1);
  /* font-size: 50px; */
  color: var(--w);
  text-align: center;
  border-radius: 50%;
  margin-top: -50px;
  right: 40px;
  /* box-shadow: var(--box-shadow); */
  z-index: 1;
}

.service-icon img{
  width:60%;
}

.service-arrow {
  margin-top: 25px;
}

.service-title a {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 600;
  margin-bottom: 10px;
  color:  var(--c4);
}

.service-title a:hover {
  color: var(--c2);
}

.service-arrow .theme-btn{
  padding: 10px 22px;
}

.button-c1 {
  cursor: pointer;
  position: relative;
  
 
  color: var(--c2);
  border: 2px 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;
}

.button-c1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--c2);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.button-c1:hover::before {
  scale: 3;
}

.button-c1:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.button-c1:active {
  scale: 1;
}

.num-bottom{
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* font-size: 20px; */
  width: 80px;
  height: 80px;
  color: #fff;
  z-index: -1;
}

 /* -------------  */

 .room-icon{
  position: relative;
  width: 20px !important;
  height: 20px !important;
 }

    
 /* ----------------  */

 

.left-pro-box{
  width: 100%;
  background-color: var(--c1);
  border-radius: 25px;
}

.achive-pro-left-img{
  width: 100%;
  object-fit: cover;
  border-radius: 20px !important;

}

.right-pto-box{
  width: 100%;
  background-color: var(--c1);
  border-radius: 25px;
}
.achive-pro-right-img{
  width: 100%;
  object-fit: cover;
  border-radius: 20px !important;

}

.table-roun {
  border-radius: 10px; /* Adjust the value for desired roundness */
  overflow: hidden; /* Ensures corners are properly rounded */
}

/* ---------  */



.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/RESTURANT1.JPG);
  background-attachment: fixed;
  background-position: bottom right;
  background-size: cover;
  z-index: -1;
}

.other-cen{
  background-color: #ffffffda;
}

/* ----------------  */

.bg-back{
  background-color: var(--c4);

}

.choose-bg{
  position: relative;
}

.choose-bg::after{
  content: "";
    background-color: #ffff;
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0%;
    top: 0%;
  z-index: -1;
}

.choose-bg1{
  position: relative;
}

.choose-bg1::after{
  content: "";
    background-color: #ffff;
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0%;
    top: 0%;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;    border-radius: 0.375rem;
}

.img-cho{
  width: 100%;
  height: 490px;
}

.img-choose{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tick-box{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 8px;
}
.tick{
  width: 80%;
}


.abt-main{
  height: 100% !important;
  width: 100%;
  object-fit: cover !important;
}

.abt-img {
  width: 100%;
  height: 100%; /* Define a specific height, adjust as needed */
  background-size: cover;
  background-position: center;
  animation: slider 10s ease-in-out infinite;
  position: relative;
}

@keyframes slider {
  0%, 25% {
    background-image: url(../images/MAHAL.JPG);
  }
  25%, 50% {
    background-image: url(../images/reception2.jpg);
  }
  50%, 75% {
    background-image: url(../images/OUTE_VIEW_DAY.JPG);
  }
  75%, 100% {
    background-image: url(../images/RESTURANT1.JPG);
  }
}


/* --------------  */

.best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  min-height: 290px !important;
  padding: 32px 20px;
  background: #fff;
  border-radius: 48px;
  box-shadow: 10px 10px 0 0 #0000000F;
  border: 3px solid #e2e2e2;
  transition: all .5s ease-in-out;
}


.best-box:hover{
  transform: translateY(-3%) !important;
}


.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;
}

.owl-nav1{
  width: 108% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: -4%;
}


.sim-arrow1{
  background-color:var(--c1) !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
  color: #fff !important;
}
/* ---------------  */

.rn-rou{
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 100%;
}


/* ====footer===== */
.footer{
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  color: white;
  /* background-color: rgb(33, 34, 34,0.9); */
  position: relative;
}
.footer::after{
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover; */
  background-color: #fcfaf7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 100px;
}
.full-so{
  display: flex;
  justify-content: center;
  /* 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);
  border-radius: 50%;
  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: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}

/* -- gallery --  */

.gal-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.gal-hero::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/MAHAL3.JPG) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}



.acc-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.acc-hero::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/jsd-mahal2.avif) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}


.abt-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.abt-hero::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/jsd-mahal2.avif) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center ; 
}


.ser-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.ser-hero::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/marriage1.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top; 
}


.con-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.con-hero::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/jsd-mahal.avif) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}



/*---------- 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;
}



/* --------- contact-us -----------------   */

 
.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%;
}

.btn-c1{
  background-color: var(--c1);
}



.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-us1 ---------  */

.abt-us{
  position: relative;
  height: 450px !important;
  width: 450px;
 }

 .abt-us-img{
  height: 100%;
  width: 100%;
  border-radius: 50% ;
  object-fit: cover;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }

 .abt-us-img1{
  position: absolute;
  bottom : 0;
  left: 0;
  height: 100px;
  width: 100px ;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50% ;
 }

 .abt-us-img2{
  position: absolute;
  bottom : 40%;
  left: -10%;
  height: 100px;
  width: 100px ;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50% ;
 }

 .abt-us-img3{
  position: absolute;
  top : 0;
  left: 5%;
  height: 100px;
  width: 100px ;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50% ;
 }

/* ---------------  */

.bg1{
  background-color: #e2f3dc !important;
}

 /* social medea services */
 .bg-light-af{
  position: relative;
 }
 .bg-light-af::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #f6f6f6;
  z-index: -2;
 }

.social-service-card{
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 }
 .social-service-card::after{
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: white;
  /* background-image: url(../images/shape-bg.png); */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: -1;
  /* border-top: 2px solid var(--c1) ; */
  transition: all .5s;
 }
 .social-service-card:hover::after{
  height: 100%;
  transition: all .5s;
 }
 .soc-service-img{
  width: 50%;
 }
 .half-card{
  border-radius: 100%;
  background-color: #f6f6f6;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
 }



  /* --- cooshe section ---- */

  .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 345px;
  }
  .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(--c2);


  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }



  /* -------- our mission ---------  */

  /* --- 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: 330px;
  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-main{
  height: 100% !important;
  width: 100%;
}

.our-ser-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom !important;
}


/* -------------  */

.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;
}

.abt-img7{
  width: 100%;
  height: 230px;
  object-fit: cover;
}


 /* ================== accomentation =============  */

 .acc-card{
  position: relative;
  height: 450px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }



.book-acc{
  position: absolute;
  top: 10%;
  right: -5%;
  transform: rotate(-90deg); 
  transition: all .5s;
}

.book-acc a{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); 
  border: 1px solid var(--c2);
}

.book-acc a:hover{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); 
  border: 1px solid var(--c2);
  transform: scale(1.05);
  transition: all .5s;
}

 .acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}

 .bottom-Center{
    position: absolute;
    bottom:0%;
    left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
 }


 
  /* ----- faq container ------// */



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid var(--c1);
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}


.faq-card summary{
  width: 90%;
} 

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 16px;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

/* ===================================================================================================================== */ 
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .nav-link {
    font-size: 14px !important;
  }


  }
@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);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 12px !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;
  }
  /* .newnav .nav-link{
    color: var(--c1) !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;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c2) !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: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }

   
    
  }

  @media screen and (max-width:720px) {

    .fill {
      width: 100%;
      height: 50vh !important;
      object-fit: cover;
     /* opacity: .5; */
     border-radius: 10px;
    
    }

    html{
      width: 100vw !important;
      overflow-x: hidden !important;
    }

  }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    /* width: 137px; */
    height: 48px;
}
.sm-js{
  text-align: justify !important;
}


.round-call{
  background-color: var(--c1);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 10px;
}
.call-p2{
  font-size: 12px;
}

.hero {
  position: relative;
  height: 60vh !important;
  overflow: hidden;
}



.hero-content h1 {
  font-size: 2rem !important;
  /* margin-bottom: 20px; */
  /* font-weight: bold; */
  width:95%;
  margin: 0 auto;
  font-weight: 500;
}


.flolab-img-div::before{
  content: '';
  position: absolute;
  width: 320px !important;
  height: 320px !important;
  /* top: -40px; */
  /* left: -3px; */
  background: transparent;
  /* z-index: 0; */
  border: 30px solid var(--c2);
  margin-top: -22px;
  z-index: -1;
  /* border-radius: 4px; */
}

.flolab-img-div{
  position: relative;
  height: 340px;
 }

 .fi-1{
  position: absolute;
  right: 0%;
  top: 5%;
 }
 .fi-2{
  position: absolute;
  left: 0%;
  top: 20%;
 }

 .why-us-img3{

  height:  60%;
  width: 65%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.owl-nav{
  width: 110% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: -5%;
}

.gal-sli-bx{
  margin-top: -35%;
}

.num-bottom{
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* font-size: 20px; */
  width: 60px;
  height: 60px;
  color: #fff;
  z-index: -1;
}


.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;

  background-position: left center;
  background-size: cover;
  z-index: -1;
}


.choose-bg::after{
  content: "";
    background-color: #ffff;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
  z-index: -1;
}

.img-cho{
  width: 100%;
  height: 300px;
  object-fit: contain;
}
/* --------  */

.best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  min-height: 300px !important;
  padding: 32px 20px;
  background: #fff;
  border-radius: 48px;
  box-shadow: 10px 10px 0 0 #0000000F;
  border: 3px solid #e2e2e2;
  transition: all .5s ease-in-out;
}



.br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid var(--c1);
}

.acc-card{
  position: relative;
  height: 400px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {
    

  }

  @media screen and (max-width:320px) {

    .ban-con{
      position: absolute;
      top: 5%;
      /* right: 50% !important; */
      text-align: center !important;
      }
      
      .ban-con h5{
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 1px;
      }
      
      .ban-con p {
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 12px;
      margin-top: 20px;
      }
    
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}