.destination1:before,
.destination1:after {
  content: "";
  background: url(../img/cta/calltoaction2.jpg) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
}

.section-title {
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}

.section-title h2 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.white {
  color: #fff !important;
}

.section-title h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #ef2853;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.destination1:after {
  background: #6f293a94;
}

/* ///  */

.card {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  background: linear-gradient(
    to top,
    rgba(139, 24, 59, 0.8) 50%,
    rgba(139, 24, 59, 0) 100%
  );
  padding: 20px 10px;
}

.stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 5px;
}

.location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.location i {
  color: white;
}

.description p {
  font-size: 14px;
  margin-bottom: 15px;
  color: white;
  z-index: 2;
}

/* .btn {
  background-color: #e91e63;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}

.btn:hover {
  background-color: #c2185b;
} */

.cardoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(139, 24, 59, 0.8) 50%,
    rgba(139, 24, 59, 0) 100%
  );
  z-index: 1;
}

/* ////  */

.tour-offer-box {
  width: 400px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.tour-offer-img {
  position: relative;
}

.tour-offer-img img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
}

.tour-discount-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #8b183b;
  color: white;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  transform: rotate(-45deg);
  transform-origin: left top;
  margin: 15px 0 0 -40px;
  width: 120px;
  text-align: center;
}

.tour-fav-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 16px;
  cursor: pointer;
}

.tour-price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}

.tour-offer-content {
  padding: 15px;
  background: #282973;
}

.tour-location {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tour-title {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.tour-rating {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.tour-rating .stars {
  color: #ffc107;
  margin-right: 8px;
}

.tour-rating .reviews {
  color: #8b183b;
  margin-left: 4px;
  font-weight: 500;
}

.tour-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
}

/* // //  */
