.explore-destination-loader img {
  display: block;
  width: 100px;
  margin-inline: auto;
}

.filter-explore-destination {
  margin-bottom: 3rem;
}

.filter-explore-destination h3 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.explore-destination-filters {
  position: relative;
}

.explore-destination-filters .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  outline: none;
  border: 0;
  z-index: 1;
  height: 100%;
  width: 30px;
  text-align: center;
}
.explore-destination-filters .scroll-btn img {
  width: 30px;
}
.explore-destination-filters .scroll-btn.left-arrow {
  left: -2rem;
  /* background-image: linear-gradient(90deg, #fff 50%, transparent);
  text-align: left; */
}
.explore-destination-filters .scroll-btn.right-arrow {
  right: -2rem;
  /* background-image: linear-gradient(270deg, #fff 50%, transparent);
  text-align: right; */
}

.filter-explore-destination .explore-destination-terms {
  list-style: none;

  margin: 0;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;

  margin-bottom: 2rem;
  column-gap: 8px;

  /* padding-left: 3rem;
  padding-right: 3rem; */
}
.filter-explore-destination .explore-destination-terms::-webkit-scrollbar {
  display: none;
}

.filter-explore-destination .explore-destination-terms .btn {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 800;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0fafcb;
  border: 1.5px solid #0fafcb;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.filter-explore-destination
  .explore-destination-terms
  li.explore-destination-active,
.filter-explore-destination .explore-destination-terms .btn:hover,
.filter-explore-destination .explore-destination-terms .btn:focus,
.filter-explore-destination
  .explore-destination-terms
  li.explore-destination-active {
  background-color: #fff;
  color: #0fafcb;
}

.filter-explore-destination .explore-destination-terms .btn:hover:after {
  width: 100%;
}

.filter-explore-destination .explore-destination-terms .btn span {
  display: block;
  line-height: 1.5rem;
}

.explore-destination-items-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-img {
  height: 200px;
}

.explore-destination-items-container .explore-destination-item {
  border-radius: 5px;
  overflow: hidden;
  outline: 2px solid transparent;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137254902);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137254902);
  -webkit-transition: outline 0.5s ease, -webkit-box-shadow 0.3s ease;
  transition: outline 0.5s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, outline 0.5s ease;
  transition: box-shadow 0.3s ease, outline 0.5s ease,
    -webkit-box-shadow 0.3s ease;

  position: relative;
}

a.cardlink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.explore-destination-items-container .explore-destination-item:hover {
  outline-color: #0fafcb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-img.default_img {
  background: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-img.default_img
  h3 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-img.default_img
  a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-img
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info {
  background-color: #fff;
  padding: 20px 30px;
  color: #787878;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  h3 {
  margin-bottom: 10px;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  h3
  a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  h3
  a:hover {
  color: #0fafcb;
  text-decoration: none;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  p {
  line-height: 33px;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  .btn {
  background: #0fafcb;
  border: 1.5px solid #0fafcb;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.explore-destination-items-container
  .explore-destination-item
  .explore-destination-info
  .btn:hover {
  background: #fff;
  border: 1.5px solid #0fafcb;
  color: #0fafcb;
}

@media only screen and (max-width: 1200px) {
  .explore-destination-items-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .explore-destination-items-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .filter-explore-destination .explore-destination-terms .btn {
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }

  .filter-explore-destination .explore-destination-terms::-webkit-scrollbar {
    display: unset;
  }
  .explore-destination-filters .scroll-btn {
    display: none;
  }
}
