.slider-nav-to-hd, .hamburger-all { display: none !important; } .design, .fixed-bottom-mobile  {  display: none;} .home-page .design { display: block; }
.header-scroll-section { justify-content: right;}

.menu-overlay, #lsrcat-app { display: none;}
.menu-overlay.menu-open { display: block;}
.distance-chart td { text-align: left;         text-align-last: left; }
.down-eb-cn { padding: 50px 25px; border: var(--border); max-width: 400px; margin: 0 auto;}
.down-eb-cn-img img { width: 110px;} .down-icon table { width: 100%; padding: 5px 20px; background-color: #ededed;} .down-eb-cn-img { text-align: center; padding-bottom: 30px;}
.banner-caption { top: -60px; }

.explr-hme-bottom { padding: var(--gutter); padding-bottom: 0;}
.sub-bottom-wrapp { background-color: #d7e7ce;}
/*
.cloud { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: url(../images/cloud.png); 
animation: animateCloud 60s linear infinite; z-index: 150; background-position: left 0; background-repeat: repeat-x; opacity: 1;  }
@keyframes animateCloud {
    0% { background-position: 0 0; }
    100%  { background-position: 5440px 0; }
}
*/
.testi-block {    padding: 30px;    width: calc(50% - 0px);    border: 1px solid #efefef;    margin-left: 0px;    margin-top: -1px; }
.testi-block p {    position: relative;    text-indent: 15px; }
.testi-block p:before {    background-image: url(../images/icons/quote-top.png);    background-repeat: no-repeat;    width: 17px;    height: 17px;    content: "";    display: inline-block }
.testi-block p span {    background-image: url(../images/icons/quote-close.png);    background-repeat: no-repeat;    background-position: right top;    padding-right: 25px;    width: 17px;     height: 14px } 
.clientName {    font-size: 18pt;    padding-top: 10px;    text-align: right;    margin-top: 5px; }
/* ---------- Fog ---------- */
.fog-holder { position:absolute; width: 100%; height: 100%; z-index: 300; height: 100%;}
.fog-layer { position: relative; width: 100%; height: 100%; left: 0; top: 0; z-index: 1200; opacity: 1;}
.home-banner { overflow: hidden; }
.fogwrapper {   height: 100%;  position: absolute;  top: 0;  width: 100%;   -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);   filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);}
#foglayer_01, #foglayer_02, #foglayer_03 {  height: 100%;  position: absolute;  width: 200%; }
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {  float: left;   height: 100%;  width: 50%; }
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}
/* ---------- Moving Fog ---------- */
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("../images/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("../images/fog2.png") center center/cover no-repeat transparent;
}
/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
  0% { opacity: .8; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
}





/* ------------------ fog layer ---------------------- */
.primary-menu-scrl-hide, .sub-page  .hme-testi-wrapp .bottom-shape::after, .sub-page .overview-mist-wrapp::after { display: none; }  
.header-align { justify-content: right;}
.hamburger {}
.header-wrapp-sub {  width: 100%; align-items: center; }
.image-holder { display: block; position: absolute; right: -450px; top: 0; width: 500px;}
.preview-img-menu { position: absolute; width: 100%; top: 0; left: 0; z-index: 100;}
.facil-wrapp  {justify-content: center;}

.gallery-block .flex-container {justify-content: center;}





