@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap);

#book-now,
#tooltip,
.aminites-card-item br,
.cs-contacts li:last-child:before,
.cs-countdown-item.no-dec:before,
.daterangepicker .drp-buttons .btn:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before,
.header-overlay,
.hero-menu_header li:last-child:after,
.inline-facts-wrap .inline-facts:last-child:before,
.mob-bg,
.mobile-logo,
.news .item .con .category a:last-child:after,
.sitemap-navigation>.menu-item-has-children::before,
.tab-content,
nav li ul a:after,
nav li ul a:before {
    display: none
}

.full-height,
body,
html {
    height: 100%
}

.dc_lb,
.dc_rb {
    border-bottom: 1px dashed
}

.dc_lt,
.dc_rt {
    border-top: 1px dashed
}

.header-top_contacts a,
.serach-header-btn {
    font-family: var(--secondary-font);
    text-transform: uppercase
}

.br-counter span,
.commentssubmit,
.item-related_img,
.item-related_img .overlay,
.item-related_img span,
.nav-holder nav li a i,
.ribbon,
.ribbon:before,
.serach-header-btn {
    transition: .2s linear
}

.br_link .star-rating,
.br_link p {
    text-align: right
}

.has-drop-cap:first-letter,
blockquote p,
body {
    font-family: var(--main-font)
}

.br-counter span,
.category-widget .cat-item li a,
.copyright,
.cs-contacts li,
.cs-reserv_btn,
.daterangepicker .calendar-table table,
.daterangepicker .drp-buttons .btn.btn-primary,
.event-date,
.footer-widget-content-link,
.gid_link,
.hero-call-wrap a,
.inline-facts h6,
.input-wrap label,
.item-related_img span,
.like-btn span,
.meg_aminites_item,
.pagination a,
.quantity,
.recent-post-content h4,
.recent-post-opt span.post-date,
.sa_towishlist,
.searchform-submit,
.show-cart_count,
.subcribe-form .subscribe-button,
.tagcloud a,
.tc_single_title,
.team-info h4,
.text-block_list li,
.to-top,
.ts_title,
.video_link span,
.wish-list-descr h4,
.wl_btn,
.wshil_link {
    font-family: var(--secondary-font)
}

.nav-holder nav li ul a,
.news .item .con .category,
.text-block-container ul li,
p {
    font-family: Barlow, sans-serif
}

.footer-list li,
.header-top_contacts a,
.nav-holder nav li a,
.serach-header-btn,
.wish-list-descr h4,
.wl_btn,
.wshil_link {
    text-transform: uppercase
}

.category-widget .cat-item li a:hover,
blockquote {
    text-decoration: underline
}

:root {
    --main-color: #d39604;
    --italic-font: 'Playfair', serif;
    --main-font: 'Gilda Display', serif;
    --secondary-font: 'Barlow', sans-serif
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    background: #272535;
    text-align: center;
    color: #1e1e1e
}

.nav-holder nav li a,
p {
    font-size: 15px;
    font-weight: 400
}

@-o-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

p {
    line-height: 1.75em;
    margin-bottom: 20px;
    color: #5e646a;
    text-align: justify
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.has-drop-cap:first-letter {
    font-size: 70px;
    float: left;
    padding: 20px 20px 10px 0;
    color: var(--main-color)
}

blockquote {
    padding: 10px 20px 0;
    margin: 0 0 20px;
    border-left: 10px solid #eee;
    position: relative
}

blockquote p {
    font-style: italic;
    color: #333;
    line-height: 20px;
    font-size: 1.3em
}

.loader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 20;
    transform: scale(1)
}

#main,
#wrapper,
.cd-loader-layer,
.cd-reserv-overlay-layer,
.cd-tabs-layer {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0
}

.loader i {
    color: var(--main-color);
    font-size: 6.9em;
    animation: 3.5s linear infinite k3d;
    -webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below 10px -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below 10px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3))
}

@keyframes k3d {

    0%,
    100% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(360deg);
        opacity: .3
    }
}

.cd-reserv-overlay-layer,
.cd-tabs-layer {
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.cd-loader-layer {
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden
}

.cd-loader-layer .loader-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-98%);
    height: 100%;
    width: 2500%;
    background: url(../images/ink2.webp) 0 0/100% 100% no-repeat
}

.cd-loader-layer.visible,
.htact:hover .header-tooltip {
    opacity: 1;
    visibility: visible
}

.cd-loader-layer.opening .loader-layer {
    animation: .8s steps(24) cd-sequence;
    animation-fill-mode: forwards
}

.cd-loader-layer.closing .loader-layer {
    animation: .8s steps(24) cd-sequence-reverse;
    animation-fill-mode: forwards
}

@keyframes cd-sequence {
    0% {
        transform: translateY(-50%) translateX(-2%)
    }

    100% {
        transform: translateY(-50%) translateX(-98%)
    }
}

@keyframes cd-sequence-reverse {
    0% {
        transform: translateY(-50%) translateX(-98%)
    }

    100% {
        transform: translateY(-50%) translateX(-2%)
    }
}

#main {
    height: 100%;
    width: 100%;
    opacity: 0
}

#wrapper {
    vertical-align: top;
    right: 0;
    bottom: 0
}

.content {
    position: relative;
    z-index: 3;
    background: #fff;
    box-shadow: 0 10px 74px 0 rgba(0, 0, 0, .8)
}

.content-dec,
.content-dec:after,
.content-dec:before {
    left: 50%;
    z-index: 10;
    position: absolute
}

.content-dec {
    bottom: -20px;
    width: 36px;
    margin-left: -18px
}

.content-dec:before {
    content: '';
    top: -20px;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    margin-left: -3px
}

.content-dec:after {
    content: '';
    top: -90px;
    width: 1px;
    height: 25px;
    background: #ddd
}

.content-dec span {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 36px;
    height: 36px;
    background: #f9f9f9;
    z-index: 1;
    transform: rotate(45deg);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2)
}

.content-dec2 {
    z-index: -2;
    background: #f9f9f9
}

.content-dec2:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff
}

.container {
    width: min(100% - 25px, 1600px);
    margin-inline: auto;
    position: relative;
    z-index: 5
}

.container.small-container {
    width: min(100% - 40px, 1100px);
    z-index: 6
}

.mid-padding {
    padding: 50px 40px
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative
}

.bg,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.no-bg {
    background: 0 0 !important
}

.bg {
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.blog-media video,
.post-item_media img,
.respimg,
.single-slider img,
.single-slider-wrap img,
.wish-list-img img {
    width: 100%;
    height: auto
}

.overlay {
    height: 100%;
    background: #272535;
    opacity: .4;
    z-index: 2
}

.dec-corner,
.main-header {
    z-index: 10;
    position: absolute
}

.bg-wrap .overlay,
.hero-wrap .overlay,
.overlay-bold {
    opacity: .6
}

.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.dc_lb,
.dc_lt {
    left: 30px;
    border-left: 1px dashed
}

.dc_rb,
.dc_rt {
    right: 30px;
    border-right: 1px dashed
}

.no-padding {
    padding: 0 !important
}

.dc_lb {
    bottom: 30px;
    border-radius: 0 0 0 20px
}

.dc_rb {
    bottom: 30px;
    border-radius: 0 0 20px
}

.dc_rt {
    top: 30px;
    border-radius: 0 20px 0 0
}

.dc_lt {
    top: 30px;
    border-radius: 20px 0 0
}

.dec-corner {
    width: 70px;
    height: 70px;
    border-color: rgba(255, 255, 255, .4)
}

.main-header {
    top: 0;
    left: 0;
    right: 0
}

.fw-aminit-item.act-index:after,
.header-top {
    height: 100px
}

.br-counter,
.header-social {
    float: right
}

.header-social li {
    float: left;
    margin-right: 20px
}

.header-social li a {
    color: var(--main-color);
    font-size: 1.3em;
    line-height: 100px;
    transition: .2s ease-in-out
}

.br_link p,
.header-social li a:hover,
.share-container a:hover {
    color: #fff
}

.logo-holder {
    float: left;
    padding: 0 10px;
    height: 80px;
    overflow: hidden;
    position: relative
}

.header-top_contacts,
.lang-wrap {
    height: 100px;
    line-height: 100px;
    position: relative
}

.logo-holder.scroll-sticky {
    border-right: 1px solid #eee
}

.logo-holder img {
    width: auto;
    height: 55px;
    float: left;
    position: relative;
    top: 50%;
    margin-top: -30px
}

.header-top_contacts {
    float: left;
    margin-right: 40px;
    padding: 0 20px 0 40px
}

.header-top_contacts:after,
.header-top_contacts:before,
.lang-wrap:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    bottom: 30px;
    background: rgba(255, 255, 255, .2)
}

.header-top_contacts:after,
.lang-wrap:before {
    left: auto;
    right: 0
}

.header-top_contacts a {
    float: left;
    color: #fff;
    margin-right: 20px;
    transition: .2s ease-in-out
}

.aminites-card-item,
.client-item img,
.header-cart_wrap,
.header-tooltip,
.hero-rsto-link,
.hero-rsto-link:before,
.rooms-carousel-item .like-btn,
.show-cart i,
.show-cart_count,
.stg_link,
.stg_link:before,
.team-social,
.testi-item,
.testi-item-dec:before,
.testimonilas-text,
.wish-list-wrap {
    transition: .3s ease-in-out
}

.header-top_contacts a span {
    padding-right: 10px;
    color: var(--main-color)
}

.lang-wrap {
    float: right;
    margin-right: 30px;
    color: #fff;
    font-size: 1.4em;
    padding-right: 40px
}

.lang-wrap a {
    color: #fff;
    margin: 0 4px
}

.about-img-hotifer h4,
.booking-reviews:hover .br-counter span,
.clear-wishlist,
.copyright a,
.event-carousel-item h4 a,
.footer-contacts li a:hover,
.footer-list li a:hover,
.footer-widget-title,
.grid-item-details h3:hover a,
.header-scrolled .nav-holder nav li a.act-link,
.header-scrolled .nav-holder nav li a:hover,
.hero-menu_header li a:hover,
.hero-menu_header li.current a,
.hero-menu_header li.current:before,
.hero-menu_title h4,
.hero-rsto-link:hover,
.inline-facts h6:after,
.lang-wrap a.act-lang,
.lang-wrap a:hover,
.location-icon:hover,
.nav-holder nav li a i,
.nav-holder nav li a.act-link,
.nav-holder nav li a.actscr-link,
.nav-holder nav li a:hover,
.news .item .con h5 a:hover,
.news .item .con h5:hover,
.pagination a i,
.pagination a.current-page,
.pagination a:hover,
.post-item_content h3 a:hover,
.rc-button,
.recent-post-content h4 a:hover,
.serach-header-btn,
.share-container a,
.signature_title_item h6,
.star-rating i,
.stg_link,
.subscribe-message,
.team-info h3,
.team-info:after,
.team-social li a,
.wish-list-price,
.wish-list-title,
.wl_btn {
    color: var(--main-color)
}

.nav-holder-wrap {
    position: relative;
    height: 80px;
    background: 0 0;
    border-top: none
}

.nav-holder {
    float: left;
    position: relative;
    opacity: 1;
    margin: 26px 0 0 76px;
    visibility: visible;
    z-index: 20
}

.nav-holder nav {
    position: relative;
    float: right
}

.nav-holder nav li {
    float: left;
    position: relative;
    height: 50px
}

.nav-holder nav li ul {
    margin: 30px 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 340px;
    top: 62px;
    left: 0;
    z-index: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    transition: .2s ease-in-out;
    border-radius: 10px
}

.nav-holder nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.nav-holder nav li ul li ul {
    top: -10px;
    left: 100%;
    margin-left: 25px;
    margin-top: 0;
    max-width: 200px
}

.nav-holder nav li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-right: 0
}

.nav-holder nav li ul li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0
}

.nav-holder nav li a {
    float: left;
    padding: 5px 8px;
    color: #fff;
    line-height: 25px;
    transition: .1s linear;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px
}

.nav-holder nav li a:hover i {
    transform: rotateX(180deg)
}

.nav-holder nav li ul a {
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-transform: inherit
}

.clear-wishlist:hover,
.dark-header .nav-holder nav li ul a {
    color: #000
}

.serach-header-btn {
    float: right;
    position: relative;
    height: 60px;
    line-height: 60px;
    top: 10px;
    background: #272535;
    padding: 0 30px;
    border-radius: 4px;
    font-weight: 500
}

.commentssubmit:hover,
.serach-header-btn:hover,
.stg_link:hover,
.video_link:hover i {
    background: var(--main-color);
    color: #272535
}

.serach-header-btn i {
    margin-right: 12px
}

.serach-header-btn_wrap {
    float: right;
    height: 80px;
    padding: 0 10px
}

.show-cart,
.show-share-btn {
    float: right;
    font-size: 1.6em;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin: 23px 0 0;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box
}

.show-cart {
    margin-left: 0;
    font-size: 1.6em
}

.show-cart:hover,
.show-share-btn:hover {
    color: var(--main-color);
    background: #f9f9f9
}

