@font-face {
    font-family: 'Canela Web';
    src: url('../fonts/Canela-Light-Web.woff2') format('woff2'), 
    url('../fonts/Canela-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Canela Web Italic';
    src: url('../fonts/Canela-RegularItalic-Web.woff2') format('woff2'), 
    url('../fonts/Canela-RegularItalic-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adorn Story Script';
    src: url('../fonts/AdornStoryScript.woff2') format('woff2'),
        url('../fonts/AdornStoryScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --base-font-size: 14px;
    --mobile-font-size: 14px;
    --heading-font-font-style: normal;
    --heading-font-font-weight: 400;
    --heading-font-letter-spacing: 0em;
    --heading-font-line-height: 1.2em;
    --body-font-font-style: normal;
    --body-font-font-weight: 400;
    --body-font-letter-spacing: 0em;
    --body-font-line-height: 24px;
    --mobile-font-line-height: 18px;
    --heading-1-size: 4.1rem;
    --heading-1-size-value: 4.1;
    --heading-2-size: 2.3rem;
    --heading-2-size-value:2.3;
    --heading-3-size: 2.05rem;
    --heading-3-size-value: 2.05;
    --heading-4-size: 1.2rem;
    --heading-4-size-value: 1.2;
}

html, body, p {
    font-size: var(--base-font-size);
    line-height: var(--body-font-line-height);
}

/*h1 {
    font-size: calc((var(--heading-1-size-value) - 1)* 1.2vw + 1rem);
}

h2 {
    font-size: calc((var(--heading-2-size-value) - 1)* 1.2vw + 1rem);
}


h3 {
    font-size: calc((var(--heading-3-size-value) - 1)* 1.2vw + 1.2rem);
}*/

html {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    min-height: 100%;
    color: #000000;
    overflow-x: hidden;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    background: #EBE9E5 !important;
}

.Adorn-font{
    font-family: 'Adorn Story Script';

}

em {
    font-family: 'Canela Web Italic';
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Canela Web';    
    font-weight: 300;
}

.pb-15{
    padding: 15px 0;
    display: block;
}

.pb-15-top{
    padding-top: 15px;
    display: block;
}

.pb-15-bottom{
    padding-bottom: 15px;
    display: block;
}

.pb-20{
    padding: 20px 0;
    display: block;
}

.pb-20-top{
    padding-top: 20px;
    display: block;
}

.pb-20-bottom{
    padding-bottom: 20px;
    display: block;
}

.pb-25{
    padding: 25px 0;
    display: block;
}

.pb-25-top{
    padding-top: 25px;
    display: block;
}

.pb-25-bottom{
    padding-bottom: 25px;
    display: block;
}

.p-15{padding: 15px;}

.p-10{padding: 10px;}

.p5{padding: 5px;}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.container.max-980 {
    max-width: 980px;
}

#backtotop {
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s, 
    opacity 2s, visibility 2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop:hover {
  cursor: pointer;
}
#backtotop:active {
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.testimonials-block .testimonials-slider {
    position: static;
}
.swiper-button-next, .swiper-button-prev {color: #fff !important;}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
.swiper-button-next-parent.posbottom, .swiper-button-prev-parent.posbottom {
    top: 0;
    bottom: 0;
    color: #000;
    padding: 20px;
    margin-top: 0;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next-parent, .swiper-button-prev-parent{
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: -moz-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: -moz-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
  }
.swiper-button-next-parent.swiper-button-disabled, .swiper-button-prev-parent.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next-parent:after, .swiper-button-prev-parent:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
  }
  .swiper-button-prev-parent {
    left: 87%;
    right: auto
  }
.swiper-button-prev-parent:after {
    content: 'prev'
  }
  .swiper-button-next-parent {
    right: 25px;
    left: auto
  }
  .swiper-button-next-parent:after {
    content: 'next'
  }
.restuarant-sldier img{aspect-ratio: 1/1; object-fit: cover; width: 100%;}
.rest-top-block strong {
    font-weight: 600;
    margin-right: 6px;
}
.rest-inner-block strong {
    font-weight: 700;
    margin-right: 5px;
}
.rest-inner-block p {
    text-align: justify;
}
.rest-inner-block {
    padding-top: 25px;
}
.rest-inner-block .top img {
    max-width: 45px;
    height: 30px;
    width: 100%;
}
.rest-inner-block .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rest-inner-block .top h2 {
   width: 70%;
   text-align: initial;
}
.rest-inner-block dl, .rest-inner-block ol, .rest-inner-block ul, section.singel-page dl, section.singel-page ol, section.singel-page ul {
    margin-bottom: 1rem !important;
}
section.singel-page dl, section.singel-page ol, section.singel-page ul {
    padding-left: 0;
}
.rest-inner-block .top 
 .right {
    padding-top: 0px;
}
.rest-inner-block .top .right a {
    display: inline-block;
    margin: 0 0 0 7px;
}
.restuarant-block {
    padding-top: 25px;
}
.returantcont {
    margin-bottom: 20px;
}
.rest-inner-block .address img {
    max-width: 25px;
    width: 100%;
}
.rest-inner-block .address {
    margin-top: 10px;
    border-bottom: solid 1px #046791;
    padding-top: 15px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.rest-inner-block .address a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.rest-inner-block .address p{
    text-align: left;
    margin-bottom: 0;
}
.rest-inner-block .image-slider {
    margin-top: 30px;
}
.restuarant-block {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: justify;
}

.rest-inner-block .image-slider1 {
    margin-top: 30px;
}

.planttree{
    background: #000;
    padding-top: 2vmax;
    padding-bottom: 2vmax;
}
.planttree h3, .planttree a {
    color: #ffffff;
    font-size: 10px;
    font-family: 'sweet-sans-pro';
}
.planttree-inner img {
    width: 80px;
}
.slides-item-ci img{height: 80vh; object-fit: cover; width: 100%;}
@media screen and (max-width: 767px){
    .rest-inner-block {
        padding-left: 0;
        padding-right: 0;
    }
    .rest-inner-block .top h2 {
        /*width: 100%;*/
    }
    .rest-inner-block .top .right a {
        margin: 0 7px 0 0px;
    }
    .rest-inner-block .top img {
        height: 21px;
        width: 30px;
    }
    .destination-wrapper {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .destination-wrapper .destination-item {
        padding: 20px 0;
        width: 100% !important;
        border-bottom: solid 1px #046791 !important;
        border-right: none !important;
    }
    .destination-wrapper .destination-item:last-child {
        border-bottom: none !important;
    }
    .destination-wrapper .destination-item p {
        margin-bottom: 0;
    }
    h1{
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .slides-item-ci img{height: 55vh;}
}

a{
    color: #000000;
}

a:hover{
    color: #8F8359;
}

.btn:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

select, input {
    background: #F6F6F6;
    border: 1px solid #8F835959;
    opacity: 1;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Segoe UI';
    color: #000;
    border-radius: 0px;
}

textarea{
    background: #F6F6F6;
    border: 1px solid #8F835959;
    opacity: 1;
    width: 100%;
    height: 110px;
    font-size: 16px;
    font-family: 'Segoe UI';
    padding: 10px;
}



h2.heading {
    margin-bottom: 1.5rem;
}


.subheading{
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 600;
}


*,
:after,
:before {
    box-sizing: border-box
}


ul, li{
list-style: none;
padding: 0px;
margin: 0px;
}




::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #b69353
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #b69353
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}


code,
input,
pre,
select,
textarea {
    font-weight: 400
}

a {
    text-decoration: none;
    transition: all 0.4s;
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-top: 0
}

figure {
    margin: 0;
    padding: 0
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

/* .container {
    padding: 0 2%;
    max-width: 1680px;
    margin: 0 auto;
    width: 100%;
}
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #b69353
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #b69353
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

.container-fluid, #retreatgallery{max-width: 1120px;}
.site-footer .container-fluid, .site-header .container-fluid{max-width: 1440px;}

.Trending-section .container-fluid{
    max-width: unset;
    padding: 0;
}

.featured-blocks hr{display: none;}

/* ==========================================
Header css star here
========================================== */

header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: .4s;
}

header.site-header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #00000062 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 26vh;
}

.page-template-villa-gallery header.site-header:before {
    height: 80px;
}

header.site-header.fixed:before {height: 0;}

header.site-header.fixed {
    background-color: #000;
    position: fixed;
}


header.site-header .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
}

header.site-header .logo a {
    display: block;
    width: 100%;
    max-width: 193px;
}

header.site-header .logo a img.fixed-logo{
     display: none;
}

header.site-header.fixed .logo a img.fixed-hide{
    display: none;
}

header.site-header.fixed .logo a img.fixed-logo{
     display: block;
}

.mobile-menu-btn {
    display: none;
    width:40px;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
    float: left;
}


.mobile-menu-btn span:not(:last-child) {
    margin-bottom: 6px;
}

header.site-header .navbar ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    justify-content: center;
}


header.site-header .navbar {
    width: auto;
    display: block;
    margin: 7px auto;
}
 
header.site-header .navbar ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar ul li.nav-item {
    padding: 12px 30px;
}

.navbar ul li.nav-item a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2.55px;
    font-size: 13px;
    font-family: "sweet-sans-pro",sans-serif;
}

.navbar ul li.nav-item a:hover:before {
    opacity: 1;
    visibility: visible;
        width: 100%;
}

.navbar ul li.nav-item a:before {
    content: '';
    bottom: 0px;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #fff;
    opacity: 1;
    visibility: visible;
    transition: .6s;
    width: 0;
}

.resturantpage .heading em{
    color: #009FE3;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ci-mobile, .soc-btn{display: none;}

.contact-btn a {
    border: 1px solid #EBE9E5;
    display: block;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    width: 152px;
    text-align: center;
    padding: 7px 0;
    font-family: "sweet-sans-pro",sans-serif;
    font-weight: 700;
    transition-duration: 0.4s;
}

.contact-btn a:hover {
    background: #ebe9e5;
    color: #000000;
    box-shadow: 0px 3px 6px #00000029;
}


.main-slider {
    display: block;
    height: 100vh;
    width: 100%;
    vertical-align: bottom;
     position: relative;
         min-height: 700px;
}


.main-slider .slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
      min-height: 700px;
}

.main-slider a.down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}


.main-slider .slide .slide-img {
    height: 100%;
      min-height: 700px;
}

.main-slider .slide .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 700px;
}

