:root{
  --c1:#254875; 
  /* --c1:#b70100; */
  /* --c2:#674b33; */
  --c2:#254875;
    --c5:#2154cf    ;
  --c3:#555;
  --c4:#444;
  --bg: #fbfbeb;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}
.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: linear-gradient(90deg, var(--c1, #00206e) 0%, var(--insuco-base, #00accc) 100%);;
}
/* .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: "bagnard-sans";
  src: url(../BagnardSans.otf);
}
@font-face {
  font-family: "hedvig-reg";
  src: url(../HedvigLettersSans-Regular.ttf);
}

.hf{
    font-family: "bagnard-sans" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
    font-family: "hedvig-reg" !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* font-size: 15px !important; */
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 14px;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 18px;
}
.top-nv-soc-img{
  width: 20px;
}
.get-help{
  background-color: var(--c1) !important;
  /* border-radius: 0% !important; */
  color: var(--c2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 13%;
}
.cus-text{
  text-align: start;
}
/* ----------------- 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: 50px;

}
.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: 16px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family: Poppins-Regular !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); */
}



.nav-gift{
  width: 20px;
}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--c1); /* Changed from white */
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 40px;
  width: 40px;
  margin-top: 5px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}


.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;
}


.side-op{
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



         .btn-grad {background-image: linear-gradient(to right, #254875 0%, #26a0da  51%, #254875  100%)}
         .btn-grad {
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
/* =========================================================================================================================== */

/* ===== hero section ==================== */
.hero{
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/rameshwaram-1.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
}
 .hero-slider-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
  display: none;
 }
.hero-in{
  height: 100%;
  min-height: 77vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.hero-h2{
  font-weight: 900;
}

/* --------hero form----- */
.form-trip{
  background-color: #ffff;
}
.autocomplete-suggestions {
  border: 1px solid #d4d4d4;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1000;
  position: absolute;
}
.autocomplete-suggestion {
  padding: 10px;
  cursor: pointer;
}
.autocomplete-suggestion:hover {
  background-color: #e9e9e9;
}
.hero-input::placeholder{
  font-size: 14px;
}

/* Normalize select & date input appearance */
.hero-input,
.hero-input:focus,
select.hero-input,
input[type="date"].hero-input {
  background-color: #f6f6f6 !important;
  color: #6c757d; /* same as placeholder color */
  border: 1px solid #dee2e6;
  box-shadow: none !important;
  font-size: 14px;
}

/* Remove default browser styles */
select.hero-input,
input[type="date"].hero-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Calendar icon color fix (Chrome) */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
}


.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
  border: 1px solid var(--c1) !important;
}

.explore-btn{
  background-color: var(--c1)!important;
  color: #fff !important;
  width: 50%;
}

/* ------------------  */
.bg1{
  background-color: #DEE4EA;
}

.bg-lig{
  background-color: #f6f6f6 !important;
}

.why-us{
  position: relative;
  height: 400px;
}


.why-us-img1{

  height: 55%;
  width: 60%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 65%;
  width: 55%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  right: 8%;
  
}

.why-car{
  position: absolute;
  left: 5%;
  bottom: 0%;
}

.why-car img{
  width: 220px;
  object-fit: contain;
}

.why-car1{
    position: absolute;
  right: 9%;
  top: 5%;
}

.why-car1 img{
  width: 220px;
  object-fit: contain;
}

.tours-img{
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.tour-img1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
transition: all 0.5s ease-in-out;
}

.tour-card:hover .tour-img1{
transform: scale(1.15);
transition: all 0.5s ease-in-out;
}


/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 102% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -1%;
}
.sim-arrow{
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.why-icon{
  width: 40px;
}
.cent-full-img1{
  width: 100%;
  /* height: 100%; */
  height: 300px;
  object-fit: contain !important;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}

.foot-arrow1{
  width: 40px;
}

.round-orange{
  background-color: var(--c1);
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

/* ------------  */

.colage-img-div{
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.colage-img-div1{
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  /* border-ra/dius: 0 50% 50% 0; */
}
.colage-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all  0.5s ease-in-out;
}

.colage-img-div:hover .colage-img{
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.over-colage{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3   );
}
.colage-title{
  color: #ffff;
}
.ornge-colage{
  width: 100%;
  display: flex;
  justify-content: end;
}

.in-orange{
  background-color: var(--c1);
  text-align: center;
}
.full-higt{
  height: 415px;
}
.low-hight{
  height: 200px;
}
.over-bw{
  justify-content: flex-end;
}

/* -------------  */


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  /* border: 1px solid var(--c1) !important; */
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}


.whychoose:hover .abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  border: 2px solid var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-img1{
  display: none;
}

.abt-con1:hover .abt-img2{
  display: block;
}


.abt-img2{
  display: none;
}


.abt-con1{
  border: 1px solid var(--c3);
}

.abt-con1:hover{
  border: 1px solid var(--c1);
}



.why-icon{
  width: 40px;
}
.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 400px;
  object-fit: cover;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}

.foot-arrow1{
  width: 40px;
}


.best-ho{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #E1E1E1;
}

.fix-sm{
  font-size: 14px;
}

 /* -==================- */
.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;
}