.header-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: var(--main-color);
    background: #211f2c;
    font-weight: 600;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    border-top: none
}

.br-counter span,
.show-cart_count {
    color: #fff;
    z-index: 10
}

.daterangepicker .drp-buttons .btn.btn-primary,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.hs_btn:hover i,
.ribbon,
.scroller,
.searchform-submit,
.show-cart_count,
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.tcs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wide_section-title h5:before {
    background: var(--main-color)
}

.show-cart_count {
    position: absolute;
    bottom: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    right: 16px;
    font-size: 11px
}

.booking-reviews,
.br-counter,
.quantity-item {
    float: right;
    position: relative
}

.ribbon {
    width: 80px;
    height: 56px;
    position: relative
}

.booking-reviews:hover .ribbon,
.contacts-card-item:hover,
.cs-social li a:hover,
.fw-gi2-column .gallery-item .grid-item-details .gid_link,
.subcribe-form .subscribe-button:hover,
.swiper-slide-active .testimonilas-text .testi-item-dec:before,
.wish-list-wrap {
    background: #fff
}

.ribbon:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -20px;
    border-left: 40px solid var(--main-color);
    border-right: 40px solid var(--main-color);
    border-bottom: 20px solid transparent
}

.br-counter span {
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 2em
}

.booking-reviews:hover .ribbon:before {
    border-right-color: #fff;
    border-left-color: #fff
}

.br_link {
    float: left;
    margin: 26px 20px 0 0
}

.star-rating i {
    margin: 0 2px;
    font-size: 1.1em
}

.wish-list-wrap {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 10px;
    width: 450px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: visible;
    display: none
}

.vis-cart {
    opacity: 1;
    visibility: visible;
    right: 0
}

.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #272535;
    opacity: .4;
    z-index: 9
}

.wish-list-container {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 90px;
    overflow: auto;
    padding: 10px 30px
}

.wish-list-title,
.wish-list-wrap-btns {
    position: absolute;
    bottom: 0;
    height: 70px;
    left: 0;
    right: 0;
    padding: 0 10px
}

.wish-list-title {
    bottom: auto;
    top: 0;
    line-height: 70px;
    font-size: 1.7em;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    text-align: left;
    padding: 0 70px 0 30px
}

.wl_btn {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #272535;
    font-weight: 600
}

.wish-list-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    z-index: 10;
    cursor: pointer;
    font-size: 1.6em
}

.wish-list-item {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 10px
}

.wish-list-item:before {
    content: '';
    position: absolute;
    left: calc(35% + 20px);
    width: 1px;
    background: #eee;
    height: 100%;
    top: 0
}

.wish-list-img {
    float: left;
    width: 35%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2)
}

.wish-list-descr {
    float: left;
    width: 65%;
    padding: 0 10px 0 40px
}

.wish-list-descr h4 {
    text-align: left;
    font-weight: 600;
    color: #666;
    padding-bottom: 2px
}

.wish-list-price {
    margin: 4px 0 10px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 500
}

.wish-list-price span {
    margin-right: 6px
}

.clear-wishlist {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 0 0;
    border: 1px solid #eee;
    border-right-color: #f9f9f9;
    border-bottom-color: #f9f9f9;
    cursor: pointer;
    font-size: 1.4em
}

.wshil_link {
    display: table;
    padding: 6px 15px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-size: .9em
}

.share-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 20px;
    transition: .2s ease-in-out;
    background: #211f2c;
    overflow: hidden;
    height: 0;
    line-height: 80px
}

.visshare {
    height: 80px
}

.share-container {
    z-index: 2
}

.share-container a {
    display: inline-block;
    position: relative;
    opacity: 0;
    top: -20px;
    margin: 0 20px;
    font-size: 1.3em;
    font-weight: 600;
    transition: .2s ease-in-out
}

.share-container a.vissharea {
    opacity: 1;
    top: 0
}

.share-icon-foursquare:before {
    content: "foursquare"
}

.share-icon-facebook:before {
    content: "Facebook"
}

.share-icon-twitter:before {
    content: "X-Twitter"
}

.share-icon-tumblr:before {
    content: "Instagram"
}

.share-icon-linkedin:before {
    content: "Linkedin"
}

.height-emulator {
    z-index: 1;
    position: relative
}

.main-footer {
    background: #272535;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0
}

.footer-bottom,
.footer-social {
    height: 80px;
    line-height: 80px;
    background: #211f2c
}

.footer-inner {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.footer-widget-wrap {
    padding: 90px 0;
    position: relative;
    z-index: 10
}

.footer-widget-title {
    text-align: left;
    font-size: 2.3em;
    padding-bottom: 36px
}

#booking-container,
#subscribe,
.fix-bar-init,
.footer-social,
.fs-slider-item,
.image-collge-wrap,
.inline-facts-wrap,
.input-wrap,
.position-re,
.subcribe-form,
.tab,
.text-block-title {
    position: relative
}

.subcribe-form input.enteremail {
    border: 1px solid rgba(255, 255, 255, .1);
    border-right: none;
    background: rgba(255, 255, 255, .05);
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 70%;
    outline: 0;
    float: left;
    font-family: var(--main-font)
}

.enteremail::-webkit-input-placeholder {
    color: #fff
}

.subcribe-form .subscribe-button {
    float: right;
    width: 30%;
    z-index: 2;
    height: 60px;
    line-height: 60px;
    position: relative;
    outline: 0;
    border: none;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background: var(--main-color);
    transition: .2s linear
}

.subscribe-message {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 1.2em
}

.footer-widget-content p {
    text-align: justify;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .7)
}

.footer-contacts li,
.footer-list li {
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    text-align: left
}

.footer-widget-content-link {
    color: var(--main-color) !important;
    font-size: 14px;
    margin-top: 15px;
    position: relative;
    transition: .2s linear;
    text-align: left;
    display: block
}

.footer-widget-content-link span {
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    padding-bottom: 4px
}

.column-text .section-title h2,
.cs-contacts li a,
.footer-list li a,
.footer-social li a:hover,
.footer-widget-content-link:hover,
.header-scrolled .show-share-btn:hover a i,
.header-scrolled .show-share-btn:hover span,
.hero-title-container .section-title h2,
.hero-title-container .section-title h2 a,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover,
.mapzoom-in:hover,
.mapzoom-out:hover,
.news .section-title h2,
.rooms-carousel-item_container .room-card-details li,
.rooms-carousel-item_container h3 a,
.scrollContorl:hover,
.st-gallery .section-title h2 {
    color: #fff
}

.footer-contacts {
    margin-bottom: 26px;
    padding-top: 4px
}

.footer-contacts li {
    color: #fff;
    font-size: 1.2em
}

.comments-wrap .comments-item:last-child,
.footer-contacts li:last-child {
    margin-bottom: 0
}

.footer-contacts li .col-md-2 span {
    width: 45px;
    float: left
}

.footer-contacts li .col-md-2 span,
.footer-contacts li a {
    color: #fff;
    transition: .2s linear
}

.footer-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 500
}

.footer-list li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 11px;
    font-weight: 900;
    transition: .2s linear;
    color: var(--main-color)
}

.footer-list li:hover:before {
    left: 4px
}

.footer-title-dec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    font-size: 7vw;
    color: rgba(255, 255, 255, .05)
}

.copyright,
.to-top {
    font-size: 1.1em;
    text-transform: uppercase
}

.footer-social li,
.team-social li {
    display: inline-block;
    margin: 0 10px
}

.footer-social li a {
    color: var(--main-color);
    font-size: 1.3em;
    transition: .2s ease-in-out
}

.footer-bottom {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-logo {
    float: left;
    height: 40px;
    position: relative
}

.footer-logo img {
    height: 100%;
    width: auto
}

.copyright {
    display: inline-block;
    color: #fff
}

.to-top {
    float: right;
    cursor: pointer;
    color: var(--main-color)
}

.to-top i {
    margin-left: 20px;
    color: #fff;
    position: relative;
    top: 0;
    transition: .3s ease-in-out
}

.to-top:hover i {
    top: -5px
}

.footer-separator-wrap {
    margin: 0 auto 90px;
    max-width: 800px;
    position: relative
}

.footer-separator-wrap:after,
.footer-separator-wrap:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    top: 50%
}

.footer-separator-wrap:before {
    left: 50%;
    margin-left: 80px
}

.footer-separator-wrap:after {
    right: 50%;
    margin-right: 80px
}

.footer-separator {
    position: relative;
    display: inline-table;
    width: 100px
}

.footer-separator:after,
.footer-separator:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px
}

.cc-prev,
.column-wrap-bg.left-wrap,
.content-nav_mediatooltip.cnmd_leftside,
.footer-separator:before {
    left: 0
}

.cc-next,
.column-wrap-bg.right-wrap,
.content-nav_mediatooltip.cnmd_rightside,
.footer-separator:after {
    right: 0
}

.dc_dec-item_left span,
.dc_dec-item_right span,
.footer-separator span {
    position: relative;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    transform: rotate(45deg);
    display: inline-block
}

.dc_dec-item_left span:before,
.dc_dec-item_right span:before,
.footer-separator span:before {
    content: '';
    position: absolute;
    border: 1px dotted var(--main-color);
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    border-radius: 50%
}

.content-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
    z-index: 5
}

.bg-wrap,
.content-section.hidden-section,
.cs-media,
.cs-social,
.hid-port-info .grid-item-holder,
.hidden-content,
.o-hidden,
.tagcloud {
    overflow: hidden
}

.content-section.parallax-section {
    padding: 120px 0;
    z-index: 4
}

.big-padding {
    padding: 140px 0
}

.content-section.parallax-section.hero-section {
    padding: 310px 0 180px
}

.content-section.parallax-section.hero-section .overlay,
.item-related:hover .overlay,
.par-elem .overlay,
.team-photo:hover .overlay {
    opacity: .5
}

.small-top-padding {
    padding-top: 40px
}

.par-elem {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    right: 15px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.content-section.parallax-section .bg,
.par-elem .bg {
    height: 140%;
    top: -20%
}

.bg-parallax-wrap-gradien:before,
.hero-section:before,
.htc_single_item_dec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(39, 37, 53, 0) 0, rgba(39, 37, 53, .99) 100%);
    z-index: 1
}

.dec-icon i,
.htc_single_item_dec:before {
    z-index: 3
}

.hero-call-wrap {
    position: absolute;
    top: 50%;
    left: -60px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--main-color);
    z-index: 10;
    transform: translateY(-50%) rotate(-90deg);
    padding: 0 30px;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1)
}

.hero-call-wrap i {
    margin: 14px 20px 0 0;
    font-size: 1.7em;
    color: var(--main-color);
    float: left
}

.hero-call-wrap a {
    float: left;
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 1px
}

.slide-progress_container {
    position: absolute;
    top: 50%;
    height: 150px;
    margin-top: -75px;
    right: 40px;
    z-index: 10
}

.map-dec2,
.sc-dec,
.sc-dec2,
.sc-dec3,
.section-dec {
    position: absolute;
    z-index: -1
}

.slide-progress_container:after,
.slide-progress_container:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    margin-left: -3px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2)
}

.cs-contacts .section-separator:after,
.cs-contacts .section-separator:before,
.hero-section-scroll:before,
.hs_btn:before,
.slide-progress-wrap {
    background: rgba(255, 255, 255, .2)
}

.content-back .dec-icon,
.slide-progress_container:before {
    top: -20px
}

.slide-progress_container:after {
    bottom: -20px
}

.slide-progress-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    bottom: 0;
    overflow: hidden
}

.slide-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--main-color)
}

.section-dec {
    left: 50%;
    top: 40px;
    width: 460px;
    height: 340px;
    margin-left: -230px;
    background: url(../images/abhanpur-map-white.webp) center no-repeat;
    opacity: .4
}

.map-dec2 {
    left: 50%;
    top: 50%;
    width: 324px;
    height: 360px;
    margin: -180px 0 0 -162px;
    background: url(../images/map-golden.webp) center no-repeat;
    opacity: .1;
    transform: scale(.8)
}

.sc-dec {
    width: 359px;
    height: 207px;
    background: url(../images/map-white.webp) center no-repeat;
    opacity: .4;
    transform: scale(.7)
}

.sc-dec2,
.sc-dec3 {
    opacity: .4;
    transform: scale(.8)
}

.sc-dec2 {
    width: 253px;
    height: 349px;
    background: url(../images/map-golden.webp) center no-repeat
}

.sc-dec3 {
    width: 359px;
    height: 207px;
    background: url(../images/abhanpur-map-white.webp) center no-repeat
}

.section-title {
    position: relative;
    z-index: 5
}

.comments-item-text-wrap p,
.section-title.text-align_left {
    text-align: left
}

.section-title h4 {
    color: var(--main-color);
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    font-family: var(--italic-font)
}

.rooms-carousel-item_container h3:before,
.section-title h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--main-color)
}

.wide_section-title h5:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 48%;
    width: 40px;
    height: 1px
}

.section-title h2 {
    font-size: 46px;
    color: #323246;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em
}

