/* ======== Estilos Globales ========== */
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/poppins/Poppins-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

/* ======= Slider Grid Background ======= */
.slider-grid-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    padding-top: 210px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--secondary-color);
}

.slider-grid-bg .grid-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity .35s;
    opacity: 0;
    display: block;
}

.slider-grid-bg .grid-img-active {
    opacity: 1;
    transform: scale(1.03);
    -webkit-filter: brightness(70%);
}

.slider-grid-bg:hover .grid-img-active {
    -webkit-filter: brightness(70%);
}

.slider-grid-bg .content {
    position: relative;
    z-index: 2
}

.slider-grid-bg .grid-item {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}

.slider-grid-bg .grid-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .4);
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative
}

.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative;
    background: #fff;
    border: 1px solid #fff
}

.slider-grid-bg .book {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.slider-grid-bg .grid-con:hover .book {
    color: var(--secondary-color);
    border: 1px solid #ddd;
}

.slider-grid-bg .grid-con-active .book {
    color: var(--secondary-color);
    border: 1px solid #ddd;
}

.slider-grid-bg .subtitle {
    display: block;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;


}

.slider-grid-bg .grid-con:hover .subtitle {
    color: var(--primary-color);
}

.slider-grid-bg .grid-con-active .subtitle {
    color: var(--primary-color);
}

.slider-grid-bg .title {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    line-height: 1.25em;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}

.slider-grid-bg .grid-con:hover .title {
    color: var(--secondary-color);
}

.slider-grid-bg .grid-con-active .title {
    color: var(--secondary-color);
}

@media only screen and (max-width:1199px) {
    .slider-grid-bg .grid-con {
        min-height: 300px
    }

    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .slider-grid-bg .grid-con {
        min-height: 240px
    }

    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 240px;
    }
}

/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: var(--primary-color);
    font-size: var(--font-text-size);;;;;;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

/* bounce */
.banner-header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}

.banner-header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.banner-header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.banner-header .arrow i:hover {
    border: 1px solid #fff;
}

.banner-header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

@media screen and (max-width: 767px) {
    .banner-header {}

    .banner-header.full-height h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }

    .banner-header.full-height h4 {
        font-size: 12px;
    }

    .banner-header h5 {}

    .banner-header h1 {
        font-size: 45px;
    }
}


/* =======  Video Background  ======= */
.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;

}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.video-fullscreen-wrap .butn-dark a {
    color: #fff;
}

.position-relative {
    position: relative !important;
}


/* ======= Team style ======= */
.team .owl-stage {
    margin: 0 auto;
}

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

.team .item:hover .info .social {
    top: 0;
}

.team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.team .info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.team .info p {
    margin-bottom: 0px;
    color: var(--black-color);
}

.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.team .info .social a {
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 5px;
}

.team .info .social a:hover {
    color: var(--secondary-color);
}

.team .info .social p {
    margin-bottom: 0px;
    color: var(--black-color);
}


/* ======= Rooms1 style ======= */
.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms1 .item:hover img:not(.icon-facility) {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms1 .item:hover .con {
    bottom: 0;
}

.rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.rooms1 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.rooms1 .item .category a {
    color: #fff;
}

.rooms1 .item .category:hover {
    color: #fff;
}

.rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
}

.rooms1 .item .con i {
    color: #fff;
    font-size: var(--font-text-size);
}

.rooms1 .item .con i:hover {
    color: #fff;
}

.rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: var(--black-color);
    padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
    border-color: var(--primary-color);
}

/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}

.rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* facilities */
.rooms1 .facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rooms1 .facilities ul li {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}

.rooms1 .facilities ul li img {
    margin-right: 10px;
    max-width: 20px;
    filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(256deg) brightness(101%) contrast(101%);

}

/* permalink */
.rooms1 .item .con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
}

.rooms1 .item .con .permalink i {
    font-size: 10px;
    text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
    color: var(--primary-color);
}


/* ======= Rooms 2 style  ======= */
.zig-zag-list {
    position: relative;
}

.zig-zag-list:last-child {
    margin-bottom: 20px;
}

.zig-zag-list figure,
.zig-zag-list .list-images {
    margin: 0;
    position: relative;
    width: 60%;
    margin-left: auto;
}

.zig-zag-list.left figure,
.zig-zag-list.left .list-images {
    margin-left: 0;
    margin-right: auto;
}

.zig-zag-list figure img:hover,
.zig-zag-list .list-images img:hover {
    transform: scale(0.98);
}

.zig-zag-list.mb-90 {
    margin-bottom: 150px !important;
}

