@media only screen and (max-width: 1320px) {
  .container {
    max-width: 980px;
  }
  header .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  header .row {
    gap: 24px;
  }
  header nav ul {
    gap: 36px;
  }
  footer {
    padding: 80px 0 48px 0;
  }
  footer .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-page-landing .col {
    height: 780px;
    padding-bottom: 80px;
  }
  .home-page-landing .col .txt {
    max-width: 680px;
  }
  .home-page-landing .col .txt .title {
    font-size: 48px;
  }
  .home-page-landing .col .txt .description p {
    font-size: 20px;
    line-height: 1.4;
    color: white;
  }
  .home-page-landing .col .txt .btns {
    margin: 24px 0 32px 0;
  }
  .introduction,
  .images-deck,
  .trust-differentiation,
  .experience,
  .villa-highlights,
  .retreat-teaser .col,
  .book-direct,
  .faqs,
  .reviews,
  .villa-introduction,
  .what-we-offer,
  .retreats-features {
    padding: 80px 0;
  }
  .introduction .col {
    gap: 60px;
  }
  .images-deck .btn {
    bottom: 12px;
    right: 12px;
  }
  .trust-differentiation {
    padding: 80px 0;
  }
  .trust-differentiation .col {
    gap: 60px;
  }
  .trust-differentiation .all .one .inner {
    padding: 12px;
  }
  .experience .col {
    gap: 60px;
  }
  .villa-highlights .col {
    gap: 60px;
    align-items: center;
  }
  .villa-highlights .all {
    grid-row-gap: 6px;
    grid-column-gap: 6px;
  }
  .villa-highlights .all .one .inner {
    height: 180px;
    padding: 0 12px;
  }
  .retreat-teaser .col .txt ul.tags {
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    margin: 24px 0 32px 0;
  }
  .book-direct .col {
    align-items: center;
    gap: 60px;
  }
  .faqs .all {
    max-width: 680px;
  }
  .faqs .all .one .q {
    padding: 20px;
  }
  .faqs .all .one .a {
    padding: 20px;
  }
  .reviews .all {
    max-width: 840px;
    margin: 0 auto;
  }
  .common-landing {
    padding: 180px 0 80px 0;
  }
  .common-content {
    padding: 60px 0;
  }
  .common-content .inner {
    max-width: 100%;
  }
  .villa-introduction .col {
    gap: 60px;
  }
  .what-we-offer .all {
    grid-template-columns: repeat(2, 1fr);
  }
  .retreats-features .all {
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-page .info .o {
    margin-bottom: 12px;
  }
  .our-blogs {
    padding: 60px 0;
  }
  .our-blogs .blogs {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  .our-blogs .blogs .blog .img {
    height: 202px;
  }
  .our-blogs .blogs .blog .desc hr {
    margin: 16px 0 12px 0;
  }
  .blog-single .inner {
    max-width: 100%;
  }
  .blog-single .row .left {
    padding-right: 40px;
  }
  .blog-single .main-image {
    height: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
  header {
    padding: 8px 0;
  }
  header .row {
    gap: 0;
    padding: 0 0 0 60px;
  }
  header .logo img {
    height: 44px;
  }
  header nav {
    display: none;
  }
  header nav.open {
    display: block;
    position: absolute;
    background-color: var(--color-dark);
    width: 268px;
    left: 0;
    top: 61px;
    height: 100vh;
    overflow-y: scroll;
    padding: 120px 0 280px 0;
    -ms-box-shadow: 0px 6px 20px rgba(0,0,0,.16);
    -o-box-shadow: 0px 6px 20px rgba(0,0,0,.16);
    box-shadow: 0px 6px 20px rgba(0,0,0,.16);
    transition-timing-function: ease-in;
    animation: slide-from-left 0.4s;
    animation-fill-mode: both;
  }
  header nav.open ul {
    display: block;
    padding: 0;
  }
  header nav.open ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.04);
    margin: 0;
  }
  header nav.open ul li a {
    padding: 0 20px;
    line-height: 48px;
    height: 48px;
    display: block;
    color: rgba(255, 255, 255, 0.68);
  }
  header.fixed {
    padding: 8px 0;
  }
  .container {
    max-width: 680px;
  }
  footer {
    padding: 60px 0 40px 0;
  }
  footer .bottom {
    display: block;
  }
  footer .bottom ._l,
  footer .bottom ._r {
    text-align: center;
  }
  footer .bottom ._m {
    margin: 16px 0;
  }
  .home-page-landing .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-page-landing .col {
    padding: 160px 0 60px 0;
    height: auto;
  }
  .introduction .col {
    display: block;
  }
  .introduction .col .left,
  .introduction .col .right {
    width: 100%;
  }
  .introduction .col .left {
    margin-bottom: 32px;
  }
  .images-deck {
    padding: 6px;
  }
  .images-deck .container {
    max-width: 100%;
  }
  .introduction,
  .trust-differentiation,
  .experience,
  .villa-highlights,
  .retreat-teaser .col,
  .book-direct,
  .faqs,
  .villa-introduction,
  .what-we-offer,
  .retreats-features,
  .contact-page,
  .gallery,
  .cta {
    padding: 60px 0;
  }
  .trust-differentiation .col {
    display: block;
  }
  .trust-differentiation .col .left,
  .trust-differentiation .col .right {
    width: 100%;
  }
  .trust-differentiation .col .left {
    margin-bottom: 32px;
  }
  .experience .col {
    display: block;
  }
  .experience .col .left,
  .experience .col .right {
    width: 100%;
  }
  .experience .col .left {
    margin-bottom: 32px;
  }
  .images-preview {
    padding: 6px;
  }
  .images-preview .all {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 6px;
    grid-column-gap: 6px;
  }
  .villa-highlights .col {
    display: block;
  }
  .villa-highlights .col .left,
  .villa-highlights .col .right {
    width: 100%;
  }
  .villa-highlights .col .left {
    margin-bottom: 32px;
  }
  .book-direct .col {
    display: block;
  }
  .book-direct .col .left,
  .book-direct .col .right {
    width: 100%;
  }
  .book-direct .col .left {
    margin-bottom: 32px;
  }
  .faqs .all {
    max-width: 100%;
  }
  .reviews {
    padding: 60px 0 80px 0;
  }
  .common-landing {
    padding: 120px 0 60px 0;
  }
  .common-content {
    padding: 48px 0 60px 0;
  }
  .villa-introduction .col {
    display: block;
  }
  .villa-introduction .col .left,
  .villa-introduction .col .right {
    width: 100%;
  }
  .villa-introduction .col .left {
    margin-bottom: 32px;
  }
  .what-we-offer .all {
    display: block;
  }
  .what-we-offer .all .one {
    margin-bottom: 12px;
  }
  .what-we-offer .all .one:last-child {
    margin-bottom: 0;
  }
  .retreats-features .all {
    display: block;
  }
  .retreats-features .all .one {
    margin-bottom: 12px;
  }
  .retreats-features .all .one:last-child {
    margin-bottom: 0;
  }
  .contact-page .col {
    display: block;
  }
  .contact-page .col .left,
  .contact-page .col .right {
    width: 100%;
  }
  .contact-page .col .left {
    margin-bottom: 32px;
  }
  .contact-page .info .o {
    padding: 16px 12px;
    margin-bottom: 12px;
  }
  .our-blogs .blogs {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-blogs .blogs .blog .img {
    height: 212px;
  }
  .blog-single .row {
    display: block;
  }
  .blog-single .row .left,
  .blog-single .row .right {
    width: 100%;
    padding: 0;
  }
  .blog-single .row .right {
    margin-top: 32px;
    padding-top: 32px;
    border-top: solid 1px #f0f0f0;
  }
  .blog-single .main-image {
    height: auto;
  }
  .blog-single .main-image img {
    display: block;
  }
  .gallery .all {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 6px;
    grid-column-gap: 6px;
  }
}
@media only screen and (max-height: 760px) {
  .pop-up .box .box-inner {
    max-height: 68vh;
    overflow-y: scroll;
    padding-right: 12px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar {
    width: 8px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    cursor: grab;
    border-radius: 4px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent);
  }
}
@media only screen and (max-width: 720px) {
  .container {
    max-width: 480px;
  }
  footer .top {
    display: block;
  }
  footer .top .left,
  footer .top .right {
    width: 100%;
  }
  footer .top .left {
    margin-bottom: 32px;
  }
  .home-page-landing .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-page-landing .col .txt .title {
    font-size: 36px;
  }
  .home-page-landing .col .txt ul {
    display: block;
  }
  .home-page-landing .col .txt ul li {
    margin-bottom: 6px;
  }
  .home-page-landing .col .txt ul li:last-child {
    margin-bottom: 0;
  }
  .images-deck {
    padding: 6px 6px 32px 6px;
  }
  .images-deck .container {
    max-width: 100%;
  }
  .images-deck .all {
    grid-template-columns: repeat(2, 1fr);
  }
  .images-deck .all .one:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }
  .images-deck .all .one:nth-child(n+5) {
    display: none;
  }
  .images-deck .btn {
    position: relative;
    right: unset;
    bottom: unset;
    text-align: center;
    padding-top: 32px;
  }
  .villa-highlights .all {
    grid-template-columns: repeat(2, 1fr);
  }
  .common-landing .title {
    font-size: 36px;
  }
  .our-blogs .blogs {
    display: block;
  }
  .our-blogs .blogs .blog {
    margin-bottom: 16px;
  }
  .our-blogs .blogs .blog:last-child {
    margin-bottom: 0;
  }
  .our-blogs .blogs .blog .img {
    height: 186px;
  }
  .our-blogs .blogs .blog .desc {
    padding: 16px 16px 20px 16px;
  }
  .blog-single {
    padding: 24px 0 48px 0;
  }
}
@media only screen and (max-width: 560px) {
  .pop-up .box {
    width: -o-calc(100% - 32px);
    width: -ms-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 512px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pop-up .box {
    width: -o-calc(100% - 32px);
    width: -ms-calc(100% - 32px);
    width: calc(100% - 32px);
    padding: 24px 8px 20px 20px;
    border-radius: 16px;
  }
  .pop-up .box .box-inner {
    max-height: 68vh;
    overflow-y: scroll;
    padding-right: 12px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar {
    width: 8px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    cursor: grab;
    border-radius: 4px;
  }
  .pop-up .box .box-inner::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent);
  }
  .pop-up .box .t {
    font-size: 20px;
  }
  .pop-up .box .d {
    font-size: 14px;
  }
  .pop-up .box form {
    display: block;
  }
  .pop-up .box form p {
    margin-bottom: 8px;
  }
  .pop-up .box form .guest-picker-dropdown {
    margin-top: 0;
  }
  header .row {
    padding: 0 0 0 56px;
  }
  footer {
    padding: 48px 0 32px 0;
  }
  footer .top .tr {
    display: block;
  }
  footer .top .tr .right-right {
    margin-top: 32px;
  }
  footer .bottom ._m {
    gap: 10px;
  }
  .mobile-only {
    display: block;
    padding-top: 72px;
  }
  .home-page-landing:after {
    background: linear-gradient(to bottom, #f8f8ff, #efefff);
  }
  .home-page-landing .col {
    padding: 32px 0 48px 0;
  }
  .home-page-landing .col .txt h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-dark);
  }
  .home-page-landing .col .txt .title {
    font-size: 28px;
    color: var(--color-dark);
    margin-top: 8px;
  }
  .home-page-landing .col .txt .description p {
    font-size: 18px;
    color: var(--color-dark);
  }
  .home-page-landing .col .txt .btns {
    display: block;
  }
  .home-page-landing .col .txt .btns div:nth-child(2) {
    margin-top: 8px;
  }
  .home-page-landing .col .txt ul li {
    margin-bottom: 10px;
  }
  .home-page-landing .col .txt ul li p {
    color: var(--color-dark);
  }
  .home-page-landing .col .txt ul li .b-r-100 {
    background-color: #8f8f8f !important;
  }
  .home-page-landing .col .txt ul li .b-r-100 svg path {
    fill: #fff !important;
  }
  .images-deck {
    padding: 6px 6px 32px 6px;
  }
  .images-deck .container {
    max-width: 100%;
    padding: 0;
  }
  .introduction,
  .trust-differentiation,
  .experience,
  .villa-highlights,
  .retreat-teaser .col,
  .book-direct,
  .faqs,
  .reviews,
  .villa-introduction,
  .what-we-offer,
  .retreats-features,
  .our-blogs,
  .contact-page,
  .gallery,
  .cta {
    padding: 48px 0;
  }
  .trust-differentiation h3,
  .experience h2,
  .villa-highlights h3,
  .retreat-teaser h1,
  .book-direct h2,
  .faqs h3,
  .reviews h3,
  .what-we-offer h3,
  .common-landing .title {
    font-size: 28px;
  }
  .trust-differentiation .all {
    display: block;
  }
  .trust-differentiation .all .one {
    margin-bottom: 6px;
  }
  .trust-differentiation .all .one:last-child {
    margin-bottom: 0;
  }
  .villa-highlights .all .one .inner {
    height: 160px;
  }
  .reviews {
    padding: 48px 0 68px 0;
  }
  .reviews .flex-control-nav {
    bottom: -36px;
  }
  .reviews .all .one {
    height: 252px;
  }
  .retreat-teaser .col .txt .description p {
    font-size: 16px;
  }
  .retreat-teaser .col .txt ul.tags {
    display: block;
    margin: 24px 0;
  }
  .retreat-teaser .col .txt ul.tags li {
    margin-bottom: 6px;
  }
  .retreat-teaser .col .txt ul.tags li:last-child {
    margin-bottom: 0;
  }
  .book-direct .all {
    display: block;
  }
  .book-direct .all .one {
    margin-bottom: 6px;
  }
  .book-direct .all .one:last-child {
    margin-bottom: 0;
  }
  .retreats-features .all .one {
    margin-bottom: 6px;
  }
  .common-landing {
    padding: 120px 0 48px 0;
  }
  .contact-page .info .o {
    margin-bottom: 6px;
  }
  .gallery .all {
    display: block;
  }
  .gallery .all .one {
    margin-bottom: 6px;
  }
  .gallery .all .one:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=responsive.css.map */