@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Gilda+Display&amp;display=swap);
@import url(animate.css);
@import url(linear.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/fontawesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&display=swap");
.h2-common,
h4 {
    letter-spacing: 0.15px;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

:active,
:focus,
button {
    outline: 0 !important;
}

.swiper,
li,
ul {
    list-style: none;
}

:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #222222;
    --theme-color-gray: #f6f6f6;
    --theme-color1: #19bda1;
    --theme-color2: #9ce4d9;
    --theme-color3: #cdf1ec;
    --theme-color4: #6ad7c6;
    --s1: #19bda1;
    --s2: #39cab3;
    --s3: #6ad7c6;
    --s4: #9ce4d9;
    --s5: #cdf1ec;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --text-color: #666666;
    --headings-color: #222222;
    --review-color: #ffc737;
    --link-color: var(--headings-color);
    --link-hover-color: var(--headings-color);
    --text-font: "Alkatra", system-ui;
    --title-font: "Alkatra", system-ui;
    /* --text-font: Roboto, sans-serif;
    --title-font: Roboto, sans-serif; */
    /*--text-font: 'Epicursive', cursive;*/
    /*--title-font: 'Epicursive', cursive;*/
    --text-font2: "Barlow Condensed", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2em;
    --line-height-heading: 54px;
    --line-height-heading-small: 1.35em;
    --h1-font-size: 72px;
    --h2-font-size: 54px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-color: var(--headings-color);
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f2f3f5;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1760px;
    --container-pt: 120px;
    --container-pb: 120px;
    --wave-duration: 0.66s;
    --gradient: linear-gradient(
        90deg,
        var(--s1) 0%,
        var(--s2) 30%,
        var(--s3) 60%,
        var(--s4) 85%,
        var(--s5) 100%
    );
}

::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

.bg-theme,
.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box:hover
    .icon-box,
.service-block-two .inner-box:hover .image-box .image::before {
    background-color: var(--theme-color1);
}

.btn-style-one,
.footer-style-two .links-widget .widget-content .user-links li a:hover,
.head-logo,
.header-style-two .main-box .nav-outer .nav .navigation li a:hover,
.header-style-two .main-menu .navigation > li > a:hover,
.header-style-two .sticky-header .main-menu .navigation > li > a:hover,
.holiday-information,
.list-style-two li .icon,
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li > ul > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a,
.text-theme {
    color: var(--theme-color1);
}

.fs-18 {
    font-size: 18px;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

.text,
body,
p {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font) !important;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height) !important;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
    margin-bottom: 1rem;
}

h2,
h3 {
    line-height: var(--line-height-heading);
}

h4,
h5,
h6 {
    line-height: var(--line-height-heading-small);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
}

.badge1 h2,
.booking-form-column .inner-column .bk-form .frm-field:last-child,
.footer-style-two
    .info-widget
    .widget-content
    .recent-post
    .inner
    .post-info.two,
.footer-style-two .news-widget .news-info:last-child,
.footer-style-two .recent-post .inner .post-info:last-child,
.recent-post:last-child,
.user-links li:last-child,
figure.image,
table p {
    margin-bottom: 0;
}

.accommodation-section-two .sec-title,
p {
    margin-bottom: 20px;
}

p a:not(.button):not(.btn):focus,
p a:not(.button):not(.btn):hover {
    text-decoration: underline;
}

