
*{
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  
}

/* START HEADER AND NAVIGATION */
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.search {
  width: 400px;
}

.header-wrapper {
  background-color: #fcd9a1;
   padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.header-wrapper .social {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
}
.header-wrapper i {
  color: #fff;
}
.header-wrapper .header-contact {
  text-align: right;
  padding-top:7px;
}
.header-wrapper .mobile {
  padding-right: 15px;
}
.header-wrapper .header-contact span {
  color: #000;
  font-weight: bold;
  font-size:13px;
}
.header-wrapper .header-contact i {
  color: #000 !important;
}
/* START NAVIGATION */

#navbar_top  {
  background-color: black !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-outline-danger {
  color: white;
  border-color: #fcd9a1;
  border: 3px solid #fcd9a1;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  color: #fcd9a1;

}
.btn-outline-danger:hover {
  background-color: #fcd9a1;
  color: #000;
  border: 3px solid #fcd9a1;
}
#navbar_top .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-weight: bold;
}
#navbar_top .nav-link:hover {
  color: #fcd9a1;

}
#navbar_top .navbar-brand img {
  width: 150px;
}           
#navbar_top .dropdown:hover .dropdown-menu {
display: block;
font-size: 14px;

}
#navbar_top .dropdown-menu {
background-color: #f1f1f1;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
#navbar_top .dropdown-menu:hover {
color: #d6a659 !important;
}


/* START SLIDER */
/* START SLIDER */

.slider-wrapper .item {
  position: relative;
  width:100%;
  height:75vh;
  overflow:hidden;
}
.slider-wrapper .btn {
  margin-top: 30px;
}
.slider-wrapper .item img {
  width: 100%;
 
}
#success-wrapper {
  padding-top: 100px;
  padding-bottom: 200px;
  
  /* margin-top: 100px; */
  /* margin-bottom: 200px; */
  text-align: center;
  background-color: #f6f6f6;


}

#success-wrapper .btn-danger {
  background-color: #d6a659;
  border-color: #d6a659;
  color: #000;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.slider-wrapper .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 75vh;
  top: 0;
  left: 0;
  background-color: #0000006d;
  display: flex;
  background-image: url(../images/video-dark-noise-img.png);
  background-repeat: repeat;
  /* background-image: radial-gradient(hsla(0, 0%, 72%, 0.2) .5px, #00000036 .5px);
  background-size: 5px 5px; */
 
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.slider-wrapper .item .cover .header-content {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.slider-wrapper .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 450px;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.slider-wrapper .item .cover .header-content h2 {
  font-weight: 600;
  font-size: 35px;
  color: #333;
  text-transform: uppercase;
}

.slider-wrapper .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 900;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .slider-wrapper .item .cover .header-content h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px !important;
  }
}

.slider-wrapper .item .cover .header-content h4 {
  font-size: 15px;
  font-weight: 400;
  margin-top: -10px;
  color: #fff;
  line-height: 20px;
}

.slider-wrapper .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.slider-wrapper .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.slider-wrapper .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.slider-wrapper .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.slider-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  font-size: 50px;
}

.slider-wrapper .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.slider-wrapper .owl-nav .owl-prev:focus {
  outline: 0;
}

.slider-wrapper .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.slider-wrapper .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.slider-wrapper .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.slider-wrapper .owl-nav .owl-next:focus {
  outline: 0;
}

.slider-wrapper .owl-nav .owl-next:hover {
  background: #000 !important;
}

.slider-wrapper:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.slider-wrapper:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* for music */
#music-wrapper {
  background-color: #fae1b8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.aWrap .svg-inline--fa {
color: white !important;
}
.owl-theme .owl-nav {
margin-top: 0px;
}
/* (B) WRAPPER */
.aWrap {
font-family: Arial, Helvetica, sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
width: 550px;
padding: 10px 30px;
margin: auto;
border-radius: 10px;
background: #e6ba75;
gap: 1rem;

}

.aWrap,
.aWrap * {
box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
padding: 0;
margin: 0;
background: 0;
border: 0;
cursor: pointer;
}

