﻿@charset "utf-8";
/*======================================
 [ -Main Stylesheet- ]
*/

/*-------------General Style---------------------------------------*/
:root {
    --main-color: #c4a676;
    --second-color: #272535;
    --thrd-color: #211F2C;
    --main-font: 'Playfair', serif;
    --secondary-font: 'Jost', sans-serif;
}

html {
    overflow-x: hidden;
    overflow-x: clip;
    height: 100%;
    scroll-behavior: auto !important;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 12px;
    background: var(--second-color);
    height: 100%;
    text-align: center;
    color: #1e1e1e;
    scroll-behavior: auto !important;
    overflow-x: hidden;
    overflow-x: clip;
}

picture {
    display: block;
    max-width: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Columns */
[class^="col-"],
[class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex: 0 0 auto;
}

[class*="order-"] {
    order: 0;
}

/* 12-column layout */
.col-lg-1 {
    width: 8.3333%;
}

.col-lg-2 {
    width: 16.6666%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.3333%;
}

.col-lg-5 {
    width: 41.6666%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 58.3333%;
}

.col-lg-8 {
    width: 66.6666%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.3333%;
}

.col-lg-11 {
    width: 91.6666%;
}

.col-lg-12 {
    width: 100%;
}

.offset-lg-2 {
    margin: 0 auto;
    width: auto;
    max-width: 1100px;
    display: inline-block !important;
}

/* Responsive Breakpoints */
@media only screen and  (max-width: 1064px) {
    .col-md-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }
}

/*--------------Typography--------------------------------------*/
p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #5e646a;
    font-family: var(--secondary-font);
}

blockquote {
    padding: 10px 20px 0;
    margin: 0 0 20px;
    border-left: 10px solid #eee;
    position: relative;
    text-decoration: underline;
}

blockquote p {
    font-style: italic;
    font-family: var(--main-font);
    color: #333;
    line-height: 20px;
    font-size: 1.3em;
}

/* ---------Page preload--------------------------------------*/
.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.0);
}

.loader i {
    color: var(--main-color);
    font-size: 3.9em;
    animation: k3d 3.5s infinite linear;
    -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));
}

.loader img, .loader svg {
    animation: k3d 3.5s infinite linear;
}

@keyframes k3d {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
        opacity: 0.3;
    }
    100% {
        transform: rotateY(0deg);
    }
}

.cd-tabs-layer, .cd-reserv-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-loader-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    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: var(--ink-url) no-repeat 0 0;
    background-size: 100% 100%;
}

@supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
    .cd-loader-layer .loader-layer {
        background: none;
        background-color: var(--second-color);
        -webkit-mask-image: var(--ink-url);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-position: 0 0;
        mask-image: var(--ink-url);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        mask-position: 0 0;
    }
}

.cd-loader-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-loader-layer.opening .loader-layer {
    animation: cd-sequence 0.8s steps(24);
    animation-fill-mode: forwards;
}

.cd-loader-layer.closing .loader-layer {
    animation: cd-sequence-reverse 0.8s steps(24);
    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%);
    }
}

.sticky {
    position: relative;
}

.bypostauthor {
    font-weight: inherit;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
}

body.has-preloader #main {
    opacity: 0;
}

#wrapper {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.content {
    position: relative;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 10px 74px 0px rgba(0, 0, 0, .8);
}

.content-wrap {
    position: relative;
    z-index: 3;
    background: #fff;
}

.content-wrap.top-pad_solidheader {
    padding-top: 180px;
}

.content-wrap .e-con > .e-con-inner {
    max-width: 100% !important;
    text-align: center;
    padding-block-end: 0;
    padding-block-start: 0;
    gap: 0 !important;
}

.content-wrap .e-con {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.content-dec {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 36px;
    z-index: 10;
    margin-left: -18px;
}

.content-dec:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    margin-left: -3px;
    z-index: 10;
}

.content-dec:after {
    content: '';
    position: absolute;
    top: -90px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #ddd;
    z-index: 10;
}

.content-dec span {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 36px;
    height: 36px;
    background: #f9f9f9;
    z-index: 1;
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.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 {
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.container.small-container {
    max-width: 1100px;
    z-index: 6;
}

.single-page-content {
    position: relative;
    min-height: 50vh;
}

.mid-padding {
    padding: 50px 40px;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.no-bg {
    background: none !important;
}

.full-height {
    height: 100%;
}

.full-height-cont {
    height: 100vh;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.respimg, .single-slider img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--second-color);
    opacity: .4;
    z-index: 2
}

.overlay-bold {
    opacity: .6
}

.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.no-padding {
    padding: 0 !important;
}

.dec-corner {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
}

.dc_lb {
    left: 30px;
    bottom: 30px;
    border-bottom: 1px dashed;
    border-left: 1px dashed;
    border-radius: 0 0 0 20px
}

.dc_rb {
    right: 30px;
    bottom: 30px;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
    border-radius: 0 0 20px 0
}

.dc_rt {
    right: 30px;
    top: 30px;
    border-top: 1px dashed;
    border-right: 1px dashed;
    border-radius: 0 20px 0 0
}

.dc_lt {
    left: 30px;
    top: 30px;
    border-top: 1px dashed;
    border-left: 1px dashed;
    border-radius: 20px 0 0 0
}

.dec-corner {
    border-color: rgba(255, 255, 255, .4);
}

/*------   Header  -----------*/
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.solid-header {
    background: #fff
}

.solid-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    background: var(--second-color);
}

.header-top {
    height: 100px;
    z-index: 3;
}

.header-social {
    float: left;
}

.header-social li {
    float: left;
    margin-right: 20px;
}

.header-social li a {
    color: var(--main-color);
    font-size: 1.6em;
    font-family: var(--main-font);
    line-height: 100px;
    transition: all .2s ease-in-out;
}

.header-social li a i {
    margin-right: 10px;
}

.header-social li a:hover {
    color: #fff;
}

.logo-holder {
    float: left;
    border-right: 1px solid #eee;
    padding: 0 20px;
    height: 80px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-holder a {
    display: block;
    height: 100%;
}

.logo-holder img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: contain;
}

.header-top_contacts {
    float: left;
    margin-right: 40px;
    position: relative;
    height: 100px;
    line-height: 100px;
    padding: 0 20px 0 40px;
}

.header-top_contacts:before, .header-top_contacts:after, .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 li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: #fff;
}

.header-top_contacts a {
    float: left;
    color: #fff;
    transition: all .2s ease-in-out;
}

.header-top_contacts span {
    padding-right: 10px;
    color: var(--main-color);
    float: left;
}

.date-header-wrap {
    float: right;
    margin-right: 30px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 1.2em;
    padding-right: 40px;
    position: relative;
}

.date-holder {
    float: right;
    position: relative;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.date-holder:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 30px;
    width: 1px;
    bottom: 30px;
    background: rgba(255, 255, 255, .2);
}

.date_num {
    color: var(--main-color);
    font-weight: 500;
}

.date_mounth, .date_year, .date_day {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 4px;
}

.nav-holder-wrap {
    position: relative;
    height: 80px;
    background: #fff;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-top: none;
}

.nav-holder {
    float: left;
    position: relative;
    opacity: 1;
    margin: 24px 0 0 30px;
    visibility: visible;
    z-index: 20;
}

.nav-holder nav {
    position: relative;
    float: right;
}

.nav-holder nav li {
    float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}

.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 250px;
    top: 62px;
    left: 0;
    z-index: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    transition: all .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: 0px;
}

.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: #222;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    transition: all .1s linear;
    position: relative;
    font-family: var(--secondary-font);
}

.nav-holder nav li a i {
    padding-left: 12px;
    transition: all .2s linear;
    color: var(--main-color);
}

.nav-holder nav li a:hover i {
    transform: rotateX(180deg);
}

.nav-holder nav li.current_page_item a, .nav-holder nav li a:hover, .nav-holder nav li a.actscr-link, .nav-holder nav li a.act-link, .nav-holder nav li.current-menu-item a {
    color: var(--main-color);
}

.nav-holder nav li ul a {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
}

.dark-header .nav-holder nav li ul a {
    color: #000;
}

nav li ul a:before, nav li ul a:after {
    display: none;
}

.rooms-header-btn {
    float: right;
    position: relative;
    height: 60px;
    line-height: 60px;
    top: 10px;
    color: var(--main-color);
    text-transform: uppercase;
    background: var(--second-color);
    padding: 0 30px;
    font-family: var(--secondary-font);
    border-radius: 4px;
    transition: all .2s linear;
    font-weight: 500;
}

.rooms-header-btn:hover {
    background: var(--main-color);
    color: var(--second-color);
}

.rooms-header-btn i {
    margin-right: 12px;
}

.rooms-header-btn_wrap {
    float: right;
    height: 80px;
    padding: 0 10px;
}

.show-cart, .show-share-btn, .show_search-btn {
    float: right;
    font-size: 1.8em;
    color: #666;
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-left: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
}

.show-cart {
    margin-left: 0;
    font-size: 1.6em;
    border-right: 1px solid #eee;
}

.show_search-btn {
    border-right: none;
    margin-right: 0px;
    font-size: 1.4em;
}

.show-cart:hover, .show-share-btn:hover, .show_search-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: var(--thrd-color);
    font-weight: 600;
    transition: all .3s ease-in-out;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    border-top: none;
    font-family: var(--main-font);
}

.htact:hover .header-tooltip {
    opacity: 1;
    visibility: visible;
}

.show-cart_count {
    position: absolute;
    bottom: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    right: 16px;
    z-index: 10;
    font-size: 11px;
    background: var(--main-color);
    font-family: var(--secondary-font);
}

.show-cart i, .show-cart_count, .header-cart_wrap {
    transition: all .3s ease-in-out;
}

.show-cart:before {
    content: "";
    display: block;
    width: 1px;
    height: 16.8px;
    position: absolute;
    top: 50%;
    left: -20px;
    background: rgba(255, 255, 255, 0.51);
    margin-top: -8.4px;
    transform: rotate(45deg);
}

.booking-reviews, .br-counter {
    float: right;
    position: relative;
}

.br-counter {
    float: right;
}

.ribbon {
    width: 80px;
    height: 56px;
    background: var(--main-color);
    position: relative;
    transition: all .2s linear;
}

.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;
    transition: all .2s linear;
}

.br-counter span {
    color: #fff;
    font-family: var(--secondary-font);
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 2.0em;
    z-index: 10;
    transition: all .2s linear;
}

.booking-reviews:hover .ribbon {
    background: #fff;
}

.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;
    color: var(--main-color);
    font-size: 1.1em;
}

.br_link .star-rating {
    text-align: right
}

.br_link p {
    text-align: right;
    color: #fff;
}

.booking-reviews:hover .br-counter span {
    color: var(--main-color);
}

.wish-list-wrap {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    background: #fff;
    right: 10px;
    width: 450px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: visible;
    display: none;
    transition: all .3s ease-in-out;
}

.vis-cart {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--second-color);
    opacity: .4;
    z-index: 9;
    display: none;
}

.wish-list-container {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 90px;
    overflow: auto;
    padding: 10px 30px;
}

.wish-list-wrap-btns, .wish-list-title {
    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;
    color: var(--main-color);
    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;
    color: var(--main-color);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--second-color);
    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 0px rgba(0, 0, 0, .2);
}

.wish-list-descr {
    float: left;
    width: 65%;
    padding: 0 10px 0 40px;
}

.wish-list-img img {
    width: 100%;
    height: auto;
}

