.home-about{
  position: relative;
  width: 80%;
}

.badge-home{
  position: absolute;
  background-color: #fd6502!important;
  bottom: 50px;
  left: 20px;
  border-radius: 10px;
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.home-about img{
  width: 100%;
  border-radius: 20px;
}
  
.badge-home h3{
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
.badge-home h3 span{
  display: block;
  font-size: 1.5rem;
  color: #000000;
}
.badge-home-2{
  position: relative;
}

.badge-home-2 h3{
  position: absolute;
  font-size: 2rem;
  text-align: left;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 7px #000;
}

.serivice-card{
  text-align: center;
  margin-bottom: 50px;
}
.serivice-card img{
  width: 100px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.serivice-card h3{
 font-size: 1.2rem;
}

.serivice-card:nth-child(2){
  background-color: red;
}

.desti-card{
  position: relative;

 overflow: hidden;
}

.desti-card img{
	transition: all 0.9s;
}
.desti-card img:hover{
	transform: scale(1.5);
  }

.desti-card h3{
  position: absolute;
  font-size: 2rem;
  text-align: left;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 7px #000;
}

/*---testimonals---*/

.carousel {
	
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
  margin-top: 20px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.carousel-indicators li.active {		
	background: #888;		
}
/*---testimonals---*/
.package-card{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	overflow: hidden;
  height: 100%;
}
.package-item{
	position: relative;
}
.package-item p {
    position: absolute;
    width: max-content;
    left: 10px;
    background: rgb(6, 6, 6, 0.5);
    bottom: 10px;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    font-size: 1rem;
font-weight: 600;
}
.tour-info{
	margin: 20px;
	
}
.tour-info p{
margin: 0;
}

.moreless-button {
	color: #0E33A8;
	font-size: 18px;
	text-decoration: underline;
  }
  .moretext {
	  display: none;
	}
  .offer-label{
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  .pckags-row{
    background-color: #fd6502;
    color: #fff;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
  }

  .inclusions{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .pckags-row p i{
    text-align: center;
    margin: 0 auto;
      }
    
  .pckags-row p{
text-align: center;
  }

  .price{
	font-size: 1.5rem;
  }

  .high-list {
	list-style: none;
  padding-left: 0;
  margin-top: 20px;
  }

  .high-list li{
	position: relative;
	margin-left: 20px;
  margin-bottom: 10px;
  }

  .high-list li i{
	position: absolute;
	left: -20px;
  }

  .pckg-services-i{
    width: 100px;
    margin: 0 auto;
  }