/* //destinations module */

.top-destinations-module {}

.top-destination {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}
.top-destination .full-link{
  z-index: 100;
}
.top-destination:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.42) 99%);
}

.destiantion-image-wrap {
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.destiantion-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
}

.destiantion-info-wrap .total-tour {
  margin-bottom: 22px;
}

.destiantion-info-wrap .total-tour span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  color: #FFFFFF;
  background: #9F76FF;
  border-radius: 10.5px;
  display: inline-block;
  padding: 2px 10px;
}

.destiantion-info-wrap .tour-title h4 {
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.destiantion-info-wrap .tour-place {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 22px;
}

.spbooking.button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 7px 15px;
}

/* //Responsive */

@media (max-width: 767px) {
  .destiantion-info-wrap {
    padding: 15px;
  }
  .destiantion-info-wrap .total-tour {
    margin-bottom: 10px;
  }
  .destiantion-info-wrap .tour-title h4 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .destiantion-info-wrap .tour-place {
    margin-bottom: 10px;
  }
  .spbooking.button {
    font-size: 12px;
  }
  .button {
    font-size: 12px;
  }
  .destiantion-image-wrap{
    height: 220px;
  }
}