.wish-list-descr h4 {
    text-align: left;
    font-weight: 600;
    color: #666;
    padding-bottom: 2px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.wish-list-price {
    margin: 4px 0 10px;
    text-align: left;
    color: var(--main-color);
    font-size: 1.3em !important;
    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 0;
    border: 1px solid #eee;
    border-right-color: #f9f9f9;
    border-bottom-color: #f9f9f9;
    cursor: pointer;
    font-size: 1.4em;
    color: var(--main-color);
}

.wshil_link {
    display: table;
    padding: 6px 15px;
    border: 1px solid #eee;
    background: #f9f9f9;
    text-transform: uppercase;
    font-size: .9em;
    font-family: var(--secondary-font);
}

.clear-wishlist:hover {
    color: #000;
}

.header-search-wrap {
    position: absolute;
    right: -1px;
    top: 100%;
    background: #fff;
    width: 453px;
    padding: 10px;
    border: 1px solid #eee;

    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease-in-out;
}

.vis-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.show_search-btn.scwllink2 i:before {
    content: "\f00d";
}

.screen-reader-text {
    display: none
}

.search-form .search-field {
    border: 1px solid #eee;
    height: 60px;
    width: 100%;
    background: #f9f9f9;
    font-family: var(--second-font);
    padding: 0 50px 0 20px;
    outline: none;
    border-radius: 6px;
}

.widgetbox .search-form .search-field {
    background: #fff
}

.search-form .search-submit {
    width: 80px;
    height: 60px;
    line-height: 60px;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
    color: #000;
    background: none;
    z-index: 5;
    text-indent: -1000000px;
}

.search-form i {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 60px;
    line-height: 60px;
    font-size: 1.1em;
    z-index: 4;
    color: var(--main-color);
}

.search-widget .search-form i {
    top: 26px;
}

.search-widget .search-form .search-field {
    background: #fff;
    height: 60px;
}

/*------ share------------------------------------------------*/
.share-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    background: var(--thrd-color);
    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;
    color: var(--main-color);
    transition: all .2s ease-in-out;
    font-family: var(--main-font);
}

.share-container a span {
    display: block;
    position: relative;
}

.share-container a.vissharea {
    opacity: 1;
    top: 0;
}

.share-container a:hover {
    color: #fff;
}

.height-emulator {
    z-index: 1;
    position: relative;
}

.main-footer {
    background: var(--second-color);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-light {
    background: #fff;
}

.footer-inner {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.footer-widgets-flex {
    display: grid;
    overflow: hidden;
    justify-items: center;
}

.footer-widgets-flex .footer-widget {
    box-sizing: border-box;
}

.footer-widget-wrap {
    padding: 90px 0 90px;
    position: relative;
    z-index: 10;
}

.footer-widget-title {
    text-align: left;
    color: var(--main-color);
    font-size: 2.3em;
    padding-bottom: 36px;
    font-family: var(--main-font);
}

.footer-widget p {
    text-align: left;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-content-link {
    color: var(--main-color);
    font-size: 14px;
    margin-top: 6px;
    position: relative;
    font-family: var(--secondary-font);
    transition: all .2s linear;
    text-align: left;
    display: block;
}

.footer-widget-content-link span {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding-bottom: 4px;
}

.footer-widget-content-link:hover {
    color: #fff;
}

.footer-contacts-widget {
    margin-bottom: 26px;
    padding-top: 4px;
}

.about-widget-content {
    padding-right: 40px;
}

.footer-contacts-widget ul {
    margin-bottom: 20px;
}

.footer-contacts-widget li {
    font-family: var(--secondary-font);
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.2em
}

.footer-contacts-widget li:last-child {
    margin-bottom: 0;
}

.footer-contacts-widget li span {
    margin-right: 20px;
    /* width: 80px; */
    float: left;
}

.footer-contacts-widget li a, .footer-contacts-widget li span {
    color: #fff;
    transition: all .2s linear;
}

.footer-contacts-widget li a:hover {
    color: var(--main-color);
}

.footer-title-dec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    font-size: 7.0vw;
    color: #fff;
    opacity: .5;
    font-family: var(--main-font);
}

.footer-social {
    position: relative;
    height: 80px;
    line-height: 80px;
    background: var(--thrd-color);
}

.footer-social li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social li a {
    color: var(--main-color);
    font-size: 1.6em;
    font-family: var(--main-font);
    transition: all .2s ease-in-out;
}

.footer-social li a i {
    margin-right: 10px;
}

.footer-social li a:hover {
    color: #fff;
}

.footer-bottom {
    position: relative;
    height: 80px;
    line-height: 80px;
    background: var(--thrd-color);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-logo {
    float: left;
    position: relative;
    height: 80px;
}

.footer-logo img {
    height: 100%;
    width: auto;
}

.copyright {
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.to-top {
    float: right;
    cursor: pointer;
    color: var(--main-color);
    font-size: 1.1em;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.to-top i {
    margin-left: 20px;
    color: #fff;
    position: relative;
    top: 0;
    transition: all .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:before, .footer-separator-wrap:after {
    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:before, .footer-separator:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
}

.footer-separator:before {
    left: 0;
}

.footer-separator:after {
    right: 0;
}

.footer-separator span, .dc_dec-item_left span, .dc_dec-item_right span {
    position: relative;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    transform: rotate(45deg);
    display: inline-block;
}

.footer-separator span:before, .dc_dec-item_left span:before, .dc_dec-item_right span:before {
    content: '';
    position: absolute;
    border: 1px dotted var(--main-color);
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    border-radius: 50%;
}

.footer-light .footer-widget p {
    color: #5e646a;
}

.footer-light .footer-contacts-widget li, .footer-light .footer-contacts-widget li a {
    color: #000
}

.footer-light .footer-bottom, .footer-light .footer-social {

    background: #f9f9f9;

    border-top: 1px solid #eee;
}

.footer-light .footer-separator:before, .footer-light .footer-separator:after {
    background: #eee
}

/*------ section----*/
.content-section {
    position: relative;
    padding: 100px 0;
    background: #fff;
    z-index: 5;
}

.cs-big {
    transition: all .2s ease-in-out;
}

.content-section.hidden-section, .hidden-content {
    overflow: hidden;
}

.content-section.parallax-section {
    padding: 120px 0;
    z-index: 21;
}

.big-padding {
    padding: 140px 0;
}

.content-section.parallax-section.hero-section {
    padding: 310px 0 180px;
}

.content-wrap.top-pad_solidheader .content-section.parallax-section.hero-section {
    padding: 180px 0;
}

.content-section.parallax-section.hero-section .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)
}

.par-elem_init.bg {
    height: 140%;
    top: -20%;
}

.par-elem_init {
    will-change: transform;
}

.par-elem .overlay {
    opacity: .5;
}

.hero-column-row {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 70% 30%;
}

.hero-column-item {
    padding: 0 10px;
}

.hero-section:before, .bg-parallax-wrap-gradien: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, 0.99) 100%);
    z-index: 1;
}

.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;
    font-family: var(--secondary-font);
    letter-spacing: 1px;
}

.slide-progress_container {
    position: absolute;
    top: 50%;
    height: 150px;
    margin-top: -75px;
    right: 40px;
    z-index: 10;
}

.slide-progress_container:before, .slide-progress_container:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    margin-left: -3px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2)
}

.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;
    background: rgba(255, 255, 255, .2);
}

.slide-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--main-color);
}

.section-dec {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 460px;
    height: 340px;
    margin-left: -230px;
    z-index: -1;
    background: url(../../img/index/map_bg.png) no-repeat center;
    opacity: .7;
}

.map-dec2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 324px;
    height: 360px;
    margin: -180px 0 0 -162px;
    z-index: -1;
    background: url(../../img/index/map_bg2.png) no-repeat center;
    opacity: .1;
    transform: scale(.8)
}

.sc-dec {
    position: absolute;
    z-index: -1;
    width: 359px;
    height: 207px;
    background: url(../../img/index/map_bg3.png) no-repeat center;
    opacity: .4;
    transform: scale(.7);
}

.sc-dec2 {
    position: absolute;
    z-index: -1;
    width: 253px;
    height: 349px;
    background: url(../../img/index/map_bg4.png) no-repeat center;
    opacity: .4;
    transform: scale(.8);
}

.sc-dec3 {
    position: absolute;
    z-index: -1;
    width: 359px;
    height: 207px;
    background: url(../../img/index/map_bg5.png) no-repeat center;
    opacity: .4;
    top: 150px;
    left: 50%;
    transform: scale(.8) translateX(-50%);
}

.section-title {
    position: relative;
    z-index: 5;
}

.section-title.text-align_left {
    text-align: left;
}

.section-title h4 {
    color: var(--main-color);
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}

.section-title h4:before, .wide_section-title h5:before, .rooms-carousel-item_container h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--main-color);
}

.section-title h2 {
    font-size: 3.5em;
    color: #323246;
}

.section-title.text-align_left h4:before, .rooms-carousel-item_container h3: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;
}

.hero-section-scroll {
    position: absolute;
    width: 20px;
    height: 30px;
    z-index: 5;
    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%;
    background: rgba(255, 255, 255, .2)
}

.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;
    background: var(--main-color);
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.hero-wrap {
    position: relative;
    z-index: 4;
}

.fs-slider-item {
    position: relative;
}

.hero-title-container {
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.htc_single {
    top: 0;
    transform: translateY(0);
}

.htc_single2 {
    margin-top: 110px;
}

.htc_single .hero-title-container {
    top: 0;
    transform: translateY(0);
}

.content-section.parallax-section.hero-section .htc_single .section-title h2 {
    font-size: 6.0em;
}

.hero-title-container .section-title h2, .hero-title-container .section-title h2 a {
    color: #fff;
}

.hero-title-container .section-title h2 {
    font-size: 6.7em;
    line-height: 75px;
    text-transform: uppercase;
    padding: 30px 0 20px;
}

.hs_btn {
    position: absolute;
    top: 50%;
    z-index: 120;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    cursor: pointer;
}

.hs_btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    transition: all .2s ease-in-out;
    font-size: 1.3em;
    font-weight: bold;
    background: var(--second-color);
    color: var(--main-color);
}

.hs_btn:hover i {
    background: var(--main-color);
    color: var(--second-color);
    box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
}

.hs_btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -90px;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: -3;
    transition: all .5s ease-in-out;
}

.hs_btn:hover:before {
    width: 70px;
    transition-delay: .3s
}

.hs_btn_wrap_preview {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    transform: scale(0) translateY(-50%);
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.hs_btn:hover .hs_btn_wrap_preview {
    opacity: 1;
    transform: scale(1) translateY(-50%);
    transition-delay: .2s
}

.hs_btn_prev {
    left: 20px;
}

.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 {
    position: absolute;
    top: 50%;
    height: 150px;
    width: 46px;
    background: #fff;
    z-index: -1;
    margin-top: -75px;
}

.hs_btn-dec:before {
    content: '';
    position: absolute;
    top: 50%;
    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%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 4;
    height: 46px;
    padding: 0 80px;
    border-radius: 20px 20px 0 0;
}

.hero-slider-pag {
    margin-top: 15px
}

.section-separator {
    position: relative;
    margin-top: 20px;
}

.section-separator:before, .section-separator:after {
    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;
}

.parallax-section .section-separator:before, .parallax-section .section-separator:after, .fix-bar-init .section-separator:before, .fix-bar-init .section-separator:after, .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: 0px 10px 54px 0px 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';
    position: absolute;
    right: -23px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px;
    font-weight: 900;
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.fw-search-wrap {
    position: relative;
    padding: 30px;
    background: var(--second-color);
    border-radius: 10px;
    z-index: 12;
    margin-bottom: 50px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .2);
}

.fw-search-wrap_hero {
    position: relative;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 50px;
}

.content-section.parallax-section.hero-section.htc_single_item {
    z-index: 21;
    padding-bottom: 90px
}

.fw-search-wrap:before, .st-gallery:before, .about-img-hotifer:before, .content-front:before, .content-back:before, .column-section-wrap: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);
}

.fw-search-wrap:after, .st-gallery:after, .about-img-hotifer:after, .column-section-wrap:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    position: absolute;
    top: 12px;
    font-size: 5px;
    height: 4px;
    background: var(--second-color);
    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 textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button] {
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    width: 100%;
    padding: 0 20px 0 60px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    text-align: right;
    font-family: var(--secondary-font);
}

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

.booking-form--light {
    background: #fff;
    color: #111;
}

.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, .fw-search-wrap .section-separator {
    margin: 15px 0 30px;
}

.input-wrap, .fix-bar-init {
    position: relative;
}

.fix-bar-init .input-wrap, .fw-search-wrap_hero_box .input-wrap {
    margin-bottom: 20px;
}

.bf_form-container {
    padding: 15px 0 12px;
    margin: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    position: relative;
}

.fw-search-wrap.no-decor:before,
.fw-search-wrap.no-decor:after {
    display: none;
}

.filter-tags {
    z-index: 1;
    overflow: hidden;
}

.filter-tags li {
    width: 50%;
    float: left;
    margin: 5px 0;
}

.filter-tags input {
    float: left;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    -webkit-appearance: none;
}

.custom-form.dark-form .filter-tags input {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.21);
}

