@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
}

::-moz-selection {
  background-color: #643b6a;
  color: #ffffff;
}

::selection {
  background-color: #643b6a;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #643b6a;
}

a {
  color: #9e5ea7;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  color: #9e5ea7;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.date {
  color: #999;
}

.btn-w {
  background-color: #ffffff;
  color: #643b6a;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-none {
  background-color: none !important;
}

.bg-p {
  background-color: #643b6a;
}

.dark {
  color: #231f20;
}

.p-color {
  color: #643b6a;
}

.s-color {
  color: #9e5ea7;
}

.d-color {
  color: #111111;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #9e5ea7;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 100%;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
}
.s-links a.outline a {
  text-decoration: none;
}
.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.s-links a.outline:active {
  border-radius: 4px;
}
.s-links a.fb {
  color: #005397;
}
.s-links a.fb:hover {
  background: #005397;
}
.s-links a.tw {
  color: #00aedd;
}
.s-links a.tw:hover {
  background: #00aedd;
}
.s-links a.in {
  color: #005397;
}
.s-links a.in:hover {
  background: #005397;
}
.s-links a.gp {
  color: #e3411f;
}
.s-links a.gp:hover {
  background: #e3411f;
}
.s-links a.yt {
  color: #ca3737;
}
.s-links a.yt:hover {
  background: #ca3737;
}
.s-links a.pi {
  color: #cb2027;
}
.s-links a.pi:hover {
  background: #cb2027;
}
.s-links a.ig {
  color: #000;
}
.s-links a.ig:hover {
  background: #333;
}

header {
  transition: all 0.5s;
}
header .logobar {
  background-color: rgba(255, 255, 255, 0.9);
}
header .logobar .logo {
  max-height: 65px;
}
header .logobar .navbar-brand {
  font-size: 12px;
}
@media only screen and (max-width: 450px) {
  header .logobar .navbar-brand small {
    display: none;
  }
}
header .logobar .navbar-brand i {
  color: #9e5ea7;
}
header .logobar .cell {
  font-size: 14px;
}
@media only screen and (max-width: 574px) {
  header .logobar .cell {
    font-size: 12px;
  }
}
header .logobar .cell i {
  float: left;
  margin: 7px 7px 10px 0;
  color: #643b6a;
}
@media only screen and (max-width: 574px) {
  header .logobar .cell i {
    display: none;
  }
}
header .logobar .wishlist {
  position: relative;
}
header .logobar .wishlist #wishlist-total {
  position: absolute;
  top: -14px;
  right: 0;
  border-radius: 100%;
  background: #9e5ea7;
  aspect-ratio: 1/1;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  header .logobar .wishlist #wishlist-total {
    font-size: 12px;
    top: -10px;
    right: 4px;
  }
}
header nav .navbar-nav .nav-link {
  color: #643b6a !important;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (min-width: 1200px) {
  header nav .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
header nav .navbar-nav .nav-link:hover {
  color: #9e5ea7 !important;
}
header nav .navbar-nav .nav-link .navbar-toggler-icon {
  font-size: 20px !important;
}
header nav .navbar-nav .dropdown-menu {
  border-radius: 10px 0 10px 0;
  padding: 0;
  border: 0;
  background: #ffffff;
  min-width: 15em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
  position: relative;
}
header nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.4rem 0.8rem;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #9e5ea7;
  color: #ffffff;
  border-radius: 10px 0 10px 0;
}
header nav .navbar-nav .dropdown-menu li.active > .dropdown-item, header nav .navbar-nav .dropdown-menu li.active > .submenu-toggle {
  background-color: #643b6a;
  color: #ffffff;
  border-radius: 10px 0 10px 0;
}
header nav .navbar-nav .dropdown-menu .dropdown-submenu-parent > .submenu-toggle {
  padding-right: 2rem;
}
header nav .navbar-nav .dropdown-menu .dropdown-submenu-parent > .submenu-toggle::after {
  content: "›";
  position: absolute;
  right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
}
header nav .navbar-nav .dropdown-menu .dropdown-submenu {
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 15em;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover > .dropdown-menu {
    display: block;
    transition: height 0.35s ease;
  }
  header .navbar .dropdown-submenu-parent:hover > .dropdown-submenu {
    display: block;
  }
}

