@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit
    }
}

@-webkit-keyframes background {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@-moz-keyframes background {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@-o-keyframes background {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes background {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #292b33;
    z-index: 99999999999 !important;
    overflow: hidden
}

    #preloader.loaded {
        -webkit-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #111;
    border-top-color: rgba(255,255,255,0.2);
    border-right-color: rgba(255,255,255,0.2);
    border-bottom-color: rgba(255,255,255,0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html * {
    -webkit-font-smoothing: antialiased
}

body {
    background: #faf8f5;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-family: "Montserrat",Helvetica,sans-serif;
    color: #333
}

main {
    position: relative;
    z-index: 2;
    background-color: #faf8f5
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.3
}

h3, h4, h5, h6 {
    font-weight: 600
}

p {
    margin-bottom: 25px
}

strong {
    font-weight: 600
}

p.lead strong {
    font-weight: 500
}

hr {
    margin: 30px 0 30px 0;
    border-color: #d9e1e6;
    opacity: 1
}

    hr.more_margin {
        margin: 60px 0 60px 0
    }

a {
    color: #978667;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none
}

    a:hover, a:focus {
        color: #24262d;
        text-decoration: none;
        outline: none
    }

.title small {
    text-transform: uppercase;
    color: #fbcb74;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem
}

.title h2, .title h3 {
    font-weight: 700;
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 15px;
    font-family: "Argesta Display";
    color: white;
    font-weight: 300;
}

.title h3 {
    font-size: 31px;
    font-size: 1.9375rem
}

.title.center {
    text-align: center
}

.title.white small {
    color: #ebd7b2;
    opacity: 0.8
}

.title.white h2, .title.white h3 {
    color: #fff
}

.slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease
}

.is-transitioned .slide-animated {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    .is-transitioned .slide-animated.one {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s
    }

    .is-transitioned .slide-animated.two {
        transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s
    }

    .is-transitioned .slide-animated.three {
        transition-delay: 0.9s;
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -o-transition-delay: 0.9s
    }

    .is-transitioned .slide-animated.four {
        transition-delay: 2.5s;
        -webkit-transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        -o-transition-delay: 2.5s
    }

a.btn_1, .btn_1 {
    border: none;
    color: #000 !important;
    background: #f5b015;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 20px 14px 20px;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: linear-gradient(90deg, #e58c1d, #ffd25e, #fde778, #ffce43, #fed853, #ffc956, #f4a838) !important;
    color: black;
}

    a.btn_1:hover, .btn_1:hover {
        background-color: #4b514d
    }

    a.btn_1.inverse, .btn_1.inverse {
        background-color: #fff;
        color: #333
    }

    a.btn_1.full-width, .btn_1.full-width {
        width: 100%;
        text-align: center
    }

    a.btn_1.outline, .btn_1.outline {
        background-color: transparent;
        border: 2px solid #24262d;
        color: #24262d;
        text-shadow: none;
    }

        a.btn_1.outline.white, .btn_1.outline.white {
            border-color: #fff;
            color: #fff
        }

        a.btn_1.outline:hover, .btn_1.outline:hover {
            background-color: #4b514d;
            border: 2px solid transparent;
            color: #fff
        }

a.animated_link {
    position: relative;
    text-decoration: none
}

    a.animated_link::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        background-color: #24262d;
        transform: scaleX(0);
        transform-origin: top left;
        transition: transform 0.3s ease
    }

    a.animated_link:hover::before {
        transform: scaleX(1)
    }

    a.animated_link.active::before {
        transform: scaleX(1)
    }

.lang_wp {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
    z-index: 99999
}

header {
    padding: 5px 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width: 767px) {
    header {
        padding: 15px 0
    }
}

header .logo_sticky {
    display: none
}

header .logo_normal {
    display: block
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right
}

    header nav ul li {
        display: inline-block;
        font-weight: 600;
        margin-left: 6px;
    }

        header nav ul li:first-child {
            margin-left: 0
        }

@media (max-width: 991px) {
    header nav ul li:first-child {
        display: none
    }
}

header.fixed_header nav ul li a {
    color: #fff;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
}

    header.fixed_header nav ul li a.animated_link:before {
        background-color: #fff
    }

header.fixed_header.sticky {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; /* border-bottom:1px solid #d9e1e6; */
    background-color: #000000a1;
    border-bottom: 2px solid #ffd354;
}

    header.fixed_header.sticky .logo_normal {
        display: none
    }

    header.fixed_header.sticky .logo_sticky {
        display: inline-block
    }

    header.fixed_header.sticky nav ul li a {
        color: #fff;
    }

        header.fixed_header.sticky nav ul li a.animated_link:before {
            background-color: #333
        }

        header.fixed_header.sticky nav ul li a.btn_1 {
            color: #fff
        }

    header.fixed_header.sticky .hamburger__inner, header.fixed_header.sticky .hamburger__inner::before, header.fixed_header.sticky .hamburger__inner::after {
        background-color: #fff;
    }

.hamburger_2 {
    position: relative;
    top: 8px;
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

@media (max-width: 991px) {
    .hamburger_2 {
        top: 5px
    }
}

.hamburger_2:hover .hamburger__inner {
    animation: burger .4s ease
}

    .hamburger_2:hover .hamburger__inner:before {
        animation: burger .4s .1s ease
    }

    .hamburger_2:hover .hamburger__inner:after {
        animation: burger .4s .2s ease
    }

.hamburger_2 .hamburger__box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger_2 .hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

    .hamburger_2 .hamburger__inner, .hamburger_2 .hamburger__inner::before, .hamburger_2 .hamburger__inner::after {
        width: 24px;
        height: 2px;
        background-color: #fff;
        border-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease
    }

        .hamburger_2 .hamburger__inner::before, .hamburger_2 .hamburger__inner::after {
            content: "";
            display: block
        }

        .hamburger_2 .hamburger__inner::before {
            top: -8px
        }

        .hamburger_2 .hamburger__inner::after {
            bottom: -8px
        }

@keyframes burger {
    0% {
        transform-origin: 0 100%;
        transform: scale(1, 1)
    }

    50% {
        transform-origin: 0 100%;
        transform: scale(0, 1)
    }

    100% {
        transform-origin: 0 100%;
        transform: scale(1, 1)
    }
}

.headroom--not-top .hamburger__inner, .headroom--not-top .hamburger__inner::before, .headroom--not-top .hamburger__inner::after {
    background-color: #333
}

.hamburger {
    position: relative;
    top: 8px !important
}

.headroom--not-top .hamburger-inner, .headroom--not-top .hamburger-inner::before, .headroom--not-top .hamburger-inner::after {
    background-color: #333
}

.phone_element {
    border-top: 1px solid #d9e1e6;
    padding: 20px 0 20px 0;
    position: relative;
    line-height: 1.4
}

    .phone_element a {
        display: flex;
        align-items: center
    }

        .phone_element a span {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 600;
            color: #978667
        }

            .phone_element a span em {
                color: #333;
                display: block;
                font-style: inherit;
                text-transform: uppercase;
                font-size: 11px;
                font-size: 0.6875rem;
                font-weight: 500;
                letter-spacing: 2px
            }

        .phone_element a i {
            margin-right: 15px;
            font-size: 30px;
            font-size: 1.875rem;
            color: #978667
        }

    .phone_element.no_borders {
        padding-top: 5px;
        border-top: none
    }

.closebt {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #ccc;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 0
}

    .closebt i {
        font-size: 42px;
        font-size: 2.625rem
    }

    .closebt:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 1
    }

.logo_panel {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    background-color: #ffffff;
}

.menu_v1 .hamburger_2 {
    top: 5px
}

.menu_v1 .hamburger_2, .menu_v1 .closebt, .menu_v1 .layer {
    display: none
}

@media (max-width: 991px) {
    .menu_v1 .hamburger_2, .menu_v1 .closebt, .menu_v1 .layer {
        display: block
    }
}

.menu_v1 .logo_panel {
    display: none;
    border-bottom: 1px solid #ededed
}

@media (max-width: 991px) {
    .menu_v1 .logo_panel {
        display: flex
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        overflow-y: scroll;
        transform: translateX(102%);
        top: 0;
        right: 0;
        bottom: 0;
        width: 350px;
        height: 100%;
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
        -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
    }

        .main-menu #mainNav {
            padding: 30px
        }

            .main-menu #mainNav ul {
                text-align: left
            }

                .main-menu #mainNav ul li {
                    display: block;
                    margin: 0
                }

                    .main-menu #mainNav ul li a {
                        display: block;
                        color: #333 !important;
                        text-transform: uppercase;
                        padding: 0.35rem 0.65rem !important;
                        margin: 0 0 10px 0
                    }

                        .main-menu #mainNav ul li a:before {
                            display: none !important
                        }

                        .main-menu #mainNav ul li a:hover, .main-menu #mainNav ul li a.active {
                            color: #978667 !important
                        }

                        .main-menu #mainNav ul li a.btn_1 {
                            background-color: transparent
                        }

        .main-menu.show {
            transform: translateX(0)
        }
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, rgb(0 0 0 / 68%), rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.jarallax {
    position: relative;
    z-index: 0
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

span[data-jarallax-element] {
    display: block
}

.kenburns .owl-item.active .item img, img.jarallax-img.kenburns {
    transform-origin: 50% 50%;
    animation: kenburns 15s linear 0s;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    animation-fill-mode: forwards
}

@keyframes kenburns {
    0% {
        transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -2%, 0px);
        transition: transform 7000ms linear 1s
    }

    100% {
        transform: scale3d(1.25, 1.25, 1.25) translate3d(0px, 0px, 0px);
        transition: transform 7000ms linear 1s
    }
}

