:root{
  --c1: #274b7e; 
  /* --c1:#b70100; */
  --c2: #8b9bb3;
  --c3:#515151;
  --c4:#434343;
  --bg: #F4F8FD;
  --w: #fff;
  --c5: #b0d0fd;
}

/* @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);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}
@font-face {
  font-family: 'ChakraPetch';
  src: url(../ChakraPetch-Regular.ttf);
}

@font-face {
  font-family: 'Merriweather-Reg';
  src: url(../Merriweather-Regular.ttf);
}

@font-face {
  font-family: 'SpaceGrotesk-Var';
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'Oswald-Var';
  src: url(../Oswald-VariableFont_wght.ttf);
}
.hf{
  font-family: 'Oswald-Var';
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

  .first-top{
  background-color: var(--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: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 22px;
}
.top-nv-soc-img{
  width: 17px;
}
.get-help{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 13%;
}
.cus-text{
  text-align: start;
  font-size: 12px;
}

.form-trip ::placeholder{
  color: #888 !important;
}

.sm-icon1{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 4%;
  right:3%;
    rotate: -30deg;

}

.sm-icon2{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 2%;
  left: 1%;
}


.sm-icon3{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  bottom: 0%;
  right: 40%;
  transform: translate(-20%);
  rotate: 30deg;
}


/* ----------------- 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: 70px !important;

}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom : 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* 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); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  transform: translateX(10px) !important;
  transition: all .5s;
  background-color: white !important;
  color: var(--c4) !important;

}
.navbar .dropdown-menu{
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom : .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: white !important;
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom : -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
/* .newnav .clr-nav-tog{
  color: #fff !important;
} */
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.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%;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn{
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}
.nav-user-img{
  width: 30px;

}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: all 2s;
  
}
.nav-text-ser .i{
  font-size: 16px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: var(--c2);
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: var(--c2);
  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(--c2);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: var(--c4);
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom : .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */


.lg-js{
  text-align: justify !important;
}



 .hero{
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* background-color: transparent; */
  background-image: linear-gradient(68deg, #FFFFFFCC 35%, #02010100 54%);
 }
 .hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/28595.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
 }

 
.btn-c1{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1.5px solid var(--c1) !important;
}

.btn-c1:hover{
  background-color: #fff !important;
  vertical-align: var(--c1) !important;
  color: var(--c1) !important;
}

.btn-c2{
  background-color: transparent !important;
  color: var(--c1) !important;
    border: 1.5px solid var(--c1) !important;

}

.btn-c2:hover{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1.5px solid var(--c1) !important;
}

/* 


=========================================================================================================================== */

/* ----------- 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);
  }
}



.hr-lines{
  position: relative;
  max-width: 240px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);
  display: block;
  position: absolute;
  border-radius: 30px;
  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width: 60px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}



 /* ------ about us ---------  */

 .abt-us1{
  height: 450px;
  width: 100%;
  position: relative;
 }


 .about-us{
  height: 90%;
  width: 60%;
  object-fit: cover;
 }

 .abt-abs{
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0%;
  right: 0%;
  border: 4px solid #F1F1F1;
  object-fit: cover;
 }

 .abt-con{
  position: absolute;
  left: 0;
  bottom: 10%;
  background-color: #fff;
  padding: 10px;
  /* border-radius: 5px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .abt-con-div{
  display: flex;
}
.abt-con-bx{
  background-color: #F1F1F1;
  height: 50px;
  width: 50px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-abt-icon{
  width: 60%;
}
.abt-con-txt{
  width: 70%;
}
.foot-arrow{
  width: 24px;
}


.abt-con-txt p{
  font-size: 12px !important;
}
.abt-con-h{
  font-size: 14px;
}

.abt-con1{
  transition: all .5s ease-in-out;

}

.abt-con1:hover .arow-hover{
  transform: translateX(3%);
  transition: all .5s ease-in-out;
}


.form-trip{
  background-color: #fff !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

/* -------------------- packages ------------------- */
.bg-c2{
  background-color: var(--bg);
}
.pack-card{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all .5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pack-img-bx{
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.pack-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.pro-txt{
  font-size: 14px;
}
.under-dis{
  position: absolute;
  left: 0%;
  bottom: -1%;
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
  background-color: #fff;
  min-width: 45%;
  /* border-radius: ; */
}
.pack-card:hover .pack-img{
  transform: scale(1.1);
  transition: all .5s;
}

/* ---- car and taxi services -------- */
.car-ser-img{
  width: 75px;
}
.car-ser-card{
  width: 100%;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 2px solid var(--c1) ;
}

/* ------------  */

.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.2);
}
.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;
}

.side-over{
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}
.side-over h2{
  background-image: linear-gradient(180.21deg, rgba(0, 0, 0, 0.06) 0.18%, rgba(0, 0, 0, 0) 99.82%),linear-gradient(0deg, #f8f8f8, #f8f8f8),linear-gradient(0deg, #fbfbfb, #fbfbfb);
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-transform: capitalize;
  color: #8affa4;
  transform: translateY(-15%);
}


.js{
  text-align: justify;
  
}

/* service home page */
.serv-top-icon-bx{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
  10px 10px 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.ser-t-img{
  width: 30%;
}
.serv-full-img{
  width: 100%;
  height: 100%;
}
.in-new-serv-top{
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  text-align: center;
}

/* ------------------------  */

.test-quote{
  position: absolute;
  top: 3%;
  left: 13%;
  width: 100px;
  opacity: 0.8;
}

.test-quote1{
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 100px;
  opacity: 0.8;
}


/* -----------------  */

.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/priya-singh-cNNIIduVCLs-unsplash.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: #15211c;
  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(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  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;
}
/* ======== */  


.hero-h{
  /* color: #fff; */
  font-size: 55px;
}


/* -------------- counter ------------------ */
.counter-main{
  background-image: url(../images/imgi_25_lastimg.jpg);
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.count-rund{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffff;
  border-radius: 100%;
}

.sight-card{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/imgi_40_crow.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
    background-color: #ffff;

  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
/* ---------------  */

 .carousel-indicators button {
  width: 8px !important;
  height: 8px !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-dot{
  position: unset !important;
}

.feedback_image {
  /* border: 2px dashed var(--c1); */
  border-radius: 10px;
  height: 230px !important;
  width: 100%;
  margin: 0 auto;
  object-fit: cover !important;
}
.feedback_image img {
  width: 100% !important;
  height: unset !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
  /* border: 1px solid black; */
}

.slide-nav-bx{
  display: flex;
  width: 108%;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 0%;
}
.sig-img-in{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.sight-card:hover .sig-img-in{
  transform: scale(1.1);
  transition: all .5s;
}
.sight-card:hover{
  background-position: center;
  transition: all 1s;
}
.sig-ol li{
  margin-bottom: .5rem;
  font-size: 15px;
}


.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;
}
 


 .why-right{
  position: relative;
 }

 .feed-main-img{
  height: 400px;
  width: 100%;
  object-fit: contain;
 }

 .feed-min-img{
  position: absolute;
  height: 40px;
  right: 4%;
  top:40%;
 }

 .feed-min-img1{
  position: absolute;
  height: 100px;
  left: 13%;
  top:8%;
 }


 .feed-min-img2{
  position: absolute;
  height: 40px;
  right: 15%;
  top:3%;
 }

.abt-right{
  position: relative;
  display: flex;
  justify-content: end;
}
.abt-img{
  width: 85%;
  height: 100%;
  object-fit: cover;
}
.main-call-new{
  width: 30%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  
}
.call-new-bx{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
}
.call-rnt{
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  position: absolute;
  top: -20%;
}
.call-new-icon{
  width: 60%;
}
:root{
  --h:auto;
}
.call-n-content{
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 100%;
  background-color: var(--c1);
}
.call-n-hed{
  font-size: 18px;
}
.round-orange{
  background-color: var(--c1);
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


/* ---- 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: #f6f6f6;
}
  


   /* --- cooshe section ---- */

   .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
  }
  .choose-img-bx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }


  
  /* ======= 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: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%;
  }
  
  .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;
  }

/* ----------- room page ---------------- */
.room-pg-left{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;

}
.room-pg-left::after{
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  height: 90%;
  width: 90%;
  border: 1px solid var(--c1);
  z-index: -1;
  /* border-radius: 12px; */
}

.room-pg-right{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;

}
.room-pg-right::after{
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  height: 90%;
  width: 90%;
  border: 1px solid var(--c1);
  z-index: -1;
  /* border-radius: 12px; */
}
.room-pg-img{
  width: 95%;
  height: 100%;
  object-fit: cover;
}
.room-pg-h{
 display: flex;
 flex-direction: column;

}
.room-pg-h::after{
  content: '';
  height: 3px;
  width: 100px;
  background-color: var(--c1);
  /* position: absolute; */
  margin-top: 1rem;
}

.room-div-2{
 position: relative;
}
.room-div-2::after{
  content: '';
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  background-color: var(--bg);
  z-index: -2;
 }

 
 .ob-l{
  object-position: left;
 }

 .btn-ph-num{
  display: flex !important;
}
 .cc-calto-action-ripple {
	background: var(--c1);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
.cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
 .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
 @-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 0 rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2);
    box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 0 rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2), 0 0 0 20px rgba(39, 75, 126, 0);
    box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2), 0 0 0 20px rgba(39, 75, 126, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 0 rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2);
    box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 0 rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2), 0 0 0 20px rgba(39, 75, 126, 0);
    box-shadow: 0 4px 10px rgba(39, 75, 126, 0.2), 0 0 0 5px rgba(39, 75, 126, 0.2), 0 0 0 10px rgba(39, 75, 126, 0.2), 0 0 0 20px rgba(39, 75, 126, 0);
  }
}

