.bangkok-preview {
  background: #dedede;
  background-size: cover;
  background-position: center;
}

.bangkok-preview::after {
  position: absolute;
  content: "";
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09987745098039214) 0%, rgba(0, 0, 0, 0.5116421568627452) 100%);
}

.pattaya-preview {
  background: #dedede;
  background-size: cover;
  background-position: center;
  top: -130px;
}

.pattaya-preview::after {
  position: absolute;
  content: "";
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09987745098039214) 0%, rgba(0, 0, 0, 0.5116421568627452) 100%);
}

@media (max-width: 576px) {
  .pattaya-preview {
    top: 0;
  }
}

.taan-preview {
  background: url('https://images.unsplash.com/photo-1478369402113-1fd53f17e8b4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=962&q=80');
  background-size: cover;
  background-position: center;
}

.eat-and-drink {
  background: url('https://images.unsplash.com/photo-1517638851339-a711cfcf3279?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80');
  background-size: cover;
  background-position: center;
}

/*.eat-and-drink .image-title-header {*/
/*  margin-bottom: -20px;*/
/*}*/

.inspire-fun {
  background: url('https://images.unsplash.com/photo-1496024840928-4c417adf211d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80');
  background-size: cover;
  background-position: center;
}

.stay-close {
  height: 220px;
  display: flex;
  align-items: center;
  background: rgb(24, 34, 68);
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 576px) {
  .stay-close {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stay-close h1 {
    font-size: 30px;
    font-size: 600;
  }

  .taan-preview {
    height: 210px !important;
  }

  .eat-owl .image-title {
    bottom: 280px;
    line-height: 38px;
  }
}

.stay-close .btn {
  background: #e71d2a;
  border-color: #e71d2a;
  color: #ffffff;
  font-weight: 600;
}

.gallary-container {
  display: flex;
  flex-wrap: wrap;
}

.gallary-image {
  background: #ededed;
  height: 175px;
  width: 100%;
  background-size: cover;
}

@media (max-width: 768px) {
  .gallary-image {
    height: 126px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .gallary-image {
    height: 110px;
    width: 100%;
  }
}

.image-1 {
  background: #a7a7a7;
  background-position: center;
  background-size: cover;
}

.image-2 {
  background: #a7a7a7;
  background-position: center;
  background-size: cover;
}

/* Inspire fun card */

@media (max-width: 576px) {
  .inspire-fun-card {
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }

  .card .card-img-inspire-fun {
    width: 165px;
    height: 100px;
  }

  .card.inspire-fun-card .card-body {
    padding-top: 0 !important;
    padding-left: 15px !important;
  }

  .card.inspire-fun-card .card-text {
    display: none;
  }

  .card.inspire-fun-card .card-type {
    margin-bottom: 5px;
  }

  .inspire-fun-card h5 {
    text-decoration: none;
    text-transform: none;
  }

  .inspire-fun-card .card-category {
    margin-top: 0;
  }
}