.filter-tags input:checked:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 20;
    color: var(--main-color);
}

.filter-tags label {
    float: left;
    padding: 0 10px;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    width: auto;
}

.alt-booking-container {
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-top: 10px;
}

.alt-booking-separator {
    margin: 0 0 10px 0;
    position: relative;
}

.alt-booking-separator span {
    position: relative;
    width: 66px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: var(--second-color);
    font-size: 1.5em;
    z-index: 2;
    color: var(--main-color);
}

.alt-booking-container h4 {
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 15px;
}

.alt-booking-separator:before, .alt-booking-separator:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 30px);
    height: 1px;
    box-sizing: border-box;
    border-top: 1px dotted rgba(255, 255, 255, .2);
    z-index: 1;
}

.alt-booking-separator:after {
    left: inherit;
    right: 0;
}

.alt-booking-list li {
    margin: 10px 0;
}

.alt-booking-list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    font-size: 1.3em;
    font-family: var(--secondary-font);
    color: #fff;
    border-radius: 4px;
    transition: all .3s linear;
}

.alt-booking-list li a:hover {
    background: var(--main-color);
    color: var(--second-color);
    border-color: transparent;
}

.bf_form-container-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    padding: 20px;
    border-radius: 4px;
}

.bf_form-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 14px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bf_form-container-days-counter {
    float: left;
}

.bf_form-container-price-counter {
    float: right
}

.bf_form-container-opt {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.book-loader {
    position: absolute;
    top: 24px;
    right: 20px;
}

.book-loader i {
    color: var(--main-color);
    font-size: 2.9em;
    animation: k3d 3.5s infinite linear;
    -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% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
        opacity: 0.3;
    }
    100% {
        transform: rotateY(0deg);
    }
}

.bf_form-container-opt .filter-tags {
    margin: 8px 0;
    float: left;
    width: 100%;
}

.bf_form-container-item {
    font-family: var(--secondary-font);
    font-size: 1.4em;
    text-align: right;
    padding: 2px 0;
    color: #fff;
}

.bf_form-container-item span {
    color: var(--main-color);
    margin-left: 10px;
}

.booking-message {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.booking-success {
    background: var(--main-color);
    color: var(--second-color);
}

.booking-error {
    background: #962C2E
}

.booking-message-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 15px;
}

.booking-success .booking-message-close {
    color: var(--second-color);
}

.flatpickr-calendar {
    font-size: 14px;
    font-family: var(--secondary-font);
}

.flatpickr-day.today {
    border-color: #ccc;
    border-radius: 4px;
}

.flatpickr-day.today:hover {
    background: var(--main-color);
    border-color: transparent;
    color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--main-color);
    border: none;
}

.flatpickr-day.selected {
    color: #fff
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 4px 0 0 4px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 4px 4px 0;
}

.no-bg-image-title {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: linear-gradient(
            45deg,
            var(--second-color),
            #c4a676
    );
    background-size: 400% 400%;
}

.content-wrap.top-pad_solidheader .no-bg-image-title {
    height: 100px;
}

.content-wrap.top-pad_solidheader .no-bg-image-title .footer-separator-wrap {
    bottom: -50px;
}

.rooms-reset-filters {
    position: relative;
    float: right;
    top: -22px;
    border: none;
    outline: none;
    background: none;
    font-family: var(--main-font);
    margin-right: 10px;
    cursor: pointer;
    font-size: 1.1em;
    color: #000;
}

.rooms-reset-filters.is-disabled {
    display: none !important;
}

.rooms-reset-filters i {
    margin-right: 10px;
    color: var(--main-color);
}

.rooms-reset-filters:hover i {
    opacity: 1;
    animation: spin 1s linear infinite;
}