.rooms-carousel-item_container h4:before,
.section-title.text-align_left h4:before {
    margin: 0;
    left: 0
}

.content-section.parallax-section.hero-section .section-title h2,
.dark-bg .section-title h2 {
    color: #fff;
    font-size: 4.5em;
    font-weight: 400
}

.content-section.parallax-section.hero-section .htc_single .section-title h2,
.hero-title-container .section-title h2 {
    font-size: 55px;
    line-height: 1.25em;
    letter-spacing: 15px
}

.hero-section-scroll {
    position: absolute;
    width: 20px;
    height: 30px;
    z-index: 20;
    bottom: 70px;
    left: 50%;
    margin-left: -10px
}

.hsc2 {
    bottom: 100px
}

.hero-section-scroll:before {
    content: '';
    position: absolute;
    bottom: -70px;
    height: 40px;
    width: 1px;
    left: 50%
}

.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    position: relative;
    z-index: 10
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

.hs_btn,
.hs_btn i {
    width: 60px;
    height: 60px
}

.hs_btn i,
.hs_btn_wrap_preview {
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2)
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(10px);
        opacity: 0
    }
}

.about-img-hotifer-wrap,
.hero-wrap,
.text-block {
    position: relative;
    z-index: 4
}

.hero-title-container {
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%)
}

.htc_single {
    top: 0;
    transform: translateY(0)
}

.breadcrumbs-wrap a:before,
.hs_btn,
.hs_btn-dec,
.hs_btn-dec:before,
.hs_btn:before,
.hs_btn_wrap_preview {
    top: 50%;
    position: absolute
}

.htc_single2 {
    margin-top: 110px
}

.hero-title-container .section-title h2 {
    text-transform: uppercase;
    padding: 30px 0 20px;
    font-family: 'Gilda Display', serif
}

.hs_btn {
    z-index: 120;
    margin-top: -30px;
    cursor: pointer
}

.hs_btn i {
    line-height: 60px;
    transition: .2s ease-in-out;
    font-size: 1.3em;
    font-weight: 700;
    background: #272535;
    color: var(--main-color)
}

.hs_btn:hover i {
    color: #272535;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .2)
}

.hs_btn:before {
    content: '';
    left: -90px;
    width: 0;
    height: 1px;
    z-index: -3;
    transition: .5s ease-in-out
}

.hs_btn:hover:before {
    width: 70px;
    transition-delay: .3s
}

.hs_btn_wrap_preview {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: -50px;
    transition: .3s ease-in-out;
    opacity: 0;
    transform: scale(0)
}

.fs_sin,
.sc-controls,
.tcs-pagination_wrap {
    transform: translateX(-50%)
}

.hs_btn:hover .hs_btn_wrap_preview {
    opacity: 1;
    transform: scale(1);
    transition-delay: .2s
}

.bs_btn:before,
.hs_btn_prev {
    left: 20px
}

.bs_btn:after,
.hs_btn_next {
    right: 20px
}

.hs_btn_prev:before {
    left: auto;
    right: -90px
}

.hs_btn_next .hs_btn_wrap_preview {
    right: 120px
}

.hs_btn_prev .hs_btn_wrap_preview {
    left: 120px
}

.hs_btn-dec {
    height: 150px;
    width: 46px;
    background: #fff;
    z-index: -1;
    margin-top: -75px
}

.hs_btn-dec:before {
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc
}

.hs_btn_prev .hs_btn-dec {
    left: -20px;
    border-radius: 0 20px 20px 0
}

.hs_btn_next .hs_btn-dec {
    right: -20px;
    border-radius: 20px 0 0 20px
}

.tcs-pagination_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    z-index: 4;
    height: 46px;
    padding: 0 80px;
    border-radius: 20px 20px 0 0
}

.fw-search-wrap,
.fw-search-wrap_hero {
    border-radius: 10px;
    position: relative
}

.hero-slider-pag {
    margin-top: 15px
}

.section-separator {
    position: relative;
    margin-top: 20px
}

.section-separator:after,
.section-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #eee
}

.section-separator:before {
    left: 50%;
    margin-left: 70px
}

.section-separator:after {
    right: 50%;
    margin-right: 70px
}

.content-inner .content-front .section-separator:after,
.content-inner .content-front .section-separator:before,
.fix-bar-init .section-separator:after,
.fix-bar-init .section-separator:before,
.parallax-section .section-separator:after,
.parallax-section .section-separator:before,
.sect_se_transparent:after,
.sect_se_transparent:before {
    background: rgba(255, 255, 255, .3)
}

.section-separator i {
    font-size: 1.7em;
    color: var(--main-color)
}

.breadcrumbs-wrap {
    position: relative;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 10px 54px 0 rgba(0, 0, 0, .05);
    z-index: 20;
    background: #fff
}

.breadcrumbs-wrap a,
.breadcrumbs-wrap span {
    display: inline-block;
    margin: 0 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
    position: relative;
    text-transform: uppercase;
    color: #222
}

.breadcrumbs-wrap span {
    color: #999
}

.breadcrumbs-wrap a:before {
    font-family: "Font Awesome 6 Pro";
    content: '\f0da';
    right: -23px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px;
    font-weight: 900;
    color: var(--main-color);
    transition: .3s ease-in-out
}

.fw-search-wrap {
    padding: 30px;
    background: #272535;
    z-index: 12;
    margin-bottom: 50px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2)
}

.fw-search-wrap_hero {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
    margin-top: 200px
}

.content-section.parallax-section.hero-section.htc_single_item {
    z-index: 7;
    padding-bottom: 90px
}

.about-img-hotifer:before,
.column-section-wrap:before,
.content-back:before,
.content-front:before,
.fw-search-wrap:before,
.st-gallery:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    z-index: 1
}

.column-section-wrap:before {
    background: rgba(255, 255, 255, .02)
}

.content-front:before {
    border: 1px solid rgba(255, 255, 255, .3)
}

.about-img-hotifer:after,
.column-section-wrap:after,
.fw-search-wrap:after,
.st-gallery:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    position: absolute;
    top: 12px;
    font-size: 5px;
    height: 4px;
    background: #272535;
    width: 100px;
    margin-left: -50px;
    z-index: 2;
    letter-spacing: 8px;
    color: var(--main-color);
    left: 50%;
    text-align: center
}

.about-img-hotifer:after {
    content: '\25CF\25CF\25CF';
    width: 60px;
    margin-left: -30px
}

.custom-form {
    position: relative;
    z-index: 3
}

.custom-form input[type=button],
.custom-form input[type=email],
.custom-form input[type=number],
.custom-form input[type=password],
.custom-form input[type=text],
.custom-form select,
.custom-form textarea {
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    width: 100%;
    padding: 0 10px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    text-align: start;
    font-family: var(--secondary-font)
}

.custom-form option,
.header-scrolled .nav-holder nav li a,
.news .item .con .category a:hover {
    color: #222
}

.custom-form .nice-select input {
    padding-left: 20px
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: var(--secondary-font)
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #fff;
    font-weight: 600;
    font-size: 13px
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 20px;
    -webkit-appearance: none
}

.daterangepicker {
    width: 506px !important;
    overflow: hidden;
    border-radius: 10px
}

.fw-search-wrap-title {
    position: relative;
    margin: 10px 0 0;
    color: #fff;
    font-size: 1.9em
}

.fix-bar-init .section-separator,
.fw-search-wrap_hero_box .section-separator {
    margin: 15px 0 30px
}

.fix-bar-init .input-wrap,
.fw-search-wrap_hero_box .input-wrap,
.shop-header,
.testimonilas-text .star-rating {
    margin-bottom: 20px
}

.fix-bar-init .input-wrap i {
    color: #fff;
    position: absolute;
    top: 43%;
    right: 15px
}

.shop-header {
    padding: 0 20px 40px;
    border-bottom: 1px solid #eee;
    position: relative
}

.shop-header_opt {
    position: absolute;
    top: -10px;
    right: 0;
    width: 250px
}

.nice-select {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .04)
}

.box-media-zoom,
.like-btn,
.like-btn span {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2)
}

.nice-select:after {
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color)
}

.shop-header h4 {
    text-align: left;
    top: 10px;
    font-size: 1.9em;
    font-weight: 500;
    position: relative
}

.input-wrap label {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #fff;
    z-index: 10;
    font-size: 1.3em
}

.quantity {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    overflow: hidden;
    padding: 0 20px;
    height: 60px;
    border-radius: 4px
}

.quantity,
.quantity_title {
    float: left;
    position: relative
}

.quantity_title {
    font-size: 13px;
    top: 18px;
    color: #fff
}

.quantity input.minus,
.quantity input.plus,
.quantity input.qty {
    width: 30px;
    height: 50px;
    border-radius: 0;
    text-align: center;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    background: 0 0;
    top: 5px;
    font-size: 1.3em;
    color: var(--main-color)
}

.quantity input.qty {
    color: #fff;
    border-right: none;
    border-left: none;
    cursor: default;
    -webkit-appearance: none
}

.daterangepicker .drp-buttons .btn {
    border: none;
    border-radius: 4px;
    margin-top: 0;
    padding: 12px 22px !important
}

.daterangepicker .drp-buttons {
    padding: 12px 30px
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    font-size: 13px;
    font-weight: 600
}

.searchform-submit {
    display: block;
    height: 60px;
    cursor: pointer;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    transition: .2s ease-in-out
}

.gid_link,
.like-btn span {
    text-transform: uppercase;
    font-weight: 600
}

.box-media-zoom,
.like-btn:hover i {
    font-weight: 700
}

.searchform-submit:hover {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color)
}

.bs_btn:after,
.bs_btn:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30px;
    background: #666;
    transition: .3s ease-in-out
}

.bs_btn:hover:after,
.bs_btn:hover:before {
    width: 50px
}

.grid-item-holder {
    height: auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0
}

.spad .gallery-item {
    padding: 6px
}

.min-pad .gallery-item {
    padding: 2px
}

.grid-big-pad .gallery-item {
    padding: 12px
}

.gallery-item,
.grid-sizer {
    width: 33.333333%;
    position: relative;
    float: left;
    overflow: hidden
}

.grid-item-holder:before,
.post-item_media a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #272535;
    z-index: 2;
    opacity: 0;
    transition: .2s cubic-bezier(.19, 1, .22, 1)
}

.grid-item-holder:hover:before,
.post-item_media a:hover:before {
    opacity: .7
}

.gallery-item-second,
.grid-sizer-second {
    width: 66.6%
}

.four-column .gallery-item {
    width: 25%
}

.four-column .gallery-item.gallery-item-second,
.fw-gi .gallery-item .grid-item-details,
.fw-gi .gallery-item .grid-item-holder,
.two-column .gallery-item {
    width: 50%
}

.fw-gi .gallery-item,
.video-container video {
    width: 100%
}

.gallery-item img,
.grid-sizer img,
.post-item_media a img {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
    background: #272535;
    transform: translateZ(0);
    transition: .3s ease-in-out
}

.like-btn,
.like-btn span {
    height: 40px;
    background: #fff
}

.box-media-zoom,
.like-btn,
.like-btn i,
.like-btn span,
.uvis-hmi {
    transition: .2s ease-in-out
}

.gallery-item:hover img,
.post-item_media a:hover img {
    transform: scale(1.15)
}

.content-inner .cf-inner .fs-wrapper,
.list-single-gallery .grid-item-holder,
.post-img-row img,
.rooms-carousel-item {
    border-radius: 10px
}

.grid-item-details {
    padding: 30px;
    border: 1px solid #eee;
    background: #fff;
    border-top: none;
    position: relative;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px
}

.grid-item-details:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: -1;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgba(37, 44, 65, .12);
    transition: .3s
}

.gallery-item:hover .grid-item-details:after {
    bottom: 6px
}

.grid-item-details h3 {
    display: block;
    text-align: left;
    padding-bottom: 12px;
    color: #333;
    font-size: 2.3em;
    position: relative
}

.grid-item-details h3 a {
    color: #333
}

.grid-item-details h3 span {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 12px;
    font-style: italic
}

.grid-item-details p {
    text-align: justify;
    font-size: 1.2em
}

.grid-item_price span {
    font-size: 1.8em;
    position: relative;
    float: left;
    color: var(--main-color)
}

.grid-item_price {
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.box-media-zoom,
.gid_link,
.like-btn,
.like-btn span,
.svg-corner,
.team-dec,
.team-info:after,
.team-social,
.ts_title {
    position: absolute
}

.fw-gi .gallery-item .grid-item-details,
.fw-gi .gallery-item .grid-item-holder,
.fw-gi2-column .gallery-item .grid-item-details,
.fw-gi2-column .grid-item-holder {
    float: left;
    overflow: hidden
}

.fw-gi .gallery-item .grid-item-details,
.fw-gi2-column .gallery-item .grid-item-details {
    width: 55%
}

.fw-gi .gallery-item .grid-item-holder,
.fw-gi2-column .grid-item-holder {
    border-radius: 10px 0 0 10px;
    width: 45%
}

.fw-gi .gallery-item .grid-item-details,
.fw-gi2-column .gallery-item .grid-item-details {
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0 10px 10px 0;
    padding: 22px 30px
}

.fw-gi2-column .gallery-item .grid-item-details {
    padding: 20px 30px 33px;
    background: #f9f9f9
}

.fw-gi2-column .gallery-item .grid-item-details h3 {
    font-size: 1.8em
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .2)
}

