@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700"); /* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap'); /* font-family: 'Noto Sans', sans-serif; */
/* font-family: 'Kaushan Script', cursive; */
:root {
    --base-color: #d7b358;
    --base-light: #5a7666;
    --site-color: hsl(202.04deg 64.19% 44.9%);
    --primary-color: hsl(208.74deg 59.8% 39.02%);
    --primary-dark: hsl(208.74deg 59.8% 39.02%);
    --secondary-color: #23480d;
    --color-accent: #122223;
    --bg-color: #faf7f2;
    --primary-light: #f7eee3;
    --title-color: #0e0e0e;
    --text-color: #5a7666;
    --color-1: #042412;
    --font-1: 'Roboto', sans-serif;
    --font-2: 'Jost', cursive;
    --font-body: 'Roboto', sans-serif;
    --font-special: "Cormorant Garamond", serif;
}

header {
    --header-pos: static;
    /* --header-bg-fixed: #1c1c1c; */
    /* --header-top-bg: #1c1c1c; */
    /* --header-bg: #1c1c1cd6; */
    --header-text: #ffffff;
    --header-top-link: #141414;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

body {
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    background: #faf7f2;
    font-family: var(--font-body);
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus, a:visited {
    text-decoration: none !important;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #222;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.section-title1 {
    font-size: 48px;
    line-height: 1.2em;
    color: rgb(189 135 56);
    font-weight: 500;
    margin-bottom: 70px;
    font-family: var(--font-special);
    margin-top: 1rem;
}

.sec-icon-title span {
    color: var(--bs-green);
    font-weight: 500;
    font-family: var(--font-2);
    letter-spacing: 1.1px;
    display: none;
}

.sec-title-main {
    font-size: 46px;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--font-special);
    line-height: 40px;
    margin-top: 10px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.section-title__icon {
    margin-bottom: 20px;
    color: var(--color-1);
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
    font-family: var(--font-1);
}

.light .sec-icon-title span {
    color: #fff;
}

.light .sec-title-main {
    color: var(--text-color);
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
}

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

figure {
    margin-bottom: 0;
}

.owl-carousel img {
    width: auto !important;
    display: inline-block !important;
}

.centered {
    text-align: center !important;
}

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

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.owl-nav, .owl-dots {
    display: none;
}

.row {
    margin: 0 -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.btn-one {
    position: relative;
    overflow: hidden;
    line-height: initial;
    background: #14271a;
    font-size: 14px;
    font-family: var(--font-1);
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid #14271a;
    color: #fff;
    text-align: center;
    letter-spacing: 1.3px;
    align-items: center;
    padding: 12px 16px;
    font-weight: 500;
    transition: all .2s;
    display: inline-block;
    border-radius: 50px;
}

.btn-one:hover {
    color: #fff;
    background: var(--base-color);
    border-color: var(--base-color);
}

.btn-one.large-btn {
    padding: 15px 40px;
    font-size: 15px;
}

/* Main Header */
.body--inner header {
    --header-pos: static;
    /* --header-bg: #1c1c1c; */
}

.body--home.body-style-2 header {
}

.body--home.body-style-2 .header-top {
    --header-top-bg: transparent !important;
}

.main-header {
    position: var(--header-pos);
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0px;
    background: transparent;
    clear: both;
    /* position: fixed; */
    background-color: transparent;
    padding: 0px 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 20;
    transition: all 0.2s ease;
}

.main-header.sticky {
    /* background: #052514f0; */
    background: #052514;
}

.main-header .inner-container {
    /* background-color: #fff; */
}

/* Header Upper */
.main-header .header-middle .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-left: 50px; */
}

.sticky-header {
}

.main-header .header-middle {
    /* position: fixed; */
    background-color: transparent;
    padding: 11px 0;
    /* top: 0; */
    /* width: 100%; */
    z-index: 1;
}

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

.main-header .header-middle .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-middle .logo-box {
    z-index: 10;
    max-width: 150px;
    margin: 0 auto;
    transition: all 0.2s ease
}

.main-header.sticky .header-middle .logo-box {
    max-width: 90px;
}

.header-middle__logo-wrap {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.header-middle__logo {
    /* width: 115px; */
    max-width: 100%;
    margin: 0 auto;
}

.sticky-header .header-middle__logo {
    /* width: 115px; */
    max-width: 310px;
}

.main-header .header-middle .left-column, .main-header .header-middle .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-middle .link-btn a {
    vertical-align: middle;
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: #ffffff;
    background-color: rgba(18, 34, 35, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.header-middle .link-btn a:hover {
    background-color: #122223;
    border-color: #122223;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    /* margin-left: 50px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 30px;
    /* justify-content: space-between; */
}

.sticky-header .navigation {
    gap: 25px;
}

.main-menu .navigation>li {
    position: relative;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a:hover {
    text-decoration: underline;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    /* color: var(--header-text); */
    font-weight: 500;
    font-family: var(--font-2);
    text-transform: uppercase;
}

.main-menu .navigation>li>a:hover {
    /* color: var(--base-color); */
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 240px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #ffff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-header .navigation>li>a {
    color: #ffffff;
}

.main-header.sticky .navigation>li>a {
    /* color: #212121; */
}

.main-header .navigation>li.current>a {
    color: var(--base-color);
}

.main-header.sticky .navigation>li.current>a {
    color: var(--base-color);
}

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

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 16px 30px;
    border-bottom: 1px solid rgb(34 34 34 / 5%);
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #454456;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--base-color);
    padding-left: 45px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: "\f105";
    left: 30px;
    top: 16px;
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    opacity: 0;
}

.main-menu .navigation>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 20px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 240px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

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

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 16px 30px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid rgb(34 34 34 / 5%);
    text-transform: capitalize;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    letter-spacing: 1px;
    color: #454456;
    font-weight: 700;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--base-color);
    padding-left: 45px;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: "\f105";
    left: 30px;
    top: 16px;
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    opacity: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

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

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
    background: var(--header-bg-fixed);
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 14px;
    display: inline-block;
    max-width: 110px;
    margin-left: 30px;
}

.mobile-menu-visible {
    overflow: hidden;
}

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

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: #242424;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: #ebebeb;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation .navbar-right {
    padding-left: 35px;
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-1);
    letter-spacing: 0.35px;
    color: #2c2c2c;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 35px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #2f4137;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*** 

====================================================================
        Banner Section
====================================================================

***/
.banner-section {
    position: relative;
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / 0.1);
    transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
}

.three-item-carousel, .banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 0;
}

.banner-slider-pagination {
    /* display: none; */
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px 10px;
}

.banner-slider-pagination span {
    border-radius: 10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transition: all 200ms ease;
    opacity: 100%;
}

.banner-slider-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--base-color)
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-item img {
    min-height: 1000px;
    max-height: 1000px;
    object-fit: cover;
    width: 100%;
}

.banner-section .swiper-slide .banner-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #00000094 20%, #0000007a 50%);
    opacity: 100%;
    content: "";
    z-index: 1;
}

.banner-section .content-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner-section .content-box {
    position: relative;
    /* padding: 120px 15px 210px; */
    /* min-height: 940px; */
    max-width: 830px;
    margin: 0 auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    /* -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); */
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); */
}

.banner-section .content-box .main-slider-title {
    position: relative;
    color: #ffffff;
    /* opacity: 0;
    visibility: hidden; */
    transition: all 500ms ease, clip-path 600ms ease 1s;
    /* -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); */
    margin-bottom: 50px;
    font-size: 82px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-family: var(--font-special);
}