@media (max-width: 991px) {

    .zig-zag-list figure,
    .zig-zag-list .list-images {
        width: 100%;
    }
}

.zig-zag-list .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.zig-zag-list.left .caption {
    left: auto;
    right: 0;
    padding: 4% 0 4% 4%;
}


.zig-zag-list .caption.padding-left {
    padding-left: 4%;
}

.zig-zag-list.left .caption.padding-left {
    padding-right: 4%;
}


.zig-zag-list .caption h4,
.zig-zag-list .caption h4 a {
    font-size: 35px;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.zig-zag-list .caption h3,
.zig-zag-list .caption h3 a {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.zig-zag-list .caption h3 span {
    font-size: 15px;
    color: var(--black-color);
    font-family: 'Poppins', sans-serif;
}

.zig-zag-list .caption h6 {
    display: inline-block;
    color: var(--black-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.zig-zag-list .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.zig-zag-list .caption .info-wrapper .more {
    color: var(--black-color);
    text-decoration: none;
    font-size: 14px;
}

.zig-zag-list .caption .info-wrapper .more i {
    color: var(--black-color);
    font-size: 10px;
}

.zig-zag-list .caption .info-wrapper .date {
    color: var(--secondary-color);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    background: transparent;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px 12px;
}

.zig-zag-list .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

@media (max-width: 991.98px) {
    .zig-zag-list figure {
        width: auto;
        margin: 0;
    }

    .zig-zag-list .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}

hr.border-1 {
    border-top: 1px solid #ececec;
}

hr.border-2 {
    border-top: 1px solid #ececec;
}

/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
}

.link-btn i {
    margin-left: 3px;
    font-size: 15px;
    color: var(--primary-color);
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover::before {
    width: 100%
}

/* ICON BUTTON */
.icon-button {
    display: flex;
    align-items: center;
}

.icon-button .icon {
    position: relative;
    top: 3px;
}

.icon-button .icon span {
    font-size: 35px;
    color: var(--primary-color);
}

.icon-button .icon.color-1 span {
    font-size: 40px;
    color: #fff;
}

.icon-button .text {
    margin-left: 20px;
}

.icon-button .text p {
    font-size: 15px;
    margin: 0;

}

.icon-button .text a.color-1 {
    color: #fff;
}


.icon-button--booking {
    margin-right: 15px;
}

.icon-button--booking .text {
    margin-left: 15px;
    margin-top: 5px;
}

.icon-button--booking .icon {
    position: relative;
    top: 0px;
}

.icon-button--booking img {
    width: 40px;
    filter: var(--icons-filter);
}


.icon-button--black-background .text {
    color: #fff;
}

.icon-button--black-background img {
    width: 30px;
}

/* ======= Rooms Page style ======= */
.rooms-page h6 {
    position: relative;
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: var(--secondary-color);
}

.rooms-page .detail-room-amenities {
    margin-top: 40px;
}

.rooms-page .room-picture-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.rooms-page .room-picture-container img {
    width: 100%;
}
.rooms-page .page-list .more.pop-up {
    margin-top: 15px;
}
.room-picture-container .owl-dots {
    margin-top: 20px;
}

/* page list */
.detail-room-amenities .page-list {
    position: relative;
    display: block;
}

.detail-room-amenities .page-list li+li {
    margin-top: 10px;
}

.detail-room-amenities .page-list-icon {
    display: flex;
    align-items: center;
}

.detail-room-amenities .page-list-text {
    margin-left: 15px;
}

.detail-room-amenities .page-list-text p {
    font-size: 15px;
    margin: 0;
}
.detail-room-amenities .more a.active i:before {
    display: inline-flex;
    transform: rotate(-90deg);
}
.page-list-item {
    max-height: 500px;
    overflow: hidden;
    transition: all 0.3s;
}
.page-list-item.hidden {
    max-height: 0 !important;
    margin-top: 0!important;
}

/* owl-nav next and prev */
.rooms-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}

.rooms-page .owl-prev {
    float: left;
}

.rooms-page .owl-next {
    float: right;
}

.rooms-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.rooms-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .rooms-page .owl-nav {
        display: none;
    }
}


/* ======= Facilties style ======= */
.facilties .single-facility {
    background: #fff;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #f1eeeb;
}

.facilties .single-facility h5 {
    font-size: 24px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.facilties .single-facility:hover h5 {
    color: var(--secondary-color);
    -webkit-transition: .5s;
    transition: .5s;
}

.facilties .single-facility p {
    margin: 0;
    color: var(--black-color);
}

.facilties .single-facility .facility-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}

.facilties .single-facility .facility-shape span {
    font-size: 140px;
    color: var(--secondary-color);
}

.facilties .single-facility img {
    filter: var(--icons-filter);
    margin-bottom: 15px;
}

/* hr */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* room facilities */
.room-facilities .wrap {
    background: var(--secondary-color);
    padding: 30px;
}

.room-facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-facilities ul li {
    color: var(--black-color);
    font-size: 15px;
    padding-bottom: 7px;
    overflow: hidden;
    width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.room-facilities ul li i {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 20px;
}

.room-facilities ul li img {
    max-width: 26px;
    margin-right: 15px;
    filter: var(--icons-filter);
}

/* ======= Services style ======= */
.services .img {
    position: relative;
    overflow: hidden;
}

.services .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services .content {
    width: 100%;
    padding: 30px;
}

.services .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}

.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.services .content .date h6 {
    color: var(--black-color);
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.services .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 1.5em;
}

.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: var(--black-color);
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services .content .info .tags {
    color: var(--primary-color);
}

@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }

}