a {
    color: var(--link-color);
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.radius-15,
.rounded-15 {
    border-radius: 15px;
}

.radius-5 {
    border-radius: 5px;
}

*,
a img {
    border: none;
}

.hw-200 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

a:focus,
a:hover {
    color: inherit;
    outline: 0;
}

.service-block-two .inner-box .content-box .text,
.service-block-two .inner-box-two .image img,
a b,
a strong {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accommodation-section-two p,
.footer-style-two .recent-post .inner .post-info,
address,
blockquote,
dd,
dl,
fieldset,
ol,
pre,
table,
ul {
    margin-bottom: 10px;
}

*,
li,
ol,
ul {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style-position: inside;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

.about-section .image-column .image-1 img,
.container .container,
.header-style-two .main-menu .navigation > li > a:hover:before,
.panorama-slider .swiper,
.type-description,
.type-description .description-area,
.user-links li a:hover:before {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section > .container,
section > .container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    opacity: 1;
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    opacity: 1;
    color: #686a6f;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.sticky-header .main-menu .navigation li {
    margin-left: 40px !important;
}

* {
    outline: 0;
    font-size: 100%;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

textarea {
    overflow: hidden;
    resize: none;
}

.cursor-pointer,
button {
    cursor: pointer;
}

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

.footer-bottom .copyright-text a,
.footer-bottom .footer-nav li a,
.title a {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    background-color: #fff;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -30px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 1s linear infinite pulse;
    animation: 1s linear infinite pulse;
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-size: 14px;
    font-family: var(--title-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

.header-top .top-center,
.main-header .main-box .nav-outer {
    margin-left: auto;
    /* margin-right: auto; */
}

.exp-box .text,
.main-menu .navigation > li > a,
.sec-title .sub-title,
.theme-btn {
    font-family: var(--text-font2);
}

.scroll-to-top {
    width: 17px;
    margin-top: 4px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    display: none;
    border-radius: 50%;
    color: #000;
    font-size: 10px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-style-one:hover,
.call-to-action .content-colum .inner-column .btn-box .read-more:hover,
.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box:hover
    .icon-box
    i,
.contact-info-box,
.contact-list-one li a,
.footer-bottom .copyright-text a:hover,
.header-style-two .header-top .inner-box .top-left span,
.header-style-two
    .sticky-header
    .main-menu
    .navigation
    li.dropdown
    .dropdown-btn,
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li:hover > a,
.page-breadcrumb li a:hover,
.pricing-block-two .inner-box .content-column .inner-column .book-now:hover,
.scroll-to-top:hover,
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h1,
.sec-title.light h2,
.sec-title.white h2,
.service-block-two .inner-box:hover .image-box .icon-box i,
.sticky-header .main-menu .navigation > li > a,
.user-links li a:hover {
    color: #fff;
}

.about-section-two .content-column .inner-column,
.banner-section-two,
.main-footer .footer-widget,
.main-footer .widget-content,
.main-header .header-lower .logo-box,
.main-header .main-box .nav-outer,
.main-menu,
.overlay-anim,
.pricing-block-two .inner-box,
.recent-post .inner,
.tabs-box,
.toggle-hidden-bar,
.user-links,
section {
    position: relative;
}

.about-section .content-column .sec-title .sub-title::before,
.about-section-two .content-column .inner-column .sec-title .sub-title::before,
.accommodation-section-two .sec-title .sub-title::before,
.booking-form-column .inner-column .sec-title .sub-title:before,
.call-to-action .content-colum .inner-column .sec-title .sub-title::before,
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-two .sticky-header .mobile-nav-toggler,
.main-menu .navbar-header,
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.sec-title.white .sub-title:before,
.sticky-header .navbar-header,
.sticky-header .outer-box,
.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

.list-style-two {
    margin-top: 28px;
}

.list-style-two li {
    font-size: 16px;
    color: var(--text-color);
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.list-style-two li .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.overlay-anim:before,
.pricing-block-two .inner-box .image-column .image-box figure:before {
    background: rgb(255 255 255 / 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:before,
.pricing-block-two .inner-box .image-column .image-box figure:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-top .top-left,
.header-top .top-right,
.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top,
.header-top .header-top-content,
.header-top .top-right button,
.main-header .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 14px 32px 18px;
    overflow: hidden;
    border: 1px solid var(--theme-color1);
    background: #cdf1ec;
    text-transform: uppercase;
    z-index: 9;
}

.btn-style-one i {
    position: relative;
    display: block;
    margin-left: 10px;
}

.banner-section-two .banner-slider .content-box .btn:before,
.btn-style-one:before,
.call-to-action .content-colum .inner-column .btn-box .read-more:before,
.offer-banner .outer-box .btn-column .inner-column .read-more:before,
.pricing-block-two .inner-box .content-column .inner-column .book-now:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--bg-theme-color1);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.banner-section-two .banner-slider .content-box .btn:hover:before,
.booking-form-column .inner-column .bk-form .form-submit button:hover:before,
.btn-style-one:hover:before,
.call-to-action .content-colum .inner-column .btn-box .read-more:hover:before,
.offer-banner .outer-box .btn-column .inner-column .read-more:hover:before,
.pricing-block-two
    .inner-box
    .content-column
    .inner-column
    .book-now:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.bounce-y {
    -webkit-animation: 10s linear infinite bounce-y;
    animation: 10s linear infinite bounce-y;
}

@-webkit-keyframes bounce-y {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes bounce-y {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.main-header {
    /* position: relative; */
    width: 100%;
    z-index: 999;
    position: fixed;
    background: #fff;
    box-shadow: -2px -8px 15px 0px rgb(65 52 52 / 75%);
}

.header-top {
    position: relative;
    display: flex;
}

.header-top .header-top-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0 10px;
}

.header-top .top-left .info-list {
    color: #fff;
    font-size: 14px;
}

.header-top .top-left .info-list span {
    color: #b5cf2b;
    font-size: 14px;
    font-weight: 600;
}

.header-top .top-right button {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    background: 0 0;
}

.header-top .top-right button img,
.header-top .top-right button span {
    margin-right: 10px;
    display: inline-block;
}

.header-top .top-right button span {
    font-size: 20px;
}

.header-top .top-right button.login-btn {
    margin-left: 72px;
}

.header-top .top-right button.login-btn i {
    font-size: 18px;
    margin-right: 7px;
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-header .logo {
    position: relative;
    display: block;
    width: 100px;
    text-align: center;
}

.main-header .logo a {
    font-size: 25px;
    line-height: 28px;
    color: #000;
}

.head-logo {
    font-size: 26px;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drop-heading {
    font-size: 14px;
    color: var(--theme-color1) !important;
    display: block;
    position: relative;
}

.drop-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--text-color);
}

.main-drop-head {
    font-size: 15px;
    font-weight: 700;
}

.drop-btn {
    border-radius: 8px;
    padding: 5px;
    display: block;
}

.btn:focus {
    box-shadow: none;
}

.drop-image {
    width: 30px;
    height: 30px;
}

.introdunction-card .card-title {
    color: var(--review-color);
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
}

.header-style-two .sticky-header .main-menu .navigation > li,
.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 25px 0;
    margin-right: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-style-two .about-widget .social-icon-two li:last-child,
.header-style-two .main-box .nav-outer .nav .navigation li:last-child,
.header-style-two .main-menu .navigation > li:last-child,
.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1.3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 3px rgb(0 0 0 / 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
        -2px 0 5px 1px rgb(0 0 0 / 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.05),
        -2px 0 5px 1px rgb(0 0 0 / 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation > li > ul > li:last-child,
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "font awesome 6 pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

/* .header-style-two {
    position: absolute;
} */

.header-style-two .header-top {
    display: unset;
}

.header-style-two .header-top .inner-box {
    padding: 8px 0 0px;
}

.header-style-two .header-top .inner-box .top-left span .icon {
    color: var(--theme-color1);
    margin-right: 18px;
}

.footer-bottom .footer-nav li:first-child,
.header-style-two .outer-box {
    margin-left: 0;
}

.header-style-two .main-box {
    background-color: var(--theme-color-light);
    /* padding: 24px 36px 24px 40px; */
    padding: 8px 0px 8px 0px;
}

.header-style-two .main-box .nav-outer {
    margin-left: auto;
    margin-right: auto;
}

.header-style-two .main-box .nav-outer .nav .navigation li {
    margin-right: 40px;
}

.header-style-two .main-menu .navigation > li > a {
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.header-style-two .main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #000;
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-style-two .outer-box .search-btn {
    position: relative;
    background-color: unset;
    margin-right: 149px;
}

.header-style-two .outer-box .search-btn::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -52px;
    width: 1px;
    height: 40px;
    background-color: #ababab;
}

.header-style-two .main-menu .navigation > li {
    padding: 0;
    margin-right: 58px;
}

.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
    display: inline-block;
    border: 2px;
    top: auto;
    bottom: 1px;
    right: -14px;
    width: auto;
    height: unset;
    font-size: 10px;
    color: #8f8f8f;
}

.header-style-two .mobile-nav-toggler {
    display: inline-block;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    font-size: 24px;
    color: #000;
    margin-top: 3px;
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover,
.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-two .sticky-header .main-menu .navigation > li:hover > a {
    color: var(--theme-color-v2);
}

.header-style-two .sticky-header {
    background-color: var(--theme-color-v2);
}

.header-style-two .sticky-header.fixed-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.header-style-two .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-title .sub-title::after,
.sec-title .sub-title::before {
    top: 10px;
    width: 37px;
    height: 10px;
    background-image: url(../images/icons/before-demo.png);
    content: "";
}

.header-style-two .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99999;
    background: #000;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}

.about-section .outer-box,
.about-section-two .outer-box,
.footer-style-two .about-widget .social-icon-two,
.footer-style-two .links-widget .widget-content,
.sticky-header .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible !important;
}
.sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible !important;
    background-color: #ffffff !important;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 100px;
}

.sticky-header .nav-outer {
    position: relative;
    background: 0 0;
    margin-left: auto;
}

.sticky-header .main-menu .navigation > li {
    margin: 0 0 0 60px;
    padding: 20px 0;
}

.header-style-two .sticky-header .main-menu .navigation > li > a {
    color: #000;
}

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    top: -3px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.mobile-menu,
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu {
    top: 0;
    width: 300px;
    max-width: 100%;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 0.7);
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 0;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgb(255 255 255 / 0.1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo a {
    color: #fff;
    font-size: 35px;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 50px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #222;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible,
.service-block-two .inner-box-two .image {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid;
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li > ul > li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 34px;
    line-height: 50px;
    color: #fff;
}

.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color1);
    font-weight: 400;
    text-transform: uppercase;
}

.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.contact-list-one li .text a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #222;
    width: 100%;
    border-top: 1px solid;
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid;
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

.sec-title {
    position: relative;
    margin-bottom: 49px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 18px;
    color: var(--text-color);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 3.8px;
    line-height: 29px;
}

.sec-title .sub-title::before {
    position: absolute;
    left: -50px;
}

.sec-title .sub-title::after {
    position: absolute;
    left: 100%;
    margin-left: 5px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-bottom: 0;
    z-index: 2;
}

.sec-title .text {
    margin-top: 24px;
}

.banner-section-two .slick-dots {
    bottom: 150px;
}

.banner-section-two .slick-dots li button {
    width: 20px;
    height: 20px;
    border: 1px solid #fff0;
    border-radius: 50%;
    position: relative;
}

.banner-section-two .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}

.banner-section-two .slick-dots li.slick-active button {
    border-color: #fff;
}

.banner-section-two .slick-dots li.slick-active button:before {
    opacity: 1;
}

.banner-section-two .banner-slider {
    position: relative;
    min-height: 900px;
    height: 100vh;
}

.banner-section-two .banner-slider .banner-slide-v2 .image,
.banner-section-two .banner-slider .banner-slide-v2 .outer-box,
.banner-section-two .banner-slider .slick-list,
.banner-section-two .banner-slider .slick-track,
.pricing-block-two .inner-box .image-column .image-box,
.service-block-two .inner-box-two {
    height: 100%;
}

.banner-section-two .banner-slider .banner-slide-v2 {
    position: relative;
    height: 100%;
}

.banner-section-two .banner-slider .banner-slide-v2 .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.banner-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        rgb(0 0 0 / 0.6),
        rgb(0 0 0 / 0.6),
        rgb(0 0 0 / 0.6)
    );
}

.banner-section-two .banner-slider .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-section-two .banner-slider .content-box .sub-title {
    position: relative;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 70px;
}

.banner-section-two .banner-slider .content-box h2 {
    color: var(--theme-color-light);
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 42px;
}

.banner-section-two .banner-slider .content-box .btn {
    color: var(--theme-color-light);
    text-transform: uppercase;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    border: 1px solid var(--theme-color-light);
    position: relative;
    z-index: 9;
}

.banner-section-two .banner-slider .content-box .btn:hover {
    border-color: var(--bg-theme-color1);
}

@media only screen and (max-width: 1366px) {
    .banner-section-two .slick-dots {
        bottom: 40px;
    }
    .banner-section-two .banner-slider .content-box {
        min-width: 700px;
    }
    .banner-section-two .banner-slider {
        min-height: 800px;
    }
    .booking-form-column .inner-column::after {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .header-style-two .main-box .nav-outer .nav .navigation li {
        margin-right: 26px;
    }
    .header-style-two .main-box .nav-outer {
        /* margin-right: 40px; */
    }
    .header-style-two .outer-box .search-btn {
        margin-right: 100px;
    }
    .sec-title h2 br,
    br {
        display: none;
    }
    .sec-title h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .banner-section-two .banner-slider .content-box {
        margin-top: 50px;
    }
    .banner-section-two .banner-slider {
        min-height: 500px;
    }
}

.exp-box {
    position: absolute;
    left: 16%;
    background: #000;
    width: 260px;
    text-align: center;
    padding: 36px 15px 33px;
}

.exp-box figure {
    margin-bottom: 12px;
}

.exp-box .title {
    color: var(--theme-color-light);
    margin-bottom: 9px;
}

.exp-box .text {
    color: #ababab;
    line-height: 24px;
}

.about-section {
    position: relative;
    padding: 120px 0 23px;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 710px;
    height: 544px;
    background-image: url(../images/background/pattern.webp);
}

.about-section .content-column,
.about-section-two .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 52px;
}

.about-section .content-column .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column .sec-title .text {
    margin-top: 35px;
}

.about-section .image-column,
.about-section-two .image-column,
.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-bottom: 82px;
}

.about-section .image-column .inner-column .icon-dots,
.about-section-two .image-column .inner-column .icon-dots {
    position: absolute;
    left: -120px;
    bottom: -30px;
}

.about-section .image-column .image-1,
.about-section-two .image-column .image-1 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0;
}

.about-section .image-column .image-1::after,
.about-section-two .image-column .image-1::after,
.room-booking-price .image-column .image-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 30px;
    height: 250px;
    background-color: var(--theme-color1);
}

.about-section .image-column .image-2 {
    position: absolute;
    right: 0;
    bottom: 41px;
    margin-bottom: 0;
    border: 15px solid var(--theme-color-light);
    overflow: hidden;
}

.about-section .image-column .image-5 {
    position: absolute;
    bottom: 30px;
    left: -70px;
    z-index: -1;
}

.about-section .image-column .image-4 {
    position: absolute;
    bottom: 65px;
    left: -97px;
    z-index: -1;
}

.about-section .image-column .btn-box {
    position: absolute;
    top: 79px;
    right: 25px;
    height: 133px;
    width: 133px;
    text-align: center;
    line-height: 133px;
}

.about-section .image-column .btn-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #d4d4d5;
    height: 100%;
}

.about-section .image-column .btn-box .play-now-two {
    width: 107px;
    height: 107px;
    line-height: 107px;
    text-align: center;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 22px;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.about-section .exp-box {
    top: 213px;
    left: 20%;
}

.about-section-two {
    position: relative;
    padding: 100px 0 80px;
}

.accommodation-section-two,
.active-holiday-section,
.history-section-two {
    padding-bottom: 100px;
}

.accommodation-section-two .inner-column img {
    max-height: 400px;
    border-radius: 10px;
    aspect-ratio: 2/1.5;
    object-fit: cover;
}

.accommodation-section-two .content-column .inner-column .text {
    border-bottom: 1px solid var(--bg-theme-color2);
}

.accommodation-section-two .content-column .inner-column {
    margin: 0 20px;
}

.accommodation-section-two .list-style-two {
    margin-top: 10px;
}

@media (min-width: 1199.98px) {
    .introduction-section {
        margin-right: 80px;
    }
}

.active-holiday-section,
.restaurant-gallery {
    padding: 100px 0;
}

.active-holiday-section .inner-column .image-1 img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.history-section .inner-column .image-2 {
    width: 400px;
}

.about-section-two .content-column .inner-column .sec-title {
    margin: 10px 0 !important;
    font-size: 18px;
    font-weight: 500;
}

.badge {
    background-color: var(--theme-color4);
    margin-left: 8px;
}

.gallery-section,
.room-booking-price,
.service-section-two {
    background-color: #cdf1ec;
}

.room-booking-price {
    margin-bottom: 100px;
    padding: 100px;
}

.booking-box {
    bottom: 0;
    left: -42px;
}

.room-booking-price .image-column .booking-img img {
    width: 450px;
    height: 460px;
    aspect-ratio: 1/1.2;
    object-fit: cover;
}

.fs-15,
.special-offer .Time {
    font-size: 15px;
}

.about-section-two .content-column .inner-column .sec-title .text {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color1);
}

.about-section-two .content-column .inner-column .list-style-two {
    margin-top: 0;
}

.about-section-two .content-column .inner-column .list-style-two li,
.footer-style-two .links-widget .widget-content .user-links li {
    padding-left: 27px;
}

.about-section-two .image-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-bottom: 117px;
    text-align: right;
}

.restaurant-image img {
    width: 100%;
    height: 830px;
    object-fit: cover;
}

.about-section-two .image-column .image-1 img {
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 1/1.5;
    max-height: 600px;
}

.about-section-two .image-column .image-2 img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.about-section-two .image-column .image-2 {
    position: absolute;
    left: -85px;
    bottom: 0;
    margin-bottom: 0;
}

.about-section-two .exp-box {
    bottom: 18px;
}

@media only screen and (max-width: 991px) {
    .header-style-one .mobile-nav-toggler,
    .header-style-one .sticky-header .mobile-nav-toggler,
    .header-style-two .sticky-header .mobile-nav-toggler {
        display: inline-block;
    }
    .header-style-one .sticky-header .main-menu,
    .header-style-two .sticky-header .main-menu {
        display: none;
    }
    .active-holiday-section {
        padding: 70px 0;
    }
    .room-booking-price {
        margin-bottom: 70px;
        padding: 70px;
    }
    .about-section .content-column .inner-column {
        padding-left: 0;
    }
    .about-section-two .image-column .exp-box {
        left: auto;
        right: 0;
    }
    .header-style-two .main-box {
        padding: 24px 20px 24px 20px;
    }
    .main-box {
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .sec-title .sub-title {
        letter-spacing: 5px;
    }
    .sec-title {
        margin-bottom: 30px;
    }
    .banner-section-two .banner-slider .content-box {
        min-width: 100%;
    }
    .booking-box {
        bottom: 53%;
        left: 59px;
    }
    .room-booking-price .image-column .booking-img img {
        width: 100%;
    }
    .room-booking-price {
        padding: 15px !important;
    }
}

.service-section,
.service-section-two {
    position: relative;
    padding: 120px 0 88px;
}

.service-section-two::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 665px;
    height: 466px;
    background-image: url(../images/background/17.svg);
    opacity: 0.1;
}

.service-block-two {
    margin-bottom: 32px;
}

.footer-style-two .news-widget .news-info:hover .image img,
.service-block-two .inner-box-two:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.service-block-two .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 47px 40px 44px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 12px;
}