.book-loader.loader-disabled {
    opacity: 0 !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.no-bg-image-title .footer-separator-wrap {
    position: absolute;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}

.shop-header {
    padding: 10px 20px 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.shop-header-filters {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.shop-header-filters .book-loader {
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    margin-top: -15px;
}

.shop-header-filters .book-loader i {
    font-size: 2.2em;
}

.shop-header.shop-header-filters h4 {
    top: 0;
}

.shop-header_opt, .post-sorty-option_item {
    position: absolute;
    top: -10px;
    right: 0;
    width: 250px;
}

.post-sorty-option.shop-header.post-sorty-option2 {
    padding-bottom: 30px;
}

.shop-header h4 {
    text-align: left;
    top: 10px;
    font-size: 1.9em;
    font-weight: 500;
    position: relative;
    color: #333;
}

.post-sorty-option.shop-header.post-sorty-option2 h4 {
    top: 0
}

.input-wrap label, .range-input-price-title span {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #fff;
    z-index: 10;
    font-size: 1.3em;
    font-family: var(--secondary-font);
}

.quantity {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    overflow: hidden;
    padding: 0px 20px 0px 60px;
    color: #ffffff;
    height: 60px;
    font-family: var(--secondary-font);
    border-radius: 4px;
    position: relative;
}

.booking-form .quantity {
    padding: 0px 20px;
}

.booking-form .section-separator:before, .booking-form .section-separator:after {
    opacity: .4;
}

.quantity_title {
    float: left;
    position: relative;
}

.quantity_title {
    font-size: 1.3em;
    top: 18px;
    color: #fff;
    position: absolute;
}

.quantity input.minus, .quantity input.plus, .quantity input.qty {
    width: 30px !important;
    height: 60px !important;
    border-radius: 0;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    background: none !important;
    font-size: 1.3em;
    color: var(--main-color);
}

.quantity-item {
    float: right;
    position: relative;
}

.quantity input.qty {
    color: #fff !important;
    border-right: none !important;
    border-left: none !important;
    cursor: default !important;
    -webkit-appearance: none;
}

.searchform-submit, .bs_btn {
    background: var(--main-color);
}

.searchform-submit, .bs_btn {
    display: block;
    height: 60px;
    cursor: pointer;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all .2s ease-in-out;
    color: #000;
}

.searchform-submit:hover, .bs_btn:hover {
    background: #fff;
    color: var(--main-color);
}

.bs_btn:before, .bs_btn:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30px;
    background: #666;
    transition: all .3s ease-in-out;
}

.bs_btn:before {
    left: 20px;
}

.bs_btn:after {
    right: 20px;
}

.bs_btn:hover:before, .bs_btn:hover:after {
    width: 50px;
}

.all-aminites-search-wrap {
    position: absolute;
    width: 420px;
    padding: 20px;
    background: #32303F;
    border-radius: 6px;
    top: 100%;
    margin-top: 46px;
    right: 0;
    transition: all .2s ease-in-out;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    box-shadow: 0 0 0 12px var(--second-color);
    border: 1px solid rgba(255, 255, 255, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
}

.number-details-search-container, .all-aminites-search-container {
    position: relative;
    z-index: 20;
}

.all-aminites-search-container {
    z-index: 19;
}

.all-nd-search-wrap {
    position: absolute;
    width: 250px;
    padding: 20px 20px 10px;
    background: #32303F;
    box-shadow: 0 0 0 12px var(--second-color);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    top: 100%;
    margin-top: 46px;
    right: -10px;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
}

.answ_viscont, .amsearch_viscont {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.all-nd-search-wrap .quantity {
    padding: 0px 20px 0px 20px;
    margin-bottom: 10px;
}

.sft_btn i {
    transition: all .2s ease-in-out;
    transition-delay: .2s;
}

.show_anaw_vis span i, .show_amsearch_vis span i {
    transform: rotate(45deg);
}

.sft_btn {
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    overflow: hidden;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-family: var(--secondary-font);
    border-radius: 4px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    transition: all .2s ease-in-out;
}

.show_anaw_vis, .show_amsearch_vis {
    background: rgba(255, 255, 255, .0);
}

.sft_btn span {
    position: absolute;
    right: 20px;
    color: var(--main-color);
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.range-input {
    position: relative;
    width: 100%;
}

.range-input input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.range-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: var(--main-color, #007bff);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    top: -5px;
}

.range-input input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 26px;
    background: var(--main-color, #007bff);
    border-radius: 50%;
    top: -5px;
}

.range-track {
    display: block;
    width: 100%;
    height: 2px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.range-track span {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: var(--fill, 0%);
    background: var(--main-color);
    border-radius: 4px;
    z-index: 20;
}

.range-tooltip {
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    background: #fff;
    color: var(--main-color);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    transition: all .2s linear;
    opacity: 0;
    font-weight: 600;
}

.range-input:hover .range-tooltip {
    opacity: 1
}

.range-input-price {
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    padding: 0 20px;
    height: 60px;
    border-radius: 4px;
}

.range-input-box {
    position: relative;
    padding: 0 90px 0 0;
    margin-top: 30px;
}

.range-input-value-wrap {
    position: absolute;
    right: -90px;
    top: 50%;
    padding: 6px 0 6px 10px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    font-size: 16px;
    width: 70px;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
}

.range-input-value-wrap span {
    float: left;
    color: var(--main-color);
}

.fw-search-wrap-container {
    position: relative;
    display: grid;
    grid-template-columns:35% 25% 25% 15%;
}

.fw-search-wrap.column-form .fw-search-wrap-container, .hero-column-form .fw-search-wrap-container {
    grid-template-columns:100% !important;
    gap: 10px;
}

.fw-search-wrap.column-form .all-nd-search-wrap, .fw-search-wrap.column-form .all-aminites-search-wrap {
    position: relative;
    width: 100%;
    z-index: 50;
    top: 0;
    margin-top: 10px;
    right: 0;
    box-shadow: 0 0 0 0 var(--second-color);
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.fw-search-wrap.column-form .all-nd-search-wrap {
    z-index: 51
}

.fw-search-wrap.column-form .sft_btn {
    cursor: default
}

.fw-search-wrap.column-form .sft_btn i:before {
    content: "\f0dd";
    font-weight: 600;
}

.fw-search-wrap-item {
    position: relative;
    padding: 0 10px 0 0;
}

.fw-search-wrap-item .searchform-submit {
    margin-top: 0 !important;
}

.hero-column-form .fw-search-wrap-item {
    padding: 0
}

.hero-column-form .all-nd-search-wrap, .hero-column-form .all-aminites-search-wrap {
    right: 0;
    margin-top: 16px;
}

.fw-search-wrap-container .fw-search-wrap-item:last-child, .fw-search-wrap.column-form .fw-search-wrap-container .fw-search-wrap-item {
    padding: 0
}

.custom-select-wrap select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 45px;
    font-size: 17px;
    font-weight: 400;
    color: #666;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
    cursor: pointer;
    outline: 0;
    font-family: var(--main-font);
    transition: all .2s ease-in-out;
}

.custom-select-wrap {
    position: relative;
}

.custom-select-wrap:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 66% 66%;
    transform-origin: center;
    pointer-events: none;
    transition: all .15s ease-in-out;
}

.custom-select-wrap select:focus + .dummy,
.custom-select-wrap select:focus ~ * {
}

.custom-select-wrap select:focus ~ .nothing {
}

.custom-select-wrap select:focus ~ .custom-select-wrap::after {
}

.custom-select-wrap select:focus {
    outline: none;
    box-shadow: none;
}

.custom-select-wrap select:focus-visible {
    outline: none;
}

.custom-select option:checked, .custom-select option:hover {
    background: #f9f9f9;

}

.custom-select-wrap.is-openc:after {
    transform: translateY(-50%) rotate(-135deg);
}

/*------gallery------------------------------------------------*/
.grid-item-holder {
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery-items {
    position: relative;
    overflow: hidden;
}

.rooms-items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rooms-items.rooms-items-two_col-rooms {
    grid-template-columns: repeat(2, 1fr);
}

.spad .gallery-item, .spad .room-item {
    padding: 6px;
}

.min-pad .gallery-item {
    padding: 2px;
}

.hid-port-info .grid-item-holder {
    overflow: hidden;
}

.grid-big-pad .gallery-item {
    padding: 12px;
}

.gallery-item,
.grid-sizer {
    width: 33.333333333%;
    position: relative;
    float: left;
    overflow: hidden;
}

.room-item {
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .35s ease;
}

.room-item.is-visible, .is-hiding_first {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.room-item.is-hiding {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden
}

.room-item .grid-item-holder, .post-item_media {
    height: 280px;
}

.post-item_media .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.grid-item-holder:before, .post-item_media a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--second-color);
    z-index: 2;
    opacity: 0;
    transition: all .2s cubic-bezier(.19, 1, .22, 1) 0ms;
}

.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, .two-column .gallery-item, .fw-gi .gallery-item .grid-item-holder, .fw-gi .gallery-item .grid-item-details {
    width: 50%;
}

.fw-gi .gallery-item {
    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: var(--second-color);
    transform: translateZ(0);
    transition: all .3s ease-in-out;
}

.gallery-item:hover img, .post-item_media a:hover img {
    transform: scale(1.15);
}

.grid-item-holder {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.list-single-gallery .grid-item-holder {
    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, 0.12);
    transition: all .3s ease;
}

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

.rooms-items.fw-gi {
    grid-template-columns: repeat(1, 1fr);
}

.rooms-items.fw-gi2-column {
    grid-template-columns: repeat(2, 1fr);
}

.rooms-items.fw-gi2-column .grid-item-details-aminites-btn {
    background: #fff;
}

.rooms-items.fw-gi2-column .grid-item-details-aminites-wrap, .rooms-items.fw-gi .grid-item-details-aminites-wrap {
    top: 22px;
}

.fw-gi .room-item .grid-item-holder, .fw-gi .room-item .grid-item-details, .fw-gi2-column .grid-item-holder, .fw-gi2-column .room-item .grid-item-details {
    float: left;
    overflow: hidden;
}

.fw-gi2-column .grid-item-holder {
    width: 100%;
}

.fw-gi .room-item .grid-item-holder {
    border-radius: 10px 0 0 10px;
}

.fw-gi .room-item .grid-item-details {
    width: 55%;
}

.fw-gi .room-item .grid-item-holder {
    width: 45%;
}

.fw-gi .room-item .grid-item-details, .fw-gi2-column .room-item .grid-item-details {
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    padding: 22px 30px;
}

.fw-gi2-column .room-item .grid-item-details {
    padding: 20px 30px 33px;
    background: #f9f9f9;
    width: 100%;
}

.fw-gi2-column .room-item .grid-item-details .gid_link {
    background: #fff
}

.grid-item-details h3:hover a, .post-item_content h3 a:hover {
    color: var(--main-color);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff;
}

.grid-item-details-aminites-wrap {
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 120;
}

.grid-item-details-aminites-container {
    position: absolute;
    right: 0;
    top: 50px;
    background: var(--second-color);
    width: 200px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    z-index: 31;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
    padding: 20px;
    transition: all .2s ease-in-out;
}

.gidavis {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.grid-item-details-aminites-container .room-amenity {
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    margin: 10px 0;
}

.grid-item-details-aminites-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    background: #f9f9f9;
    cursor: pointer;
    z-index: 2;
    color: var(--main-color);
    border-radius: 4px;

}

.grid-item-details-aminites-btn-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    border-radius: 4px;
    transform: translateY(-50%);
    width: 160px;
    height: 34px;
    line-height: 34px;
    color: var(--main-color);
    background: var(--thrd-color);
    font-weight: 600;
    transition: all .3s ease-in-out;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
}

.grid-item-details-aminites-btn:hover .grid-item-details-aminites-btn-tooltip {
    opacity: 1;
    visibility: visible;
}

.grid-item-details-aminites-btn:hover {
    background: #fff;
    transition: background .2s ease-in-out;
}

.grid-item-details-aminites-btn i {
    transition: all .2s ease-in-out;
    transition-delay: .2s
}

.rabo i {
    transform: rotate(45deg);
}

.grid-item-details-aminites-container .room-amenity i {
    margin-right: 10px;
    color: var(--main-color);
}

.room-card-details {
    overflow: hidden;
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    z-index: 1;
}

.post-card-details {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.rcd-single {
    margin: 20px 0;
    padding: 0 0 40px;
    border-top: none;
}

.room-card-details li, .post-card-details li {
    float: left;
    margin-right: 20px;
    font-size: 1.3em;
    color: #666;
}

.post-card-details li {
    font-size: 1.1em;
}

.post-card-details li a {
    color: #666;
}

.rcd-single li {
    font-size: 1.5em;
}

.room-card-details li i, .post-card-details li i {
    margin-right: 10px;
    color: var(--main-color);
}

.like-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 44px !important;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    color: var(--main-color);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    font-size: 1.3em;
}

.like-btn i, .like-btn, .like-btn span {
    transition: all .2s ease-in-out;
}

.like-btn span {
    position: absolute;
    left: 100%;
    margin: -24px 0 0 20px;
    top: 50%;
    height: 40px;
    line-height: 40px;
    z-index: 20px;
    background: #fff;
    width: 150px;
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.like-btn:hover span {
    opacity: 1;
    visibility: visible;
    margin: -20px 0 0 20px;
}

.like-btn:hover i {
    font-weight: bold
}

.like-btn:hover, .box-media-zoom:hover, .pagination a:hover {
    background: var(--second-color);
}

.gid_link {
    position: absolute;
    bottom: 20px;
    right: 30px;
    border: 1px solid #eee;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #666;
    font-size: .9em;
}

.gid_link:hover {
    background: #f9f9f9
}

.gid_link i {
    margin-left: 10px;
    color: var(--main-color);
}

.rooms-no-results {
    position: relative;
    text-align: center;
    font-size: 2.5em;
    width: 100%;
    color: #333;
    padding: 50px 0;
}

.pagination {
    margin-top: 50px;
    overflow: hidden;
}

.pagination li, .room-pag {
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
}

.pagination li a, .pagination li span {
    float: left;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    font-size: 1.2em;
    color: #888DA0;
    font-family: var(--secondary-font);
    background: #f9f9f9;
    border-radius: 4px;
}

.rooms-pagination-wrap {
    position: relative;
    margin-top: 20px;
}

.rooms-pagination-wrap a, .rooms-pagination-wrap span {
    display: inline-block;
    margin: 0 2px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    font-size: 1.2em;
    color: #888DA0;
    font-family: var(--secondary-font);
    background: #f9f9f9;
    border-radius: 4px;
}

.pagination li span, .pagination a:hover, .pagination a i, .rooms-pagination-wrap span.current-page {
    color: var(--main-color);
}

.pagination li span, .rooms-pagination-wrap span.current-page {
    background: var(--second-color);
    pointer-events: none;
    cursor: default;
}

.pagination a i {
    font-size: 14px;
}

.svg-corner {
    position: absolute;
    width: 40px;
    height: 40px;
}

.box-media-zoom {
    position: absolute;
    top: 30px;
    right: -50px;
    width: 50px;
    height: 50px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    color: var(--main-color);
    background: #fff;
    border-radius: 50%;
    z-index: 15;
    transition: all .2s ease-in-out;
    font-weight: bold;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2) !important;
}

.hov_zoom:hover .box-media-zoom {
    right: 30px;
    opacity: 1;
}

.text-block-title, .rooms-block-header, .fix-bar-container {
    position: relative;
}

.rbh_nodetails {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.rbh_nodetails .sr-opt {
    padding: 10px 30px;

}

.rbh_nodetails .sa-price {
    font-size: 1.7em;
}

.rbh_nodetails .sa_towishlist {
    margin-top: 5px;
}

.tb-sin {
    margin-top: 30px;
    padding-right: 50px;
}

.text-block-title h4, .tbc_subtitle {
    text-align: left;
    font-weight: 500;
    position: relative;
    color: #333;
    font-size: 2.8em;
}

.text-block, .rooms-block {
    position: relative;
    z-index: 4;
}

.tbc_subtitle {
    font-size: 2.0em;
    margin: 30px 0;
}

.tbc_subtitle2 {
    margin: 15px 0;
}

.tbc_subtitle:before, .contacts-card-item span:before, .search-results .search-title: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: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .04);
    text-align: center;
}

.sr-opt .sa-category {
    display: none;
}

.sa-price {
    font-size: 2.4em;
    position: relative;
    text-align: left;
    color: var(--main-color);
}

.sa-price-extra {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    padding: 6px 14px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-family: var(--secondary-font);
    font-size: 1.1em;
    color: #555;
    background: rgba(180, 140, 80, .06);
}

.sa-price-extra i {
    color: var(--main-color);
    font-size: 1em;
}

.sa-price-extra strong {
    color: var(--main-color);
    font-weight: 600;
}

.sa_towishlist {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    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;
}

.st-gallery .section-title h2, .column-text .section-title h2 {
    color: #fff;
}

.fs_sin {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.single-carousle-container {
    padding: 20px;
    margin-bottom: 30px;
}

.single-carousle-container2 {
    padding: 15px 15px 15px 0;
}

.single-carousel-wrap {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    background: #fff;
}

.single-carousel-wrap, .single-carousle-container, .single-carousle-container2, .single-carousel-wrap2 {
    position: relative;
    overflow: hidden;
}

.single-carousel {
    height: 650px;
}

.single-carousel, .single-carousel2 {
    height: 50vh;
}

.single-carousel .swiper-container, .single-carousel2 .swiper-container, .rooms-carousel .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;
    display: block;
}

.single-carousel .swiper-slide picture, .single-carousel2 .swiper-slide picture {
    display: block;
    height: 100%;
    width: auto;
    font-size: 0;
    line-height: 0;
}

.slider-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    border-radius: 50%;
    transition: all .3s ease;
    background: var(--second-color);
    z-index: 50;
    cursor: pointer;
    color: var(--main-color);
    box-shadow: 0px 0px 0px 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: all .3s ease;
}

.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:before, .slider-button:hover:after {
    width: 0;
}

.slider-button:hover {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .4);
}

.sc-controls .swiper-pagination-bullet {
    background: none;
    position: relative;
    margin: 6px 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: all 0.5s ease;
}

.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--main-color);
}

.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: all .3s ease;
    transform: scale(0.0);
}

.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0);
}

.sc-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(39, 37, 53, .7);
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .1);
}

.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-family: var(--secondary-font);
    font-weight: 500;
    text-align: left;
    border: 1px solid #eee;
    margin: 5px 0;
}

.meg_aminites_item span {
    position: relative;
    top: -2px;
    color: #666;
}

.meg_aminites_item i {
    color: var(--main-color);
    font-size: 20px;
    margin-right: 20px;
}

.tbc-separator {
    background: #eee;
    height: 1px;
    margin-top: 30px;
}

.text-block_list li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    font-size: 1.3em;
    color: #666;
}

.col-lg-12 .text-block_list ul {
    overflow: hidden;
}

.col-lg-12 .text-block_list li {
    width: 50%;
    float: left;
}

.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: all .2s linear;
    color: var(--main-color);
}

.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: 66px !important;
    margin: -30px 0 0 -30px;
    color: #fff;
    z-index: 20;
    left: 50%;
    top: 50%;
    background: var(--main-color);
    box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all .3s linear;
    cursor: pointer;
}

.video-box-btn:hover, .promo-link:hover {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.4) !important;
}

.promo-video {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.promo-video .video-box-btn {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    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;
    left: 50%;
    width: 50px;
    background: var(--main-color);
    transform: translateX(-50%);
}

.post-category-links {
    position: relative;
    border-top: 1px solid #eee;
    padding: 20px 90px 0 0;
    overflow: hidden;
    margin-top: 10px;
}

.post-category-links a {
    float: left;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    color: #fff;
    background: var(--main-color);
    border-radius: 4px;
    transition: all .2s linear;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
}

.post-category-links a:hover {
    background: var(--second-color);
    color: var(--main-color);
}

.post-related {
    margin-top: 50px;
}

.posts-btn-link {
    right: 30px;
    bottom: 34px;
    border-radius: 4px;
}

.post-related_title {
    margin-bottom: 30px;
}

.post-related_title h6 {
    font-size: 2.0em;
    color: #333;
}

.item-related_img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .2);
}

.item-related_img span, .item-related_img .overlay, .item-related_img {
    transition: all .2s linear;
}

.item-related_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    color: var(--main-color);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 30px;
    background: var(--second-color);
    margin-top: 10px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.item-related .overlay {
    opacity: 0;
}

.item-related:hover .overlay {
    opacity: .5;
}

.item-related:hover .item-related_img {
    box-shadow: 0px 0 0px 0px 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;
}

.blog-media.no-media {
    margin-bottom: 0;
}

.audio-holder audio {
    width: 100%;
}

/*------ Video -------------*/
.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mob-bg {
    display: none;
}

.hero-wrap .overlay {
    opacity: .6
}

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