.room-card-details {
    overflow: hidden;
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.rcd-single {
    margin: 20px 0;
    padding: 0 0 40px;
    border-top: none
}

.room-card-details i,
.room-card-details span {
    float: left;
    font-size: 1.3em;
    color: #666;
    margin-right: 10px;
    color: var(--main-color)
}

.rcd-single li {
    font-size: 1.5em
}

.like-btn {
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    width: 40px;
    line-height: 44px;
    border-radius: 50%;
    z-index: 10;
    color: var(--main-color);
    font-size: 1.3em
}

.like-btn span {
    left: 100%;
    margin: -24px 0 0 20px;
    top: 50%;
    line-height: 40px;
    z-index: 20px;
    width: 150px;
    font-size: 11px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden
}

.gid_link,
.pagination a,
.sr-opt {
    border: 1px solid #eee
}

.like-btn:hover span {
    opacity: 1;
    visibility: visible;
    margin: -20px 0 0 20px
}

.box-media-zoom:hover,
.dark-bg,
.like-btn:hover,
.pagination a.current-page,
.pagination a:hover {
    background: #272535
}

.gid_link:hover,
.gray-bg,
.pagination a,
.swiper-slide-active .testimonilas-text {
    background: #f9f9f9
}

.gid_link {
    bottom: 20px;
    right: 30px;
    padding: 10px 20px;
    color: #666;
    font-size: .9em
}

.gid_link i {
    margin-left: 10px;
    color: var(--main-color)
}

.pagination {
    margin-top: 50px;
    overflow: hidden
}

.pagination a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.2em;
    margin: 0 2px;
    color: #888da0;
    border-radius: 4px
}

.pagination a i {
    font-size: 14px
}

.svg-corner {
    width: 40px;
    height: 40px
}

.box-media-zoom {
    top: 30px;
    right: -50px;
    width: 50px;
    height: 50px;
    opacity: 0;
    line-height: 50px;
    font-size: 1.3em;
    color: var(--main-color);
    background: #fff;
    border-radius: 50%;
    z-index: 15
}

.hov_zoom:hover .box-media-zoom {
    right: 30px;
    opacity: 1
}

.tb-sin {
    margin-top: 30px;
    padding-right: 10px
}

.tbc_subtitle,
.text-block-title h4 {
    text-align: left;
    font-weight: 500;
    position: relative;
    color: #333;
    font-size: 2.8em
}

.tbc_subtitle {
    font-size: 2em;
    margin: 30px 0
}

.tbc_subtitle2 {
    margin: 15px 0
}

.item-related_img span,
.sa_towishlist {
    margin-top: 10px;
    text-transform: uppercase
}

.contacts-card-item span:before,
.tbc_subtitle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--main-color)
}

.contacts-card-item span:before {
    right: 10px
}

.sr-opt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .04)
}

.sa-price {
    font-size: 2.4em;
    position: relative;
    text-align: left;
    color: var(--main-color)
}

.sa_towishlist {
    font-weight: 500;
    color: #666;
    font-size: .9em;
    cursor: pointer
}

.content-section.notp {
    padding-top: 0
}

.st-gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 25%
}

.st-gallery .section-title {
    transform: translateY(-50%);
    top: 50%;
    z-index: 5
}

.fs_sin {
    position: absolute;
    bottom: 50px;
    left: 50%
}

.single-carousle-container {
    padding: 20px;
    margin-bottom: 30px
}

.single-carousle-container2 {
    padding: 15px 15px 15px 0
}

.single-carousel-wrap {
    border: 1px solid #eee;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    background: #fff
}

.single-carousel-wrap,
.single-carousel-wrap2,
.single-carousle-container,
.single-carousle-container2 {
    position: relative;
    overflow: hidden
}

.single-carousel,
.single-carousel2 {
    height: 50vh
}

.rooms-carousel .swiper-container,
.single-carousel .swiper-container,
.single-carousel2 .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.single-carousel .swiper-slide,
.single-carousel2 .swiper-slide {
    width: auto !important;
    height: 100% !important;
    display: inherit !important;
    overflow: hidden;
    border-radius: 10px
}

.single-carousel .swiper-slide img,
.single-carousel2 .swiper-slide img {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: 1
}

.slider-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    transition: .3s;
    background: #272535;
    z-index: 50;
    cursor: pointer;
    color: var(--main-color);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .4)
}

.slider-button:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    transition: .3s
}

.fw-carousel-button-prev {
    left: 40px
}

.fw-carousel-button-prev:before {
    left: 100%;
    margin-left: 20px
}

.fw-carousel-button-next {
    right: 40px
}

.fw-carousel-button-next:before {
    right: 100%;
    margin-right: 20px
}

.slider-button:hover:after,
.slider-button:hover:before {
    width: 0
}

.slider-button:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
}

.sc-controls .swiper-pagination-bullet {
    background: 0 0;
    position: relative;
    margin: 0 10px;
    height: 6px;
    opacity: 1
}

.ss-slider-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    margin-left: -3px;
    transition: .5s
}

.ss-slider-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
    transition: .3s;
    transform: scale(0)
}

.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.tcs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1)
}

.sc-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    background: rgba(39, 37, 53, .7);
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .1)
}

.single-slider-wrap .sc-controls {
    display: none;
}

.fwc_pag2 {
    left: auto;
    transform: translateX(0);
    right: 40px;
    bottom: 40px
}

.meg_aminites_item {
    position: relative;
    padding: 20px 30px;
    background: #f9f9f9;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    border: 1px solid #eee;
    margin: 5px 0
}

.meg_aminites_item span {
    position: relative;
    top: -2px
}

.meg_aminites_item i {
    color: var(--main-color);
    font-size: 20px;
    margin-right: 20px
}

.tbc-separator {
    background: #eee;
    height: 1px;
    margin-top: 30px
}

.promo-video h4:before,
.video-box-btn {
    background: var(--main-color);
    left: 50%
}

.text-block_list li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 1.3em
}

.text-block_list li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    font-weight: 900;
    transition: .2s linear;
    color: var(--main-color)
}

.text-block_list .number-list:before {
    content: " ";
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.text-block_list,
.video-box {
    margin-top: 40px
}

.video-box-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    color: #fff;
    z-index: 20;
    top: 50%;
    box-shadow: 0 0 0 17px rgba(255, 255, 255, .2);
    border-radius: 50%;
    transition: .3s linear;
    cursor: pointer
}

.promo-link:hover,
.video-box-btn:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .4)
}

.promo-video {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10
}

.media-container,
.video-mask {
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%
}

.promo-video .video-box-btn {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    left: 0;
    top: 0
}

.promo-video h4 {
    color: #fff;
    font-size: 1.8em;
    position: relative;
    text-transform: uppercase
}

.promo-video h4:before {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 50px;
    margin-left: -25px
}

.post-related {
    margin-top: 50px
}

.contacts-cards-wrap,
.post-related_title {
    margin-bottom: 30px
}

.post-related_title h6 {
    font-size: 2em
}

.item-related_img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2)
}

.item-related_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    color: var(--main-color);
    font-weight: 600;
    padding: 15px 30px;
    background: #272535;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .4)
}

.comments-avatar,
.recent-post-img img {
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .2)
}

.item-related .overlay {
    opacity: 0
}

.item-related:hover .item-related_img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
}

.item-related_img:hover span {
    opacity: 1;
    margin-top: 0
}

.item-related h3 {
    padding-bottom: 12px;
    color: #666;
    font-size: 1.8em;
    position: relative
}

.item-related h3 a {
    color: #444
}

.item-related .post-date {
    font-style: italic;
    color: var(--main-color);
    font-size: 1.4em;
    display: block
}

.item-related .room-card-details li {
    float: none;
    display: inline-block;
    margin: 0 10px
}

.blog-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px
}

.media-container {
    position: absolute;
    top: 0;
    overflow: hidden
}

.video-mask {
    position: absolute;
    top: 0
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.resp-video embed,
.resp-video iframe,
.resp-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-item {
    width: 50%;
    position: relative;
    padding: 0 20px 20px 0
}

.post-items {
    z-index: 1
}

.post-item_media a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.post-item_content {
    padding: 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff
}

.post-item_content h3 {
    font-size: 1.9em;
    margin-bottom: 15px;
    text-align: left;
    position: relative
}

.desk-logo,
.first-tab,
.post-item_content h3 a {
    display: block
}

.content-nav-fixed ul,
.post-img-row {
    display: grid;
    grid-template-columns: 50% 50%
}

.main-sidebar-widget h3 {
    text-align: left;
    padding: 25px 30px;
    font-size: 1.7em;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #666
}

.comments-header:before,
.main-sidebar-widget h3:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0dd";
    position: absolute;
    right: 40px;
    top: 50%;
    color: var(--main-color);
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: 900
}

.search-widget {
    padding: 15px 20px;
    overflow: hidden;
    background: #f9f9f9
}

.search-widget input.search-inpt-item {
    font-family: var(--secondary-font);
    background: #fff;
    text-transform: uppercase;
    font-size: .9em;
    height: 60px;
    padding: 0 20px;
    width: 70%;
    float: left;
    border: 1px solid #eee;
    border-radius: 10px 0 0 10px
}

.search-submit {
    border: none;
    float: left;
    height: 60px;
    line-height: 60px;
    width: 30%;
    font-size: 1.2em;
    border-radius: 0 10px 10px 0;
    background: var(--main-color)
}

.recent-post-widget {
    overflow: hidden;
    position: relative;
    padding: 30px
}

.recent-post-widget ul {
    list-style: none
}

.recent-post-widget ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    border-radius: 10px
}

.recent-post-img {
    float: left;
    width: 140px;
    padding: 10px;
    border-right: 1px solid #eee
}

.recent-post-img img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.recent-post-content {
    float: left;
    padding: 20px 0 0 30px
}

.recent-post-content h4 {
    padding-bottom: 6px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 600
}

.recent-post-opt span.post-date {
    float: left;
    padding-right: 10px
}

.category-widget .cat-item {
    float: left;
    width: 100%;
    list-style: none
}

.category-widget .cat-item li {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    color: #7c7c7c;
    font-weight: 500;
    position: relative
}

.category-widget .cat-item li a {
    float: left;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 40px 0 0;
    top: 4px
}

.category-widget .cat-item li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    border-top: 1px dotted #ccc;
    z-index: 2
}

.category-widget .cat-item li span {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: .9em;
    border-radius: 50%;
    background: var(--main-color)
}

.social-widget li {
    float: left;
    margin: 0 4px 0 0
}

.social-widget li a {
    float: left;
    width: 50px;
    height: 50px;
    color: var(--main-color);
    border-radius: 50%;
    background: #272535;
    line-height: 50px
}

.category-widget,
.social-widget,
.tags-widget {
    padding: 30px;
    overflow: hidden
}

.tagcloud a {
    float: left;
    padding: 12px 15px;
    color: var(--main-color);
    background: #272535;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    transition: .3s ease-in-out
}

.tagcloud a:hover {
    color: #272535;
    background: var(--main-color)
}

.main-sidebar-widget {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9
}

.btn,
.comments-wrap,
.cs-contacts ul,
.fw-aminit-item-container h6,
.tc_single,
.team-container {
    margin-top: 30px
}

.tc_single_title {
    float: left;
    position: relative;
    text-transform: uppercase;
    margin-right: 20px;
    top: 12px
}

.post-img-row {
    padding: 20px 0 30px;
    grid-gap: 10px
}

.content-nav-fixed {
    position: relative;
    padding: 0 30px;
    height: 100px;
    background: #272535;
    margin: 30px 0;
    border-radius: 10px
}

.content-nav-fixed:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    z-index: 1;
    border: 1px dashed rgba(255, 255, 255, .2)
}

.content-nav-fixed:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: rgba(255, 255, 255, .21);
    z-index: 100
}

.content-nav-fixed ul,
.cs-content-wrapper {
    position: relative;
    z-index: 10
}

.content-nav-fixed li {
    width: 100%;
    display: block;
    position: relative
}

.content-nav-fixed li:first-child,
.fw-aminit-wrap .fw-aminit-item:last-child {
    border: none
}

.content-nav-fixed li a.ln,
.content-nav-fixed li a.rn {
    color: var(--main-color);
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px
}

.content-nav-fixed li a.ln {
    text-align: left;
    float: left;
    padding-left: 120px
}

.content-nav-fixed li a.rn {
    text-align: right;
    float: right;
    padding-right: 120px
}

.content-nav-fixed li a:hover:before {
    top: 0
}

.content-nav-fixed li a.ln i,
.content-nav-fixed li a.rn i {
    position: relative;
    z-index: 50;
    transform: translateX(0);
    transition: .3s linear;
    color: #fff
}