@keyframes title {
    from {
        transform: translateY(20px);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
        transform: translateY(0px);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.banner-section .swiper-slide-active .content-box .main-slider-title {
    animation: title 1s ease;
    /* opacity: 1;
    visibility: visible; */
    /* -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); */
}

.banner-section .content-box .main-slider-sub-title {
    position: relative;
    display: block;
    line-height: 1.2em;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); */
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 400;
}

.banner-section .swiper-slide-active .main-slider-sub-title {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .main-slider-text {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.banner-section .swiper-slide-active .main-slider-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    transform: translateY(20px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 500ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
    opacity: 0;
}

.banner-section .swiper-slide-active .link-box {
    transform: translateY(0px);
    opacity: 1;
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .video-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.banner-section .swiper-slide-active .video-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .video-btn {
    position: relative;
}

.banner-section .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.banner-section .video-btn a {
    position: relative;
    height: 67px;
    width: 67px;
    line-height: 70px;
    border-radius: 50%;
    color: #111;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    transition: .5s;
    margin-right: 52px;
    transition: .5s;
}

.banner-section .video-btn a:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.banner-section .video-btn a:before {
    position: absolute;
    content: '';
    width: 92px;
    height: 92px;
    border-radius: 46px;
    border: 1px solid rgba(255,255,255,0.35);
    left: -12px;
    top: -12px;
}

.banner-section .video-btn .ripple:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section .video-btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.banner-section .video-box span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

/* banner nav */
.banner-section .banner-slider-nav {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* z-index: 0; */
}

.banner-section .banner-slider-control {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    font-size: 43px;
    background-color: transparent;
    transition: .5s;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider-button-next {
    right: 0px
}

.banner-section .banner-slider-control:hover {
    color: #fff;
    /* background: var(--theme-color); */
    /* border-color: var(--theme-color); */
}

.banner-slider-nav .banner-slider-control {
    opacity: 0;
    transition: 1s;
}

.banner-section:hover .banner-slider-nav .banner-slider-control {
    opacity: 1;
}

.banner-slider-button-next svg {
    /* transform: scaleX(-1) */
}

/* Style Two */
.banner-section .banner-slider-nav.style-two {
    left: 0;
    right: auto;
    top: auto;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
    width: 106px;
    height: 53px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    background: #293e9c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next {
    height: 53px;
    width: 106px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

/* nav style three */
.banner-section .banner-slider-nav.style-three {
    left: auto;
    right: 60px;
    max-width: 68px;
    height: 160px;
    bottom: 45px;
    top: auto;
    flex-direction: column-reverse;
}

/* nav style four */
.banner-section .banner-slider-nav.style-four {
    left: auto;
    right: 55px;
    max-width: 136px;
    bottom: 315px;
    top: auto;
}

.banner-section .banner-slider-nav.style-four .banner-slider-button-prev {
    border-radius: 0;
    border-left: 1px solid #fff;
}

.banner-section .banner-slider-nav.style-four .banner-slider-button-next {
    border-radius: 0;
    border-left: 1px solid #fff;
}

/* nav style five */
.banner-section .banner-slider-nav.style-five {
    left: auto;
    right: 90px;
    max-width: 68px;
    height: 160px;
    flex-direction: column-reverse;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

/* Title */
.sub-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 1.6em;
    color: #adaaaa;
    font-weight: 700;
    font-family: "Open Sans";
}

.text-light .sub-title {
    color: #fff;
}

.sec-title {
    margin-bottom: 50px;
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    color: #1c1c1c;
    font-weight: 700;
}

.sec-title.small {
    font-size: 45px;
}

.sec-title .style-two {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Playfair Display";
}

/* booking form */
.opacity-0 {
    opacity: 0;
    height: 0px !important;
}

.booking-form-column {
    position: relative;
}

.booking-form-column:before {
    position: absolute;
    content: '';
    top: 0;
    right: 15px;
    width: 1px;
    bottom: 0;
    height: 152px;
    background-color: rgb(162 108 87 / 20%);
}

.booking-form-column:last-child:before {
    opacity: 0;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

h4.nd_booking_date_label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans";
    background-color: rgb(162 108 87 / 17%);
    color: #a26c57;
    text-align: center;
    padding: 2.5px 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
}

h1.nd_booking_date_number_from_front {
    font-size: 102px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 300;
    margin-top: -15px;
}

h6.nd_booking_date_month_from_front {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    top: 16px;
}

section.booking-form-section {
    position: relative;
    transform: translateY(-50%);
    z-index: 9;
    margin-bottom: -192px;
}

section.booking-form-section form {
    position: relative;
    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));
    background-color: #ffffff;
    padding: 20px 30px 0;
}

.booking-form-section .nice-select {
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.booking-form-section .nice-select:after {
    opacity: 0;
}

.booking-form-section .nice-select span.current {
    font-size: 102px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 300;
    margin: 0;
    top: 0;
}

.booking-form-section .room-opt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -15px;
}

.booking-form-section .room-opt span {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    top: 16px;
}

.booking-form-submit-btn {
    position: relative;
    background: #f6f0ee;
    padding: 31px 15px;
    text-align: center;
    margin-left: -50px;
    margin-bottom: 20px;
}

.booking-form-submit-btn-label {
    font-size: 18px;
    color: #a26c57;
    font-weight: 700;
    margin-bottom: 12px;
}

.booking-form-section .room-opt ul.list {
    min-width: 150px;
}

.booking-form-section .room-opt ul.list li {
    font-size: 20px;
    color: #222;
}

/* about */
.about-one-section {
    position: relative;
    background: #f9f8f5;
    padding-top: 60px;
    padding-bottom: 70px;
    background: url('../images/bg/bg-about.jpg');
    background: #fff;
}

.about-one-rating {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Open Sans";
    padding-left: 90px;
    position: relative;
    display: inline-block;
}

.about-one-rating i {
    color: #ffa800;
    margin-left: 5px;
}

.about-one-rating:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 70px;
    height: 1px;
    background-color: #a26c57;
}

h2.about-one-title {
    font-size: 41px;
    color: #559572;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: var(--font-1);
    /* line-height: 60px; */
}

.about-one-title .sm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4.05px;
    color: var(--base-light);
    display: block;
    line-height: 35px;
}

h4.about-one-title-two {
    font-size: 22px;
    line-height: 25px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 15px;
    display: none;
}

.about-one-text {
    font-size: 15.3px;
    letter-spacing: 0.38px;
    line-height: 27px;
    color: #656565;
    font-weight: 400;
    font-family: var(--font-1);
    margin-bottom: 10px;
}

.about-one-image {
    position: relative;
}

.about-one-image-box {
    position: relative;
    text-align: right;
    margin-bottom: 60px;
    margin-left: 98px;
}

.about-one-image-two {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.about-one-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 10px solid #fff;
    z-index: 1;
}

.about-one-image-four {
    position: absolute;
    right: 0;
    top: -75px;
}

.about-one-wrapper {
    position: relative;
    z-index: 1;
}

h4.about-one-text-two {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 30px;
    color: #adaaaa;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.about-one-signature {
    margin-bottom: 30px;
}

.gray_bg {
    background: #f9f8f5;
}

@media only screen and (min-width: 992px) {
    .mx-70 {
        margin-left: 70px;
        margin-right: 70px;
    }
}

/* services */
.services-one-section {
    position: relative;
    background: #fff;
    padding: 120px 0 90px;
}

.service-one-block {
    margin-bottom: 30px;
}

h4.service-one-title {
    position: relative;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-one-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 30px;
}

a.reader-more-link {
    font-size: 16px;
    text-decoration: underline;
    color: #adaaaa;
    font-weight: 700;
    transition: .5s;
}

a.reader-more-link:hover {
    color: var(--theme-color);
    text-decoration: underline !important;
}

h4.service-one-title:first-letter {
    font-size: 100px;
}

/* gallery section */
.gallery-one-section {
    position: relative;
    padding: 70px 0 80px;
}

ul.filter-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.filters {
    position: relative;
}

ul.filter-tabs li {
    padding: 2px 20px;
    font-size: 13px;
    letter-spacing: 4px;
    color: #adaaaa;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: right;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: 20px;
}

ul.filter-tabs li.active {
    color: #1c1c1c;
    border-color: #1c1c1c;
}

.gallery-one-box {
    position: relative;
    margin-bottom: 30px;
}

.gallery-one-box img {
    width: 100%;
}

.gallery-one-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 45px 50px;
}

h4.gallery-one-title {
    font-size: 48px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.gallery-one-text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.gallery-one-like {
    position: absolute;
    right: 50px;
    top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 45px;
    transition: .5s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(.2);
}

.gallery-one-like:hover {
    background: var(--theme-color);
    color: #fff;
}

span.gallery-one-rating {
    border-radius: 3px;
    background-color: #ffde25;
    margin-left: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: rgb(28 28 28 / 50%);
    font-weight: 700;
    font-family: "Open Sans";
    padding: 3px 10px;
    letter-spacing: 0;
}

span.gallery-one-rating i {
    font-size: 11px;
    position: relative;
    top: -1px;
}

.gallery-one-box:hover .gallery-one-content {
    opacity: 1;
}

.gallery-one-box:hover h4.gallery-one-title {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-one-box:hover .gallery-one-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.gallery-one-box:hover .gallery-one-like {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
    visibility: visible;
}

.gallery-one-image {
    position: relative;
}

.gallery-one-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);
    transition: .5s;
    opacity: 0;
}

.gallery-one-box:hover .gallery-one-image:before {
    opacity: 1;
}

/* video section */
.video-section {
    position: relative;
    padding: 120px 0 90px;
}

span.title-rating {
    border-radius: 3px;
    background-color: #ffde25;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgb(28 28 28 / 50%);
    font-weight: 700;
    font-family: "Open Sans";
    padding: 0px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

span.title-rating i {
    font-size: 11px;
    top: -1px;
    position: relative;
}

h2.video-one-title {
    position: relative;
    font-size: 32px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    text-align: center;
    margin-bottom: 40px;
}

h2.video-one-title span {
    color: var(--theme-color);
}

.video-one-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 35px;
}

.video-btn {
    position: relative;
}

.video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.video-btn a {
    position: relative;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    color: #1c1c1c;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    background-color: #ffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transition: .5s;
}

.video-btn a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.video-btn .ripple:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.video-image {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-one-image {
    position: relative;
    margin-bottom: 30px;
}

h4.video-one-nav-text {
    font-size: 24px;
    line-height: 28px;
    color: #1c1c1c;
    font-weight: 700;
    margin: 21px 0;
}

.video-one-slider-nav {
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 28px;
    color: #d4d4d4;
    margin-right: 20px;
}

.carousel-btn {
    position: relative;
    cursor: pointer;
    transition: .5s;
}

.carousel-btn:hover {
    color: var(--theme-color);
}

/* Funfacts */
.funfact-one {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.funfact-one .count-box {
    font-size: 72px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
    top: -8px;
    position: relative;
}

.funfact-one-title {
    font-size: 18px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-left: 5px;
}

.funfact-section {
    position: relative;
    padding: 120px 0;
    padding-bottom: 90px;
}

.funfact-one:before {
    position: absolute;
    content: '';
    top: -16px;
    right: 33px;
    height: 103px;
    width: 1px;
    background: #d5d5d5;
    transform: rotate3d(1, 1, 1, 31deg);
}

.col-lg-3:last-child .funfact-one:before {
    opacity: 0;
}

.testimonials-one-section {
    position: relative;
    padding-bottom: 120px;
    padding-top: 120px;
    /* background: url(../images/bg/bg-gray.png); */
    padding: 65px 0 50px;
    background-color: #f8f5f0;
    background-blend-mode: multiply;
}

.testimonial-one-wrapper-box {
    position: relative;
    background: transparent;
    text-align: center;
    padding-bottom: 0px;
}

.testimonial-border {
    padding-top: 0px;
    /* border: 1px solid #e3e3e3; */
    border-radius: 10px;
    /* background: #fff; */
}

.testimonial-icon {
    width: 70px;
    margin: 0 auto 20px;
}

.testimonial-one-big-title {
    font-size: 372px;
    line-height: 28px;
    color: rgb(28 28 28 / 5%);
    font-weight: 700;
    position: absolute;
    left: 95%;
    bottom: 0;
}

.testimonial-one-title {
    font-size: 48px;
    line-height: 1.2em;
    color: rgb(28 28 28 / 20%);
    font-weight: 700;
    margin-bottom: 30px;
}

.testimonial-one-text {
    font-size: 18px;
    line-height: 30px;
    color: #373737;
    font-weight: 400;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-family: var(--font-2);
    letter-spacing: 0.45px;
}

.testimonial-one-rating {
    color: #ffde25;
    font-size: 14px;
    margin-bottom: 40px;
}

.testimonial-one-rating i {
    margin: 0 2px;
}

.testimonial-one-author-info {
    position: relative;
    padding-left: 0;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}

.testimonial-one-author-logo {
    position: absolute;
    left: 0;
    filter: drop-shadow(1.169px 3.825px 10px rgba(28,28,28,0.06));
    background-color: #ffffff;
}

.testimonial-one-author-name {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.testimonial-one-designation {
    font-size: 18px;
    letter-spacing: 1px;
    color: #424242;
    font-weight: 500;
    font-family: var(--font-body);
    line-height: 1.6em;
}

.testimonial-one-slider-item {
    padding: 70px 30px;
    background-color: transparent;
}

.testimonial-one-slider-item.style-two {
    padding-top: 0;
    padding-bottom: 0;
}

.testimonial-one-wrapper-box.style-two {
    background: transparent;
    padding: 0;
}

.review-slider {
}

.review-content {
    opacity: 0;
}

.review-slider .swiper-slide-active .review-content {
    opacity: 1;
}

/* Blog section */
.news-one-section {
    padding: 120px 0 90px;
}

.news-one-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.news-one-block {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

.news-one-image {
    position: relative;
    margin-bottom: 15px;
}

.owl-carousel .owl-item .news-one-image img {
    width: 100% !important;
}

.news-one-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 10px solid #fff;
    z-index: 1;
}

.news-one-post-meta {
    font-size: 14px;
    line-height: 1.6em;
    color: #777777;
    font-weight: 700;
    margin-bottom: 10px;
}

h4.news-one-title {
    font-size: 24px;
    line-height: 32px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 20px;
}

h4.news-one-title a {
    color: #1c1c1c;
    transition: .5s;
}

h4.news-one-title a:hover {
    color: var(--theme-color);
}

.news-one-content-bottom {
    position: relative;
    padding: 20px 30px 40px;
}

.news-one-image .img_hover_3 {
    width: 100%;
}

.clients-logo-one-section.style-two {
    background: #fff;
}

/* Clients logo */
.clients-logo-one-section {
    position: relative;
    padding: 90px 0 50px;
}

section.clients-logo-one-section.style-two {
    background: #fff;
}

.client-logo-one-image {
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .client-logo-one-column {
        flex: 0 0 auto;
        width: 20%;
    }
}

.client-logo-one-column {
    margin-bottom: 30px;
}

/* footer */
footer.main-footer {
    background-color: #122223;
    position: relative;
    padding-top: 90px;
}

h3.widget-title {
    font-size: 17px;
    line-height: 30px;
    color: #f5f5f5;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.65px;
}

.about-wdget-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #adaaaa;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 15px;
}

.about-widget li {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
}

.about-widget li a {
    color: #ffffffe3;
    transition: .5s;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-size: 16px;
}

.about-widget li a:hover {
    color: #ddddb0;
}

.links-widget li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #adaaaa;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 14px;
}

.links-widget li a {
    color: #ffffffe3;
    transition: .5s;
}

.links-widget li a:hover {
    color: var(--theme-color);
}

h2.widget-title {
    font-size: 32px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

h2.widget-title span {
    color: #adaaaa;
}

.contact-widget-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffffe3;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 25px;
}

.contact-widget-social-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.contact-widget-social-links ul li a {
    color: contact-widget mb-5 pb-5 text-center widget;
    width: 52px;
    height: 52px;
    background-color: rgb(255 255 255 / 76%);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: .5s;
    border-radius: 50px;
    font-size: 24px;
    color: #000000;
}

.contact-widget-social-links ul li a:hover {
    background: var(--base-color);
    color: contact-widget mb-5 pb-5 text-center widget;
}

.footer-bottom {
    background: #122223;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #adaaaa;
    font-weight: 400;
    font-family: var(--font-1);
    text-align: center;
    padding: 21px 0;
    /* border-top: 1px solid #2d2d2d; */
}

.footer-widgets-section {
    position: relative;
    padding-bottom: 80px;
}

/* Header style two */
.header-top {
    position: relative;
    background: transparent;
    padding-top: 6px;
}

.header-top-wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-top-social-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px 20px;
}

ul.header-top-social-links li {
}

ul.header-top-social-links a {
    color: #ffffff;
    font-size: 20px;
    transition: .5s;
    display: inline-block;
}

ul.header-top-social-links a:hover {
    color: var(--theme-color);
}

.header-top-text a {
    font-size: 14px;
    letter-spacing: 0.45px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-1);
    position: relative;
}

