.btn-pro {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0;
    color: #f82249 !important;
    animation-delay: 0.8s;
    border: 1px solid #fff;
    background-color: #fff;
  }
  
  .btn-pro:hover {
    background: #f82249;
    color: #fff !important;
    border: 1px solid #f82249;
  }

.box-pro{
    margin-bottom: 20px;
  }

  
.box-pro img{
  width: 100%;
  height: 100%;
}

.card-product{
  border: none !important;
}

.card-product img{
  width: 100%;
  height: 250px;
}



.card-product:hover{
  transform: scale(1.03);
}


#hotels .hotel-img {
  transition: 0.5s ease; 
}

#hotels .hotel-img::after {
  content: '';
  transition: 1s ease; 
}

#hotels .hotel-img:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  transition-duration: 0.4s;
}

.line_pro {
  position: relative;
}


.line_pro::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 5px;
  background: #f82249;
  bottom: -20px;
  left: calc(40% - 25px);
  border-radius: 20px;
}

.pro-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #f82249;
  animation-delay: 0.8s;
  border: 2px solid #f82249;
}

.pro-btn:hover {
  background: #f82249;
  color: #fff;
}

.pro_img{
  animation-delay: 0.8s;
  transition: 0.7s;
  border: 4px solid transparent;
}

.pro_img:hover{
  transform: scale(1.07);
  border: 4px solid #fdbdc9;
}