/* (D) TIME */
.aCron {
font-size: 14px;
color: #000;
margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
appearance: none;
border: none;
outline: none;
box-shadow: none;
width: 150px;
padding: 0;
margin: 0;
background: 0;
}

.range,
.range-volume {
position: relative;
display: flex;
align-items: center;
}

.range input,
.range-volume input {
position: relative;
z-index: 1;
}

.range .change-range,
.range-volume .change-range {
position: absolute;
left: 0;
top: 0;
height: 6px;
width: 0px;
background-color: rgb(238, 238, 238);
border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
height: 10px;
width: 95%;
}

.under-ranger {
position: absolute;
left: 0;
top: 0;
height: 6px;
width: 100%;
background-color: rgb(63, 63, 63);
border-radius: 10px;
}

.range-volume .under-ranger {
height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
background: transparent;
height: 6px;
border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
border: 0;
background: #fff;
position: relative;
cursor: pointer;
margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
border: 0;
background: #fff;
position: relative;
cursor: pointer;
margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
margin: 0 10px;
cursor: pointer;
}

input.aVolume {
width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
margin-top: -3px !important;
}

.volume-container {
display: flex;
align-items: center;
}

/* about-home */
#about-home {
padding-top: 50px;
padding-bottom: 50px;
}
#about-home h5 {
text-align: center;
}
#about-home h2 {
padding-bottom: 40px;
}
#about-home p {

font-size: 23px;
padding-bottom: 30px;
}

#about-home img {
  height: 300px;
  border-radius: 20px;
}
#about-home h4 {
color: #FF924F;
padding-bottom: 20px;
}
#about-home .btn {
border-color: #FF924F;
color: #FF924F;
}
/* our-proces */
#our-proces {
background-color: #fcd9a1;
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
#our-proces h2 {
padding-bottom: 30px;
}
#our-proces i {
font-size: 25px;
color: #FF924F;
}
#our-proces .icons {
border: 2px solid #FF924F;
width: 70px;
height: 70px;
border-radius: 50%;
padding-top: 20px;
margin: auto;
}
#our-proces h5 {
padding-top: 15px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
#our-proces p {
padding-bottom: 15px;
}
p {
font-size: 13px;
}

#our-proces .span-proces {
color: #FF924F;
font-weight: bold;
font-size: 13px;
}
#our-proces .icons {
position: relative;
}
#our-proces .step {
background-color: #fff;
width: 20px;
margin: auto;
margin-top: -12px;
z-index: 9;
position: relative;
font-size: 12px;
border-radius: 4px;
}
#our-proces .span-proces:hover {
color: #000;
}
/* destination */
#destination {
padding-top: 50px;
}
#destination h5,h2 {
text-align: center;
}


a {
text-decoration: none;
color: #000;
}
.head-title {
color: #fba61f;
}
.where-we-box {
border: 1px solid #d3d3d3;
position: relative;
overflow: hidden;
height: 230px;
margin-top: 30px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.where-we-box .total-tour {
background-color: #fcd9a1;
position: absolute;
top: 165px;
left: 15px;
z-index: 1;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.where-we-box .total-tour h4 {
font-size: 14px;
font-weight: bold;
}
.where-we-box .total-tour p {
font-size: 13px;

}
.where-we-box .total-tour h4,p {
margin: 0;
}
#small-img {
border: 1px solid #d3d3d3;
position: relative;
overflow: hidden;
height: 200px;
margin-top: 25px;
}

.where-we-box:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: transparent;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.where-we-box:hover:before {
background: rgba(0, 0, 0, 0.7);

}

.where-we-box img {
width: 100%;
height: 230px;
}

.where-we-box .overlay-content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: -100%;
padding: 25px 18px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;

}

.where-we-box:hover .overlay-content {
left: 0;

}

.where-we-box .box-title {
font-size: 18px;
color: #fff;
text-transform: uppercase;
}


.where-we-box .post:after {
content: "";
display: block;
width: 20%;
border-bottom: 1px solid #fff;
}
.where-we-box .post {
color: var(--red);
}

