.desination-bg{
    background-image: url("/img/destination/destination-bg.png") !important;
    background-size: cover;
    
}

.desti-card {
  /* height: 350px; */
  height: 438.7742919921875px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}



.desti-overlay {
  position: absolute;
  bottom: 20px;
  /* left: 20px; */
  /* left: 100px; */
  color: white;
  font-size: 20px;
  font-weight: bold;
  /* text-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  justify-content: center !important;
  width:100%;
}

.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: 42px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
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> */