.fixed-on {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background: #ffffff;
}
@keyframes smoothHeader {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fixed-on .logo {
  transition: transform 0.3s;
}
.fixed-on .logobar {
  padding: 0;
}
.fixed-on .brand {
  line-height: 1.3;
}
.fixed-on .navbar {
  padding-bottom: 0 !important;
}

.can-menu {
  padding: 0;
}
.can-menu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.can-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 0px 15px;
}
.can-menu ul li:hover {
  background-color: #9e5ea7;
  color: #ffffff;
}
.can-menu ul li a {
  color: #111111;
}
.can-menu ul li a:hover {
  color: #ffffff;
}
.can-menu ul li a:hover a {
  color: #643b6a;
}
.can-menu ul li .dropdown-menu {
  margin: 0 20px !important;
  width: 100%;
}
.can-menu ul li .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.can-menu ul li .dropdown-submenu {
  position: static;
  display: block;
  margin: 0 0 0 15px !important;
  min-width: 0;
  border: 0;
  box-shadow: none !important;
}
.can-menu ul li .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
.can-menu ul li .active {
  color: #643b6a;
}
.can-menu ul li li {
  font-weight: normal;
  padding: 3px 0;
  border-left: 1px solid #f1f1f1;
}
.can-menu ul li li a {
  color: #111111;
}
.can-menu ul li li a:hover {
  background-color: #9e5ea7;
  color: #ffffff;
}

.offcanvas-title h2 {
  font-size: 20px;
  font-weight: 600;
}

.offcanvas {
  width: 300px !important;
}