.video-container video {
    width: 100%;
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-media video {
    width: 100%;
    height: auto;
}

.mob-bg {
    display: none;
}

.blog-layout-two .post-item {
    width: 50%;
    position: relative;
    padding: 10px;
}

.blog-layout-one .post-item {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.blog-layout-three .post-item {
    width: 33.3333%;
    padding: 5px;
}

.post-items {
    z-index: 1
}

.post-item_media a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 100%;
}

.post-item_media a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 1.4em;
    margin: -5px 0 0 -5px;
    z-index: 3;
    color: var(--main-color);
    opacity: 0;
    transition: all .2s linear;
    transform: translateY(20px);
}

.post-item_media a:hover:after {
    opacity: 1;
    transform: translateY(0)
}

.blog-layout-one .post-item .post-item_media {
    height: 380px;
}

.post-item_wrap {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.post_opt-wrap {
    position: relative;
    overflow: hidden;
}

.post-item_content {
    padding: 30px;
    position: relative;
}

.about-text-nomedia .section-title.text-align_left, .about-text-nomedia .text-block p {
    text-align: center;
}

.about-text-nomedia .section-title.text-align_left h4:before {
    left: 50%;
    margin-left: -20px;
}

.about-text-block-align_revers {
    padding-left: 50px;
}

.about-text-nomedia .text-block {
    max-width: 850px;
    margin: 20px auto 0;
    padding: 0;
}

.about-text-block-align_revers .tb-sin {
    padding: 0
}

.about-text-nomedia .text-block .btn.fl-btn {
    float: none;
}

.text-block-container.has-dropcap:first-letter, .text-block.has-dropcap p:first-child:first-letter, .about-text.has-dropcap p:first-child:first-letter, .dropcapspan {
    font-size: 70px;
    float: left;
    padding: 20px 20px 10px 0;
    font-family: var(--main-font);
    color: var(--main-color);
}

.text-block-container ul, .text-block-container ol {
    font-size: 1.3em;
    margin: 0 0 1.2em 0;
    padding-left: 1.4em;
    line-height: 1.6;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.text-block-container ul {
    position: relative;
}

.text-block-container ul li {
    position: relative;
    margin: 0.3em 0;
    padding-left: 0.6em;
}

.text-block-container ul li:before {
    content: "";
    width: 0.35em;
    height: 0.35em;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.text-block-container h1 {
    font-size: 2.8em;
}

.text-block-container h2 {
    font-size: 2.35em;
}

.text-block-container h3 {
    font-size: 2.06em;
}

.text-block-container h4 {
    font-size: 1.7em;
}

.text-block-container h5 {
    font-size: 1.2em;
}

.text-block-container h6 {
    font-size: 1.0em;
}

@media (max-width: 768px) {
    .text-block-container h1 {
        font-size: 1.25em;
    }

    .text-block-container h2 {
        font-size: 1.06em;
    }

    .text-block-container h3 {
        font-size: 0.94em;
    }

    .text-block-container h4 {
        font-size: 0.84em;
    }

    .text-block-container h5 {
        font-size: 0.75em;
    }

    .text-block-container h6 {
        font-size: 0.66em;
    }
}

@media (max-width: 480px) {
    .text-block-container h1 {
        font-size: 1.12em;
    }

    .text-block-container h2 {
        font-size: 0.97em;
    }

    .text-block-container h3 {
        font-size: 0.84em;
    }

    .text-block-container h4 {
        font-size: 0.78em;
    }

    .text-block-container h5 {
        font-size: 0.69em;
    }

    .text-block-container h6 {
        font-size: 0.62em;
    }
}

.post-single-category-wrap {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.post-category {
    float: right
}

.post-category span, .post-category li, .post-category ul, .post-details-option li, .post-author {
    float: left;
}

.post-author {
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.post-author strong {
    color: #666;
    margin-right: 10px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.single-post-title {
    position: relative;
    margin-top: 30px;
}

.single-post-title_dec {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    top: 0;
    right: 0;
    border-top: 1px dashed #e1e1e1;
    border-right: 1px dashed #e1e1e1;
    border-radius: 0 20px 0 0;
}

.single-post-title-item {
    text-align: left;
    font-weight: 500;
    position: relative;
    color: #666;
    font-size: 3.8em;
}

.post-details-option {
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #eee;
}

.post-details-option li {
    font-size: 1.3em;
    color: #666;
}

.post-details-option li i {
    margin-right: 10px;
    color: var(--main-color);
}

.post-category span {
    position: relative;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    margin-right: 20px;
    top: 8px;
}

.post-category li, .post-details-option li {
    margin-right: 10px;
}

.post-category a {
    float: left;
    padding: 10px 15px;
    color: #fff;
    background: var(--main-color);
    border-radius: 4px;
    transition: all .2s linear;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
}

.post-view_single {
    float: right;
    border: 1px solid #eee;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #666;
    font-size: .9em;
    border-radius: 4px;
    background: #f9f9f9;
    margin: 34px 0 0 0;
}

.post-view_single i {
    margin-right: 10px;
    color: var(--main-color);
}

.post-item_content h3 {
    font-size: 1.9em;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
}

.post-item_content h3 a {
    display: block;
}

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

.main-sidebar-widget h3:before, .comments-header: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-form {
    position: relative
}

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

.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;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.recent-post-content {
    float: left;
    padding: 20px 0 0 30px;
}

.recent-post-content h4 {
    font-family: var(--secondary-font);
    padding-bottom: 6px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
}

.recent-post-content h4 a:hover {
    color: var(--main-color);
}

.recent-post-opt span.post-date {
    float: left;
    font-size: 1.2em;

}

.recent-post-opt span.post-date i {
    color: var(--main-color);
    margin-right: 10px;
}

.widgetbox .cat-item {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    color: #7c7c7c;
    font-weight: 500;
    position: relative;
}

.widgetbox .cat-item a {
    float: left;
    position: relative;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    z-index: 2;
    padding: 0 40px 0 0;
    top: 4px;
}

.widgetbox .cat-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    border-top: 1px dotted #ccc;
    z-index: 2;
}

.widgetbox .cat-item .children {
    padding-left: 20px;
}

.widgetbox .cat-item .children .cat-item:before {
    display: none
}

.widgetbox .cat-item 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);
    font-family: var(--secondary-font);
}

.widgetbox .cat-item a:hover {
    text-decoration: underline;
}

.widgetbox .social-list {
    overflow: hidden
}

.widgetbox .social-list li {
    float: left;
    margin: 0 4px 0 0;
}

.widgetbox .social-list li a {
    float: left;
    width: 50px;
    height: 50px;
    color: var(--main-color);
    border-radius: 50%;
    background: var(--second-color);
    line-height: 50px;
}

.widgetbox {
    padding: 30px;

    position: relative;
}

.widgetbox .widget-title {
    width: calc(100% + 60px);
    top: -30px;
    left: -30px;
}

.tagcloud {
    overflow: hidden;
}

.tagcloud a {
    float: left;
    padding: 12px 15px;
    color: var(--main-color);
    background: var(--second-color);
    margin: 0 4px 4px 0;
    border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em !important;
    transition: all .3s ease-in-out;
}

.tagcloud a:hover {
    color: var(--second-color);
    background: var(--main-color);
}

.main-sidebar-widget {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;

    background: #f9f9f9;
}

.tc_single {
    margin-top: 30px;
    float: left;
}

.tc_single li, .tc_single ul {
    float: left
}

.tc_single_title {
    float: left;
    position: relative;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    margin-right: 20px;
    top: 12px;
}

.post-img-row {
    width: 100%;
    margin-bottom: 20px;
}

.post-img-row_item {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.post-img-row img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.comsec_custn {
    margin-top: 30px;
}

.content-nav-fixed {
    position: relative;
    padding: 0 30px;
    height: 100px;
    background: var(--second-color);
    margin: 30px 0 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, 0.21);
    z-index: 100;
}

.content-nav-fixed ul {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    z-index: 10;
}

.content-nav-fixed li {
    width: 100%;
    display: block;
    position: relative;
}

.content-nav-fixed li:first-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: all .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: all .3s linear;
}

.content-nav-fixed li:hover .overlay {
    opacity: .7;
    transition-delay: .3s
}

.content-nav_mediatooltip.cnmd_leftside {
    left: 0;
}

.content-nav_mediatooltip.cnmd_rightside {
    right: 0;
}

.comment {
    position: relative;
    padding: 0 0 0 100px;
    margin-bottom: 50px;
}

.comment-author {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: left;
    padding: 0 40px;
    border: 1px solid #eee;
    font-size: 1.4em;
    border-radius: 10px 10px 0 0;
}

.comment-author: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;
}

.comment-author img {
    position: absolute;
    top: 0;
    left: -90px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.comment-body {
    position: relative;
    padding-top: 70px;
}

.comment-body:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    bottom: 70px;
    background: #eee;
}

.comments-wrap {
    margin-top: 30px;
}

.comments-item {
    margin-bottom: 30px;
}

.comments-wrap .comments-item:last-child {
    margin-bottom: 0;
}

.comment-body p {
    text-align: left;
    padding: 20px 40px 90px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.commentmetadata {
    position: absolute;
    bottom: 24px;
    left: 40px;
    z-index: 20;
    font-size: 1.1em;
    font-family: var(--secondary-font);
    padding-left: 23px;
}

.commentmetadata:before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f133";
    color: var(--main-color);
    left: 0;
    top: 0;
    font-size: 1.2em;
    font-weight: 100;
}

.comment-reply-link {
    position: absolute;
    right: 40px;
    bottom: 20px;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#message {
    text-align: left;
    font-size: 1.3em;
}

#message div {
    padding-top: 20px;
}

.comment-form p {
    padding-bottom: 0
}

.comment-form input, .comment-form textarea {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    -webkit-appearance: none;
    text-align: left;
    margin-top: 20px;
    font-family: var(--secondary-font);
}

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

.comment-reply-title {
    display: none
}

.commentssubmit, .form-submit .submit {
    display: table;
    height: 60px;
    cursor: pointer;
    padding: 0 50px !important;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
    color: var(--main-color) !important;
    text-transform: uppercase;
    background: var(--second-color) !important;
    font-weight: 500;
    width: auto !important;
    font-family: var(--secondary-font);
    transition: all .2s linear;
    margin-top: 0 !important;
}