@media screen and (max-width: 480px) {
    .services .content .date {
        width: 60px;
    }

    .services .content .info .tags {
        margin: 5px 0 0;
    }

    .services .content .date h3 {
        font-size: 40px;
    }
}


/* =======  Restaurant Menu style ======= */
.restaurant-menu .owl-carousel .owl-stage-outer {
    padding: 20px 0 60px 0;
}

.restaurant-menu .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.restaurant-menu .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--primary-color);
}

.restaurant-menu .bg-img .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next span,
.restaurant-menu .owl-carousel .owl-nav .owl-prev span {
    font-size: 12px;
}

.restaurant-menu .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.restaurant-menu .tabs-icon .item {
    padding: 15px 5px;
    cursor: pointer;
}

.restaurant-menu .tabs-icon .item h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.restaurant-menu .tabs-icon .owl-item.actived .item,
.restaurant-menu .tabs-icon .item.active {
    color: #fff;
    position: relative;
    background: transparent;
    padding: 15px;
    border: 1px solid var(--primary-color);
}

.restaurant-menu .tabs-icon .owl-item.actived .item .icon,
.restaurant-menu .tabs-icon .item.active .icon {
    color: var(--primary-color);
}

.restaurant-menu .restaurant-menu-content .cont {
    display: none;
}

.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
    text-align: right;
}

.restaurant-menu .restaurant-menu-content .cont h5 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed var(--primary-color);
    line-height: 2em;
}

.restaurant-menu .restaurant-menu-content .cont p {
    font-size: 15px;
    color: #adadad;
}

.restaurant-menu .restaurant-menu-content .cont h5 .price {
    color: #adadad;
    float: right;
}

.restaurant-menu .restaurant-menu-content .active {
    display: block;
}

.restaurant-menu .owl-theme .owl-nav [class*=owl-] {
    top: 18%;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: -50px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
    text-align: center;
    margin-bottom: 20px;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}

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

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: var(--font-text-size);
}

.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.gallery-box .gallery-detail i {
    color: var(--secondary-color);
    padding: 8px;
}

.gallery-box .gallery-detail i:hover {
    color: var(--secondary-color);
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.2);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: var(--primary-color);
}

.play-button.color .circle-fill circle {
    fill: var(--primary-color);
}


/* video section */
.video-wrapper {
    min-height: 500px;
}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}

.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: var(--primary-color);
}

/* testimonials style */
.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}

.testimonials-box .head-box h6 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 span {
    color: var(--secondary-color);
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 85px;
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: var(--secondary-color);
    font-size: 6px;
}

@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}


/* ======= Pricing style ======= */
.pricing .icon-button--booking {
    margin-bottom: 30px;
}
.pricing-card {
    background-color: #f8f5f0;
    margin-bottom: 30px;
}

.pricing-card .desc {
    padding: 40px;
}

.pricing-card .name {
    line-height: 1;
    margin: 0;
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.pricing-card .subname {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black-color);
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.pricing-card .amount {
    margin: 0;
    line-height: 1;
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.pricing-card .amount span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--black-color);
}

.pricing-card .list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;

}

.pricing-card .list p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricing-card .list p:not(:first-child),
.pricing-card .list ul:not(:first-child) {
    display: none;
}

.pricing-card .list li {
    position: relative;
    font-size: 15px;
    padding-left: 30px;
}

.pricing-card .list li+li {
    margin-top: 5px;
}

.pricing-card .list li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--primary-color);
}