img.jarallax-img.kenburns-2 {
    transform-origin: 50% 50%;
    animation: kenburns 10s linear 0s;
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    animation-fill-mode: forwards
}

.hero {
    color: #fff
}

    .hero.full-height {
        height: 100vh
    }

@media (max-width: 991px) {
    .hero.full-height {
        min-height: 600px
    }
}

@media (max-width: 767px) {
    .hero.full-height {
        height: 87vh
    }
}

.hero.medium-height {
    height: 70vh
}

@media (max-width: 991px) {
    .hero.medium-height {
        min-height: 600px
    }
}

.hero.small-height {
    height: 60vh
}

@media (max-width: 991px) {
    .hero.small-height {
        min-height: 600px
    }
}

.hero .wrapper {
    text-align: left;
    height: 100%
}

    .hero .wrapper small {
        text-transform: uppercase;
        letter-spacing: 3px;
        display: block;
        margin: 0 0 10px 0;
        color: #ebd7b2;
        font-weight: 600
    }

    .hero .wrapper h1, .hero .wrapper h3 {
        color: #fff;
        font-size: 51px;
        font-size: 3.1875rem;
        margin: 0 0 10px 0;
        font-weight: 700;
        text-transform: uppercase
    }

@media (max-width: 767px) {
    .hero .wrapper h1, .hero .wrapper h3 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media (max-width: 575px) {
    .hero .wrapper h1, .hero .wrapper h3 {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero .wrapper p {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0
}

    .hero .wrapper p strong {
        font-weight: 600
    }

@media (max-width: 767px) {
    .hero .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.parallax_section_1 {
    height: 70vh
}

@media (max-width: 991px) {
    .parallax_section_1 {
        min-height: 650px
    }
}

.copy {
    color: #fff;
    text-align: center;
    padding: 25px 0;
    background-color: #1f2127;
    font-size: 13px;
    font-size: 0.8125rem
}

.social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0
}

    .social ul li {
        display: inline-block;
        margin: 0 5px
    }

        .social ul li a {
            display: block;
            color: #333;
            opacity: 0.7
        }

            .social ul li a:hover {
                color: #978667;
                opacity: 1
            }

            .social ul li a i {
                font-size: 21px;
                font-size: 1.3125rem
            }

.styled-select {
    max-width: 180px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative
}

    .styled-select.lang-selector:after {
        font-family: "bootstrap-icons";
        content: "\F3EE";
        color: #fff;
        position: absolute;
        right: 15px;
        top: 0
    }

    .styled-select select {
        background: transparent;
        width: 110%;
        padding-left: 15px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        height: 30px;
        color: #ccc;
        font-size: 13px;
        font-size: 0.8125rem;
        margin: 0;
        font-weight: 500;
        -moz-appearance: window;
        -webkit-appearance: none;
        cursor: pointer;
        outline: none
    }

        .styled-select select:focus {
            color: #fff;
            outline: none;
            box-shadow: none
        }

        .styled-select select::-ms-expand {
            display: none
        }

    .styled-select.lang-selector select option {
        color: #555
    }

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.35);
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden
}

.layer-is-visible {
    opacity: 1;
    visibility: visible
}

.intro em {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    font-size: 1.4rem;
    font-style: normal;
    color: #000;
    background: linear-gradient(90deg, #e58c1d, #ffd25e, #fde778, #ffce43, #fed853, #ffc956, #f4a838) !important;
    font-family: 'Cinzel', serif;
    padding: 8px 20px;
    border-radius: 35px;
}

#carousel-home {
    position: relative
}

    #carousel-home .static {
        position: static
    }

    #carousel-home .cover {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        max-height: none !important;
        z-index: 2;
        opacity: 1 !important
    }

    #carousel-home .owl-carousel {
        position: relative
    }

        #carousel-home .owl-carousel .owl-slide {
            height: 100vh;
            position: relative
        }