.sr_title .page-title {
    margin-right: 10px;
    font-style: italic;
    color: #666;
    text-align: left;
    font-size: 1.8em;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.sr_title .search-title:before {
    right: 20px;
}

.sr_title .page-title strong {
    margin-right: 10px;
    font-style: normal;
    color: #000
}

.sr_title .search-title, .sr_title h2 {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}

.sr_title h2 span {
    color: #666;
    font-style: italic
}

.map-bottom-space {
    margin-bottom: 30px;
}

.search-pag {
    margin-top: 0
}

.search-thumb {
    position: absolute;
    left: 0;
    top: 50px;
    width: 220px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 30px 34px 0px rgba(0, 0, 0, .19);
}

.search-thumb img {
    width: 100% !important;
    height: auto !important;
}

.search-readmore {
    border: 1px solid #eee;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #666;
    font-size: .9em;
    margin-top: 10px;
    display: table;
    background: #f9f9f9;
}

.search-count {
    font-family: var(--secondary-font);
    font-size: 11px;
    padding: 8px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

.search-item {
    position: relative;
    padding: 40px 0 40px 280px;
    border-bottom: 1px solid #eee
}

.search-items.sc_noimage .search-item {
    padding: 40px 0;
}

.search-item:before {
    content: '';
    position: absolute;
    left: 250px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #eee;
}

.search-items.sc_noimage .search-item:before {
    display: none
}

.search-date {
    position: absolute;
    right: 20px;
    bottom: 50px;
    color: #666;
    font-size: 1.3em;
}

.search-date i {
    margin-right: 10px;
    color: var(--main-color);
}

.errorsearch-text {
    position: relative;
    margin-top: 30px;
    font-size: 1.7em;
    text-align: left;
}

.error_fs {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.content-wrap.top-pad_solidheader .error_fs {
    height: calc(100vh - 180px);
}

.error-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.error-container h2 {
    font-size: 19.7em;
    color: var(--main-color);
}

.error-container p {
    color: #fff;
    text-align: center;
}

.logged-in-as {
    margin-top: 20px;
}

.form-submit .submit {
    width: auto !important;
    margin: 0;
}

.commentssubmit:hover {
    background: var(--main-color);
    color: var(--second-color);
}

.contacts-cards-wrap {
    margin-bottom: 30px;
}

.contacts-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 10;
    gap: 15px;
}

.contacts-cards-container.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.contacts-cards-container.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.contacts-cards-container.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.contacts-card-item {
    position: relative;
    padding: 30px 30px 30px 90px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #f9f9f9;
    transition: all .3s ease-in-out;
}

.contacts-card-item:hover {
    background: #fff;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .05);
}

.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: 2.0em;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.contacts-card-item a {
    float: left;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    margin: 10px 15px 0 0;
    font-size: 1.1em;
    font-weight: 500;
    color: var(--main-color);
    transition: all .2s ease-in-out;
}

.contacts-card-item a:hover {
    color: #666;
}

.contacts-layout.layout-form_map_6_6 > .col-lg-6:first-child {
    order: 1;
}

.contacts-layout.layout-form_map_6_6 > .col-lg-6:last-child {
    order: 2;
}

.contacts-layout.layout-map_form_6_6 > .col-lg-6:first-child {
    order: 2;
}

.contacts-layout.layout-map_form_6_6 > .col-lg-6:last-child {
    order: 1;
}

.contacts-layout.layout-map_12_form_6c > .col-lg-12 {
    order: 1;
    width: 100%;
}

.contacts-layout.layout-map_12_form_6c > .offset-lg-3 {
    order: 2;
}

.contacts-layout .offset-lg-3 {
    width: auto;
    max-width: 750px;
    margin: 0 auto;
}

.map-container {
    height: 564px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.site-map {
    width: 100%;
    height: 100%;
    background: #eee;
}

.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: var(--second-color);
    box-shadow: 0px 0px 0px 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';
}

.mapzoom-in:hover, .mapzoom-out:hover, .scrollContorl:hover {
    color: #fff;
}

.gm-style .gm-style-iw {
    border-radius: 0 !important;
    padding: 12px 20px 2px !important;
}

.tabs-container {
    overflow: hidden;
    border: 1px dashed #ddd;
}

.tab-content {
    display: none;
}

.tab {
    position: relative;
}

.first-tab {
    display: block;
}

.hero-menu_header {
    position: relative;
    margin: 30px 0 50px;
    display: inline-table;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .04);
}

.hero-menu_header:before, .hero-menu_header:after {
    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:last-child:after {
    display: none
}

.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: all .3s ease-in-out;
}

.hero-menu_header li.current a, .hero-menu_header li.current:before, .hero-menu_header li a:hover, .hero-menu_title h4, .signature_title_item h6 {
    color: var(--main-color);
}

.hero-menu_header li.current:before {
    opacity: 1
}

.dec-container {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 60px;
}

.signature-opt {
    overflow: hidden;
}

.signature-opt {
    padding: 15px 0 0;
}

.signature_title, .signature_title_item, .signature_title img {
    float: left;
}

.signature_itemavtar img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.signature_itemavtar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    position: relative;
}

.signature_title_item {
    margin-left: 20px;
    text-align: left;
    padding-top: 10px;
}

.signature_title_item h5 {
    font-size: 1.9em;
}

.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_right:before, .dc_dec-item_left: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;
}

.tab-content {
    display: grid;
    grid-template-columns: repeat(var(--menu-cols), 1fr);
    column-gap: 40px;
}

.hero-menu-item {
    position: relative;
    border-bottom: 1px dashed #ddd;
    z-index: 10;
    opacity: 0;
    left: -30px;
    padding: 30px 20px 20px 150px;
    overflow: hidden;
}

.hero-menu-item.menu-no-image {
    padding: 30px 0;
}

.hero-menu-item.uvis-hmi {
    opacity: 1;
    left: 0;
}

.uvis-hmi {
    transition-delay: .2s;
    transition: all .2s ease-in-out;
}

.hero-menu-item-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.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-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-menu-item-img:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f002";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    z-index: 3;
    opacity: 0;
    font-size: 15px;
    transition: all .2s ease-in-out;
    color: var(--main-color);
}

.hero-menu-item-img:hover:after {
    opacity: 1;
}

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

.dwonload_btn, .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: var(--second-color);
    transition: all .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: all .3s ease-in-out;
}

.btn:hover:before, .dwonload_btn:hover:before, .stg_link:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn {
    margin-top: 30px;
}

.fl-btn {
    float: left
}

.dwonload_btn:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #eee;
    z-index: 10;
}

.dwonload_btn:hover, .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: calc(100% / var(--aminit-count));
    border-right: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    z-index: 20;
    height: 100%;
}

.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: all .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: all .3s ease-in-out;
}

.fw-aminit-item.act-index:after, .fw-aminit-wrap.fw-aminit-wrap_visdet .fw-aminit-item:after {
    height: 100px;
}

.fw-aminit-item.act-index:before, .fw-aminit-wrap.fw-aminit-wrap_visdet .fw-aminit-item:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(39, 37, 53, .8);
}

.fw-aminit-wrap .fw-aminit-item:last-child {
    border: none;
}

.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: all .3s ease-in-out;
}

.fw-aminit-item.act-index .fw-aminit-item-container i, .fw-aminit-wrap.fw-aminit-wrap_visdet .fw-aminit-item-container i {
    transform: translateX(-50%) scale(1.0);
}

.fw-aminit-item-container h3 {
    color: #fff;
    font-size: 3.2em;
    position: relative;
}

.fw-aminit-item-container h3:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 50px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--main-color);
}

.fw-aminit-item-container h5 {
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
    color: var(--main-color);
}

.fw-aminit-item-container h6 {
    margin-top: 30px;
}

.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: 0px 0px 0px 7px rgba(255, 255, 255, .07);
    opacity: 0;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.fw-aminit-item.act-index .aminit-work-time, .fw-aminit-wrap.fw-aminit-wrap_visdet .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);
    text-transform: uppercase;
}

.aminit-work-time span {
    display: block;
    margin-bottom: 10px;
}

.dark-bg {
    background: var(--second-color);
}

.gray-bg {
    background: #f9f9f9;
}

.bg-ser .bg {
    opacity: 0;
    will-change: opacity, transform;
    transform: scale(1);
    transition: all 1.2s linear;
}

.bg-ser .bg.active {
    opacity: 1;
    left: 0;
    transform: scale(1.05);
}

.footer-widget select {
    background-color: var(--main-color);
    color: #000;
    padding: 14px 12px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2)
}

.footer-widget li, .footer-widget li a {
    color: #fff;
    text-align: left;
    font-family: var(--secondary-font);
    font-size: 1.0em;
}

.footer-widget .tagcloud a, .footer-widgets-container .social-list li a {
    background: var(--thrd-color);
}

.footer-widgets-container .widgetbox {
    padding: 0;
}

.footer-widgets-container .main-sidebar-widget, .footer-widgets-container .recent-post-widget ul li,
.footer-widgets-container .main-sidebar-widget h3 {
    background: none;
    border: none;
}

.footer-widgets-container .recent-post-content, .footer-widgets-container .main-sidebar-widget h3 {
    padding: 20px 0;
}

.footer-widgets-container .recent-post-content h4 a,
.footer-widgets-container .recent-post-opt span.post-date {
    color: #fff;
}

.footer-widgets-container .main-sidebar-widget h3 {
    color: var(--main-color);
    font-size: 2.3em;
    padding-bottom: 36px;
}

.footer-widgets-container .main-sidebar-widget h3:before {
    display: none;
}

/*------ testimonilas------------------------------------------------*/
.testimonilas-carousel-layout-wrap {
    position: relative
}

.testimonilas-carousel-layout-wrap.container {
    border: 1px solid #eee;
    border-radius: 20px;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 20px 20px 30px;
}

.testimonilas-carousel-layout-wrap.container .testimonilas-carousel-wrap {
    margin-top: 0;
    padding: 0;
}

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

.testi-item {
    transition: all .3s ease-in-out;
    transform: scale(0.9);
}

.testi-item:after, .event-carousel-item:before {
    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;
    transition: all .3s ease-in-out;
}

.testimonilas-text {
    padding: 85px 50px 75px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.testimonilas-text .star-rating {
    margin-bottom: 20px;
}

.testimonilas-text:before, .testimonilas-text:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 2.2em;
    transition: all .4s linear;
    font-weight: bold;
    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: 0px 10px 24px 0px rgba(0, 0, 0, .09);
}

.testi-avatar img {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.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 .testimonilas-text {
    background: #f9f9f9;
}

.swiper-slide-active .testimonilas-text .testi-item-dec:before {
    background: #fff
}

.swiper-slide-active .testi-item {
    opacity: 1;
    transform: scale(1.0);
    background: #fff;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .05);
    transition-delay: .7s;
}

.testi-link {
    position: relative;
    display: inline-block;
    color: var(--main-color);
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 600;
}

.testi-link:hover {
    color: #666;
}

.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: 54px !important;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--second-color);
    color: var(--main-color);
    z-index: 50;
    cursor: pointer;
}

.tc-button-next {
    right: 25px;
}

.tc-button-prev {
    left: 25px;
}

.tcs-pagination_init {
    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: all 300ms 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: all 300ms ease-out;
    transform: scale(0);
}

.tcs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1.0);
}

.tcs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/*------facts------------------------------------------------*/
.inline-facts-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
}

.inline-facts {
    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;
}

.inline-facts-wrap .inline-facts:last-child:before {
    display: none
}

.inline-facts .num {
    color: var(--main-color);
    font-size: 6.3em;
    font-weight: 600;
}

.inline-facts h6 {
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    color: #fff;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 1.1em;
    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';
    width: 50px;
    left: 50%;
    bottom: -40px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 4px;
    color: var(--main-color);
}

.team-container {
    margin-top: 30px;
}

.team-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.team-photo {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .1);
    z-index: 10;
}

.team-info {
    margin-top: 10px;
    padding: 25px 30px 40px;
    border: 1px dotted #ddd;
    background: #fff;
    border-radius: 6px;
}

.team-photo .overlay {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.team-photo:hover .overlay {
    opacity: 0.5;
}

.team-info h3 {
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 2.2em;
    color: var(--main-color);
    text-align: center;
}

.team-info h4 {
    font-size: .9em;
    font-weight: 500;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.team-info p {
    margin-top: 20px;
    text-align: center;
}

.team-social {
    position: absolute;
    top: 50%;
    height: 40px;
    left: 20px;
    right: 20px;
    opacity: 0;
    line-height: 40px;
    margin-top: -20px;
    z-index: 5;
    transition: all .3s ease-in-out;
    padding: 0 10px;
}

.ts_title {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.team-photo:hover .team-social {
    opacity: 1;
}

.team-info:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: 15px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px;
    color: var(--main-color);
}

.team-social li {
    display: inline-block;
    margin: 0 10px;
}

.team-social li a {
    color: var(--main-color);
    font-size: 1.7em;
}

.team-dec {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
    color: #ADC7DD;
}

.image-collge-wrap {
    position: relative
}

.images-collage-item {
    overflow: hidden;
    height: auto;
    position: absolute;
    z-index: 1;
}

.main-iamge {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 4;
}

.image-collge-wrap:before, .hero-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, 0.2);
    border-radius: 10px;
}

.about-img-hotifer-wrap {
    position: relative;
    z-index: 4;
}

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

.about-img-hotifer h4 {
    padding-bottom: 6px;
    font-size: 1.4em;
    color: var(--main-color);
}

.about-img-hotifer h5 {
    font-size: 1.2em;
}

.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: var(--second-color);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    font-size: 1.2em;
    color: var(--main-color);
    border-radius: 50%;
    box-sizing: border-box;
}

.video_link:hover i {
    background: var(--main-color);
    color: var(--second-color);
}

.video_link span {
    font-weight: 500;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    color: #fff;
}

.cards-wrap {
    margin: 50px 0 0;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--cards-cols, 3), 1fr);
    gap: 24px;
}

.content-inner2 {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner2 > * {
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner2:hover .content-front {
    transform: rotateY(-180deg);
}

.content-inner2:hover .content-back {
    transform: rotateY(0deg);
}

.content-inner2 .content-front,
.content-inner2 .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, .2);
}

.content-inner2 .content-front {
    background: var(--second-color);
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.content-inner2 .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: var(--second-color);
    border-radius: 10px;
}

.content-inner2 .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 130px 40px;
    border-radius: 10px;
}

