:root{
  --c1:#d8374a;
  --c2:#848d96; 
  --c3:#484848;
  --c4:#333;
  --bg: #F7D6DA;
  --w:#fff;
  /* --bg:#dce6fa; */
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}
.bg{
  background-image: url(../images/26934833_1223.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  
}
.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: Nunito-reg;
  src: url(../Nunito-Regular.otf);
}


@font-face {
  font-family: jost;
  src: url(../Jost-Regular.ttf);
}

.hf{
  font-family: Nunito-reg !important;
}


html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: Poppins-Regular !important; */
  font-family: jost !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(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }

 .tring{
  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);
  }

}

/* ----------------- 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; */
  background-color: unset !important;
  position: fixed !important;
  top: 0%;
  left: 0% ;
  width: 100%;
  z-index: 10000;
}
.home-nav .nav-link{
 color: #fff !important;
}
.navbar{
  transition: all .5s;
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 10px );
  -webkit-backdrop-filter: blur( 10px );
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */
  /* background-color: white !important; */
  z-index: 20 !important;
}
.logo{
  /* width: 180px; */
  height: 53px;
  object-fit: contain;
}
.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: #fff !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 .nav-link{
  color:  var(--c1) !important;
}
.home-d-nav .nav-active{
  color:  #ffff !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;
}
.navbar .nav-link{
  color: #fff !important;
}
.nav-link{
  /* color: var(--w) !important; */
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  font-family: Nunito-reg  !important;
}
.nav-active{

  font-weight: bolder !important;
  /* border-bottom: 2px solid var(--c) !important; */
  color: var(--c1) !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu .dropdown-item{
  transform: scale(1);
  /* background-color: var(--c2); */
}
/* .dropdown-item:hover{
  background-color: var(--bg) !important;
} */

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  text-transform: capitalize;
  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;
  /* border-bottom: 1px solid var(--c1) !important; */
  transition: all .5s;
  /* background-color: var(--bg) !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%;
}
.navbar .dn{
  display: none;
}
.newnav .dn{
  display: unset !important;
}
.newnav .nav-link{
  color: #000 !important;
}

.h-left{
  position: relative;
}
.line-hero{
  background-color: var(--c1);
  width: 20%;
  height: 3px;
}

.btn-c2{
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
  transition: all .5s;
  border: 1px solid var(--c1) !important;

}
.btn-c2:hover{
  border: 1px solid var(--c1) !important;
  background-color: unset !important;
  transition: all .5s;
  color: var(--c1) !important;
}
.btn-c2-out{
  border: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  border-radius: 0% !important;
  transition: all .5s;
}
.btn-c2-out:hover{
  background-color: var(--c1) !important;
  transition: all .5s;
  color: #fff !important;
}
.new-banner{
  width: 100%;
  /* border-radius: 50% 0% 0% 50%; */
  border-radius: 87px 19px 0px 87px / 78px 0px 0px 70px;
}
@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;
}





.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{
  top: 60% !important;
}

.dropend .dropdown-menu{
  top: -30% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}



.round-call{
  /* background-color: var(--c1); */
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 80%;
}
.call-p1{
  font-size: 11.5px;
}
.call-p2{
  font-size: 13px;
}



/* ------------  */

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* Start slightly above */
  transition: all 0.4s ease;
}

/* Show the dropdown menu on hover */
.dropend:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Slide down smoothly */
}

.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa; /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.top-cer{
  width: 70px;
}


/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* To apply the same animations */
.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
}


/* ----------- side bar  ------------ */


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