.service-block-two .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 11px;
    background-color: var(--theme-color1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.service-block-two .inner-box:hover {
    /* background-color: var(--theme-color-dark); */
    background-color: #2cc6ac47;
}

.service-block-two .inner-box:hover::before {
    opacity: 1;
    visibility: visible;
    left: 40px;
}

.footer-bottom .footer-nav li a:hover,
.main-footer .widget-content .text,
.service-block-two .inner-box:hover .image-box .title {
    color: var(--theme-color-light);
}

.service-block-two .inner-box:hover .image-box .image {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.footer-style-two .links-widget .widget-content .user-links li a,
.post-info-location,
.service-block-two .inner-box:hover .content-box .text {
    color: #adadad;
}

.service-block-two .inner-box .image-box {
    position: relative;
    padding-left: 75px;
    min-height: 58px;
    padding-top: 14px;
    margin-bottom: 22px;
}

.service-block-two .inner-box .image-box .icon-box {
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
}

.service-block-two .inner-box .image-box .icon-box i {
    font-size: 45px;
    color: var(--theme-color1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-block-two .inner-box .image-box .icon-box::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #cdf1ec;
    border-radius: 50%;
    z-index: -1;
}

.service-block-two .inner-box .image-box .title {
    margin-bottom: 18px;
}

.feature-section {
    position: relative;
    padding: 120px 0 60px;
}

.call-to-action,
.pricing-section-two {
    position: relative;
    padding: 120px 0;
}

.call-to-action .booking-form-column .inner-column {
    margin: 0;
}

.call-to-action .booking-form-column .inner-column:after {
    left: auto;
    top: auto;
    bottom: -120px;
    right: -75px;
}

.call-to-action .content-colum .inner-column .sec-title {
    margin-bottom: 54px;
}

.call-to-action .content-colum .inner-column .call-block {
    margin-bottom: 42px;
}

.call-to-action .content-colum .inner-column .call-block .inner-box {
    padding-left: 110px;
    position: relative;
}

.call-to-action .content-colum .inner-column .call-block .inner-box .icon-box {
    position: absolute;
    left: 0;
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action
    .content-colum
    .inner-column
    .call-block
    .inner-box
    .icon-box
    i {
    color: var(--theme-color1);
    font-size: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.call-to-action .content-colum .inner-column .call-block .inner-box .title {
    margin-bottom: 13px;
}

.call-to-action .content-colum .inner-column .btn-box .read-more {
    margin-top: 4px;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    width: 170px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--text-font2);
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .call-to-action {
        padding: 80px 0;
    }
    .call-to-action .content-colum {
        margin-bottom: 50px;
    }
    .pricing-section-two {
        padding: 90px 0;
    }
}

@media (max-width: 767.98px) {
    .header-style-two .outer-box .search-btn {
        margin-right: 100px;
    }
    .banner-section-two .banner-slider .content-box h2 {
        font-size: 32px;
        line-height: 50px;
        padding: 0 20px;
    }
    .feature-section {
        padding-top: 70px;
    }
    .pricing-section-two {
        padding: 80px 0 40px;
    }
    .pricing-block-two {
        margin-bottom: 40px;
    }
}

.pricing-block-two .inner-box .content-column .inner-column {
    position: relative;
    background-color: #cdf1ec;
    box-shadow: rgb(0 0 0 / 0.02) 0 1px 3px 0, rgb(27 31 35 / 0.15) 0 0 0 1px;
    padding: 20px;
    margin-right: -100px;
    z-index: 99;
}

.pricing-block-two .inner-box .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 41px;
    width: 95px;
    height: 13px;
    background-color: var(--theme-color1);
}

.pricing-block-two .inner-box .content-column .inner-column .title {
    font-size: 48px;
    color: var(--theme-color1);
    margin-bottom: -14px;
}

.pricing-block-two .inner-box .content-column .inner-column .title span {
    font-size: 14px;
    color: var(--theme-color-dark);
}

.pricing-block-two .inner-box .content-column .inner-column span {
    font-size: 27px;
    color: var(--theme-color-dark);
    font-family: var(--title-font);
}

.pricing-block-two .inner-box .content-column .inner-column .book-now {
    font-size: 12px;
    padding: 0 30px;
    background-color: var(--theme-color-dark);
    height: 40px;
    color: var(--theme-color-light);
    display: inline-block;
    -webkit-font-feature-settings: var(--text-font2);
    font-feature-settings: var(--text-font2);
    line-height: 40px;
    text-align: center;
    margin-top: 22px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.pricing-block-two .inner-box .image-column .image-box figure {
    max-width: 350px;
    width: 100%;
    height: 100%;
    position: relative;
}

.pricing-block-two .inner-box .image-column .image-box figure img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.offer-banner {
    position: relative;
    margin-top: -120px;
    padding: 100px 0;
}

.offer-banner .outer-box {
    position: relative;
    background-color: #cdf1ec;
    padding: 74px 103px 78px;
    overflow: hidden;
}

.offer-banner .outer-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 658px;
    height: 502px;
    background-image: url(../images/resource/pattern3.png);
}

.offer-banner .outer-box .content-colum .inner-column .content-box .title {
    font-size: 48px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column .sec-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .about-section-two .image-column .image-2 {
        left: 0;
    }
    .service-block-two .inner-box {
        padding: 20px 28px 30px;
    }
    .service-block-two .inner-box .image-box {
        padding-left: 0;
    }
    .service-block-two .inner-box .image-box .icon-box {
        position: static;
    }
    .call-to-action .content-colum .inner-column .call-block .inner-box .text {
        font-size: 15px;
    }
    .pricing-block-two .inner-box .content-column .inner-column {
        margin-right: -113px;
        padding: 15px 12px;
    }
    .offer-banner .outer-box .content-colum .inner-column .content-box .title {
        font-size: 39px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slider .content-box .sub-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .banner-section-two .banner-slider .content-box h2 {
        font-size: 26px;
    }
    .about-section .content-column .sec-title h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .about-section .image-column {
        display: none;
    }
    .about-section-two {
        padding-top: 80px;
    }
    .about-section-two .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service-section-two {
        padding: 80px 0 50px;
    }
    .service-section-two .sec-title {
        margin-bottom: 30px;
    }
    .service-section-two .sec-title .sub-title {
        margin-bottom: 0;
    }
    .service-section-two .sec-title h2 {
        font-size: 29px;
    }
    .call-to-action .content-colum .inner-column .sec-title h2 {
        font-size: 37px;
    }
    .call-to-action .content-colum .inner-column .call-block .inner-box .title {
        font-size: 20px;
    }
    .call-to-action .content-colum .inner-column .call-block .inner-box .text {
        font-size: 17px;
    }
    .pricing-section-two .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .offer-banner
        .outer-box
        .content-colum
        .inner-column
        .content-box
        .sub-title {
        margin-bottom: 20px;
        display: inline-block;
    }
    .offer-banner .outer-box .content-colum .inner-column .content-box .title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }
}

.offer-banner .outer-box .btn-column .inner-column {
    text-align: right;
    margin-top: 21px;
}

@media (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
    .header-style-two .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-nav-toggler {
        display: block;
    }
    .about-section .image-column .btn-box {
        right: 193px;
    }
    .about-section-two .image-column .inner-column,
    .offer-banner .outer-box .btn-column .inner-column {
        text-align: center;
    }
    .offer-banner .outer-box {
        padding: 44px 46px 50px;
    }
}

.offer-banner .outer-box .btn-column .inner-column .read-more,
.reservation-form .btn-column .inner-column .read-more {
    padding: 0 47px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--text-font2);
    position: relative;
    z-index: 9;
}

.offer-banner .outer-box .btn-column .inner-column .read-more:hover {
    background: #000;
}

.bullet {
    font-size: 8px;
}

.roomwebscreen {
    height: 232px;
    background: rgb(255 255 255 / 0.1);
    box-shadow: -37px 28px 40px #fff0, inset 0 0 4px #fff, inset 0 0 15px #fff;
    border-radius: 12px !important;
}

.webcameimg {
    border-radius: 12px;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.panorama-menu-slider .webscreen {
    min-height: 430px;
}

.panorama-slider {
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.panorama-slider .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.panorama-slider .swiper-pagination {
    bottom: -10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-color: #fff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.fs-16,
.pricing-block-two .icon .fa {
    font-size: 16px;
}

.modal {
    z-index: 9999;
}

.reservation-section .form-input .form-control {
    max-width: 500px;
    height: 40px;
    background-color: #fff;
    margin-left: auto;
}

.reservation-section .form-input .form-select {
    width: 100px;
    height: 25px;
}

.reservation-form {
    padding: 30px 20px;
    background-color: #cdf1ec;
}

.reservation-form .form-input .reservation-form-lable {
    min-width: 150px;
}

@media only screen and (max-width: 766px) {
    .reservation-form .form-input .reservation-form-lable {
        min-width: unset;
        margin-bottom: 5px;
        display: block;
    }
    .reservation-form .form-input.d-flex {
        display: block !important;
    }
}

.footer-style-two .about-widget .logo a {
    font-size: 25px;
    color: var(--theme-color1) !important;
    display: block;
    line-height: 35px;
}

.booking-form-column .inner-column {
    padding: 60px 70px 70px;
    position: relative;
    z-index: 9;
    margin-top: -220px;
    padding: relative;
}

.booking-form-column .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #cdf1ec;
    z-index: 9;
    height: 100%;
}

.booking-form-column .inner-column:after {
    content: "";
    position: absolute;
    top: 87px;
    left: -80px;
    width: 424px;
    height: 688px;
    background-image: url(../images/bk-shape.webp);
    background-repeat: no-repeat;
}

.booking-form-column .inner-column .sec-title {
    margin-bottom: 54px;
    position: relative;
    z-index: 9;
}

.booking-form-column .inner-column .sec-title:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 95px;
    height: 13px;
    background: var(--theme-color1);
}

.booking-form-column .inner-column .bk-form {
    position: relative;
    z-index: 9;
}

.booking-form-column .inner-column .bk-form .frm-field {
    position: relative;
    margin-bottom: 15px;
}

.booking-form-column .inner-column .bk-form .frm-field input,
.booking-form-column .inner-column .bk-form .frm-field select {
    width: 100%;
    height: 70px;
    color: #222;
    font-size: 16px;
    padding: 0 30px;
    border: 1px solid #adadad;
    background: #fff;
}

.booking-form-column .inner-column .bk-form .frm-field i,
.booking-form-column .inner-column .bk-form .frm-field img {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    pointer-events: none;
}

.booking-form-column .inner-column .bk-form .form-submit {
    margin-top: 23px;
}

.booking-form-column .inner-column .bk-form .form-submit button {
    background-color: #222;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--text-font2);
    letter-spacing: 2px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 0;
    position: relative;
    z-index: 9;
}

.booking-form-column .inner-column .bk-form .form-submit button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: -1;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.bk-form select::-ms-expand {
    display: none;
}

.bk-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

@media only screen and (max-width: 576px) {
    .about-section .outer-box {
        margin-bottom: 30px;
    }
    .booking-form-column .inner-column {
        padding: 50px 25px;
    }
}

.main-footer {
    position: relative;
    background-color: var(--bg-theme-color2);
}

.main-footer .bg {
    background-size: auto;
}

.main-footer .widgets-section {
    position: relative;
    padding: 116px 0 30px;
}

.main-footer .widget-title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 22px;
}

.user-links li {
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #929292;
    font-weight: 400;
    margin-bottom: 2px;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: var(--bg-theme-color1);
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.user-links.style-two li {
    padding-left: 0;
}

.goog-te-gadget span,
.page-breadcrumb li:last-child::after,
.user-links.style-two li:before {
    display: none;
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-links.two-column li {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.recent-post {
    position: relative;
    margin-bottom: 30px;
}

.recent-post .inner .post-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adadad;
    line-height: 30px;
    margin-bottom: 23px;
    padding-left: 25px;
}

.recent-post .inner .post-info i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    margin-right: 10px;
    color: var(--theme-color1);
}

.recent-post .inner .post-info a {
    color: #adadad;
    display: block;
}

.recent-post .inner .post-title {
    color: var(--theme-color-light);
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.footer-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid #333f4d;
    padding: 30px 0;
}

.footer-bottom .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom .footer-nav,
.page-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
}

.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: rgb(255 255 255 / 0.7);
}

.footer-bottom .footer-nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: rgb(255 255 255 / 0.7);
    margin-left: 30px;
}

