/*
* RTL
*/
/*
* General
*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary-100);
}

.btn-primary {
  color: var(--bs-dark);
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: var(--bs-dark);
}

@media (min-width: 576px) {
  .border-sm {
    border: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-0-sm {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-end-sm {
    border-inline-end: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-start-sm {
    border-inline-start: var(--bs-border-width, 1px) solid currentColor !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-0-md {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-end-md {
    border-inline-end: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-start-md {
    border-inline-start: var(--bs-border-width, 1px) solid currentColor !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-0-lg {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-end-lg {
    border-inline-end: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-start-lg {
    border-inline-start: var(--bs-border-width, 1px) solid currentColor !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-0-xl {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-end-xl {
    border-inline-end: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-start-xl {
    border-inline-start: var(--bs-border-width, 1px) solid currentColor !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-0-xxl {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-end-xxl {
    border-inline-end: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width, 1px) solid currentColor !important;
  }
  .border-start-xxl {
    border-inline-start: var(--bs-border-width, 1px) solid currentColor !important;
  }
}
.custom-font-secondary {
  font-family: "Lora", serif !important;
}

.custom-highlight-text-1 {
  position: absolute;
  right: -64px;
  bottom: -41px;
  font-size: 36.8px;
  font-size: 2.3rem;
  transform: rotate(-15deg);
}

.custom-border-radius-1 {
  border-radius: 7px;
}

.custom-container-style-3 {
  min-width: 85vw;
}

@media (min-width: 576px) {
  .custom-container-style-3 {
    min-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container-style-3 {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container-style-3 {
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container-style-3 {
    min-width: 1140px;
  }
}
.custom-container-position-1 {
  position: relative;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}

/*
* Buttons
*/
@keyframes toBottomFromTop {
  49% {
    transform: translate3d(0, 100%, 0) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale(1);
  }
  51% {
    opacity: 1;
  }
}
.custom-btn-effect-1:hover > .animated-icon,
.custom-btn-effect-1:hover > img,
.custom-btn-effect-1:hover > i,
.custom-link-effect-1:hover > .animated-icon,
.custom-link-effect-1:hover > img,
.custom-link-effect-1:hover > i {
  animation: toBottomFromTop 0.3s forwards;
}

/*
* Main
*/
#home .book-now-button .call-to-action {
  padding: 0px;
}

#home .book-now-button .arrow.hrb {
  left: -50px;
  top: -19px;
}

#home .book-now-button .btn.btn-xl {
  font-size: 1.5rem;
}

/*
* Header
*/
#header {
  position: relative;
  width: 100%;
  left: 0;
  height: 78px;
}

#header .header-logo {
  margin: 0.2rem 0;
}

#header .header-btn-collapse-nav {
  margin-top: 4px;
}

#header .container {
  width: 100%;
}

#header .header-body {
  background: var(--bs-dark);
  border-top: 0;
  min-height: 0;
}

#header .header-container {
  min-height: 78px;
}

#header .header-nav {
  padding: 0;
}

#header .header-nav-main:before {
  content: none;
}

#header .header-nav-main nav > ul > li > a {
  position: relative;
  background: transparent !important;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--light) !important;
  transition: ease color 300ms;
}

@media (min-width: 992px) and (max-width: 1060px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 27px 7px;
  }
}
@media (min-width: 1061px) and (max-width: 1199px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 27px 10px;
  }
}
@media (min-width: 1200px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 27px 16px;
  }
}
#header .header-nav-main nav > ul > li > a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid var(--grey-500);
  width: 100%;
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a.active:before {
    bottom: 0;
    border-width: 2px;
  }
}
#header .header-nav-main nav > ul li {
  border-bottom: 0;
}

html.sticky-header-active #header .header-body {
  top: 0;
  border-bottom: 3px solid var(--primary);
}