.where-we-box .description {
font-size: 13px;
color: #fff;
}
/* popular-packages */
#our-packages {
margin-top: 70px;
background-color: #f6f6f6;
padding-top: 60px;
padding-bottom: 60px;
/*background-image: url('../images/buddist-bg.jpg');*/
/*  background-attachment: fixed;*/
/*  background-size: cover;*/
/*  background-position: center;*/
}
#our-packages .popular-now {
text-align: center;
}
#our-packages .card{
border-radius: 4px;
background: #fff;
box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
width: 100%;
height: 200px;
margin-top: 50px;
}
#our-packages .card-img {
padding-top: 20px;
padding-left: 20px;
height: 200px;
width: 100%;
}
#our-packages .card-img img {
width: 100%;
height: 155px;
}
#our-packages .card .btn {
background-color: #fcd9a1;
border-color: #fcd9a1;
color: #000;
padding-left: 20px;
padding-right: 20px;
margin-top: 15px;
border-radius: 20px;
font-weight: bold;
font-size: 13px;
}

#tours-details .breadcrumb {
  position: relative;
}

#tours-details .price-booking {
  position: absolute;
  right: 15px;

}

.booking-btn .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
#our-packages .card .price {
  font-weight: bold;
  margin-top: 20px;
  float: right;
  font-size: 13px;
  
}
/* budhist-places */
#budhist-places {
padding-top: 60px;
padding-bottom: 60px;
}
.image-cover {
height: 170px;
overflow: hidden;
}
.image-cover img {
height: auto;
width:100%;
}
.popular-now {
text-align: center;
}
#budhist-places .card {
margin-top: 5%;
border-bottom: 2.5px solid #FF924F !important; 
border-radius: 0;
line-height: 1.3;
height: 350px;
position: relative;

}
#budhist-places .card h4 {
font-size: 14px;
font-weight: bold;
}
#budhist-places .card p {
font-size: 13px;
}
#budhist-places .card .btn {
background-color: #fcd9a1;
padding-left: 20px;
padding-right: 20px;
border-color: #fcd9a1;
color: #000;
border-radius: 20px;
font-weight: bold;
font-size: 13px;
margin-top: 30px;

}

#budhist-places .card .price {
  font-weight: bold;
  margin-top: 37px;
  float: right;
  font-size: 13px;
  
}
#budhist-places .card-body::after {
height: 0;
left: 0;
bottom: 0;
width: 100%;
border-top: 2.5px solid #FF924F !important; 
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}

#budhist-places .card-body::before,
#budhist-places .card-body::after {
background: lemonchiffon;
content: '';
position: absolute;
z-index: -1;
}

#budhist-places .card:hover {
color: #000;
}

#budhist-places .card:hover .card-body:after {
height: 100%;
color: #fff;
}

#budhist-places .card-body {  
position: relative;
z-index: 0;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}

#budhist-places .card-img, .card-img-top {
z-index: 1;
}

#budhist-places .card-text {
margin-bottom: 1rem;
}

#budhist-places .card-date {
color: grey;
}
/* why-travel to us */
#why-travel {
background-color: #f6f6f6;
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
}
#why-travel h2 {
padding-bottom: 40px;
}
#why-travel h5 {
font-size: 14px;
font-weight: bold;
text-align: center;
padding-top: 15px;
}
#why-travel .icon img {
width: 30%;
}
#why-travel p {
color: #666;
}
/* testimonial-wrapper */
#testimonial-wrapper {
padding-top: 100px;
padding-bottom: 100px;
}
#testimonial-wrapper p {
padding-left: 100px;
margin-top: 30px;
padding-right: 100px;
text-align: center;
font-style: italic;
line-height: 25px;

}
#testimonial-wrapper h5 {
text-align: center;
padding-top: 30px;
color: #FF924F;
}

/* footer-wrapper */
#footer-wrapper {
background-color: #000;
height: auto;
width: 100%;
padding-top: 50px;
padding-bottom: 20px;
}

#footer-wrapper .footer-cover img {
  width: 200px;
}



