:root{
  --c1:#e2a856; 
  /* --c1:#b70100; */
  --c2:#b46c28;
  --c3:#575757;
  --c4:#142b3b;
  --bg:#F9EDDD;

}

/* @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;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
.p{
  color: #282828;
  line-height: 1.8rem;
  font-size: 15px;
}
.js{
  text-align: justify !important;
}
@font-face {
  font-family: 'Mangro-reg';
  src: url(../MangroRegular.ttf);
}
@font-face {
  font-family: 'inter-reg';
  src: url(../Inter-Regular.otf);
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../Poppins-Regular.ttf);
}
.hf{
  font-family: 'Mangro-reg' !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'inter-reg' !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !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: 180px; */
  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: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !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); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 13px;
  /* 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: 8px !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); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.navbar .dropdown-menu{
  min-width: 150px;
  border-radius: 8px !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: translateX(5px);
  /* background-color: #f1f8ff !important; */
  color: var(--c2) !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;
  }
}

.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(--c2);
}
.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;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}
.megamenu{
  background-color: unset !important;
}
.mega-menu-container{
  background-color: #ffff;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none; /* Hide by default */
}
.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}
.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu {
  position: relative;
}
.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}
.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none; /* Hide by default */
}
.small-p{
  font-size: 14px;
  margin-bottom: 2px;
}
.custom-dropdown-submenu a{
  color: #000;
}
.custom-dropdown-menu{
  margin-left: 10%;
  margin-top: 1.5rem;
}
/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}
.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}
.new-add-menu{
  left: 5% !important;
  top: 100% !important;
}
.mega-in .nav-link{
  color: #000 !important;
}
.mega-in .nav-link:hover{
  color: var(--c2) !important;
}
.more-a{
  color:  var(--c1) !important;
}
@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }
  .custom-dropdown-menu{
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

.treat-you-main{
  position: relative;
}
.treat-you-left{
  /* position: absolute; */
}
.treat-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.tret-you-right p{
  font-size: 14.5px;
}
/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* =========================================================================================================================== */

/* ===========  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(--c1) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.navbar .nav-link{
  color: #000 !important;
}

/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 35px;
}

 .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);
  }

}

.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;
 }


  /* ---- button -------  */

  /* From Uiverse.io by Gautammsharma */ 
.comic-button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--c2);
  border: 2px solid var(--c2);

  box-shadow: 5px 5px 0px var(--c1);
  transition: all 0.3zs ease-in-out;
  cursor: pointer;
}

.comic-button:hover {
  background-color: #fff;
  color: var(--c2);
  border: 2px solid var(--c2);
  box-shadow: 5px 5px 0px var(--c2);
  transition: all 0.3s ease-in-out;
}

.comic-button:active {
  background-color: var(--w);
  box-shadow: none;
  transform: translateY(4px);
}


.comic-button3 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--c2);
  border: 2px solid var(--c2);
  border-radius: 10px;
  box-shadow: 5px 5px 0px var(--c1);
  transition: all 0.3zs ease-in-out;
  cursor: pointer;
}

.comic-button3:hover {
  background-color: #fff;
  color: var(--c2);
  border: 2px solid var(--c2);
  box-shadow: 5px 5px 0px var(--c2);
  transition: all 0.3s ease-in-out;
}

.comic-button3:active {
  background-color: var(--w);
  box-shadow: none;
  transform: translateY(4px);
}