@media (max-width: 767px) {
    #carousel-home .owl-carousel .owl-slide {
        height: 100vh;
    }
}

#carousel-home .owl-carousel .owl-slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease;
    font-family: 'Cinzel', serif;
    text-shadow: 0 1px 2px rgb(0 0 0 / 88%);
    font-family: 'Cinzel Decorative', cursive;
}

    #carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s
}

#carousel-home .owl-carousel .owl-slide-title-2.is-transitioned {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s
}

#carousel-home .owl-carousel .owl-slide-title-3.is-transitioned {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s
}

#carousel-home .owl-carousel .owl-slide-title-4.is-transitioned {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s
}

#carousel-home .owl-carousel .owl-dots .owl-dot, #carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none
}

.owl-carousel .owl-dots {
    margin-top: 0 !important;
    right: 15px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3
}

.owl-carousel.nav-dots-orizontal .owl-dots {
    margin-top: 20px !important;
    width: 100%;
    position: static
}

.slide-text h2, .slide-text h3 {
    font-size: 51px;
    font-size: 3.1875rem;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 767px) {
    .slide-text h2, .slide-text h3 {
        font-size: 42px;
        font-size: 1.625rem;
    }
}

.slide-text small {
    text-transform: uppercase;
    color: #ebd7b2;
    letter-spacing: 4px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 0
}