.pricing-card .list li i.unavailable {
    color: var(--black-color);
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion-box .block.active-block {
    background-color: #fff;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: var(--secondary-color);
    transition: all 500ms ease;
    font-family: 'Gilda Display', serif;
    ;
}

.accordion-box .block .acc-btn .count {
    color: var(--primary-color);
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: var(--primary-color);
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: var(--primary-color);
}

.accordion-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e622";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #fff;
    color: var(--black-color);
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= News style ======= */
.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.news .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news .item:hover .con {
    bottom: 0;
}

.news .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news .item .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news .item .date i {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news .item .con .category {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.news .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: var(--black-color);
}

.news .item .con .category a:hover {
    color: var(--secondary-color);
}

.news .item .con .category a:last-child {
    margin-right: 0;
}

.news .item .con .category a:last-child:after {
    display: none;
}

.news .item .con h5,
.news .item .con h5 a {
    color: var(--secondary-color);
    font-size: 24px;
    font-family: 'Gilda Display', serif;
    ;
    font-weight: 400;
    margin-bottom: 0px;
}

.news .item .con h5:hover,
.news .item .con h5 a:hover {
    color: var(--primary-color);
}

.news .item .con p {
    color: #fff;
    font-size: 17px;
}

.news .item .con i {
    color: #fff;
    font-size: 20px;
}


/* ======= News 2 style ======= */
.news2 .item {
    margin-bottom: 30px;
}

.news2 .post-img {
    position: relative;
    overflow: hidden;
}

.news2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news2 .post-img a {
    display: block;
}

.news2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news2 .post-img .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news2 .post-img .date i {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news2 .post-cont {
    padding: 30px 0;
}

.news2 .post-cont .tag {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.news2 .post-cont h5 {
    font-size: 30px;
}

.news2 .post-cont h5 a {
    color: var(--secondary-color);
}

.news2 .post-cont h5 a:hover {
    color: var(--primary-color);
}

.news2 .post-cont .date {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.news2 .post-cont .date a {
    color: var(--primary-color);
}

.news2 .post-cont i {
    color: #ccc;
    margin: 0 10px;
    font-size: 12px;
}

/* news sidebar */
.news2-sidebar .widget {
    background: #f8f5f0;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.news2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: var(--black-color);
    font-size: 15px;
    line-height: 1.5em;
}

.news2-sidebar .widget ul li a {
    color: var(--black-color);
}

.news2-sidebar .widget ul li a.active {
    color: var(--primary-color);
}

.news2-sidebar .widget ul li a:hover {
    color: var(--primary-color);
}

.news2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.news2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}

.news2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.news2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}

.news2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}

.news2-sidebar .widget-title {
    margin-bottom: 20px;
}

.news2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee3d0;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.news2-sidebar .search form {
    position: relative;
}

.news2-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.news2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: var(--secondary-color);
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.news2-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--black-color) !important;
    float: left;
}

.news2-sidebar ul.tags li a {
    font-size: 14px;
    color: var(--black-color);
}

.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* pagination */
.news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}

.news-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.news-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: var(--black-color);
    font-weight: 400;
    border: 1px solid rgba(102, 102, 102, 0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 100%;
}

.news-pagination-wrap li a i {
    font-size: 11px;
}

.news-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.news-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .news-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.news-post-section {
    padding-top: 120px;
}

.post-comment-section {
    margin-top: 60px;
}

.post-comment-section h3 {
    font-size: 20px;
    color: var(--secondary-color);
    font-family: 'Gilda Display', serif;
    margin-bottom: 15px;
}

.post-comment-section h3 span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: var(--black-color);
    margin-left: 15px;
}

.news-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}

.news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.post-user-content {
    margin-right: 26px;
}

.post-repay {
    font-size: 14px;
    color: var(--primary-color);
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */
.contact h3 {
    font-size: 24px;
    color: var(--secondary-color);
}

.contact .icon-button .text a {
    font-size: 20px;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}

.butn-dark a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}

.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: var(--secondary-color);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-dark a span {
    position: relative;
    z-index: 2;
}

.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark a:hover span {
    color: #fff;
}

/* ====== Coming Soon ======= */
.comming {
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .4);

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .comming {
        min-height: 120vh;
    }
}

.comming .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 15px;
}

.comming h6 {
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.comming h3 {
    font-size: 48px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.comming h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.comming h1 {
    font-size: 200px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
}

.comming p {
    color: #fff;
    font-size: 15px;
}

/* Go to Offer Button */
.comming .butn-dark:hover span {
    z-index: 2;
}
/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.go-back a:hover {
    color: var(--primary-color);
}

.go-back a span {
    transition: all .5s;
}

.go-back a span i {
    color: #fff;
    font-size: 12px;
}

.go-back a:hover span {
    padding-right: 15px;
}


/* ======= 404 Page style ======= */
.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}

.error-form form {
    position: relative;
}

.error-form .form-group {
    position: relative;
    margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    height: 70px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: #f4f4f4;
    color: var(--black-color);
    border-radius: 7px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #f4f4f4;
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #f4f4f4;
}

.error-form .form-group .theme-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: var(--black-color);
}