.spaw-days-title {
  font-size: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6;
  background-image: url(/assets/img/Spaw-Days-font.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  html:not(.sticky-header-active) #header .header-body {
    background: var(--quaternary);
    border-bottom-color: var(--quaternary);
  }
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    height: 100%;
  }
  #header .header-nav-main nav > ul > li > a.active {
    color: var(--grey-500) !important;
  }
  #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a {
    color: var(--tertiary) !important;
  }
}
/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
  bottom: 55px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot {
  transition: ease transform 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover {
  transform: scale(1.3);
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
  margin-left: 4px;
}

/*
* Testimonials
*/
.custom-testimonial-style-1 blockquote > p {
  font-family: "Lora", sans-serif !important;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
  font-family: "Lora", sans-serif;
  font-weight: bold;
  color: #212121;
}

/*
* Sort
*/
.sort-destination-loader.sort-destination-loader-showing {
  max-height: none;
}

/* Skin */
/*
* Buttons
*/
.btn.custom-btn-style-1 {
  border: 1px solid var(--quaternary-rgba-20);
}

.btn.custom-btn-style-1:hover {
  background: var(--quaternary-rgba-10);
}

.btn.custom-btn-style-1._color-2 {
  border: 1px solid var(--secondary-rgba-50);
}

.btn.custom-btn-style-1._color-2:hover {
  background: var(--secondary-rgba-40);
}

.btn-primary {
  --bs-btn-border-color: var(--primary-300);
  --bs-btn-hover-border-color: var(--primary-300);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-300);
  --bs-btn-active-border-color: var(--primary-300);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-300);
  --bs-btn-disabled-border-color: var(--primary-300);
}

/*
* Header
*/
#header .header-nav-main nav > ul > li > a.active {
  color: var(--tertiary) !important;
}

#header .header-nav-main nav > ul > li > a.active:before {
  border-color: var(--tertiary);
}

#header .header-nav-main nav > ul > li:hover > a.active, #header .header-nav-main nav > ul > li.open > a.active {
  color: var(--tertiary) !important;
}

#header .header-nav-main nav > ul > li:hover > a.active:before, #header .header-nav-main nav > ul > li.open > a.active:before {
  border-color: var(--tertiary);
}

/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
  background-color: var(--primary-rgba-80);
}

.map {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

#home .hours {
  border: 8px solid var(--primary);
  padding: 2rem;
}

#home .scribble path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  animation: highlightScribble1 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: 0.75s;
}

.arrow.arrow-blue {
  background-image: url(/assets/img/arrows-blue.png);
}

.font-cursive {
  font-family: "Meow Script", cursive;
}

#footer .footer-ribbon span {
  font-family: "Meow Script", cursive;
  font-size: 3.6rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*
* Modal
*/
.modal_back {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
}

.modal-on.modal_back {
  opacity: 1;
}

.modal_back .modal {
  max-width: 500px;
  width: auto;
  height: auto;
  position: relative;
  margin: 1.75rem auto;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-delay: 0s;
  background-color: #fff;
  border-radius: var(--bs-modal-inner-border-radius);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  height: auto;
  max-height: calc(100vh - 1.75rem);
  overflow-y: auto;
}

.modal_back .modal.modal-md {
  max-width: 800px;
}

.modal_back .modal.modal-lg {
  max-width: 1020px;
}

.modal_back .modal.modal-full {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

.modal-on .modal {
  opacity: 1;
  transform: translateY(0);
}

.modal-header {
  padding: 1em;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5em;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  padding: 1em;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.modal-footer .button {
  margin-left: 2px;
  border-radius: 4px;
  padding: 8px 14px;
}

.modal-header .hide_modal {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  transition: all 0.3s ease-in-out;
}

.modal-header .hide_modal:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.error .modal-header {
  background-color: #be0d0d;
  color: #fff;
}

.error .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.success .modal-header {
  background-color: #1f9425;
  color: #fff;
}

.success .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.notice.modal {
  color: #000;
}

.warning.modal {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.warning.modal .modal-header {
  background-color: #ffc107;
}

.message.modal {
  max-width: 700px;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.message.modal .modal-header {
  background-color: var(--primary);
}

.message.modal .modal-header .modal-title {
  font-family: "Meow Script", cursive;
  font-size: 4.6rem;
  text-align: center;
  color: var(--bs-dark);
  text-transform: none;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 4rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: var(--light) !important;
  }
  #home .book-now-button .btn.btn-xl {
    font-size: 1.5rem;
  }
  .pricing-table .plan.plan-featured {
    transform: scale(1);
    box-shadow: none;
  }
}
@media screen and (max-width: 500px) {
  #header .specials-button .btn {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .message.modal .modal-header .modal-title {
    font-size: 2.5rem;
  }
  .modal-footer {
    padding: 0.5em;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .modal-footer .button {
    padding: 8px 8px;
    margin-left: 1px;
    margin-right: 4px;
    display: flex;
    align-items: center;
  }
}
#footer .footer-ribbon {
  background: var(--tertiary-200);
}