/* --------------------------------------------  */


.pro-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.name1 {
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.pro-text p {
  font-size: 14px;
}

/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  background-image: url(../images/ChatGPT-Image-31.-mars-2025-12_58_03.avif);
  background-size: cover;
  /* background-color: var(--c2); */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.f-logo{
  /* width: 50%; */
  height: 120px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c5);
}
.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: 16px;
}
.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(--c5);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}
/* ======== */

/* -----------------  */

.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/rameshwaram-2.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

 
  .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:600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    height: 100%;
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius: 10px;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c2);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c2);
    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(--c2);
    color: #fff;
  }

  /* --- faq ---- */
.faq .accordion-item{
  margin-bottom: 1rem !important;
}
.faq .accordion-button{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}
.accordion-button::after {
 content: '+'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c1);
 background-image: unset !important;
 /* background-color: #fff; */
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;
}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: #fff;
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
.faq-acc button{
display: flex !important;
align-items: center;
}
.faq-man{
  height: 95%;
  z-index: 2;
}
.faq-side{
  position: absolute;
  width: 40%;
  right: 0%;
  bottom: -5%;
  z-index: 1;
}

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {

  .nav-link {
    font-size: 13px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }

    .text-service{
    font-size: 21px !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{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 13px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family: Poppins-Regular !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: 13px !important;
      font-weight: normal !important;
  }
  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas{
      width: 90% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: #f6f6f6;
    border-bottom: 2px solid var(--c2);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

  }

  @media screen and (max-width:720px) {
.nav-item {
  padding: 8px 10px;
  border: none;
  /* border-bottom: 1px solid transparent; */
  background-image: linear-gradient(to right, var(--c2), #fff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
}


.navbar-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.navbar-collapse.collapsing {
  /* Override Bootstrap's collapsing inline styles */
  position: relative;
  height: auto !important;
  max-height: 0;
}

.navbar-collapse.show {
  max-height: 500px; /* Adjust to your menu height */
}
  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 200px; */
    height: 70px;
    /* object-fit: contain; */
}
.sm-js{
  text-align: justify !important;
}


.why-us{
  position: relative;
  height: 320px;
}

.why-car{
  position: absolute;
  left: 5%;
  bottom: 0%;
}

.why-car img{
  width:140px;
  object-fit: contain;
}

.why-car1{
    position: absolute;
  right: 9%;
  top: 5%;
}

.why-car1 img{
  width: 140px;
  object-fit: contain;
}

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 300px;
  object-fit: cover;
}

 /* --------- car------------ */

 .beni-img-box{
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

.beni-box h5{
  font-size: 12px;
}
}
@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) {

  
}