.main-slider .slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent radial-gradient(closest-side at 50% 50%, #00000083 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
}

.page-template-lifestyle-magazine .main-slider .slide:before {
    background: transparent linear-gradient(180deg, #00000062 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}

.main-blog-banner.main-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #0000007a 0%, #54545499 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}

body.single-post .main-slider .slide::before {
    background: black;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

body.page-template-retreats-listing .page-banner .banner-img:before, body.tax-country_city .page-banner .banner-img:before{
    background: transparent radial-gradient(closest-side at 50% 50%, #00000083 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
}

.main-slider .slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 59%;
}

.main-slider .slide .slide-content h1 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    line-height: 1;
}

body.page-template-lifestyle-magazine .main-slider .slide .slide-content h1 {
    color: #af9e89;
    text-transform: uppercase;
    font-family: 'myriad-pro';
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.8rem;
}

.main-slider .slide .slide-content p {
    color: #FFFFFF;
}

.main-slider a.btn {
    background: #EBE9E5;
    color: #000000;
    margin-top: 10px;
}

.main-slider a.btn:hover{
    background: #000000;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;  
}

.trending-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}


.btn {
    width: auto;
    background: #8F8359;
    border-radius: 0px;
    border: none;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 13px 2.5rem 14px;
    font-family: "sweet-sans-pro",sans-serif;
    font-weight: 500;
    transition-duration: 0.4s;
    line-height: 1;
}

.btn:hover {
    background: #000000;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}


section.welcome-section {
    padding-top: 9vmax;
    padding-bottom: 4vmax;
}

.welcome-content {
    padding-right: 13%;
    padding-top: 70px;
}

.welcome-section .welcome-img img{aspect-ratio: 2/2.29; object-fit: cover;}


.center-title {
    text-align: center;
    width: 60%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 2.5vmax;
}

.resturantpage .center-title {
    width: 100%;
    max-width: 1140px;
}

.center-title h2.heading, .center-title h1.heading {
    margin-bottom: 0.8rem;
}

.small-text p{
    font-size: 14px;
}

section.retreats-section {
    padding-top: 2vmax;
}

section.Trending-section {
    padding-top: 4vmax;
    padding-bottom: 4vmax;
}

section.Trending-section .center-button {
    padding-bottom: 0px;
    padding-top: 6vmax;
}


.Trending-section .slick-track .slick-slide {
    height: auto;
    padding: 0 7px;
}

.Trending-section .trending-block.even{
    margin-top: 30px;
} 

.trending-block {
    position: relative;
}


.trending-img{
   overflow: hidden;  
}

.trending-block a .trending-img img{
    transition: transform .6s ease;
    aspect-ratio: 1 / 2;
    object-fit: cover;   
}

.trending-block a:hover .trending-img img{
  transform: scale(1.2);
}

.trending-block h4 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding-left: 15px;
    font-size: 1.75rem;
}

.swiper-pagination-bullets.swiper-pagination-lock{
    margin: 0vmax auto;
}

.swiper-pagination-bullets{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100% !important;
    margin: 5vmax auto;
    border-radius: 7px;
    overflow: hidden;
    list-style: none;
    padding: 0 1vmax;
    position: relative !important;
}

span.swiper-pagination-bullet {
    flex: 1 1 100%;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8F8359;
    border-radius: 0;
}

span.swiper-pagination-bullet {
    background: #fff;
    height: 4px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    border-radius: 0;
    margin: 0 !important;
    opacity: 1;
}

.slick-dots {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: 5vmax auto;
    border-radius: 7px;
    overflow: hidden;
    list-style: none;
    padding: 0 1vmax;
}

.slick-dots li {
    flex: 1 1 100%;
    background: #fff;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.slick-dots li.slick-active button {
    background: #8F8359;
}

.slick-dots li button {
    background: #fff;
    height: 4px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    font-size: 0;
}

.slides-nav-next:hover svg, .slides-nav-prev:hover svg {
    fill: #8F8359 !important;
    opacity: 1 !important;
}

.center-button {
    text-align: center;
    padding-bottom: 2%;
}

section.large-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

section.large-banner .large-img{
    height: 600px;
}


section.large-banner .large-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


section.featured-section {
    padding-top: 5vmax;
    padding-bottom: 3vmax;
}

section.featured-section.services {
    padding-top: 5vmax;
    padding-bottom: 3vmax;
}

section.featured-section.services .villas-block {
    margin-top: 1.5vmax;
}

section.featured-section .villautem {
    height: auto;
    padding: 0 35px;
    position: relative;
    margin-top: 40px;
}



section.featured-section .villautem.swiper-slide-active:before, section.featured-section .villautem.swiper-slide-next:before{
content: "";
width: 1px;
height: 100%;
background: #ffffff;
position: absolute;
right: 0px;

}


.villas-block .villas-details {
    padding-top: 20px;
}

.villas-block .villas-details p {
   text-align: center;
}

.villas-block .villas-images {
    position: relative;
}

.featured-section.services .villas-block .villas-images {
    position: relative;
    display: block;
}

.featured-section.services .villas-block .villas-images img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

section.featured-section .villas-images.image-slider .item {
    padding: 0px;
}

section.featured-section .villas-images.image-slider .item:before {
display: none;
}


.image-slider ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    text-align: center;
    max-width: 100%;
    flex-direction: row;
    position: absolute;
    bottom: 13px;
    margin: 0 auto;
    transform: translate(-50%, -0%);
    left: 50%;
}
.image-slider ul.slick-dots li {
    margin: 0 5px;
    font-size: 0;
    line-height: 1;
    background: none;
    flex: auto;
    width: auto;
}

 .image-slider ul.slick-dots li.slick-active button {
    opacity: 1;
}

 .image-slider ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 50%;
    border: none;
    opacity: 0.5;
}