.con-div{
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -20%;
  top: 8%;
  transform:rotate(25deg);
  -ms-transform:rotate(25deg);
  -webkit-transform:rotate(25deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c1:hover{
  border: 1px solid var(--c1) !important;
}

.btn-c1{
  /* background-color: var(--w); */
  border: 1px solid var(--c2) !important;
  transition: all .2s ease-in-out;
  /* border: none; */
}


 .con-div:hover .dot{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}


/* ----------- hero section ------------- */


/* ===== hero section ==================== */
.hero{
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/ban-img.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
}
 .hero-slider-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
  display: none;
 }
.hero-in{
  height: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.hero-h2{
  font-weight: 900;
}

/* --------hero form----- */
.form-trip{
  background-color: #ffff;
}
.autocomplete-suggestions {
  border: 1px solid #d4d4d4;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1000;
  position: absolute;
}
.autocomplete-suggestion {
  padding: 10px;
  cursor: pointer;
}
.autocomplete-suggestion:hover {
  background-color: #e9e9e9;
}
.hero-input::placeholder{
  font-size: 14px;
}


.explore-btn{
  background-color: var(--c1)!important;
  color: #fff !important;
  width: 50%;
}
/* ----------- hero bottom ----------- */
.botom-hero{
  background-color: #000;
}
.botom-hero p{
  font-size: 14.5px;
} 

.hero-f{
  font-size: 50px;
}


.navs-round{
  background-color: #0a0a0a !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  font-size: 16px !important;
  color: #2b2626 !important;

  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}
.mob-baner{
  display: none !important;
}
.desk-baner{
  display: block;
}
.hero-crd{
  width: 100%;
}
.hero-crd img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}



.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
  border: 1px solid var(--c1) !important;
}

/* * why choose us */ 


.why-left{
  position: relative;
}
.why1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 10px solid var(--c1);
  border-top: 10px solid var(--c1);
object-position: left !important;
}
.why2{
  width: 32%;
  position: absolute;
  right: 0%;
  bottom: -3%;
  background-color: #fff;
  /* border: 8px solid #fff; */
}

.why3{
  width: 32%;
  position: absolute;
  left: 0%;
  top: -3%;
  background-color: #fff;
  /* border: 8px solid #fff; */
}

/* ----- popular card --------  */


 /* ////////////////// detail card ////////////////////// */

 .pack-arrow {
  width: 40px;
  height: 40px;
  margin: 0% !important;
}

.pack-arrow{
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: var(--c1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff;
}

.slide-nav-bx {
  width: 104%;
  top: 30%;
  left: -2%;
}


.otto {
  /* background: #0e8dbc; */
  color: var(--c1);
  text-shadow: 0 1px 0 #f1f1f1,
               0 2px 0 #f5f5f5,
               0 3px 0 #e6e6e6,
               
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.10);
}

/* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 300px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}


.ongoing-card img {
object-fit: cover;
}



.ongoing-card img {
  height: 100%;
  width: 100%;
  /* border-radius: 10px; */
  opacity: 0.7;
  background-color: #000 !important;
}



.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }
 


.bottom-Center1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000009 0%, #000000d3 100%);
  transition: background-image 2s, background-color 2s;
  bottom: -48%;
  transition: all .5s ease-in-out;
  /* border-radius: 10px; */
}

.ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}




.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}





.btn-c4{
  background-color: transparent;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  border: 1px solid #FFF!important;
  font-size: 14px !important;
}

.btn-c4:hover{
  background-color: var(--c1)!important;
  color: var(--w) !important;
}

/* ------------ product range------------ */

.pro-hm-box{
  width: 100%;
  min-height: 300px;
  background-color: #F7D6DA;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.pro-hm-img{
  width: 60% !important;
  position: absolute;
  left: -20%;
  transition: all .5s;
  top: 0%;
}
.pro-hm-box:hover .pro-hm-img{
  top: 10%;
  left: -30%;
  transition: all 1s;
}
.pro-hm-img-2{
  width: 60%;
}



.pro-hm-box1{
  width: 100%;
  min-height: 240px;
  background-color: #f9f5f5;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.pro-hm-img1{
  width: 60% !important;
  position: absolute;
  left: -20%;
  transition: all .5s;
  top: 0%;
}
.pro-hm-box1:hover .pro-hm-img1{
  top: 10%;
  left: -30%;
  transition: all 1s;
}
.pro-hm-img-2{
  width: 60%;
}


/* ------------  */


.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;
}

.over-bw{
  justify-content: flex-end;
}



/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: start;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/1710.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