.content-nav-fixed li a.ln:hover i {
    transform: translateX(-85px);
    transition-delay: .35s
}

.content-nav-fixed li a.rn:hover i {
    transform: translateX(85px);
    transition-delay: .35s
}

.content-nav-fixed li a span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    z-index: 10
}

.content-nav-fixed li a.ln span {
    padding-left: 15px
}

.content-nav-fixed li a.rn span {
    padding-right: 15px
}

.content-nav_mediatooltip {
    position: absolute;
    bottom: 50%;
    margin-bottom: -30px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.content-nav-fixed li .overlay {
    opacity: 0;
    transition: .3s linear
}

.content-nav-fixed li:hover .overlay {
    opacity: .7;
    transition-delay: .3s
}

.comments-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px
}

.comments-header,
.comments-item-text-wrap {
    padding: 20px 40px
}

.comments-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden
}

.aminites-card-item:hover,
.contacts-card-item:hover,
.reply-item {
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .05)
}

.comments-avatar img {
    width: 100%;
    height: 100%
}

.comment-form input,
.comment-form textarea,
.commentssubmit {
    height: 60px;
    -webkit-appearance: none;
    font-family: var(--secondary-font)
}

.comments-item-text {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 10px
}

.comments-header {
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 1.4em;
    background: #fff;
    position: relative
}

.comments-item-footer {
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
    border-top: 1px solid #eee;
    font-family: var(--secondary-font)
}

.comments-item-date {
    float: left;
    font-size: 1.1em
}

.comments-item-date i {
    margin-right: 10px;
    color: var(--main-color)
}

.reply-item {
    float: right;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #eee
}

#message {
    text-align: left;
    font-size: 1.3em
}

#message div {
    padding-top: 20px
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 0 30px;
    border-radius: 4px;
    color: #000;
    font-size: 20px;
    text-align: left;
    margin-top: 20px
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
    padding: 25px 30px;
    margin-bottom: 20px
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    font-family: var(--secondary-font)
}

.commentssubmit {
    display: table;
    cursor: pointer;
    padding: 0 50px;
    border: none;
    border-radius: 4px;
    position: relative;
    color: var(--main-color);
    text-transform: uppercase;
    background: #272535;
    font-weight: 500
}

.contacts-card-item {
    position: relative;
    padding: 30px 30px 30px 90px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #f9f9f9;
    transition: .3s ease-in-out
}

.contacts-card-item i {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2.8em;
    color: var(--main-color);
    transform: translateY(-50%)
}

.contacts-card-item span {
    display: block;
    text-align: left;
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative
}

.contacts-card-item a {
    float: left;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-size: 1.1em;
    font-weight: 500;
    color: var(--main-color);
    transition: .2s ease-in-out;
    text-align: start
}

.contacts-card-item a:hover,
.testi-link:hover {
    color: #666
}

.map-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.mapzoom-in,
.mapzoom-out,
.scrollContorl {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px;
    right: 22px;
    color: var(--main-color);
    bottom: 70px;
    transform: translate3d(0, 0, 0);
    background: #272535;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .09)
}

.mapzoom-out {
    bottom: 20px
}

.scrollContorl {
    bottom: 150px
}

.mapzoom-in:before,
.mapzoom-out:before,
.scrollContorl:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f068";
    font-size: 10px;
    font-weight: 600
}

.mapzoom-in:before {
    content: "\f067"
}

.scrollContorl:before {
    content: "\f09c"
}

.scrollContorl.enabledsroll:before {
    content: '\f3c1'
}

.gm-style .gm-style-iw {
    border-radius: 0 !important;
    padding: 12px 20px 2px !important
}

.tabs-container {
    overflow: hidden;
    border: 1px dashed #ddd
}

.hero-menu_header {
    position: relative;
    margin: 30px 0 50px;
    display: inline-table;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .04)
}

.hero-menu_header:after,
.hero-menu_header:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    border-top: 1px solid #eee
}

.hero-menu_header:before {
    left: -150px
}

.hero-menu_header:after {
    right: -150px
}

.hero-menu-det {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.hero-menu_header li {
    text-align: left;
    display: inline-block;
    margin: 0 30px;
    font-size: 1.5em;
    position: relative;
    padding: 25px 0
}

.hero-menu_header li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -34px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: var(--main-color)
}

.hero-menu_header li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0d8";
    position: absolute;
    bottom: -6px;
    font-size: 15px;
    right: 50%;
    opacity: 0;
    font-weight: 800
}

.hero-menu_header li a {
    color: #666;
    transition: .3s ease-in-out
}

.client-item img:hover,
.hero-menu-item-img:hover:after,
.hero-menu_header li.current:before,
.news .owl-theme:hover .owl-nav [class*=owl-],
.team-photo:hover .team-social {
    opacity: 1
}

.dec-container {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 60px
}

.signature-opt {
    overflow: hidden;
    padding: 15px 0 0
}

.column-section-wrap.left-column-section,
.cs-social li,
.fl-btn,
.signature_title,
.signature_title img,
.signature_title_item {
    float: left
}

.signature_title img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.signature_title_item {
    margin-left: 20px;
    text-align: left;
    padding-top: 10px
}

.about-img-hotifer h5,
.signature_title_item h5,
.video_link i {
    font-size: 1.2em
}

.signature_title_item h6 {
    font-weight: 500;
    font-family: var(--secondary-font);
    text-transform: uppercase
}

.signature_item {
    float: right;
    width: 100px;
    margin-top: 15px
}

.dc_dec-item_left,
.dc_dec-item_right {
    position: absolute;
    top: 50%;
    z-index: 5
}

.dc_dec-item_left {
    left: -60px
}

.dc_dec-item_right {
    right: -60px
}

.dc_dec-item_left:before,
.dc_dec-item_right:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    background: #eee
}

.dc_dec-item_right:before {
    left: 30px
}

.dc_dec-item_left:before {
    right: 30px
}

.dec-container:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    z-index: 1
}

.hero-menu-item {
    position: relative;
    border-bottom: 1px dashed #ddd;
    z-index: 10;
    opacity: 0;
    left: -30px;
    float: left;
    width: 50%;
    overflow: hidden
}

.hero-menu-wrap .hero-menu-item:nth-child(2n) {
    padding: 30px 0 30px 150px
}

.hero-menu-wrap .hero-menu-item:nth-child(odd) {
    padding: 30px 20px 30px 150px
}

.hero-menu-item.uvis-hmi {
    opacity: 1;
    left: 0
}

.hero-menu-item-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -40px
}

.hero-menu-item-img:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    z-index: 2
}

.hero-menu-item-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .2);
    position: relative;
    z-index: 1
}

.hero-menu-item-img:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    z-index: 3;
    opacity: 0;
    font-size: 15px;
    transition: .2s ease-in-out;
    color: var(--main-color)
}

.hero-menu-item-title h6 {
    text-align: left;
    padding-bottom: 4px;
    color: #444;
    font-size: 1.7em;
    font-weight: 500;
    position: relative
}

.hot-desc {
    color: var(--main-color);
    margin-left: 10px
}

.hero-menu-item-price {
    font-weight: 500;
    font-size: 2.2em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color)
}

.hero-menu-item-details {
    padding-right: 150px
}

.btn,
.dwonload_btn {
    height: 54px;
    line-height: 54px;
    padding: 0 54px;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    color: var(--main-color);
    background: #272535;
    transition: .3s ease-in-out
}

.btn:before,
.dwonload_btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 4px;
    border: 1px dotted #ddd;
    transition: .3s ease-in-out
}

.btn:hover:before,
.cs-reserv_btn:hover:before,
.dwonload_btn:hover:before,
.stg_link:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.dwonload_btn:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #eee;
    z-index: 10
}

.btn:hover,
.dwonload_btn:hover {
    background: var(--main-color);
    color: #222
}

.fw-aminit-wrap {
    position: relative;
    height: 60vh;
    overflow: hidden
}

.fw-aminit-item {
    position: relative;
    float: left;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    z-index: 20
}

.fw-aminit-item:before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(39, 37, 53, .3);
    transition: .3s ease-in-out
}

.fw-aminit-item:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    height: 0;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    transition: .3s ease-in-out
}

.fw-aminit-item.act-index:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(39, 37, 53, .8)
}

.fw-aminit-item-container {
    position: relative;
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.fw-aminit-item-container i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    color: var(--main-color);
    opacity: .3;
    z-index: -1;
    font-size: 10.4em;
    transition: .3s ease-in-out
}

.fw-aminit-item.act-index .fw-aminit-item-container i {
    transform: translateX(-50%) scale(1)
}

.fw-aminit-item-container h3 {
    color: #fff;
    font-size: 2.8em;
    position: relative
}

.fw-aminit-item-container h3:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: var(--main-color)
}

.fw-aminit-item-container h5 {
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
    color: var(--main-color)
}

.aminit-work-time {
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    padding: 15px 40px;
    border-radius: 10px;
    border: 1px dotted var(--main-color);
    z-index: 10;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .07);
    opacity: 0;
    margin-bottom: 10px;
    transition: .3s ease-in-out
}

.fw-aminit-item.act-index .aminit-work-time {
    opacity: 1;
    margin-bottom: 0
}

.aminit-work-time span,
.aminit-work-time strong,
.fw-aminit-item-container h6 {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 16px
}

.aminit-work-time span {
    display: block;
    margin-bottom: 10px
}

.bg-ser .bg {
    opacity: 0;
    will-change: opacity, transform;
    transform: scale(1);
    transition: 1.2s linear
}

.bg-ser .bg.active {
    opacity: 1;
    left: 0;
    transform: scale(1.05)
}

.testimonilas-carousel-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee
}

.testimonilas-carousel-wrap {
    position: relative;
    margin-top: 50px;
    padding: 0 50px;
    z-index: 10
}

.inline-facts h6,
.testi-link {
    margin-top: 20px;
    font-weight: 600
}

.testi-item {
    transform: scale(.9)
}

.event-carousel-item:before,
.testi-item:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: 50px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px;
    color: var(--main-color)
}

.event-carousel-item:before {
    content: '\25CF\25CF\25CF';
    bottom: 0
}

.testimonilas-text-item {
    position: relative;
    z-index: 2
}

.testi-item-dec:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #f9f9f9
}

.testimonilas-text {
    padding: 85px 50px 75px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px
}

.testimonilas-text:after,
.testimonilas-text:before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 2.2em;
    transition: .4s linear;
    font-weight: 700;
    color: var(--main-color);
    z-index: 10
}

.testimonilas-text:after {
    content: "\f10e";
    bottom: 30px;
    right: 35px
}

.testimonilas-text:before {
    content: "\f10e";
    top: 30px;
    left: 35px
}

.testimonilas-text h3 {
    font-weight: 600;
    font-size: 1.8em;
    padding-bottom: 20px
}

.testimonilas-carousel .swiper-slide {
    padding: 30px 0
}

.testi-avatar {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    z-index: 20
}

.testi-avatar:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    left: -8px;
    bottom: -8px;
    right: -8px;
    top: -8px;
    border: 1px solid #eee;
    z-index: 1;
    background: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .09)
}

.testi-avatar img {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 100%;
    position: relative;
    z-index: 2
}

.sub-para,
.testimonilas-text p {
    color: #878c9f;
    font-size: 1.3em;
    font-family: var(--main-font);
    font-style: italic;
    text-align: center;
    padding-bottom: 0;
    font-weight: 500
}

.swiper-slide-active .testi-item {
    opacity: 1;
    transform: scale(1);
    background: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05);
    transition-delay: .7s
}

.testi-link {
    position: relative;
    display: inline-block;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 1.3em
}

.testi-number {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-size: 1.8em;
    color: #999;
    z-index: 10
}

.tc-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background: #272535;
    color: var(--main-color);
    z-index: 50;
    cursor: pointer
}

.inline-facts h6,
.ts_title {
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase
}

.tc-button-next {
    right: 25px
}

.tc-button-prev {
    left: 25px
}

.tcs-pagination_init {
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%
}

.tcs-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 100%;
    transition: .3s ease-out
}

.tcs-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: .3s ease-out;
    transform: scale(0)
}

.inline-facts {
    float: left;
    width: 25%;
    position: relative
}

.inline-facts:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, .3);
    top: 50%;
    margin-top: -25px
}

.aminites-card-item .tbc-separator,
.team-info {
    margin-top: 10px
}

.inline-facts .num {
    color: var(--main-color);
    font-size: 6.3em;
    font-weight: 600
}

.inline-facts h6:after,
.team-info:after {
    width: 50px;
    left: 50%;
    font-size: 6px;
    margin-left: -25px
}

.inline-facts h6 {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    border-radius: 4px
}

.inline-facts h6:after {
    position: absolute;
    content: '\25CF\25CF\25CF';
    bottom: -40px;
    letter-spacing: 4px
}

.column-wrap-bg-text h3:after,
.team-info:after {
    letter-spacing: 8px;
    content: '\25CF\25CF\25CF\25CF\25CF'
}

.team-box {
    overflow: hidden;
    margin-bottom: 20px
}

.team-photo {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .1);
    z-index: 10
}