.content-inner2 .cf-inner .fs-wrapper {
    border-radius: 10px;
}

.content-inner2 .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.content-back i {
    font-size: 54px;
    position: relative;
    color: var(--main-color);
}

.content-front .section-separator i {
    font-size: 18px !important;
}

.dec-icon {
    position: relative;
    display: inline-table;
    width: 80px;
    height: 80px;
}

.dec-icon:before, .dec-icon:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.dec-icon:before {
    left: -15px;
    top: 12px;
}

.dec-icon:after {
    right: -15px;
    bottom: 12px;
}

.dec-icon i {
    z-index: 3;
}

.content-back .dec-icon {
    top: -20px;
}

.content-inner2 .cf-inner .inner p {
    color: #fff;
    text-align: center;
}

.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-inner2 .cf-inner .inner h2 {
    position: relative;
    font-size: 2.6em;
    font-weight: 500;
    padding-bottom: 10px;
}

.content-inner2 .cf-inner .inner h2:after {
    content: '';
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    height: 1px;
    background: var(--main-color);
}

.content-inner2 .content-front h4 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 4px;
    font-family: var(--secondary-font);
}

.content-inner2 .cf-inner .inner h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}

.single-slider-wrap img {
    width: 100%;
    height: auto;
}

.content-inner2 .content-front .section-separator:before, .content-inner2 .content-front .section-separator:after {
    background: rgba(255, 255, 255, .3);
}

.wide-section {
    z-index: 4
}

.no-wide.wide-section:before {
    top: 0;
}

.no-wide.wide-section:after {
    top: 20px;
}

.wide-section:before {
    content: '';
    position: absolute;
    top: 470px;
    left: 0;
    right: 0;
    background: #f9f9f9;
    bottom: 0;
    z-index: 3;
}

.wide-section:after {
    content: '';
    position: absolute;
    top: 490px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    z-index: 4;
}

.wide_section-title {
    margin: 40px 0 90px;
}

.wide_section-title-box {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}

.wide_section-title-item {
    position: relative;
    padding: 0 20px;
}

.wide_section-title-box.is-reverse {
    direction: rtl;
}

.wide_section-title-box.is-reverse > * {
    direction: ltr;
}

.wide_section-title-box.only-title,
.wide_section-title-box.only-clients {
    grid-template-columns: 100%;
    text-align: center;
}

.wide_section-title-box.only-title .wide_section-title-item {
    justify-self: center;
}

.wide_section-title-box.only-clients .wide_section-title-item {
    max-width: 850px;
    margin: 0 auto;
}

.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: 0px 10px 64px 0px 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);
    transition: all .3s ease-in-out;
}

.client-item img:hover {
    opacity: 1;
}

.bic_dec {
    position: absolute;
    right: 30px;
    bottom: -10px;
    color: rgba(255, 255, 255, 0.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;
}

.boxed-container.is-reverse .boxed-container-title {
    float: right;
}

.boxed-container.is-reverse .boxed-container-wrap {
    right: auto;
    left: 0;
}

.boxed-container.no-video {
    float: none;
    max-width: 1024px;
    margin: 0 auto;
}

.boxed-container.no-video .boxed-container-title {
    width: 100%;
}

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

.cc-next {
    right: 0;
}

.cc-prev {
    left: 0;
}

.aminites-cards-wrap-container {
    position: relative
}

.aminites-cards-wrap {
    margin-top: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.aminites-card-item_wrap {
    position: relative;
}

.aminites-card-item {
    position: relative;
    padding: 40px 30px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.aminites-card-item:hover {
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .05);
}

.aminites-card-item i {
    text-align: left;
    display: block;
    color: var(--main-color);
    font-size: 3.0em;
    margin-bottom: 40px;
}

.aminites-card-item .tbc-separator {
    margin-top: 10px;
}

.aminites-card-item h4 {
    font-size: 1.9em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #666;
    font-weight: 500;
}

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

.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);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.column-wrap-bg-text h3:after {
    position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    top: -20px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px;
    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 {
    display: inline-block;
    color: #fff;
    position: relative;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    transition: all .3s ease-in-out;
}

.hero-rsto-link:hover {
    color: var(--main-color);
}

.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;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
    background: var(--main-color);
}

.column-wrap-bg.left-wrap {
    left: 0;
}

.column-wrap-bg.right-wrap {
    right: 0;
}

.column-section-wrap {
    float: right;
    width: 50%;
    position: relative;
    padding: 120px 50px;
}

.column-section-wrap.full-width {
    width: 100%;
}

.column-section-wrap.full-width .column-text {
    max-width: 1024px;
}

.column-section-wrap.left-column-section {
    float: left;
}

.column-text {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.rooms-carousel-item, .rooms-carousel-wrap, .rooms-carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rooms-carousel-item {
    border-radius: 10px;
}

.rooms-carousel-wrap {
    height: 55vh;
    padding: 15px 15px 15px 0;
}

.bg-parallax-wrap-gradien:before, .rooms-carousel-item_container {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.rooms-carousel-wrap .bg-parallax-wrap-gradien:before {
    height: 80%
}

.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 a {
    color: #fff;
}

.rooms-carousel-item_container h3 {
    text-align: left;
    font-size: 2.9em;
    position: relative;
    padding-bottom: 10px;
}

.rooms-carousel-item_container p {
    color: rgba(255, 255, 255, .7);
}

.rooms-carousel-item_container .room-card-details {
    border-color: rgba(255, 255, 255, .1);
    padding: 20px 0;
    margin: 10px 0 0;
    position: relative;
}

.rooms-carousel-item_container .room-card-details li {
    color: #fff;
}

.rooms-carousel-item_container .grid-item_price {
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 20px !important;
    padding-top: 10px;
}

.stg_link {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid var(--main-color);
    padding: 15px 40px;
    border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    background: rgba(255, 255, 255, .05);
    transition: all .3s ease-in-out;
}

.stg_link:hover {
    background: var(--main-color);
    color: var(--second-color);
}

.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);
    transition: all .3s ease-in-out;
}

.rooms-carousel-item .like-btn, .rooms-carousel-wrap .rooms-carousel-item .grid-item-details-aminites-wrap {
    bottom: auto;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.rooms-carousel-item .grid-item-details-aminites-btn {
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    background: var(--second-color);
    border-color: transparent
}

.rooms-carousel-item .gid_link {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    bottom: 30px;
}

.rooms-carousel-item .gid_link:hover {
    color: var(--main-color);
}

.rooms-carousel-wrap .swiper-slide-active .rooms-carousel-item .like-btn, .rooms-carousel-wrap .swiper-slide-next .rooms-carousel-item .like-btn, .rooms-carousel-wrap .swiper-slide-active .rooms-carousel-item .grid-item-details-aminites-wrap, .rooms-carousel-wrap .swiper-slide-next .rooms-carousel-item .grid-item-details-aminites-wrap {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    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: all .3s ease;
    background: var(--second-color);
    z-index: 50;
    cursor: pointer;
    color: var(--main-color);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
    margin-left: 20px;
}

.events-carousel-wrap {
    position: relative;
    margin-top: 50px;
}

.events-carousel {
    position: relative;
    overflow: hidden;
}

.event-carousel-item {
    position: relative;
    padding-bottom: 20px;
}

.event-carousel-item p {
    text-align: center;
    color: #fff;
}

.event-date {
    color: #fff;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.event-carousel-item h4 {
    font-size: 1.7em;
    padding-bottom: 10px;
}

.event-carousel-item h4 a {
    color: var(--main-color);
}

.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;
    box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, .4);
    position: relative;
    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 {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, .4);
}

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

    .recent-post-img {
        padding: 0;
        border-right: none;
    }

    .recent-post-content {
        padding: 20px 0 20px 20px;
    }

    .content-dec2, .dec-container, .content-dec span {
        background: #fff;
    }

    .fw-gi2-column .gallery-item .grid-item-details, .fw-gi .gallery-item .grid-item-details, .recent-post-img, .rooms-carousel-item_container .room-card-details .grid-item_price, .recent-post-content, .fw-gi2-column .grid-item-holder, .fw-gi .gallery-item .grid-item-holder {
        width: 100%;
    }

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

    .header-top_contacts {
        margin-right: 10px;
        padding: 0 10px 0 20px;
    }

    .date-header-wrap {
        margin-right: 10px;
        padding-right: 20px;
    }

    .room-item .grid-item-holder, .post-item_media {
        height: 200px;
    }

    .post-container .dec-container {
        padding: 30px;
    }

    .content-wrap {
        padding-top: 150px;
    }

    .content-wrap.no-header-top {
        padding-top: 80px;
    }

    .content-wrap.at_toph-content {
        padding-top: 0 !important;
    }

    .main-header .container {
        float: left;
        width: 100%;
        --bs-gutter-x: 0;
    }

    .header-top {
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    .header-top.always_transparent {
        background: none !important;
        border-color: transparent;
    }

    .header-social {
        padding-left: 20px;
    }

    .header-top_contacts:after {
        background: #eee;
        top: 15px;
    }

    .header-top.always_transparent .header-top_contacts:after {
        background: rgba(255, 255, 255, .2);
    }

    .lang-wrap a, .lang-wrap span, .header-social li a:hover, .header-top_contacts a, .header-top_contacts li, .date_mounth, .date_year, .date_day, .br_link p {
        color: var(--second-color);
    }

    .header-top.always_transparent .lang-wrap a, .header-top.always_transparent .header-top_contacts a, .header-top.always_transparent .lang-wrap span, .header-top.always_transparent .header-social li a:hover, .header-top.always_transparent .date_mounth, .header-top.always_transparent .date_year, .header-top.always_transparent .date_day, .header-top.always_transparent .br_link p {
        color: #fff !important;
    }

    .nav-holder-wrap {
        border-right: none;
        border-left: none;
    }

    .header-top_contacts {
        font-weight: 600;
    }

    .header-top_contacts, .header-social li a {
        line-height: 80px;
    }

    .st-gallery .section-title h2, .column-text .section-title h2 {
        font-size: 3.5em;
    }

    .rooms-carousel-wrap {
        height: 750px !important;
    }

    .fw-aminit-wrap {
        height: 650px !important;
    }

    .fw-aminit-item-container h3 {
        font-size: 2.2em;
    }

    .fw-aminit-item-container {
        margin-top: -30px;
        padding: 0 20px;
    }

    .aminit-work-time {
        padding: 10px 20px;
    }

    .fwc_pag2 {
        display: none;
    }
}

