.archive-inner .container {
  max-width: 1400px;
}

.review-search {
  padding-left: 20%;
  padding-right: 20%;
}

.review-search .btn-search {
  padding-left: 20px;
  padding-right: 20px;
}

.group-header {
  margin-bottom: 10px;
}

.group-header a {
  color: #000;
}

.group-header a:hover {
  color: #e34949;
}

.group-header span {
  font-size: 18px;
  font-weight: 500;
}

.card {
  cursor: pointer;
  margin-bottom: 35px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border: unset;
  transition: 0.5s;
}

.card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 1.1rem;
}

.card-body h5 {
  font-size: 18px;
}

.card-body .meta {
  position: relative;
  color: #fff;
  top: -50px;
  height: 0px;
  font-weight: 300;
}

.card-body .meta i {
  margin-right: 5px;
  margin-left: 7px;
}

.card-body .meta i:first-child {
  margin-left: 0;
}

.card-image-custom {
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
  transition: 0.35s;
}

.fade-film {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: 0.5s;
}

/* .card-image-custom:hover {
    background-size: 114%;
 } */

.custom-height {
  height: 300px !important;
}

.aside-trip {
  margin-bottom: 30px;
}

.aside-trip .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
}

.aside-trip .other-sources {
  margin: unset;
  padding-left: 25px;
  list-style: none;
}

.aside-trip .other-sources > li {
  position: relative;
  line-height: 18px;
}

.aside-trip .other-sources > li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: 0;
  color: #e34949;
}

.aside-trip .other-sources > li:not(:last-child) {
  margin-bottom: 7px;
}

.aside-trip .other-sources a {
  color: #6c6c6c;
  font-weight: 400;
}

.aside-trip .other-sources a:hover {
  color: #e34949;
}

.aside-trip .menu-circle .item-list {
  padding: unset;
  margin: unset;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

/* .aside-trip .menu-circle .item-list > li {
  margin-bottom: 10px;
} */

.aside-trip .menu-circle .item-list > li a {
  display: block;
  aspect-ratio: 1 / 1;
  background-color: #6c6c6c;
  border-radius: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  align-content: center;
  padding: 0px 10px;
}

.aside-trip .menu-circle .item-list > li a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .review-search {
    padding: unset;
  }

  .custom-height {
    height: 220px !important;
  }
}