.slide-text p {
    font-size: 21px;
    font-size: 1.3125rem
}

.slide-text.white {
    color: #fff
}

    .slide-text.white h2, .slide-text.white h3 {
        color: #fff
    }

.slide-text.black {
    color: #111
}

    .slide-text.black h2 {
        color: #000
    }

#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/drag_icon.svg) 0 0 no-repeat;
    width: 50px;
    height: 30px;
    opacity: 0.6;
    z-index: 99;
    display: none
}

@media (max-width: 767px) {
    #icon_drag_mobile {
        display: block
    }
}

a.box_cat_rooms {
    display: block;
    margin-bottom: 25px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991px) {
    a.box_cat_rooms {
        height: 400px
    }
}

a.box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25% 30px 0 30px;
    color: #fff;
    left: 0;
    bottom: -75px;
    padding-bottom: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000)
}

    a.box_cat_rooms .info small {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        color: #999;
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff
    }

    a.box_cat_rooms .info h3 {
        color: #fff;
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: 600;
        margin-bottom: 15px
    }

    a.box_cat_rooms .info span {
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        font-weight: 600;
        opacity: 0;
        position: relative
    }

        a.box_cat_rooms .info span:before {
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 10px;
            height: 2px;
            content: "";
            transition: width 500ms ease;
            background-color: #fff
        }

        a.box_cat_rooms .info span:hover {
            background-color: #24262d;
            border-color: transparent
        }

a.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

a.box_cat_rooms:hover .info {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px)
}

    a.box_cat_rooms:hover .info span {
        opacity: 1
    }

        a.box_cat_rooms:hover .info span:before {
            width: 100%
        }

a.box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.box_facilities {
    padding: 0 25px 25px 25px;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    border-right: 0;
    border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%
}

@media (max-width: 1199px) {
    .box_facilities {
        border-width: 0
    }
}

.box_facilities i {
    font-size: 62px;
    font-size: 2.875rem;
    color: #fedc60; /* background: linear-gradient(90deg, #e58c1d, #ffd25e, #fde778, #ffce43, #fed853, #ffc956, #f4a838) !important; */
    BORDER: 2PX SOLID;
    PADDING: 22PX;
    BORDER-RADIUS: 0 35PX 0PX 35PX;
}

.box_facilities h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

@media (max-width: 767px) {
    .box_facilities h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.box_facilities.no-border {
    border-width: 0
}

.box_facilities.white {
    border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
}

    .box_facilities.white h3 {
        color: #fff
    }

    .box_facilities.white i {
        color: #ebd7b2
    }

@media (max-width: 767px) {
    .box_facilities.white {
        padding: 0;
        margin-bottom: 25px
    }

        .box_facilities.white i {
            font-size: 62px;
            font-size: 3.875rem
        }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.box_overlay {
    background-color: #24262d;
    background-color: #000000;
    padding: 45px 45px 45px 225px;
    min-height: 170px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .box_overlay {
        padding: 30px
    }
}

.pic {
    position: absolute;
    left: 45px;
    top: 45px;
    text-align: left
}

@media (max-width: 767px) {
    .pic {
        position: static;
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }
}

.pic h4 {
    position: absolute;
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .pic h4 {
        position: static
    }
}

.pic h4 small {
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important
}

.pic figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width: 767px) {
    .pic figure {
        margin: 0 auto 10px
    }
}

.pic figure img {
    width: 80px;
    height: auto
}

.comment {
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    text-align: left
}

@media (max-width: 767px) {
    .comment {
        text-align: center;
        border: 0;
        padding: 0
    }
}

.accordion .card {
    border: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 5px
}

    .accordion .card .card-header {
        background-color: #fff;
        padding: 20px;
        border: 0
    }

.accordion .card-body {
    padding: 0 20px
}

.accordion .card-header h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333
}

    .accordion .card-header h5 a {
        border: 0;
        display: block;
        color: #333
    }

        .accordion .card-header h5 a i.indicator {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: normal;
            float: right;
            color: #333;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .accordion .card-header h5 a.collapsed i {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

.box_item_info {
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 40px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1)
}

    .box_item_info small {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        color: #978667
    }

    .box_item_info h2 {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 20px;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
    }

    .box_item_info .facilities ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0
    }

        .box_item_info .facilities ul li {
            float: left;
            display: flex;
            align-items: center;
            line-height: 1;
            margin: 0 25px 10px 0
        }

            .box_item_info .facilities ul li:last-child {
                margin: 0
            }

            .box_item_info .facilities ul li i {
                height: 36px;
                font-size: 30px;
                font-size: 1.875rem;
                color: #978667;
                margin-right: 15px
            }