.footer-style-two {
    background-color: var(--theme-color-dark) !important;
}

.footer-style-two .widgets-section {
    padding: 70px 0;
}

.footer-style-two .about-widget {
    margin-top: 14px;
}

.footer-style-two .about-widget .logo {
    position: relative;
    margin-bottom: 23px;
    margin-top: -20px;
}

.footer-style-two .about-widget .text {
    margin-bottom: 34px;
    font-size: 16px;
    color: #adadad;
}

.footer-style-two .about-widget .social-icon-two li {
    margin-right: 6px;
}

.footer-style-two .about-widget .social-icon-two li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #adadad;
    border-radius: 50%;
    border: 1px solid #adadad;
    display: inline-block;
}

.footer-style-two .about-widget .social-icon-two li a:hover {
    background-color: var(--theme-color1);
    border-color: #fff0;
    color: #fff;
}

.footer-style-two .links-widget {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-style-two .links-widget .widget-content .user-links {
    padding-right: 36px;
}

.footer-style-two .links-widget .widget-content .user-links:last-child {
    padding-right: 0;
}

.footer-style-two .links-widget .widget-content .user-links li i {
    position: absolute;
    left: -27px;
    top: 10px;
}

.footer-style-two .news-widget .news-info {
    position: relative;
    padding-left: 91px;
    margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
    .footer-style-two .news-widget .news-info {
        padding-left: 87px;
    }
}

.footer-style-two .news-widget .news-info .image {
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden;
}

.footer-style-two .news-widget .news-info .image img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100px;
}