.team-info {
    padding: 25px 30px 40px;
    border: 1px dotted #ddd;
    background: #fff;
    border-radius: 6px
}

.team-photo .overlay {
    opacity: 0;
    transition: .2s ease-in-out
}

.team-info h3 {
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 2.2em;
    text-align: center
}

.team-info h4 {
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase
}

.team-info p {
    margin-top: 20px;
    text-align: center
}

.team-social {
    top: 50%;
    height: 40px;
    left: 20px;
    right: 20px;
    opacity: 0;
    line-height: 40px;
    margin-top: -20px;
    z-index: 5;
    padding: 0 10px
}

.content-inner,
.content-inner>* {
    transition: .9s cubic-bezier(.68, -.55, .265, 1.55);
    backface-visibility: hidden
}

.ts_title {
    top: -40px;
    left: 0;
    right: 0;
    font-weight: 500
}

.team-info:after {
    bottom: 15px
}

.team-social li a {
    font-size: 1.7em
}

.team-dec {
    top: 20px;
    right: 30px;
    font-size: 26px;
    color: #adc7dd
}

.images-collage-item {
    overflow: hidden;
    height: auto;
    position: absolute;
    z-index: 1
}

.main-iamge {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 4
}

.hero-image-collge-wrap:before,
.image-collge-wrap:before {
    content: '';
    position: absolute;
    left: 150px;
    bottom: -50px;
    right: -50px;
    height: 250px;
    background: #f9f9f9;
    border: 1px solid #eee;
    z-index: 1;
    border-radius: 10px
}

.about-img-hotifer {
    position: absolute;
    right: -40px;
    bottom: 20px;
    width: 380px;
    padding: 40px;
    z-index: 11;
    color: #fff;
    text-align: left;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    border-radius: 10px
}

.about-img-hotifer-wrap:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f10e";
    bottom: -10px;
    right: 10px;
    position: absolute;
    font-size: 1.6em;
    font-weight: 700;
    color: var(--main-color)
}

.about-img-hotifer h4 {
    padding-bottom: 6px;
    font-size: 1.4em
}

.about-img-hotifer p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: left
}

.video_link {
    position: absolute;
    left: 60px;
    bottom: 40px;
    z-index: 10;
    cursor: pointer
}

.video_link i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #272535;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    margin-right: 20px;
    color: var(--main-color);
    border-radius: 50%;
    box-sizing: border-box
}

.video_link span {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.cards-wrap {
    margin: 50px 0 0;
    z-index: 2;
    position: relative
}

.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px
}

.content-inner:hover .content-front {
    transform: rotateY(-180deg)
}

.content-inner:hover .content-back {
    transform: rotateY(0)
}

.content-inner .content-back,
.content-inner .content-front {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, .2)
}

.content-front {
    background: #272535;
    position: relative;
    cursor: pointer;
    border-radius: 10px
}

.content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #272535;
    border-radius: 10px
}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 130px 25px;
    border-radius: 10px
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(.81);
    text-align: center;
    position: relative;
    z-index: 2
}

.content-back i {
    font-size: 54px;
    position: relative;
    color: var(--main-color)
}

.dec-icon {
    position: relative;
    display: inline-table;
    width: 80px;
    height: 80px
}

.content-inner .content-front h4,
.hero-rsto-link,
.stg_link {
    display: inline-block;
    font-family: var(--secondary-font)
}

.dec-icon:after,
.dec-icon:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1)
}

.dec-icon:before {
    left: -15px;
    top: 12px
}

.dec-icon:after {
    right: -15px;
    bottom: 12px
}

.content-inner .cf-inner .inner p {
    color: #fff;
    text-align: center;
    font-size: 20px
}

.content-back:after {
    position: absolute;
    content: '\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: 30px;
    margin-left: -25px;
    font-size: 9px;
    letter-spacing: 4px;
    color: var(--main-color)
}

.serv-num {
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: #fff;
    color: var(--main-color);
    z-index: 3;
    transform: translateX(-50%);
    font-size: 1.8em
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 2.6em;
    font-weight: 500;
    padding-bottom: 10px
}

.content-inner .cf-inner .inner h2:after {
    content: '';
    position: absolute;
    top: -20px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: var(--main-color)
}

.content-inner .content-front h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 4px
}

.content-inner .cf-inner .inner h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px
}

.wide-section {
    z-index: 4
}

.wide-section:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    background: #f9f9f9;
    bottom: 0;
    z-index: 3
}

.wide_section-title {
    margin: 40px 0 90px
}

.wide_section-title h3 {
    font-size: 3.5em;
    text-transform: uppercase;
    color: #fff
}

.wide_section-title h5 {
    text-align: center;
    color: var(--main-color);
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative
}

.boxed-container {
    position: relative;
    background: #fff;
    box-shadow: 0 10px 64px 0 rgba(0, 0, 0, .1);
    z-index: 20;
    overflow: hidden;
    border-radius: 20px;
    margin: 50px 0
}

.boxed-container-title_item {
    position: relative;
    z-index: 10;
    padding: 15px 15px 0
}

.boxed-container-title {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    background: #fff
}

.boxed-container-title h2 {
    text-align: left;
    font-size: 2.2em;
    color: #666;
    padding-bottom: 20px;
    position: relative
}

.boxed-container-title p {
    color: #292929;
    text-align: justify
}

.boxed-container-title h4 {
    text-align: left;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: var(--main-color)
}

.clients-carousel-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    top: 30px
}

.client-item img {
    width: 100%;
    aspect-ratio: 4/2;
    object-fit: contain;
    opacity: .7;
    transform: scale(1.3)
}

.bic_dec {
    position: absolute;
    right: 30px;
    bottom: -10px;
    color: rgba(255, 255, 255, .4);
    font-size: 90px
}

.boxed-container-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 50%
}

.boxed-container-wrap:before,
.column-wrap-bg:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    top: 30px;
    border: 1px dashed rgba(255, 255, 255, .4);
    background: rgba(39, 37, 53, .5);
    z-index: 10;
    border-radius: 10px
}

.column-wrap-bg:before {
    left: 15px
}

.cc-btn {
    position: absolute;
    z-index: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    cursor: pointer;
    color: var(--main-color)
}

.aminites-cards-wrap {
    margin-top: 30px;
    position: relative
}

.aminites-card-item {
    position: relative;
    padding: 40px 30px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 15px 0;
    background: #fff
}

.aminites-card-item i {
    text-align: left;
    display: block;
    color: var(--main-color);
    font-size: 3em;
    margin-bottom: 40px
}

.aminites-card-item h4 {
    font-size: 1.9em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #666;
    font-weight: 500
}

.column-wrap-bg-text h3,
.hero-rsto-link,
.stg_link {
    font-weight: 600;
    text-transform: uppercase
}

.aci_num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4em;
    color: var(--main-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f9f9f9;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0 0 0 10px
}

.cs-social li a,
.stg_link {
    background: rgba(255, 255, 255, .05)
}

.column-wrap-bg {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.column-wrap-bg-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 10
}

.column-wrap-bg-text h3 {
    font-size: 3.5em;
    color: var(--main-color);
    position: relative
}

.column-wrap-bg-text h3:after {
    position: absolute;
    width: 50px;
    left: 50%;
    top: -20px;
    margin-left: -25px;
    font-size: 6px;
    color: #fff
}

.column-wrap-bg-text h4 {
    font-size: 1.8em;
    font-style: italic;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #fff
}

.hero-rsto-link {
    color: #fff;
    position: relative;
    margin-top: 40px
}

.hero-rsto-link:hover:before {
    width: 20px;
    margin-left: -10px
}

.hero-rsto-link:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    background: var(--main-color)
}

.column-section-wrap {
    float: right;
    width: 100%;
    position: relative;
    padding: 120px 50px
}

.column-text {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.rooms-carousel,
.rooms-carousel-item,
.rooms-carousel-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rooms-carousel-wrap {
    height: 65vh;
    padding: 15px 15px 15px 0
}

.bg-parallax-wrap-gradien:before,
.rooms-carousel-item_container {
    opacity: 0;
    transition: .3s ease-in-out
}

.rooms-carousel-wrap .swiper-slide-active .bg-parallax-wrap-gradien:before,
.rooms-carousel-wrap .swiper-slide-next .bg-parallax-wrap-gradien:before {
    opacity: .9;
    transition-delay: .3s
}

.rooms-carousel-wrap .swiper-slide-next .bg-parallax-wrap-gradien:before {
    transition-delay: .4s
}

.rooms-carousel-item_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 30px 40px;
    margin-bottom: 20px
}

.rooms-carousel-wrap .swiper-slide-active .rooms-carousel-item_container,
.rooms-carousel-wrap .swiper-slide-next .rooms-carousel-item_container {
    margin-bottom: 0;
    opacity: 1;
    transition-delay: .3s
}

.rooms-carousel-item_container h3 {
    text-align: left;
    font-size: 2.3em;
    position: relative;
    padding-bottom: 10px
}

.rooms-carousel-item_container p {
    color: rgba(255, 255, 255, .7)
}

.rooms-carousel-item_container .room-card-details {
    border-bottom: none;
    border-color: rgba(255, 255, 255, .1);
    padding: 20px 0 0;
    margin: 10px 0 0;
    position: relative
}

.rooms-carousel-item_container .room-card-details .grid-item_price {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0
}

.stg_link {
    position: relative;
    margin-top: 40px;
    border: 1px solid var(--main-color);
    padding: 15px 40px;
    border-radius: 4px
}

.stg_link:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 4px;
    border: 1px dotted rgba(255, 255, 255, .2)
}

.rooms-carousel-item .like-btn {
    bottom: auto;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

.rooms-carousel-wrap .swiper-slide-active .rooms-carousel-item .like-btn,
.rooms-carousel-wrap .swiper-slide-next .rooms-carousel-item .like-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: .3s
}

.rc-controls-wrap {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 10
}

.rc-button {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    transition: .3s;
    background: #272535;
    z-index: 50;
    cursor: pointer;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .4);
    margin-left: 20px
}

.hero_images-collage-item img,
.single-dec_img {
    box-shadow: 0 30px 64px 0 rgba(0, 0, 0, .4);
    position: relative
}

.events-carousel-wrap {
    position: relative;
    margin-top: 50px
}

.event-carousel-item {
    position: relative;
    padding-bottom: 20px
}

.event-carousel-item p {
    text-align: center;
    color: #fff
}

.event-date {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block
}

.event-carousel-item h4 {
    font-size: 1.7em;
    padding-bottom: 10px
}

.ec-button {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 20;
    cursor: pointer;
    font-size: 1.3em;
    color: var(--main-color)
}

.ec-button-prev {
    left: -40px
}

.ec-button-next {
    right: -40px
}

.single-dec_img {
    overflow: hidden;
    border-radius: 10px;
    z-index: 10
}

.hero-image-collge-wrap {
    position: relative;
    padding-left: 50px
}

.hero_images-collage-item {
    position: absolute;
    height: auto;
    border-radius: 10px
}

.hero_images-collage-item:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 10px;
    border: 1px dotted #ccc;
    z-index: 1
}

.hero_images-collage-item img {
    z-index: 2;
    border-radius: 10px
}

@media only screen and (max-width:1600px) {
    .content-dec2:before {
        display: none
    }

    .rooms-carousel-item_container .room-card-details .grid-item_price {
        position: relative;
        top: 0;
        margin: 25px 0 0
    }

    .recent-post-img {
        padding: 0;
        border-right: none
    }

    .recent-post-content {
        padding: 20px 0 20px 20px
    }

    .content-dec span,
    .content-dec2,
    .dec-container {
        background: #fff
    }

    .fw-gi .gallery-item .grid-item-holder,
    .fw-gi2-column .grid-item-holder {
        border-radius: 10px 10px 0 0
    }

    .fw-gi .gallery-item .grid-item-details,
    .fw-gi2-column .gallery-item .grid-item-details {
        border-left: 1px solid #eee;
        border-radius: 0 0 10px 10px
    }
}

@media only screen and (max-width:1268px) {

    .dc_dec-item_left,
    .dc_dec-item_right {
        display: none
    }

    .two-column .gallery-item {
        width: 100%
    }
}

