#hero {
  /* background-image: url("https://phoenix.demowebs.eu/wp-content/uploads/2023/02/ta16.jpg"); */
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.video-bg,
.video-bg iframe,
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .mask {
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-inner {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-pills ul {
  margin: 0;
  border: 0;
}
.search-pills ul li {
  margin: 0;
  border: 0;
}
.search-pills > div {
  padding: 1rem;
  background: #efefef;
}
.search-pills svg {
  width: 30px;
  height: 30px;
}
.search-pills .nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  background: #fff;
  min-width: 150px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--main2);
  stroke: var(--main2);
}
.search-pills .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #efefef;
}

.search-pills .inner-form input,
.search-pills .inner-form select,
.search-pills .inner-form button {
  width: 100%;
}

.search-pills .inner-form button {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .search-pills ul li {
    width: 50%;
  }
  .search-pills .nav-tabs .nav-link {
    width: 100%;
  }
  .search-pills .inner-form select {
    margin-bottom: 1rem;
  }
}
.home #no-title-page-wrapper {
  padding-top: 0;
}

.badges {
  position: absolute;
  top: 10px;
  left: 10px;
}
.badge {
  background-color: var(--accent1);
  color: #000;
  font-size: 0.75rem;
  border-radius: 50px;
}
#no-title-page-wrapper {
  background-size: contain;
}
.about_us {
  margin: 5rem 0;
}
.about_us .images {
  position: relative;
}

.about_us .images img {
  border-radius: 10px;
  width: 50%;
  height: 400px;
  object-fit: cover;
}
.about_us img:last-child {
  position: absolute;
  top: 30%;
  right: 10%;
  border: 5px solid #fff;
  height: 300px;
}
.about_us .content ul {
  list-style-type: none;
  padding: 0;
}
.about_us .content ul li {
  min-height: 40px;
  background: #fff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 10px;
  width: 80%;
}
.about_us .content .icon {
  background: #eee;
  color: var(--main4);
  border-radius: 50%;
  font-size: 25px;
	min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  line-height: 1;
}
.about_us .heading {
  font-size: 1.3rem;
  font-weight: bold;
}
.about_us .text p {
  margin: 0;
  color: #777;
}
@media screen and (max-width: 768px) {
  .about_us {
    margin: 3rem 0;
  }
  .about_us .content {
    margin-top: 2rem;
  }
  .about_us .content ul li {
    width: 100%;
  }
  .about_us .images img {
    height: 350px;
  }
  .about_us img:last-child {
    top: 20%;
    height: 300px;
  }
}
section.home-package,
section.home-tours {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
section > h2,
section > .container > h2 {
  margin: 1.5rem 0 0.5rem;
}
section h2 + p {
  margin-bottom: 1.5rem;
  color: #777;
}
section .btn-lg {
  margin-top: 1.5rem;
  border-radius: 50px;
}

/* Section Packages */
.package-slider article {
  height: 100%;
  min-height: 400px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.package-slider img {
  min-height: 400px;
  object-fit: cover;
}
.package-slider .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.package-slider .title {
  color: #fff;
  margin: 0;
}
.package_list {
  list-style-type: none;
  padding-left: 0.25rem;
  margin: 0;
}
.package_list li {
  font-size: 16px;
  color: #fff;
}
.package_list li:not(:last-child) {
  margin-bottom: 8px;
}

/* Section tours */
.home-tours .view-more-container {
  text-align: right;
}
.single-tour article {
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.single-tour a {
  margin: 0;
}
.single-tour article .card-body {
  padding-bottom: 0;
}
.single-tour .title {
  /* min-height: 48px; */
}
.single-tour .title a {
  color: #222;
  font-weight: bold;
}
.tour_list {
  list-style-type: none;
  padding-left: 0.25rem;
  margin: 0;
}
.tour_list li {
  font-size: 16px;
  color: #777;
}
.tour_list li:not(:last-child) {
  margin-bottom: 8px;
}
.tour_list i {
  margin-right: 5px;
  color: var(--main1);
}
.single-tour .view-more-container {
  padding: 0 1rem 1rem 1rem;
  text-align: right;
}
.single-tour .view-more {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .home-tours .view-more-container {
    text-align: center;
  }
  .home-tours .view-more-container a {
    margin: 0 0 1rem 0;
  }
  section h2,
  section h2 + p {
    text-align: center;
  }
}
.swiper-backface-hidden .swiper-slide {
  height: auto;
}
.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  background: #222;
}
.swiper-prev {
  left: 10px;
  right: auto;
}
.swiper-next {
  left: auto;
  right: 10px;
}

@media screen and (max-width: 425px ) {
	#hero .mask {
		padding: 2vw !important;
	}
	.search-pills .nav-tabs .nav-link {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		min-width: 120px;
	}
}