.header-top-text span {
    color: var(--base-color);
    font-weight: 400;
    font-size: 14px;
}

/* banner two section */
.banner-two-section {
    position: relative;
    padding: 230px 0;
    background-size: cover;
}

h2.banner-two-title {
    font-size: 82px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.banner-two-text {
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}

.booking-form-section.style-two {
    background: rgb(27 27 27 / 80%);
    padding: 10px 0;
    padding-left: 20px;
}

.booking-form-section.style-two .booking-form-column:before {
    top: 10px;
}

.booking-form-section.style-two h1.nd_booking_date_number_from_front {
    color: #fff;
}

.booking-form-section.style-two h6.nd_booking_date_month_from_front {
    color: #fff;
}

.booking-form-section.style-two .nice-select span.current {
    color: #fff;
}

.booking-form-section.style-two .room-opt span {
    color: #fff;
}

.booking-form-section.style-two .booking-form-submit-btn {
    background: transparent;
}

.btn-one.s-two {
    background: var(--theme-color);
    border-bottom-color: #fff;
}

.btn-one.s-two span {
    background: #fff;
}

.btn-one.s-two:hover {
    color: var(--theme-color);
}

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

.main-header.header-style-three .header-upper {
    background: transparent;
}

.main-header.header-style-three .header-upper .inner-container {
    background: transparent;
}

.main-header.header-style-three .main-menu .navigation>li>a {
    color: #fff;
}

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

.main-header.header-style-three .sticky-header .main-menu .navigation>li {
    padding: 27.5px 0px;
}

.btn-one.s-three {
    background: var(--theme-color);
    border-bottom-color: #1c1c1c;
}

.btn-one.s-three span {
    background: #fff;
}

.btn-one.s-three:hover {
    color: var(--theme-color);
}

/* banner s two */
.banner-section.s-two .content-box .main-slider-title {
    font-size: 82px;
}

/* booking form style three */
.booking-form-section.style-three {
    transform: translateY(0%);
    margin-bottom: 0;
    background: #f9f8f5;
    padding: 120px 0;
}

h1.sec-title-two {
    font-size: 112px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 50px;
}

.booking-form-section.style-three form {
    padding: 120px 90px 90px;
}

.booking-form-section.style-three .booking-form-submit-btn {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px 2px;
    margin-top: 60px;
}

.booking-form-section.style-three .booking-form-submit-btn button.btn-one {
    margin-bottom: 13px;
}

.booking-form-section.style-three .booking-form-column:last-child:before {
    display: none;
}

/* services two */
.service-two-section {
    position: relative;
}

.service-two-section .auto-container {
    max-width: 100%;
    padding: 0 70px;
}

.service-two-title-block {
    min-height: 558px;
    background-color: #1c1c1c;
    position: relative;
    padding: 70px;
    padding-right: 30px;
}

h2.service-two-title-block-title {
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 30px;
}

.service-two-title-block-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 40px;
}