.comic-button2 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--c2);
  background-color: #fff;
  border: 2px solid var(--c1);
  border-radius: 10px;
  box-shadow: 5px 5px 0px var(--c2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button2:hover {
  background-color: #fff;
  color: var(--c2);
  border: 2px solid #000;
  box-shadow: 5px 5px 0px var(--c1);
}

.comic-button2:active {
  background-color: var(--w);
  box-shadow: none;
  transform: translateY(4px);
}


.comic-button1 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--c1);
  background-color: transparent !important;
  border: 2px solid var(--c1);
  border-radius: 10px;
  box-shadow: 5px 5px 0px var(--c1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button1:hover {
  background-color: #fff;
  color: var(--c2);
  border: 2px solid var(--c2);
  box-shadow: 5px 5px 0px var(--c2);
}

.comic-button1:active {
  background-color: var(--w);
  box-shadow: none;
  transform: translateY(4px);
}


/* hero */
.hero{
  height: 80vh;
  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;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.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(--c1) !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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

  .ban-main-con{
    width: 100%;
    height: 100%;
    background-color: #ffffffd3;
    color: var(--c1);
    text-align: center;
  }

  .border-ban{
    border: 1px solid var(--c1) !important;
  }

  /* -------- best web --- */

  .best-web-img-main{
    width: 100%;
    height: 470px;
  }

.best-web-img{
  width: 83%;
  height: 80%;
  object-fit: cover;
  /* border-radius: 10px; */
  /* border: 5px solid var(--c1) !important; */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.web-ab-2{
  width: 180px;
  height: 180px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  right: 0%;
  border-radius: 50%;
  border: 7px double  #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.tri-ab-web{
  width: 100px;
  position: absolute;
  left: 5%;
  bottom: 2%;
  z-index: -1;
  /* animation: animName 10s linear infinite; */
}

.foot-arrow{
  width: 16px;
}

.arow-hover{
  font-style: italic;

}

/* -------------------------  */

.bg-choose{
  background-color: #FDF9F4;
}
.type-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px !important; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}
.type-round{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--c2);
}
.type-round::before{
  content: '';
  width: 90px;
  height: 90px;
  border: 2px dashed var(--c1);
  position: absolute;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.type-img{
  width: 60%;

  /* border-radius: 50%; */
}
.spl-type{
  /* border: 2px dashed #fff; */
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  min-height: 420px; 
}
.spl-type .type-round::before{
  border: 2px dashed var(--c1);
}

.spin{
  animation-name: spin;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


.pro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-column-gap: 10px; */
  /* grid-row-gap:  10px; */
  }
  
  .grid-div1 { grid-area: 1 / 1 / 4 / 2; }
  .grid-div2 { grid-area: 1 / 2 / 2 / 4; }
  .grid-div3 { grid-area: 2 / 2 / 3 / 4; }

  .grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  .grid-img1{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.5s ease;
  }


  
.low-price {
  position: relative;
    height: 100%;
  width: 100%;
  /* background-image: fill 0 linear-gradient(#0001, #000); */
  transition: all 0.4s ease-in-out;
  overflow: hidden !important;
  border-radius: 10px;

}

.low-price:hover .low-price-img {
  transform: scale(1.1) !important;
  transition: all 0.6s ease-in-out;
}

.low-price-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.6s ease-in-out;
}


.low-price1 {
  position: relative;
  height: 270px;
  width: 100%;
  /* background-image: fill 0 linear-gradient(#0001, #000); */
  transition: all 0.4s ease-in-out;
  overflow: hidden !important;
  border-radius: 10px;

}

.low-price1:hover .low-price-img1 {
  transform: scale(1.1) !important;
  transition: all 0.6s ease-in-out;
}

.low-price-img1 {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
  
.bottom-Center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; /* Adjusted for better text visibility */
  background: linear-gradient(180deg, rgba(50, 104, 114, 0) 0%, rgba(50, 104, 114, 0.377) 50%, rgba(50, 104, 114, 0.911) 100%);
  border-radius: 0 0 10px 10px; /* Optional: Rounded bottom corners */
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff; /* Ensures text is readable */
  transition: all 0.3s ease-in-out; /* Smooth transition */
}

.card-prod{
  width: 100%;
  min-height: 350px;
  background-color: #fff;
  overflow: hidden;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.card-prod1{
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.prod-img{
  width: 100%;
  height: 140px;
  background-color: #E5F5F3;
  border-radius: 0px 0px 0px 50px;
  overflow: hidden;
}

.prod-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.pack-arrow {
  width: 40px;
  height: 40px;
  margin: 0% !important;
}

.pack-arrow{
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: var(--c1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff;
}

.slide-nav-bx {
  width: 104%;
  top: 30%;
  left: -2%;
}

/* -------------------  / / */

.new-why-slide-img1{
  width: 100%;
  height: 500px;
  /* object-fit: cover; */
  /* overflow: hidden; */
}

.new-why-slide-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-dot{
  position: unset !important;
}
.new-why-main{
  background-color: #f6f6f6;
}
.posi-new-why{
  position: relative;
}
.in-why{
  background-color: #ffff;
  transform: translateX(-10%);
  width: 100%;
  min-height: 450px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;  /* position: relative; */
}

.in-why2{
  /* position: absolute; */
  transform: translateX(-10%);

}

.tick-box{
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.tick{
  width: 70%;
}
.call-btn-img{
  width: 26px;
}
.bg-f6{
  background-color: #f6f6f6;
}

/* ------------------------  */

.test-quote{
  position: absolute;
  top: 3%;
  left: 13%;
  width: 100px;
  opacity: 0.8;
}

.test-quote1{
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 100px;
  opacity: 0.8;
}


.work-process-box:hover .round-process-bx::after{
  opacity: 1;
  transition: .5s;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.process-arrow{
  width: 80px;
  position: absolute;
  top: 3%;
  right: -5%;
}

.process-arrow1{
  width: 50px;
  /* position: absolute; */
  bottom: -10%;
  left: 0%;
  opacity: 0.6;

  /* transform: rotate(150deg); */
}

.process-arrow4{
  width: 50px;
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%); /* This centers it horizontally */

  opacity: 0.6;

  /* transform: rotate(150deg); */
}

.process-arrow3{
  width: 80px;
  position: absolute;
  bottom: -14%;
  left: 0%;
  transform: rotate(200deg) scaleX(-1);


}

.process-arrow-2{
  width: 80px;
  position: absolute;
  top: 30%;
  right: -10%;
}
.work-process-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    
  /* border-radius: 5px; */
  min-height: 315px;
}
.round-process-bx{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* background-color: var(--c2); */
  background-size: 200% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
}
.round-process-bx::after{
  content: '';
  width: 110%;
  height: 110%;
  border: 1.5px dashed var(--c1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.process-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}

/* ====footer===== */
.footer{
  background-image: url(../images/2150823149.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
    position: relative;
}
.footer::after{
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center; */
  /* background-color: #111; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  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(--c2);
}
.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(--c2);
  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%;
}

/* -----------------  */

.gal-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  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/3306.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.con-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  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/2148579415.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

 
 /* gallery section */
 .gall-div{
  width: 100%;
  height: 330px;
  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-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}

/* -------------------- */

.card1 {
  width: 100%;
  height: 280px !important;
  border-radius: 10px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
    overflow: hidden;
      background-color: #000 !important;

 }
 


 .detail-img{
  height: 100%;
  width: 100%;
  /* border-radius: 18px; */
  object-fit: cover;
  opacity: 0.7;
 }

 .text-detail{
  position: absolute;
  bottom: 0%;
  left: 4%;
 }
 
 .text-body {
  color: rgb(134, 134, 134);
 }
 
 /*Text*/
 .text-title {
  font-size: 1.5em;
  font-weight: bold;
 }
 
 /*Hover*/
 .card1:hover {
  border: 2px solid var(--c2);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
 }
 
 .card1:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
 }

 .card1:hover .detail-img {
  opacity: 0.9;
  /* transform: scale(1.02); */
  transition: all .5s;
 }

/* ------------------------  */


.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);
  border: 1px solid var(--c1);
  color: #fff;
}

.btn-c1:hover{
  background-color: var(--w);
  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;
}


 /* --- 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: 420px;
  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;
}

/* -==================- */
.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.beni-box:hover .beni-img-box::before{
  border-radius: 50% !important;
  border: 1px dotted var(--c1);
}

.beni-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  z-index: 2;
}
/* --- cooshe section ---- */
  
.choose-head{
  font-size: 50px;
}
.choose-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.choose-img-bx{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffff;
}
.choose-img{
  width: 60%;
}
.br-right{
  border-right: 1px solid var(--c2);
}
.br-bot{
  border-bottom: 1px solid var(--c2);
}

.bg-choose1{
  background-color: var(--bg);
}


 /* ========== ovel image============ */
.ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}
.rn-rou{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 50%;
}
.con-t-btn{
  background-color: #000 !important;
  color:  #fff !important;

}

 /* ---------------  */
 .fi-1{
  position: absolute;
  right: 5%;
  top: 5%;
 }
 .fi-2{
  position: absolute;
  left: 2%;
  top: 20%;
 }



     .why-us-img3{

  height:  290px;
  width: 55%;
  object-fit: cover;
  overflow: hidden;
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  background-color: #fff;
}

.car-font{

  border-left: 5px solid var(--c1);
}

      .dtlab1{
  width: 100px;
  position: absolute;
  left: 28%;
  top: 8%;
 }
 .dtlab2{
  width: 100px;
  position: absolute;
  bottom: 19%;
  right: 5%;
 }


.flolab-img-div{
  position: relative;
  height: 400px;
 }
/* =========================================================================================================================== */

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {


  .nav-link {
    font-size: 12px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }
   /* ---- Dental Procedures --- */
 .pro-dent{
  width: 100%;
 }
  }
@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
}
          /* 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: 13px !important;
  }
  .ht{
    font-size: 40px;
  }
 
}

@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(--w);
  }

  .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 #dedede;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 0.4rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    
    /* footer */
    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }

    /* hero section */
    .hero{
      min-height: 60vh;
      background-image: linear-gradient(80deg, #FFFFFFCC 56%, #02010100 71%);
    }
    .ht{
      font-size: 30px;
    }

  .card1 {
  width: 100%;
  height: 230px !important;
  border-radius: 10px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
    overflow: hidden;
      background-color: #000 !important;

 }
 
    
 }
    

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: 60px;
    height: unset;
}
.sm-js{
  text-align: justify !important;
}
.ban-con{
  position: absolute;
  top: 50%;
  width: 100%;
  }


  .best-web-img-main{
    width: 100%;
    height: 420px;
  }

  .best-web-img{
    width: 90%;
    height: 90%;
    object-fit: cover;
    /* border-radius: 10px; */
    /* border: 5px solid var(--c1) !important; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }

  .pro-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .grid-div1, 
  .grid-div2, 
  .grid-div3 {
    grid-area: auto; /* Reset grid areas */
  }

  /* --------- */

  .new-why-slide-img1{
    width: 100%;
    height: 400px;
    /* object-fit: cover; */
    /* overflow: hidden; */
  }

  .in-why{
    background-color: #ffff;
    transform: translatey(-10%);
    width: 100%;
    min-height: 450px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;  /* position: relative; */
  }
  
  .in-why2{
    /* position: absolute; */
    transform: translateX(0%);
  
  }
  
  .tick-box{
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c2);
    /* border-radius: 8px; */
  }

  
.test-quote{
  position: absolute;
  top: 3%;
  left: 5%;
  width: 50px;

}

.test-quote1{
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 50px;

}

.br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid var(--c2);
}

.gal-hero{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}


 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 320px;
  border-radius: 140px;
}

.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 260px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}
     .flolab-img-div{
      position: relative;
      height: 320px !important;
     }

   .dtlab1{
      width: 100px;
      position: absolute;
      left: 20%;
      top: 8%;
     }
     .dtlab2{
      width: 100px;
      position: absolute;
      bottom: 15%;
      right: 5%;
     }

     
     .why-us-img3{

      height:  230px;
      width: 53%;
    }

}
@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) {

  
}