.villas-block .villas-images:hover .reqest-link {
  opacity: 1;
}

.villas-block .villas-images .reqest-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.5);
}

 .villas-images .reqest-link h4.subheading{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.4px;
 }

 .villas-images .reqest-link h4.subheading {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-bottom: solid 1px #ffffff;
      font-size: 14px;
    padding:0.5rem 1rem;

}

.villas-details .destination-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    gap: 10px;
}
.featured-sldier .villas-details .destination-heading {
    margin-bottom: 30px;
}
.featured-sldier .villas-block .villas-details h3 {
    margin-bottom: 12px;
}
.retreat-banner {
    background: #000000;
    padding-top: 6vmax;
    padding-bottom: 6vmax;
}

.retreat-banner h2.heading {
    color: #ffffff;
}

.retreat-banner p {
    color: #ffffff;
}

.retreat-banner .col-md-5 {
    align-items: center;
    display: flex;
}
.retreat-bann-cont {
   padding-right: 40px;
}

.villas-block .villas-details h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.destination-heading span {
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.3em;
}

.destination-heading h4 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
    color: #8F8359;
    text-transform: uppercase;
    text-align: right;
    max-width: 62%;
}

.villas-details span.price {
    display: block;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.villas-options ul {
    display: grid;
    column-gap: 10px;
    justify-content: space-between;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#vilaoverview .villas-options ul {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#vilaoverview .villas-options ul {
    grid-template-columns: repeat(5, 5fr);
}

.villas-options ul li {
    color: #000000;
}

.villas-options ul li p {
    margin-bottom: 0px;
    font-size: 7px;
    letter-spacing: 0.7px;
    line-height: 1.5;
}


.villas-options ul li span.icons {
    width: 26px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.single-retreat .villas-options ul li span.icons {
    width: 27px;
}

.villas-options ul li p span.count {
    display: block;
}

.villas-options {
    margin-top: 1.6rem;
}

#villagallery img{aspect-ratio: 3/2; object-fit: cover; width: 100%}


section.latest-magazine {
    padding-top: 3.5vmax;
    padding-bottom: 2vmax;
    background: #ffffff;
}

section.latest-magazine .center-button a.btn {
    background: #046791;
    color: #fff;
}

section.latest-magazine .center-button a.btn:hover{
    background: #000;
    color: #fff;

}

section.latest-magazine span {
    color: #246D8D;
    font-family: 'Adorn Story Script';
    font-size: 7.1rem;
    display: block;
    line-height: 1;
}

section.latest-magazine h2 {
    padding-bottom: 1.5rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.magazine-img img {
    width: 100%;
}

.magazine-img {
    position: relative;
    padding-top: 10px;
}

.magazine-left .magazine-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.magazine-left .magazine-img {
    position: relative;
    display: block;
    padding-top: 127%;
}

.magazine-img .magazine-img-content {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
}

.magazine-img .magazine-img-content h4 {
    font-size: 2.4rem;
    color: #ffffff;
}

.magazine-img .magazine-img-content h5 {
    color: #ffffff;
    font-size: 1.1rem;
}

.block-magazine a.readmore {
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.83rem;
    font-weight: 700;
    border-bottom: solid 1px transparent;
    display: table;
}


.block-magazine a.readmore:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    transition: all 0.3s;
    width: 0;
}
.block-magazine a.readmore:hover:after {
    width: 100%;
}

.magazine-left {
    padding-right: 2vw;
}

.magazine-right {
    padding-left: 3%;
    margin-top: -12%;
}

.block-magazine {
    margin-top: 2vmax;
}

section.latest-magazine .center-button {
    padding-top: 5vmax;
}

section.instagram-block {
    padding-top: 4vmax;
    padding-bottom: 4vmax;
}

.center-title h5 a {
    letter-spacing: 1.8px;
    color: #8F8359;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}


.insta-photos ul {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    gap: 2%;
}

section.largetext-banner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: bottom;
}

section.largetext-banner .largetext-ban-img{
       height: 720px;  
}

section.largetext-banner .largetext-ban-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    background: transparent radial-gradient(closest-side at 50% 50%, #00000083 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
    
}


section.largetext-banner .largetext-ban-content {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    width: 70%;
}

.largetext-ban-content h2 {
    color: #ffffff;
}

.largetext-ban-content p {
    color: #ffffff;
    padding: 2% 0 3%;
    max-width: 525px;
    margin: 0 auto;
}

.largetext-ban-content a.btn {
    background: #EBE9E5;
    color: #000000;
    font-size: 13px;
    letter-spacing: 1.3px;
}

.largetext-ban-content a.btn:hover {
    background: #000000;
    color: #fff;
}

footer.site-footer {
    background: #000000;
    padding-top: 4vmax;
    padding-bottom: 4vmax;
}

.logo-footer img {
    max-width: 240px;
    width: 100%;
}

.logo-footer {
    margin-bottom: 3%;
}

footer.site-footer h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

footer.site-footer .f-links {
    margin-top: 31%;
}

footer.site-footer .f-links li.footcont a{
    text-transform: none;
    pointer-events: none;
    line-height: 1.6;
}

footer.site-footer .Subscribe-block h3 {
    font-size: 1.75rem;
    margin-bottom: 2%;
}
footer.site-footer .Subscribe-block {
    padding-right: 0;
    width: 70%;
}

footer.site-footer p {
    color: #ffffff;
}

footer.site-footer .Subscribe-block form .form-group {
    width: 100%;
    position: relative;
}

footer.site-footer .f-links p {
    letter-spacing: 1.3px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 600;
}
footer.site-footer .f-links ul li a {
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
    display: table;
    margin-bottom: 3px;
}

footer.site-footer .f-links ul li.prpc a{
    text-transform: none;
}

li.prpc {
    padding-top: 13px;
}

.Subscribe-block .form-group input[type="email"] {
    width: 100%;
    background: #8F8359;
    color: #fff;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1.3px;
    padding: 10px 14px;
    height: 53px;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}
.Subscribe-block .form-group input[type="email"]::placeholder {
    color: #ffffff;
}

.Subscribe-block .social-block {
    margin-top: 7%;
}

.Subscribe-block .social-block ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Subscribe-block .social-block ul li a {
    display: block;
}

.Subscribe-block .social-block ul li a img {
    width: 100%;
    max-width: 26px;
}


.Subscribe-block form .form-group button.sub {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    box-shadow: none;
    width: 35px;
    top: 44%;
    transform: translate(-10px, -50%);
}

.Subscribe-block form .wpcf7-not-valid{
    border: 1px solid red !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}

.Subscribe-block form .wpcf7-response-output{
    color: #fff;
}

.Subscribe-block form .wpcf7-not-valid-tip{
    display: none;
}

.page-banner {
    display: block;
    width: 100%;
    vertical-align: bottom;
    position: relative;
}


.page-banner .banner-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #00000062 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}

body.tax-service_type .page-banner .banner-img:before {opacity: 0.6;}

.page-banner .banner-img {
    height: 85vh;
    min-height: 680px;
    position: relative;
}

.page-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-banner .page-banner-content {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
    width: 75%;
}

.page-banner .page-banner-content h1 {
    color: #fff;
    margin-bottom: 1.4rem;
}

.page-banner .page-banner-content p {
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}


.page-banner-content a.btn {
    border: solid 1px #ffffff;
    background: none;
    margin-top: 15px;
}

.page-banner-content a.btn:hover {
    background: #EBE9E5;
    border: 1px solid #EBE9E5;
    color: #000000;
}


.page-banner a.down-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.article-block .article-content a.more::after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    transition: all 0.3s;
    width: 0;
}
.article-block .article-content a.more:hover::after {
   width: 100%;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 15px;
  }
  50% {
    bottom: 30px;
  }
}