.footer-style-two .news-widget .news-info .title {
    color: #adadad;
    margin-bottom: -4px;
    margin-left: 20px;
}

.footer-style-two .news-widget .news-info .date {
    font-size: 12px;
    color: var(--theme-color1);
    margin-left: 20px;
}

.footer-style-two .footer-bottom {
    border: 0;
    padding: 0;
    background-color: #333;
}

.footer-style-two .footer-bottom .inner-container {
    padding: 14px 0 17px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #adadad;
}

.footer-style-two .footer-bottom .inner-container a {
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.contact-details__info li .icon,
.contact-details__info li:hover .icon,
.page-title {
    background-color: var(--theme-color2);
}

@media only screen and (max-width: 991px) {
    .offer-banner,
    .restaurant-gallery {
        padding: 70px 0;
    }
    .offer-banner {
        margin-top: -70px;
    }
    .offer-banner .content-colum {
        text-align: center;
    }
    .booking-form-column .inner-column {
        margin-top: 0;
    }
    .introduction-section,
    .reservation-section .form-input .form-control {
        max-width: 100%;
    }
    .active-holiday-section .inner-column .image-1 img {
        width: 100%;
        height: 100%;
    }
    .description-area {
        width: 100%;
    }
    .footer-style-two .news-widget .news-info {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .about-section-two .image-column .image-1:before,
    .header-style-one .outer-box .header-btn {
        display: none;
    }
    .sec-title .sub-title {
        letter-spacing: 3px;
    }
    .banner-section-two .banner-slider .content-box h2 {
        font-size: 26px;
        line-height: 34px;
        padding: 0;
    }
    .about-section .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-section .content-column .btn-box {
        display: block;
    }
    .about-section-two .content-column .inner-column .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .booking-form-column .inner-column {
        padding: 60px 30px 70px;
    }
    .footer-bottom .copyright-text {
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0;
    min-height: 450px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(17 32 33 / 0.9)),
        to(transparent)
    );
    background: linear-gradient(180deg, rgb(17 32 33 / 0.9), transparent);
}

.page-title .title {
    font-size: 64px;
    color: #fff;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #fff;
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: var(--theme-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: #070710;
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li a:hover,
.page-title.style-two .page-breadcrumb li:after {
    color: #070710;
}

.page-title.style-two .page-breadcrumb li a {
    color: rgb(7 7 16 / 0.6);
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-details__info li:hover .icon span {
    color: var(--text-color-bg-theme-color2);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li + li {
    margin-top: 19px;
}

.rounded-5 {
    border-radius: 5px !important;
}

.shimmer-nl badge,
.shimmer-nl button,
.shimmer-nl del,
.shimmer-nl h2,
.shimmer-nl h3,
.shimmer-nl h4,
.shimmer-nl h5,
.shimmer-nl h6,
.shimmer-nl i,
.shimmer-nl input,
.shimmer-nl li,
.shimmer-nl p,
.shimmer-nl span {
    opacity: 0.3;
    border-radius: 5px;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background: #a9a9a9 !important;
    -webkit-animation: 2s ease-in-out infinite placeholder-glow;
    animation: 2s ease-in-out infinite placeholder-glow;
    filter: brightness(0);
}

.shimmer-nl img {
    opacity: 0.3;
    border-radius: 0;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background: #a9a9a9 !important;
    -webkit-animation: 2s ease-in-out infinite placeholder-glow;
    animation: 2s ease-in-out infinite placeholder-glow;
    filter: brightness(0);
}

.zoom-btn .btn-pluse,
.zoom-btn button {
    border-radius: 4px 4px 0 0;
}

.hw-50 {
    height: 50px;
    width: 50px;
}

.bg-pink {
    background-color: #f9c0cb;
}

.bg-yellow {
    background-color: #ffe999;
}

.zoom-btn {
    background-color: #fff6;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 2px;
}

.zoom-btn button {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 12px;
    background-color: #003c8880;
    color: #fff;
    display: block;
    margin: 1px;
}

.zoom-btn .btn-minus {
    border-radius: 0 0 4px 4px;
}

.height-150px {
    height: 150px;
}

.h-37px {
    height: 37px;
}

.z-index-9 {
    z-index: 9;
}

.line-height-normal {
    line-height: normal;
}

.fs-14,
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.fw-600 {
    font-weight: 600;
}

.object-contain {
    object-fit: contain;
}

.footer-booking-box,
.img-wrapper img,
.object-cover {
    object-fit: cover;
}

.cs-mdclose-btn {
    position: absolute;
    width: 17px;
    height: 17px;
    overflow: hidden;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: 0;
    box-shadow: none !important;
}

.roomMDimgSlider .swiper-wrapper,
.roomMDsubimgSlider .swiper-wrapper {
    background: #f0f0f0;
}

.roomMDimgSlider .swiper-slide img,
.roomMDsubimgSlider .swiper-slide img {
    aspect-ratio: 1/1;
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    width: 35px;
    height: 35px;
    color: var(--theme-color1);
    font-weight: 600;
    border-radius: 50rem;
}

#goog-gt-tt,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.goog-logo-link,
.goog-te-banner-frame.skiptranslate,
div.skiptranslate {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    position: unset !important;
}

.goog-te-gadget {
    color: transparent !important;
    display: flex;
    align-items: center;
    font-size: 0px !important;
}

.badge1,
.badge1 h2 {
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica,
        Arial, sans-serif;
    color: #fff;
}

.text-ellipsis-1,
.text-ellipsis-2,
.text-ellipsis-3,
.text-ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.footer-booking-box {
    aspect-ratio: 2/1.4;
}

.restaurant-section .inner-column img {
    max-height: 450px;
    border-radius: 12px;
    aspect-ratio: 2/1.5;
    object-fit: cover;
}

.news-section,
.radar-section,
.webcams-section {
    padding-bottom: 120px;
}

.news-section {
    padding-top: 120px !important;
}

.news-card {
    background: #f8f5f1;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    height: 100%;
}

.bgs1,
.webcams-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.news-section .image-content:after {
    display: block;
    content: "";
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.35),
        transparent 75%
    );
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: 0.3s ease-out;
}

.news-section .image-content img {
    height: 250px;
}

.img-wrapper img,
.webcams-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    .accommodation-section-two .row {
        flex-direction: column-reverse;
    }
    .news-section,
    .radar-section,
    .webcams-section {
        padding-bottom: 80px !important;
    }
    .news-section {
        padding-top: 80px !important;
    }
}

@media (max-width: 768px) {
    .news-section,
    .radar-section,
    .webcams-section {
        padding-bottom: 60px !important;
    }
    .news-section {
        padding-top: 60px !important;
    }
}

.webcams-swiper .swiper-slide {
    height: 240px;
}

.text-ellipsis-4 {
    max-height: 80px;
    -webkit-line-clamp: 4;
}

.text-ellipsis-3 {
    max-height: 60px;
    -webkit-line-clamp: 3;
}

.text-ellipsis-2 {
    max-height: 40px;
    -webkit-line-clamp: 2;
}

.text-ellipsis-1 {
    max-height: 30px;
    -webkit-line-clamp: 1;
}

.radar-section .radar-card {
    height: 400px;
}

.booking-card {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
}

.offer-card {
    background-color: #cdf1ec;
    padding: 15px;
}

.offer-card .booking-btn {
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color1);
    color: var(--theme-color1);
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--text-font2);
    position: relative;
    z-index: 9;
}

