.banner {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-search {
  background-color: #0e80db;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width:767px) {
  .w-search {
    display: none;
  }
}
.w-search__container {
  padding: 1rem;
}
.w-search__row {
  display: flex;
  align-items: center;
}
.w-search__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
}
.w-search__form {
  display: flex;
  margin-left: 1rem;
}
.w-search__group {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.w-search__group--start {
  border-radius: 30px 0 0 30px;
}
.w-search__group--end {
  border-radius: 0 30px 30px 0;
  border-right: 0;
}
.w-search__icon {
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.6);
}
.w-search__input {
  border: 0;
  outline: none;
  width: 140px;
}
.w-search__submit {
  margin-left: 2.5rem;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.w-search__btn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0 2rem;
}
.w-intro {
  padding: 3rem 3rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width:767px) {
  .w-intro {
    padding: 1rem;
  }
}
.w-intro__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
}
.w-sorts__col {
  height: 350px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .w-sorts__col {
    height: 300px;
    margin-bottom: 1rem;
  }
}
.w-sorts__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.w-sorts__overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-sorts__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.w-sorts__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: background-color ease-in 1s;
  background-color: #034694;
}
.w-sorts__title {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 1px 2px 4px #000000;
}
.w-sorts__link {
  color: #ffffff;
  text-shadow: 1px 2px 4px #000000;
}
.w-sorts__link:hover {
  color: #ffffff;
}
.w-sorts__extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-out 2s;
}
.w-sorts__content:hover:after {
  opacity: 0.3;
}
.w-sorts__content:hover > .w-sorts__extra {
  max-height: 500px;
}
.w-sorts__item {
  text-align: center;
}
.w-sorts__item > a {
  color: #ffffff;
  text-shadow: 1px 2px 4px rgba(41, 41, 41, 0.6);
}
.w-topic {
  margin: 4rem 0;
  width: 100%;
  display: flex;
}
@media screen and (max-width:767px) {
  .w-topic {
    flex-wrap: wrap;
  }
}
.w-topic__bg {
  flex: 0 0 50%;
  max-width: 50%;
  height: 350px;
  background-image: url("../images/SCAN-Travel-1-1030x579-1-1280x720.jpg");
  background-size: cover;
}
@media screen and (max-width:767px) {
  .w-topic__bg {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}
.w-topic__txt {
  background-color: #fded8d;
  padding: 2rem 2rem;
}
@media screen and (max-width:767px) {
  .w-topic__txt {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.w-topic__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 3px 3px 3px #fce55b;
}
.w-topic__list > li,
.w-topic ul > li {
  padding-left: 1rem;
}
.w-topic__list > li:before,
.w-topic ul > li:before {
  content: '\f00c';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.w-item {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .w-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .w-item__col {
    margin-bottom: 1rem;
  }
}
.w-item__wrapper {
  border: 1px solid #bdc3c7;
  display: block;
}
.w-item__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.w-item__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-item__txt {
  padding: 1rem;
}
.w-item__title {
  font-size: 1.3rem;
  color: #34495e;
  line-height: 1.5rem;
  max-height: 3rem;
  overflow: hidden;
}
.w-item__intro {
  font-size: 0.9rem;
  color: #34495e;
  line-height: 1.2rem;
  display: block;
  height: 3.6rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.w-item__price {
  display: flex;
  justify-content: center;
}
.w-item__price-col {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #e17055;
  margin: 0 0.7rem;
  font-size: 1.5rem;
}
.w-item__price-col > i {
  font-size: 1.8rem;
}
.not-found {
  width: 100%;
  height: 400px;
  background-image: url("../images/not-found.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=home.css.map */