.site-header__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header .site-menu {
  display: none;
}

@media (max-width: 1199px) {
  .site-header .site-menu {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .site-header .site-menu {
    margin-left: 5px;
  }
}

.site-logo {
  margin-right: auto;
}

@media (max-width: 991px) {
  .site-logo img {
    max-width: 177px;
  }
}

@media (max-width: 767px) {
  .site-logo img {
    max-width: 150px;
  }
}

.menu-btn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  margin-left: 15px;
}

.menu-btn img {
  display: block;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.menu-btn img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

html .moby-overlay.moby-overlay-active {
  opacity: 0.5 !important;
}

.moby.left-side {
  width: 100%;
  max-width: 350px;
}

html .moby .moby-close {
  position: absolute;
  z-index: 3001;
  top: 25px;
  right: 25px;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 18px;
  padding: 0;
  background: transparent;
}

.moby .moby-close .moby-close-icon {
  margin-right: 0;
}

.moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
  background: #000000;
}

.moby .moby-menu {
  padding-top: 70px;
}

.moby nav > ul > li > a {
  color: #071330;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
  text-transform: uppercase;
  -webkit-transition: color .15s, padding-left .2s;
  -o-transition: color .15s, padding-left .2s;
  transition: color .15s, padding-left .2s;
}

.moby nav > ul > li > a.accent {
  color: #D81174;
  font-weight: 700;
}

.moby nav > ul > li > a:hover {
  padding-left: 5px;
  color: #C10663;
}

.moby nav > ul > li > a .moby-expand {
  color: #999999;
}

.moby nav > ul > li > a .moby-expand i {
  font-size: 16px;
}

.moby nav > ul > li ul {
  display: block;
  padding: 5px 0 0;
}

.moby nav > ul > li ul a {
  padding: 9px 5px;
  color: #5f5f5f;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  -webkit-transition: color .15s, padding-left .2s;
  -o-transition: color .15s, padding-left .2s;
  transition: color .15s, padding-left .2s;
}

.moby nav > ul > li ul a:hover {
  padding-left: 10px;
  color: #C10663;
}

.site-hero__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-banner {
  padding-top: 15px;
}

.site-banner h1 {
  margin-bottom: 40px;
}

.site-banner h2 {
  margin-bottom: 35px;
}

.site-banner h2 .img {
  -webkit-transform: translateX(-10.5px);
      -ms-transform: translateX(-10.5px);
          transform: translateX(-10.5px);
}

.site-banner h2 .img svg {
  display: block;
  height: auto;
  margin: 0 auto;
}

.site-banner .hero-video {
  padding: 0;
}

.site-banner__video img {
  border: 0;
}