.service-two-block {
    position: relative;
    background-size: cover;
    padding: 50px 30px;
}

.service-two-block-inner-box {
    position: relative;
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}

.service-two-block-icon img {
    width: 65px;
}

.service-two-block-icon {
    margin-bottom: 40px;
    min-height: 70px;
    font-size: 70px;
    color: #1c1c1c;
}

h4.service-two-block-title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 18px;
}

.service-two-block-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
    margin-bottom: 30px;
}

a.service-two-block-read-more-link {
    font-size: 16px;
    text-decoration: underline;
    color: #adaaaa;
    font-weight: 700;
    font-family: var(--font-2);
    transition: .5s;
}

a.service-two-block-read-more-link:hover {
    color: #a26c57;
    text-decoration: underline !important;
}

.about-one-image-box-two {
    position: relative;
    /* margin-bottom: 30px; */
}

.obj-cover {
    object-fit: cover;
}

/* room section */
.room-one-section {
    background: #fff;
    position: relative;
    padding: 120px 0 90px;
}

.room-one-block {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.room-one-image img {
    aspect-ratio: 2/1.5;
    object-fit: cover;
}

.room-one-image {
}

.room-one-image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(18 34 35 / 0%) 0%, #151d1eb8 110%);
    z-index: 0;
}

.room-one-content {
    position: relative;
    padding: 26px 27px 26px;
    border: 1px solid rgba(28,28,28,0.05);
    border-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 11;
}

.room-one-like {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    line-height: 40px;
    transition: .5s;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

.room-one-like:hover {
    color: #fff;
    background: #a26c57;
}

.room-one-block:hover .room-one-like {
    opacity: 1;
}

.room-one-info {
    font-size: 16px;
    letter-spacing: 1px;
    color: #777777;
    font-weight: 700;
    font-family: var(--font-2);
    line-height: 30px;
    margin-bottom: 10px;
}

.room-one-info span {
    color: #a26c57;
}

.room-i span {
    color: var(--base-color);
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #bca4952e;
    text-align: center;
    line-height: 37px;
}

h4.room-one-title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-2);
    margin-bottom: 0;
}

h4.room-one-title a {
    color: inherit;
    transition: .5s;
}

h4.room-one-title a:hover {
    color: var(--theme-color);
}

.room-one-desc {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 11px;
}

.room-one-info strong {
    color: #000;
}

.btn-one.s-four {
    background: #f9f8f5;
    color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-one.s-four:hover {
    color: #fff;
}

.room-one-link-btn {
    margin-top: 30px;
}

.room-one-link-btn a {
    width: 100%;
}

a.btn-one.btn_lg {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Cta section */
.cta-one-section {
    position: relative;
    padding-top: 220px;
    padding-bottom: 220px;
    text-align: center;
    overflow: hidden;
}

.cta-one-bg {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    background-size: cover;
}

h2.cta-one-title {
    position: relative;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-2);
    text-align: center;
}

.cta-one-logo {
    position: relative;
    margin-bottom: 40px;
}

/* blog two section */
.news-two-section {
    position: relative;
    background: #fff;
    padding-top: 120px;
    padding-bottom: 90px;
}

.news-one-block.style-two {
    border: 1px solid rgb(28 28 28 / 10%);
    transition: .5s;
}

.news-one-block.style-two:hover {
    border-color: #000;
}

.about-one-wrapper-two {
    position: relative;
}

.about-one-image-five {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-38%);
}

.about-one-section.style-two {
    padding-bottom: 0;
}

.about-one-section.style-three {
    padding-bottom: 0;
    padding-top: 120px;
}

.about-one-image-six {
    margin-top: 30px;
    display: block;
}