a.down-arrow {
    animation: MoveUpDown 1s linear infinite;
}

.featured-blocks {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 0px;
}

.featured-blocks .item {
    height: auto;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.featured-blocks .item:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 0;
    display: block !important;
}
section.service-section .featured-blocks {
    margin-top: -20px;
}
.featured-blocks .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.Filters-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2vmax;
}

.Filters-section span.title-fi {
    color: #000000;
    margin-right: 13px;
    margin-top: 10px;
}

.Filters-section ul {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.Filters-section ul li {
    padding:6px !important;
}

.Filters-section ul li a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000015;
    opacity: 1;
    display: block;
    padding: 0px 15px;
    color: #8F8359;
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
}

.Filters-section ul li a:hover{
opacity: 0.7;
}

.Filters-section .sortby {
    margin-left: 13px;
}

.Filters-section .sortby select {
    color: #000000;
    font-size: 17px;
    border: none;
    background: none;
    min-width: 190px;
}

section.service-section {
    padding-top: 20px;
}

section.featured-section .container-fluid {
    overflow: hidden;
    padding: 0;
}
.featured-sldier {
    position: relative;
}

.Page-navigation {
    margin-top: 60px;
    margin-bottom: 60px;
}

.Page-navigation ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Page-navigation ul.pagination li.page-item.prev {
    margin-right: auto;
}

.Page-navigation ul.pagination li.page-item.next {
    margin-left: auto;
}


.Page-navigation ul.pagination li.page-item a.page-link {
    margin: 0px;
    background: none;
    border: none;
    color: #8F8359;
    font-family: 'Canela Web';
}