.wSlider .carousel-inner .carousel-item .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.wSlider .carousel-inner .carousel-item img {
  width: 100%;
  animation: zoom 80s;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.wSlider .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 55%;
  left: 15%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: left;
  z-index: 999;
}
.wSlider .carousel-inner .carousel-item .carousel-caption strong {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
  display: block;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption strong {
    font-size: 40px;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption {
    left: 10%;
    right: 10%;
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.wSlider .carousel-indicators {
  bottom: 15%;
}
.wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  list-style-type: none;
}

.search {
  margin-top: -80px;
  position: relative;
  z-index: 999;
}
.search .box, .search .blog .cat, .blog .search .cat, .search .blog .latest-post, .blog .search .latest-post, .search .blog .blog-search, .blog .search .blog-search {
  background: rgb(255, 255, 255);
  padding: 20px 30px 10px;
  font-size: 14px;
  text-align: center;
}
.search .box p, .search .blog .cat p, .blog .search .cat p, .search .blog .latest-post p, .blog .search .latest-post p, .search .blog .blog-search p, .blog .search .blog-search p {
  font-style: italic;
}
.search .box select, .search .blog .cat select, .blog .search .cat select, .search .blog .latest-post select, .blog .search .latest-post select, .search .blog .blog-search select, .blog .search .blog-search select,
.search .box button,
.search .blog .cat button,
.blog .search .cat button,
.search .blog .latest-post button,
.blog .search .latest-post button,
.search .blog .blog-search button,
.blog .search .blog-search button {
  font-size: 14px;
}
@media (max-width: 575px) {
  .search .col {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.welcome figure {
  position: relative;
}
.welcome figure img + img {
  position: absolute;
  right: 50%;
  bottom: -10%;
  max-height: 200px;
}

.destination {
  background: #9e5ea7;
  color: #ffffff;
}
.destination .overlay {
  opacity: 0.8;
}
.destination h2 {
  color: #ffffff;
}
.destination .block {
  background: #643b6a;
}
.destination .block h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.destination .block h3 a {
  color: #ffffff;
}
.destination .block h3 a:hover {
  color: #ffbd59;
}
.destination .block h3 span {
  font-size: 12px;
  color: #ffbd59;
}
.destination .block p {
  font-size: 14px;
}

.addon .block {
  line-height: 1.3;
}
.addon .block h3 {
  font-size: 20px;
  font-weight: 500;
}

.vehicle {
  background: #643b6a;
  color: #f1f1f1;
}
.vehicle h2 {
  color: #ffffff;
}
.vehicle .form-control {
  background: #643b6a;
  border-color: #9e5ea7;
  color: #f1f1f1;
  font-size: 14px;
}
.vehicle .form-control::-moz-placeholder {
  color: #f1f1f1;
}
.vehicle .form-control::placeholder {
  color: #f1f1f1;
}
.vehicle .input-group-text {
  background: #643b6a;
  border-color: #9e5ea7;
  color: #9e5ea7;
}

.why-us {
  color: #ffffff;
}
.why-us h2 {
  color: #ffffff;
}
.why-us .block {
  margin-bottom: 20px;
}
.why-us .block h3 {
  color: #ffffff;
}
.why-us .block i {
  font-size: 50px;
  color: #9e5ea7;
  display: none;
}
.why-us .block p {
  font-size: 14px;
}

.parallax-container {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(6, 100, 37, 0.9);
  overflow: hidden;
  height: auto;
}

.parallax {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/travel-map.jpg");
  background-attachment: fixed;
  z-index: 0;
}
.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #9e5ea7;
  z-index: -1;
}
.parallax .overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #9e5ea7;
  z-index: -1;
}

.popular .owl-nav {
  font-size: 40px;
  position: absolute;
  top: -70px;
  right: 0;
}
.popular .owl-nav .owl-prev,
.popular .owl-nav .owl-next {
  border: 1px solid #643b6a !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #643b6a !important;
  margin-left: 5px;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.popular .owl-nav .owl-prev:hover,
.popular .owl-nav .owl-next:hover {
  border-color: #9e5ea7 !important;
  color: #9e5ea7 !important;
}
.popular .owl-nav .owl-prev span,
.popular .owl-nav .owl-next span {
  padding: 5px 10px !important;
}

.cat {
  width: 100%;
}
.cat h2 {
  text-transform: uppercase;
}
.cat #owl-cat .owl-stage {
  display: flex;
}
.cat #owl-cat .owl-item {
  display: flex;
}
.cat .ws-item {
  width: 100%;
  height: 100%;
}
.cat .ws-item figure {
  aspect-ratio: 3/4;
}
.cat .ws-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cat .owl-nav {
  display: none !important;
}
.cat .owl-dots {
  text-align: center;
}
.cat .owl-dots button {
  background: #aaa;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}
.cat .owl-dots .active {
  background-color: #9e5ea7;
}

.ws-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 2px;
}
@media only screen and (max-width: 576px) {
  .ws-item {
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
.ws-item figure {
  aspect-ratio: 4/3;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.ws-item figure:hover img {
  transform: scale(1.1);
}
.ws-item figure:hover .hover-infos {
  opacity: 1;
}
.ws-item figure:hover .dark-overlay {
  opacity: 1;
}
.ws-item figure a {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.ws-item figure a img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.ws-item figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 3;
  align-self: center;
  justify-self: center;
  text-align: center;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 80%;
  height: 80%;
  padding-top: 5%;
  color: #9e5ea7;
}
.ws-item figure .hover-infos p {
  margin-bottom: 10px;
}
.ws-item figure .hover-infos .price {
  font-size: 22px;
  color: #ffffff;
}
.ws-item figure .hover-infos .rating {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a:hover {
  text-decoration: underline;
}
.ws-item figure .dark-overlay {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.ws-item figure .cat-title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px 15px 10px;
  left: 0;
  text-align: center;
}
.ws-item figure .cat-title h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.ws-item figure .cat-title span {
  background: #9e5ea7;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 15px 0;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ws-item figure .product-title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px;
  left: 0;
  z-index: 999;
}
.ws-item figure .product-title h3 {
  font-size: 22px;
  margin: 0px;
}
.ws-item figure .product-title h3 a {
  color: #ffffff;
}
.ws-item figure .product-title h3 a:hover {
  color: #ffbd59;
}
.ws-item figure .price {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px;
  left: 0;
  z-index: 999;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}
.ws-item figure .save {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  background: #ffffff;
  width: 35px;
  height: 35px;
  padding-top: 18px;
  text-align: center;
}
.ws-item figure .save a {
  color: #9e5ea7;
}
.ws-item figure .save a:hover {
  color: #643b6a;
}
.ws-item .desc {
  flex: 1;
}
.ws-item .desc span {
  font-style: italic;
}
.ws-item .desc i {
  color: #9e5ea7;
}
.ws-item .desc h3 {
  color: #111111;
  font-size: 22px;
  margin-bottom: 10px;
}
.ws-item .desc h3 a {
  color: #111111;
}
.ws-item .desc h3 a:hover {
  color: #9e5ea7;
}
.ws-item .desc .price {
  text-align: right;
  text-transform: uppercase;
  color: #999;
}
.ws-item .desc .price div {
  font-weight: 600;
  color: #8cab21;
  display: block;
  font-size: 16px;
}
.ws-item .desc .price div span {
  text-decoration: line-through;
  font-weight: 300;
  color: #999;
  display: inline-block;
  margin-left: 4px;
}

.review .review-col {
  display: flex;
  margin-bottom: 1.5rem;
}
.review .review-card {
  width: 100%;
  height: 100%;
}
.review img {
  max-width: 100px;
}

.blogh {
  padding-bottom: 20px;
}
.blogh h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogh-item h3 {
  font-size: 26px !important;
}
.blogh-item h3 a {
  color: #643b6a;
}
.blogh-item h3 a:hover {
  color: #9e5ea7;
}
.blogh h4 {
  font-size: 18px !important;
}

.expert {
  background: #9e5ea7;
  color: #ffffff;
}
.expert h2 span {
  color: #ffffff !important;
}
.expert h2 {
  color: #ffffff;
}
.expert i {
  font-size: 50px;
  margin-bottom: 20px;
}

.asst img {
  background: #ffffff;
  margin-right: 10px;
  max-height: 40px;
  border-radius: 3px;
}
.asst img:last-child {
  margin-right: 0;
}

.contacts i {
  float: left;
  border-radius: 100%;
  width: 45px;
  line-height: 30px;
  height: 45px;
  font-size: 22px;
  border: 1px solid #9e5ea7;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
.contacts a {
  color: #643b6a;
}

.footer {
  padding: 50px 0;
  background: #643b6a;
  color: #ffffff;
  padding-bottom: 20px !important;
}
.footer h2 {
  text-transform: uppercase;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #9e5ea7;
}
.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  color: #ffffff;
}
.footer .contact i {
  margin-right: 20px;
  float: left;
  width: 40px;
  font-size: 16px;
  border-radius: 100%;
  height: 40px;
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .asst img {
  height: 40px;
  margin-right: 5px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}
.footer .flink a {
  padding: 0 5px;
}

.form-select {
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .btn-header {
    padding: 10px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.btn-info {
  background: #9e5ea7;
  border-color: #9e5ea7;
  color: #ffffff;
}
.btn-info:hover {
  background: #9e5ea7;
  border-color: #643b6a;
  color: #ffffff;
}
.btn-info:checked {
  background: #9e5ea7 !important;
  border-color: #9e5ea7;
  color: #ffffff;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: #9e5ea7 !important;
  border-color: #9e5ea7;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #9e5ea7;
  color: #643b6a;
}
.btn-outline-info:hover {
  background: #643b6a;
  border-color: #643b6a;
  color: #ffffff;
}

.btn-light {
  color: #643b6a;
}
.btn-light:hover {
  background: #9e5ea7;
  border-color: #9e5ea7;
  color: #ffffff;
}

.btn {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s ease;
  z-index: -1;
}

.btn:hover::before {
  left: 100%;
}

.ws-title {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  color: #ffffff;
}
.ws-title .breadcrumb .breadcrumb-item.active,
.ws-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9e5ea7;
}
.ws-title img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ws-title .title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 110;
}
.ws-title .title h1 {
  color: #ffffff;
}
.ws-title .title h1 span {
  font-size: 60%;
  color: #9e5ea7;
  display: block;
}
.ws-title .overlay {
  background: linear-gradient(105deg, rgba(12, 16, 20, 0.9607843137) 0%, rgba(12, 16, 20, 0.8) 35%, rgba(12, 16, 20, 0.4196078431) 60%, rgba(12, 16, 20, 0.1803921569) 75%), linear-gradient(rgba(12, 16, 20, 0.6509803922) 0%, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0) 66%, rgba(12, 16, 20, 0.6) 84%, rgba(12, 16, 20, 0.968627451) 100%);
  position: absolute;
  inset: 0;
}
.ws-title a {
  color: #ffffff;
}
.ws-title a:hover {
  color: #9e5ea7;
}

.rating i {
  color: #ffbe33;
}

.ws-block {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .ws-block {
    padding: 45px 0;
  }
}
.ws-block h1 {
  font-weight: 800;
  font-size: 40px;
}
.ws-block h1 span {
  color: #9e5ea7;
  font-size: 60%;
  display: block;
  font-weight: 800;
  line-height: 1.5;
}
.ws-block h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.ws-block h2 span {
  color: #9e5ea7;
  font-size: 60%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.ws-block h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.ws-block h3 span {
  display: block;
  font-size: 60%;
  color: #111111;
}
@media (max-width: 574px) {
  .ws-block h3 {
    font-size: 25px;
  }
}
.ws-block h4 {
  margin-bottom: 20px;
}
.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #9e5ea7;
}
.ws-block blockquote {
  padding: 15px;
  margin-left: 25px;
  border-left: 5px solid #9e5ea7;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}
.ws-block blockquote p {
  margin-bottom: 0;
}
.ws-block ul {
  padding-left: 20px;
  position: relative;
}
.ws-block ul li {
  list-style-type: none;
  padding-left: 30px;
}
.ws-block ul li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left: 30px;
}
.ws-block .nav-tabs {
  padding: 0;
  margin: 0;
}
.ws-block .nav-tabs .nav-link {
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
}
.ws-block .nav-tabs .active {
  color: #9e5ea7;
}
.ws-block .nav-tabs li {
  padding-left: 0;
}
.ws-block .nav-tabs li:before {
  display: none;
}
.ws-block .tab-pane {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: -1px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .ws-block .show-o {
    display: block !important;
    opacity: 1 !important;
  }
}
.ws-block .nav-pills .nav-link {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
}
.ws-block .nav-pills .active {
  color: #ffffff;
  background: #9e5ea7;
}
@media (max-width: 768px) {
  .ws-block .nav-pills {
    display: none !important;
  }
}
.ws-block hr {
  opacity: 0.1;
}

.kpoints {
  font-size: 18px;
}
.kpoints i {
  margin-right: 5px;
  color: #9e5ea7;
}

.highlights {
  line-height: 1.8;
  font-size: 20px;
  color: #643b6a;
}

.price strong {
  font-weight: 700;
  font-size: 20px;
  color: #9e5ea7;
}
.price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.prices {
  background: #9e5ea7;
  padding: 30px;
  color: #eee;
}
.prices strong {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
.prices strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #dddddd;
}
.prices #oprices {
  width: 100%;
}
.prices #oprices .collapse[aria-expanded=false] {
  display: block !important;
  height: 113px !important;
  overflow: hidden;
}
.prices #oprices .collapsing[aria-expanded=false] {
  height: 113px !important;
}
.prices #oprices a.collapsed:after {
  content: "+ Show group price";
}
.prices #oprices a:not(.collapsed):after {
  content: "- Hide";
}