@media only screen and (max-width:1068px) {

    .header-top_contacts,
    .menusb a {
        font-weight: 600
    }

    .menusb,
    .menusb li,
    .text-block {
        overflow: hidden
    }

    .main-header .container {
        float: left;
        width: 100%;
        --bs-gutter-x: 0
    }

    .header-top {
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #eee
    }

    .header-social {
        padding-left: 20px
    }

    .header-top_contacts:after {
        background: #eee;
        top: 15px
    }

    .header-social li a:hover,
    .header-top_contacts a,
    .lang-wrap a,
    .lang-wrap span {
        color: #272535
    }

    .nav-holder-wrap {
        border-right: none;
        border-left: none
    }

    .header-social li a,
    .header-top_contacts,
    .lang-wrap {
        line-height: 80px
    }

    .nav-button-wrap {
        float: right;
        height: 80px;
        width: 80px;
        cursor: pointer;
        position: relative;
        display: block;
        border-left: 1px solid #eee;
        left: 10px
    }

    .main-menu,
    .menusb li i,
    .nav-button {
        position: absolute
    }

    .nav-button {
        top: 40%;
        left: 50%;
        width: 22px;
        height: 20px;
        margin-left: -16px;
        margin-top: -6px
    }

    .map-container {
        height: 625px
    }

    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background: var(--main-color);
        margin-bottom: 4px;
        border-radius: 4px;
        transition: .2s linear
    }

    .gallery-item,
    .grid-sizer,
    .inline-facts,
    .nav-button span:first-child,
    .two-column .gallery-item {
        width: 50%
    }

    .booking-reviews,
    .dec-container:before,
    .fwc_pag2,
    .header-tooltip,
    .height-emulator,
    .hero-call-wrap,
    .hero-image-collge-wrap:before,
    .hero-menu-item-img:before,
    .hero_images-collage-item,
    .hs_btn-dec,
    .hs_btn-dec:before,
    .hs_btn_wrap_preview,
    .image-collge-wrap:before,
    .main-menu nav ul,
    .sc-dec,
    .sc-dec2,
    .sc-dec3,
    .sc-dec4,
    .section-dec,
    .slide-progress_container,
    .st-gallery .footer-separator {
        display: none
    }

    .main-menu .menusb ul,
    .menusb {
        display: block
    }

    .main-menu {
        top: 80px;
        right: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background: #272535;
        visibility: hidden;
        opacity: 0;
        border-radius: 0 0 10px 10px;
        transition: .4s ease-in-out
    }

    .column-wrap-bg,
    .column-wrap-bg-text,
    .main-menu .menusb ul,
    .menusb,
    .menusb a,
    .menusb li {
        width: 100%;
        float: left;
        position: relative
    }

    .vismobmenu {
        opacity: 1;
        right: 0;
        visibility: visible
    }

    .menusb li {
        margin: 0;
        padding: 0 20px
    }

    .menusb li i {
        right: 160px;
        top: 12px
    }

    .menusb li i:before {
        content: "\f0da"
    }

    .menusb a {
        padding: 8px 5px;
        text-transform: uppercase;
        font-family: var(--secondary-font);
        color: #fff;
        line-height: 20px;
        text-align: left
    }

    .menusb a.back {
        padding-left: 24px
    }

    .menusb a.back:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f177";
        font-size: 14px
    }

    .menusb a.act-link,
    .menusb a.back:before,
    .menusb li i {
        color: var(--main-color)
    }

    .column-wrap-bg,
    .column-wrap-bg-text {
        padding: 90px 0
    }

    .main-footer {
        position: relative
    }

    .footer-widget-wrap {
        padding: 40px 0
    }

    .footer-separator-wrap {
        margin: 30px auto
    }

    .footer-widget-title {
        padding-bottom: 16px
    }

    .footer-widget {
        margin-bottom: 30px
    }

    .lang-wrap {
        margin-right: 0;
        padding-right: 10px
    }

    .hero-wrap {
        height: calc(100% - 160px);
        margin-top: 160px
    }

    .hs_btn {
        top: 100%;
        margin-top: -70px
    }

    .hs_btn,
    .hs_btn i {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .hero-image-collge-wrap {
        margin-top: 30px;
        padding-left: 0
    }

    .content-section {
        padding: 50px 0
    }

    .py-5 {
        padding: 0 0 20px !important
    }

    .mission-heading-img {
        margin-top: 0 !important
    }

    .text-block .br-counter {
        float: none
    }

    .section-title h2 {
        font-size: 26px
    }

    .st-gallery {
        position: relative;
        width: 100%;
        padding: 70px 0
    }

    .inline-facts h6 {
        padding: 0
    }

    .pr-80 {
        padding-right: 0 !important
    }

    .news .pt-95 {
        padding-top: 20px !important
    }

    .st-gallery .section-title {
        transform: translateY(0);
        top: 0
    }

    .rooms-carousel-wrap {
        height: 70vh;
        padding: 15px 15px 70px;
        overflow: inherit
    }

    .rooms-carousel-item_container {
        padding: 0 20px 10px
    }

    .content-inner {
        margin-bottom: 20px
    }

    .boxed-container {
        margin: 0 0 50px
    }

    .boxed-container-title,
    .column-section-wrap {
        width: 100%
    }

    .boxed-container-wrap {
        float: left;
        position: relative;
        padding: 70px 0;
        width: 100%
    }

    .boxed-container-wrap .promo-video {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(0)
    }

    .dec-container {
        padding: 10px
    }

    .client-item img {
        aspect-ratio: 4/2;
        transform: scale(1)
    }

    .wide-section:after {
        left: 15px;
        bottom: 15px;
        right: 15px
    }

    .wide_section-title {
        margin: 40px 0 20px
    }

    .dark-bg .section-title h2 {
        font-size: 3em;
        padding: 0 5px
    }

    .column-wrap-bg-text h3 {
        padding: 0 20px;
        font-size: 3em
    }

    .fw-search-wrap_hero,
    .image-collge-wrap,
    .map-container {
        margin-top: 20px
    }

    .map-img {
        width: 360px !important
    }

    .location-icon {
        left: 138px !important
    }

    .content-section.parallax-section.hero-section .htc_single .section-title h2 {
        font-size: 2.5em;
        padding: 20px 0 10px;
        line-height: 1.25em
    }

    .hero-title-container .section-title h2 {
        font-size: 4.7em
    }

    .fw-search-wrap .input-wrap,
    .fw-search-wrap .quantity,
    .fw-search-wrap_hero .input-wrap,
    .fw-search-wrap_hero .quantity {
        margin-bottom: 10px
    }

    .rc-controls-wrap {
        position: relative;
        top: 0;
        right: 0;
        margin: 25px 0
    }

    .rc-button {
        display: inline-block;
        float: none;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .content-section.parallax-section.hero-section.htc_single_item {
        padding: 220px 0 70px
    }

    .about-img-hotifer {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px
    }

    .post-item {
        width: 100%;
        padding: 0 0 30px
    }

    .pagination {
        margin: 20px 0
    }

    .blog-media {
        margin-bottom: 0
    }

    .hero-menu-wrap .hero-menu-item:nth-child(2n),
    .hero-menu-wrap .hero-menu-item:nth-child(odd) {
        width: 100%;
        padding: 20px 0 20px 80px
    }

    .hero-menu-wrap .hero-menu-item:last-child {
        border-bottom: none
    }

    .hero-menu-item-img {
        left: 10px;
        margin-top: 0;
        top: 20px
    }

    .hero-menu-item-img,
    .hero-menu-item-img img {
        width: 60px;
        height: 60px
    }

    .hero-menu-item-price {
        right: auto;
        left: 20px;
        top: 93px;
        transform: translateY(0)
    }

    .hero-menu-item-details {
        padding-right: 10px
    }

    .logo-holder {
        padding: 0 10px
    }

    .single-carousle-container {
        padding: 0;
        margin-bottom: 10px
    }

    #main {
        overflow-x: hidden !important
    }

    .tb-sin {
        padding-right: 0
    }
}

.news .item .date i,
.news .item .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block
}

@media only screen and (max-width:900px) {

    .serach-header-btn span,
    .slider-button:before {
        display: none
    }

    .serach-header-btn {
        padding: 0;
        width: 60px;
        background: #fff
    }

    .serach-header-btn:hover,
    .show-cart:hover,
    .show-share-btn:hover {
        background: 0 0
    }

    .serach-header-btn i {
        margin: 0;
        font-size: 1.2em;
        color: #666;
        font-weight: 500
    }

    .fw-aminit-wrap {
        height: auto
    }

    .fw-aminit-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 40px 0
    }

    .fw-aminit-item-container {
        top: 0;
        transform: translateY(0)
    }

    .aminit-work-time {
        position: relative;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        opacity: 1;
        margin: 30px 0 0;
        display: inline-block
    }
}

@media only screen and (max-width:768px) {

    .comments-avatar,
    .footer-logo,
    .footer-title-dec,
    .header-top_contacts,
    .hero-menu_header li:after,
    .hero-menu_header li:before,
    .hero-section-scroll,
    .show-share-btn span,
    .to-top span {
        display: none
    }

    .copyright {
        float: none;
        font-size: 1em
    }

    .nav-button-wrap,
    .serach-header-btn_wrap,
    .show-cart,
    .show-share-btn {
        width: 35px;
        border: none;
        margin: 11px 0;
        color: #272535;
        padding: 0
    }

    .nav-holder-wrap {
        background: #fff
    }

    .column-wrap-bg-text,
    .grid-big-pad .gallery-item,
    .serach-header-btn_wrap,
    .testimonilas-carousel-wrap {
        padding: 0
    }

    .nav-button-wrap {
        margin: 0 15px 0 0
    }

    .flatpickr-calendar {
        width: auto !important
    }

    .show-share-btn i {
        position: relative;
        top: 4px
    }

    .hero-wrap {
        height: calc(100% - 160px);
        margin-top: 65px
    }

    .logo-holder img {
        margin-top: -30px;
        height: 45px
    }

    .tcs-pagination_wrap {
        padding: 0 20px
    }

    .stg_link {
        margin-top: 20px
    }

    .tc-button {
        top: 100%;
        margin-top: -15px
    }

    .daterangepicker {
        width: 286px !important
    }

    .inline-facts {
        width: 25%
    }

    .single-carousel,
    .single-carousel2 {
        height: 250px
    }

    .fw-carousel-button-prev {
        left: 10px
    }

    .fw-carousel-button-next,
    .rc-controls-wrap {
        right: 10px
    }

    .slider-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .4)
    }

    .gid_link,
    .shop-header_opt {
        margin-top: 20px;
        position: relative
    }

    .sc-controls {
        bottom: 10px;
        left: 9%;
        transform: translateX(-2%)
    }

    .single-carousle-container2 {
        padding: 0 0 15px
    }

    .content-nav-fixed li a.rn {
        padding-right: 60px
    }

    .content-nav-fixed li a.ln {
        padding-left: 60px
    }

    .comments-item {
        padding-left: 0
    }

    .hero-menu_header li {
        text-align: center;
        display: block;
        padding: 10px 0
    }

    .hero-menu_header {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 10px
    }

    .aminites-card-item,
    .dec-container.anim_tabs {
        padding: 10px
    }

    .gallery-item,
    .grid-sizer,
    .two-column .gallery-item {
        width: 100%
    }

    .shop-header {
        padding: 0 0 10px;
        margin-bottom: 10px
    }

    .shop-header_opt {
        top: 0;
        width: 100%
    }

    .fw-search-wrap {
        margin-bottom: 20px
    }

    .gid_link {
        bottom: 0;
        right: 0;
        display: block
    }

    .container {
        width: min(100% - 10px, 1600px)
    }

    .sr-opt {
        position: relative;
        border: none;
        text-align: left;
        padding: 10px 0;
        box-shadow: 0 10px 24px 0 transparent
    }

    .rcd-single {
        margin: 10px 0;
        padding: 0 0 10px
    }

    .sa_towishlist {
        margin-top: 10px;
        display: table;
        border: 1px solid #eee;
        padding: 10px 20px;
        background: #f9f9f9
    }

    .aminites-card-item h4,
    .content-inner .content-front h4 {
        font-size: 16px
    }

    .fl-btn {
        float: none !important
    }

    .aminites-card-item p,
    .inline-facts h6 {
        font-size: 13px
    }

    .aminites-card-item br,
    .mobile-logo {
        display: block !important
    }

    .rooms-carousel-item_container {
        padding: 0 10px 10px
    }

    .hsc2 {
        bottom: 60px
    }

    .desk-logo {
        display: none !important
    }

    .to-top {
        position: absolute;
        top: -15px;
        right: 20px
    }

    .order-sm-first {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .text-sm-center {
        text-align: center !important
    }

    .inline-facts .num {
        font-size: 3.3em
    }

    .content-section.parallax-section {
        padding: 50px 0
    }

    .content-section.parallax-section .bg,
    .par-elem .bg {
        height: 100%;
        top: 0
    }

    .content-section.parallax-section.hero-section {
        padding: 130px 0 50px
    }

    .breadcrumbs-wrap {
        height: 50px;
        line-height: 50px
    }

    .team-info {
        padding: 10px 15px
    }

    .category-widget,
    .grid-item-details,
    .main-sidebar-widget h3,
    .meg_aminites_item,
    .post-item_content,
    .recent-post-widget,
    .sitemap-wrapper,
    .social-widget,
    .tags-widget {
        padding: 15px
    }

    .text-block-container ul li {
        margin-left: 10px !important
    }

    .hero-menu-item-price {
        font-size: 1.5em
    }

    .room-card-details i,
    .room-card-details span {
        font-size: 15px
    }

    .tbc_subtitle {
        margin: 15px 0 10px
    }

    .content-inner .cf-inner {
        padding: 80px 25px
    }

    .content-inner .cf-inner .inner h2 {
        font-size: 2em
    }

    .column-section-wrap {
        padding: 88px 50px
    }

    .signature_title_item h5 {
        font-size: 1.3em
    }

    .promo-video h4 {
        font-size: 1.2em
    }

    .pt-sm {
        padding-top: 0 !important
    }

    .content-back .dec-icon {
        top: 0
    }

    .content-back i {
        font-size: 40px
    }

    .nav-holder-wrap {
        height: 65px
    }

    .bg-cream {
        padding: 30px 0 !important;
    }

    .status-label {
        margin-top: 15px !important;
    }

    .status-label div {
        margin: 0 !important;
    }
}