@media (max-width: 767px) {
    .box_item_info .facilities ul li {
        float: none;
        width: 100%
    }
}

.box_item_info .box_item_footer {
    border-top: 2px solid #ededed;
    margin-top: 15px;
    padding: 25px 0 15px 0
}

    .box_item_info .box_item_footer a.animated_link {
        color: #333
    }

.row_list_version_1 {
    margin-bottom: 60px
}

    .row_list_version_1 .box_item_info {
        max-width: 750px;
        margin: -250px 60px 60px 60px
    }

@media (max-width: 767px) {
    .row_list_version_1 .box_item_info {
        margin: -150px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_2 {
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .row_list_version_2 {
        margin-bottom: 70px
    }
}

.row_list_version_2 .owl-carousel .owl-dots {
    right: auto;
    left: 15px
}

.row_list_version_2 .box_item_info {
    margin: 0 0 0 -100px
}

@media (max-width: 1199px) {
    .row_list_version_2 .box_item_info {
        margin: -150px 30px 0 30px
    }
}

@media (max-width: 767px) {
    .row_list_version_2 .box_item_info {
        margin: -50px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_2.inverted .owl-carousel .owl-dots {
    left: inherit;
    right: 15px
}

.row_list_version_2.inverted .box_item_info {
    margin: 0 -100px 0 0
}

@media (max-width: 1199px) {
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 30px 0 30px
    }
}

@media (max-width: 767px) {
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_3 {
    margin-bottom: 60px
}

    .row_list_version_3 .box_item_info {
        max-width: 750px;
        margin: -100px 60px 60px 60px
    }

@media (max-width: 767px) {
    .row_list_version_3 .box_item_info {
        margin: -40px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.booking_wrapper {
    /* border-radius: 0 0 10px 10px; */
    background-color: #89795d;
    background-color: rgb(250 197 82);
    padding: 20px 20px 0 20px
}

    .booking_wrapper hr {
        border-color: #d9e1e6;
        opacity: 1;
        margin: 0 0 25px 0
    }

    .booking_wrapper .form-control::-moz-placeholder {
        color: #333
    }

    .booking_wrapper .form-control::placeholder {
        color: #333
    }

.contacts_wrapper {
    border-radius: 0 0 10px 10px;
    background-color: #89795d;
    background-color: rgba(151,134,103,0.05);
    padding: 20px 20px 0 20px
}

    .contacts_wrapper hr {
        border-color: #d9e1e6;
        opacity: 1;
        margin: 0 0 25px 0
    }

.nav-tabs#customTab {
    border-bottom: none
}

    .nav-tabs#customTab .nav-link {
        border-color: transparent;
        color: #999;
        font-weight: 600
    }

        .nav-tabs#customTab .nav-link:hover {
            color: #978667
        }

        .nav-tabs#customTab .nav-link.active {
            background-color: #89795d;
            background-color: rgba(151,134,103,0.05);
            border-color: transparent;
            color: #333
        }

.owl-carousel.border-radius .owl-item {
    border-radius: 10px;
    overflow: hidden
}

.map_contact iframe {
    width: 100%;
    filter: grayscale(85%);
    height: 450px;
    margin-bottom: -10px
}

.qty-buttons {
    position: relative;
    width: 100%;
    display: inline-block
}

    .qty-buttons label {
        position: absolute;
        color: #999;
        left: 15px;
        top: 13px;
        font-weight: 500;
        color: #6c757d;
        font-size: 15px;
        font-size: 0.9375rem
    }

    .qty-buttons input.qty {
        width: 100%;
        text-align: left;
        padding-left: 80px
    }

    .qty-buttons input.qtyminus, .qty-buttons input.qtyplus {
        position: absolute;
        width: 36px;
        height: 36px;
        border: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        text-indent: -9999px;
        box-shadow: none;
        border-radius: 50%;
        top: 8px
    }

    .qty-buttons input.qtyplus {
        background: #f5f5f5 url(../img/plus.svg) no-repeat center center;
        right: 15px
    }

    .qty-buttons input.qtyminus {
        background: #f5f5f5 url(../img/minus.svg) no-repeat center center;
        right: 55px
    }

    .qty-buttons.version_2 .form-control {
        height: 50px
    }

    .qty-buttons.version_2 input.qty {
        padding-left: 15px
    }

    .qty-buttons.version_2 input.qtyplus {
        background: #fff url(../img/plus.svg) no-repeat center center;
        right: 5px
    }

    .qty-buttons.version_2 input.qtyminus {
        background: #fff url(../img/minus.svg) no-repeat center center;
        right: 40px
    }

.custom_badge {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    border-radius: 3px;
    background-color: red;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 3px 5px;
    position: relative;
    top: -1px
}

.carousel_item_centered .owl-item, .carousel_item_centered_rooms .owl-item {
    opacity: 0.5;
    transform: scale(0.85) !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85) !important;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden
}

    .carousel_item_centered .owl-item.active.center, .carousel_item_centered_rooms .owl-item.active.center {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1) !important;
        transform: scale(1) !important
    }

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: 7px;
}

    .marquee .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 140s linear infinite
    }

    .marquee .content {
        opacity: 0.05;
        line-height: 1.2
    }

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-30%)
    }
}