@media (max-width: 991px) {
  .site-banner {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .site-banner h1 {
    margin-bottom: 17px;
  }
  .site-banner h2 {
    margin-bottom: 17px;
  }
  .site-banner h2 .img {
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .site-banner h2 .img svg {
    width: 158px;
  }
  .site-banner__video {
    margin-bottom: 22px;
    padding-top: 0;
  }
  .site-banner .primary-btn {
    max-width: 337px;
    margin: 0 auto;
  }
  .site-banner__includes {
    margin: 0;
    padding: 20px 0 15px;
  }
  .site-banner__includes p {
    max-width: 360px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .site-banner h1 {
    margin-bottom: 75px;
  }
  .site-banner h1 img {
    max-width: 305px;
  }
  .site-banner__includes p {
    max-width: 295px;
  }
}

.hero-slider-mobile {
  width: 100%;
}

.hero-discount {
  position: absolute;
  z-index: 2;
  top: 172px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 89px;
  height: 72px;
  border-radius: 72px 0 0 72px;
  background-color: #D81174;
  color: #ffffff;
  font-weight: 900;
  font-size: 27px;
  line-height: 1em;
}

.hero-video {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .hero-video {
    padding: 20px 0;
  }
}

.images-slider > .owl-carousel > .item {
  max-width: 260px;
}

.images-slider > .owl-carousel > .item img {
  width: 100%;
}

@media (max-width: 767px) {
  .images-slider {
    padding-top: 0;
  }
}

.site-form__counter {
  margin: -27px -32px 15px;
  padding: 8px 10px 5px;
  border-radius: 4px 4px 0 0;
  background-color: #fefe25;
  color: #000000;
}

.site-form__counter .timer-item .label {
  color: #000000;
  text-transform: uppercase;
}

.site-form .offer-expires__label p {
  font-size: 20px;
}

.site-form__header h3 {
  margin-bottom: 7px;
  font-size: 27px;
}

@media (max-width: 767px) {
  .site-form {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 0;
    overflow: hidden;
  }
  .site-form__header h3 {
    font-size: 25px;
  }
  .site-form__btn .primary-btn {
    border-radius: 50px;
  }
}

.offer-details-main {
  width: 100%;
}

.offer-details-main__left {
  width: 100%;
}

.offer-details-main__left--rowA {
  margin-bottom: 0;
}

.offer-details-main__left--rowA .a {
  margin-bottom: 20px;
}

.offer-details-main__left--rowA .b {
  text-align: center;
}

.offer-details-main__left--rowB .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 72px;
  margin-right: 50px;
  padding: 5px 10px;
  border-radius: 0 72px 72px 0;
  background-color: #d81174;
  font-weight: 900;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
}

.offer-details-main__left--rowB .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}

.offer-details-main__left--rowB .c {
  max-width: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .offer-details-main__left--rowB {
    margin-left: -25px;
  }
  .offer-details-main__left--rowB .a {
    width: 86px;
    font-size: 27px;
  }
  .offer-details-main__left--rowB .b {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .offer-details-main__right {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .offer-details-main .alert_tag {
    top: -33px;
    right: -10px;
  }
}

.what-why ul.parent-list > li a {
  color: #3b6bf4;
}

@media (max-width: 767px) {
  .generic-info__header h3 {
    font-size: 29px;
  }
  .generic-info__body p {
    font-size: 16px;
  }
  .generic-info__priceIcon svg {
    display: block;
    max-width: 158px;
    height: auto;
    margin: 0 auto;
  }
}

.resort-reviews__image img {
  display: block;
  width: 100%;
  height: 279px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .resort-reviews__info {
    padding-top: 0;
  }
}

.gift-card {
  border: 0;
}

.sticky-nav {
  position: relative;
  z-index: 9;
  top: 0;
  padding: 16px 0;
  background-color: #f5f5f5;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sticky-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sticky-nav ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.sticky-nav ul li a {
  display: inline-block;
  padding: 8px 15px 5px;
  border-radius: 20px;
  color: #071330;
  text-decoration: none;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.sticky-nav ul li a:hover, .sticky-nav ul li a.active {
  background: #2C93D6;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .sticky-nav {
    padding: 16px 0;
  }
  .sticky-nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .sticky-nav {
    width: 100%;
    padding: 18px 10px;
  }
  .sticky-nav ul li {
    font-size: 15px;
  }
  .sticky-nav ul li a {
    padding: 9px 15px 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
  }
}

.sticky-nav::-webkit-scrollbar {
  display: none;
}

.sticky-active {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  padding: 12px 0;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.stories {
  padding-bottom: 60px;
  background-color: #dbf1ff;
}

.stories__header {
  padding: 60px 15px 30px;
  color: #071330;
  text-align: center;
}

.stories__header h3 {
  margin: 0;
  font-weight: 500;
  font-size: 37px;
  line-height: 1.1em;
}

.stories__body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.stories__body:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  background: rgba(80, 162, 217, 0.3);
}

.stories__body .item {
  position: relative;
  margin-top: 30px;
  padding: 20px 6px;
  background-color: #fff;
}

.stories__body .item .main-img {
  display: block;
}

.stories__body .item .caption {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 20px;
  display: block;
  padding: 10px 10px 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  color: #fff;
}

.stories__body .item .caption .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 3px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.1em;
}

.stories__body .item .caption .author img {
  display: block;
  width: 14px;
  margin-top: -3px;
}

.stories__body .item .caption .desc {
  font-size: 12px;
  line-height: 1.2em;
}

.stories__body .item .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.stories__body .item .playBtn img {
  display: block;
  width: 50px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.stories__body .item:hover .playBtn img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.stories__body .mainItem {
  position: relative;
  z-index: 999;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.stories__body .mainItem .caption {
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.stories__body .mainItem .caption .generic {
  display: block;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
}

.stories__body .mainItem .playBtn img {
  width: 89px;
}

.stories .owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

.stories .owl-theme .owl-nav {
  margin: 0;
}

.stories .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: -10px;
  margin: 0;
}

.stories .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.stories .owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.stories .owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

@media (max-width: 1600px) {
  .stories__body .item .playBtn {
    top: 37%;
  }
}

@media (max-width: 767px) {
  .stories__header {
    padding: 40px 15px 20px;
  }
  .stories__body {
    padding: 0 6px;
  }
  .stories__body:before {
    display: none;
  }
  .stories__body .item, .stories__body .mainItem {
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .stories__body .item .caption, .stories__body .mainItem .caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .stories__body .item .playBtn, .stories__body .mainItem .playBtn {
    top: 50%;
  }
  .stories .owl-stage-outer {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.review-video-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.review-video-box .caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 10px 10px 8px;
}

.review-video-box .caption .generic {
  display: block;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
}

.review-video-box .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.review-video-box .playBtn img {
  display: block;
  width: 89px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.review-video-box:hover {
  color: #ffffff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.amenity-gallery {
  padding: 15px 0 0;
  background-color: #f5f5f5;
}

.amenity-gallery h3 {
  margin: 0 auto 40px;
  color: #071330;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}

.amenity-gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 17px;
}

.amenity-gallery__grid .img {
  height: 263px;
  background: #aaaaaa 50%/cover no-repeat;
}

.amenity-gallery__btn {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .amenity-gallery__grid .img {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .amenity-gallery {
    padding-top: 40px;
  }
  .amenity-gallery h3 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .amenity-gallery__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .amenity-gallery__grid .img {
    height: 257px;
  }
}

.extra-header__title {
  margin-bottom: 25px;
}

.extra-header__price svg {
  max-width: 158px;
  -webkit-transform: translateX(-10.5px);
      -ms-transform: translateX(-10.5px);
          transform: translateX(-10.5px);
}

.accommodations-box__footer--price svg {
  max-width: 158px;
}

.accommodations-box__footer--timer {
  border: 0;
  background: #fefe25;
  color: #000000;
}

.accommodations-box__footer--timer .timer-item .digits {
  color: #000000;
}

.accommodations-box__footer--timer .timer-item .label {
  color: #000000;
}

.accommodations-box__footer--timer .timer .div {
  color: #000000;
}

@media (max-width: 991px) {
  .accommodations-box__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .accommodations-box__row {
    padding-bottom: 0;
  }
  .accommodations-box__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .accommodations-box__footer--timer {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
}

.accommodations-main {
  margin-bottom: 0;
}
