.container {
  max-width: 1280px !important;
}

.layout-destination .layout-item {
  gap: 40px;
}
@media (max-width: 768px) {
  .layout-destination .layout-item {
    gap: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr;
  }
}
.layout-destination .layout-item .items {
  transition: all 0.4s ease;
  width: calc((100% - 80px) / 3);
  overflow: hidden;
  height: 480px;
}
@media (max-width: 768px) {
  .layout-destination .layout-item .items {
    width: 100%;
    height: auto;
    margin-left: 2%;
    padding-right: 4%;
    max-height: 450px;
  }
}
.layout-destination .layout-item .items .layout-img {
  border-radius: 15px;
  transition: max-height 0.4s, border-radius 0.4s;
  background-color: rgb(250, 251, 251);
  width: 100%;
  height: auto;
  max-height: 267px;
  overflow: hidden;
}
.layout-destination .layout-item .items .layout-img img {
  border-radius: 15px;
  width: 100%;
  max-height: 267px;
  min-height: 267px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
.layout-destination .layout-item .items .layout-img::after {
  content: "";
  bottom: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: width 0.6s ease-in-out;
  z-index: 0;
  border-radius: 15px;
}
.layout-destination .layout-item .items .layout-title {
  z-index: 1;
}
.layout-destination .layout-item .items .layout-title h3 {
  color: #17233e;
}
.layout-destination .layout-item .items .layout-title .layout-summary {
  color: #828897;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.layout-destination .layout-item .items a {
  color: #e5c403;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.layout-destination .layout-item .items a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 0%;
  transition: width 0.3s ease-in;
}
.layout-destination .layout-item .items:hover .layout-title {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  color: #fff;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -80%, 0);
}
.layout-destination .layout-item .items:hover .layout-title h3,
.layout-destination .layout-item .items:hover .layout-title .layout-summary {
  color: #fff;
}
.layout-destination .layout-item .items:hover .layout-img {
  max-height: 480px;
  height: 100%;
}
.layout-destination .layout-item .items:hover .layout-img img {
  height: 100%;
  max-height: 480px;
}
.layout-destination .layout-item .items:hover .layout-img::after {
  position: absolute;
  transition: all 0.4s ease;
  position: absolute;
  background: rgba(23, 35, 62, 0.7);
  -webkit-backdrop-filter: blur(0.2375rem);
  backdrop-filter: blur(0.2375rem);
  background-size: cover;
}
.layout-destination .layout-item .items:hover a {
  padding-top: 1.5rem 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  max-width: 115px;
  margin: auto;
}
.layout-destination .layout-item .items:hover a:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #e5c403;
  width: 100%;
  transition: width 0.3s ease-in;
}

@media (max-width: 768px) {
  .section-banner .banner .banner-name .name {
    font-size: 36px;
  }
  .section-banner .banner .banner-name .content {
    display: none;
  }
  .view h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .items:hover .layout-title {
    color: #fff;
    transition: color 0.35s ease;
  }
  .items:hover .layout-title h3,
  .items:hover .layout-title .layout-summary {
    color: #fff;
  }
  .items:hover .layout-img {
    height: 100%;
    max-height: 267px;
  }
  .items:hover .layout-img img {
    height: 100%;
    max-height: 267px;
  }
  .items:hover .layout-img::after {
    position: absolute;
    background: rgba(23, 35, 62, 0.7);
    -webkit-backdrop-filter: blur(0.2375rem);
    backdrop-filter: blur(0.2375rem);
    background-size: cover;
  }
  .items:hover a {
    padding: 1.5rem 0;
    opacity: 1;
    max-width: 115px;
    margin: auto;
  }
  .items:hover a:hover::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background: #e5c403;
    width: 100%;
    transition: width 0.3s ease-in;
  }
}/*# sourceMappingURL=home.css.map */