.error-form .form-group .theme-btn span {
    vertical-align: middle;
    outline: none;
}



/************************* VER MÁS POP UP*****************************/
#more__pop-up {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: 120;
}

.more__pop-up__background {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.more__pop-up__content {
    padding: 30px 30px 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    min-width: 800px;
}

.more__pop-up__text {
    max-height: 80vh;
    overflow: auto;
}

.more__pop-up__close {
    margin-left: auto;
    margin-right: 0px;
}

.more__pop-up__close,
.more__pop-up__background {
    cursor: pointer;
}

.more__pop-up__close {
    text-align: right;
    margin-bottom: 15px;
}

.more a {
    cursor: pointer;
}

@media (max-width: 805px) {
    .more__pop-up__content {
        min-width: 100%;
    }
}

/************************* FIN  VER MÁS POP UP*****************************/


/********************* CALENDARIOS *******************/
.date_range_picker::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 15px;
    height: 15px;
    font-family: "themify";
    color: var(--primary-color);
}
.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month,
body > #section > #hero form > #date_range_picker,
.neobookings-form__param__date,
.litepicker .container__days .day-item {
    cursor: pointer;
}

.neobookings-form__param__date::placeholder {
	color: var(--secondary-color);
}
body.sticked .neobookings-form__param__date {
	color: #000;
	outline: none;
	font-size: 22px;
}
body.sticked .date_range_picker__arrow {
    color: rgba(0, 0, 0, 0.7);
}
body.sticked .neobookings-form__param__date::placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.neobookings-form__param__date--end {
    margin-left: 5px;
}

.neobookings-form__param__promocode::placeholder {
	color: var(--secondary-color);
}
.date_range_picker__arrow {
	display: inline-flex;
	margin-right: 5px;
	color: var(--secondary-color);
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date {
	background-color: var(--primary-color);
}
.litepicker .container__days .day-item.is-in-range {
	background-color: var(--primary-color);
}
@media (max-width: 992px) {
	body.calendar-open {
		overflow: hidden;
		max-height: 100vh;
	}
	.litepicker {
		top: 35vh !important;
		left: 0 !important;
		width: 100vw !important;
	}
	.litepicker .container__main {
		flex-direction: column;
	}
	.litepicker .container__main .date-title {
		background-color: #fff;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 100%;
		height: 30px;
		position: absolute;
		top: 0px;
		font-weight: bolder;
		text-transform: uppercase;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-size: 0.8em;
		color: var(--litepickerMonthHeaderTextColor);
	}
	.litepicker .container__months {
		width: 100% !Important;
		display: flex;
		justify-content: center;
		max-height: 65vh;
		overflow: auto;
		padding-top: 30px;
	}
	.litepicker.end-picker .day-item.is-locked + .day-item:not(.is-locked){
		background-color: var(--primary-color);
		color: var(--black-color);
	}
    .date_range_picker::after {
        top: 36%;
        right: 30px;
    }
}
/************************** FIN CALENDARIOS **************************/

/* Kit digital */
.kit-digital {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .kit-digital img {
    width: 350px;
  }
}

.logo-kitdigital {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-kitdigital__images {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 100px;
}

.logo-kitdigital__images img {
  max-width: 177px;
  height: auto;
}

.logo-kitdigital__images__unioneuropea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 57px;
}

.logo-kitdigital__images__logorecuperacion {
  margin-left: 18px;
}

/* Ajuste en el contenedor del kit digital */
@media only screen and (max-width: 768px) {
  .logo-kitdigital__images {
    max-width: 100%;
    margin: 0 auto; /* Centra el contenido y elimina márgenes laterales */
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .logo-kitdigital__images img {
    width: 100%; /* Forzamos que las imágenes no excedan el ancho del contenedor */
    max-width: 100%; /* Evitamos desbordamientos */
    height: auto; /* Ajustamos la altura automáticamente */
  }

  .logo-kitdigital__images__unioneuropea,
  .logo-kitdigital__images__logorecuperacion {
    margin: 0 0.5rem;
  }
}

/* Para ajustar el espacio y evitar que el kit digital quede cubierto */
@media only screen and (max-width: 959px) {
  .logo-kitdigital {
    margin-right: 0 !important;
    margin-bottom: 54px;
  }
}
/* END KIT DIGITAL */