.modal-content {
    border: none !important;
    border-radius: 0 !important;
    padding: 25px
}

.list_ok ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0
}

    .list_ok ul li {
        padding-left: 45px;
        position: relative
    }

        .list_ok ul li strong {
            color: #333
        }

        .list_ok ul li:before {
            color: #978667;
            position: absolute;
            left: 0;
            top: -7px;
            font-family: "bootstrap-icons";
            content: "\F19F";
            font-size: 32px;
            font-size: 2rem
        }

.pinned-image {
    display: flex;
    height: 90vh;
    justify-content: center;
    position: relative;
    overflow: hidden
}

    .pinned-image.rounded_container {
        border-radius: 15px
    }

.pinned-image--medium {
    height: 75vh
}

.pinned-image--small {
    height: 45vh
}

.pinned-image__container {
    position: relative;
    transform: scale(0.8);
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.pinned-image__container-overlay {
    background: rgb(0 0 0 / 44%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pinned-image__container img, .pinned-image__container video, .pinned-image__container {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ccc
}

.pinned_over_content {
    text-align: center;
    padding: 0 60px;
    width: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

@media (max-width: 767px) {
    .pinned_over_content {
        padding: 0 15px
    }
}

.pinned_over_content h2 {
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.2;
    font-family: 'Cinzel Decorative', cursive;
    LETTER-SPACING: 3PX;
    FONT-WEIGHT: 500;
}

.parallax_wrapper {
    position: relative;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .parallax_wrapper {
        padding-left: 0%;
    }
}

.parallax_wrapper .img_over {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99
}

@media (max-width: 991px) {
    .parallax_wrapper .img_over {
        left: 0
    }
}

.parallax_wrapper .img_over img {
    border: 5px solid #fff;
    width: 50%;
    height: auto;
}

@media (max-width: 991px) {
    .parallax_wrapper.inverted {
        padding-left: inherit;
        padding-right: 25%
    }
}

.parallax_wrapper.inverted .img_over {
    text-align: right;
    left: inherit;
    right: -25%
}

@media (max-width: 991px) {
    .parallax_wrapper.inverted .img_over {
        left: inherit;
        right: 0
    }
}

img.rounded-img {
    border-radius: 10px
}

.bg_gray {
    background-color: #f4f4f4
}

.bg_color_1 {
    background-color: #4b514d
}

.bg_white {
    background-color: #fff
}

.daterangepicker {
    border: 0 !important;
    font-family: "Montserrat",Helvetica,sans-serif !important
}

    .daterangepicker .calendar-table th {
        font-size: 13px !important
    }

    .daterangepicker .calendar-table td {
        width: 40px !important;
        height: 35px !important;
        font-size: 13px !important;
        font-weight: 500
    }

@media screen and (min-width: 560px) {
    .daterangepicker.single {
        width: auto !important
    }
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #4b514d;
    border: 0
}

.drp-selected {
    display: none !important
}

@media screen and (max-width: 600px) {
    .daterangepicker .drp-calendar {
        max-width: 100% !important
    }

        .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
            clear: none !important;
            float: none !important;
            margin-right: 0
        }
}

.daterangepicker {
    -webkit-box-shadow: 0 12px 35px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0,0,0,0.12);
    box-shadow: 0 12px 35px 2px rgba(0,0,0,0.12)
}

.nice-select {
    font-weight: 400 !important
}

.error_message {
    color: red
}

.form-group {
    margin-bottom: 25px
}

    .form-group label {
        font-weight: 500;
        margin-bottom: 3px
    }

.form-control {
    border-color: #ededed;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    height: 50px
}

    .form-control:focus {
        border-color: #ddd;
        outline: 0;
        box-shadow: 0 0 0 0.2rem transparent
    }

textarea.form-control {
    height: 130px !important
}

#success_page {
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem
}

    #success_page h5 {
        margin-top: 15px
    }

        #success_page h5 span {
            display: block;
            margin-top: 7px;
            font-size: 16px
        }