/* ------ abt us ----------  */

.cont-box{
  position: relative;
}

.card-right{
  position: absolute;
  top: -25%;
  background-color: #FFF !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}



.cont_tit{
  /* display: flex; */
  align-items: center;
  /* gap: 15px; */
}

.cont_tit p{
  color:var(--c3);
}
.cont_con1{
  text-align: start;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
  color: var(--dark);
  background-color: white !important;
  width: 400px;
  padding: 25px;
  position: absolute;
  right: 0;
 z-index: 3 !important;
  top: -30%;
}

/* -------------  */

.card-pop{
  position: relative;
  z-index: 1;
}

.card-pop::before{
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  z-index: -1;
  border-radius: 0.5rem !important;
}

.pop-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
}

.card-rat{
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: var(--c1) !important;
  /* transform: translateX(-50%); */
}

.rat-star{
  font-size: 10px;
}

.pop-cont{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #f6f6f6;
}


/* ====footer===== */
.footer{
  background-image: url(../images/World-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: rgba(0, 0, 0, 0.929); */
  position: relative;
}
.footer::after{
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center; */
  background-color: #111;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  /* width: 50%; */
  height: 120px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--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: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}

/* ----------- / */


.other-hero12{
  height: 50vh;
  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/pop-tour.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.abt-us-ban{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center/; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.abt-us-ban::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/ban-b.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}


.tour-package{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center/; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.tour-package::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/ram-tem.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}

.room-pack{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center/; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.room-pack::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/12323.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
}

.car-rental-ban{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center/; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.car-rental-ban::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/toyota-c-hr-2931733_1920.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.con-us-ban{
  height: 50vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center/; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.con-us-ban::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/cont-us.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}



.hero-h{
  font-size: 60px;
}



/* -------------  */

.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;
  background-color: #f6f6f6;
}

.abt-img7{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* --------- 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%;
}




.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;
}

/* --- cooshe section ---- */
  
.choose-head{
  font-size: 50px;
}
.choose-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.choose-img-bx{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffff;
}
.choose-img{
  width: 60%;
}
.br-right{
  border-right: 1px solid #d8374a;
}
.br-bot{
  border-bottom: 1px solid #d8374a;
}

.bg-choose1{
  background-color: #F7D6DA;
}
 /* --- best section ----------- */
 .best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  min-height: 500px;
  border-radius: 10px;
}
.best-img-div{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.best-img{
  width: 60%;
}
.best-box:hover .best-img-div {
  transform:rotateY(360deg);
  transition: all 1s;
  
}
.js{
  text-align: justify;
}

/* take the first step */
.take-first-main{
  background-color: var(--c1);
}
.btn-buy{
  border-radius: 0% !important;
  background-color: #ffff !important;
  color: var(--c1) !important;

}
.btn-buy:hover{
  box-shadow: 5px 3px 3px #000 !important;
  transition: all .5s;
}
.first-step-img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* -==================- */
.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.beni-box:hover .beni-img-box::before{
  border-radius: 50% !important;
  border: 1px dotted var(--c1);
}

.beni-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  z-index: 2;
}



/* ---- 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;
  background-color: #F7D6DA;
}
  
.fix-img-box{
  height: 450px !important;
  width: 100% !important;
}

.fix-tour-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fix-sm{
  font-size: 15px;
}



.tour-detail .active{

  color:  var(--c1) !important;
}


li::marker {
  color: var(--c1);
}

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .nav-link {
      font-size: 12px !important;
    }
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          /* background-color: var(--c2); */
          border-bottom: 1px solid var(--c1);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 39px;
  }
  .nav-link{
    font-size: 12px !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;
        }
      }
      .navbar-nav .dropdown-menu {
        margin-top: 0px !important;
       }

      .menu{
        width: 52px;
      }
      .offcanvas-header{
        /* background-color: var(--w); */
      }
      .nav-link {
        color: unset !important;
        height: 60px;
        display: flex !important;
        align-items: center;
    }
    .navbar{
      background-color: #fff !important;
    }
    .dn{
      display: unset !important;
    }
    .navbar .nav-link{
      color: #000 !important;
    }

      .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;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
      }

      .serve-pils .nav-item{
        border-bottom: none !important;
      }
      .home-nav .nav-link {
        color: unset !important;
    }

    .nav-pills .nav-link {
      color: unset !important;
  }
   
  .hero-in {
    height: 100%;
    min-height: 22vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mob-hero-top{
  /* background-color: #000000d3 ; */
}
.hero-h2{
  font-size: 24px !important;
}
.name-h{
  /* font-size: 16px; */
}
.t-b{
color: #fff !important;
}

  }

  @media screen and (max-width:720px) {



  }



  @media screen and (max-width:660px) {

    .hero{
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
    }
 
   .navbar{
    background: unset !important;
    background-color: white !important;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: unset !important;
    -webkit-backdrop-filter: unset !important;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
   }

.mb-h{
  font-size: 20px;
}
    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}
