/* SVG styles */
html,
body {
  color: #1a3243;
  font-family: "Montserrat", sans-serif;
}

.section-destination {
  padding: 20px 0;
}

/* Aspect Ratios */

/* SVG Styles */
.svg {
  width: 24px;
  height: 24px;
}

.svg-muted {
  fill: #9a9a9a;
}

/* Utilities */
.info-dark {
  background-color: #333;
  color: #fff;
}
.bg-muted {
  background-color: rgb(249, 249, 249);
}

.bg-dark {
  background-color: #333;
}
.section-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
}

.font-bolder {
  font-weight: 600;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-muted {
  color: #ddd;
}

.text-light {
  color: #fff;
}

.hr-light {
  border-top: 1px solid rgba(134, 134, 134, 0.1);
}

/* Swiper Slider CSS */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper Slider CSS */

.bus-pkg-book {
  background-color: #1b74e5;
}

.bus-pkg-nav .nav-link {
  color: #000;
  position: relative;
}

.bus-pkg-nav .nav-link:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b74e5;
  opacity: 0;
  visibility: hidden;
}

.bus-pkg-nav .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.bus-pkg-iten-tab .nav-link {
  color: #000;
  font-weight: 500;
}

.bus-pkg-iten-tab .nav-link.active {
  background-color: #1b74e5;
  color: #fff;
  position: relative;
}

.bus-pkg-iten-tab .nav-link.active:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #1b74e5;
  top: 50%;
  right: -6px;
  transform: translateY(-50%) rotate(45deg);
}

/* Bus package iten styles */
.bus-pkg-iten-list {
  padding: 0;
}

.bus-pkg-iten-list li {
  padding: 12px 0;
}

.bus-pkg-iten-list svg {
  fill: #1b74e5;
  width: 24px;
  height: 24px;
}

/* Includes excludes styles */
.bus-pkg-includes,
.bus-pkg-excludes {
  padding: 0;
  list-style: none;
}
.bus-pkg-includes li,
.bus-pkg-excludes li {
  position: relative;
  padding-bottom: 2px;
}

.bus-pkg-includes li svg,
.bus-pkg-excludes li svg {
  width: 14px;
  height: 14px;
}

/* .bus-pkg-includes li svg {
  fill: #1b74e5;
}

.bus-pkg-excludes li svg {
  fill: #8c1c13;
} */

/* Bus slider */
.bus-pkg-slider {
  padding-top: 56.25%;
  position: relative;
}

.bus-pkg-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Package list item styles */
.package-list-item {
  border-radius: 5px;
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.package-list-item-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.package-list-item-title a {
  color: #000;
  text-decoration: none;
}

/* Package Price designs */
.package-price-prev {
  position: relative;
}

.package-price-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 1px;
  background-color: #2f2f2f;
}

/* Package iten styles */
.package-iten-svg {
  width: 48px;
  height: 48px;
  background-color: #333;
  border-radius: 50%;
}

.package-iten-ul {
  margin: 0 !important;
}

.package-iten-svg svg {
  fill: #fff;
}

.package-iten-destination {
  position: relative;
  padding-left: 40px !important;
}

.package-iten-destination:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 3px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-color: #fff;
}

.bus-pkg-title {
  font-size: 30px;
}