.offer-card .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.offer-card .pera {
    line-height: 24px;
    font-size: 16px;
}

.offer-card .offer-title {
    font-size: 40px;
    font-weight: 800;
}

.offer-boarder-bottom {
    border-bottom: 2px solid #cdf1ec;
}

.offer-card .modal-body {
    border: 2px dashed var(--theme-color1);
}

.h2-common {
    font-size: var(--h4-font-size);
    line-height: var(--line-height-heading-small);
}

.img-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.badge1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003580;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    user-select: none;
}

.video-section-two {
    position: relative;
    padding: 172px 0;
}

.bgs1,
.video-section-two .bgs1-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.bgs1 {
    left: 0;
    background-repeat: no-repeat;
}

.video-section-two .bgs1-image:before {
    content: "";
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-section-two .btn-box {
    margin-top: 30px;
}

.video-section-two .btn-box .play-now-two {
    background-color: transparent;
    border: 1px solid var(--theme-color-light);
    color: var(--theme-color1);
    position: relative;
    top: 0;
    font-size: 40px;
    width: 113px;
    height: 113px;
    text-align: center;
    line-height: 113px;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .video-section-two {
        padding: 120px 0;
    }
}

.bg-overlay-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
}

.bg-overlay-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/picture.png") center/cover no-repeat;
    background-blend-mode: overlay;
    z-index: -1;
}

