:root{
  --c1: #023e8a ;
    --c2:#f4f6ef; 
  --c3:#747474;
  --bg:#9fd7fa;
  --c4:#13294b;
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}


@font-face {
  font-family: canela;
  src: url(../Canela-Light-Trial.otf);
}

@font-face {
  font-family: canela-reg;
  src: url(../Canela-Regular-Trial.otf);
}

@font-face {
  font-family: Gild-dis;
  src: url(../GildaDisplay-Regular.ttf);
}


@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: segoe-pr;
  src: url(../segoepr.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: Gild-dis;
}

.pop{
  font-family: Poppins-Regular !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;
  background-color: white;
}

/* 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: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- 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: -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:  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: #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; 
}
@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(--c1) !important; */
  font-weight:900 !important;
  letter-spacing: 1px;
  font-size: 12px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;

}
.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight:900 !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: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !important;
  color: var(--c4) !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;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@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%;
  }
}

.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); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active2 {
  font-size: 18px;
  color: var(--c1);
  
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


         
         
.btn-grad {
  background-image: linear-gradient(to right, #7474BF 0%, #348AC7  51%, #7474BF  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;
  font-size: 14px !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}



.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
@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(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}


/* --- hero section ----- */

/* --- hero section ----- */
.hero{
  background-color: rgba(6, 3, 21, .5);
  display: flex;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/ban2.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: bottom;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}
.btn-c1{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}

.btn-c4{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  font-size: 12px !important;
}


.btn-c2{
  background-color: var(--c2)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}

.cloud-img{
  width: 100% !important;
  position: absolute;
  bottom: -0.5%;
  left: 0%;
  object-fit: contain; 
  z-index: 2;
}


.fill {
  width: 100%;
  height: 77vh;
  object-fit: cover;
 opacity: .6;
 /* background-color:  rgb(39, 39, 39, 0.7) !important; */
}

.ban-main{

  background-color:  rgb(39, 39, 39) !important; 
}

 /* Hide the "Powered by Google Translate" text and logo */
 .goog-logo-link,
 .goog-te-gadget span,
 .goog-te-banner-frame.skiptranslate {
     display:none !important;
 }

 

 .goog-te-gadget {
  color: transparent !important;
}




 /* Hide the dropdown icon */
 .goog-te-combo {
     margin: 0 auto;
     display: block;
     border: 1px solid #ddd;
     border-radius: 4px;
     padding: 5px;

 }

 /* Center the translate element */
 #google_translate_element_1 {
     text-align: center;
 }

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


/* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 500px;
}

.why-us3{
  position: relative;
  height: 470px;
}



.why-img1{

  height:80%;
  width: 70%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-img2{
  object-fit: cover;
  position: absolute;
  height: 65%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  border: 5px solid var(--c2);   
  bottom: 0%;
  right: 0%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:50px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


.why-us-con1{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: 3%;
  left:0%;
}

.clients-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  
}

.clients-images img {
  object-fit: cover !important;

  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 -10px;
  padding: 0;
}


.con_tit{
  position: absolute;
  width: 29%;
  height: 32%;
  top: 0%;
  right: 0%;
  /* left: -40px; */
  color: white;
  background-color: var(--c1);
  padding: 20px 20px 30px 20px;
  font-size: 26px;
  /* border-radius: 30px;  */
  border: 5px solid var(--c2);   
  /* border-style: double; */
  z-index: 2;
}





/* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 500px;
}

.why-us1{
 
  height: 400px;
}



.why-us-img1{

  height:100%;
  width: 100%;
  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: contain;
  position: absolute;
  height: 50%;
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: -10%;
  left: 15%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:50px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


.why-us-con{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: -2%;
  right:6%;
}


.why-us-img3{
  object-fit: contain;
  position: absolute;
  height: 50%;
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right:  5%;
}


.avatar {

/* box-sizing: border-box; */
/* border: 5px white solid; */
/* border-radius: 50%; */
overflow: hidden;
/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
/* transform: translatey(0px); */
animation: float 6.5s ease-in-out infinite;
img { width: 100%; height: auto; }
}