@media (max-width: 1500px) {
.container { width: calc(100% - 0px); padding: 0 100px;}
.show-btm.banner-wrapp:after, .in-viewport.bottom-shape:after  { height: 280px;}
.welcome-kanthallor-image {  width: 400px; height: 400px;}
.welcome-kanthallor-image img { transition: all 10s ease; transform: scale(1.5);}
.welcome-kanthallor-image.animation-active  img {transform: scale(1);}
.banner-caption { top: -150px;}
}
@media (max-width: 1400px) {
#page { font-size: 13pt; }
.container {  width: calc(100% - 0px);  padding: 0 80px;  }
.primary-menu { left: 250px; transform: translateX(0); }
.primary-menu ul li a:link, .primary-menu ul li a:visited { padding: 38px 7px;}
.primary-menu-full { width: 920px;}
#site-logo-scrl { left: 50px; top: 10px; padding: 0 12px 15px 12px; }
#site-logo-scrl:after { height: height: 73px;}
.home-page #site-logo-scrl:after { height: 74px;}
.f-menu { padding-right:135px }
.overview-top {  padding: 0 0px 80px 0px; }
.welcome-kanthallor-image img { width: 460px;}
.welcome-left { bottom: -208px;}
.hme-res-wrapp article p, .welcome-left p, .welcome-right p { font-size: 20pt; line-height: 32pt; }
.hme-villa-heading {  font-size: 71pt;  font-weight: 500;  line-height: 62pt;}
.widget-title {  font-size: 34pt; padding-bottom: 15px; }
.slider-nav a:link, .slider-nav a:visited { font-size: 11pt; }
.hme-mist-city-head { font-size: 26pt;    line-height: 30pt; }
.small-heading {  font-size: 25pt;    line-height: 30pt;   padding-bottom: 10px; }
.page-title h1 { font-size: 28pt; }
.page-caption, .sub-heading { font-size: 26pt; line-height: 28pt; padding-bottom: 20px; }
.villa-land-title { font-size: 18pt;  padding-bottom: 25px; }
.home-page  #site-logo-scrl {  left: 0px; }
.home-page .primary-menu { left:190px; }
.stay-text-hme p, .hme-res-wrapp article p, .welcome-left p, .welcome-right p {
    line-height: 24pt; 
    font-size: 16pt;
}

.overview-twoClmn-wrapp:nth-child(odd) .overview-top-cnt {
    padding-right: 60px;
}
.overview-twoClmn-wrapp:nth-child(even) .overview-top-cnt {padding-left:60px}

}
@media (max-width: 1300px) {
.container {  width: calc(100% - 0px); padding: 0 50px;  }
.header-align {  padding: 15px 20px; } .header-fix .header-align { padding:12px 20px;}
#site-logo-scrl, .home-page #site-logo-scrl { top: 1px;} { left: 20px;}
.welcome-title { text-align: center;} .welcome-title img { max-width: 800px;}
.welcome-content-wrapp { padding-top: 60px;}
.welcome-right figure {  text-align: right;    margin-bottom: 100px; }
.welcome-left p {  padding-bottom: 103px; }
.welcome-left { bottom: -150px;}
.welcome-kanthallor-image img { width: 400px;} 
.slide-image figcaption  {  padding:0px 40px 50px 40px;}
.hme-res-wrapp article p { font-size: 18pt;  line-height: 30pt; }
.welcome-left p, .welcome-right p { font-size: 18pt;    line-height: 26pt; }
.overview-top {  padding: 0 0px 80px 0px;} 
.hme-villa-heading { font-size: 80pt; line-height: 56pt;}
.widget-title { font-size: 28pt;    line-height: 28pt; padding-bottom: 15px;}
.slide-room-name {  font-size: 26pt; line-height: 26pt; }
.small-heading { font-size: 20pt;    line-height: 26pt; padding-bottom: 10px;  }
.expe-slider h4 { font-size: 18pt;}
.show-btm.banner-wrapp:after, .in-viewport.bottom-shape:after  { height: 200px;}
.hme-villa-heading { font-size: 60pt;  font-weight: 500;    line-height: 42pt;}
.widget-title { font-size: 30pt;}
.slider-nav a:link, .slider-nav a:visited { font-size: 13pt;}
.btn a:link, .btn a:visited { font-size: 9pt;}
.page-title h1 {  font-size: 26pt;  line-height: 30pt; }
.page-title h2 {  font-size: 10pt; }
.page-caption, .sub-heading {  font-size: 20pt;  line-height: 25pt;  padding-bottom: 15px; }
.acc-slide-title, .facil-block h3, .expe-title, .villa-tariff-title { font-size: 14pt;}
.villa-land-title {  font-size: 14pt; padding-bottom: 20px; }
.widget-title-med { font-size: 26pt; padding-bottom: 25px; }
.primary-menu ul li a:link, .primary-menu ul li a:visited { padding: 38px 10px;}
.primary-menu { left: 220px;}
.primary-menu ul li a:link, .primary-menu ul li a:visited { font-size: 10.5pt;}
.stay-text-hme p { line-height: 28pt; font-size: 16pt; color: #064527; }
.booknow-top a:link, .booknow-top a:visited {     font-size: 10pt;    padding: 10px 17px; }
#site-logo-scrl { left: 20px;}
.home-page  #site-logo-scrl { left: 10px; }

.banner-caption { top: -180px; } 
/* ----------------------------- equal spacing ----------- */
:root { --gutter:80px 0; --gutter80:60px 0; --gutter40:30px; --gutter60:40px 0; --gutter80:50px 0;  }

 
.welcome-title { padding-top: 50px; } .hme-res-wrapp { padding-top: 140px;}
.slider-nav { padding-bottom:24px;}
.overview-twoClmn-wrapp:nth-child(odd) .overview-top-cnt { padding-right: 50px; }
.overview-twoClmn-wrapp:nth-child(even) .overview-top-cnt { padding-left: 50px; }
.sub-bottom-wrapp .sub-heading { padding-bottom: 40px;}
.villas-landing-wrapp { gap: 60px;}
.villas-land-block {  width: calc(50% - 30px);     }
.hme-explor-blk:nth-child(odd) article { padding-left: 40px; padding-right: 0; }
.hme-explor-blk article { padding-right: 40px; }
.booking-form .flex-container.paxGroup { flex-wrap: wrap; }
.pax-item-pax, .pax-item-adult, .pax-item {  width: calc(50% - 0px); }

.banner-caption h1 {
    font-size: 32pt;
    line-height: 24pt;
}
.banner-caption h2 {
    font-size: 24pt;
    line-height: 26pt; }

  #site-logo:link, #site-logo:visited { padding: 25px 20px; width: 200px;}

}



@media (max-width: 1280px) {
.round-logo-text, .round-logo {  width: 225px; }
.round-logo-text {  bottom: 125px; }
  #site-logo:link, #site-logo:visited { padding: 25px 20px; width: 180px;}

}



@media (max-width: 1200px) {
.primary-menu { display: none;}
.hamburger-all { display: block !important; opacity: 1 !important; margin-top: 10px; } 
.header-wrapp-sub { align-items: center;}
.booknow-top { margin-right: 20px;} 
.round-logo-text, .round-logo { width: 200px; bottom: -80px;}
.round-logo-text { bottom: 120px; }
.banner-wrapp:after, .bottom-shape::after { height: 230px;}
.hme-res-wrapp {  padding-top: 98px; }
.welcome-title img { max-width: 600px;}
.slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover { width: 50px; height: 50px;}
.hme-res-wrapp article { padding: 0 50px;}
.hme-res-wrapp article p, .welcome-left p, .welcome-right p { font-size: 16pt;  line-height: 26pt;}
.hme-villa-heading { font-size: 52pt; line-height: 32pt;}
.slider-nav a:link, .slider-nav a:visited { font-size: 11pt; }
.slide-room-name { font-size: 22pt;}
.welcome-title { width: 100%;}
.f-logo { width: calc(182px - 0px); display: none; transform: translateX(-100px); }
.f-menu { padding-right: 60px; }
.primary-menu-overlay { width: 100%; }
.menu-links { width: calc(35% - 0px); padding: 0px 45px 0 0; }
.menu-links-villas  { width: calc(65%  - 0px); padding: 0 0 0 45px;}
.menu-links a:link, .menu-links a:visited { font-size: 12.5pt; }
.round-logo-text, .round-logo {  width: 225px; }
.round-logo-text {  bottom: 140px; }
    .banner-caption {
        top: -87px;
    }
.contact-address, .google-map { width: calc(100% - 0px);}
.google-map { margin-top: 00px; height: 400px;}
}


@media (max-width: 1024px) {
.cpr-wrapp .align, .sub-page .cpr-wrapp .align { justify-content: center; flex-direction: column; align-items: center; gap: 15px;}
.welcome-title img { max-width: 100%; }
.welcome-title img { max-width: 80%;  }
.hme-testi-wrapp  .owl-carousel .owl-nav .owl-prev {  left: 0; }
.hme-testi-wrapp  .owl-carousel .owl-nav .owl-next {  right: 0; }
.testi-hme-cnt {  padding-right: 80px;  padding-left: 80px; }
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {  width: 40px;  height: 40px; }
#site-logo-scrl img {  width: 130px;}
.welcome-left {  padding-right: 35px; }
.welcome-right {  padding-left: 30px; }
.home-page .smo {top: -30px; }
.cpr-wrapp .align, .sub-page .cpr-wrapp .align {  gap: 5px; }
.cpr-wrapp {  padding-top: 55px; }
.banner-caption { transform: translate(-50%, 280px);}
.overview-top {  padding: 0 0px 50px 0px; }
.facil-block article {  padding: 25px 0px; }
.facil-block h3, .expe-title {  text-align: center;  padding: 0px 0; }
.experi-blk {  padding-left: 0px; padding-right: 0px; }
.experi-blk figure { width: 100%; margin: 0 auto; text-align: center; padding-bottom: 30px; }
.distance-chart td { text-align: left;         text-align-last: left; }
.video-gallblk {  width: 100%; }
.video-gallery-block, .downloads-wrapp {  padding-top: 30px; }
.booking-form .form-control {  height: 60px; }
.menu-contact { padding-top: 40px;   margin-top: 40px;   line-height: 29px; }
.testi-block {
    padding: 30px 0;
    width: calc(100% - 0px);
}

}



@media (max-width: 800px) {

.home-page #site-logo-scrl:after { height: 82px;} 
#site-logo-scrl img { width: 130px;} 
#site-logo-scrl:after { height: 56.5px; }
.home-page #site-logo-scrl:after { height: 66px; }
.fixed-bottom-mobile { display: block; position: fixed; z-index: 12000; bottom: 0; width: 100%; left: 0; padding: 0; background-color: #315025;}
.btm-left-btns a:link, .btm-left-btns a:visited { display: flex; align-items: center;height: 100%; position: relative;}
.btm-left-btns span { display: block; padding:0 25px 0 15px; text-transform: uppercase; line-height: 12pt;}
.btm-left-btns svg { width: 30px; height: auto; fill: #fff;} .btm-loc-btn svg { width: 16px;} .btm-call-btn svg { width: 24px;} .btm-mail-btn svg { width: 26px; margin-top: 3px;}
 .fixed-bottom-mobile .align { } .btm-left-btns a:link, .btm-left-btns a:visited { color: #fff;}
.btm-home-btn, .btm-loc-btn, .btm-mail-btn, .btm-call-btn { margin:0;}
.btm-enq-btn a:link, .btm-enq-btn a:visited  { display: block; padding: 15px 20px; background-color: #e98402; color: #fff; text-transform: uppercase;  }
.booknow-top { display: none;}
.fixed-bottom-mobile .align { position: relative; padding:15px 30px;}
.btm-enq-btn { position: absolute; right: 0; top: 0;}
.btm-left-btns { width: calc(100%); padding-right: 120px; justify-content: space-between; }
.hme-explor-blk article, .hme-explor-blk figure, .welcome-left, .welcome-right { width: calc(100% - 0px);  }
.welcome-left figure, .welcome-right figure, .footer-menu, .slider-nav { display: none;}
.welcome-left, .welcome-right { padding: 10px 0; height: auto; min-height: 0;} .welcome-left { bottom: 0; position: relative;} .welcome-right { padding-bottom: 60px;} .welcome-left p, .welcome-right p, .hme-explor-blk:nth-child(odd) article { padding: 0;}
.hme-explor-blk article, .hme-explor-blk figure, .welcome-left, 
.welcome-right { padding-left: 0; padding-right: 0; }
.welcome-content-wrapp { padding-top: 32px; }
.banner-wrapp:after, .bottom-shape::after { height: 105px; }
.footer-address { width: auto; }
.footer-top .container { justify-content: center; }
.contact-heading { text-align: center; }
.menu-links-villas { width: 100%; padding: 0;}
.menu-links { width: calc(100% - 0px); padding: 0px 10px 0 10px; }
#site-logo-overlay { width: 150px;}
.primary-menu-overlay {margin: 150px auto 0 auto; }
.hme-explor-blk h3 { text-align: center; }
.overview-twoClmn-wrapp:nth-child(odd) .overview-top-cnt { padding-right: 30px; }
.overview-twoClmn-wrapp:nth-child(even) .overview-top-cnt { padding-left: 30px; }
.overview-top {  padding: 0 0px 40px 0px; }
.overivew-mist-image { padding: 40px 0 40px; }
.room-single-menu { display: none;}
#lsrcat-app { display: block; }
.dpMenu-disc, #menu-toggle, .dicMenu { float: none; clear: both; width: calc(100% - 0px); }
.dpMenu-disc {  position: relative;  width: 280px; display: block !important; float: right;  }
.dicMenu { display: none; opacity: 0; position:absolute; top: 80px; background-color: #fff; font-size: 10.5pt; padding: 10px 0;}
.dicMenu.open {  animation: discMenuAnim 0.5s ease forwards; animation-delay: 0.2s; display: block; }
@keyframes discMenuAnim {
    0%  { opacity: 0; top: 80px;}
   100%  { opacity: 1; top: 50px;}    
}
#menu-toggle { font-size: 11pt; border: 1px solid #c9c9c9; letter-spacing: 1px; width: calc(100% - 0px);}
#menu-toggle a { position: relative;} #menu-toggle span { position: absolute; display: block; right: 20px; top: 15px;}
#menu-toggle span:after, #menu-toggle span:before { position: absolute; width: 10px; height: 2px; background-color: #000; content: ""; transition: all 0.5s ease;  transform: rotate(44deg) translate(0px, 4px);  }
#menu-toggle span:before { transform: rotate(-44deg) translate(0px, 4px);  }
.dicMenu a:link, .dicMenu a:visited { display: block; padding: 10px 15px;}
.dicMenu {  width: 450px;  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.61); }
.dicMenu {  display: none;   opacity: 0; position: absolute;  top: 80px;  background-color: #fff;
font-size: 10.5pt; padding: 10px 0; }
.dicMenu a:link, .dicMenu a:visited { font-size: 9pt;  line-height: 18px;  padding: 10px 10px; }
#menu-toggle { font-size: 11pt;  border: 1px solid #c9c9c9;  letter-spacing: 1px;  width: calc(100% - 0px); }
.dpMenu-disc a:link, .dpMenu-disc a:visited {  display: block;  padding: 5px 20px;  text-transform: uppercase;   }
a:link, a:visited { text-decoration: none; color: var(--color);  display: inline-block; }
.dpMenu-disc, #menu-toggle, .dicMenu {  float: none;  clear: both; width: calc(100% - 0px); }
.dpMenu-disc a:link, .dpMenu-disc a:visited { text-align: left; }
.dicMenu li:nth-child(odd) {  border-right: 1px solid #c9c9c9; }
.dicMenu  li {  border-bottom: 1px solid #c9c9c9; display: block; }
*, *::before, *::after { box-sizing: border-box; }
.facil-block {  width: calc(100% - 0px); text-align-last: center;}
.facil-block article {  padding: 10px 0px;  }
.experi-blk { padding-top: 0;}

}



@media (max-width: 768px) {
    .primary-menu-overlay {
        margin: 104px auto 0 auto;
    }
.btm-left-btns span {padding: 3px 0 0 0; font-size: 7.8pt; }
.btm-left-btns a:link, .btm-left-btns a:visited { flex-direction: column; align-items: center; justify-content: center; }
.btm-left-btns { padding-right: 135px;}
.btm-enq-btn a:link, .btm-enq-btn a:visited { display: block; padding: 25px 20px; }
.menu-links-villas { display: none;}
.hme-mist-city-head { font-size: 22pt; }
.widget-title { font-size: 26pt; }
.hme-villa-heading { font-size: 46pt; line-height: 31pt;}
.footer-top {  padding: 35px 0;color: #fff; }
.cpr-wrapp { margin-bottom: 56px; }
.banner-caption h1 {  font-size: 30pt; }
.banner-caption  h2 { font-size: 24pt;  line-height: 25pt; }
.welcome-title img {  max-width: 65%; }
.hme-explore-wrapp, .hme-dining-wrapp, .hme-expe-slider {  padding: var(--gutter60); }



.hme-explore-wrapp { padding-bottom: 0;}
.btm-left-btns span { padding: 9px 0 0 0; font-size: 10pt;}
.stay-text-hme p { line-height: 25pt;  font-size: 14pt;}
.hme-testi-wrapp { padding: var(--gutter60);}
.hme-stay-wrapp { padding: var(--gutter60); }
.overview-top-cnt, .overview-top-image {  width: calc(100% - 0px); }
.overview-top-image {  width: calc(70% - 0px); margin: 0 auto; padding-top: 30px; } 
#sub-page, .overview-mist-wrapp, .sub-bottom-wrapp { padding: var(--gutter60); }
.overview-twoClmn-wrapp:nth-child(odd) .overview-top-cnt {  padding-right: 0px; }
.overview-twoClmn-wrapp:nth-child(even) .overview-top-cnt { padding-left: 0px; }
.overview-twoClmn-wrapp {  padding: 0px; }
.overview-top-cnt h2 {text-align: center;}
.villas-landing-wrapp { gap: 30px; }
.btn a:link, .btn a:visited {  padding: 4px 18px; }
.villa-main-wrapp {  padding-top: 20px; }
.gallery-block li {  display: block;  width: calc(33.33% - 15px); }
.gallery-block .flex-container {  justify-content: center; }
.villas-tariff-block {  width: calc(50% - 20px);  gap: 20px; }
.contact-address {  width: calc(100% - 0px); }
.google-map {  width: calc(100% - 0px);  height: 400px; }
.banner-caption h2 { padding-top: 0;}
.welcome-left, .welcome-right, .hme-explor-blk { text-align-last:center ;}
.hme-explor-blk article, .hme-explor-blk:nth-child(odd) article { padding-bottom: 30px; }
.explr-hme-bottom { padding-top: 60px;}

}




@media (max-width: 640px) {
.banner-caption {        margin-top: -58px; }
.banner-wrapp:after, .bottom-shape::after {  height: 47px; }
.show-btm.banner-wrapp:after, .in-viewport.bottom-shape:after { height: 60px; }
.round-logo-text, .round-logo {width: 130px; bottom: -60px; }
.round-logo-text { bottom: 68px;}
.banner-caption h1 { font-size: 18pt; line-height: 24pt; }
.banner-caption h2 { font-size: 22pt;}
#site-logo:link, #site-logo:visited {display: block;width: 170px;top: 0px;padding:10px 20px;}
.container { width: calc(100% - 0px);   padding: 0 20px; }
.slide-image figcaption { position: relative; padding:25px 0 0  0; color: var(--color);}
.banner-caption { left: 50%; top: 50%; transform: translate(-50%, -50%);}
.fixed-bottom-mobile .align { position: relative; padding: 12px 15px;}
.btm-home-btn, .btm-loc-btn, .btm-mail-btn, .btm-call-btn {  margin: 0 5px; }
.btm-left-btns span { padding: 5px 0 0 0; font-size: 8pt; }
.slide-room-name { color: var(--color); text-align: center; font-size: 18pt; }
.hme-res-wrapp article p, .welcome-left p, .welcome-right p {  font-size: 13pt;  line-height: 22pt; }
.slide-room-name { width: 100%; }
.side-btns-block {  width: 100%; justify-content:center;  padding-top: 20px; }
.hme-villa-heading { font-size: 36pt;  line-height: 26pt;}
.widget-title { font-size: 20pt; }
.btm-enq-btn a:link, .btm-enq-btn a:visited { padding:23px 20px; }
.villa-land-title { font-size: 12pt; padding-bottom: 18px; }
.villas-land-block { width: calc(50% - 15px); }
.attrib-list ul {  width: calc(100% - 15px); }
.attrib-list {  gap: 0px; text-align: left; }
.image-thumb-gallery li { padding: 40px 5px 0 5px; }
.attributes-top h3 {width: 100%;  padding-bottom: 20px;}
.gallery-menu a:link, .gallery-menu a:visited { padding: 10px 15px;  font-size: 11pt; }
.gallery-block {  padding-top: 20px; }
.contact-address { padding: 20px 0; }
.menu-contact span { display: block;}
.menu-contact span.mob-hide { display: none;}
.menu-links a:link, .menu-links a:visited { padding: 5px 0 5px 30px;}
.menu-links li a::before { top: 16px;}
#foglayer_02 .image01, #foglayer_02 .image02, #foglayer_03 .image01, #foglayer_03 .image02, .fog-holder { display: none;}
.hme-testi-wrapp { padding-top: 0;}
.sub-page-content { text-align-last:center ;}
.overview-top { padding-bottom: 60px;}
.page-caption { padding: 0 30px 30px 30px;}

}



@media (max-width: 480px) {

.banner-caption h1 { font-size: 18pt; line-height: 24pt; }
.banner-caption h2 { font-size: 22pt; }
.btm-left-btns span { display: none; }
.hme-dining-image { padding: 28px 30px 0 30px; }
.owl-theme .owl-nav { display: none; }
.testi-hme-cnt { padding-right: 30px; padding-left: 30px; }
.btm-left-btns {  padding-right: 175px;}
.hme-mist-city-head { font-size: 19pt; line-height: 24pt;}
#site-logo-scrl img { width: 110px; }
.container {  padding: 0 30px;}
.overview-top-image { width: calc(100% - 0px); }
.villas-land-block { width: calc(100% - 15px); padding-left: 20px;  }
.footer-wrapp {  font-size: 11.5pt; }
.image-thumb-gallery li {  padding: 20px 5px 0 5px; }
.villa-attributes { padding: 25px; }
.image-thumb-gallery li { padding: 20px 5px 0 5px; }
.image-thumb-gallery li { display: block;  width: calc(50% - 0px);  padding: 40px 10px 0 10px; }

.gallery-block li {  display: block;  width: calc(50% - 15px); }
.villas-tariff-block {  width: calc(100% - 20px);   gap: 20px; }
.pax-item-pax, .pax-item-adult, .pax-item { width: calc(100% - 0px); }
.contNum .form-group {  width: calc(100% - 10px); }

.villas-tariff-block figcaption { padding: 5px 15px; }
.tariff-wrapp {  gap: 20px; }

.page-title h1 {  font-size: 22pt;  line-height: 26pt; }
.attributes-top h3 { text-align: left;  font-size: 18pt; }
.villa-name {   font-size: 18pt; }
.image-thumb-gallery li { padding: 20px 5px 0 5px; }
.welcome-title img {  max-width: 85%; }
.hme-stay-wrapp {  padding: var(--gutter40); }
.slick-prev, .slick-next { top: 30%; }
.side-btns-block {  padding-top: 10px; }
.hme-stay-wrapp { padding: var(--gutter40); }
.hme-stay-wrapp .container {   padding: 0 0px;}
#site-logo-scrl { padding-top: 5px; }
.page-title h2 {  font-size: 12pt; }
.overivew-mist-image {  padding: 20px 0 20px; }
.overview-mist-wrapp {  padding:30px 0 10px 0; }
.villa-land-title {  font-size: 14pt; }
.attrib-list li, .listing li {  padding: 6px 0 6px 15px; }
.dicMenu  {padding-bottom: 0px; }
.acc-slide-title, .facil-block h3, .expe-title, .villa-tariff-title { font-size: 16pt; }
.facil-wrapp {  gap: 20px; }
.sub-bottom-wrapp .sub-heading {  padding-bottom: 20px; }
.cpr-wrapp { padding-top: 30px; }
.cpr { padding-top: 10px; }
    .banner-caption {
        margin-top: -30px;
    }

    .btm-enq-btn a:link, .btm-enq-btn a:visited {
        padding: 12px 20px;
    }
    .primary-menu-overlay {
        margin: 80px auto 0 auto;
    }

    .cpr-wrapp {
        margin-bottom: 48px;
    }
.home-page .smo { position: relative; top: 0;     left: 0;
    transform: translateX(0);}

    .contact-wrapp {
    border: none;
}

}

@media (max-width: 340px) {

.banner-caption h1 { font-size: 18pt; line-height: 24pt; }
.banner-caption h2 { font-size: 22pt; }
    .banner-caption {
        margin-top: 10px;
    }
    #site-logo:link, #site-logo:visited {
        display: block;
        width: 144px;
        top: 0px;
        padding: 10px 20px;
    }

}


.banner-wrapp:after, .bottom-shape::after, .explr-hme-video-top { display: none;}