.accommodation-section-two,
.webcams-section {
    padding-top: 100px;
}

.active-holiday-section .image-column span,
.active-holiday-section .sec-title font,
.active-holiday-section .sec-title h2,
.active-holiday-section .sec-title span,
.active-holiday-section p,
.active-holiday-section p span,
.webcams-section .sec-title font,
.webcams-section .sec-title h2 {
    color: #fff !important;
}

.accommodation-section-two .sec-title p,
.accommodation-section-two .sec-title span,
.active-holiday-section ul,
.history-section-two p span,
.image-column div p span,
.sec-title,
.sec-title h2,
.sub-title,
.text p font,
.text p span {
    font-family: var(--text-font) !important;
}
.booking-count-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica,
        Arial, sans-serif;
    background-color: #2a6ce5;
    color: #fff;
    border-radius: 20% 20% 20% 0;
    user-select: none;
    font-weight: unset;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.clickable {
    cursor: pointer;
}
.text-wrapper {
    font-size: 10px;
}
/*.logo-wrapper {*/
/*    width: 80%;*/
/*}*/
.booking-count-badge.badge {
    --bs-badge-padding-x: 0 !important;
    --bs-badge-padding-y: 0 !important;
    --bs-badge-font-size: unset !important;
    --bs-badge-font-weight: unset !important;
}

