.india-bg{
    background-image: url("/img/india.png") !important;
    background-size: cover;
    
}

.desti-card {
  /* height: 350px; */
  height: 232px;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  /* border-radius: 16px; */
  position: relative;
  overflow: hidden;
}

.desti-overlay {
  position: absolute;
  bottom: 20px;
  
 /* display: flex;
  font-family: 'Manrope', sans-serif ;
  justify-content: center !important;
  width:100%; */
left: 20px;

 
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
/* border-bottom: 2px solid #FFFFFF; */

}

.main-border{
    width:89px;
    height: 1px;
    color:#FFFFFF;
    opacity: 1;
    margin: 0.5rem 0 0;
    border-top: 2px solid #FFFFFF;
}



.arrow-btn {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  z-index: 99;
}

.transition {
  transition: transform 0.4s ease;
}


.desti_text{
font-family: 'Manrope', sans-serif ;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color:#FFFFFF;
}

.desti_arrow{
  width: 50px !important;
height: 50px !important;
 
/* angle: 0 deg; */
opacity: 1;
/* border-width: 0.5px; */
border: 0.5px solid #FFFFFF !important;
border-radius: 50px !important;
}

/* <style>
  .review-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 230px;
  }

  .stars {
    color: #f5c518;
    font-size: 1.1rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
  }

  @media (max-width: 768px) {
    .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
</style> */