.about-one-image-six:before {
    pointer-events: none;
}

.about-one-image-six img {
    width: 100%;
}

.about-img {
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    width: 100%;
    text-align: end;
}

.about-img:not(.about-img-center) .ab-img {
    /* clip-path: polygon(0 8%, 100% 8%, 100% 94%, 0 94%); */
    aspect-ratio: 2 / 2.0;
}

.ab-img {
    /* max-width: 70%; */
    aspect-ratio: 2/2.2;
    object-fit: cover;
    /* margin-left: auto; */
    border: 0px solid var(--bg-color);
}

.img-wrap {
    border: 0px solid var(--bg-color);
    border-radius: 15px;
    overflow: hidden;
}

.about-right {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.about-right img {
}

.about-right img {
    aspect-ratio: 2/2.5;
    object-fit: cover;
    border: 7px solid #fff;
}

.about-img:after {
    border-radius: 180px;
}

.about-img__wrap {
    position: relative;
}

.about-img__wrap::before {
    content: none;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 0;
    width: 200px;
    height: 200px;
    background: #ecf7f6;
    border-radius: 50%;
}

.about-bg-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* --------- */
.full-width.auto-container {
    max-width: 100%;
    padding: 0 70px;
}

/* Testimonials section two */
.testimonials-section-two {
    position: relative;
    padding: 120px 0;
    background-size: cover;
}

.testimonials-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(34, 34, 49, 0.92);
}

.owl-nav-style-one .owl-nav {
    position: absolute;
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    top: -120px;
    right: 0;
    left: 0;
    max-width: 1170px;
}

.owl-nav-style-one .owl-prev {
    margin: 0 5px;
    height: 60px;
    position: relative;
    width: 30px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 60px;
    font-size: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.owl-nav-style-one .owl-prev:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f104";
    position: absolute;
    font-weight: 300;
    top: 0;
    width: 30px;
    height: 60px;
    line-height: 58px;
    left: 0;
    color: #d4d4d4;
    border-radius: 50%;
    font-size: 42px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-nav-style-one .owl-prev:hover:after {
    color: var(--theme-color);
}

.owl-nav-style-one .owl-next {
    margin: 0 5px;
    position: relative;
    height: 60px;
    width: 30px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.owl-nav-style-one .owl-next:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 60px;
    line-height: 58px;
    border-radius: 50%;
    color: #d4d4d4;
    font-size: 42px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-nav-style-one .owl-next:hover:after {
    color: var(--theme-color);
}

.owl-nav-style-one span {
    font-size: 0;
}

.owl-nav-style-one .owl-nav:before {
    position: absolute;
    content: '/';
    font-size: 42px;
    line-height: 28px;
    color: #d4d4d4;
    right: 33px;
    top: 14px;
}

.news-two-section .title-box {
    position: relative;
    z-index: 9;
    display: inline-block;
}

/* page title */
.page-title-one {
    background: #eeedea;
    padding: 60px 0 0;
}

.page-title {
    font-size: 82px;
    line-height: 102px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    position: relative;
}

.page-title-one-desc {
    font-size: 18px;
    letter-spacing: 3px;
    color: #777777;
    font-weight: 400;
    font-family: var(--font-2);
    margin-bottom: 10px;
    position: relative;
}

.page-title-one-bread-crumb-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

ul.page-title-one-bread-crumb {
    background: #fff;
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    color: #777;
    font-weight: 700;
    font-family: var(--font-2);
    text-align: right;
}

ul.page-title-one-bread-crumb a {
    color: #1c1c1c;
    transition: .5s;
    margin-right: 16px;
}

ul.page-title-one-bread-crumb a:hover {
    color: var(--theme-color);
}

ul.page-title-one-bread-crumb a:after {
    position: absolute;
    content: '>';
    display: inline-block;
    margin: 0 5px;
}

.service-three-section {
    position: relative;
    padding: 120px 0 90px;
}

.services-four-section {
    padding: 120px 0 90px;
}

.service-one-block.style-two {
    background: #fff;
    padding: 140px 50px 110px;
}

/* Error Page */
.error-section {
    position: relative;
    padding: 120px 0;
}

.error-section .content {
    text-align: center;
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 600;
    line-height: 120px;
    margin-bottom: 70px;
}

.error-section h2 {
    margin-bottom: 20px;
    font-size: 45px;
}

.error-section .text {
    margin-bottom: 20px;
}

.page-title-one.style-two {
    position: relative;
    padding-top: 106px;
    padding-bottom: 96px;
    overflow: hidden;
}

.page-title-one-desc {
    margin-bottom: 90px;
}

.page-title-one-bg {
    position: absolute;
    top: -100px;
    right: 0;
    bottom: -100px;
    left: 0;
    background-size: cover;
}

.page-title-one.style-three {
    position: relative;
    overflow: hidden;
}

/* room section two */
.room-two-section {
    position: relative;
    padding: 220px 0 0;
}

.room-two-block {
    position: relative;
    margin-bottom: 30px;
}

.room-two-content {
    position: relative;
}

.room-two-like {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    left: 50px;
    bottom: 70px;
    text-align: center;
    line-height: 40px;
    transition: .5s;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

.room-two-like:hover {
    color: #fff;
    background: #a26c57;
}

.room-tow-block:hover .room-one-like {
    opacity: 1;
}

.room-two-info {
    font-size: 16px;
    letter-spacing: 1px;
    color: #777777;
    font-weight: 700;
    font-family: var(--font-2);
    line-height: 30px;
    margin-bottom: 40px;
}

.room-two-info span {
    color: #a26c57;
}

.room-two-title {
    font-size: 48px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 15px;
}

.room-two-title a {
    color: #1c1c1c;
    transition: .5s;
}

.room-two-title a:hover {
    color: var(--theme-clor);
}

.room-two-desc {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 30px;
}

.room-two-info strong {
    color: #000;
}

.room-two-row {
    margin-bottom: 120px;
}

.room-two-image img {
    max-width: none;
    float: left;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .room-two-row:nth-child(even) .col-xl-5 {
        order: 2;
    }

    .room-two-row:nth-child(even) .room-two-image {
        float: right;
    }

    .room-two-row:nth-child(even) .offset-xl-1 {
        margin-left: 0;
        margin-right: 8.3333333333%;
    }

    .room-two-row:nth-child(even) .room-two-content {
        text-align: right;
    }
}

/* funfact style two */
.funfact-section.style-two {
    background: #fff;
}

.room-one-section.style-two {
    background: transparent;
}

.room-one-content.style-two {
    /* background: #fff; */
    /* border-color: #fff; */
}

/* Booking Form widget */
form.booking-form-widget {
    position: relative;
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
}

.booking-form-widget .nice-select {
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.booking-form-widget .nice-select:after {
    opacity: 0;
}

.booking-form-widget .nice-select span.current {
    font-size: 102px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 300;
    margin: 0;
    top: 0;
}

.booking-form-widget .room-opt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -15px;
}

.booking-form-widget .room-opt span {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    top: 16px;
}

.booking-form-widget #nd_booking_open_calendar_from {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.booking-form-widget h4.nd_booking_date_label {
    margin-top: 0;
    margin-right: 19px;
}

.booking-form-widget .booking-form-column:before {
    top: auto;
    left: 0;
    height: 1px;
    right: 0;
    width: auto;
    bottom: 0;
}

.booking-form-widget .booking-form-column {
    min-height: 115px;
}

.booking-form-widget div#nd_booking_open_calendar_to {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.booking-form-widget .nd_booking_width_100_percentage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.booking-form-widget .booking-form-submit-btn {
    margin: 0;
}

.nice-select ul.list {
    min-width: 120px;
}

/* service category widget */
.services-category-one {
    position: relative;
    margin-bottom: 50px;
}

h4.widget-title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 20px;
}