#confirm {
    text-align: center;
    padding: 60px 15px
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

.margin_120_95 {
    padding-top: 28px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .margin_120_95 {
        padding-top: 90px;
        padding-bottom: 65px
    }
}

.margin_120_0 {
    padding-top: 120px
}

.margin_120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .margin_80 {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px
}

@media (max-width: 991px) {
    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

.margin_80_0 {
    padding-top: 80px
}

@media (max-width: 991px) {
    .margin_80_0 {
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .margin_80_0 {
        padding-top: 45px
    }
}

.margin_60_0 {
    padding-top: 60px
}

@media (max-width: 991px) {
    .margin_60_0 {
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .margin_60_0 {
        padding-top: 45px
    }
}

.add_bottom_60 {
    padding-bottom: 60px
}

.add_bottom_120 {
    padding-bottom: 120px
}

@media (max-width: 767px) {
    .add_bottom_120 {
        padding-bottom: 90px
    }
}

.add_bottom_90 {
    padding-bottom: 90px
}

@media (max-width: 767px) {
    .add_bottom_90 {
        padding-bottom: 60px
    }
}

.add_top_90 {
    padding-top: 90px
}

@media (max-width: 767px) {
    .add_top_90 {
        padding-top: 60px
    }
}


@font-face {
    font-family: 'Argesta Display';
    src: url("../fonts/ArgestaDisplay-Regular.eot");
    src: url("../fonts/ArgestaDisplay-Regulard41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ArgestaDisplay-Regular.woff2") format("woff2"), url("../fonts/ArgestaDisplay-Regular.woff") format("woff"), url("../fonts/ArgestaDisplay-Regular.ttf") format("truetype"), url("../fonts/ArgestaDisplay-Regular.svg#ArgestaDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

#about {
    background-image: url(../img/bg_img1.png);
    background-position: center center;
    background-size: cover;
    padding: 87px 0px 67px 0px;
    background: url(../img/gumbad_pic2.png) center top/100% no-repeat, radial-gradient(circle at center, rgb(0 0 0 / 30%) 0, rgb(0 0 0 / 70%) 50%, #000 100%), url(../img/black-and-white.jpg) center/cover no-repeat fixed;
}



#footer {
    padding: 0px 0 0px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #e7791a;
    margin-top: 0px;
    z-index: 9;
    border-top: 2px solid white;
    padding: 146px 0 93px;
    background: url(../img/footer_btmbg.png) right bottom no-repeat, url(../img/footer.png) top center/cover no-repeat;
}

.top-footer-container {
    border-bottom: 1px solid #345d5a;
    padding-bottom: 70px;
    background: aliceblue;
    background: url(../images/welcome-bg.html) center no-repeat #ffffff00;
    color: white;
}

.copyright {
    padding: 15px 0;
}

.site-footer .connect {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: 3px;
}

.site-footer .footer-logo img {
    height: auto;
    max-width: 190px;
    width: auto;
    margin: 35px 0px 0px 0px
}

.site-info {
    font-size: 17px;
    color: white;
    font-family: 'Cinzel', serif;
    text-align: center;
}

    .site-info span a {
        color: white;
    }

.site-footer ul {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 32px;
    text-transform: capitalize;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.site-footer .menu li a {
    font-weight: 400;
}

.site-footer .sub-menu {
    margin-left: 10px;
}

    .site-footer .sub-menu li a::before {
        font-size: 18px;
        margin-right: 5px;
    }

.site-footer a {
    color: #fff;
    position: relative;
}

    .site-footer a:hover {
        color: #967a50;
        text-decoration: none;
    }

    .site-footer a::after {
        left: 0;
        opacity: 0;
        position: absolute;
        transition: bottom 220ms ease-out 0s;
        width: 100%;
    }

.footer-social {
    margin-top: 15px;
}

    .footer-social li {
        display: inline-block;
        margin-right: 20px;
        margin-top: 5px;
    }

        .footer-social li a .fa {
            font-size: 1.6rem;
        }

    .footer-social a:hover {
        text-decoration: none;
    }

        .footer-social a:hover::after {
            display: none;
        }

.site-footer {
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

    .site-footer a:hover::after {
        background-color: #967a50;
        bottom: -2px;
        opacity: 1;
    }

    .site-footer h2 {
        color: #ffffff;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .site-footer h3 {
        color: #ffffff;
        font-size: 25px;
        line-height: 56px;
        margin-bottom: 40px;
        margin-top: 25px;
        padding-bottom: 28px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Cinzel', serif;
        font-weight: 200;
    }

        .site-footer h3::after {
            border-bottom-style: solid;
            border-bottom-width: 0px;
            border-color: inherit;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            width: 60px;
        }

    .site-footer [class^="icon-"], [class*=" icon-"] {
        font-size: 1.6rem;
    }

    .site-footer select {
        background-color: #ffffff;
    }

.fh5co-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    margin-top: 40px !important;
    padding: 40px 0 0 0;
}

    .fh5co-copyright span {
        display: block;
    }


.site-footer h3::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/Path_.png) left center no-repeat;
}

.PBB2 {
    margin-bottom: 240PX;
}

.intro p {
    color: white
}

.slide-title-2 {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 56px;
    color: white;
    font-family: 'Cinzel Decorative', cursive;
    LETTER-SPACING: 3PX;
    FONT-WEIGHT: 500;
}

@font-face {
    font-family: "bootstrap-icons";
    src: url(../fonts/bootstrap-iconse8a7.woff2) format("woff2"),url(../fonts/bootstrap-iconse8a7.woff) format("woff")
}


.box_facilities h3 {
    color: white;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    MARGIN: 20px 0 22px;
    FONT-WEIGHT: 600;
}

.box_facilities p {
    color: white
}

/*   .sow-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://chokhidhani.com/ethnic-resort-jaipur/wp-content/uploads/2022/07/home2.png)no-repeat 50% 0 /100%;
} */


.box_item_info {
    background: linear-gradient(90deg, #e58c1d, #ffd25e, #fde778, #ffce43, #fed853, #ffc956, #f4a838) !important;
}

.connect {
    color: white
}

.top-footer-container a i {
    color: white;
    font-size: 30px;
    margin: 0 0 0 14px;
}

#about1 {
    background-image: url(../img/bg_img11.html);
    background-position: center center;
    background-size: cover;
    padding: 87px 0px 67px 0px;
    background: url(../img/gumbad_pic21.png) center top/100% no-repeat, radial-gradient(circle at center, rgb(0 0 0 / 30%) 0, rgb(0 0 0 / 70%) 50%, #000 100%), url(../img/black-and-white.jpg) center/cover no-repeat fixed;
}


.intro em a {
    color: black
}



.hero_single.version_2 {
    height: 320px;
    background: #222 url(../img-preview/hero_demo.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media (max-width: 767px) {
    .hero_single.version_2 {
        background: #222 url(../img-preview/hero_demo.jpg) center center no-repeat;
        height: 600px
    }
}

.hero_single.version_2 .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative
}

    .main_title_2 span {
        width: 120px;
        height: 2px;
        background-color: #e1e1e1;
        display: block;
        margin: auto
    }

        .main_title_2 span em {
            width: 60px;
            height: 2px;
            background-color: #978667;
            display: block;
            margin: auto
        }

.hero_single .wrapper {
    background-color: #000;
    background-color: rgb(0 0 0 / 55%);
    padding: 43px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .hero_single .wrapper h1 span {
        display: block;
        font-weight: 600;
        font-size: 42px;
        color: white;
        text-align: center;
        font-family: 'Cinzel Decorative', cursive;
        letter-spacing: 4px;
        font-weight: 200;
    }


.abb p {
    color: black;
    text-align: justify;
    font-family: 'Cinzel', serif;
}

.abb h2 {
    color: black
}


.fffr h3 {
    color: black
}


 



@media only screen and (max-width:768px) {
    .PBB2 {
        margin-bottom: 50PX;
    }

    .title h2, .title h3 {
        font-weight: 700;
        font-size: 38px;
        font-size: 1.375rem;
        margin-bottom: 15px;
        font-family: "Argesta Display";
        color: white;
        font-weight: 300;
    }

    .slide-title-2 {
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        font-size: 32px;
        color: white;
        font-family: 'Cinzel Decorative', cursive;
        LETTER-SPACING: 3PX;
        FONT-WEIGHT: 500;
    }
}


li {
    list-style: none;
}

 .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #000;
    text-decoration: none;
    background-color: #fff0;
    border: var(--bs-list-group-border-width) solid rgb(0 0 0 / 31%);
}