/*@import url("https://fonts.googleapis.com/css?family=Lato: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'); */
/* font-family: 'Noto Sans', sans-serif; */
/* font-family: 'Kaushan Script', cursive; */
:root {
    --base-color: #db2121;
    --site-color: hsl(0deg 73.81% 49.41%);
    --primary-color: hsl(0deg 73.81% 49.41%);
    --primary-dark: hsl(0 74% 29% / 1);
    --primary-light: hsl(0 94% 65% / 1);
    --color-1: #699e3c;
    --color-1: #1cc3b2;
    --font-1: "Lato", sans-serif;
    --font-2: "Lato", sans-serif;
    --font-3: "Lato", sans-serif;
    --font-4: "Lato", sans-serif;
    --font-body: "Lato", sans-serif;
    --title-fw-bold: 400;
}

header {
    --header-pos: static;
    --header-bg-fixed: #1c1c1c;
    --header-top-bg: #1c1c1c;
    --header-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: rgb(255, 255, 255);
    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;
    margin: 0px;
    background: none;
    color: #222;
}

textarea {
    overflow: hidden;
}

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

.sec-icon-title span {
    color: var(--primary-color);
    font-weight: var(--title-fw-bold);
    font-family: var(--font-2);
    letter-spacing: 1.1px;
}

.sec-title-main {
    font-size: 38px;
    color: #565656;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--font-1);
    line-height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
}

.section-title__icon {
    margin-bottom: 40px;
}

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

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

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

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

.auto-container {
    position: static;
    max-width: 80%;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

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;
    display: inline-block;
    overflow: hidden;
    padding: 13px 38px;
    line-height: initial;
    background: var(--base-color);
    font-size: 14px;
    color: #ffffff;
    font-weight: var(--title-fw-bold);
    font-family: var(--font-1);
    text-align: center;
    z-index: 1;
    border: 1px solid var(--base-color);
    transition: .5s;
    text-transform: uppercase;
    vertical-align: middle;
}

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

.btn-one span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-light);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-one:hover span {
    width: 225%;
    height: 562.5px;
}

.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 {
    --header-bg: #fd0013 !important;
}

.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;
}

.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: relative;
    background-color: var(--header-bg);
    padding: 10px 0;
}

.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;
}

.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;
}

.fixed-header .sticky-header .header-middle__logo {
    max-width: 210px;
    transition: all 0.2s
}

.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: hsl(0deg 0% 100%);
    color: var(--primary-dark);
}

.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;
    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 {
    color: var(--base-color);
}

.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: 1px;
    line-height: 28px;
    color: var(--header-text);
    font-weight: var(--title-fw-bold);
    font-family: var(--font-3);
    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-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: var(--title-fw-bold);
    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: -180px;
    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);
    top: 0px;
}

.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: 8px 5px 14px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 24px;
    display: inline-block;
}

.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: #202020;
    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: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.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-3);
    letter-spacing: 0.35px;
    color: #cdcdcd;
    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: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* 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";
}

/* about */
.about-one-section {
    position: relative;
    background: #f9f8f5;
    padding-top: 70px;
    padding-bottom: 80px;
    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: 27px;
    color: hsl(0deg 0% 29.4%);
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--font-1);
    line-height: 56px;
}

h2.about-one-title span {
    color: var(--base-color);
    font-weight: var(--title-fw-bold);
    font-size: 48px;
    display: block;
}

h4.about-one-title-two {
    font-size: 17px;
    line-height: 25px;
    color: #383838;
    font-weight: var(--title-fw-bold);
    margin-bottom: 15px;
    letter-spacing: 0.35px;
}

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

.about-one-text p {
    font-size: 15px;
    letter-spacing: 0.48px;
    line-height: 28px;
    color: #2c2c2cd1;
    font-weight: 400;
    font-family: var(--font-3);
    text-align: justify;
}

.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;
}