ul.services-category-onelist li {
    margin-bottom: 10px;
}

ul.services-category-onelist li a {
    color: #1c1c1c;
}

ul.services-category-onelist li a:hover {
    color: var(--theme-color);
}

ul.services-category-onelist {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #777777;
    font-weight: 700;
    font-family: var(--font-2);
}

.services-category-onelist i {
    transform: rotate(-90deg);
    position: relative;
    left: -6px;
    color: #1c1c1c;
}

.search-widget {
    position: relative;
    margin-bottom: 50px;
}

input.search-widget-search-field {
    width: 100%;
    height: 57px;
    background-color: #ffffff;
    border: 1px solid rgba(28,28,28,0.05);
    padding: 0 20px;
    transition: .5s;
}

input.search-widget-search-field:focus {
    border-color: var(--theme-color);
}

/* room block */
.room-one-block.list-view {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: #fff;
}

.room-one-image-two {
    width: 50%;
    height: 308px;
    position: relative;
    background-size: cover;
}

.room-one-block.list-view .room-one-content.style-two {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.room-one-block.list-view .room-one-link-btn {
    margin-top: 11px;
}

.room-one-block.list-view h4.room-one-title {
    margin-bottom: 12px;
}

.room-one-block.list-view a.btn-one {
    width: auto;
}

.room-one-rating {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
    color: #ffa700;
    font-size: 14px;
}

.room-one-rating-info {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 10px;
}

.room-one-rating-icon {
    margin-right: 10px;
    margin-bottom: 10px;
}

.room-one-content.style-three {
    background: transparent;
    padding: 0;
    border: 0;
    margin-top: 25px;
}

.room-one-title-two {
    font-size: 24px;
    line-height: 24px;
    color: #11161e;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 20px;
}

.room-one-info-two {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    font-family: var(--font-2);
}

.room-one-info-two i {
    margin-right: 10px;
}

.room-one-info-two li {
    margin-bottom: 10px;
}

.room-one-info-two input {
    margin-right: 10px;
}

.room-one-price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgb(28 28 28 / 5%);
    border-bottom: 1px solid rgb(28 28 28 / 5%);
    padding: 20px 0;
}

.room-one-price-value {
    font-size: 32px;
    letter-spacing: 3px;
    color: #a26c57;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 10px;
}

.room-one-price-label {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #777777;
    font-weight: 700;
    font-family: var(--font-2);
}

.room-one-price-phone-number {
    font-size: 24px;
    line-height: 24px;
    color: #a26c57;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: right;
    margin-bottom: 7px;
}

.room-one-price-phone-number a {
    color: #a26c57;
}

.room-one-price-phone-number-title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: right;
}

.room-one-title-three {
    font-size: 32px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 30px;
}

.video-btn.style-two {
    text-align: center;
    padding: 200px 0 300px;
}

.video-btn.style-two a {
    background: transparent;
    border: 6px solid #ffff;
    color: #fff;
    height: 72px;
    width: 72px;
    line-height: 60px;
    transition: .5s;
}

.video-btn.style-two a:hover {
    color: var(--theme-color);
    border-color: var(--theme-clor)
}

/* gallery overlay */
.gallery-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-overlay {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-overlay.b-radius-8 {
    overflow: hidden;
    border-radius: 8px;
}

.gallery-overlay .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    background: rgba(0,0,0,0.0);
}

.gallery-overlay .overlay-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);
}

.gallery-overlay .overlay-box:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);
}

.gallery-overlay:hover .overlay-box:before, .gallery-overlay:hover .overlay-box:after {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-overlay .inner-box img {
    width: 100% !important;
}

.gallery-overlay .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    z-index: 1;
}

.gallery-overlay .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-overlay .overlay-inner .link {
    position: relative;
    font-size: 30px;
    color: #a26c57;
    line-height: 100px;
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

.gallery-overlay:hover .overlay-inner .link {
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-overlay .overlay-inner .link .icon {
    position: relative;
}

.gallery-section {
    position: relative;
    background: #fff;
}

.gallery-section .row-3 {
    margin: 0 -3px;
}

.gallery-section .col-lg-3 {
    padding: 6px 3px 0;
}

.gallery-block_image {
    overflow: hidden;
}

.gallery-block_image img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-block:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Contact us */
.page-title-one.style-four {
    min-height: 900px;
    position: relative;
}

.contact-map {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.page-title-one-bread-crumb-area.style-two {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
}

.contact-form-section {
    position: relative;
    padding: 120px 0;
}

.contact-info-one {
    position: relative;
    padding: 50px 50px 20px;
    background: #fff;
    margin-bottom: 71px;
}

h3.contact-info-one-title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 30px;
}

.contact-info-one-label {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    position: absolute;
    left: 0;
}

.contact-info-one-inner-box {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}

.contact-info-one-value {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.contact-info-one-value a {
    color: #777777;
    transition: .5s;
}

.contact-info-one-social-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #777777;
    font-size: 18px;
}

.contact-info-one-social-links a {
    color: #777777;
    transition: .5s;
}

.contact-info-one-social-links a:hover {
    color: #a26c57;
}

.contact-info-one-social-links li {
    margin-right: 30px;
}

.contact-info-one-value a:hover {
    color: #a26c57;
}

.contact-form-one-title {
    position: relative;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 12px;
}

.contact-form-one-desc {
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 20px;
}

.contact-author-one {
    position: relative;
    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));
    background-color: #ffffff;
    text-align: center;
    padding: 70px 20px 120px;
    margin-bottom: 50px;
}

.contact-author-thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.contact-author-name {
    font-size: 28px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 20px;
}

.contact-author-desc {
    font-size: 24px;
    line-height: 40px;
    color: #777777;
    font-weight: 400;
    font-family: var(--font-2);
    text-align: center;
    margin-bottom: 20px;
}

.contact-author-rating {
    color: #ffde25;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-author-social-links {
    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 13px 0;
}

.contact-author-social-links a {
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    transition: .5s;
}

.contact-author-social-links li {
    margin: 0 10px;
}

.contact-author-social-links a:hover {
    color: #a26c57;
}

.contact-form-one-label {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 11px;
}

.contact-form-one-input {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    height: 55px;
    background-color: #ffffff;
    border: 1px solid rgba(31,32,38,0.05);
    width: 100%;
    border-radius: 0px;
    margin-bottom: 15px;
    padding-left: 20px;
}

textarea.contact-form-one-input {
    height: 128px;
    margin-bottom: 65px;
}

.contact-form-one-input:focus {
    border-color: #a26c57;
    outline: none;
    box-shadow: none;
}

.blog-page {
    position: relative;
    padding: 120px 0 90px;
}

.news-two-content-bottom {
    position: relative;
    background: #fff;
    padding: 50px;
}

.news-two-post-meta {
    font-size: 14px;
    line-height: 32px;
    color: #777777;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 15px;
}

.news-two-title {
    font-size: 24px;
    line-height: 32px;
    color: #1C1C1F;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 25px;
}

.news-two-title a {
    color: #1c1c1c;
    transition: .5s;
}

.news-two-title a:hover {
    color: var(--theme-color);
}

.news-two-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 25px;
}

.news-two-reader-more-link {
    font-size: 16px;
    text-decoration: underline;
    color: #adaaaa;
    font-weight: 700;
    font-family: var(--font-2);
    transition: .5s;
}

.news-two-reader-more-link:hover {
    color: var(--theme-color);
    text-decoration: underline !important;
}

.news-two-image {
    position: relative;
}

.news-two-image img {
    width: 100%;
}

.news-two-block {
    margin-bottom: 50px;
}

.news-two-block.news-two-qoute-block {
    border: 10px solid var(--theme-color);
}

.news-two-block.news-two-qoute-block .news-two-content-bottom {
    padding: 50px 40px;
}

.news-two-quote-icon {
    font-size: 70px;
    position: absolute;
    top: 10px;
    left: 0;
}