@keyframes float {
0% {
  /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  transform: translatey(0px);
}
50% {
  /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
  transform: translatey(-20px);
}
100% {
  /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  transform: translatey(0px);
}
}


.avatar1 {

  /* box-sizing: border-box; */
  /* border: 5px white solid; */
  /* border-radius: 50%; */
  overflow: hidden;
  /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
  /* transform: translatey(0px); */
  animation: float 5.5s ease-in-out infinite;
  img { width: 100%; height: auto; }
  }
  
  @keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatex(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatex(-25px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatex(0px);
  }
  }
  


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f0f0f0;
  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-dot{
  height: 46px;
  width: 46px;
  background-color: var(--c1 );
  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);
}


.tick-box{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 8px;
}
.tick{
  width: 80%;
}
.call-btn-img{
  width: 26px;
}
.bg-f6{
  background-color: #f6f6f6;
}


 /* package--------------  */

 
 .card-ser {
  overflow: visible;
  width: 100%;
  height: 300px !important;
}

.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  /* box-shadow: 0px 0px 10px 1px #000000ee; */
  border-radius: 5px;
}

.back {
  background-color: var(--c3);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.front{
  /* background-color: var(--c); */
  background-image: url("../images/west-india.jpg");
  position: absolute;
  object-fit: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.back::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 160px;
  height: 160%;
  background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  animation: rotation_481 5000ms infinite linear;
}

.back-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(70%);
}

.back-content {
  position: absolute;
  width: 99%;
  height: 99%;
  background-color: var(--c1);
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.card-ser:hover .content {
  transform: rotateY(180deg);
}

@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.front {
  transform: rotateY(180deg);
  color: white;
}

.front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.front-content .badge {
  background-color: #00000055;
  padding: 2px 10px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: fit-content;
}

.description {
  /* box-shadow: 0px 0px 10px 5px #00000088; */
  width: 100%;
  padding: 5px;
  background-color: #00000099;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.title {
  font-size: 11px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.title p {
  width: 100%;
}

.card-footer {
  color: #ffffff88;
  margin-top: 5px;
  font-size: 11px;
}

.front .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffbb66;
  position: relative;
  filter: blur(15px);
  animation: floating 2600ms infinite linear;
}

#bottom {
  background-color: #ff8866;
  left: 50px;
  top: 0px;
  width: 150px;
  height: 150px;
  animation-delay: -800ms;
}

#right {
  background-color: #ff2233;
  left: 160px;
  top: -80px;
  width: 30px;
  height: 30px;
  animation-delay: -1800ms;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.bulb-abt{
  width: 20px;
}

.hr-lines1{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.content {
  -webkit-transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform 300ms;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* ======= new why choose us ============== */
.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important; /* Change to your desired color */
}
.carousel-indicators .active {
  background-color: var(--c2); /* Change to your desired color */
}
.new-why-slide-img{
  width: 100%;
  height: 500px;
  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(-30%);
  width: 100%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}

.in-why1{
  background-color: #ffff;
  transform: translateX(30%);
  width: 100%;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}
.call-animated-div{
  display: flex;
  align-items: center;
}
.pulse-button {

  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(52, 95, 187, 0.3);
  border-radius: 50%;
  background-color: var(--c1);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;	
  -webkit-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -moz-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -ms-animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 33px rgba(52, 187, 112, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 33px
rgba(52, 187, 112, 0);}}

.trin-trin
{
    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);
  }

}
.abt-p{
  font-size: 16px;
}