@media only screen and (max-width:640px) {

    .content-section.parallax-section.hero-section .section-title h2,
    .hero-title-container .section-title h2 {
        font-size: 25px;
        margin-bottom: 15px;
        letter-spacing: 2px;
        line-height: 1.35em
    }

    .contacts-card-item {
        padding: 30px
    }

    .wide_section-title h3 {
        font-size: 30px
    }

    .signature_title_item {
        text-align: right;
        margin-top: -75px
    }

    .contacts-card-item i {
        display: none
    }

    .room-card-details li {
        margin: 0 20px 10px 0
    }

    .text-block-title h4 {
        font-size: 2.4em
    }

    .wish-list-wrap {
        width: 350px;
        height: 400px
    }

    .wish-list-container {
        padding: 10px
    }
}

@media only screen and (max-width:364px) {

    .nav-button-wrap,
    .serach-header-btn,
    .serach-header-btn_wrap,
    .show-cart,
    .show-share-btn {
        width: 30px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center
    }
}

.copyright a:hover {
    color: var(--main-font)
}

.header-scrolled {
    background: #fff;
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0 5px 15px rgb(15 36 84 / 5%);
    height: 80px
}

.header-scrolled .show-cart,
.header-scrolled .show-share-btn {
    color: #666;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.show-share-btn a {
    color: var(--main-color) !important
}

.header-scrolled .show-share-btn:hover {
    background-color: var(--main-color)
}

.main-iamge .column-wrap-bg-text h3 {
    top: -23vh;
    left: 15vw;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 4px #000
}

.cs-content-container {
    float: left;
    width: 620px;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    background: #272535;
    padding: 70px 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cs-contacts li:before,
.cs-reserv_btn {
    background: var(--main-color);
    transition: .3s ease-in-out
}

.cs-media {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 620px;
    right: 0;
    z-index: 1
}

.cs-content-container .illustration_bg .bg {
    opacity: .2
}

.cs-content-wrapper h2 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    position: relative
}

.cs-content-wrapper h3 {
    color: var(--main-color);
    font-style: italic;
    font-size: 2.1em;
    font-weight: 500;
    padding-bottom: 10px;
    margin-top: 50px
}

.cs-contacts li,
.cs-reserv_btn {
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase
}

.cs-content-wrapper h2:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 6px;
    color: var(--main-color)
}

.cs-reserv_btn {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    padding: 20px 50px;
    color: #272535;
    border-radius: 4px
}

.cs-reserv_btn:hover {
    background: #272535;
    color: var(--main-color)
}

.cs-reserv_btn:after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    height: 40px;
    width: 1px;
    background: rgba(255, 255, 255, .2)
}

.cs-reserv_btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, .2);
    transition: .3s ease-in-out
}

.hero_btn.cs-reserv_btn:hover {
    background: #fff;
    color: #666;
    border-color: transparent
}

.cs-reserv_btn i {
    margin-left: 20px
}

.cs-content-container:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgba(255, 255, 255, .2);
    z-index: -2;
    border-radius: 20px;
    background: #211f2c
}

.cs-content-container:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    transform: translateX(-50%);
    left: 50%;
    top: 50px;
    margin-left: 6px;
    font-size: 6px;
    letter-spacing: 6px;
    color: var(--main-color)
}

.cs-logo {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 140px;
    z-index: 4;
    margin-left: -70px
}

.cs-logo img {
    height: auto;
    width: 120px
}

.cs-subcribe-form {
    margin: 60px 0 50px
}

.cs-subcribe-form p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

.cs-social {
    display: inline-block;
    border-radius: 4px
}

.cs-social li a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    float: left;
    border: 1px solid rgba(255, 255, 255, .1);
    border-left: none;
    font-size: 1.4em;
    transition: .2s linear;
    color: var(--main-color)
}

.cs-social li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.cs-media .hero_promo-wrap {
    top: 80px;
    right: inherit;
    left: 90px;
    margin-top: 0
}

.cs-media-container {
    top: 40%;
    z-index: 2
}

.cs-contacts {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 20
}

.cs-contacts li {
    display: inline-block;
    margin: 0 30px;
    transition: .2s ease-in-out;
    position: relative
}

.cs-contacts li:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    border-radius: 50%
}

.cs-contacts li span {
    margin-right: 6px;
    color: #fff
}

.countdown {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.cs-countdown-item {
    float: left;
    width: 25%;
    color: #fff;
    position: relative;
    z-index: 2
}

.cs-countdown-item:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -20px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg)
}

.cs-countdown-item span {
    font-size: 4.5vw;
    font-weight: 700;
    color: var(--main-color)
}

.cs-countdown-item p {
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 1.3em
}

.bg-wrap {
    position: absolute;
    top: 20px;
    left: 5px;
    right: 20px;
    bottom: 20px;
    border-radius: 20px;
    z-index: 1;
    border: 1px dashed rgba(255, 255, 255, .2)
}

.cs-footer_separator {
    position: absolute;
    bottom: 70px;
    margin: 0;
    left: 90px;
    right: 90px
}

.subscribe-message {
    bottom: -30px
}

@media only screen and (max-width:1350px) {
    .cs-media:before {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .cs-content-container {
        float: left;
        width: 100%;
        min-height: inherit;
        padding: 70px 100px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .cs-media {
        position: relative;
        left: 0;
        float: left;
        width: 100%;
        padding: 250px 0
    }

    .cs-logo {
        top: 80px
    }

    .cs-countdown-item span {
        font-size: 74px
    }

    .cs-content-container:before,
    .footer-separator-wrap {
        display: none
    }

    .cs-content-wrapper {
        margin-top: 100px
    }

    .bg-wrap {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 1;
        border: none
    }
}

@media only screen and (max-width:768px) {
    .cs-countdown-item {
        width: 50%
    }

    .cs-reserv_btn {
        transform: translateX(0);
        left: 20px;
        right: 20px
    }

    .cs-content-container {
        padding: 70px 30px
    }

    .cs-content-container:before {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .03)
    }

    .cs-contacts {
        left: 0;
        right: 0;
        transform: translateX(0)
    }

    .cs-contacts li {
        float: left;
        width: 100%;
        margin: 0 0 12px
    }

    .cs-contacts li:before {
        display: none
    }
}

@media only screen and (max-width:564px) {
    .cs-media .hero_promo-wrap {
        left: 50%;
        width: 200px;
        margin-left: -100px
    }

    .cs-countdown-item:before,
    .dec-corner {
        display: none
    }

    .cs-countdown-item span {
        font-size: 54px
    }
}

@media only screen and (min-width:1400px) and (max-width:1499px) {
    .nav-holder {
        margin: 26px 0 0 80px
    }
}

@media only screen and (min-width:1500px) {
    .nav-holder {
        margin: 26px 0 0 215px
    }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .nav-holder {
        margin: 26px 0 0 3px
    }
}

.map-img {
    width: 450px;
    height: 100%;
    position: relative
}

.location-icon {
    position: absolute;
    top: 60%;
    left: 176px;
    color: #fff;
    font-size: 35px;
    cursor: pointer
}

.text-justify {
    text-align: justify !important
}

.mission-heading-img {
    width: 50%;
    margin-top: -27px
}

.sitemap-navigation {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0
}

.sitemap-navigation li,
.sitemap-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.sitemap-navigation a {
    display: inline-block;
    border: 1px solid #850606;
    border-radius: .25em;
    color: #000;
    text-decoration: none;
    padding: 1em;
    transition: .25s;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px
}

.sitemap-navigation .menu-item::before,
.sitemap-navigation>.menu-item-has-children>.sub-menu::before {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    margin-left: -2px;
    width: 100%;
    border-left: 4px solid #272535;
    height: 2em
}

.sitemap-navigation>.menu-item-has-children>.sub-menu {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #272535;
    margin-top: 2em
}

.sitemap-navigation>.menu-item-has-children>.sub-menu::before {
    position: absolute;
    top: -2em;
    margin-top: -4px
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item {
    flex: 1 0 auto;
    margin-top: -4px;
    padding-left: 1em;
    padding-right: 1em
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before,
.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:last-child::before {
    background: #fefeff
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before {
    left: auto;
    right: 50%;
    width: 100%;
    border-left: none;
    border-right: 4px solid #272535
}

.sitemap-wrapper {
    padding: 2rem;
    text-align: center
}

.sitemap-navigation a:hover {
    background: #850606;
    color: #fff
}

.sitemap-navigation>.menu-item-has-children>a {
    background: #272535;
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 15px
}

.sitemap-navigation>.menu-item-has-children>a:hover {
    background: #d39604
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item>a {
    border: 1px solid #d39604;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 15px
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item>a:hover {
    background: #d39604;
    color: #fff
}

.text-block-container ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 20px;
    color: #5e646a;
    list-style-type: none;
    text-align: justify;
    margin-left: 50px
}

.text-block-container .number-list {
    font-size: 20px;
    list-style-type: decimal;
    font-weight: 800
}

.breadcrumbs-wrap img {
    width: 120px
}

.globe {
    height: 100vmin;
    width: auto;
    cursor: grab
}

.globe--dragging {
    cursor: grabbing
}

.pr-80 {
    padding-right: 80px
}

.pt-95 {
    padding-top: 95px !important
}

#chartdiv {
    width: 100%;
    height: 600px
}

.rooms-carousel-item_container p i {
    color: rgba(255, 255, 255, .7);
    font-size: 13px
}

.sub-para {
    text-align: start
}

.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.news .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s
}

.news .item:hover .con {
    bottom: 0
}

.news .item img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: brightness(100%);
    height: 469px
}

.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    padding: 5px 10px;
    text-align: center
}

.news .item .date span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff
}

.news .item .date i {
    font-size: 24px;
    font-style: normal;
    color: #fff
}

.news .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
    text-align: left
}

.news .item .con .category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px
}

.news .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: var(--main-color)
}

.news .item .con .category a:last-child {
    margin-right: 0
}

.news .item .con h5,
.news .item .con h5 a {
    color: #222;
    font-size: 24px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    margin-top: 10px
}

.news .item .con p {
    color: #fff;
    font-size: 17px
}

.news .item .con i {
    color: #fff;
    font-size: 20px
}

.news .owl-theme .owl-nav {
    position: absolute !important;
    top: 35% !important;
    bottom: auto !important;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news .owl-theme .owl-prev {
    left: 10px !important
}

.news .owl-theme .owl-next {
    right: 10px !important
}

.news .owl-theme .owl-next,
.news .owl-theme .owl-prev {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #272727;
    border: 1px solid #272727;
    line-height: 0;
    text-align: center;
    font-size: 16px
}

.news .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: 0 0;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 100%;
    transition: .2s ease-in-out;
    transform: scale(1);
    opacity: 0
}

.news .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(.9);
    background: 0 0;
    border: 1px solid #b19777;
    color: #fff
}

@media screen and (max-width:768px) {
    .news .owl-theme .owl-nav {
        display: none
    }
}

.bg-blck {
    background: #222
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}

.accordion-box .block {
    position: relative;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion-box .block.active-block {
    background-color: #fff;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #222;
    transition: all 500ms ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-box .block .acc-btn .count {
    color: var(--main-color);
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 35px;
    font-weight: normal;
    color: var(--main-color);
    line-height: 30px;
    content: "+";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: var(--main-color);
    z-index: 10;
}

.accordion-box .block .acc-btn.active:before {
    color: var(--main-color);
    content: "-";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #fff;
    color: #5e646a;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    line-height: 1.75em;
    margin-bottom: 20px;
    color: #5e646a;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
}

.bg-cream {
    background: #f9f9f9;
    padding: 100px 0;
    margin-top: 35px;
}

/* Calender */
.calendar-default {
    display: flex;
    justify-content: center;
    align-items: center;
}

#calendar-container {
    margin-top: 30px;
}

/* Work Process -------------*/
.numbers-wrapper {
    background-image: url("../images/map/line.svg");
    background-position: 50% 54px;
    background-size: 70%;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.numbers-wrapper .number-container .number-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 15px 42%;
}

.numbers-wrapper .number-container .number-circle i {
    font-size: 25px;
    color: #fff;
}

.numbers-wrapper .number-container .number-heading {
    margin: 30px 0;
    padding: 0 30px;
}

.numbers-wrapper .number-container .number-heading h4 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 600;
}

.numbers-wrapper .number-heading p {
    text-align: center;
}

.numbers-wrapper .number-heading .distance-heading {
    font-family: 'Caveat', cursive;
    color: #000;
}

.numbers-wrapper .number-heading .distance-heading span {
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
}