.news-two-text {
    font-size: 32px;
    line-height: 40px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 25px;
}

blockquote {
    padding-left: 100px;
    position: relative;
}

/* Post Pagination */
.post-pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.post-pagination li {
    display: inline-block;
    margin: 0 4px 10px;
}

.post-pagination li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #F0F4F9;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    font-family: "Open Sans";
}

.post-pagination li span {
    font-size: 16px;
}

.post-pagination li.active a, .post-pagination li a:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--theme-color);
}

.recent-news-one-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.recent-news-one-content {
    position: relative;
    padding-left: 135px;
}

.recent-news-one-single-item {
    position: relative;
    border-bottom: 1px solid rgb(28 28 28 / 7%);
    margin-bottom: 30px;
    min-height: 130px;
}

.recent-news-one-single-item:last-child {
    border-bottom: 0;
}

.recent-news-one-title {
    font-size: 18px;
    line-height: 28px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 10px;
}

.recent-news-one-date {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.recent-news-one-title a {
    color: #1c1c1c;
    transition: .5s;
}

.recent-news-one-title a:hover {
    color: var(--theme-color);
}

.news-comments {
    margin-bottom: 50px;
}

.news-comments-item {
    position: relative;
    margin-bottom: 30px;
    min-height: 130px;
    padding-left: 135px;
}

.news-comments-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

h4.news-comments-title {
    font-size: 18px;
    line-height: 32px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: var(--font-2);
    margin-bottom: 5px;
}

.news-comments-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #798795;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 10px;
}

ul.news-comments-bottom-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.news-comments-bottom-info li {
    font-size: 13px;
    line-height: 32px;
    color: #a4a4a4;
    font-weight: 700;
    font-family: var(--font-2);
    margin-right: 20px;
}

ul.news-comments-bottom-info li i {
    margin-right: 5px;
}

ul.news-comments-bottom-info li a {
    color: #a4a4a4;
    transition: .5s;
}

ul.news-comments-bottom-info li a:hover {
    color: var(--theme-color);
}

.testimonial-page {
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
}

/* services details page */
section.service-details-section {
    position: relative;
    padding: 120px 0 90px;
    background: #fff;
}

h3.service-widget-title {
    margin-bottom: 20px;
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #1c1c1c;
    font-weight: 700;
}

ul.service-category-widget-list {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #adaaaa;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 14px;
    border: 1px solid #f6f6f6;
}

ul.service-category-widget-list a {
    color: #222;
    display: block;
    padding: 14px 20px;
    background: #fff;
    transition: .5s;
}

ul.service-category-widget-list li {
    border-bottom: 1px solid #f6f6f6;
}

.service-widget {
    margin-bottom: 40px;
}

ul.service-category-widget-list a:hover {
    color: var(--theme-color);
}

.contact-info-widget-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #222;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 14px;
}

ul.contact-info-widget-list {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #222;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 14px;
}

ul.contact-info-widget-list li {
    margin-bottom: 8px;
}

ul.contact-info-widget-list i {
    margin-right: 10px;
    color: var(--theme-color);
}

ul.contact-info-widget-list a {
    color: #222;
}

.service-details-image {
    margin-bottom: 30px;
}

.service-details-title {
    margin-bottom: 20px;
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #1c1c1c;
    font-weight: 700;
}

.service-details-title-two {
    margin-bottom: 20px;
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #1c1c1c;
    font-weight: 700;
}

.service-details-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 30px;
}

.service-details-desc-two {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 20px;
}

.service-details-list {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 30px;
}

.service-details-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.service-details-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 2px solid #777;
    border-radius: 50%;
}

.service-details-blockquote {
    margin-bottom: 50px;
    background: #a26c57;
    padding: 40px 50px;
    margin-top: 30px;
}

.service-details-blockquote-text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 10px;
}

.service-details-blockquote cite {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans";
}

.service-details-image-two {
    margin-bottom: 30px;
}

/*  */
.img-border {
    position: relative;
}

.img-border:after {
    content: "";
    position: absolute;
    border: 4px solid #e9e4dd;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    left: 6px;
    top: 6px;
    z-index: 2;
}

/*  */
.float-whatsapp__wrap {
    position: fixed;
    right: 28px;
    bottom: 5%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mobile-menu-visible .float-whatsapp__wrap {
    right: -100px;
    /* animation: move 2s ease forwards; */
}

@keyframes move {
    0% {
        right: 28px;
    }

    50% {
        right: -100px;
    }

    100% {
        left: 10px;
        right: auto
    }
}

.float-whatapp__content:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f15325;
    border-radius: 50%;
    top: -2px;
    opacity: 0;
    animation: chatBlip 0.3s cubic-bezier(0.45, 0.31, 0.31, 0.67) forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@keyframes chatBlip {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #49f544, #2dd129);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 15px 0 rgb(98 212 115);
    box-shadow: 0 4px 15px 0 rgb(98 212 115)
}

.float-whatsapp__icon {
    font-size: 27px;
    transition: all 800ms ease;
    /* animation: chatRotate 0.3s cubic-bezier(0.45, 0.31, 0.31, 0.67) forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s; */
}

@keyframes chatRotate {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

/*  */
.facility-item__icon {
    width: 60px;
    margin: 0 auto 20px;
    position: relative;
    height: 60px;
}

.facility-item__icon:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: 0;
    width: 73px;
    z-index: 0;
    height: 73px;
    background: #d7b3b429;
    border-radius: 50%;
}

.facility-item__icon svg {
    z-index: 11;
    position: relative;
    color: #af6767;
}

.facility-item__content h2 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 0 0;
    color: hsl(0deg 0% 19.37%);
    text-transform: capitalize;
    letter-spacing: 0.05px;
    font-family: var(--font-2);
}

.facility-item {
    background-color: #ffffff;
    padding: 25px 20px;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
    border: 1px solid hsl(359.15deg 30.47% 54.31% / 33%);
    border-radius: 16px;
}

.section--facilities {
    /* background: url(../images/bg/bg-gray.png); */
    padding: 60px 0 70px;
    background-color: #2f4137;
    background-blend-mode: multiply;
}

/* room */
.section--room {
    padding: 70px 0 50px;
    background: #f8f5f0;
}

.album-wrap {
    padding-bottom: 53.833%;
    padding-bottom: 73.833%;
    background-color: #eee;
    background-size: cover;
    background-image: var(--img-url);
    position: relative;
    background-position: center center;
    border-radius: 15px;
    overflow: hidden;
}

.album-wrap__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 5px solid #fff;
    background: linear-gradient(to top, #00000054, transparent);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 15px;
    overflow: hidden;
}

.album-wrap__icon {
    opacity: 0;
}

.album-wrap__text {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.35px;
}

.album-wrap:hover .album-wrap__link {
    background-color: var(--primary-color);
    opacity: 0.5;
    z-index: 1;
}

.album-wrap:hover .album-wrap__icon {
    opacity: 1;
    z-index: 11;
    color: white;
    font-size: 28px;
}

/* inner banner */
.inner-banner {
    position: relative;
    padding: 210px 0px 90px;
}

.inner-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.inner-banner .content-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.inner-banner .content-box h1 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--font-special);
}

.inner-banner .bread-crumb {
    position: relative;
    line-height: 24px;
}

.inner-banner .bread-crumb ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 0 0;
    text-transform: capitalize;
    margin-right: 30px;
    color: #ffffff;
}

.inner-banner .bread-crumb ul li:last-child {
    margin-right: 0;
}

.inner-banner .bread-crumb ul li:after {
    content: '\f0da';
    position: absolute;
    right: -32px;
    top: 1px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Font Awesome 6 Free';
}

.inner-banner .bread-crumb ul li:last-child:after {
    display: none;
}

.inner-banner .bread-crumb ul li a {
    position: relative;
    color: #ffffff;
}