.Page-navigation ul.pagination li.page-item.next a.page-link, .Page-navigation ul.pagination li.page-item.prev a.page-link {
    display: flex;
    font-size: 0px;
}


.Page-navigation ul.pagination li.page-item.next a.page-link:before,
.Page-navigation ul.pagination li.page-item.prev a.page-link:before{
display: block;
    background-image: url(../images/Previous-Icon.png);
    content: "";
    width: 59px;
    background-size: contain;
    height: 37px;
    background-repeat: no-repeat;
} 


.Page-navigation ul.pagination li.page-item.next a.page-link:before{
   background-image: url(../images/Next-Icon.png);

}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 25px;
    margin: 0 auto;
    max-width: 1120px;
}
p.meta-nav {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #046791;
    font-weight: 700;
}
p.meta-nav img {
    height: 48px;
}
.Page-navigation ul.pagination li.page-item.prev {
    margin-right: auto;
}

 
section.faq-section {
    padding-top: 4vmax;
    padding-bottom: 4vmax;
}


.accordion .accordion-btn {
    font-size: 15px;
    font-weight: 500;
    border: none;
    background: 0 0;
    color: #000000;
    padding: 20px 30px 20px 20px;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #8f83594d;
}

.accordion .accordion-btn .accordion-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0;
}


.accordion .accordion-content {
    margin-bottom: 20px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.accordion .accordion-content .inner-content {
    padding-left: 20px;
    padding-top: 12px;
}

.accordion .accordion-content p{font-size: 14px;}


.accordion .accordion-btn .accordion-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/arrow-dropdown.svg');
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}
.accordion .accordion-btn.active .accordion-icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.tab-section ul {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 8px;
    margin-top: 0.5rem;
}


section.tab-section ul li {
    text-align: center;
    /* padding: 4px 10px; */
    width: auto;
    min-width: auto;
    flex: auto;
}

section.tab-section ul li:last-child a:before{
    display: none;
}

section.tab-section ul li a {
    display: block;
    position: relative;
    letter-spacing: 1.4px;
    color: #8F8359;
    text-transform: uppercase;
    font-size: 0.83rem;
    padding: 0 1rem;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 600;
}
section.tab-section ul li a:hover{
    color: #000000;
    font-weight: 600 !important;
}

section.tab-section ul li a.active{
    font-weight: 900;
}

section.tab-section ul li a:before {
    content: "";
    border-left: solid 1px #fff;
    position: absolute;
    top: 1px;
    right: 0;
    height: 100%;
}

section.villas-detailpage {
    padding-top: 5vmax;
}

#retreatgallery{
    margin-top: 5vmax;
}

#vilaoverview p{text-align: justify;}


.villas-detailpage .title {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}

.villas-detailpage .villas-options {
    margin-bottom: 1.6rem;
}

.villas-detailpage .villas-options p {
    font-size: 12px;
    letter-spacing: 1.2px;
}


.villas-detailpage .villas-options p span.count {
    display: inline-block;
    margin-right: 3px;
}

.villas-detailpage .title span.subheading {
    letter-spacing: 1.7px;
    color: #8F8359;
    text-transform: uppercase;
    font-weight: 700;
}

.villas-detailpage .container {
    width: 100%;
    max-width: 1000px;
}

.villas-img-block {
    position: relative;
    padding-top: 76%;
    overflow: hidden;
}

.rereatslideci .villas-img-block {
    margin-top: 20px;
}

.villas-block .villas-img-block > .villas-images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
}
.villas-block .villas-img-block > .villas-images .slick-track {
    height: 100%;
}
.villas-block .villas-img-block > .villas-images .slick-track * {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.herotwo-block {
    padding-top: 7vmax;
    padding-bottom: 4vmax;
}

.herotwo-block .col-md-5 {
    align-items: center;
    display: flex;
}

.herotwo-img img {
    width: 100%;
}

section.features-ame {
    padding-top: 2vmax;
    padding-bottom: 2vmax;
}

.features-ame .amenities-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 0px;
    margin-top: 2rem;
}

.amenities-wrapper .amenities-block {
    text-align: center;
}

.amenities-block .amenities-list {
    border-right: solid 1px #ffffff;
    min-height: 270px;
}

.amenities-block h4.subheading {
    letter-spacing: 1.3px;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}

.amenities-block:last-child .amenities-list {
    border: none;
}

.amenities-block:last-child h4.subheading:before{
    display: none;
}

.amenities-block h4.subheading:before {
    content: "";
    border-right: solid 1px #fff;
    position: absolute;
    right: 0;
    height: 27px;
    display: block;
    top: -3px;
}

.amenities-block .amenities-list ul li {
    padding: 0.6rem 0;
}

section.location-block {
    padding-top: 4vmax;
}

.location-block .address-block {
    margin-bottom: 2rem;
}

.address-block span.icon img {
    max-height: 30px;
}

.address-block span.icon {
    display: block;
    margin-bottom: 1rem;
}

.location-block .address-block h5.subheading {
    letter-spacing: 1.3px;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.map-location img {
    width: 100%;
}

section.booking-section {
    padding-top: 4vmax;
    padding-bottom: 1vmax;
}

.booking-section .booking-rules {
    width: 80%;
    margin-top: 2.3rem;
}

.booking-section .booking-rules span.icon, .booking-form span.icon {
    width: 44px;
    display: block;
    margin-bottom: 1rem;
}

.booking-section .booking-rules h5.subheading {
    letter-spacing: 1.4px;
    color: #8F8359;
    text-transform: uppercase;
    font-size: 14px;
    width: 70%;
    border-bottom: 1px solid #8F8359;
    padding-bottom: 10px;
    font-weight: 700;
}

.booking-section .col-md-6:first-child {
    border-right: solid 1px #ffffff;
}

.booking-section .booking-form .col-md-6:first-child {
    border-right: none;
}


.booking-form {
    padding-left: 8%;
    padding-top: 2.5rem;
}

.booking-form h5.subheading {
    letter-spacing: 1.3px;
    color: #8F8359;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 1rem;
}

.booking-form .form-group {
    margin-bottom: 1rem;
}

.booking-form .form-group label {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}




body.wo-modal-open {
    overflow: hidden
}

.wo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.wo-modal.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.wo-close-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    width: 50px;
    height: 45px;
    border: none
}