#footer-wrapper h3 {
color: #D2D3D6;
font-size: 23px;
text-transform: uppercase;
}

#footer-wrapper p {
color: #909192;
font-size: 14px;
line-height: 26px;

}

#footer-wrapper li {
list-style: none;
color: #909192;
font-size: 14px;
line-height: 30px;
cursor: pointer;
}

#footer-wrapper .footer-hr {
border: 1px solid #909192;
width: 70px;
margin-bottom: 30px;
}

#footer-wrapper img {
margin-bottom: 20px;
}

#footer-wrapper li:hover {
color: #fcd9a1;
}

#footer-wrapper li i {
margin-right: 5px;
}

#footer-wrapper .power-by {
background-color: #fcd9a1;
width: 100%;
height: auto;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 10px;
}

#footer-wrapper .power-by span {
color: #000;
}

#footer-wrapper .loc {
padding-left: 20px;
}

/* end home pages */
/* START DESTINATION DETAILS */
#destination-wrapper .destination-cover {
height: 400px;
width: 100%;
overflow: hidden;
position: relative;
}
#destination-wrapper .destination-cover img {
  width: 100% !important;
}
.destination-title {
position: absolute;
left: 0;
right: 0;
top: 200px;
text-align: center;

}
.destination-title h2 {
color: #fff;
font-weight: bold;
font-size: 50px;
}
/* destination-details */
#destination-details {
padding-bottom: 50px;
}

#destination-details p {
font-size: 15px;
}
.title-dec {
padding-bottom: 30px;
}
#destination-details h3 {
font-size: 25px;

}
/* start tour details */
#tours-details h3 {
padding-top: 15px;
font-size: 20px !important;
}
.breadcrumb {
background-color: #fcd9a1;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
font-weight: bold;
}

#tours-details .tours-title-details p{
font-size: 16px !important;

}
.tours-title-details img {
width: 100%;
height: 300px;
padding-top: 15px;
}

.tours-title-details {
padding-bottom: 20px;
}
/* acomodation */
.accordion-body {
font-size: 13px !important;
}
.includding {
background-color: #f6f6f6;
padding: 15px;
}
.includding .accordion-button:not(.collapsed) {
color: #000;
background-color: #fae1b8;
box-shadow: unset;
}
.accordion-button:focus {
z-index: 3;
border-color: unset;
outline: 0;
box-shadow: unset;
}
.accordion-button {
padding-top: 10px;
padding-bottom: 10px;
}
/* daily-itinerary */
.daily-itinerary .day {
padding-left: 15px;
padding-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #fae1b8;
color: #000;
font-weight: bold;
margin-right: 40px;
font-size: 15px;
}
.daily-itinerary .accordion-button {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.day {
position: relative;
}
.rebban {
background-color: #fae1b8;
width: 25px;
height: 27px;
position: absolute;
top: 5px;
left: 90px;
transform: rotate(45deg);

}
.daily-itinerary .accordion-button:not(.collapsed) {
color: #000;
background-color: #fff;
box-shadow: unset;
}
.daily-itinerary .accordion-item {
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, .125);
}
/* quick-message */
.quick-message {
border: 1px dotted #d6a659;
border-radius: 4px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-top: 15px;
background-color: #fbf5eb;
}

.quick-message label {
  
  margin-top: 10px;

}
.quick-contact {
background-color: #fae1b8;
padding-top: 20px;
padding-bottom: 20px;
}
#id_message {
    min-height:100px;
}
.quick-message label {
line-height: 10px;
}
.quick-message .form-control {
font-size: 13px;
}
.quick-message .btn {
background-color: #e6ba75;
border-radius: 20px;
padding-left: 30px;
padding-right: 30px;
border: unset;
color: #000;
}