/* -------------------- */
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .nav-link {
    font-size: 12px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }

  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {
    .sm-js{
      text-align: justify !important;
    }
       /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom : 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: #f6f6f6;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom : unset !important;
  }
  .navbar .nav-item{
    border-bottom : 1px solid #cdcdcd;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    /* ---------- hero ---------- */
    .hero-head {
      font-size: 35px;
  }



    /* footer */
    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid #fff;
    }

    
    
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    
 .hero{
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* background-color: transparent; */
  background-image: linear-gradient(68deg, #FFFFFFCC 35%, #02010100 54%);
 }

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 137px; */
    height: 48px;
}
.sm-js{
  text-align: justify !important;
}

 .about-us{
  height: 90%;
  width: 80%;
  object-fit: cover;
 }

 .abt-abs{
  width: 50%;
  height: 30%;
  position: absolute;
  top: 0%;
  right: 0%;
  border: 4px solid #F1F1F1;
  object-fit: cover;
 }

 .test-quote{
  position: absolute;
  top: 3%;
  left: 5%;
  width: 50px;

}

.test-quote1{
  position: absolute;
  bottom: -3%;
  right: 5%;
  width: 50px;

}

    .counter-main{
      min-height: 70vh;
    }

    .count-rund{
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffff;
  border-radius: 100%;
}

.count-rund h6{
  font-size: 15px;
}


.sm-icon1{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 1%;
  right:0%;
    rotate: -30deg;

}

.sm-icon2{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  top: 1%;
  left: 0%;
}


.sm-icon3{
  width: 60px;
  /* height: 40px ; */
  position: absolute;
  bottom: 0%;
  right: 40%;
  transform: translate(-20%);
  rotate: 30deg;
}


.gal-hero{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  position: relative;
}

 /* ============ about section ============== */
    .abt-img{
      width: 95%;
      height: 450px;
      object-fit: cover;
    }
    .main-call-new{
      width: 62%;
      position: absolute;
      bottom: 0%;
      left: 0%;
      
    }

    .fill {
      width: 100%;
      height: 60vh !important;
      object-fit: cover;
     /* opacity: .5; */
     border-radius: 10px;
    
    }

    /* --------- abt-us -----  */

  .br-right{
    border-right: unset;
  }
  .br-bot{
    border-bottom: unset;
  }
  .choose-bx{
    border-bottom: 1px solid var(--c1);
  }
}
@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) {

  
}