@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) {

    .nav-button-wrap {
        float: right;
        height: 80px;
        width: 80px;
        cursor: pointer;
        position: relative;
        display: block;
        border-left: 1px solid #eee;
    }

    .nav-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 20px;
        margin-left: -11px;
        margin-top: -6px;
    }

    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background: var(--second-color);
        margin-bottom: 4px;
        border-radius: 4px;
        transition: all 200ms linear;
    }

    .nav-button span:first-child {
        width: 50%;
    }

    .main-menu nav ul {
        display: none;
    }

    .main-menu {
        position: absolute;
        top: 80px;
        right: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background: var(--second-color);
        visibility: hidden;
        opacity: 0;
        border-radius: 0 0 10px 10px;
        transition: all .4s ease-in-out;
        margin: 0 !important
    }

    .vismobmenu {
        opacity: 1;
        right: 0;
        visibility: visible;
    }

    .menusb {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .main-menu .menusb ul {
        display: block;
        float: left;
        position: relative;
        width: 100%;
    }

    .menusb li {
        margin: 0;
        float: left;
        width: 100% !important;
        position: relative;
        overflow: hidden;
        padding: 0 20px !important;
        height: auto !important
    }

    .menusb li i {
        position: absolute;
        right: 18px;
        top: 12px;
    }

    .menusb li i:before {
        content: "\f0da"
    }

    .menusb a {
        float: left;
        width: 100%;
        padding: 8px 5px !important;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        font-family: var(--secondary-font);
        color: #fff !important;
        line-height: 20px !important;
        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 {
        width: 100% !important;
        position: relative !important;
        float: left !important;
        padding: 90px 0 !important
    }

    .height-emulator, .booking-reviews, .hs_btn_wrap_preview, .hs_btn-dec, .hs_btn-dec:before, .hero_images-collage-item, .image-collge-wrap:before, .hero-image-collge-wrap:before, .section-dec, .st-gallery .footer-separator, .fwc_pag2, .dec-container:before, .hero-call-wrap, .slide-progress_container, .hero-menu-item-img:before, .header-tooltip, .sc-dec, .sc-dec2, .sc-dec3, .sc-dec4, .inline-facts:before, .content-nav_mediatooltip, .content-nav-fixed:before, .content-nav-fixed li a i {
        display: none !important
    }

    .main-footer {
        position: relative !important;
        padding: 0 10px;
    }

    .footer-widget-wrap {
        padding: 40px 0 40px;
    }

    .footer-separator-wrap {
        margin: 30px auto 30px;
    }

    .footer-widget-title {
        padding-bottom: 16px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .lang-wrap {
        margin-right: 0;
        padding-right: 10px;
    }

    .hero-wrap {
        height: calc(100vh - 160px);
    }

    .hs_btn {
        top: 100%;
        margin-top: -70px;
    }

    .hs_btn, .hs_btn i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .text-block {
        overflow: hidden;
    }

    .hero-image-collge-wrap {
        margin-top: 30px;
        padding-left: 0;
    }

    .content-section {
        padding: 70px 0 !important;
    }

    .content-section.no-padding {
        padding: 0 !important;
    }

    .st-gallery {
        position: relative;
        width: 100%;
        padding: 70px 0;
    }

    .st-gallery .section-title {
        transform: translateY(0);
        top: 0;
    }

    .rooms-carousel-wrap {
        height: 650px !important;
        padding: 15px 15px 70px !important;
        overflow: inherit;
    }

    .grid-item-details-aminites-wrap {
        top: 22px !important;
        right: 22px !important;
    }

    .rooms-carousel-item_container {
        padding: 0 20px 10px !important;
    }

    .content-inner {
        margin-bottom: 20px;
    }

    .boxed-container {
        margin: 0 0 50px;
    }

    .boxed-container-title, .column-section-wrap {
        width: 100% !important;
    }

    .boxed-container-wrap {
        float: left;
        position: relative;
        padding: 70px 0;
        width: 100% !important;
    }

    .boxed-container-wrap .promo-video {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-0);
    }

    .dec-container {
        padding: 10px !important;
    }

    .client-item img {
        aspect-ratio: 4 / 2 !important;
        transform: scale(1.0) !important;
    }

    .clients-carousel-wrap {
        top: 0 !important;
    }

    .wide-section:after {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }

    .wide_section-title {
        margin: 40px 0 20px;
    }

    .dark-bg .section-title h2, .column-wrap-bg-text h3 {
        font-size: 3.0em;
    }

    .content-section.parallax-section.hero-section .htc_single .section-title h2 {
        font-size: 4.0em;
        padding: 20px 0 10px;
        line-height: 56px;
    }

    .hero-title-container .section-title h2 {
        font-size: 4.7em;
    }

    .fw-search-wrap_hero .input-wrap {
        margin-bottom: 0 !important;
    }

    .fw-search-wrap_hero .quantity, .fw-search-wrap .quantity {
        margin-bottom: 10px !important;
    }

    .rc-controls-wrap {
        position: relative;
        top: 0;
        right: 0 !important;
        margin: 25px 0;
    }

    .rc-button {
        display: inline-block;
        float: none;
        width: 40px !important;
        height: 40px !important;
        line-height: 44px !important;
        box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .2) !important;
    }

    .content-section.parallax-section.hero-section.htc_single_item {
        padding: 220px 0 70px;
    }

    .image-collge-wrap {
        margin-top: 20px;
    }

    .about-img-hotifer {
        position: relative;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    .inline-facts {
        width: 50%;
    }

    .blog-layout-three .post-item,
    .blog-layout-two .post-item {
        width: 100%;
        padding: 10px 0;
    }

    .pagination {
        margin: 20px 0;
    }

    .blog-media {
        margin-bottom: 0;
    }

    .map-container {
        margin-top: 20px;
    }

    .hero-menu-wrap .hero-menu-item:nth-child(odd), .hero-menu-wrap .hero-menu-item:nth-child(even) {
        width: 100%;
        padding: 20px 0 20px 100px !important;
    }

    .hero-menu-wrap .hero-menu-item:last-child {
        border-bottom: none;
    }

    .hero-menu-item-img {
        left: 20px !important;
        margin-top: 0;
        top: 45px !important;
    }

    .hero-menu-item-img img, .hero-menu-item-img, .hero-menu-item-img:after, .hero-menu-item-img-box {
        width: 60px !important;
        height: 60px !important;
    }

    .hero-menu-item-img:after {
        line-height: 60px !important;
    }

    .hero-menu-item-details {
        padding-right: 10px;
    }

    .gallery-item, .grid-sizer, .two-column .gallery-item {
        width: 50%;
    }

    .logo-holder {
        padding: 0 10px;
    }

    .single-carousle-container {
        padding: 0;
        margin-bottom: 10px;
    }

    .tb-sin {
        padding-right: 0;
    }

    .rooms-items, .cards-wrap, .aminites-cards-wrap {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .wide_section-title-box {

        grid-template-columns: 100%;
    }

    .footer-widgets-flex {
        grid-template-columns: 100% !important;
        justify-items: start;
    }

    .gid_link {
        position: relative;
        bottom: 0 !important;
        right: 0 !important;
        display: block;
        margin-top: 20px;
    }

    .tab-content {
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 10px !important;
    }

    .fw-search-wrap-container {
        grid-template-columns: 100% !important;
    }

    .fw-search-wrap-item {
        padding: 0 0 10px 0 !important;
    }

    .all-nd-search-wrap, .all-aminites-search-wrap {
        width: 100% !important;
        margin-top: 16px !important;
        right: 0 !important;
    }

    .hero-column-row {
        grid-template-columns: 100%;
    }

    .hero-column-item {
        padding: 10px 0;
    }

    .hero-section-scroll {
        bottom: 20px;
    }

    .fw-search-wrap.column-form .all-nd-search-wrap, .fw-search-wrap.column-form .all-aminites-search-wrap {
        position: absolute;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
    }

    .fw-search-wrap.column-form .all-nd-search-wrap.answ_viscont, .fw-search-wrap.column-form .all-aminites-search-wrap.amsearch_viscont {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }

    .date-header-wrap {
        margin-right: 5px;
        height: 80px;
        line-height: 80px;
        color: var(--second-color);
        padding-right: 20px;
    }

    .room-card-details {
        margin: 10px 0 !important;
        padding: 20px 0 !important;
    }

    .fw-gi .room-item .grid-item-details, .fw-gi .room-item .grid-item-holder, .post-category, .post-view_single {
        width: 100%;
    }

    .post-category, .post-view_single {
        margin-top: 10px;
    }

    .content-nav-fixed {
        padding: 20px 30px;
        height: auto;
        border-radius: 10px;
    }

    .content-nav-fixed li a.ln, .content-nav-fixed li a.rn {
        height: auto;
        line-height: inherit;
        padding: 10px 0;
        float: left;
        text-align: left;
    }

    .content-nav-fixed ul {
        grid-template-columns: 100%;
    }

    .content-nav-fixed li a.ln span, .content-nav-fixed li a.rn span {
        padding: 0;
    }

    .main-sidebar {
        margin-top: 30px;
    }
}

@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: none;
    }

    .serach-header-btn i {
        margin: 0;
        font-size: 1.2em;
        color: #666;
        font-weight: 500;
    }

    .fw-aminit-wrap {
        height: auto !important;
    }

    .fw-aminit-item {
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 90px 0;
    }

    .fw-aminit-item-container {
        top: 0;
        transform: translateY(0);
    }

    .aminit-work-time {
        position: relative;
        left: 0;
        bottom: 0 !important;
        transform: translateX(0);
        opacity: 1;
        margin: 30px 0 0;
        display: inline-block;
    }

    .contacts-cards-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .single-post-title-item {
        font-size: 2.8em !important;
    }

    .star-rating i {
        font-size: 1.1em !important;
    }
}

@media only screen and  (max-width: 768px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: nowrap !important;
    }

    .footer-logo, .header-top_contacts, .comments-avatar, .hero-menu_header li:after, .hero-menu_header li:before, .rooms-header-btn_wrap, .dec-corner, .single-post-title_dec {
        display: none
    }

    .copyright {
        float: left;
        font-size: 1.0em;
    }

    .show-cart, .show-share-btn, .serach-header-btn_wrap, .nav-button-wrap, .show_search-btn {
        width: 36px;
        border: none;
        margin: 0 4px;
        color: var(--second-color);
    }

    .show-share-btn {
        margin: 0 4px 0 0;
    }

    .show_search-btn, .nav-button-wrap {
        margin: 0;
    }

    .serach-header-btn_wrap {
        padding: 0;
    }

    .show-share-btn i {
        position: relative;
        top: 4px;
    }

    .tcs-pagination_wrap {
        display: none;
    }

    .stg_link {
        margin-top: 20px;
    }

    .testimonilas-carousel-wrap {
        padding: 0;
    }

    .tc-button {
        top: 100% !important;
        margin-top: 15px !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 44px !important;
    }

    .daterangepicker {
        width: 286px !important;
    }

    .inline-facts, .header-search-wrap {
        width: 100%;
    }

    .header-search-wrap {
        right: 0;
        border-radius: 0;
    }

    .single-carousel, .single-carousel2 {
        height: 250px !important;
    }

    .fw-carousel-button-prev {
        left: 10px;
    }

    .fw-carousel-button-next {
        right: 10px;
    }

    .testi-avatar img, .testi-avatar {
        width: 60px !important;
        height: 60px !important;
    }

    .testi-avatar {
        margin-left: calc(-60px / 2) !important;
        top: -15px;
    }

    .slider-button {
        width: 30px !important;
        height: 30px !important;
        margin-top: -15px;
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .4);
    }

    .slider-button i, .tc-button i {
        font-size: 10px !important;
    }

    .sc-controls {
        bottom: 10px !important;
        max-width: calc(100% - 20px);
        width: max-content;
        padding: 10px 16px;
    }

    .sc-controls .ss-slider-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4px;
    }

    .sc-controls .swiper-pagination-bullet {
        margin: 4px 8px;
    }

    .single-carousle-container2 {
        padding: 0 0 15px 0;
    }

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

    .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 {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 20px;
    }

    .fw-search-wrap {
        margin-bottom: 20px;
    }

    .container {
        width: min(100% - 10px, 1600px);
    }

    .sr-opt {
        position: relative;
        border: none;
        text-align: left;
        padding: 10px 0;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, .0);
    }

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

    .hero-menu-item-price {
        right: 20px !important;
    }

    .rooms-items, .rooms-items.rooms-items-two_col-rooms, .cards-wrap, .aminites-cards-wrap {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 14px !important;
    }

    .all-aminites-search-wrap {
        grid-template-columns:100% !important;
    }

    .search-item {
        overflow: hidden;
        padding: 40px 0;
    }

    .search-thumb {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .search-content {
        overflow: hidden;
        position: relative;
        width: 100%;
        float: left;
        padding-top: 40px;
    }

    .search-date {
        right: auto;
        bottom: auto;
        top: 0;
        left: 0;
    }

    .sr_title .search-title, .sr_title h2 {
        font-size: 1.9em !important;
    }

    .search-item:before {
        display: none;
    }

    .sr_title .page-title {
        padding-top: 15px;
    }

    .search-count {
        top: 12px;
    }

    .section-title h2, .wide_section-title h3 {
        font-size: 2.7em !important;
    }

    .st-gallery .section-title {
        padding: 0 30px;
    }

    .sa-price {
        font-size: 1.8em;
    }
}

@media only screen and  (max-width: 640px) {
    .hero-title-container .section-title h2, .content-section.parallax-section.hero-section .section-title h2 {
        font-size: 3.7em;
        padding: 10px 0;
        line-height: 46px;
    }

    .contacts-card-item {
        padding: 30px !important;
    }

    .contacts-card-item i, .comment-author img {
        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;
    }

    .share-container a {
        margin: 0 5px;
        font-size: 1.1em;
    }

    .grid-item-details {
        padding: 20px !important;
    }

    .hero-menu-item-price {
        right: 15px !important;
        font-size: 1.6em;
        top: auto !important;
        bottom: 10px !important;
    }

    .comment {
        padding: 0;
    }
}

@media only screen and  (max-width: 364px) {
    .show-cart, .show-share-btn, .serach-header-btn_wrap, .nav-button-wrap, .serach-header-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;
    }
}
