/* ----------------------------------------------------------------
        Custom CSS

        Add all your Custom Styled CSS here for New Styles or
        Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #aa8453;
    border-radius: 20px;
    border: 3px solid white;
}
body::-webkit-scrollbar-track {
    background: #f4f4f4;
}

@media (min-width: 992px)
{
    .dark #header.transparent-header.full-header #header-wrap, #header.transparent-header.full-header.dark #header-wrap {

        border-bottom: unset;
    }
    .full-header #logo { 
        border-right: unset;
    }
    .full-header .primary-menu .menu-container {

        border-right: unset;
    }
    #header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {

        border-bottom: unset;
    }
}
.testimonial_rate .star-rating {

    font-size: 6px;
}
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.star-rating:before, .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {

    top: 50%;
    right: 0;
}
.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 50%;
    right: 5%;
    width: 30px;
}
.swiper-pagination span {

    width: 12px;
    height: 12px;}

element.style {
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #e4a853 !important;
    border-color: 1px solid #e4a853;
}
/* .button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 400;
    text-shadow: none;
}*/

.button {
    font-weight: 400 !important;
    font-family: 'Barlow Condensed', sans-serif;
}
.slider-btn{
    padding: 12px 20px;


    font-size: 15px;
    letter-spacing: 3px;
}
.swiper-pagination {

    line-height: 1.4;
}
#slider div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    right: 40px;
    height: 60%;
    z-index: 1;
}
#slider div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
#slider div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
#slider div.reservation .call span {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}
#slider div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
}
.heading-block .main-title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: unset;
}
.heading-block .sub-title {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
.reservations {
    display: flex;
    align-items: center;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .icon span {
    font-size: 40px;
    color: #8e6d45;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
}
.reservations .text a {
    font-size: 27px;
    color: #8e6d45;
    letter-spacing: -1px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.slider-caption p {
    color: #fff;
}
.bg-cream {
    background: #f8f5f0;
}
.section-padding {
    padding: 60px 0;
}
.hotel-facilities .single-facility {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #f1eeeb;
}
.hotel-facilities  .single-facility h5 {
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}
.hotel-facilities  .single-facility p {
    margin: 0;
    color: #666;
}
.hotel-facilities  .single-facility i {
    /*font-size: 45px;*/
    color: #aa8453;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.services .img {
    position: relative;
    overflow: hidden;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .content {
    width: 100%;
    padding: 30px;
}
.services .content .cont {
    display: table-cell;
    vertical-align: middle;
}
.butn-dark a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;

    font-family: 'Gilda Display', serif;

}
.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 {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
}
.grid-filter li.activeFilter a {
    color: #FFF;
    background-color: #aa8453;
}
.grid-filter li a:hover {
    color: #aa8453;
}
.grid-filter li.activeFilter a:hover {
    color: #FFF;
    background-color: #aa8453;
}
.owl-carousel {

    --owl-dots-sizes: 15px;
}
.owl-carousel .owl-dots .owl-dot {

    background-color: white;
}
.submit-btn-dark{
    background-color: #aa8453;
}
.submit-btn-dark:hover {
    background-color: #aa8453 !important;
    opacity: 0.9;
}
.footer-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
a {
    text-decoration: none !important;
    color: #aa8453;
}
#gotoTop:hover {
    background-color:  #aa8453;
}


.button.button-border:not(.button-fill):hover {
    background-color:  #aa8453;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #aa8453;
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #aa8453;
}
.slider-caption.slider-caption-center {

    margin: 30px auto;
}
.img-hover-wrap .img-hover-title {
    font-size: 27px !important;
    font-weight: 400 !important;
}
.img-hover-detail small{
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px !important;
    text-transform: uppercase;
}
.pr-0{
    padding-right: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.content-wrap {
    position: relative;
    padding:  0px 0;
}
@media (max-width: 576px){
    .swiper_wrapper .slider-caption h2 {
        font-size: 4.8vw;
        line-height: 22px;
    }
    #slider div.reservation .call span {
        font-size: 14px; 
    }
    #slider div.reservation {
        display: none;
    }
}
@media (max-width: 768px){
    .swiper_wrapper .slider-caption h2 {
        font-size: 4.8vw;
        line-height: 40px;
    }
    #slider div.reservation .call span {
        font-size: 18px; 

    }
    .slider-caption.slider-caption-center {
        margin: 0px auto;
    }
}
/*.swiper_wrapper .swiper-slide {
 
    background: #040404c4;
}*/

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ab8a62;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image:linear-gradient(298deg, #da2c4d, #aa8453);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #aa8453;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-desc h3 a:hover {
    color: #aa8453;
}
.portfolio-desc h3 {

    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
label {

    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #555;

}

/*.swiper_wrapper .swiper-slide:before {
    background: #000;
}*/

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	overflow: hidden;
        background: #04040491;
}
 