/* contact */
#contact-wrapper .right_conatct_social_icon{
background: linear-gradient(to top right, #FF924F -5%, #fae1b8 100%);
}
#contact-wrapper {
background-color: #f6f6f6;
padding: 120px 0px;
}
.form-floating>label {
padding-left: 0px;
}
#contact-wrapper .contact_inner{
background-color: #fff;
position: relative;
box-shadow: 20px 22px 44px #cccc;
border-radius: 25px;
}
#contact-wrapper .contact_field{
padding: 60px 340px 90px 100px;
}
#contact-wrapper .right_conatct_social_icon{
height: 100%;
}
.social {
    text-align:center;
    margin-top:20px;
}
.social .btn-dark {
    background-color: #3b5998;
    border-color: #3b5998;
}
.social .btn-secondary {
    background-color: #1b8c44;
    border-color: #1b8c44;
}
#contact-wrapper .contact_field h3{
color: #000;
font-size: 30px;
letter-spacing: 1px;
font-weight: 600;
margin-bottom: 10px
}
#contact-wrapper .contact_field p{
color: #000;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 0px;
}
#contact-wrapper .contact_field .form-control{
border-radius: 0px;
border: none;
border-bottom: 1px solid #ccc;
padding-left: 3px;
}
#contact-wrapper .contact_field .form-control:focus{
box-shadow: none;
outline: none;
border-bottom: 2px solid #d6a659;
}
#contact-wrapper .contact_field .form-control::placeholder{
font-size: 13px;
letter-spacing: 1px;
}

#contact-wrapper .contact_info_sec {
position: absolute;
background-color: #2d2d2d;
right: 1px;
top: 18%;
height: 340px;
width: 340px;
padding: 40px;
border-radius: 25px 0 0 25px;
color: #fff;
}
#contact-wrapper .contact_info_sec h4{
letter-spacing: 1px;
padding-bottom: 15px;
}

#contact-wrapper .info_single{
margin: 30px 0px;
}
#contact-wrapper .info_single i{
margin-right: 15px;
}
#contact-wrapper .info_single span{
font-size: 14px;
letter-spacing: 1px;
}

#contact-wrapper button.contact_form_submit {
background: linear-gradient(to top right, #d19f4e -5%, #FF924F 100%);
border: none;
color: #fff;
padding: 10px 15px;
width: 100%;
margin-top: 25px;
border-radius: 35px;
cursor: pointer;
font-size: 14px;
letter-spacing: 2px;
}
#contact-wrapper .socil_item_inner li{
list-style: none;
}
#contact-wrapper .socil_item_inner li a{
color: #fff;
margin: 0px 15px;
font-size: 14px;
}
#contact-wrapper .socil_item_inner{
padding-bottom: 10px;
}
.btn {
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;

}
h4,h5,h1,h2,h3,h6 {
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.095),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1) !important;
}

.mamta  {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  height: auto !important;

}

/* ck editor image config */
#destination-details img {
  width: 500px !important;
  height: auto !important;
  float: left;
  margin-right: 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#destination-details p {
  text-align: justify;
}

.tours-title-details img {
  width: 55% !important;
  height: auto !important;
  float:left;
  padding-right:20px;
  padding-bottom:15px;

}

.tours-title-details p {
  text-align: justify;

}
/* responsive */
@media(max-width:992px){
  #testimonial-wrapper p {
      padding-left: 20px;
      padding-right: 20px;
  }
  #contact-wrapper .contact_info_sec {
      position: unset;
      top: unset;
      width: 100%;
      border-radius: 5px;
  }
  #contact-wrapper .contact_field {
       padding: 15px 40px 10px 30px; 
       border-radius: 5px;
  }
 #music-wrapper {
  display: none;
 }
 .align-items-end {
  padding-top: 10px;
 }
 
}
/* for music */
#music-for-mobile {
  background-color: #fae1b8;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media(min-width:768px){
  #music-for-mobile {
      display: none;
  }
}
@media(max-width:576px){
  .slider-wrapper .item img {
      width: 100%;
      height:250px;
     
    }
    .slider-wrapper .item .cover {
        widht:100%;
        height:250px;
    }
    .slider-wrapper .item {
        widht:100%;
        height:250px;
        
    }
    #about-home h1 {
       margin-top:20px;
    }
    .slider-wrapper .item .cover .header-content {
      padding-top: 0px;
    }
    .slider-wrapper .item .cover {
      padding-top: 50px;
    }
    #our-packages .card {
      height: 300px;
    }
    .search {
      width: 370px !important;
    }
    .tours-title-details img {
        width:100% !important;
        float:none;
        padding-right:0px !important;
    }
}
@media(max-width:768px) {
  #our-packages .card {
      height: auto;
    }
    #our-packages .card-img {
      padding-right: 20px;
    }
    .image-cover img {
      height: auto;
    }
    #why-travel .col-md-2 {
      padding-top: 40px;

    }
    .power-by span {
      padding: 20px 20px 20px 20px;
    }
    #destination-wrapper .destination-cover {
      height: 200px !important;
    }
    #destination-wrapper .destination-cover img {
      height: 200px;
    }
    .destination-title {
      top: 100px;
    }
    #destination-details img {
      width: 100%;
    }
    #destination-details img {
      width: 100% !important;
    }


}