.facts {
  font-size: 14px;
  line-height: 1.5;
}
.facts strong {
  font-weight: 500;
  font-size: 16px;
  display: block;
}
.facts i {
  font-size: 25px;
  color: #9e5ea7;
  margin-bottom: 5px;
}

.img-thumb img {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .img-thumb img {
    height: 70px;
  }
}

.ws-list {
  margin-bottom: 20px;
}
.ws-list h3 {
  font-weight: 600;
}
.ws-list ul {
  padding-left: 20px;
  position: relative;
}
.ws-list ul li {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 8px;
}
.ws-list ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  left: 20px;
  color: #643b6a;
  font-size: 16px;
}

.outline em {
  font-size: 90%;
  color: #9e5ea7;
}

.itinerary {
  padding-bottom: 20px;
}
.itinerary hr {
  border-color: #ccc;
}
.itinerary .controls {
  text-align: right;
  margin-top: -55px;
  margin-bottom: 26px;
}
.itinerary .controls button {
  cursor: pointer;
}
.itinerary .collapse-group {
  margin-bottom: 10px;
}
.itinerary .item {
  position: relative;
  margin: 0 20px;
  border-left: 2px dotted #9e5ea7;
  padding-left: 40px;
  padding-bottom: 1px;
}
.itinerary .item:last-child {
  border-color: #ffffff;
}
.itinerary .item .marker {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  left: -21px;
  padding-top: 12px;
  top: 0px;
  background: #9e5ea7;
  color: #ffffff;
}
.itinerary .item .small {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -8px;
  top: 7px;
  background: #ffffff;
  border: 2px solid #9e5ea7;
}
.itinerary .item h3 {
  font-size: 20px;
  color: #643b6a;
  margin-bottom: 15px;
}
.itinerary .item h3 span {
  font-size: 20px;
  padding: 0 5px;
  display: inline;
  color: #643b6a;
}
.itinerary .item h3 .collapsed {
  color: #111111;
}
.itinerary .item h3 a {
  color: #111111;
}
.itinerary .item h3 a:hover {
  color: #9e5ea7;
  text-decoration: none;
}
.itinerary .item h3 a:active {
  text-decoration: none;
}
.itinerary .item .trigger:after {
  font-family: "FontAwesome";
  content: "\f077";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.itinerary .item .trigger:after:hover {
  color: #5cb85c;
}
.itinerary .item .trigger.collapsed:after {
  font-family: "FontAwesome";
  content: "\f078";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.itinerary .item .trigger.collapsed:after:hover {
  color: #5cb85c;
}
.itinerary .item .day {
  font-size: 14px;
  color: #777;
}
.itinerary .item .day i {
  color: #9e5ea7;
  margin-right: 5px;
  margin-left: 20px;
}

.in-ex ul {
  padding-left: 25px;
  position: relative;
}
.in-ex ul li {
  list-style-type: none;
  padding-left: 15px;
}
.in-ex ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.in-ex .ex h3 {
  color: #fc5145;
}
.in-ex .ex {
  opacity: 80%;
}
.in-ex .ex ul li:before {
  content: "\f00d";
  color: #fc5145;
}

.departures small {
  color: #999;
  display: block;
  text-transform: uppercase;
}
.departures td {
  vertical-align: middle;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #643b6a;
  color: #ffffff !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.reviews .label-aero:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #643b6a;
}
.reviews-gallery img {
  max-height: 130px;
}

.gallery img {
  margin-bottom: 15px;
}
.gallery-sm img {
  max-height: 100px;
  margin-bottom: 5px;
}
.gallery-md img {
  max-height: 150px;
  margin-bottom: 5px;
}
.gallery-lg img {
  max-height: 200px;
}

.pagenav {
  padding-top: 30px;
  text-align: center;
}
.pagenav nav {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagenav .pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0;
}
.pagenav .page-item {
  margin: 0;
  padding-left: 0;
}
.pagenav .page-item:before {
  display: none;
}
.pagenav .page-item:first-child .page-link, .pagenav .page-item:last-child .page-link {
  min-width: 42px;
}
.pagenav .page-item.active .page-link {
  background: #643b6a;
  border-color: #643b6a;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(100, 59, 106, 0.22);
}
.pagenav .page-item.disabled .page-link {
  background: #f6f4f7;
  border-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}
.pagenav .page-item.page-prev .page-link, .pagenav .page-item.page-next .page-link {
  min-width: 102px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.pagenav .page-link {
  min-width: 40px;
  padding: 8px 12px;
  border: 1px solid #eadfec;
  color: #643b6a;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}
.pagenav .page-link:hover {
  background: #9e5ea7;
  border-color: #9e5ea7;
  color: #ffffff;
}
.pagenav .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 94, 167, 0.18);
}
.pagenav .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  color: #111111;
}
.pagenav .page-numbers:hover {
  border-color: #9e5ea7;
  color: #9e5ea7;
}
.pagenav .current {
  border-color: #9e5ea7;
  font-weight: 500;
  color: #9e5ea7;
}
@media (max-width: 575px) {
  .pagenav {
    padding-top: 20px;
  }
  .pagenav .pagination {
    gap: 4px;
  }
  .pagenav .page-link {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    line-height: 22px;
  }
}

.faqs .accordion-button {
  background: none;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button:not(.collapsed) {
  color: #643b6a;
}

.ws-round .item {
  padding-bottom: 20px;
}
.ws-round .item h3 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
}
.ws-round .item figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.ws-round .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.ws-round .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.ws-square {
  padding: 30px 0;
}
.ws-square .item {
  padding-bottom: 20px;
}
.ws-square .item h4 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
}
.ws-square .item figure {
  position: relative;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.ws-square .item figure img {
  transition: all 0.4s;
}
.ws-square .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.blog-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: #ffffff;
}
.blog-item figure {
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blog-item figure img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item figure img:hover {
  transform: scale(1.1);
}
.blog-item h3 a {
  color: #111111;
}
.blog-item h3 a:hover {
  color: #643b6a;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog .box, .blog .cat, .blog .latest-post, .blog .blog-search {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
}
.blog .blog-post .post-item {
  margin-bottom: 25px;
}
.blog .blog-post .post-item figure {
  margin-bottom: 0;
}
.blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}
.blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}
.blog .blog-search input {
  line-height: 30px;
  border: none;
  font-size: 14px;
}
.blog .blog-search button {
  background: #ffffff;
  border: none;
}
.blog .blog-search button:hover {
  color: #643b6a;
}
.blog .latest-post h3 {
  margin-bottom: 20px;
}
.blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}
.blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}
.blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.blog .cat ul li span {
  float: right;
  border: 1px solid #E0DDDD;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  color: #4C4B4B;
}
.blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.blog .tags a:hover {
  background: #ddd;
}

.contact .left {
  background: #643b6a;
  padding: 30px;
  color: #ffffff;
}
.contact .left .top i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.contact .left .top h2,
.contact .left .top h3 {
  color: #ffffff;
}
.contact .left .top h3 {
  font-size: 20px;
}

#single-nav {
  padding: 10px 0;
  display: none;
  background: #643b6a;
  z-index: 1040;
}
@media only screen and (max-width: 768px) {
  #single-nav {
    display: none !important;
  }
}
#single-nav .nav-link {
  padding: 5px 12px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
}
#single-nav h2 {
  font-size: 30px;
}
#single-nav h2 .duration {
  font-size: 18px;
  text-transform: initial;
}
#single-nav .active {
  background: #9e5ea7;
  border-radius: 5px;
}
#single-nav .active .nav-link {
  color: #ffffff !important;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .video {
  margin-bottom: 30px;
}
aside .tripinfo ul {
  padding: 0px;
  position: relative;
}
aside .tripinfo ul li {
  list-style-type: none;
  padding-left: 30px;
}
aside .tripinfo ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #643b6a;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #643b6a;
}
aside .book .pp div {
  color: #9e5ea7;
  font-size: 24px;
}
aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}
aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #643b6a;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #9e5ea7;
}
aside .enquiry h3 {
  color: #9e5ea7;
}
aside .sticky-top {
  top: 30px;
}
aside .related h5 {
  line-height: 1.4;
}
aside .related a {
  color: #111111;
}
aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px;
}
aside .related span {
  font-size: 14px;
}
aside .related hr {
  clear: both;
}