/* 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: 80px 0 50px;
    background-color: #f9f9f95e;
    background-blend-mode: multiply;
}

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

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

.testimonial-icon {
    width: 50px;
    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: 15px;
    line-height: 30px;
    color: #777777;
    font-weight: var(--title-fw-bold);
    max-width: 680px;
    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: 2px;
}

.testimonial-one-designation {
    font-size: 13px;
    letter-spacing: 1px;
    color: #414141;
    font-weight: var(--title-fw-bold);
    font-family: "Open Sans";
    line-height: 1.6em;
}

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

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

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

.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: #322f37;
    position: relative;
    padding-top: 120px;
}

h3.widget-title {
    font-size: 17px;
    line-height: 30px;
    color: #e9e9e9;
    font-weight: var(--title-fw-bold);
    margin-bottom: 25px;
    letter-spacing: 0.65px;
}

.widget-title span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.widget-title span:before {
    content: '';
    width: 50px;
    background-color: red;
    height: 1px;
    position: absolute;
    bottom: -10px;
}

.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 {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-text {
    font-size: 16px;
    color: #cccccc;
    line-height: 35px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-2);
    letter-spacing: 0.85px;
}

.about-widget li a {
    transition: .5s;
}

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

.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: #adaaaa;
    transition: .5s;
    font-size: 16px;
    color: #cccccc;
    line-height: 35px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-2);
    letter-spacing: 0.85px;
}

.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: #adaaaa;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 25px;
}

.contact-widget-social-links ul li {
    display: inline-block;
    margin-right: 5px;
}

.contact-widget-social-links ul li a {
    color: rgb(255 255 255 / 96%);
    width: 50px;
    height: 52px;
    background-color: rgb(255 255 255 / 5%);
    display: inline-block;
    line-height: 52px;
    text-align: center;
    transition: .5s;
}

.contact-widget-social-links ul li a:hover {
    background: var(--primary-dark);
    color: #fff;
}

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

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

/* Header style two */
.header-top {
    position: relative;
    background: var(--primary-dark);
    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;
}

ul.header-top-social-links li {
    margin-right: 20px;
}

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

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

.header-top-text a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #f6f0f0;
    font-weight: var(--title-fw-bold);
    font-family: var(--font-2);
    position: relative;
}

.header-top-text span {
    color: #ededed;
}

/* 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;
}

.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);
}

/* 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: "Cormorant Garamond";
    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: "Cormorant Garamond";
    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: "Cormorant Garamond";
    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: 0px;
    overflow: hidden;
}

.room-one-content {
    position: relative;
    padding: 25px 30px 25px;
    border: 1px solid rgba(28, 28, 28, 0.05);
    border-top: 0;
}

.room-one-info {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777777;
    font-weight: var(--title-fw-bold);
    font-family: var(--font-3);
    line-height: 30px;
    margin-bottom: 10px;
}

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

h4.room-one-title {
    font-size: 22px;
    color: #1c1c1c;
    font-weight: var(--title-fw-bold);
    font-family: var(--font-2);
    margin-bottom: 18px;
    text-align: center;
}

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

.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: "Cormorant Garamond";
    text-align: center;
}

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

.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;
}

.about-img img {
    object-fit: cover;
    border: 2px solid #dfb2b4;
}

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

.about-img__wrap {
    position: relative;
}

.about-img__wrap::before {
    /* content: ""; */
}

.about-img__wrap::after {
    /* content: ""; */
}

.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;
}