.card1 {
  width: 100%;
  height: 300px !important;
  border-radius: 20px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
    overflow: visible;
 }
 

 .card-button {
  transform: translate(-50%, 125%);
  width: 150px;
  border-radius: 20px;
  border: none;
  background-color: var(--c1);
  color: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 80%;
  top: -3%;
  opacity: 0;
  transition: 0.3s ease-out;
 }

 .detail-img{
  height: 100%;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
 }

 .text-detail{
  position: absolute;
  top: 4%;
  left: 4%;
 }
 
 .text-body {
  color: rgb(134, 134, 134);
 }
 
 /*Text*/
 .text-title {
  font-size: 1.5em;
  font-weight: bold;
 }
 
 /*Hover*/
 .card1:hover {
  border-color: var(--c1);
  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 {
  filter: brightness(110%);
  /* transform: scale(1.02); */
  transition: all .5s;
 }

 .iternary-img{
  width: 100%;
  height: 450px;
  object-fit: cover;
 }


 /* ------------- feedback -------- */

 .feedback{
  background-color: var(--c2) !important;
  /* height: 100vh; */
 }

 .why-right{
  position: relative;
 }

 .feed-main-img{
  height: 100%;
  width: 100%;
  object-fit: contain;
 }

 .feed-min-img{
  position: absolute;
  height: 40px;
  right: 13%;
  top:28%;
 }

 .feed-min-img1{
  position: absolute;
  height: 100px;
  left: 13%;
  top:10%;
 }


 .feed-min-img2{
  position: absolute;
  height: 40px;
  right: 30%;
  top:10%;
 }

 .popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Popup content */
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

 .feedback_image {
  border: 2px dashed var(--c1);
  border-radius: 10px;
  height: 325px;
}

.lh-p{
  line-height: 1.7;
}

.full1-img-div{
  width: auto;
  height: 100%;
}

.full1-pro-img{
  height: 100%;
  object-fit: cover;
}

.full1-con-div{
  width: 65%;
  object-fit: cover;

}


.feed-star{
  width: 35%;
}

.full1-pro-card{
  border: 2px solid var(--c2);
  border-radius: 30px ;
}



 /* -------------------form ------------ */


 .form-background{
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 20px;
}

.form-div{
  position: relative;
  background-color: rgba(71, 70, 70, 0.61);
}
.form-div::after{
  content: '';
  background-image: url(../images/formimg.jpg);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/* .count-head{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
} */

.form-nm{
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.form-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #FFF; */
  /* border-top: 3px solid var(--c4); */
  min-height: 180px;
}

.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}

.form-control::placeholder {
  color: red;
}



.sub_btn{
  background-color: var(--blue) !important;
  border: none !important;
  font-size: 18px !important;
  padding: 13px 18px !important;
}

.sub_btn:hover{
  background-color: var(--white)!important;
  color: var(--blue)!important;
  transform: scale(1.1);
  transition: all  .3s ease-in-out;
}

.form_input input{
  padding: 10px !important;
}

.new-why-mainfluid{
  position: relative;
}


/* .new-why-img{
  height: 100px;
  width: 100px;
} */

.new-why-img1{
  position: absolute;
  height: 140px;
  width: 140px;
  top: -10%;
  left: 5%;
  object-fit: cover;
  transform: rotate(-20deg);
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  border: 5px solid white;
}

.new-why-img2{
  position: absolute;
  height: 140px;
  width: 140px;
  bottom: -10%;
  border: 5px solid white;
  right: 4%;
  object-fit: cover;
  transform: rotate(20deg);
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
}




.new-why-main1{
  background-image: url("../images/pngwing.com.png");
  background-color: var(--c2);
  background-position: center;
  object-fit: contain !important;
  background-repeat: no-repeat;
  height: 58vh !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}

.form-con{
  margin-top: 400px;
}








/*---------- gallery ---------- */
.gall-div{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}



.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}

.choose-in2{
  background-color: var(--c2) !important;
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;
  transition: all 0.3s;
}

.choose-in2:hover{
  background-color: var(--c4) !important;
  border: 1px solid var(--c1) !important;
  color: var(--c2) !important;
}


