.img-responsive {
  width: 100%;
}
.sticky-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}
.sticky-header .top-bar {
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.sticky-header .top-bar a {
  color: inherit;
}
.sticky-header .top-bar .contact {
  display: flex;
}
.sticky-header .top-bar .contact a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 0;
}
.sticky-header .top-bar .contact a i {
  margin-right: 5px;
}
.sticky-header .top-bar .contact a:last-child {
  margin-right: 0;
}
.sticky-header .top-bar .social-icons {
  display: flex;
}
.sticky-header .top-bar .social-icons .social-icon {
  padding: 8px;
}
.sticky-header .main-menu {
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
}
.sticky-header .main-menu .navbar-toggler {
  border: 0;
  padding: 0;
  outline: 0;
  box-shadow: none;
}
.sticky-header .main-menu .navbar-toggler .navbar-toggler-icon {
  background: none;
  color: var(--color-secondary);
  font-size: 1.6rem;
}
.sticky-header .main-menu .navbar-brand .site-logo {
  width: 180px;
  padding: 15px 0;
}
.sticky-header .main-menu .navbar-brand .site-logo {
  display: none;
}
.sticky-header .main-menu .navbar-brand .site-logo.alt {
  display: block;
}
.sticky-header .main-menu .nav-item .nav-link {
  display: inline-block;
  padding: 38px 20px;
  color: inherit;
}
.sticky-header .main-menu .nav-item:last-child {
  padding-right: 0;
}
.sticky-header .main-menu .megamenu {
  background: transparent;
  border-radius: unset;
  border: none;
  padding: 0;
}
.sticky-header .main-menu .megamenu .mega-menu-wrapper {
  background: white;
  padding: 30px;
  box-shadow: 0 8px 8px -7px #eaeaea;
}
.sticky-header.sticky-top {
  position: fixed;
}
.sticky-header.sticky-top .top-bar {
  display: none;
}
.sticky-header.sticky-top .main-menu {
  background: white;
  box-shadow: 0 0 8px 0 #eaeaea;
}
.sticky-header.sticky-top .main-menu .navbar-brand .site-logo {
  display: block;
}
.sticky-header.sticky-top .main-menu .navbar-brand .site-logo.alt {
  display: none;
}
.sticky-header.sticky-top .main-menu .nav-item .nav-link {
  color: black;
}
.sticky-header .offcanvas,
.sticky-header .offcanvas-lg,
.sticky-header .offcanvas-md,
.sticky-header .offcanvas-sm,
.sticky-header .offcanvas-xl,
.sticky-header .offcanvas-xxl {
  border-width: 0 !important;
  width: 100% !important;
}
.offcanvas .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2rem;
  line-height: 1;
  background: none;
  opacity: 0.8;
}
.offcanvas .btn-close:hover {
  opacity: 1;
}
.offcanvas.bg-dark .btn-close {
  color: white !important;
}
.offcanvas.bg-dark .offcanvas-body {
  color: white;
}
.offcanvas .offcanvas-body {
  padding: 40px;
}
.breadscrumb-section {
  position: relative;
  padding: 200px 0 100px 0;
  background: url("../../images/backgrounds/4.jpg");
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
.breadscrumb-section:after {
  background: url(../images/strokes/st5.png) no-repeat top;
  content: '';
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-size: 100%;
}
.breadscrumb-section .breadscrumb-contain {
  color: white;
  text-align: center;
}
.breadscrumb-section .breadscrumb-contain .h1 {
  font-size: 4.5rem;
  font-weight: 200;
}
.breadscrumb-section .breadscrumb-contain .breadcrumb-item + .breadcrumb-item::before,
.breadscrumb-section .breadscrumb-contain .breadcrumb,
.breadscrumb-section .breadscrumb-contain .breadcrumb a {
  color: inherit;
}
.breadscrumb-section .breadscrumb-contain .breadcrumb {
  justify-content: center;
}
.breadscrumb-section .breadscrumb-contain .breadcrumb-item.active {
  color: inherit;
  font-weight: 500;
}
@media (max-width: 720px) {
  .breadscrumb-section:after {
    display: none;
  }
}
a {
  text-decoration: none;
}
/*
.blog-section {
  .categories {
    text-align: center;

    a.btn {
      padding: 10px 40px;
      font-size: 1.1rem;
      display: inline-block;
      margin-right: 10px;

      &:last-child {
        margin-right: 0;
      }
    }
  }
}
*/
.page-subtitle {
  margin: 90px 0;
  text-align: center;
}
.page-subtitle .h1 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 200;
}
.blog-box {
  margin-bottom: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog-box:before {
  content: '';
  z-index: 1;
  width: 0;
  height: 5px;
  position: absolute;
  background: var(--color-secondary);
  top: 0;
  left: 0;
  -webkit-transition: 0.8s all cubic-bezier(0, 0, 0.3642, 1);
  -moz-transition: 0.8s all cubic-bezier(0, 0, 0.3642, 1);
  -ms-transition: 0.8s all cubic-bezier(0, 0, 0.3642, 1);
  -o-transition: 0.8s all cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.8s all cubic-bezier(0, 0, 0.3642, 1);
}
.blog-box:hover:before {
  width: 100%;
}
.blog-box .blog-image-wrapper {
  position: relative;
  overflow: hidden;
}
.blog-box .blog-image-wrapper .blog-image {
  transform-origin: center;
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.3642, 1);
  -moz-transition: all 0.8s cubic-bezier(0, 0, 0.3642, 1);
  -ms-transition: all 0.8s cubic-bezier(0, 0, 0.3642, 1);
  -o-transition: all 0.8s cubic-bezier(0, 0, 0.3642, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0.3642, 1);
}
.blog-box .blog-image-wrapper:hover .blog-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box .blog-image-wrapper .blog-price {
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 10px 20px 10px 30px;
  border-radius: 50px 0 0 50px;
  background: var(--color-secondary);
  color: white;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.blog-box .blog-image-wrapper .blog-price span {
  font-weight: 600;
  font-size: 1.1rem;
}
.blog-box .blog-contain-wrapper .blog-info-wrapper {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
}
.blog-box .blog-contain-wrapper .blog-info-wrapper .blog-info {
  padding: 10px;
}
.blog-box .blog-contain-wrapper .blog-info-wrapper .blog-info i {
  margin-right: 8px;
}
.blog-box .blog-contain-wrapper .blog-contain {
  padding: 30px;
  position: relative;
}
.blog-page .blog-badges .blog-badge {
  padding: 15px 20px 15px 0;
  border: 1px solid #333333;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  display: flex;
}
.blog-page .blog-badges .blog-badge .blog-badge-icon {
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 20px;
}
.blog-page .blog-badges .blog-badge .blog-badge-content .blog-badge-title {
  font-weight: 500;
}
.blog-page .blog-badges .blog-badge .blog-badge-content .blog-badge-value {
  font-size: 1.2rem;
}
.post-swiper .swiper-slide {
  padding: 0px;
}
.post-swiper .swiper-slide .swiper-image-wrapper {
  overflow: hidden;
  padding: 0px;
}
.post-swiper .swiper-slide .swiper-image-wrapper img {
  max-width: 100%;
}
.post-section .post-content .post-description h1 {
  font-size: 1.7rem;
}
.post-section .post-content .post-description h2 {
  font-size: 1.6rem;
}
.post-section .post-content .post-description h3 {
  font-size: 1.5rem;
}
.post-section .post-content .post-description h4 {
  font-size: 1.4rem;
}
.post-section .post-content .post-description h5 {
  font-size: 1.3rem;
}
.post-section .post-content .post-description h6 {
  font-size: 1.2rem;
}
.post-section .post-content .post-description,
.post-section .post-content .post-itinerary,
.post-section .post-content .post-includes,
.post-section .post-content .post-excludes,
.post-section .post-content .post-additional-info {
  padding: 30px 0;
}
.post-section .post-content .post-description .sp-list,
.post-section .post-content .post-itinerary .sp-list,
.post-section .post-content .post-includes .sp-list,
.post-section .post-content .post-excludes .sp-list,
.post-section .post-content .post-additional-info .sp-list {
  padding: 0;
  list-style-type: none;
}
.post-section .post-content .post-description .sp-list li,
.post-section .post-content .post-itinerary .sp-list li,
.post-section .post-content .post-includes .sp-list li,
.post-section .post-content .post-excludes .sp-list li,
.post-section .post-content .post-additional-info .sp-list li {
  background: #eaeaea;
  margin-bottom: 10px;
  display: flex;
}
.post-section .post-content .post-description .sp-list li .marker,
.post-section .post-content .post-itinerary .sp-list li .marker,
.post-section .post-content .post-includes .sp-list li .marker,
.post-section .post-content .post-excludes .sp-list li .marker,
.post-section .post-content .post-additional-info .sp-list li .marker {
  padding: 0 40px;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-section .post-content .post-description .sp-list li .marker .list-marker,
.post-section .post-content .post-itinerary .sp-list li .marker .list-marker,
.post-section .post-content .post-includes .sp-list li .marker .list-marker,
.post-section .post-content .post-excludes .sp-list li .marker .list-marker,
.post-section .post-content .post-additional-info .sp-list li .marker .list-marker {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
.post-section .post-content .post-description .sp-list li .marker .list-marker:before,
.post-section .post-content .post-itinerary .sp-list li .marker .list-marker:before,
.post-section .post-content .post-includes .sp-list li .marker .list-marker:before,
.post-section .post-content .post-excludes .sp-list li .marker .list-marker:before,
.post-section .post-content .post-additional-info .sp-list li .marker .list-marker:before {
  font-style: normal;
  content: "\f054";
}
.post-section .post-content .post-description .sp-list li .content,
.post-section .post-content .post-itinerary .sp-list li .content,
.post-section .post-content .post-includes .sp-list li .content,
.post-section .post-content .post-excludes .sp-list li .content,
.post-section .post-content .post-additional-info .sp-list li .content {
  padding: 30px 30px 30px 0;
}
.sidebar .sidebar-container .sidebar-box {
  margin-bottom: 60px;
}
.package-menu a {
  color: white;
}
.package-menu a:hover {
  color: var(--color-secondary);
}
.package-menu .categories .title {
  margin-bottom: 30px;
}
.package-menu .categories .regions .region {
  margin: 5px 0;
}
.package-menu .categories .regions .region .packages .package {
  margin-bottom: 0px;
}
.package-menu .categories .regions .region .packages .package .package-inner {
  display: flex;
}
.package-menu .categories .regions .region .packages .package .package-inner .image-wrapper {
  width: 100px;
  margin-right: 10px;
}
.package-menu .categories .regions .region .packages .package .package-inner .package-content .package-title {
  font-style: 1rem;
}
.package-sidebar .categories .category {
  margin-bottom: 30px;
}
.package-sidebar .categories .category .regions .region {
  margin-bottom: 5px;
}
.package-sidebar .categories .category .regions .region:last-child {
  margin-bottom: 0;
}
.contact-box-section .contact-box {
  padding: 90px 0;
}
.contact-box-section .contact-box:nth-child(even) {
  background: #eaeaea;
}
.contact-box-section .contact-box .contact-title {
  text-align: center;
}
.contact-box-section .contact-box .contact-detail .contact-detail-box {
  text-align: center;
}
.contact-box-section .contact-box .contact-detail .contact-detail-box .contact-icon {
  font-size: 2.5rem;
}
.review-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.review-pagination .swiper-pagination-bullet .custom-dot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-pagination .swiper-pagination-bullet .custom-dot img {
  width: 100%;
}
.about-section .img-wrapper {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */