@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
@font-face {
  font-family: "SangBleuSunrise-Regular";
  src: url(../font/SangBleuSunrise-Regular.woff2) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleuSunrise-Medium";
  src: url(../font/SangBleuSunrise-Medium.woff2) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SangBleuSunrise-Light";
  src: url(../font/SangBleuSunrise-Light.woff2) format("opentype");
  font-style: normal;
  font-display: swap;
}
:root {
  --normal-font: "SangBleuSunrise-Light", sans-serif;
  --primary-font: "SangBleuSunrise-Regular", sans-serif;
  --second-font: "SangBleuSunrise-Medium", sans-serif;
  --normal-color: #3a2f3c;
  --primary-color: #767260;
  --second-color: #E30613;
  --three-color: #F8F9FA;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--normal-font);
  font-size: 1rem;
  font-weight: 400;
  color: var(--normal-color);
  line-height: 1.5;
  background-color: #f4f5f6;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

@media (min-width: 1024px) {
  .hidden-desktop-xl {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-desktop-xxl {
    display: none !important;
  }
}
@media (max-width: 1439.98px) {
  .hidden-mobile-xxl {
    display: none !important;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.heading-1,
h1 {
  font-family: var(--second-font);
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  .heading-1,
h1 {
    font-size: 2.875rem;
  }
}
.heading-2,
h2 {
  font-family: var(--second-font);
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .heading-2,
h2 {
    font-size: 2rem;
  }
}
.heading-3,
h3 {
  font-family: var(--primary-font);
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .heading-3,
h3 {
    font-size: 1.5rem;
  }
}
.heading-4,
h4 {
  font-family: var(--primary-font);
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .heading-4,
h4 {
    font-size: 1.125rem;
  }
}
.heading-5,
.heading-6,
h5,
h6 {
  font-family: var(--primary-font);
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .heading-5,
.heading-6,
h5,
h6 {
    font-size: 1rem;
  }
}
a {
  color: var(--normal-color);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--second-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

button {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.tb-space {
  padding: 70px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-sm-top {
  padding-top: 40px;
}

.tb-space-sm-bot {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 0;
  color: var(--primary-color);
  background-color: #fdf9ec;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  width: 45px;
  height: 45px;
  font-size: 18px;
  background-color: #fdf9ec;
  color: var(--primary-color);
}

.slick-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .slick-prev {
    left: -1.5rem;
  }
}

.slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .slick-next {
    right: -1.5rem;
  }
}

.slick-dots {
  position: relative;
  bottom: auto;
  padding: 12px 0;
}
.slick-dots li button::before {
  font-size: 14px;
  color: #767260;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.form-control {
  height: 2.625rem;
  border-radius: 0.375rem;
  background-color: #fdf9ec;
  border: 1px solid #3a2f3c;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.form-control:focus {
  box-shadow: none;
}
@media (min-width: 1024px) {
  .form-control {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

textarea.form-control {
  padding: 0.625rem 0.75rem;
  height: auto !important;
}

.heading-title {
  margin-bottom: 60px;
}
.heading-title .sectitle {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .heading-title .sectitle {
    font-size: 2rem;
  }
}
.heading-title .sectitle2 {
  margin-bottom: 3.75rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-family: var(--primary-font);
}

.paginations {
  padding-top: 28px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.pagination .page-item .page-link {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: transparent;
  color: #3a2f3c;
  margin: 0 10px;
  z-index: 3;
  padding: 0;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .pagination .page-item .page-link {
    font-size: 12px;
    margin: 0 3px !important;
  }
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #3a2f3c;
  color: #fdf9ec;
  border-color: #3a2f3c;
  z-index: 3;
}
.pagination .pagination-previous .page-link,
.pagination .pagination-next .page-link {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  /* color: var(--second-color); */
  cursor: pointer;
}
.pagination .pagination-previous:hover .page-link,
.pagination .pagination-next:hover .page-link {
  background-color: transparent;
  border-color: transparent;
  color: var(--second-color);
  transform: scale(1.1);
}
.pagination .pagination-previous {
  margin-right: 1rem;
}
.pagination .pagination-next {
  margin-left: 1rem;
}

.btn {
  cursor: pointer;
  line-height: 1.3;
  font-size: 0.9375rem;
  color: #fdf9ec;
  text-align: center;
  padding: 0.625rem 1.25rem;
  background: #767260;
  border: 1px solid #767260;
  transition: 0.2s;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 0;
}
.btn:hover {
  background-color: transparent;
  color: #767260;
}

.btn-second {
  background-color: transparent;
  color: #767260;
}
.btn-second:hover {
  background-color: #767260;
  color: #fdf9ec;
}

.btn--transparent {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fdf9ec;
}
.btn--transparent:hover {
  background-color: #fdf9ec;
  color: #3a2f3c;
}

.btn--reversed {
  background: rgba(0, 0, 0, 0);
  color: #767260;
}
.btn--reversed:hover {
  background-color: #767260;
  color: #fdf9ec;
}

.breadcrumb {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  padding-top: 0.5rem;
  display: none;
  background-color: transparent;
}
.breadcrumb-item {
  margin-right: 0.625rem;
  padding-left: 0.5625rem;
  position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  left: -0.125rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #3a2f3c;
  padding: 0;
  float: none;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item:last-child {
  margin-left: 0;
}
.breadcrumb--alt {
  color: #fdf9ec;
}
.breadcrumb--alt .breadcrumb-item::before {
  background-color: #fdf9ec;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .col-lgx-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@keyframes dotProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.content-is-loading,
.overlay-open {
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fdf9ec;
  font-size: 1rem;
  background-color: #3a2f3c;
  transition: background-color 0.3s ease;
}
.secondary-nav-is-sticky .header{
    display:none;
}
.header-main-inner {
  transition: height 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 60px;
}
.header-main-inner .logo img {
  width: auto;
  height: 60px;
}
.header-main-inner .toggle-menu {
  font-size: 30px;
}
.header-main-inner .toggle-menu-show {
  display: block;
}
.header-main-inner .toggle-menu-hide {
  display: none;
}
.header-main-inner .toggle-menu.active .toggle-menu-show {
  display: none;
}
.header-main-inner .toggle-menu.active .toggle-menu-hide {
  display: block;
}
@media (min-width: 1024px) {
  .header-main-inner .toggle-menu {
    display: none;
  }
}
.header-main-inner .nav-menu {
  font-family: var(--primary-font);
  font-size: 0.875rem;
  line-height: 1.2;
  display: none;
}
.header-main-inner .nav-menu .menu {
  display: flex;
  align-items: center;
}
.header-main-inner .nav-menu .menu .nav-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 100%;
  white-space: nowrap;
}
.header-main-inner .nav-menu .menu .nav-item .nav-link {
  position: relative;
  padding: 0.592rem 0.375rem;
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem !important;
  letter-spacing: 0.1rem;
  color: inherit;
}
.header-main-inner .nav-menu .menu .nav-item .nav-link .arrow {
  display: none;
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .nav-link::after {
    content: "";
    position: absolute;
    height: 0.25rem;
    bottom: -0.25rem;
    left: 1.25rem;
    right: 1.25rem;
    background-color: #665269;
    opacity: 0;
    visibility: visible;
  }
  .header-main-inner .nav-menu .menu .nav-item .nav-link:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.header-main-inner .nav-menu .menu .nav-item .nav-search {
  height: 2.375rem;
  width: 2.375rem;
  border-radius: 0.3125rem;
  background-color: transparent;
  color: inherit;
}
.header-main-inner .nav-menu .menu .nav-item .nav-search:hover {
  background-color: #665269;
}
.header-main-inner .nav-menu .menu .nav-item .nav-phone {
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.25rem;
  color: inherit;
}
.header-main-inner .nav-menu .menu .nav-item .nav-phone .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
}
.header-main-inner .nav-menu .menu .nav-item .nav-phone span small {
  display: block;
  font-size: 0.45em;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.header-main-inner .nav-menu .menu .nav-item .submenu {
  background-color: #3a2f3c;
  padding: 0.625rem 0 2.5rem;
  display: none;
  color: #fdf9ec;
  white-space: normal;
}
.header-main-inner .nav-menu .menu .nav-item .submenu.active {
  display: block;
}
.header-main-inner .nav-menu .menu .nav-item .submenu-inner {
  display: block;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-back {
  background-color: #3a2f3c;
  position: relative;
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-back {
    display: none;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations {
  display: grid;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations .nav-back {
  margin-bottom: 1.5625rem;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations .nav-back .nav-back-btn {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations .nav-back {
    grid-column: 1/-1;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-item {
  border-bottom: 1px solid #665269;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-item:last-child {
    border-bottom: 0;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link {
  padding: 0.6875rem 0;
  position: relative;
  display: block;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link .arrow {
  /*position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3a2f3c;
  width: .875rem;
  height: .875rem;*/
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3a2f3c;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link:hover .arrow, .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link.active .arrow {
  color: #fdf9ec;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link .arrow {
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list {
    grid-column: 1/3;
    border-right: 1px solid #665269;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list {
    grid-column: 1;
    border-right-color: #3a2f3c;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-head {
  font-family: var(--primary-font);
  font-size: 1.25rem;
  line-height: 1.625rem;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: none;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-head {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-head {
    font-size: 1.5rem;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular {
  display: none;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-content {
  display: none;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-content .nav-back {
  position: relative;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-content .nav-back .nav-region-back-btn {
  cursor: pointer;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-content.active {
  display: block;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list {
  column-count: 2;
  margin-bottom: 2rem;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-item {
  margin-bottom: 0.875rem;
  break-inside: avoid;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-link {
  display: block;
  color: inherit;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-link.active, .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-link:active, .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-link:hover, .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list-link:focus {
  color: #e2d6e8;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-list {
    column-count: 4;
  }
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular {
    display: block;
    grid-column: 3/7;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular {
    grid-column: 2/-1;
  }
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations {
    grid-template-columns: repeat(6, 1fr);
    gap: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations {
    grid-template-columns: 21.75rem minmax(0, 1fr);
    gap: 0 5.25rem;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-grid {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-grid {
    padding-top: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-grid {
    gap: 2rem;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item {
  display: block;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item-link {
  display: block;
  color: inherit;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item-link:hover .title {
  text-decoration: underline;
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-image img {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-image {
    display: none;
  }
}
.header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-content .title {
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-content .title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: var(--second-font);
  }
}
@media (max-width: 767.98px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-travel-ideas-item .box-content .desc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu .menu .nav-item .submenu {
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    padding-top: 1.875rem;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.75);
    transition: top 0.2s ease-out;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 1.25rem;
    z-index: 0;
    background: linear-gradient(180deg, #181818 0, rgba(0, 0, 0, 0));
  }
}
.header-main-inner .nav-menu .menu .nav-item:hover {
  text-decoration: none;
  color: #e2d6e8;
}
header .top-header{
  display: none;
}
header.fixed .top-header{
  display: none;
}
header .top-header a{
  color: #fff;
}
.header-main-inner .top-header{
  display: block;
}
.header-placeholder {
    height: 0;
}
@media (min-width: 1440px) {
  .header-main-inner .nav-menu .menu .nav-item {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-menu {
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
  }
  header .top-header {
    display: block;
  }
  .header-main-inner .top-header{
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .header-main-inner .nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    width: 100%;
    background: #3a2f3c;
  }
  .header-main-inner .nav-menu .menu {
    display: block;
    padding: 0 1.25rem;
  }
  .header-main-inner .nav-menu .menu .nav-item {
    display: block;
    border-bottom: 1px solid #665269;
  }
  .header-main-inner .nav-menu .menu .nav-item .nav-link {
    padding: 0.875rem 0.375rem;
    font-size: 1rem !important;
    justify-content: space-between;
  }
  .header-main-inner .nav-menu .menu .nav-item .nav-link .arrow {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-main-inner .nav-menu .menu .nav-item .nav-phone {
    padding: 0.875rem 0.375rem;
    font-size: 1rem !important;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 30;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-list .nav-list-link .arrow {
    color: #fdf9ec;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular .region-content {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 99;
    background-color: #3a2f3c;
    padding: 0.625rem 1rem;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu .nav-destinations-popular.active {
    display: block;
  }
  .header-main-inner .nav-menu .menu .nav-item .submenu.open {
    display: block;
  }
  .header-main-inner .nav-menu.opened {
    display: block;
  }
}
.header-main-inner .nav-search-wrap {
  display: block;
}
@media (max-width: 1023.98px) {
  .header-main-inner .nav-search-wrap .nav-search-inner {
    margin-top: 1.785rem;
    padding: 0 1.25rem;
  }
}
.header-main-inner .nav-search-wrap .nav-search-form {
  margin-bottom: 1.5625rem;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-main-inner .nav-search-wrap .nav-search-form .search-suggestions {
  position: absolute;
  top: 100%;
  right: -1.5rem;
  left: -1.5rem;
  z-index: 1;
  /* display: none; */
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.25rem 2.125rem;
  background-color: #3a2f3c;
  min-height: calc(100vh - 5.375rem);
}
.header-main-inner .nav-search-wrap .nav-search-form .search-suggestions__head {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #665269;
}
.header-main-inner .nav-search-wrap .nav-search-form .search-suggestions__item {
  margin-bottom: 0.625rem;
}
.header-main-inner .nav-search-wrap .nav-search-form .search-suggestions__link {
  color: #665269;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-main-inner .nav-search-wrap .nav-search-form .search-suggestions__link i {
  font-size: 1rem;
  color: inherit;
  margin-right: 0.3125rem;
}
@media (min-width: 768px) {
  .header-main-inner .nav-search-wrap .nav-search-form .search-suggestions {
    min-height: calc(100vh - 4.75rem);
    width: 45rem;
    padding: 1.25rem 0.625rem;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-form .search-suggestions {
    border: 1px solid #b5a5b8;
    border-top: 4px solid #3a2f3c;
    background-color: #fdf9ec;
    color: #3a2f3c;
    min-height: auto;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-form {
    max-width: 75rem;
    margin: 0 auto;
  }
}
.header-main-inner .nav-search-wrap .nav-search-label {
  display: none;
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-label {
    display: block;
    margin-right: 1.25rem;
    white-space: nowrap;
    font-family: var(--second-font);
    font-size: 1.5rem;
  }
}
.header-main-inner .nav-search-wrap .nav-search-criteria {
  position: relative;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .header-main-inner .nav-search-wrap .nav-search-criteria {
    margin-right: 1.25rem;
  }
}
.header-main-inner .nav-search-wrap .nav-search-field {
  border: 0;
  border-radius: 0.25rem;
  height: 2.875rem;
  width: 100%;
  background-color: #665269;
  color: #fdf9ec;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
.header-main-inner .nav-search-wrap .nav-search-field:focus + .nav-search-cancel {
  display: block;
}
@media (min-width: 768px) {
  .header-main-inner .nav-search-wrap .nav-search-field {
    height: 2.25rem;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-field {
    height: 2.875rem;
    background-color: #fdf9ec;
    color: #3a2f3c;
    padding-left: 2.5rem;
  }
  .header-main-inner .nav-search-wrap .nav-search-field:focus + .nav-search-cancel {
    display: none;
  }
}
.header-main-inner .nav-search-wrap .nav-search-cancel {
  padding: 0 0.625rem;
  display: none;
  color: inherit;
}
.header-main-inner .nav-search-wrap .nav-search-icon {
  fill: #fdf9ec;
  color: #fdf9ec;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0.3125rem;
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-icon {
    fill: #3a2f3c;
    color: #3a2f3c;
    left: 1rem;
  }
}
.header-main-inner .nav-search-wrap .nav-search-button {
  height: 2.25rem;
  margin-top: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .header-main-inner .nav-search-wrap .nav-search-button {
    margin-top: 0;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap .nav-search-button {
    height: 2.875rem;
  }
}
@media (min-width: 1024px) {
  .header-main-inner .nav-search-wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-main-inner {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .header-main-inner {
    height: 100px;
  }
  .header-main-inner .nav-menu {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023.98px) {
  .header-main {
    position: relative;
  }
}
.header:hover, .header.active {
  background-color: #3a2f3c;
}
.header.fixed {
  background-color: #3a2f3c;
}
.header.fixed .header-main-inner {
  height: 60px;
}
.header.fixed .header-main-inner .nav-menu .menu .nav-item .submenu {
  top: 100%;
}

.secondary-nav {
  background: #e0d7e6;
  top: 0;
  transition: top 0.25s ease-out;
  position: relative;
  z-index: 4;
}
.secondary-nav__inner {
  transition: padding 0.2s ease-out;
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .secondary-nav__inner {
    height: 3.4375rem;
  }
}
@media (min-width: 1024px) {
  .secondary-nav__inner {
    height: auto;
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
.secondary-nav__header {
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: 1.3;
  transition: padding 0.2s ease-out;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .secondary-nav__header {
    font-size: 1.5rem;
  }
}
.secondary-nav__breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.3;
  grid-column: 1/3;
  grid-row: 2/3;
  display: none;
}
.secondary-nav__breadcrumbs-item {
  margin-right: 0.625rem;
  padding-left: 0.5625rem;
  position: relative;
}
.secondary-nav__breadcrumbs-item::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #3a2f3c;
  left: -0.125rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-nav__breadcrumbs-item:first-child {
  padding-left: 0;
}
.secondary-nav__breadcrumbs-item:first-child::before {
  display: none;
}
.secondary-nav__breadcrumbs-item:last-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .secondary-nav__breadcrumbs {
    display: flex;
  }
}
.secondary-nav__list {
  font-size: 1rem;
  line-height: 1.5rem;
  grid-column: 1/-1;
  grid-row: 2/3;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 1.5rem 0.625rem;
}
.secondary-nav__list-item {
  font-weight: 400;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3a2f3c;
}
.secondary-nav__list-item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .secondary-nav__list-item {
    margin: 0 auto;
    max-width: 45rem;
  }
}
@media (min-width: 1024px) {
  .secondary-nav__list-item {
    border: 0;
  }
}
.secondary-nav__list-link {
  font-weight: 400;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  width: 100%;
}
.secondary-nav__list-link.active, .secondary-nav__list-link:active, .secondary-nav__list-link:focus, .secondary-nav__list-link:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .secondary-nav__list-link.active::after, .secondary-nav__list-link:active::after, .secondary-nav__list-link:focus::after, .secondary-nav__list-link:hover::after {
    background-color: #3a2f3c;
  }
}
@media (min-width: 1024px) {
  .secondary-nav__list-link {
    padding: 0.875rem 1.25rem 0.625rem;
    border: 0;
    width: auto;
  }
  .secondary-nav__list-link::after {
    content: "";
    position: absolute;
    height: 0.25rem;
    bottom: -0.25rem;
    left: 1.25rem;
    right: 1.25rem;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .secondary-nav__list {
    position: relative;
    padding: 0;
    top: -0.625rem;
    margin-right: -1.25rem;
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
    align-self: start;
    display: -ms-flexbox;
    display: flex;
  }
}
.secondary-nav__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
  height: 3.125rem;
  font-size: 1.5rem;
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
@media (min-width: 360px) {
  .secondary-nav__menu {
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media (min-width: 1024px) {
  .secondary-nav__menu {
    display: none;
  }
}

.secondary-nav-is-sticky {
  padding-top: 3.125rem;
  background: #e0d7e6;
}
.secondary-nav-is-sticky .secondary-nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  background-color: #3a2f3c;
}
@media (min-width: 1024px) {
  .secondary-nav-is-sticky .secondary-nav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.625rem 0;
    height: 3.4375rem;
  }
}
.secondary-nav-is-sticky .secondary-nav__breadcrumbs {
  display: none;
}
.secondary-nav-is-sticky .secondary-nav__header {
  color: #fdf9ec;
}
.secondary-nav-is-sticky .secondary-nav__list-item {
  border-color: #665269;
}
@media (min-width: 1024px) {
  .secondary-nav-is-sticky .secondary-nav__list-link {
    color: #fdf9ec;
  }
  .secondary-nav-is-sticky .secondary-nav__list-link.active::after, .secondary-nav-is-sticky .secondary-nav__list-link:active::after, .secondary-nav-is-sticky .secondary-nav__list-link:focus::after, .secondary-nav-is-sticky .secondary-nav__list-link:hover::after {
    background-color: #665269;
  }
}
.secondary-nav-is-sticky .secondary-nav__menu {
  color: #fdf9ec;
}
.secondary-nav-is-sticky.scrolling-up .header {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
}
.secondary-nav-is-sticky.secondary-nav-open .secondary-nav__list {
  background-color: #3a2f3c;
}
.secondary-nav-is-sticky.secondary-nav-open .secondary-nav__list-link {
  color: #fdf9ec;
}
@media (min-width: 1024px) {
  .secondary-nav-is-sticky {
    padding-top: 6.25rem;
  }
}

/* .scrolling-up .secondary-nav {
  top: 3.125rem;
} */
.scrolling-up .secondary-nav__header {
  padding-left: 0;
}

.secondary-nav-open .secondary-nav__list {
  background-color: #e0d7e6;
  display: block;
}
.secondary-nav-open .secondary-nav__menu i {
  transform: rotate(180deg);
}

.primary-nav-open .secondary-nav {
  visibility: hidden;
}

.main {
  background-color: #fdf9ec;
}

.banner-home {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: calc(100vh - 160px);
  min-height: 37.5rem;
  max-height: 50rem;
  color: #fdf9ec;
  margin-top: -3.5rem;
}
.banner-home-slider {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.banner-home-slider .slick-list,
.banner-home-slider .slick-track,
.banner-home-slider .slick-slide,
.banner-home-slider .slick-slide > div,
.banner-home-slider .item {
  height: 100%;
}
.banner-home-slider .item {
  position: relative;
}
.banner-home-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
.banner-home-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home-content {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  z-index: 1;
  margin: 0 auto 8.625rem;
}
.banner-home-content .hero-ticker {
  position: absolute;
  height: 23.75rem;
  bottom: -4.75rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: opacity 1s;
  z-index: -1;
}
.banner-home-content .hero-ticker-list {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 1s linear;
}
.banner-home-content .hero-ticker-list-item {
  padding: 0.25rem 0 0.25rem 0.9375rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .banner-home-content .hero-ticker-list-item {
    padding: 0.4375rem 0 0.4375rem 0.9375rem;
  }
}
.banner-home-content .hero-ticker--enable {
  opacity: 1;
  pointer-events: auto;
}
.banner-home-content .hero-ticker--enable .hero-ticker-list-item {
  transition: transform 0.5s, opacity 0.5s;
}
.banner-home-content .hero-ticker--enable .hero-ticker-list-item a {
  color: inherit;
}
.banner-home-content .hero-ticker--enable .hero-ticker-list-item a:hover {
  color: #e2d6e8;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .banner-home-content .hero-ticker {
    height: 34.375rem;
    bottom: -6.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 375px) {
  .banner-home-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .banner-home-content {
    padding-right: 0;
    padding-left: 0;
    width: 45rem;
    margin-bottom: 9.375rem;
  }
}
@media (min-width: 1024px) {
  .banner-home-content {
    width: 59rem;
  }
}
@media (min-width: 1440px) {
  .banner-home-content {
    width: 85rem;
  }
}
.banner-home-title {
  transition: opacity 0.3s linear;
  opacity: 1;
  position: relative;
  z-index: 1;
  top: 4rem;
}
.banner-home-title .title {
  margin-bottom: 0.9375rem;
}
.banner-home-title .desc {
  max-width: 40rem;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 7.5rem;
}
.banner-home-title--hidden {
  opacity: 0;
}
@media (min-width: 480px) {
  .banner-home-title {
    top: auto;
  }
}
.banner-home-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #fdf9ec;
  border-radius: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .banner-home-arrow {
    bottom: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.banner-home-caption {
  display: none;
  position: absolute;
  right: 0;
  bottom: -6.25rem;
  font-size: 1.125rem;
  line-height: 1;
  text-align: right;
  width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .banner-home-caption {
    display: block;
  }
}
.banner-home-form {
  position: relative;
  z-index: 1;
}
.banner-home-form-title {
  position: relative;
  margin-bottom: 1.25rem;
  top: 0;
  transition: top 1s;
}
.banner-home-form-title--expanded {
  top: -16.625rem;
}
@media (min-width: 768px) {
  .banner-home-form-title--expanded {
    top: -25rem;
  }
}
.banner-home-form form {
  display: -ms-flexbox;
  display: flex;
  max-width: 35rem;
}
.banner-home-form form > div {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.banner-home-form form input[type=text] {
  width: 100%;
  height: 2.375rem;
  background: #fdf9ec;
  border: none;
  padding: 0.4375rem 0.9375rem 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .banner-home-form form input[type=text] {
    height: 3.125rem;
    padding: 0.6875rem 0.9375rem 0.4375rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.banner-home-form form .btn {
  height: 2.375rem;
  padding-top: 0.625rem;
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .banner-home-form form .btn {
    height: 3.125rem;
    padding-top: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.banner-home-autocomplete {
  /* display: none; */
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background-color: #fdf9ec;
  padding: 0.9375rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
.banner-home-autocomplete a {
  color: #3a2f3c;
  display: block;
  padding: 0.3125rem;
}
.banner-home-autocomplete a:focus, .banner-home-autocomplete a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .banner-home {
    min-height: 50rem;
    max-height: 75rem;
    margin-top: -4.125rem;
  }
}
@media (min-width: 1024px) {
  .banner-home {
    margin-top: -8.78rem;
  }
}
.banner-story {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.banner-story .breadcrumbs {
  position: absolute;
  z-index: 1;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.5rem;
  width: 100%;
  background-color: transparent;
}
.banner-story .banner-image {
  position: relative;
  max-height: 80vh;
  overflow: hidden;
  object-fit: cover;
}
.banner-story .banner-image::before, .banner-story .banner-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.banner-story .banner-image::before {
  top: 0;
  height: 2.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.banner-story .banner-image-src {
  display: block;
  width: 100%;
}
.banner-story .banner-content {
  padding: 1.5rem;
}
.banner-story .banner-content .banner-category {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.banner-story .banner-content .banner-title {
  margin-bottom: 0.5rem;
}
.banner-story .banner-content .banner-subtitle {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .banner-story .banner-content {
    padding: 1.5rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .banner-story .banner-content {
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 4rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 59rem;
  }
  .banner-story .banner-content .banner-category {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .banner-story .banner-content .banner-title {
    margin-bottom: 1rem;
  }
  .banner-story .banner-content .banner-subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .banner-story .banner-content {
    width: 85rem;
  }
}
@media (min-width: 1024px) {
  .banner-story {
    display: block;
    color: #fdf9ec;
  }
  .banner-story::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23.0625rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }
}

.news-marquee {
  background-color: #fdf9ec;
}
.news-marquee-inner {
  padding: 2rem 1.5rem;
}
.news-marquee-slider .item {
  min-height: 200px;
  background-color: #fdf9ec;
  padding: 0 4px;
}
.news-marquee-slider .item .box-content .title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: var(--second-font);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .news-marquee-slider .item .box-content .title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.news-marquee-slider .item .box-content .desc {
  margin-bottom: 1rem;
}
.news-marquee-slider .item .box-content .gr-btn {
  margin-bottom: 1rem;
}
.news-marquee-slider .item .box-image {
  position: relative;
  overflow: hidden;
}
.news-marquee-slider .item .box-image img {
  //max-height: 350px;
  width: 100%;
}

.desc-wrapper {
    position: relative;
}

.news-marquee .desc {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height .4s ease;
}

.news-marquee .desc.is-truncated::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fdf9ec);
}

.news-marquee .desc.is-expanded {
    max-height: none;
}

.read-more-btn {
    display: none;
    margin-top: 10px;
}

.whyus {
  background-color: #3a2f3c;
  background-image: url("../../assets/images/world-map-10percent.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
.whyus-inner {
  color: #fdf9ec;
  padding: 2.5rem 0 3.75rem;
}
.whyus-inner .head-title {
  font-size: 1.5rem;
  margin-bottom: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .whyus-inner .head-title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .whyus-inner {
    padding: 5rem 0 3.75rem;
  }
}
.whyus-content .item .box-icon {
  color: #fdf9ec;
  margin-bottom: 1.5rem;
  font-size: 4.365rem;
  text-align: center;
}
.whyus-content .item .box-icon svg,
.whyus-content .item .box-icon img {
  width: 100px;
  height: 4.375rem;
}
@media (min-width: 1024px) {
  .whyus-content .item .box-icon {
    font-size: 6.25rem;
  }
  .whyus-content .item .box-icon svg,
.whyus-content .item .box-icon img {
    width: 100px;
    height: 6.25rem;
  }
}
.whyus-content .item .box-content .title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight:600;
  text-align:center;
}
.whyus-content .item .box-content .desc p {
  text-align: -webkit-center !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .whyus-content {
    margin-bottom: 4.6875rem;
  }
}
.whyus-cta {
  text-align: right;
}
.whyus-cta a {
  display: block;
  color: inherit;
}
.whyus-cta a i {
  margin-left: 5px;
}
.whyus-cta a:hover {
  color: #e2d6e8;
  text-decoration: underline;
}

.region-map {
  position: absolute;
  z-index: 0;
  right: 5rem;
  width: 34.375rem;
  height: 34.375rem;
  top: 2rem;
  display: none;
}
@media (min-width: 1024px) {
  .region-map {
    display: block;
  }
}

.region-map--asia {
  top: -2rem;
  filter: hue-rotate(148deg) contrast(0.75);
}
@media (min-width: 1440px) {
  .region-map--asia {
    right: 10rem;
  }
}

.tours-home-slider .slick-list {
  margin: 0 -8px;
}
.tours-home-slider .slick-track {
  margin-bottom: 1.5rem;
}
.tours-home-slider .item {
  padding: 0 8px;
}
.tours-detail {
  background-color: #e0d7e6;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tours-detail {
    padding-bottom: 3rem;
    margin-bottom: 4.5rem;
  }
}
.tours-detail-inner .region-map {
  top: -10rem;
  right: -17.5rem;
}
.tours-detail-banner-wrap {
  position: relative;
  z-index: 1;
}
.tours-detail-banner-wrap img {
  width: 100%;
}
.tours-detail-banner-btn {
  background-color: #fdf9ec;
  border-color: rgba(0, 0, 0, 0);
  color: #767260;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1rem;
  line-height: 2.25rem;
  height: 2.25rem;
  font-family: var(--second-font);
  padding: 0 1.625rem;
}
@media (min-width: 1024px) {
  .tours-detail-banner-btn {
    bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-banner-btn {
    bottom: 1rem;
  }
}
.tours-detail-banner {
  margin: 0 -0.75rem;
}
.tours-detail-banner-item {
  position: relative;
}
.tours-detail-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .tours-detail-banner-item {
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .tours-detail-banner-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .tours-detail-banner-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .tours-detail-banner-item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .tours-detail-banner-item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 360px) {
  .tours-detail-banner {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 768px) {
  .tours-detail-banner {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .tours-detail-banner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-banner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.tours-detail-overview {
  position: relative;
}
.tours-detail-overview-pricing {
  color: #fdf9ec;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}
.tours-detail-overview-pricing-main {
  background-color: #3a2f3c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  padding: 0.5rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 360px) {
  .tours-detail-overview-pricing-main {
    padding: 0.5rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .tours-detail-overview-pricing-main {
    justify-content: center;
    padding: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .tours-detail-overview-pricing-main {
    height: auto;
    display: block;
    padding: 1rem 0;
  }
}
.tours-detail-overview-pricing-days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fdf9ec;
  padding-right: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-pricing-days {
    border-right: 0;
    border-bottom: 1px solid #fdf9ec;
    padding-bottom: 1rem;
    padding-right: 0;
    margin: 0 0.5rem 1rem;
  }
}
.tours-detail-overview-pricing-num {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 0.25rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-pricing-num {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-overview-pricing {
    font-size: 0.875rem;
    line-height: 1.3;
    width: 10.625rem;
    margin-bottom: 0;
  }
}
.tours-detail-overview-content {
  padding: 0 0.75rem;
  position: relative;
}
.tours-detail-overview-content-header {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-content-header {
    margin-bottom: 1.5rem;
  }
}
.tours-detail-overview-content-heading-title {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-content-heading-title {
    margin-bottom: 0;
  }
}
.tours-detail-overview-content-list ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.tours-detail-overview-content-list li {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-content-list li {
    margin-bottom: 0;
  }
}
.tours-detail-overview-content-list-cost-disclaimer {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -1.3125rem;
  vertical-align: middle;
}
.tours-detail-overview-content-list-cost-disclaimer li {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.tours-detail-overview-content-list-cost-disclaimer li::before {
  content: "*";
  font-family: var(--second-font);
  font-size: 1.25rem;
  padding-right: 0.6875rem;
}
@media (min-width: 1024px) {
  .tours-detail-overview-content-list-cost-disclaimer li {
    margin-bottom: 0;
  }
}
@media (min-width: 360px) {
  .tours-detail-overview-content {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-overview {
    display: grid;
    gap: 1rem;
    grid-template-columns: 10.625rem auto;
  }
}
@media (min-width: 1440px) {
  .tours-detail-overview {
    gap: 2rem;
  }
}
.tours-detail-inspire {
  position: relative;
  padding: 1.5rem 0.75rem 3rem;
}
.tours-detail-inspire .heading-title {
  max-width: 56rem;
  margin: 0 auto;
}
.tours-detail-inspire .heading-title .sectitle {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .tours-detail-inspire .heading-title .subtitle {
    text-align: center;
  }
}
@media (min-width: 360px) {
  .tours-detail-inspire {
    padding: 1.5rem 1.5rem 3rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-inspire {
    padding: 2.25rem 0 4.5rem;
  }
}
.tours-detail-nav {
  border-bottom: 1px solid #665269;
  z-index: 2;
  background-color: #fdf9ec;
  height: 4.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 3.125rem;
  padding: 0 0.75rem;
}
.tours-detail-nav-list {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0 0 0.25rem;
}
@media (min-width: 1024px) {
  .tours-detail-nav-list {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.tours-detail-nav-item {
  margin-right: 2rem;
}
.tours-detail-nav-btn {
  padding: 0.5rem 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.tours-detail-nav-btn.active {
  border-bottom-color: #767260;
}
@media (min-width: 1024px) {
  .tours-detail-nav-btn {
    border-bottom-width: 4px;
    padding: 0.5rem 0 1rem;
  }
}
@media (min-width: 360px) {
  .tours-detail-nav {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .tours-detail-nav {
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  .tours-detail-nav {
    top: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .tours-detail-nav--no-secondary-nav {
    top: 3.75rem;
  }
}
.tours-detail-panels {
  margin-top: 2.5em;
}
.tours-detail-panel {
  display: none;
}
.tours-detail-panel-list {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .tours-detail-panel-list {
    margin-bottom: 3rem;
  }
}
.tours-detail-panel-item {
  padding: 0.75rem 0 0.75rem 1.5rem;
  position: relative;
  z-index: 1;
}
.tours-detail-panel-item:last-child {
  padding-bottom: 0;
}
.tours-detail-panel-item:last-child::after {
  display: none;
}
.tours-detail-panel-item::after {
  content: "";
  position: absolute;
  top: 1.3125rem;
  border-left: 1px solid #3a2f3c;
  height: 100%;
  z-index: 1;
  left: 0.25rem;
}
@media (min-width: 1024px) {
  .tours-detail-panel-item::after {
    top: 1.375rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-panel-item::after {
    top: 1.625rem;
    left: 5.1875rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-panel-item {
    padding: 1rem 0 3.75rem;
    display: -ms-flexbox;
    display: flex;
  }
}
.tours-detail-panel-item--glance {
  padding-right: 0.5rem;
}
@media (min-width: 1440px) {
  .tours-detail-panel-item--glance {
    padding-bottom: 1rem;
  }
  .tours-detail-panel-item--glance:last-child {
    padding-bottom: 1.25rem;
  }
}
.tours-detail-panel .maps iframe {
  width: 100%;
  height: 500px;
}
.tours-detail-panel.active {
  display: block;
}
.tours-detail-at-a-glance {
  padding: 0 0.75rem;
  margin-bottom: 2rem;
}
.tours-detail-at-a-glance-copy {
  margin-bottom: 2.5rem;
}
@media (min-width: 1440px) {
  .tours-detail-at-a-glance-copy {
    margin-bottom: 0;
  }
}
@media (min-width: 360px) {
  .tours-detail-at-a-glance {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .tours-detail-at-a-glance {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tours-detail-day-wrap {
  position: relative;
  z-index: 2;
}
.tours-detail-day {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  transition: all 0.25s ease 0s;
  position: -webkit-sticky;
  position: sticky;
  top: 9.0625rem;
}
.tours-detail-day::after {
  content: "";
  height: 0.5625rem;
  width: 0.5625rem;
  border-radius: 50%;
  background-color: #767260;
  left: -1.5rem;
  position: absolute;
  top: 0.4375rem;
}
@media (min-width: 1024px) {
  .tours-detail-day::after {
    top: 0.625rem;
    left: -1.5rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-day::after {
    left: 4.9375rem;
  }
}
@media (min-width: 1440px) {
  .tours-detail-day {
    min-width: 5.25rem;
    margin-right: 2rem;
  }
}
.tours-detail-day--glance {
  position: -webkit-sticky;
  position: sticky;
}
.tours-detail-details {
  display: inline;
}
@media (min-width: 1440px) {
  .tours-detail-details {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tours-detail-infor {
    width: 100%;
  }
}
.tours-detail-place {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .tours-detail-place {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1440px) {
  .tours-detail-place {
    width: 34.25rem;
  }
}
.tours-detail-blurb {
  display: block;
}
@media (min-width: 1024px) {
  .tours-detail-blurb {
    display: inline;
  }
}
.tours-detail-list ul{
  list-style: disc;
  margin: 0.5rem 0.5rem 0 2rem;
}
.tours-detail-itin {
  padding: 0 0.75rem;
}
@media (min-width: 1024px) {
  .tours-detail-itin-header {
    transition: all 0.25s ease 0s;
    top: 9.0625rem;
    position: -webkit-sticky;
    position: sticky;
  }
}
.tours-detail-itin-copy {
  display: flex;
  justify-content: space-between;
}
.tours-detail-itin-boxslider {
  margin-bottom: 1rem;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider {
  transition: all 0.25s ease 0s;
  position: -webkit-sticky;
  position: sticky;
  top: 11.25rem;
  width: 100%;
  z-index: 1;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  z-index: 5;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots li {
  width: 4.875rem;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots li button {
  display: none;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
}
.tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots li.slick-active::after {
  animation: dotProgress 4s linear forwards;
}
@media (min-width: 1440px) {
  .tours-detail-itin-boxslider .tours-detail-itin-slider .slick-dots li {
    width: 7rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-itin-boxslider {
    margin-bottom: 0;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1440px) {
  .tours-detail-itin-boxslider {
    width: 41.5rem;
    width: 40.563rem;
  }
}
.tours-detail-itin-main-copy {
  margin-bottom: 4rem;
}
.tours-detail-itin-main-title, .tours-detail-itin-main-text {
  margin-bottom: 1.5rem;
}
.tours-detail-itin-main-staying-title {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-family: var(--second-font);
}
.tours-detail-itin-main-staying-link {
  color: #767260;
}
@media (min-width: 1024px) {
  .tours-detail-itin-main {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1440px) {
  .tours-detail-itin-main {
    width: 34.25rem;
    width: 33.313rem;
  }
}
@media (min-width: 360px) {
  .tours-detail-itin {
    padding: 0;
  }
}
.tours-detail-notes {
  margin: 0 auto;
  max-width: 70.5rem;
  padding: 0 0.75rem;
}
.tours-detail-notes-header {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .tours-detail-notes-header {
    margin-bottom: 1.875rem;
  }
}
.tours-detail-notes-list,.tours-detail-notes ul {
  margin-bottom: 2.5rem;
  margin-left: 1.125rem;
  list-style-type: disc;
}
.tours-detail-notes-list-item {
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .tours-detail-notes-list-item {
    line-height: 1.75rem;
  }
}
.tours-detail-notes-list-item--check {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.8125rem;
  line-height: 1.375rem;
}
.tours-detail-notes-list-item--check::before, .tours-detail-notes-list-item--check::after {
  content: "";
  position: absolute;
}
.tours-detail-notes-list-item--check::before {
  top: 0.1875rem;
  left: 0;
  border-radius: 50%;
  background-color: #3a2f3c;
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 1024px) {
  .tours-detail-notes-list-item--check::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.tours-detail-notes-list-item--check::after {
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 0.125rem solid #fdf9ec;
  border-right: 0.125rem solid #fdf9ec;
  height: 0.5625rem;
  width: 0.3125rem;
  top: 0.375rem;
  left: 0.4375rem;
}
@media (min-width: 1024px) {
  .tours-detail-notes-list-item--check::after {
    height: 0.75rem;
    width: 0.375rem;
    top: 0.4375rem;
    left: 0.5625rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-notes-list-item--check {
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tours-detail-notes-list {
    column-count: 2;
    -moz-column-gap: 10.3125rem;
    column-gap: 10.3125rem;
  }
}
.tours-detail-notes-list--check {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .tours-detail-notes-list--check {
    margin-bottom: 5rem;
  }
}
.tours-detail-notes-protect {
  max-width: 29rem;
}
.tours-detail-notes-para {
  margin-bottom: 2rem;
}
@media (min-width: 360px) {
  .tours-detail-notes {
    padding: 0;
  }
}

.scrolling-up .tours-detail-day {
  top: 12.1875rem;
}
@media (min-width: 1024px) {
  .scrolling-up .tours-detail-itin-header {
    top: 12.1875rem;
  }
}
.scrolling-up .tours-detail-itin-boxslider .tours-detail-itin-slider {
  top: 14.375rem;
}

@media (min-width: 1024px) {
  .tours-detail-nav--no-secondary-nav,
.scrolling-up .tours-detail-nav--no-secondary-nav {
    top: 3.125rem;
  }
}
.blogs-home-slider .slick-list {
  margin: 0 -8px;
}
.blogs-home-slider .slick-track {
  margin-bottom: 1.5rem;
}
.blogs-home-slider .item {
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .blogs-home {
    margin-bottom: 5rem;
  }
}
.blogs-detail {
  position: relative;
}
.blogs-detail-inner {
  margin: 0;
  padding: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .blogs-detail-inner {
    margin: 0 auto;
    width: 45rem;
  }
}
@media (min-width: 1024px) {
  .blogs-detail-inner {
    width: 49rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .blogs-detail-inner {
    width: 70.5rem;
  }
}
.blogs-detail-author {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .blogs-detail-author {
    padding-bottom: 1rem;
  }
}
.blogs-detail-content h2 {
  font-family: var(--primary-font);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .blogs-detail-content h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.blogs-detail-content p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .blogs-detail-content p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.blogs-detail-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .blogs-detail-content ul {
    margin-bottom: 2rem;
  }
}
.blogs-detail .kt-cms ul li a {
  color: #767260;
}
.blogs-detail .kt-cms ul li a:hover {
  text-decoration: underline;
}
.blogs-detail .story__share {
  top: 30px;
}
@media (max-width: 767.98px) {
  .blogs-detail {
    padding-top: 0;
  }
}

.card {
  position: relative;
  background-color: #fdf9ec;
  transition: box-shadow 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  overflow: hidden;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
}
.card-block-link {
  display: block;
}
.card .box-flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.625rem;
  color: #fdf9ec;
  text-transform: uppercase;
  background-color: #3a2f3c;
  font-weight: 500;
  height: 1.375rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .card .box-flag {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.card .box-image {
  position: relative;
  overflow: hidden;
  height:180px;
  min-height:180px;
  aspect-ratio: 400 / 248;
}
.card .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.card .box-content {
  padding: 0.625rem 0.9375rem 0.9375rem;
}
.card .box-content-top {
  flex: 1 1 auto;
}
.card .box-content-top .title {
  font-family: var(--primary-font);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0.025rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .box-content-top .title a {
  color: inherit;
}
@media (min-width: 1024px) {
  .card .box-content-top .title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.card .box-content-top .box-pls {
  line-height: 1.2;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  color: #665269;
  font-family: var(--second-font);
}
@media (min-width: 1440px) {
  .card .box-content-top .box-pls {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.card .box-content-top .box-descripton {
  font-family: var(--primary-font);
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .card .box-content-top .box-descripton {
    line-height: 1.5;
  }
}
.card .box-content-bot .box-price {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .card .box-content-bot .box-price {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  .card .box-content-bot {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .card .box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1440px) {
  .card .box-content {
    padding: 0.625rem 1.5rem 1.5rem;
  }
}
.card .box-cta {
  padding: 1rem;
}
@media (min-width: 1440px) {
  .card .box-cta {
    padding: 1.5rem;
  }
}
.card .card-btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  font-size: 0.75rem;
  font-family: var(--second-font);
  line-height: 1.5;
  -ms-flex-pack: center;
  justify-content: center;
}
.card .card-link {
  color: #767260;
  font-family: var(--primary-font);
}
.card:active:not(.card--story), .card:focus:not(.card--story), .card:hover:not(.card--story) {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.14);
}
.card:active .box-image img, .card:focus .box-image img, .card:hover .box-image img {
  transition: all 0.25s ease-in-out;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .card {
    height: 24.125rem;
  }
}

.card--itinerary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 26.25rem;
  background-color: #fff;
}
.card--itinerary .box-content {
  padding: 0.625rem 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card--itinerary .box-content-top .title {
  color: #767260;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  .card--itinerary .box-content-top .title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.card--itinerary .box-content-bot {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .card--itinerary .box-content {
    padding: 0.625rem 1.0625rem 0;
  }
}
@media (min-width: 1440px) {
  .card--itinerary .box-content {
    padding: 0.625rem 1.5rem 0;
  }
}
@media (min-width: 768px) {
  .card--itinerary .box-cta {
    padding-top: 1rem;
  }
}
@media (min-width: 1440px) {
  .card--itinerary {
    height: 32.125rem;
  }
}

.card--itinerary-small {
  min-width: 14rem;
}
.card--itinerary-small .box-content-top .title {
  font-size: 0.875rem;
  line-height: 1.3;
}
.card--itinerary-small .box-content-top .box-pls {
  font-size: 0.75rem;
  line-height: 1.3;
  display: none;
}
.card--itinerary-small .box-content-top .box-descripton {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .card--itinerary-small {
    height: 26.25rem;
    width: 14rem;
  }
}

.card--story {
  background-color: transparent;
  height: 24.4375rem;
}
.card--story .box-image {
  aspect-ratio: 400 / 248;
  min-height:162px;
}
.card--story .box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background-color: #fdf9ec;
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*height: 10.3125rem;*/
}
.card--story .box-content .title {
  font-size: 1.125rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card--story .box-content .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width: 1440px) {
  .card--story .box-content .title {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
@media (min-width: 1440px) {
  .card--story .box-content {
    /*height: 12.75rem;*/
  }
}
.card--story .card-link {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .card--story .card-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  .card--story {
    height: 27.375rem;
  }
}

.card--itinerary-stacked {
  height: auto;
  min-height: 19.3125rem;
  background-color: #fff;
  border-radius: 0;
}
@media (min-width: 360px) {
  .card--itinerary-stacked {
    min-width: 20.4375rem;
  }
}
@media (min-width: 768px) {
  .card--itinerary-stacked {
    height: 32.125rem;
    min-height: auto;
    min-width: auto;
  }
}
@media (min-width: 1440px) {
  .card--itinerary-stacked {
    height: 34.125rem;
  }
}

.card--activity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 20.4375rem;
}
.card--activity .box-image {
  margin-bottom: 0.4375rem;
}
.card--activity .box-content {
  padding-bottom: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .card--activity .box-content .title {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.card--activity .box-content .box-pls {
  color: #a591a9;
}
.card--activity .box-content .box-descripton {
  overflow: hidden;
  /* visibility: hidden;
  height: 0; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
}
@media (min-width: 1440px) {
  .card--activity {
    height: 29.0625rem;
  }
}

.card--activity-small,
.card--story-small {
  height: 20.4375rem;
}

.card--activity-small .box-content .title {
  font-size: 1rem;
  line-height: 1.3;
}

.travel-categories-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8125rem;
  margin-bottom: 0.8125rem;
}
@media (min-width: 768px) {
  .travel-categories-inner {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .travel-categories-inner {
    grid-template-columns: repeat(4, 14rem);
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .travel-categories-inner {
    grid-template-columns: repeat(4, 19.75rem);
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.travel-categories-item {
  display: block;
  position: relative;
}
.travel-categories-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 3.875rem;
}
@media (min-width: 1024px) {
  .travel-categories-item::after {
    height: 7.8125rem;
  }
}
.travel-categories-item:hover img {
  transform: scale(1.1);
}
.travel-categories-image {
  position: relative;
  overflow: hidden;
  height:140px;
}
@media (min-width: 768px) {
  .travel-categories-image {
    height: 260px;
  }
}

.travel-categories-image img {
  display: block;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-categories-content {
  position: absolute;
  z-index: 2;
  color: #fdf9ec;
  font-size: 0.9375rem;
  line-height: 1.3;
  bottom: 1rem;
  left: 1rem;
  padding-right: 1rem;
}
.travel-categories-content .title {
  font-family: var(--primary-font);
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .travel-categories-content .title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .travel-categories-content {
    bottom: 2rem;
    left: 2rem;
  }
}

@media (min-width: 1024px) {
  .travel-categories-home {
    margin-bottom: 5rem;
  }
}

.destinations {
  background-color: #e0d7e6;
  overflow: hidden;
}
.destinations-slider {
  margin-bottom: 0 !important;
}
.destinations-slider .item {
  height: 20.9375rem;
  position: relative;
}
.destinations-slider .item::before, .destinations-slider .item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 768px) {
  .destinations-slider .item::before {
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 6.5625rem;
  }
}
.destinations-slider .item::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 4rem;
}
@media (min-width: 768px) {
  .destinations-slider .item::after {
    height: 7.8125rem;
  }
}
.destinations-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destinations-slider .item .item-content {
  height: 20.9375rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20.4375rem;
  left: calc(50% - 8px);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.destinations-slider .item .item-content-caption {
  color: #fdf9ec;
  text-align: right;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.25rem;
  font-size: 0.875rem;
  width: calc(100vw - 1.5rem - 16px);
}
@media (min-width: 360px) {
  .destinations-slider .item .item-content-caption {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .destinations-slider .item .item-content {
    height: 21.25rem;
    width: 45rem;
  }
}
@media (min-width: 768px) {
  .destinations-slider .item {
    height: 21.25rem;
  }
}
.destinations-slider .slick-dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  z-index: 5;
}
.destinations-slider .slick-dots li {
  width: 4.875rem;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}
.destinations-slider .slick-dots li button {
  display: none;
}
.destinations-slider .slick-dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
}
.destinations-slider .slick-dots li.slick-active::after {
  animation: dotProgress 4s linear forwards;
}
@media (min-width: 1440px) {
  .destinations-slider .slick-dots li {
    width: 7rem;
  }
}
.destinations-content {
  position: relative;
}
@media (min-width: 768px) {
  .destinations-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .destinations-content {
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .destinations-content {
    gap: 2rem;
  }
}
.destinations__description {
  color: #fdf9ec;
  font-size: 1rem;
  grid-column: span 6;
}
.destinations__description-content {
  background-color: #3a2f3c;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .destinations__description-content {
    padding: 2.5rem 2.5rem 1.5rem;
  }
  .destinations__description-content::before, .destinations__description-content::after {
    content: "";
    background-color: #3a2f3c;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .destinations__description-content::before {
    right: 100%;
    left: -50vw;
  }
  .destinations__description-content::after {
    right: -50vw;
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .destinations__description-content {
    padding: 2.5rem 5rem 1rem 0;
  }
  .destinations__description-content::before {
    left: -5rem;
  }
  .destinations__description-content::after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .destinations__description-content {
    padding: 2.5rem 7.25rem 1rem 0;
  }
  .destinations__description-content::before {
    left: -7.25rem;
  }
}
.destinations__description-header,.destinations__description-content h1 {
  font-family: var(--primary-font);
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .destinations__description-header,.destinations__description-content h1 {
    margin-bottom: 1.5rem;
  }
}
.destinations__description-copy,.destinations__description-content p{
  font-family: var(--primary-font);
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .destinations__description-copy,.destinations__description-content p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.destinations__description-btn {
  white-space: unset;
  height: auto;
  line-height: 1.3;
  font-size: 1rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  .destinations__description-btn {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .destinations__description {
    grid-column: span 7;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
    margin-top: -10rem;
  }
}
.destinations__credibility {
  margin: 0 auto;
  color: #3a2f3c;
  position: relative;
  padding: 4rem 1.5rem 1.5rem;
  grid-column: span 3;
}
.destinations__credibility-img-wrap {
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 1rem;
}
@media (min-width: 1440px) {
  .destinations__credibility-img-wrap {
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 12.5rem;
  }
}
.destinations__credibility-img {
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1440px) {
  .destinations__credibility-img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .destinations__credibility-content {
    width: 21.75rem;
  }
}
.destinations__credibility-header {
  font-family: var(--second-font);
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  letter-spacing: normal;
  text-transform: inherit;
}
@media (min-width: 1024px) {
  .destinations__credibility-header {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .destinations__credibility-header:first-child {
    text-indent: 4rem;
  }
}
.destinations__credibility-attribution {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .destinations__credibility-attribution {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.destinations__credibility-signature {
  font-family: "Reenie Beanie", cursive;
  font-size: 1.875rem;
  line-height: 1.5;
}
.destinations__credibility-citation {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .destinations__credibility {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .destinations__credibility {
    padding-top: 0;
    margin-top: 4rem;
    max-width: 19rem;
    -ms-flex-order: 2;
    order: 2;
    grid-column: 9/-1;
  }
}
@media (min-width: 1440px) {
  .destinations__credibility {
    max-width: 27rem;
  }
}
.destinations--overview .destinations__credibility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  grid-column: span 6;
}
@media (min-width: 1024px) {
  .destinations--overview .destinations__credibility-header:first-child {
    text-indent: unset;
  }
}
@media (min-width: 768px) {
  .destinations--overview .destinations__credibility {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .destinations--overview .destinations__credibility {
    max-width: none;
    grid-column: 8/-1;
  }
}
@media (min-width: 1440px) {
  .destinations--overview .destinations__credibility {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .destinations {
    padding-bottom: 4rem;
  }
}

.context-header--overview .destinations-slider .item {
  height: 17.8125rem;
}
.context-header--overview .destinations-slider .item .item-content {
  height: 17.8125rem;
}
@media (min-width: 768px) {
  .context-header--overview .destinations-slider .item .item-content {
    height: 17.8125rem;
  }
}
@media (min-width: 1024px) {
  .context-header--overview .destinations-slider .item .item-content {
    height: 33.875rem;
  }
}
@media (min-width: 768px) {
  .context-header--overview .destinations-slider .item {
    height: 17.8125rem;
  }
}
@media (min-width: 1024px) {
  .context-header--overview .destinations-slider .item {
    height: 33.875rem;
  }
}

.destinations-tour .heading-title .sectitle {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto 2rem;
}
.destinations-tour .heading-title .subtitle {
  max-width: 56rem;
  margin: 0 auto;
}

.filter {
  margin-bottom: 1rem;
}
.filter__sort-by-form {
  display: flex;
  flex-wrap: wrap;
}
.filter__sort-by-label {
  padding-right: 0.3125rem;
  line-height: 2.25rem;
}
.filter__sort-by-select {
  border: 1px solid #3a2f3c;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 15.625rem;
  border-radius: 0.375rem;
  padding-left: 0.625rem;
  margin-right: 3rem;
}
.filter__list {
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.5rem;
}
.filter__item {
  margin: 0 0.5rem 0.5rem 0;
  white-space: nowrap;
}
.filter__btn {
  padding: 0 1.0625rem;
  border-radius: 0.3125rem;
  border: 1px solid #3a2f3c;
  color: #3a2f3c;
  font-size: 0.875rem;
  line-height: 1.3;
  min-height: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.filter__btn.active, .filter__btn:active, .filter__btn:focus, .filter__btn:hover {
  color: #fdf9ec;
  background-color: #3a2f3c;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .filter {
    margin-bottom: 2rem;
  }
}

.grid-card {
  display: grid;
  grid-auto-rows: auto;
  gap: 0.8125rem;
  grid-template-columns: auto;
  margin-bottom: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .grid-card {
    -ms-flex-pack: start;
    justify-content: start;
    gap: 1.5rem;
    grid-template-columns: repeat(3,  1fr);
  }
}
@media (min-width: 1024px) {
  .grid-card {
    gap: 1rem;
    grid-template-columns: repeat(4,  1fr);
  }
}
@media (min-width: 1440px) {
  .grid-card {
    margin-bottom: 3rem;
    gap: 1rem;
  }
}

.feature {
  display: block;
}
.feature-panel {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .feature-panel {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .feature-panel {
    padding-bottom: 4rem;
  }
}
.feature-list-slider .slick-list {
  margin: 0 -8px;
}
.feature-list-slider .slick-track {
  margin-bottom: 1.5rem;
}
.feature-list-slider .item {
  padding: 0 8px;
}

.feature-panel--tier-1 {
  max-width: 82rem;
}

.reviews-inner {
  padding: 4.125rem 5rem;
}
@media (min-width: 360px) {
  .reviews-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .reviews-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.itinerary-places {
  color: #3a2f3c;
}
.itinerary-places__inner {
  margin: 0 auto;
  font-family: var(--primary-font);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.75rem;
}
.itinerary-places__inner-item {
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .itinerary-places__inner-item {
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
.itinerary-places__inner-info {
  padding: 0;
}
.itinerary-places__inner-header {
  max-width: 37.375rem;
}
.itinerary-places__inner-description {
  font-size: 1rem;
  line-height: 1.3;
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .itinerary-places__inner-description {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-right: 5.3125rem;
  }
}
.itinerary-places__inner-group {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2.5rem;
}
.itinerary-places__inner-group-items {
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
}
.itinerary-places__inner-group-list {
  list-style-type: none;
}
.itinerary-places__inner-group-list ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.itinerary-places__inner-item {
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .itinerary-places__inner-item {
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
.itinerary-places__inner-numeric {
  padding-right: 0.625rem;
  display: inline-block;
}
.itinerary-places__inner-link {
  font-size: 1.125rem;
  font-family: var(--primary-font);
}
.itinerary-places__inner-link a {
  color: #767260;
}
.itinerary-places__inner-link a:hover {
  text-decoration: underline;
}
.itinerary-places__inner-map {
  width: 100%;
  margin-top: 2.25rem;
}
.itinerary-places__inner-map iframe {
  width: 100%;
}
@media (min-width: 1440px) {
  .itinerary-places__inner-map {
    margin: 0;
  }
}
@media (min-width: 360px) {
  .itinerary-places__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .itinerary-places__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.gallery {
  background-color: #fefcf5;
}
.gallery__header {
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0.75rem 1rem;
}
@media (min-width: 768px) {
  .gallery__header {
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem 0;
    margin: 0 auto;
  }
}
.gallery__title {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .gallery__title {
    margin-right: 0;
  }
}
.gallery__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .gallery__close {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}
.gallery__slider {
  display: none;
}
.gallery__slider .item {
  position: relative;
  padding: 0 5px;
}
.gallery__slider .item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 4rem;
}
@media (min-width: 768px) {
  .gallery__slider .item::after {
    right: 0.5rem;
    height: 7.8125rem;
  }
}
.gallery__slider .item-caption {
  position: absolute;
  z-index: 1;
  right: 2rem;
  color: #fdf9ec;
  text-align: right;
  line-height: 1.5;
  font-size: 0.875rem;
  bottom: 0.5rem;
}
@media (min-width: 768px) {
  .gallery__slider .item-caption {
    font-size: 1.125rem;
    bottom: 2rem;
  }
}
.gallery__slider .slick-dots {
  padding: 1.5rem 0;
}
.gallery__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
  padding-bottom: 1rem;
  border-bottom: 4px solid transparent;
}
.gallery__slider .slick-dots li img {
  width: 100px;
  height: 60px;
  object-fit: cover;
}
.gallery__slider .slick-dots li.slick-active {
  border-bottom-color: #665269;
}
@media (min-width: 768px) {
  .gallery__slider {
    display: block;
  }
  .gallery__slider-mobile{
    display: none;
  }
}
.gallery-slider-mobile .item {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-slider-mobile {
    display: none;
  }
}

.story__itin {
  border: 1px solid #cac8be;
  margin-bottom: 3rem;
  background-color: #f6f2ed;
}
.story__itin-header {
  color: #767260;
  padding: 1rem 3.5rem 1rem 1rem;
}
@media (min-width: 768px) {
  .story__itin-header {
    padding: 1.375rem 4rem 1.375rem 2rem;
  }
}
.story__itin-content {
  z-index: -1;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  overflow: auto;
  padding: 0.25rem 1rem 1rem;
  padding: 0;
  -ms-flex-pack: left;
  justify-content: left;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media (min-width: 768px) {
  .story__itin-content {
    padding: 1.5rem 2rem 3rem;
    gap: 1.5rem;
  }
}

.story__share {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdf9ec;
  margin-bottom: 2.5rem;
}
.story__share-email {
  position: relative;
}
.story__share-email-message {
  display: none;
  background-color: #809c61;
  color: #fdf9ec;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  white-space: nowrap;
  right: 100%;
  top: 0;
  padding: 0 1rem 0 4rem;
  position: absolute;
}
@media (min-width: 1024px) {
  .story__share-email-message {
    padding-left: 1rem;
  }
}
.story__share-btn {
  transition: all 0.2s ease;
  height: 2.5rem;
  width: 2.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdf9ec;
}
.story__share-btn:hover {
  background-color: #767260;
}
.story__share-btn:hover .icon {
  fill: #fdf9ec;
  color: #fdf9ec;
}
.story__share .icon {
  transition: all 0.2s ease;
  fill: #767260;
  color: #767260;
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
@media (min-width: 768px) {
  .story__share {
    position: absolute;
    right: 0;
    width: 100vw;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .story__share {
    top: 0;
    width: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.story__share--itinerary {
  padding: 0 0 2.5rem;
  width: auto;
}
@media (min-width: 768px) {
  .story__share--itinerary {
    position: static;
  }
}
@media (min-width: 1024px) {
  .story__share--itinerary {
    position: absolute;
  }
}

.story__filters,
.story__newsletter-form__field {
  display: -ms-flexbox;
  display: flex;
}

.filter__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.5rem;
}

.story__filters-related {
  white-space: nowrap;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  height: 2rem;
  line-height: 2rem;
}
.story__filters-list {
  display: block;
}
@media (min-width: 768px) {
  .story__filters-list {
    display: flex;
  }
}
.story__filters-item {
  margin-bottom: 0.5rem;
}

.newsletter-inner {
  background-color: #e4e3de;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .newsletter-inner {
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .newsletter-inner {
    width: 82rem;
    padding: 2.5rem 0;
  }
}
.newsletter-content {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .newsletter-content {
    margin: 0 auto;
    padding-bottom: 2.5rem;
    width: 45rem;
  }
}
@media (min-width: 1440px) {
  .newsletter-content {
    width: 70.5rem;
  }
}
.newsletter-header {
  font-family: var(--second-font);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .newsletter-header {
    font-size: 1.125rem;
  }
}
.newsletter-form .btn-submit {
  width: 100%;
  border-radius: 0.375rem;
}
@media (min-width: 360px) {
  .newsletter-form {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .newsletter-form {
    width: 45rem;
  }
}
@media (min-width: 1440px) {
  .newsletter-form {
    width: 70.5rem;
  }
}
@media (min-width: 1024px) {
  .newsletter {
    padding: 4rem 0;
  }
}

.contact-inner .heading-title {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .contact-inner .heading-title {
    margin-bottom: 2.5rem;
  }
}
.contact-inner .box-head {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: var(--second-font);
  margin-bottom: 1rem;
}
.contact-inner .box-list {
  margin-bottom: 2rem;
}
.contact-inner .box-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-inner .box-list li i {
  font-size: 1.625rem;
  margin-right: 10px;
}
.contact-inner .box-desc {
  margin-bottom: 1.5rem;
}
.contact-inner a {
  color: #767260;
}
.contact-inner .box-contact-form .form-group > label {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: var(--second-font);
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: none;
}
.backtotop span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  padding: 8px;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 1.8rem;
  cursor: pointer;
}
.backtotop.show {
  display: block;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 20px;
}
.social-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
}
.social-icons .icon a {
  color: inherit;
}
.social-icons .icon:hover {
  opacity: 0.8;
}
.social-icons .icon-facebook {
  background-color: #3a589d;
}
.social-icons .icon-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icons .icon-twitter {
  background-color: #1da1f2;
}
.social-icons .icon-envelop {
  background-color: #dd4b39;
}
.social-icons .icon-phone {
  background-color: #34af23;
}
.social-icons .icon-pinterest {
  background-color: #bd081c;
}
.social-icons .icon-linkedin {
  background-color: #0077b5;
}
.social-icons .icon-youtube {
  background-color: #ff0000;
}

.fixed-contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}
.fixed-contact .box-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 3.2rem;
  background-color: #31947e;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
}
.fixed-contact .box-item::before {
  content: "";
  position: absolute;
  /* border: 1px solid #11967E; */
  background: #11967e87;
  z-index: -1;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 100px;
  opacity: 0;
  animation: zoom 1.9s linear infinite;
  animation-delay: 0.6s;
}

.copyright {
  margin-top: 20px;
  border-top: 1px solid #FFFFFF33;
}
.copyright-inner {
  padding: 15px 0;
}
.copyright .rss {
  float: right;
  color: #a7a7a7;
}
.copyright .rss svg {
  stroke: currentColor;
}
.copyright .rss svg path {
  fill: currentColor;
}

.cta-bar {
  position: fixed;
  z-index: 4;
  background-color: #fefcf5;
  line-height: 1.25rem;
  padding: 0.3125rem 0;
  display: -ms-flexbox;
  display: flex;
  transform: translateZ(0);
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  font-size: 0.875rem;
  height: 6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #767260;
}
.cta-bar-wrap {
  display: flex;
  height: 100%;
  justify-content: center;
}
.cta-bar-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta-bar-inner .item.item-content {
  justify-content: center;
  font-family: var(--second-font);
}
@media (min-width: 1024px) {
  .cta-bar-inner .item.item-content {
    display: flex;
  }
}
.cta-bar-inner .item.item-contact {
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 6px;
}
.cta-bar-inner .item.item-contact .btn {
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  height: 2.5rem;
}
.cta-bar-inner .item.item-contact .btn:hover {
  background-color: transparent;
  color: #767260;
}
@media (min-width: 768px) {
  .cta-bar-inner .item.item-contact .btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .cta-bar-inner .item.item-contact .btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .cta-bar-inner .item.item-contact {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .cta-bar-inner .item.item-contact {
    margin: 0;
  }
}
.cta-bar-inner .item-tel {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.cta-bar-inner .item-tel .icon {
  width: 20px;
  height: 20px;
  font-weight: 2rem;
  margin-right: 10px;
}
@media (min-width: 360px) {
  .cta-bar-inner .item-tel {
    white-space: nowrap;
  }
}
.cta-bar-inner .item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 1.3125rem;
  color: #767260;
  gap: 4px;
}
.cta-bar-inner .item-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cta-bar-inner .item-link {
    height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .cta-bar-inner .item {
    display: flex;
  }
}
@media (min-width: 1360px) {
  .cta-bar-inner .item {
    display: block;
  }
}
@media (min-width: 768px) {
  .cta-bar-inner {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 360px) {
  .cta-bar {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .cta-bar {
    height: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .cta-bar {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .cta-bar {
    font-size: 1.125rem;
  }
}

.cta-bar--default {
  height: 6.875rem;
}
.cta-bar--default .cta-bar-inner .item-content {
  /*margin-top: 0.5rem;*/
  /*margin-bottom: 0.5rem;*/
}
@media (min-width: 1024px) {
  .cta-bar--default .cta-bar-inner .item-content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cta-bar--default .cta-bar-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .cta-bar--default .cta-bar-inner {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .cta-bar--default {
    height: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .cta-bar--default {
    height: 4.375rem;
  }
}

.footer-in-viewport .cta-bar {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-awards {
  background-color: #3a2f3c;
  color: #fdf9ec;
  padding: 2.5rem 0;
}
.footer-awards-inner-head .title {
  font-family: Playfair Display, serif;
  color: #a9a9a9;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  .footer-awards-inner-head .title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.footer-awards-inner-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-flex-align: center;
  align-items: center;
  -webkit-overflow-scrolling: touch;
}
.footer-awards-inner-listing .item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.375rem;
}
.footer-awards-inner-listing .item img {
  height:100px;
}
@media (min-width: 1440px) {
  .footer-awards-inner-listing .item {
    padding: 0.5625rem 1.75rem;
  }
}
@media (min-width: 1440px) {
  .footer-awards-inner-listing {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1.75rem;
  }
}
@media (min-width: 768px) {
  .footer-awards .responsive-size img {
    height: 10rem !important;
  }
}
.footer-quote {
  border-top: 1px solid #665269;
  background-color: #fdf9ec;
  font-family: var(--primary-font);
}
.footer-quote-inner {
  padding: 1.875rem 0;
  text-align: center;
}
.footer-quote-heading {
  margin-bottom: 0.5rem;
}
.footer-quote-para {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .footer-quote-para {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.footer-quote-btn {
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  color: #fdf9ec;
  font-family: var(--primary-font);
}
.footer-quote-link {
  color: #767260;
}
.footer-row {
  font-family: var(--second-font);
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.1875rem;
  }
}
.footer-nav-new {
  background: #3a2f3c;
  color: #fdf9ec;
  padding: 1.875rem 0 1.25rem;
}
.footer-nav-new .footer-nav-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .footer-nav-new .footer-nav-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 1.875rem;
  }
}
@media (min-width: 1024px) {
  .footer-nav-new .footer-nav-columns {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
  }
}
.footer-nav-new .footer-nav-column-title {
  color: #fdf9ec;
  font-family: var(--second-font);
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .footer-nav-new .footer-nav-column-title {
    font-size: 1.0625rem;
  }
}
.footer-nav-new .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-new .footer-nav-link {
  color: #fdf9ec;
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-nav-new .footer-nav-link:hover, .footer-nav-new .footer-nav-link:focus {
  opacity: 0.7;
}
.footer-locations {
    padding: 2rem 0; 
}
.footer-locations .item-box .item-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.footer-locations .item-box .item-content {
    font-size: 1rem;
    color: #fdf9ec;
}
.footer-nav-new .footer-nav-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.footer-nav-new .footer-nav-social-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .footer-nav-new .footer-nav-social-left {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-nav-new .footer-nav-social-title {
  color: #fdf9ec;
  font-family: var(--second-font);
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .footer-nav-new .footer-nav-social-title {
    font-size: 0.875rem;
  }
}
.footer-nav-new .footer-nav-social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.75rem;
}
.footer-nav-new .footer-nav-social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.footer-nav-new .footer-nav-social-link i {
  color: #757476;
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .footer-nav-new .footer-nav-social {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}
.footer-nav-new .footer-nav-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer-nav-new .footer-nav-logo img {
  width: 5.625rem;
  height: auto;
}
@media (min-width: 1024px) {
  .footer-nav-new .footer-nav-logo {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-nav-new .footer-nav-logo img {
    width: 6.25rem;
  }
}
.footer-nav-new .footer-row {
  margin-bottom: 0.625rem;
  justify-content: center;
}
.footer-nav-new .footer-row--legal p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom:0;
}
.footer-nav-new .footer-address p {
  font-size: 0.75rem;
  line-height: 1.75rem;
}
.footer-nav-new .footer-nav-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer-nav-new .footer-nav-bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer-nav-new {
    padding: 2.5rem 0 1.5625rem;
  }
}

@media (min-width: 768px) {
  .award-winning {
    overflow-x: hidden !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #fdf9ec;
  visibility: hidden;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out, visibility 0s 0.25s;
}
.overlay-inner {
  position: relative;
}
.overlay-sticky-header {
  /* background-color: #fdf9ec; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 1.5rem 0;
}
@media (min-width: 768px) {
  .overlay-sticky-header {
    padding: 4rem 0 0;
  }
}
@media (min-width: 768px) {
  .overlay-sticky-header {
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 54px;
  }
}
.overlay-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  z-index: 3;
}
@media (min-width: 1024px) {
  .overlay-close {
    right: 0;
    top: 1rem;
  }
}

.overlay--show {
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out;
}

.activity-services {
  padding: 3.5rem 0 0;
  margin-bottom: 3rem;
}
.activity-services__content {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  .activity-services__content {
    margin-bottom: 0;
    padding: 0;
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1440px) {
  .activity-services__content {
    width: calc(50% - 1rem);
    -ms-flex-order: 1;
    order: 1;
  }
}
.activity-services__image-src {
  height: 21.875rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .activity-services__image-src {
    height: 40.625rem;
  }
}
@media (min-width: 1024px) {
  .activity-services__image {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1440px) {
  .activity-services__image {
    width: calc(50% - 1rem);
    -ms-flex-order: 2;
    order: 2;
  }
}
.activity-services__header {
  margin-bottom: 0.5rem;
}
.activity-services__sub-head, .activity-services__para {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .activity-services__para {
    margin-bottom: 1.5rem;
  }
}
.activity-services__info {
  border: 0.1875rem solid #767260;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .activity-services__info {
    padding: 2rem;
  }
}
.activity-services__additional-info {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .activity-services__additional-info {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .activity-services {
    padding: 6rem 0 0;
    margin: 0 auto 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.raq {
  position: relative;
  min-height: 100vh;
  padding: 3.25rem 0 1rem;
  background-color: #fefcf5;
}
.raq-logo, .raq--yacht, .raq-main-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .raq-main-heading {
    margin-bottom: 3.1875rem;
  }
}
@media (min-width: 1440px) {
  .raq-inner {
    padding: 0 7.25rem;
  }
}
.raq-logo {
  width: 19.75rem;
  margin-bottom: 2.8125rem;
}
.raq-header {
  color: #3a2f3c;
  padding-bottom: 0;
  margin: 0 auto 2rem;
}
@media (min-width: 360px) {
  .raq-header-nav {
    width: 20.4375rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .raq-header-nav {
    width: 45rem;
  }
}
@media (min-width: 1024px) {
  .raq-header-nav {
    padding: 1.25rem 0 0.5rem;
    width: auto;
  }
}
@media (min-width: 360px) {
  .raq-header {
    width: 20.4375rem;
  }
}
@media (min-width: 768px) {
  .raq-header {
    width: 45rem;
  }
}
@media (min-width: 1024px) {
  .raq-header {
    width: auto;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .raq-header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.raq-steps {
  text-align: center;
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  position: relative;
}
.raq-steps-item {
  width: calc(33% - 0.25rem);
}
@media (min-width: 768px) {
  .raq-steps-item {
    width: 14rem;
  }
}
@media (min-width: 1024px) {
  .raq-steps-item {
    width: calc(33% - 0.5rem);
  }
}
@media (min-width: 1440px) {
  .raq-steps-item {
    display: grid;
    gap: 0 1rem;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    width: 19.75rem;
  }
}
.raq-steps-num {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0.5rem;
  height: 4.3125rem;
  width: 4.3125rem;
  border: 2px solid #767260;
  color: #767260;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .raq-steps-num {
    grid-row: 1/3;
    grid-column: 1;
    margin: 0;
  }
}
.raq-steps-header {
  margin-bottom: 0.4375rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-family: var(--second-font);
  padding-top: 0.1875rem;
}
@media (min-width: 1440px) {
  .raq-steps-header {
    grid-column: 2;
  }
}
.raq-steps-content {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .raq-steps-content {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  .raq-steps-content {
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .raq-steps {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 1440px) {
  .raq-steps {
    text-align: left;
  }
}
.raq-timeline {
  position: relative;
  height: 0.0625rem;
  background-color: #3a2f3c;
  margin: 0.5rem auto 2rem;
}
.raq-timeline-percent {
  position: absolute;
  left: 0;
  top: -0.15625rem;
  height: 0.3125rem;
  width: 0;
  background-color: #665269;
  transition: width 0.5s;
}
@media (min-width: 360px) {
  .raq-timeline {
    width: 20.4375rem;
  }
}
@media (min-width: 768px) {
  .raq-timeline {
    width: 45rem;
  }
}
@media (min-width: 1024px) {
  .raq-timeline {
    margin: 2rem 0 2.9375rem;
    width: 100%;
  }
}
.raq-main {
  padding: 0 0 2rem;
}
@media (min-width: 360px) {
  .raq-main {
    width: 20.4375rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .raq-main {
    width: 45rem;
  }
}
@media (min-width: 1024px) {
  .raq-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: auto;
    margin-bottom: 8.875rem;
  }
}
.raq-contact-agent-header {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: var(--second-font);
  margin-bottom: 1rem;
}
.raq-contact-agent-list {
  margin-bottom: 2rem;
}
.raq-contact-agent-item {
  margin-bottom: 1rem;
}
.raq-contact-agent-link {
  color: #767260;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.raq-contact-agent-link .icon {
  font-size: 1.257rem;
}
@media (min-width: 1024px) {
  .raq-contact-agent {
    padding-top: 4rem;
    width: 19rem;
  }
}
@media (min-width: 1440px) {
  .raq-contact-agent {
    width: 19.75rem;
  }
}
.raq-wizard-panel {
  display: none;
}
.raq-wizard-panel--active {
  display: block;
}
.raq-wizard-footer {
  padding-top: 2rem;
}
.raq-wizard-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.raq-wizard-controls--line {
  border-top: 1px solid #3a2f3c;
  padding-top: 1.5rem;
}
.raq-wizard-next, .raq-wizard-prev, .raq-wizard-skip {
  height: 2.875rem;
}
.raq-wizard-next.btn, .raq-wizard-prev.btn, .raq-wizard-skip.btn {
  background: #3d333c;
  border: 1px solid #3d333c;
}
.raq-wizard-next.btn:hover, .raq-wizard-prev.btn:hover, .raq-wizard-skip.btn:hover {
  background: transparent;
  color: #3d333c;
}
.raq-wizard-prev, .raq-wizard-skip {
  padding-right: 1.5rem;
  color: #767260;
}
@media (min-width: 1440px) {
  .raq {
    padding-bottom: 2.5rem;
  }
}
.raq-heading {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .raq-heading {
    font-size: 1.5rem;
  }
}
.raq-search-form {
  margin-bottom: 1.5625rem;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .raq-search-form {
    margin: 0 auto;
  }
}
.raq-search-criteria {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .raq-search-criteria {
    width: 35rem;
  }
}
.raq-search-field {
  border-radius: 0.375rem;
  border: 1px solid #3a2f3c;
  height: 3.125rem;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
}
@media (min-width: 1024px) {
  .raq-search-field {
    padding-left: 2.5rem;
  }
}
.raq-search-cancel {
  padding: 0 0.625rem;
  display: none;
}
.raq-search-icon {
  fill: #3a2f3c;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .raq-search-icon {
    left: 1rem;
  }
}
.raq-search .icon--search {
  margin-right: 0.3125rem;
}
@media (min-width: 768px) {
  .raq-choose-date {
    display: flex;
  }
}
.raq-pick-date {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .raq-pick-date {
    margin-right: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .raq-pick-date {
    margin-right: 2rem;
  }
}
.raq-datepicker {
  margin-bottom: 1.5625rem;
}
.raq-trip-length-header {
  font-family: var(--primary-font);
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0.75rem 0 0.25rem;
}
.raq-trip-length-content {
  margin-bottom: 1.625rem;
}
.raq-trip-length-controls {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.25rem;
}
.raq-trip-length-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #3a2f3c;
  background-color: #fdf9ec;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.raq-trip-length-days {
  padding: 0 1rem 0 0;
  font-size: 1.25rem;
  line-height: 1.3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.raq-trip-length-days-num {
  border: 0;
  width: 2.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  color: #3a2f3c;
  font-size: 1.125rem;
}
.raq-trip-length-days-label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .raq-trip-length {
    width: 16.875rem 270px;
  }
}
.raq-childAgeRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}
.raq-childAgeRow input {
  margin-left: 0.5rem;
  text-align: center;
  padding: 0.25rem 0;
}
@media (min-width: 1024px) {
  .raq .form-col-50 .form-text-field {
    width: 100% !important;
  }
}
.raq-footer {
  display: none;
}
.raq-footer-list {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
}
.raq-footer-list-item {
  margin-right: 0.625rem;
  padding-left: 0.5625rem;
  position: relative;
}
.raq-footer-list-item:first-child {
  padding-left: 0;
}
@media (min-width: 1440px) {
  .raq-footer-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .raq-footer {
    display: block;
  }
}
.raq--contact-de {
  text-align: center;
  display: none;
  min-height: auto;
}
.raq--contact-de .raq-contact-agent-item {
  margin-bottom: 2rem;
}
.raq--contact-de .raq-contact-agent-link {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.raq--contact-de .raq-contact-agent-link .icon {
  font-size: 1.257rem;
}
.raq-close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
}

.contact-de-is-visible .raq--contact-de {
  display: block;
}
@media (max-width: 1023.98px) {
  .contact-de-is-visible .raq-inner {
    display: none;
  }
}

.form-box {
  border: 1px solid #3a2f3c;
  background-color: #fdf9ec;
  padding: 1.625rem;
  margin-bottom: 1rem;
}
.form-box .form-field:last-child {
  margin-bottom: 0;
}
.form-header {
  margin-bottom: 1.5rem;
}
.form-heading {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .form-heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.form-field {
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.form-field--text {
  align-items: flex-start;
}
@media (min-width: 360px) {
  .form-field {
    width: 20.4375rem;
    margin: 0 auto 1.5rem;
  }
}
@media (min-width: 768px) {
  .form-field {
    display: block;
    width: auto;
  }
}
.form-field--mb-0 {
  margin-bottom: 0 !important;
}
.form-field--checkbox, .form-field--radio {
  margin: 0 0 0.5rem;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
}
@media (min-width: 1024px) {
  .form-field--checkbox, .form-field--radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.form-field--radio-buton {
  flex-direction: row;
  width: auto;
}
@media (min-width: 1024px) {
  .form-field--radio-buton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.form-field--radio-button {
  flex-direction: row;
  width: auto;
}
.form-field--radio-button input {
  position: absolute;
  opacity: 0;
}
.form-field--radio-button label {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
  border: 1px solid #3a2f3c;
  border-radius: 0.375rem;
}
.form-field--radio-button label img {
  width: auto;
  height: 1.5rem;
  margin-right: 0.75rem;
}
@media (min-width: 1024px) {
  .form-field--radio-button label img {
    height: 2.625rem;
  }
}
.form-field--radio-button input[type=radio]:checked + label {
  background-color: #e4e3de;
  border-color: #767260;
}
@media (min-width: 1024px) {
  .form-field--radio-button {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.form-text-field {
  height: 2.625rem;
  border-radius: 0.375rem;
  background-color: #fdf9ec;
  border: 1px solid #3a2f3c;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  width: calc(100vw - 3rem);
}
.form-text-field-label {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .form-text-field-label {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 360px) {
  .form-text-field {
    width: 20.4375rem;
  }
}
@media (min-width: 1024px) {
  .form-text-field {
    width: 31.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 360px) {
  .form-row {
    width: 21.25rem;
  }
}
@media (min-width: 1024px) {
  .form-row {
    width: 31.875rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-col-50 {
  flex: 0 1 50%;
}
.form-checkbox:checked, .form-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-checkbox:checked + label, .form-checkbox:not(:checked) + label {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.form-checkbox:checked + label::before, .form-checkbox:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #3a2f3c;
  background: #fdf9ec;
  border-radius: 0.125rem;
}
.form-checkbox:checked + label::after, .form-checkbox:not(:checked) + label::after {
  content: "✓ ";
  font-family: var(--primary-font);
  position: absolute;
  top: 0.5rem;
  left: 0.3125rem;
  color: #767260;
  font-size: 1rem;
  line-height: 0.8;
  transition: all 0.2s;
}
.form-checkbox:not(:checked) + label::after {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-checkbox-label {
  font-size: 1.125rem;
  line-height: 1.5;
}
.form-checkbox-label:hover::before {
  border: 2px solid #767260 !important;
}
.form-radio:checked, .form-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-radio:checked + label, .form-radio:not(:checked) + label {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.form-radio:checked + label::before, .form-radio:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ababab;
  background: #fdf9ec;
  border-radius: 50%;
}
.form-radio:checked + label::after, .form-radio:not(:checked) + label::after {
  content: "";
  font-family: var(--primary-font);
  position: absolute;
  top: 0.5625rem;
  left: 0.375rem;
  transition: all 0.2s;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  color: #767260;
  background-color: #767260;
}
.form-radio:not(:checked) + label::after {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-radio:checked + label::before {
  border-color: #767260;
}
.form-radio-label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}
.form-radio-group {
  margin-bottom: 2rem;
  display: grid;
  gap: 0.625rem 0.8125rem;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: start;
  align-items: start;
}
@media (min-width: 768px) {
  .form-radio-group {
    gap: 0.625rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .form-radio-group {
    gap: 0.625rem 1rem;
  }
}
@media (min-width: 1440px) {
  .form-radio-group {
    gap: 0.625rem 2rem;
    grid-template-columns: repeat(3, 12.5rem);
  }
}
.form-numeric-input-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-numeric-input-field-header {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
}
.form-numeric-input-field-subheader {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-select {
  height: 2.625rem;
  border-radius: 0.375rem;
  background-color: #fdf9ec;
  border: 1px solid #3a2f3c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-select-header {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .form-select-header {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .form-select-header {
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: var(--second-font);
  }
}
@media (min-width: 768px) {
  .form-select {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .form-select {
    flex-wrap: nowrap;
  }
}
.form-textarea {
  height: 14.625rem;
  border-radius: 0.375rem;
  background-color: #fdf9ec;
  border: 1px solid #3a2f3c;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  width: calc(100vw - 3rem);
}
@media (min-width: 360px) {
  .form-textarea {
    width: 20.4375rem;
  }
}
@media (min-width: 1024px) {
  .form-textarea {
    width: 31.25rem;
    height: 15.625rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.form-textarea-label {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .form-textarea-label {
    width: 31.25rem;
    padding: 0 0 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.form-textarea--h-auto {
  height: unset !important;
}

.numeric-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.numeric-input-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #3a2f3c;
  background-color: #fdf9ec;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.numeric-input-label {
  text-align: center;
  max-width: 4.15rem;
  min-width: 2.1125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.flatpickr-day.selected {
  background-color: #3a2f3c;
  border-color: #3a2f3c;
}

.search-suggestions {
  position: absolute;
  top: 100%;
  right: -1.5rem;
  left: -1.5rem;
  z-index: 1;
  /* display: none; */
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.25rem 2.125rem;
  background-color: #3a2f3c;
  min-height: calc(100vh - 5.375rem);
}
.search-suggestions__item {
  margin-bottom: 0.625rem;
}
.search-suggestions-link {
  color: #fdf9ec;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .search-suggestions-link {
    color: #3a2f3c;
  }
}
.search-suggestions.active {
  display: block;
}
@media (min-width: 768px) {
  .search-suggestions {
    min-height: calc(100vh - 4.75rem);
    width: 45rem;
    padding: 1.25rem 0.625rem;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .search-suggestions {
    border: 1px solid #b5a5b8;
    border-top: 4px solid #3a2f3c;
    background-color: #fdf9ec;
    color: #3a2f3c;
    min-height: auto;
    width: auto;
  }
}

.search-suggestions--raq {
  right: 0;
  left: 0;
  min-height: auto;
  background-color: #fdf9ec;
  color: #3a2f3c;
  border: 1px solid #3a2f3c;
  top: 2.875rem;
}
.search-suggestions--raq .search-suggestions__link {
  color: #3a2f3c;
}
@media (min-width: 768px) {
  .search-suggestions--raq {
    min-height: auto;
  }
}
@media (min-width: 1024px) {
  .search-suggestions--raq {
    border-top-width: 2px;
  }
}
.toast {
    min-width: 320px;
    max-width: 420px;
    border-radius: 12px;
    border: 1px solid;
    background-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: slideInRight 0.35s ease-out;
}

.toast-success {
    border-color: #10b981;              /* xanh emerald */
    background-color: #ecfdf5;           /* xanh rất nhạt */
    color: #065f46;
}

.toast-error {
    border-color: #ef4444;               /* đỏ */
    background-color: #fef2f2;           /* đỏ rất nhạt */
    color: #991b1b;
}

.toast-body::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.toast-body {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.toast .btn-close {
    filter: none;
    opacity: 0.6;
}

.toast .btn-close:hover {
    opacity: 1;
}

.toast:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.toast.hide {
    animation: slideOutRight 0.35s ease-in forwards;
}
.btn-video-play{
  -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    font-size: 26px;
    background-color: #ffffffbd;
}

/*# sourceMappingURL=style.css.map */