/* ================ Testimonial =================== */
.tes-pro{
  position: relative;
}
.owl-nav{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 40%;
  left: 0%; */
}
.sim-arrow{
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-nav{
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -1%;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

.tes-card{
  width: 100%;
  min-height: 310px;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}
.text-con{
  min-height: 130px;
}
.tes-card p{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}





/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: var(--c2);
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 70%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}

/* -------------------------------------------- about us ----------------------------------------------- */



.other-abt-hero1{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.other-abt-hero1::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/gal5.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}


/* ---- after counter section --------------- */
.bg-c2{
  background-color: #f1f8ff;
}
.full-img-bx{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.full-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-img1{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-full-bx{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.in-full-img{
  width: 55px;
}
.fi-bx-c2{
  background-color: var(--c2);
}
  


/* ============== work progress box ================== */
.work-process-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.round-process-bx{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--c4);
  background-size: 200% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.round-process-bx::after{
  content: '';
  width: 110%;
  height: 110%;
  border: 3px dashed var(--c1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.process-img{
  width: 60%;
}
.bg-f6{
  background-color: #f6f6f6;
}
.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-arrow-2{
  width: 80px;
  position: absolute;
  top: 30%;
  right: -10%;
}

.contact-blur{
  backdrop-filter: blur(20px);
  border-radius: 6px;
}


.bord-sta{
border-left: 1px solid white;
}

.con-div-abt1{
  position: relative;
  width:217px;
}


 /* ------------------- india tour --- -----------------------  */

 /* ====================================== Industries page ======================================================== */
.other-hero{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-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/pexels-sanoop-m-narayannan-165508956-11428111.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.other-hero2{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/bhutan-2794820_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.other-hero18{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero18::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/dambulla-2516649_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.other-hero17{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero17::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/kids-7426792_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.other-hero3{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero3::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/pexels-vome-3714145.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}

.other-hero4{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.other-hero4::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/woman-4826985_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero6{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero6::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/4.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero8{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero8::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/rajasthan2.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.other-hero9{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero9::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/EAST.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}

.other-hero10{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.other-hero10::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/pexels-pkddapacific-190589.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.other-hero16{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}
.other-hero16::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/pexels-nishantaneja-2477374.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.other-hero11{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero11::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/hawa-mahal.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero12{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero12::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/men-6872634_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero19{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero19::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/tailormadetour.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero13{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero13::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/Sirlanka.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}


.other-hero15{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero15::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/12.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}




.other-hero7{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero7::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/kathakali-3453094_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}




/* -----------  */

.fixed-1{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-1::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/rajas.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-2{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-2::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/tajmahal.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.fixed-3{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-3::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/rajasthan4.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-4{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-4::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/tamilnadu1.webp);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-5{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-5::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/pondicherry-1061484_1280.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-6{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-6::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/southindi.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}
.fixed-7{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-7::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/elephants-573776_1280.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.fixed-8{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-8::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/karnataka3.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-9{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-9::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/keralafishing.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-10{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-10::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/sigiriya-459197_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-11{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-11::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/sri-lanka-282949_1280.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.fixed-12{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.fixed-12::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/dance-6983578_1280.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.othe-h-p:hover{
  color: var(--c1) !important;
}
.infra-head{
  font-size: 30px;
}

.hero-h{
  font-size: 50px !important;
}


.overview{


  /* background-color: rgba(0, 0, 0, 0.929); */
  position: relative;

}
.overview::after{
  content: '';
  background-image: url(../images/para-16.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
  opacity: 0.2;
  /* background-color: #000; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.abt-img4{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.abt-img5{
  width: 100%;
  height: 170px;
  object-fit: cover;
}


.abt-img6{
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.abt-img7{
  width: 100%;
  height: 230px;
  object-fit: cover;
}




   /* --- cooshe section ---- */

   .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
  }
  .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(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }


/* ========== Leadership Team page ========== */
.leader-team{
  background-color: #f2f2f2;
  background-image: url(../images/EAST.jpg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;

}
.leader-team-2{
  background-color: #f2f2f2;
  background-image: url(../images/tajmahal.jpg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.leader-team-3{
  background-color: #f2f2f2;
  background-image: url(../images/tamilnadu1.webp);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.leader-team-4{
  background-color: #f2f2f2;
  background-image: url(../images/rajesthan.jpg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}
.leader-team-left{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.leader-img{
  height: 300px;
}
.team-txt-card{
  /* background-color: #fff; */
}


.abt-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.abt-img1{
  width: 100%;
  height: 300px;
  object-fit: cover;
}




/* 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-img{
  width: 100%;
  /* height: 100%; */
  height: 500px;
  object-fit: cover;
}
.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%;
}


 /* ------------ north India ---------  */

  /* cleean room validation */
  .test-bx{
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    position: relative;
    /* background-color: #FFF;
    box-shadow: 0 70px 70px rgba(0,0,0,.2); */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.3s;
   }
   .test-img{
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    height:66%;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
    z-index: -1;
   }
   .text-txt-bx{
    background-color: #FFF;
    box-shadow: 0 70px 70px rgba(0,0,0,.2); 
    width: 90%;
    border-top: 3px solid var(--c1);

   }

   .test-bx:hover .text-txt-bx{
    transform: translateY(-10px);
    transition: all 0.3s;
   }
   .text-p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
   }
   .test-btn {
    background-color: var(--c1) !important;
    color: #FFF !important;
    border-radius: 0% !important;
    width: 160px;
    /* background: rgb(255,255,255) !important; */
/* background: linear-gradient(142deg, rgba(255,255,255,0) 19%, rgba(246,139,33,1) 19%)!important; */
   }


   /* ---------- best place -----------  */

   
 .ser-box{
  height: 260px;
  position: relative;
  width: 100%;
}
.ser-text h3{
  font-size: 35px;
}
.ser-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.serp{
  font-size: 18px;
  color: #605f5f;
  font-weight: 500;
}

.ser-over{
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  
}
.ser2box{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
  overflow: hidden;
}
.ser2box h5{
  transform: translateY(150%);
  transition: all .3s;
}
.ser-box1:hover .ser-over{
  background-color: rgb(0, 0, 0,.3);
  transition: all .3s;
}
.ser-box1:hover .ser2box{
  border: 2px solid var(--c1);
  transition: all .3s;
}
.ser-box1:hover .ser2-text{
  transform: translateY(0%);
  transition: all .3s;
  
}
.ser-b-text{
  transition: all .3s;
  display: none;
}
.ser-box1:hover .ser-b-text{
  opacity: 0;
  transition: all .2s;
}
.last{
  /* background-color: var(--c1); */
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
  /* background-color: var(--c1); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .4s;
  background-size: 200% auto;

}
.last:hover {
  background-position: right center; /* change the direction of the change here */
  transition:all .4s;
}



  /* ======= contact us ================ */

  

 
  .form-control:focus{
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
  }
  
  .form-control{
    background-color: #f6f6f6 !important;
    padding: 20px;
  }
  
  
  
  .form_input input{
  padding: 10px !important;
  }
  
  .con_img img{
  height: 80%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    height: 100%;
  }
  
  .btn-c1{
    background-color: var(--c1);
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius: 10px;
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c1);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c1);
    color: #fff;
  }


   /* ------------------- faqq ---------------------  */

   
/* ----- faq container ------// */



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 16px;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img{
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}


.font-small{
  font-size: 13px;
}


 /* --------------------- review ---------------  */


 .infra-head{
  font-size: 35px;
}
/* // */
.indus-left{
  position: relative;
  height: 400px !important;
}
.indus-left::after{
  content: '';
  height: 100%;
  width: 96%;
  background-color: var(--c1);
  position: absolute;
  inset: 0;
  left: 2%;
  transform: rotate(-5deg);
  z-index: -1;
  /* animation: up-down ease-in 5s infinite; */
}
@keyframes up-down {
  0% {transform: rotate(-5deg);}
  50% {transform: rotate(5deg);}
  100% {transform: rotate(-5deg);}
}


  .indus-page-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #fff;
}
.indus-line{
  height: 3px;
  background-color: var(--c1);
  width: 20%;
  transition: all 2s;
}
.in-row:hover .indus-line{
width: 80%;
transition: all .5s;
}
.indus-pg-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* ---- fix departure -----------  */

.fix-main{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
  
.fix-img-box{
  height: 450px !important;
  width: 100% !important;
}

.fix-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fix-sm{
  font-size: 14px;

}



.tour-detail .active{

  color:  var(--c1) !important;
}


li::marker {
  color: var(--c1);
}


 
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }
  .hero-con{
    margin-top: -20%!important;
  }

  .nav-link{
    /* color: var(--c1) !important; */
    font-weight:900 !important;
    letter-spacing: 1px;
    font-size: 11.5px !important;
    /* font-weight: 500 !important; */
    /* font-family: Adamina !important; */
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    text-transform: zuppercase;
  
  }
    
  }
@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: 30px !important;
  }
  .nav-link{
    font-size: 9px !important;
  }

  .btn-grad{
    font-size: 8px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media screen and (max-width:720px) {

    .other-hero2{
      height: 45vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.5);
      position: relative;
    }

    .other-hero2::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      /* background-color: var(--c2); */
      z-index: -1;
        /* background-color: rgb(0, 2, 25,0.7); */
        background-image: url(../images/bhutan-2794820_1920.jpg);
        background-size: cover;
       background-attachment: fixed;
       background-position: right;
    }

    .other-hero16{
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.4);
      position: relative;
    }
    .other-hero16::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      /* background-color: var(--c2); */
      z-index: -1;
        /* background-color: rgb(0, 2, 25,0.7); */
        background-image: url(../images/pexels-nishantaneja-2477374.jpg);
        background-size: cover;
       background-attachment: fixed;
       background-position: bottom;
    }


    .other-hero3{
      height: 45vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.5);
      position: relative;
    }
    .other-hero3::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      /* background-color: var(--c2); */
      z-index: -1;
        /* background-color: rgb(0, 2, 25,0.7); */
        background-image: url(../images/pexels-vome-3714145.jpg);
        background-size: cover;
        /* background-repeat: no-repeat; */
       background-attachment: fixed;
       background-position: left;
    }

    .other-hero4{
      height: 45vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.4);
      position: relative;
    }
    .other-hero4::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/woman-4826985_1920.jpg);
        background-size: cover;
       background-attachment: fixed;
       background-position: bottom;
    }

    .other-hero{
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.6);
      position: relative;
    }
    .other-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/pexels-sanoop-m-narayannan-165508956-11428111.jpg);
        background-size: cover;
       background-attachment: fixed;
       background-position: top;
    }

    .other-hero12{
      height: 55vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.6);
      position: relative;
    }
    .other-hero12::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/men-6872634_1920.jpg);
        background-size: cover;
       background-attachment: fixed;
       background-position: top;
    }


    
.other-hero7{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero7::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/kathakali-3453094_1920.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.hero-h{
  font-size: 40px !important;
}

.other-hero9{
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero9::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/EAST.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}

.other-hero15{
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.other-hero15::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/12.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: right;
}
    

.other-hero10{
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero10::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/pexels-pkddapacific-190589.jpg);
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}


/* --- hero section ----- */

/* --- hero section ----- */
.hero{
  background-color: rgba(6, 3, 21, .5);
  display: flex;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-f{
  font-size: 25px;
}
.btn-c1{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}
.btn-c2{
  background-color: var(--c2)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}

.cloud-img{
  /* display: none; */
  width: 100%;
  position: absolute;
  /* height: 120px !important; */
  object-fit: cover;
  bottom: -0.5%;
  left: 0%;
}


.iternary-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
 }

.bord-sta{
  border-left:none ;
  border-top: 1px solid white;
  
}
.fix-img-box{
  height: 300px !important;
  width: 100% !important;
}


.new-why-slide-img {
  height: 300px;
}
.in-why{
  transform: translatey(-20%);
}

.in-why1{
  transform: translatey(-20%);
}
.sm-fs{
  font-size: 14px;
}

.indus-left{
  position: relative;
  height: 300px !important;
}

.infra-head{
  font-size: 27px;
}


.why-us{
  position: relative;
  height: 300px;
}

.new-why-main1{
  background-image: url("../images/pngwing.com.png");
  background-color: var(--c2);
  background-position: top !important;
}


.why-us-img1{

  height:100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: contain;
  position: absolute;
  height: 50%;
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 7%;
  left: 20%;
  
}

.abt-img{
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.abt-img1{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.abt-img6{
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.abt-img7{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 300px;
  object-fit: cover;
}

.feed-min-img{
  position: absolute;
  height: 40px;
  right: 5%;
  top:24%;
 }

 .feed-min-img1{
  position: absolute;
  height: 100px;
  left: 3%;
  top:0%;
 }


 .feed-min-img2{
  position: absolute;
  height: 40px;
  right: 25%;
  top:10%;
 }

.new-why-main1{
  background-color: var(--c2) !important;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
  
}


.fill {
  width: 100%;
  height: 50vh;
  object-fit: cover;
 opacity: .5;

}


.ban-con{
  position: absolute;
  top: 15%;
  right: 0% !important;
  text-align: start !important;
  }

.card1 {
  width: 100%;
  height: 200px !important;
  border-radius: 20px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 2px solid #c3c6ce;
  transition: all .5s;
    overflow: visible;
 }

 
.hr-lines1{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 15px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 15px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

 .card-button {
  display: none;
 }

.spl-type{
/* border: 2px dashed #fff; */
min-height: unset; 
}

.type-bx {

min-height: unset; 

}

   
.ser-box{
  height: 180px;
  position: relative;
  width: 100%;
}



.dtlab1{
width: 100px;
position: absolute;
left: 20%;
top: 8%;
}
.dtlab2{
width: 100px;
position: absolute;
bottom: 30%;
right: 5%;
}

.gall-div{
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 10px; */
  overflow: hidden;
}

  /* --------- abt-us -----  */

  .br-right{
    border-right: unset;
  }
  .br-bot{
    border-bottom: unset;
  }
  .choose-bx{
    border-bottom: 1px solid var(--c1);
  }

  .ab-pg-img {
    height: 290px;
  }
  

  .yr-box1 h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }

  .yr-box h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }


  
.why-us3{
  position: relative;
  height: 320px;
}


.why-us-con1{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: 3%;
  left:0%;
}

.clients-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  
}

.clients-images img {
  object-fit: cover !important;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 -10px;
  padding: 0;
}

.why-us-con1 p{
  font-size: 12px;
}


.con_tit h3{
  font-size: 15px;
  margin-bottom: 5  px !important;
}

.con_tit h4{
  font-size: 13px;
}


.con_tit{
  position: absolute;
  width: 29%;
  height: 32%;
  top: 0%;
  right: 0%;
  /* left: -40px; */
  color: white;
  background-color: var(--c1);
  padding: 20px 20px 10px 20px !important;
  font-size: 26px;
  /* border-radius: 30px;  */
  border: 5px solid var(--c2);   
  /* border-style: double; */
  z-index: 2;
}



}
@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;
}


  }

  @media screen and (max-width:365px) {
    .f-con-txt button{
      margin-left: unset !important;
      margin-top: 8px;
    }

    .f-con-txt{
      font-size: 13px;
    }

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}