/* start our team */

#team-wrapper {
  margin-top: 70px;
}

#team-wrapper .team-box {
  margin-top: 30px;
  height: 300px;
  border-radius: 20px 20px 5px 5px; 
  background-color: #f6f6f6;
  /* border: 1px solid #666; */
  padding-bottom: 15px;
  transition: 1s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}

#team-wrapper .team-detail {
  margin-top: 25px;
  text-align: center;
}
#team-wrapper .team-img {
  height: 200px;
  width: 100%;

}

#team-wrapper .team-img img {
  height: 200px;
  width: 100%;
  border-radius: 20px 20px 15px 60px;
}

#team-wrapper .team-box:hover {
  background-color: #fae1b8;
  transition: 1s;
  
}  

/* gallery */
@media(max-width:768px){
  #g-llary2 img {
    width: 100%;
    height: 350px;
  }

}
#g-llary2 {
  padding-top: 30px;
  position: relative;
}
#g-llary2 .owl-next {
  position: absolute;
  top: 37%;
  font-size: 50px;
  right: 30px;
  color: #fff;
}
#g-llary2 .owl-prev {
  position: absolute;
  top: 37%;
  font-size: 50px;
  left: 30px;
  color: #fff;
}

.img-name {
  position: absolute;
  bottom: 0px;
  left: 20px;
  text-align: center;
  margin: auto;
}
.img-name p {
  font-size: 20px;
  color: #fff;
  text-align: center !important;
  margin: auto;
}
#g-llary2 .item {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.tz-gallery .row > div {
  padding: 20px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 42%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  content: '';
  pointer-events: none;
  z-index: 9000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #0000000e;
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.accordion-body img {
  width: 40% !important;
  height: auto !important;
  border-radius: 10px;
  float: left;
  margin-right: 15px;
  margin-top:15px;
}
.accordion-body p {
    font-size:15px !important;
}

/* himalayan ads */

#himalayan-ads {
  position: fixed;
  bottom: -20px;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color:  #824c2d;
}
.alert-primary-bg {
  background-color: unset !important;
  border: unset;
  color: #d7c7bd;
}
.click-here-tag {
  color: #fff;
  font-size: 13px;
 
}
.himalyan-title {
  font-weight: bold;

}
.btn-close {
  background: unset !important;
  color: #fff;
  padding: 0px;
}
.btn-close i {
  font-size: 30px;
}
.alert-dismissible .btn-close {
  padding:12px;
}
marquee {
  font-size: 13px;
}

.contact_info_sec a {
  color: white !important;
}

.footer-cover a {
  color: #909192 !important;
}

#booking-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.booking-form-cover {
  margin-top: 40px;
}
.trek-pricing {
  margin-top: 40px;
}
.booking-form-cover label {
  font-weight: bold;
  font-size: 13px;
}
.booking-form-cover .form-control {
  font-size: 13px;
  height: 45px;
  background-color: #f6f6f6;
}

.trek-pricing {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
  background-color: #f6f6f6;
}
.trek-pricing p {
  font-size: 16px !important;
  line-height: 35px;
  font-weight: 500;
  
}
.trek-pricing span {
  float: right;
}
.selected-tour-name {
  color: green;
}
#success-booking {
  padding-bottom: 100px;

}
#success-booking .btn {
  margin-top: 30px;

}