.sticky-top {
  top: 85px;
}

.login h1 {
  font-size: 22px;
}

/* ── Gallery grid ── */
.gallery-grid {
  padding: 0 1rem 5rem;
  -moz-columns: 4 200px;
       columns: 4 200px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gallery-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
  transform: scale(1.07);
}

/* Overlay */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 14, 16, 0.82) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 0.9rem 0.9rem;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay-title {
  color: #ffffff;
  margin: 0 0 0.2rem;
}

.overlay-icon {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #9e5ea7;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.25s 0.05s;
}
.overlay-icon i {
  color: #ffffff;
}

.gallery-item:hover .overlay-icon {
  opacity: 1;
  transform: scale(1);
}

/* Featured (tall) item */
.gallery-item.featured {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* ── Footer stats ── */
.gallery-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 1rem;
  border-top: 1px solid #2a2820;
  margin: 0 1rem;
}

.stat-item {
  text-align: center;
}

.stat-num {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: var(--accent);
  display: block;
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.35rem;
}

/* ── Fancybox overrides ── */
.fancybox__toolbar {
  background: linear-gradient(to bottom, rgba(14, 14, 16, 0.9), transparent) !important;
}

.fancybox__counter {
  font-family: "DM Sans", sans-serif !important;
  font-size: 0.8rem !important;
}

.fancybox__caption {
  font-family: "Playfair Display", serif !important;
  font-size: 1rem !important;
  font-style: italic !important;
  color: #d4cfc6 !important;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .gallery-grid {
    -moz-columns: 2 160px;
         columns: 2 160px;
  }
  .gallery-stats {
    gap: 1.5rem;
  }
}
/* hidden items for filter demo */
.gallery-item[data-hidden=true] {
  display: none;
}/*# sourceMappingURL=app.css.map */