.wo-close-btn:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg)
}

.wo-close-btn:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg)
}
.request-popup {
    background: #EBE9E5;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    width: 100%;
    max-width: 690px;
    padding: 4rem 3.5rem 2rem;
    position: relative;
}

.single-retreat .request-popup {
    padding: 3rem 3.5rem 2rem;
}

.single-retreat .request-popup hr {
    color: #8F8359;
}

.request-popup button.wo-close-btn.wo-close-modal {
    width: 12px;
    height: 12px;
    top: 19px;
    right: 19px;
}

.request-popup button.wo-close-btn.wo-close-modal::before, .request-popup button.wo-close-btn.wo-close-modal::after {
    background: #000000;
}



.request-popup h2 {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1rem;
}

.wpcf7-form h5, .request-popup h5 {
    letter-spacing: 1.4px;
    color: #8F8359;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: solid 1px #8F8359;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-bottom: 2rem;
}

.wpcf7-form h5.subheading.servtitle {
    margin-bottom: 2rem;
    border-bottom: 1px solid;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.wpcf7-form label {
    width: 100%;
    letter-spacing: 0.6px;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0.1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.wpcf7-form h5.subheading {
    margin-bottom: 10px;
    border: none;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.3px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.wpcf7-form > h5.subheading{
    font-size: 14px;
}


section.contact-section {
    padding-top: 6vmax;
    padding-bottom: 6vmax;
}



.contact-form p a {
    color: #8F8359;
    text-decoration: underline;
}

.row.articleititle {
    align-items: flex-end;
    padding-bottom: 1rem;
}

section.article-sec {
    background: #ffffff;
    padding-top: 5vmax;
    padding-bottom: 4vmax;
}

.article-logo {
    /*text-align: right;
    padding-bottom: 20px;*/
}

.article-logo.mbm-20-bottom {
    display: flex;
    flex-direction: column;
    float: right;
    padding-bottom: 10px;
}
.article-logo.mbm-20-bottom p {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    color: #00bcde;
    letter-spacing: 1.7px;
}
.article-logo img {
    width: 100%;
    max-width: 324px;
}
.article-logo h5 {
    color: #009FE3;
    font-family: 'Adorn Story Script';
    font-size: 6.2rem;
    display: block;
    line-height: 1;
    margin-top: -1.6rem;
}

.row.articleititle {
    align-items: flex-end;
}


.article-block .article-content {
    padding-top: 1rem;
    padding-bottom: 2vmax;
    color: #000;
}

.article-block .article-content h3 {
    font-size: 20px;
}
.article-sec h2 {
   /* font-size: 40px;*/
}
.article-block .article-content a.more {
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 700;
    display: table;
}

  


.articles-slider {
    overflow: hidden;
}

.articles-slider .item.slick-slide {
    margin-left: 20px;
}

.articles-slider .slick-list {
    padding: 0 20% 0 0;
}


.articles-slider {
    /*padding-left: calc(19% - 199px);*/
}

.articles-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active, .articles-slider-part span.swiper-pagination-bullet.swiper-pagination-bullet-active, .retreatpage span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #046791;
}

.articles-slider span.swiper-pagination-bullet, .articles-slider-part span.swiper-pagination-bullet, .retreatpage span.swiper-pagination-bullet {
    background: #EBE9E5;
}

.article-content h5.subheading {
    letter-spacing: 1.6px;
    color: #046791;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}


.slide-content .banner-logo {
    display: inline-block;
    min-width: 520px;
}

.slide-content .banner-logo img, .blog-banner-content img {
    max-width: 496px;
    width: 100%;
}
.slide-content .banner-logo h5 {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 9rem;
    line-height: 1;
    margin: -2.5rem -5rem 0px 0px;
}

.main-slider .slide .bottom-text {
    position: absolute;
    bottom: 2vmax;
    z-index: 2;
    text-align: left;
    max-width: 560px;
    left: 2vw;
}
section.article-sec .article-img a {
    position: relative;
    display: block;
}
section.article-sec .article-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}


.page-template-lifestyle-magazine  .articles-slider .slick-list {
    padding: 0;
}
.page-template-lifestyle-magazine  .articles-slider {
    padding-left: 0;
}
.page-template-lifestyle-magazine  .articles-slider .slick-list {
    padding:0 0 0 6%;
}
.page-template-lifestyle-magazine .villas-images .reqest-link h4.subheading {
    transform: none;
    top: 0;
    left: 0;
    position: relative;
}
.page-template-lifestyle-magazine .villas-block .villas-images .reqest-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.page-template-lifestyle-magazine section.featured-section .villas-images img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.page-template-lifestyle-magazine section.featured-section .villas-images {
    position: relative;
    padding-top: 98%;
}
.page-template-lifestyle-magazine .villas-block .villas-images .reqest-link:hover {
    background-color: rgba(0,0,0,0.7);
}
.main-slider .slide .bottom-text h2 {
    color: #fff;
}

.article-banner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.article-banner .article-ban-img {
    height: 70vh;
    min-height: 690px;
    position: relative;
}


.article-banner .article-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-ban-content {
    left: 2vw;
    position: absolute;
    text-align: left;
    width: 50%;
    max-width: 600px;
    bottom: 10%;
}

.article-ban-content p {
    padding-bottom: 25px;
}

.article-banner .article-ban-img:before {
    content: "";
    background: rgba(0,0,0,0.6);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.article-ban-content a.btn {
    background: #046791;
}

.article-ban-content a.btn:hover{
    background: #000000;
}


.destination-guides {
    background: #ffffff;
}

.destination-guides .villas-block {
    margin-bottom: 2rem;
}

.destination-guides .villas-block .reqest-link {
    opacity: 1;
}

.white-text .article-ban-content h2 {
    color: #ffffff;
}

.white-text .article-ban-content  p {
    color: #fff;
}

section.article-sec.rest-guides {
    background: #F6F6F6;
}


section.Why-choose {
    padding-top: 4vmax;
    padding-bottom: 5vmax;
}

section.about-block {
    padding-top: 5vmax;
    padding-bottom: 4vmax;
}

section.Why-choose .col-md-6,
section.about-block .col-md-6 {
    display: flex;
    align-items: center;
}

.resturantpage section.about-block .col-md-7 {
    display: flex;
    align-items: center;
}

.Why-choose-content p {
    margin-bottom: 2.5rem;
}

.Why-choose-content h5.subheading {
    letter-spacing: 1.4px;
    color: #8F8359;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border-bottom: solid 1px #8F8359;
    font-weight: 700;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
}


.testimonials-block{
background-image: url('../images/Guest-Book.png');
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
padding-top: 7%;
    padding-bottom: 5%;
    position: relative;
}


.testimonials-block .center-title h2 {
    color: #ffffff;
}


.testimonials-slider .client-testimonials {
    width: 60%;
    margin: 0 auto;
}

.testimonials-slider .client-testimonials p {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 1.62rem;
    text-align: center;
    font-family: 'Canela Web';
    line-height: 1.6;
}


.client-testimonials .author-detail {
    text-align: center;
    margin-top: 2rem;
}

.client-testimonials .author-detail span {
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
}

.client-testimonials .author-detail h5 {
    font-family: 'Canela Web';
    color: #ffffff;
    margin-top: 0.2rem;
    font-size: 1.5rem;
}

.testimonials-slider button.slick-arrow, .image-slider button.slick-arrow {
    height: 74px;
    display: inline-block;
    width: 34px;
    vertical-align: middle;
    margin-right: 10px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left:2%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    z-index: 1;
}
body .image-slider button.slick-next {
    left: auto;
}

.testimonials-slider button.slick-arrow span, .image-slider button.slick-arrow span {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    margin-top: -6px;
    margin-left: -10px;
    border-bottom: none;
    transform: rotate(-134deg);
}

.testimonials-slider button.slick-next,  .image-slider button.slick-next{
    right: 1%;
    left: inherit;
}

.testimonials-slider button.slick-next span,  .image-slider button.slick-next span{
    transform: rotate(43deg);
}




.main-slider.destination-banner .slide .slide-content {
    transform: translate(-50%, -50%);
}

.destination-banner .banner-logo {
    min-width: 275px;
}

.destination-banner .banner-logo img {
    min-width: 250px;
}

.destination-banner .banner-logo h5 {
    font-size: 5.15rem;
    margin: -1.5rem -3.1rem 0px 0px;
}


.Destination-page {
    background: #ffffff;
    padding-bottom: 4%;
}

.destination-wrapper {
    padding: 2% 0%;
    display: flex;
}
.destination-inner {
    border-top: solid 1px #046791;
    border-bottom: solid 1px #046791;
}
.destination-wrapper .destination-item span.icon {
    display: inline-block;
    width: 35px;
    margin-bottom: 0.5rem;
}

.destination-item h5.subheading {
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.destination-wrapper .destination-item {
    border-right: solid 1px #046791;
    width: 33.33%;
    padding-left: 60px;
    padding-right: 60px;
}
.destination-wrapper {
    margin-left: -60px;
    margin-right: -60px;
}
.destination-wrapper .destination-item:last-child{
    border: none;
}

.Destination-page ul.slick-dots {
    display: none !important;
}


.main-blog-banner {
    height: 422px;
    background: #046791;
    position: relative;
}

.main-blog-banner .blog-banner-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 638px;
}

.main-blog-banner .blog-banner-content h1 {
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 2vmax;
    font-size: 60px;
    line-height: 1;
}

.blog-banner-content .blog-author ul {
    display: flex;
    justify-content: center;
}
.blog-banner-content .blog-author ul li {
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.blog-banner-content .blog-author ul li {
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 14px;
    border-right: solid 1px #ffffff;
    line-height: 1;
    font-weight: 700;
}

.blog-banner-content .blog-author ul li:last-child {
    border: none;
}

section.singel-blog, section.singel-page {
    background: #ffffff;
    padding: 5vmax 0;
}

section.singel-blog .container {
    max-width: 826px;
    padding-bottom: 2vmax;
}

.singel-blog .blog-banner {
    margin-bottom: 2rem;
}

.singel-blog .blog-banner img {
    margin-bottom: 0.5rem;
}

.singel-blog .blog-banner h5.subheading {
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
}

.singel-blog .blog-content {
    text-align: center;
    margin-bottom: 3rem;
    padding-left: 4%;
    padding-right: 4%;
}

.singel-blog  .writer-name {
    margin: 4rem 0;
    text-align: center;
}

.singel-blog .writer-name span.subheading {
    letter-spacing: 1.3px;
    color: #046791;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.singel-blog .writer-name h5 {
    font-size: 1.8rem;
}

.share-post {
    display: flex;
    justify-content: space-between;
}

.share-post p.share-btn {
    letter-spacing: 1.4px;
    color: #046791;
    text-transform: uppercase;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-bottom: solid 1px #046791;
    display: block;
    width: 40%;
    padding-bottom: 10px;
    max-width: 250px;
}
.share-post  ul.social-link {
    display: flex;
    align-items: center;
}
.share-post ul.social-link li {
    margin-left: 9px;
}

.addtoany_list {
    display: flex;
    gap: 6px;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 0.4rem;
}

.singel-blog figcaption{text-align: left; font-size: 10px;}

.wpcf7-spinner {
    display: block;
    margin: 12px auto;
}
.featured-row {
    overflow: hidden;
}
.featured-blocks {
    margin-left: -35px;
    margin-right: -35px;
}
.featured-sec {
    padding-left: 0px;
    padding-right: 0px;
}
.villas-block .villas-images img {
    width: 100%;
}

.service-section .villas-block .villas-images img {
    aspect-ratio: 3/4;
    object-fit: cover;
}
.villas-images.image-slider img{aspect-ratio: 4/3; object-fit: cover;}
body .featured-blocks .item:first-child:before {
    display: block;
}
.featured-blocks .item:last-child:before {
    display: none !important;
}
.featured-blocks .item:last-child:after {
    width: 93%;
}
.featured-sldier .villas-options::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    right: -58px;
    bottom: 0;
    background-color: #EBE9E5;
}
#retreatgallery .item {
    height: auto;
}
#retreatgallery .item * {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#retreatgallery .item {
    display: flex;
}
.featured-sldier .villas-options {
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    width: 0%;
    transition: all 0.3s;
    margin-top: -5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
}
.Page-navigation ul.page-numbers {
    display: flex;
    justify-content: center;
}
.Page-navigation ul.page-numbers .page-numbers {
    color: #8F8359;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Canela Web';
    font-size: 23px;
    line-height: 16px;
}
.Page-navigation ul.page-numbers .page-numbers.current{
    font-weight: 600;
}
.Page-navigation ul.page-numbers {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    margin-bottom: 60px;
}
.Page-navigation ul.page-numbers li {
    margin: 0 10px;
}
.Page-navigation ul.page-numbers .page-numbers.prev {
    position: absolute;
    left: 0;
    top: -14px;
    font-size: 0;
    line-height: 0;
}



.Page-navigation ul.page-numbers .next.page-numbers {
    position: absolute;
    right: 0;
    top: -14px;
    font-size: 0;
    line-height: 0;
}

.Page-navigation ul.page-numbers .page-numbers:hover svg *, .nav-links .nav-next a:hover  svg * {
    fill: #8F8359;
}

#containernotfound {
    padding: 6vmax 0;
    text-align: center;
}