/* for header music */
.playBtn {
  width: 60px;
  height: 60px;
  display: block;
  /* background-color: #62bc33; */
margin-right: 20px;
  border-radius: 50%;
  position: relative;
  /* position: fixed;
  left: 20px;
  top: 50px; */
  z-index: 50;
  text-decoration: none;
  cursor: pointer;
  &:after {
    display: block;
    margin: auto;
    content: "Mute";
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 40px;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: arial;
    font-weight: bold;
  }
  .playIcon {
    border: solid 2px #949292;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 30px;
    right: 0px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    &:after {
      content: "";
      display: block;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 12px;
      border-color: transparent transparent transparent #949292;
      position: relative;
      top: 8px;
      left: 2px;
    }
  }
  &.stopBtn {
    .playIcon {
      opacity: 1;
    }
    #bars {
      opacity: 0;
    }
    &:after {
      content: "Play";
      background-color: #000;
    }
  }
  #bars {
    height: 30px;
    width: 40px;
    position: relative;
    margin: auto;
    top: 16px;
    transition: all 0.3s ease-in-out;
  }
  .bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 5px;
    animation: sound 0ms -800ms linear infinite alternate;
  }
}

@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.bar {
  &:nth-child(1) {
    left: 0px;
    animation-duration: 474ms;
  }
  &:nth-child(2) {
    left: 7px;
    animation-duration: 433ms;
  }
  &:nth-child(3) {
    left: 14px;
    animation-duration: 407ms;
  }
  &:nth-child(4) {
    left: 21px;
    animation-duration: 458ms;
  }
  &:nth-child(5) {
    left: 28px;
    animation-duration: 400ms;
  }
  &:nth-child(6) {
    left: 35px;
    animation-duration: 427ms;
  }
}

@media only screen and (max-width: 997px) {
  .playBtn {
    transform: scale(0.5);
    right: 20px;
    bottom: 20px;
  }
}


.gallery-slider .carousel-item img {
  width: 100%;
  height: 460px;

}
@media(max-width:576px){
.gallery-slider .carousel-item img {
  width: 100%;
  height: 200px !important;

}
    
}
.gallery-slider {
  margin-top: 20px;
 
}
.gallery-slider h2 {
  text-align: left;
}
.gallery-slider h2 {
    color:red;
}
/* tabel */
#tours-details table {
  width: 100%;
  border: 1px solid red;
}
#tours-details tbody, td, tfoot, th, thead, tr {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f6f6f6 !important;
}
/* live chat */
#whatsap-chat-cover {
  width: 200px;
  position: fixed;
  z-index: 99999;
  right: 0;
  background-color: #075e54;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  border-radius: 20px 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#whatsap-chat-cover h5 {
  font-size: 16px;
}
/*404 error pages*/
.section-404-wrapper {
  padding: 4rem 2rem;
  text-align:center;
}

.section-404-wrapper .error {
  font-size: 150px;
  color: #008B62;
  text-shadow: 
    1px 1px 1px #00593E,    
    2px 2px 1px #00593E,
    3px 3px 1px #00593E,
    4px 4px 1px #00593E,
    5px 5px 1px #00593E,
    6px 6px 1px #00593E,
    7px 7px 1px #00593E,
    8px 8px 1px #00593E,
    25px 25px 8px rgba(0,0,0, 0.2);
}

.section-404-wrapper .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.section-404-wrapper .back-home {
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0,0,0, 0.4);
  background: #222;
  border-radius: 6px;
}
.section-404-wrapper .back-home:hover{
  background: #222;
  color: #ddd;
}

/* for google translate */
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  display: none !important;
}
/* Custom style for google translate dropdown */
#google_translate_element select {
    background-color: #000;
    color: #fff;
    border: none !important;
    padding: 7px;
    font-size: 12px;
    border-radius: 5px;
   
}
/* Custom style for google translate dropdown */
.goog-te-gadget {
  display: ruby !important;
}