.inner-banner .bread-crumb ul li a:hover {
    text-decoration: underline;
}

/* contact us */
.section--contact {
    padding: 80px 0px 60px;
    background-color: #ffffff;
}

.contact-title {
}

.contact-title__wrap {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 3rem;
    flex-direction: column;
    text-align: center;
    flex: 1;
    background-color: var(--bg-color);
    padding: 50px 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border-radius: 15px;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #fce9c9;
}

.contact-item__icon {
    color: var(--base-color);
    font-size: 31px;
    display: inline-block;
    background-color: hsl(149.03deg 72.09% 8.43%);
    border-radius: 50%;
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item__content-footer {
    flex: 1;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.contact-item__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact-item__content h4 {
    font-size: 18px;
    font-family: var(--font-1);
    font-weight: 500;
    margin-bottom: 16px;
}

.contact-item__text, .contact-item__link {
    font-size: 16px;
    display: inline-block;
    color: #606060;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--font-1);
}

.contact-item__link .add-line {
    display: block
}

.contact-title__wrap h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
}

.contact-title__wrap p {
    color: rgb(112 112 112);
}

.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
}

.gallery-wrap--home {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
}

.gallery-card {
    border-radius: 15px;
    overflow: hidden;
}

ul.resort-fac {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.resort-fac li {
    flex: 0 0 auto;
    text-align: center;
    /* border: 1px solid var(--base-light); */
    padding: 27px 30px;
    /* border-radius: 50px; */
    font-size: 21px;
    font-weight: 400;
    /* background-color: #5a76661a; */
    color: #434343;
    /* background-color: #fff; */
    letter-spacing: 0.12px;
    flex: 1 0 auto;
    max-width: 269px;
    min-width: 269px;
    font-family: var(--font-2);
}

ul.resort-fac li .icon {
    display: block;
    margin-bottom: 17px;
}

ul.resort-fac li svg {
    color: var(--base-light);
    width: 60px;
    height: 57px;
}

.section-serv {
}

.f-card {
}

.f-card {
}

.f-card img {
}

.f-card h2 {
    font-size: 20px;
    margin-bottom: 40px;
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
}

.room-i {
    display: flex;
    gap: 10px 10px;
    margin-top: 18px;
}

.f-card__img {
    border: 3px solid #2c87b9;
    border-radius: 30px;
    padding: 2px;
    overflow: hidden;
    border-color: #ffffff78;
}

.f-card__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 24px;
    transition: all 0.2s;
}

.section-fac {
    padding: 40px 0px 50px;
    background: #c9e0c54a;
}

.fac-content {
}

.fac-content h2 {
}

.fac-content h3 {
    font-size: 19px;
    margin-bottom: 12px;
    margin-top: 14px;
}

.fac-content p {
    font-size: 15px;
    font-weight: 400;
    color: #000000bd;
    margin-bottom: 9px;
}

.fac-img {
    max-width: 520px;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
}

.ab-title {
    text-align: center;
    font-size: 80px;
    font-family: var(--font-special);
    color: var(--text-color);
}

.ab-content {
}

.ab-content p {
    max-width: 920px;
    margin: 10px auto 10px;
    text-align: center;
    line-height: 1.8;
    font-family: var(--font-2);
    font-size: 17px;
    color: #122223;
}

.site-btn {
    display: inline-block;
    border: 1px solid var(--color-accent);
    padding: 10px 22px;
    border-radius: 50px;
    color: var(--color-accent);
    line-height: 35px;
}

.site-btn .text {
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-2);
}

.site-btn .icon {
    margin-left: 5px;
}

.title-label .sm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4.05px;
    color: var(--base-light);
    display: block;
    line-height: 35px;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 45px;
}

.footer-contact {
    text-align: center;
}

.footer-contact .icon span {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 90px;
    height: 90px;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.footer-contact .icon svg {
    width: 50px;
    height: 50px;
}

.footer-contact .title a {
    color: #fff;
    font-family: var(--font-2);
}

.footer-contact .title {
    margin-top: 20px;
}

.footer-contact .link {
    color: #fff;
}

.banner-btn .site-btn {
    color: var(--base-color);
    border-color: var(--base-color);
}

.banner-btn .site-btn .text {
    color: var(--base-color);
}

.banner-btn .site-btn svg {
    color: var(--base-color);
}

@media only screen and (max-width: 1139px) {
    /* Default */ .main-header .nav-outer .main-menu, .sticky-header {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .header-middle__logo {
        max-width: 220px;
        margin-left: 0;
    }

    .mobile-nav-toggler {
        color: var(--primary-dark);
        font-size: 30px;
        cursor: pointer;
        display: inline-block;
        background-color: var(--secondary-color);
        padding: 7px 14px;
        border-radius: 5px;
        color: #ffffff;
    }

    .blockcard-header {
        min-height: 360px;
    }

    .banner-section .content-box {
        position: relative;
        padding: 50px 15px 50px;
        min-height: 80px;
        max-width: 1200px;
    }

    .banner-section .content-box .main-slider-title {
        font-size: 60px;
    }

    .main-header .header-middle {
        padding: 9px 0;
    }

    .about-one-section {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    h2.about-one-title {
        font-size: 28px;
        line-height: 45px
    }

    .about-one-text {
        font-size: 14.3px;
        line-height: 25px;
    }

    h4.about-one-title-two {
        font-size: 14px;
        line-height: 25px;
    }

    .about-img {
        margin-top: 30px;
    }

    .facility-item {
        padding: 25px 10px;
    }

    .facility-item__icon {
        width: 50px;
        height: 50px
    }

    .gallery-section {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-slider-nav .banner-slider-control {
        opacity: 1;
    }

    .main-menu .navigation {
        gap: 40px 60px;
    }

    .main-header .header-middle .link-btn a {
        padding: 19px 36px;
    }

    .auto-container {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1400px) {
    .auto-container {
        /* max-width: 1386px; */
    }

    .auto-container {
        max-width: initial;
    }
}

@media only screen and (min-width: 1500px) {
    .auto-container {
        max-width: 1486px;
    }
}

@media only screen and (min-width: 1300px) {
    .main-header .header-middle .link-btn a {
        padding: 19px 36px;
    }
}

@media only screen and (max-width: 1400px) {
    .gallery-wrap {
        grid-template-columns: repeat(auto-fit, minmax(341px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .gallery-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
        gap: 0px;
    }

    ul.resort-fac {
        flex-wrap: wrap
    }

    ul.resort-fac li {
        padding: 6px 18px;
        font-size: 14px;
        max-width: 159px;
        min-width: 159px;
    }

    .section--facilities {
        padding: 40px 0 50px;
    }

    .main-header .header-middle .logo-box {
        max-width: 70px !important;
        margin-left: 0px;
    }

    .banner-section .content-box .main-slider-title {
        font-size: 40px;
    }

    .banner-item img {
        min-height: 700px;
        max-height: 700px
    }

    .sec-title-main {
        font-size: 36px;
    }

    .ab-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 568px) {
    .gallery-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 0px;
    }

    .about-right {
        bottom: -40px;
    }

    .section--room {
        padding: 40px 0 30px;
    }

    .testimonials-one-section {
        padding: 40px 0 30px;
    }

    .testimonial-one-text {
        font-size: 14px;
    }

    .testimonial-one-slider-item {
        padding: 40px 10px;
    }

    .testimonial-one-rating {
        margin-bottom: 20px;
    }

    footer.main-footer {
        padding-top: 40px;
    }

    .footer-widgets-section {
        padding-bottom: 20px;
    }

    h3.widget-title {
        margin-bottom: 10px;
    }

    .inner-banner {
        padding: 30px 0px 30px;
    }

    .inner-banner .content-box h1 {
        font-size: 30px;
    }

    .inner-banner .image-layer {
        background-attachment: revert;
    }
}

/*  */