footer.site-footer .f-links a::after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    transition: all 0.3s;
    width: 0;
}
footer.site-footer .f-links a:hover:after {
    width: 100%;
}
.nav-links .nav-next {
    margin-left: auto;
}
.nav-links .nav-next span, .nav-links .nav-previous span {
    opacity: 0;
    transition: opacity 0.3s;
    text-indent: -99999px;
}
.nav-links .nav-next a:hover span, .nav-links .nav-previous a:hover span {
    opacity: 1;
    text-indent: inherit;
}
.nav-links .nav-previous a:hover svg *, .nav-links .nav-next a:hover  svg * {
    fill: #046791;
}
.Subscribe-block .social-block a svg path {
    transition: all 0.3s;
}
.Subscribe-block .social-block a:hover svg path {
    fill: #8F8359;
}

#retreatgallery .item .center-sldier-img a img {
    position: absolute;
    top: 0;
    left: 0;
}
#retreatgallery .item .center-sldier-img a {
    position: relative;
    padding-top: 52%;
    display: block;
}

.herotwo-img img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.herotwo-img {
    position: relative;
    padding-top: 100%;
}
section.singel-blog figure figcaption {
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    line-height: 16px;
}
.singel-blog figure.wp-block-image {
    margin-bottom: 55px;
}
.singel-blog .container > *:not(figure) {
    margin-left: auto;
    margin-right: auto;
}
.singel-blog .container .share-post {
    width: 100%;
    padding-top: 40px;
    gap: 20px;
}
.wp-block-image figure, .wp-block-image img {
    width: 100%;
}
.herotwo-content p, .resturantpage p, .singel-blog p{
    text-align: justify;
}
.mobileci{display: none;}
@media (min-width: 1200px) {
    #villadetail .herotwo-content {
        padding-right: 15px;
    }