/* 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: var(--title-fw-bold);
    line-height: 120px;
    margin-bottom: 70px;
}

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

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

/* 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: "Cormorant Garamond";
    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: "Cormorant Garamond";
    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;
}

h4.widget-title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    margin-bottom: 20px;
}

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

.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: "Cormorant Garamond";
    margin-bottom: 20px;
}

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

.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: "Cormorant Garamond";
    margin-bottom: 10px;
}

.room-one-price-label {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #777777;
    font-weight: 700;
    font-family: "Cormorant Garamond";
}

.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: "Cormorant Garamond";
    margin-bottom: 30px;
}
.room-one-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.room-one-icon .item{
    width: 55px;
    height: 45px;
    background-color: #27272787;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    line-height: 17px;
}
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: var(--title-fw-bold);
    -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);
}

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

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

.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;
}

.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: #fff;
    padding: 45px 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid hsl(196.77deg 100% 97.32%);
    border-radius: 6px;
}

.section--facilities {
    background: url(../images/bg/bg-gray.png);
    padding: 80px 0 50px;
    background-color: #f9f9f95e;
    background-blend-mode: multiply;
}

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

.album-wrap {
    padding-bottom: 53.833%;
    padding-bottom: 63.833%;
    background-color: #eee;
    background-size: cover;
    background-image: var(--img-url);
    position: relative;
    background-position: center center;
}

.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;
}

.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;
}

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

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

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

    .mobile-nav-toggler {
        color: hsl(0deg 0% 100%);
        font-size: 28px;
        cursor: pointer;
    }

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

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

    .about-one-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    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: 50px
    }

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

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

@media only screen and (min-width: 1300px) {
    .auto-container {
        max-width: 92%;
    }
}

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

/* booking */
.section-booking {
    padding: 100px 0px;
    background-color: rgb(255 255 255 / 77%);
    background-image: url('../images/bg/booking-bg.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: overlay;
}

.booking-form h2 {
}

.booking-formwrap {
    background-color: rgb(255 255 255 / 82%);
    padding: 33px 30px 40px;
    max-width: 1120px;
    margin: 0 auto;
    /* border-radius: 12px; */
    /* background: rgb(255 255 255 / 94%); */
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    /* backdrop-filter: blur( 16px ); */
    -webkit-backdrop-filter: blur( 16px );
    /* border-radius: 12px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

form.booking-form {
}

.booking-form__grp {
    margin-bottom: 1rem;
}

.booking-form__input {
    width: 100%;
    border: 1px solid #d7cdc4;
    padding: 11px 20px;
    font-size: 14px;
    letter-spacing: 0.75px;
    font-family: var(--font-3);
    background: white;
}

.booking-form__input--large {
    height: 119px;
}

.booking-form__grp label {
    display: block;
    margin-bottom: 7px;
    font-weight: var(--title-fw-bold);
    font-size: 16px;
    color: rgb(81 81 81);
    letter-spacing: 0.45px;
}

.booking-form__input {
    --placeholder: #3a3a3a;
}

::placeholder {
    color: var(--placeholder);
}

:-moz-placeholder {
    color: var(--placeholder);
}

:-ms-input-placeholder {
    color: var(--placeholder);
}

::-webkit-input-placeholder {
    color: var(--placeholder);
}

.btn.booking-btn {
    background-color: rgb(133 104 73 / 95%);
    color: #fff;
    display: inline-block;
    padding: 15px 36px;
    font-size: 16px;
}

.btn.booking-btn:hover {
    background-color: rgb(89 70 49 / 95%);
    color: #fff;
}

/*  */
.section-banner {
    padding: 50px 0px;
    /* background-image: url(../images/banner.webp); */
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    /* height: 690px; */
    /* background-color: #fff1ec; */
    background-color: #fff3ed;
}

.banner-content h2 {
    font-size: 35px;
    color: hsl(0deg 0% 29.4%);
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--font-1);
}

.banner-content h3 {
    font-size: 16px;
    color: hsl(0deg 0% 29.4%);
    font-weight: var(--title-fw-bold);
    margin-bottom: 20px;
    font-family: var(--font-1);
}

.banner-content p {
    font-size: 14px;
}

.banner-img {
    max-width: 590px;
    border-radius: 0px;
    overflow: hidden;
    /*border: 2px solid #da1e26;*/
}

.contact-alert p {
    color: #e5020c;
    line-height: 10px;
    font-size: 14px;
}

.contact-alert {
    padding: 10px 0 0;
    text-align: center;
}

.banner-content h2 span {
    font-size: 50px;
    font-weight: var(--title-fw-bold);
    color: var(--primary-dark);
}

.carousel.review-c .carousel-indicators {
    bottom: -40px;
}

.review-c .carousel-indicators li, .review-c .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}

.review-c .carousel-indicators li {
    background: #b2b2b2;
    border: 4px solid #fff;
}

.review-c .carousel-indicators li.active {
    color: #fff;
    background: #cc2924;
    border: 5px double;
}

@media only screen and (min-width: 1300px) {
    .section-banner {
        padding: 100px 0px;
    }

    .banner-content p {
        font-size: inherit;
    }

    .banner-content h2 span {
        font-size: 60px;
        line-height: 80px;
    }

    .booking-formwrap {
        padding: 43px 40px 50px;
    }

    .banner-content h3 {
        font-size: 21px;
    }
}