.sm-js{
  text-align: justify !important;
}
.hero-in {
  height: 100%;
  min-height: 50vh;
}


.ban-con{
  position: absolute;
  top: 5%;
  /* right: 50% !important; */
  text-align: center !important;
  }
  
  .ban-con h5{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  }
  
  .ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 20px;
  }
  .round-call{
    /* background-color: var(--c1); */
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

/* -- other hero ----  */
.other-hero{
  height: 30vh;
}

.top-lan{
  background-color: #f6f6f6;
}

/* ----avtus--- */

.abt-img{
  height: 340px;
}

.pro-hm-box{
  width: 100%;
  min-height: 200px;
  background-color: var(--c2);
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  position: relative;
}


.pro-hm-txt h3{
font-size: 20px !important;
}

.pro-hm-txt p{
  font-size: 14px !important;
  }




  .footer{
    background-image: url(../images/World-map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: rgba(0, 0, 0, 0.929); */
    position: relative;
  }
  .footer::after{
    content: '';
    /* background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center; */
    background-color: #111;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -1;
  
  }


.pro-hm-box1{
  width: 100%;
  min-height: 170px;

  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.pro-hm-txt1 p{
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}


.qual-badge{
  width: 100px;
  object-fit: contain;
  position: absolute;
  bottom: 5%;
  left: -2%;
 }


 /* ---------  */

 .other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/1710.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


 /* ------- abtus ----------- */ 
.card-right{
  position: static !important;
}

.abt-us{
  position: relative;
  height: 300px !important;
  width: 100%;
 }


 .abt-us-img1{
  position: absolute;
  bottom : 0;
  right: 0;
  height: 100px;
  width: 100px ;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  border-radius: 50% ;
 }

 .other-hero12{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.abt-us-ban{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.abt-us-ban::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/pabam-bridge.jpg) !important;
    background-size: cover;
   background-attachment:unset;
   background-position: center;
}

.tour-package::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/ram-tem.jpg) !important;
    background-size: cover;
   background-attachment: unset;
   background-position: bottom;
}

.tour-package{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}


.room-pack::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/12323.jpg) !important;
    background-size: cover;
   background-attachment: unset;
   background-position: bottom;
}

.room-pack{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.car-rental-ban::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/toyota-c-hr-2931733_1920.jpg) !important;
    background-size: cover;
   background-attachment: unset;
   background-position: bottom;
}

.car-rental-ban{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.con-us-ban::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/cont-us.jpg) !important;
    background-size: cover;
   background-attachment: unset;
   background-position: bottom;
}

.con-us-ban{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}


.hero-h{
  font-size: 40px !important;
  font-weight: 900;
  letter-spacing: 1px;
}
.br-right{
  border-right: unset;
}
.br-bot{
  border-bottom: unset;
}
.choose-bx{
  border-bottom: 1px solid #ca282c;
}

 /* --------- car------------ */

 .beni-img-box{
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

.beni-box h5{
  font-size: 13px;
}
/* ------- */

.fix-img-box{
  height: 300px !important;
  width: 100% !important;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  
  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

      
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}

@media screen and (max-width:800px) {

}