.herotwo-block .col-md-5 {
        width: 50%;
        padding-right: 50px;
}
.herotwo-block .col-md-7 {
    width: 50%;
 }

.contact-form {
    padding-right: 7%;
}

.contact-section .col-md-6:first-child {
    align-items: center;
    display: flex;
}


.about-block-content {
    padding-right: 70px;
}
.Why-choose-content {
    padding-left: 70px;
}


}
@media (max-width:1200px){
    .Filters-section span.title-fi {
        margin-top: 12px;
    }
    .Filters-section {
        padding: 0 17px;
    }
    .destination-wrapper .destination-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .destination-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
    .main-blog-banner .blog-banner-content h1 {
        font-size: calc((var(--heading-1-size-value) - 1)* 1.2vw + 1rem);
        line-height: 1.2;
        padding: 10px;
    }
}
@media (max-width:991px){
    .Filters-section {
        padding-right: 0;
    }
    .nav-links .nav-next span, .nav-links .nav-previous span {
        display: none;
    }
    section.tab-section ul li {
        min-width: auto;
    }
    
    section.service-section .featured-blocks {
        margin-top: -10px;
    }
    .featured-blocks .item {
        padding: 25px;
    }
    .featured-sldier .villas-options::before {
        right: -30px;
    }

    section.featured-section .slick-track .slick-slide {
        padding: 0 25px;
    }
    .featured-blocks {
        margin-left: -25px;
        margin-right: -25px;
    }
    .featured-sec {
        padding-left: 25px;
        padding-right: 25px;
    }
    .featured-blocks .item:last-child::after {
       width: 93%;
    }

    .villas-options ul li p {
        font-size: 6px;
        letter-spacing: 0.6px;
    }
}
@media (max-width:767px){
    .welcome-content {
        padding-right: 0 !important;
    }
    .welcome-content h2 {
        font-size: 21px;
    }
    .mobileci{display: block;}
    .singel-blog .container > *:not(figure) {
        width: 100%;
    }
    .singel-blog figure.wp-block-image {
        margin-bottom: 35px;
    }
    .rfilt, .sortby{display: none;}
    .Filters-section ul {
        gap: 0px 0px !important;
    }
    .Filters-section ul li a {
        font-size: 11px;
    }
    .Filters-section span.title-fi {
        margin-bottom: 9px;
        display: none;
        font-size: 20px !important;
    }

    .Filters-section span.title-fi:before {
        content: '+';
        padding-right: 10px;
        font-size: 20px;
    }

    .Filters-section span.title-fi.active:before {
        content: '-';
    }

    .Filters-section ul li a {
        padding: 5px 15px;
        color: #8F8359;
        line-height: 18px;
    }

    .featured-sldier {
        padding-bottom: 10vmax;
    }

    .featured-section.services .featured-sldier {
        padding-bottom: 40px;
    }

    @keyframes MoveUpDown {
      0%, 100% {
        bottom: 5px;
      }
      50% {
        bottom: 20px;
      }
    }
}

@media (max-width:540px){
   body .featured-blocks .item::before, .featured-blocks .item::after  {
        display: none !important;

    }
}

@media (min-width: 1400px) {
    .container.max-11600 {
        max-width: 1160px;
    }

    .container.max-12900 {
        max-width: 1290px;
    }

    .container{
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .main-slider .slide .slide-content h1{
        font-size: 3rem;
    }
    .container{
        max-width: 1120px;
    }
}

.service-carousel-shadow {
    background: linear-gradient(270deg,#fff 0,hsla(40, 13%, 91%,.71) .01%,hsla(0,0%,100%,0) 89.06%);
    pointer-events: none;
}

.service-carousel-shadow.left-0 {
    background: linear-gradient(90deg, #fff 0, hsla(40, 13%, 91%, .71) .01%, hsla(0, 0%, 100%, 0) 89.06%);
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.h-full {
    height: 120%;
    width: 50px;
    z-index: 999;
    top: 0;
}