:root{
  --c1:#0c2b68; 
  /* --c1:#b70100; */
  --c2:#01af50;
  --c3:#929090;
  --bg:#9fd7fa;

}

/* @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(--bg) !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;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}
.hf{
  font-family: lila !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: Poppins-Regular !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: var(--black);
}
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 25px;
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.navbar{
  /* position: fixed !important; */
  z-index: 1000;
  width: 100%;
  /* top: 0%;
  left: 0%; */
  transition: all .5s;
  /* background-color: rgba(255, 255, 255, 0.3); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */
}
.logo{
  /* width: 180px; */
  height: 80px;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.js{
  text-align: justify !important;
}
.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 1000 !important;
  background: #ffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  /* border-bottom: 1px solid var(--c1); */
}
/* .newnav .nav-link{
  color: #000 !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c2) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;

}
.activ-nav{
  color: var(--c2) !important;
  font-weight: bold !important;
  border-bottom: 2px solid var(--c1) !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: 14px;
  color: var(--c4) !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);
  transition: all .5s;
  /* background-color: #fddbcd !important; */

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

/* hero section */
/* .hero{
  background-color: var(--c2);
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 0px 50px;
} */
.corener-flower{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 30%;
}
.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}
/* hero */
.hero{
 min-height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/hero1.jpg);
  z-index: unset !important;

}
/* .hero::before{
  content: '';
  background-image: url(../images/hero1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: -2;
} */
.in-hero{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smal-top-tri-1{
  position: absolute;
  height: 140px;
  left: 0%;
  top: 8%;
  z-index: -1;
}
.hero-h{
  /* color: #fff; */
  font-size: 85px;
  position: relative;
}

.hero-left{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smal-top-tri{
  position: absolute;
  height: 140px;
  left: -1%;
  top: 8%;
  z-index: -1;
}
.hero-btn img{
width: 23px;
animation-name: trin;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

         
.hero-btn{
  background-image: linear-gradient(to right, #56ab2f 0%, #a8e063  51%, #56ab2f  100%);
  /* margin: 10px; */
  /* padding: 15px 45px; */
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  width: 150px;
}

.hero-btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.line-hero{
  background-color: var(--c1);
  width: 20%;
  height: 3px;
}
.hero-right{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-cyle{
  width: 95%;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.hero-right-tri{
  width: 80%;
  position: absolute;
  z-index: -2;
  /* top: 15%; */
}
.hero-dots{
  position: absolute;
  width: 20%;
  top: 70%;
  z-index: -1;
  
}

@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%;
  }
}
.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

/* ========== about page =============== */
.ab-right{
  display: flex;
  justify-content: center;
  position: relative;
}
.track-abt{
  width: 100%;
  position: absolute;
  z-index: -1;
}
.abt-img{
  width: 72%;
  object-fit: contain;
}
/* ================= our-product ================ */
.our-product{
  background-image: url(../images/mountain-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* in side slider */
.pro-img-main{
  display: flex;
  justify-content: center;
  
}
.pro-slide-img{
  width: 100%;
}
.call-btn-big{
  background-color: var(--c2) !important;
  color: #fff !important;
  /* width: 200px; */
}
.call-btn-in-img{
  width: 26px;
}
.last-sli-div{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fadeInBottom { 
  animation-name: fadeInBottom;
  animation-duration: 2s;
  animation-fill-mode: both;
 }
 .fadeInup { 
  animation-name: fadeInup;
  animation-duration: 2s;
  animation-fill-mode: both;
 }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
@keyframes fadeInup {
  from {
      opacity: 0;
      transform: translateY(-30%);
  }
  to { opacity: 1 }
}
.sli-p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sli-nxt-prv{
  background-color: var(--c2);
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px !important; */
}
.sli-nxt-prv img{
  width: 40%;
}
.carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: unset !important;
}
/* ------- why choose us ----------- */
.why{
  background-color: rgba(159, 215, 250, .9);
  position: relative;
}
.why::before{
  content: '';
  background-image: url(../images/bacground1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.why-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-bx{
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.line{
  width: 40%;
  height: 2px;
  background-color: var(--bg);
}
.why-head{
  font-size: 45px;
}
.call-btns{
  background-color: var(--c2) !important;
  color: #fff !important;
  width: 200px;
}

/* ======== why choose ========= */
.pro-hm-box{
  width: 100%;
  min-height: 200px;
  background-color: #0c2b68;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.pro-hm-img{
  width: 80%;
  position: absolute;
  left: -30%;
  transition: all .5s;
  top: 0%;
}
.pro-hm-box:hover .pro-hm-img{
  top: 10%;
  left: -40%;
  transition: all 1s;
}
.pro-hm-img-2{
  width: 60%;
}
/* -service- */
.serv-bx{
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.serv-img{
  width: 30%;
}

/* ====footer===== */
.footer{
  background-color: rgb(0,0,0,0.8);
  position: relative;
}
.footer::after{
  content: '';
  background-image: url(../images/footerbg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 50%;
}
.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;
}

/* ------ counter --------- */
.counter-img{
  width: 100%;
}
.counter-main{
  background-color: var(--c2);
  width: 100%;
  transform: translateX(-20%);
}
.counter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;

}
.cnt-num{
  font-size: 45px;
}
.last-cnt{
  border: unset;
}

/* product page */
.pro-card{
  width: 100%;
  min-height: 380px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}
.pro-img-div{
  width: 100%;
  /* height: 200px; */
  overflow: hidden;
}
.pro-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.pro-card:hover .pro-card-img{
  transform: scale(1.1);
  transition: all .5s;
}
.firt-pro{
  display: flex;
  justify-content: space-between;
}
.pro-btn{
  width: 100%;
  background-color: var(--c2) !important;
  color: #ffff !important;
  border-radius: 0% !important;
}

/* separate product page */
.pro-hero{
position: relative;
  min-height: 40vh;
  background: rgb(159,215,250);
  background: -moz-linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
  background: -webkit-linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
  background: linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9fd7fa",endColorstr="#000000",GradientType=1);
}
.pro-hero::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/pro-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  z-index: -1;

}
.in-pro-hero{
  background-color: #ffffffcc;
}
.pro-hero-right{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  /* background-color: red; */

}
.pro-hero-img{
  width: 90%;
  /* background-color: #01af50; */
  transform: translateY(15%);
}
.includes{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.includ-btn{
  background-color: var(--bg);
  outline: none;
  border: none;
  color: #0c2b68 ;
  font-weight: 600;
  height: 40px;
  border-radius: 12px;
}
.pro-mini-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  min-height: 150px;
}
.pro-mini-card p{
  margin-bottom: 0% !important;
}

.b-right{
  border-right: 1px solid #d4d2d2;
}
.b-botom{
  border-bottom: 1px solid #d4d2d2;
}

.full-bg{
  background-color: #f6f6f6;
}
.pedal-box{
  background-color: #fff;
  border: 1px solid var(--bg);
  min-height: 230px;
}

/* ------------ other hero --------- */
.other-hero{
height: 50vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: rgb(159,215,250);
background: -moz-linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
background: -webkit-linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
background: linear-gradient(90deg, rgba(159,215,250,0.6980042016806722) 44%, rgba(0,0,0,0) 71%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9fd7fa",endColorstr="#000000",GradientType=1);
}
.other-hero::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/other-hero.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom right;
  z-index: -1;
}

.other-hero-head{
  font-size: 70px;
  color: var(--c1);
}
.other-hero-cycle-img{
  /* height: 300px; */
  width: 38%;
  position: absolute;
  bottom: -30%;
  right: 6%;
}

/* ============ about page ================ */

/* -- core value --- */
.value-main{
  background-color: #f6f6f6;
}
.value-box{
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.value-img-bx{
  width: 100%;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.value-img-in{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.value-img{
  width: 60%;
}
.value-tyer-png{
  width: 120px;
  position: absolute;
  z-index: 1;
}
.rotate{
  animation: rotate 4s linear infinite;
}
@keyframes rotate{
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }

 /* ------- Company History ---- */
 .big-txt{
    -webkit-text-fill-color: transparent;
    color: #c1bebe;
    font-weight: bold;
    font-size: 130px;
    text-align: center;
    line-height: 6.5rem;
    background-image: url(../images/star.gif);
    display: inline-block;
    background-repeat: repeat;
    background-attachment: fixed;
    background-clip: text;
    background-position: 100%;
    -webkit-background-clip: text;
 }
/*  company culture */
.culture-main{
  /* background-color: #9fd7fab8; */
  background-color: rgb(0,0,0,0.6);
  position: relative;
}
.culture-main::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/meeting-room.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.culture-poin{
  display: flex;
  align-items: center;
}
.cul-point-img{
  width: 26px;
}
.cul-in{
  background: rgba( 255, 255, 255, 0.25 );
/* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
/* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}
.plan-bx{
  width: 100%;
  background-color: #fff;
  /* border: 2px dashed var(--bg); */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.plan-img{
  width: 80px;
}

.primium-pro-hero-right{
  transform: translateY(37%);
}

/* --------------------------contact page ----------------------- */
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.con-box img {
  width: 40px;
}
.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}
.chat {
  width: 50px;
}
.area-text {
  background-color: #f6f6f6 !important;
}
.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}


  /* similar products */
  .sim-pro{
    position: relative;
  }
  .owl-nav{
    width: 102% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -1%;
  }
  .sim-arrow{
    background-color:var(--c2) !important;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 1s !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;
  }

  /* ==================gallery=============== */
  .gall-top-full{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 5, 14, 0.6);
    position: relative;
  }
  .gall-top-full::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/gall-bg.jpg);
    background-size: cover;
    background-position: center;
    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: 280px;
    border-radius: 8px;
    box-shadow: 1px 2px 6px;
  }
  .gall-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  /* =========== book test ride page ============== */
  .book-ride-frm{
    box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
  }

  /* ========== insurence page ======= */
  .insurence-bx{
    background-color: #fff;
    box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }
  .insurence-img{
   height: 80px;
  }
  .custom-btn{
    background-color: var(--c2) !important;
    color: #ffffff !important;
  }
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .other-hero{
      height: 40vh;
    }
    .primium-pro-hero-right{
      transform: translateY(57%);
    }
  }
@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: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
        /* navbar */
        .top-nav-one{
          display: none;
      }
      .menu {
        width: 42px;
    }
      /* .logo{
          width: 77px;
      } */
      .nav-menus {
          display:flex;
          align-items: unset !important;
          justify-content: unset;
  
      }
      /* .nav-link{
          color: #000 !important;
      } */
      .offcanvas{
          width: 80% !important;
      }
      .dropdown-item {
        white-space: unset !important;
        font-size: 12px;
      }
      @-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(--c2);
      }

   /*=== hero=== */
   .hero{
    min-height: 70vh;
    /* background-color: #9fd7fa; */
   }
      .hero-h{
        /* color: #fff; */
        font-size: 75px;
      }
    
          /* footer */
    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }
    .other-hero {
      height: 38vh;
    
    }

    /* ------ counter --------- */
.counter-main{
  transform: unset;
}

.b-right{
  border-right: unset;
}
/* .b-botom{
  border-bottom: unset;
} */
.gal-sli-bx {
  margin-top: -33%;
}
.show-full{
  overflow-x: scroll;
}
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    width: 150px;
    height: unset;
}
   /*=== hero=== */
   .hero{
    min-height: 70vh;
   }
   .hero-h{
    /* color: #fff; */
    font-size: 35px;
  }

  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price{
    font-size: 18px;
  }
.sli-p{
  font-size: 14px;
  /* text-align: left; */
}
.cr-price{
  font-size: 18px;
}

/* ------ counter --------- */

.counter-main{
  transform:unset;
}
.counter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: unset;
  border-bottom: 1px solid #fff;

}
.cnt-num{
  font-size: 45px;
}
.last-cnt{
  border: unset;
}

.pro-mini-card {
  min-height: 125px;
}

/* ------ other hero--- */
.other-hero::before {
  background-position: bottom right;
}
.other-hero {
  height: 35vh;
}
.other-hero-head {
  font-size: 48px;
}
.other-hero-cycle-img {
  /* height: 300px; */
  width: 80%;
  position: absolute;
  bottom: -25%;
  right: unset;
}
/* ========= about page =========== */
 /* ------- Company History ---- */
 .big-txt{
  font-size: 115px;
 }

 .primium-pro-hero-right{
  transform: translateY(18%);
}
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price {
    font-size: 17px;
}
.sli-p{
  font-size: 12px;
}
/* ========= about page =========== */
 /* ------- Company History ---- */
 .big-txt{
  font-size: 105px;
 }
  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}