.quote-box {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
    /* background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--theme-color1);
    font-family: var(--text-font);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sticy-quote.wrap{
    display: none;
}


@media only screen and (max-width: 991px) {
    .sticky-header .sticy-quote.wrap{
    display: block;
}
}

@media (max-width: 991px) {
    .sticky-header {
        display: block;
    }
    .auto-container .header-top ,
    .auto-container .main-box {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .sticky-header {
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* E book css  */

 .ebook-section {
     /* max-width: 900px; */
     background: white;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 .content-label {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: #f0f9f7;
     color: var(--theme-color1);
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 14px;
     margin-bottom: 20px;
     font-weight: 500;
 }

 .ebook-section h3 {
     font-size: 22px;
     color: var(--headings-color);
     margin-bottom: 15px;
 }

 .ebook-section p {
     color: var(--text-color);
     line-height: 1.6;
     /* margin-bottom: 20px; */
     font-size: 15px;
 }

 .btn-inline {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: var(--theme-color1);
     color: white;
     text-decoration: none;
     padding: 12px 24px;
     border-radius: 8px;
     font-weight: 500;
     margin-top: auto;
     transition: all 0.3s;
 }

 .btn-inline:hover {
     background: #148c76;
     color : #fff;
     transform: translateY(-2px);
 }

 /* Audio Section Styles */
 .audio-simple-section {
     padding: 25px;
     background: #f8f9fa;
     border-radius: 10px;
     border-left: 4px solid var(--theme-color1);
 }

 .audio-box {
     margin-top: 15px;
 }

 audio {
     width: 100%;
     border-radius: 8px;
 }

 audio::-webkit-media-controls-panel {
     background-color: #f0f9f7;
 }

 audio::-webkit-media-controls-current-time-display,
 audio::-webkit-media-controls-time-remaining-display {
     color: var(--headings-color);
     font-family: 'Barlow Condensed', sans-serif;
 }

 audio::-webkit-media-controls-play-button {
     background-color: var(--theme-color1);
     border-radius: 50%;
 }
 .author-note {
  margin-top: 15px;
  color: #555;
  font-size: 14px;
}
