/*!
Theme Name: NakulaVilla
Theme URI: http://underscores.me/
Author: webdevnakulateam
Author URI: http://nakula.com
Description: Theme for Villas managed by Nakula Hospitality.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nakulavilla
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NakulaVilla is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ 

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display:wght@400;600&family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-style: normal;
    line-height: 160% ;
}

.table-quickfacts{
	min-width: 180px;
}

/* header */
.navbar {
    background-color: transparent;
}

.navbar .navbar-nav .nav-link{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff;
    text-transform:uppercase;
    letter-spacing: 0.15625rem;
    
}

.bg-white .navbar-brand{
    color: #333333;
}

#menu-menu-right li:last-child .nav-link{
    border:1px solid;
    padding: 0.375rem 0.75rem ;
    margin: 20px auto;
}
#menu-menu-right li:last-child:hover .nav-link{
    background-color: #333333;
    color: #ffffff;
}

nav {
    height: 78px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 225, 225, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {border: none;}


.link-stay .nav{
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
}

.link-stay .nav-link{
    font-size: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.submenu-stay .nav .link-stay .nav-link a{
    color: #ffffff;
}

.submenu-stay .justify-content-center a{
    color: #ffffff;
}

.submenu-stay .bg-white .justify-content-center{
    border-top:0.1px solid #dee2e6!important;
    margin: 0px 15px;
}

.submenu-stay .justify-content-center{
    border-top:0.1px solid rgba(96,96,96,0.5);
    margin: 0px 25px;
}

.bg-white .justify-content-center a{
    color: #333333;
}

.link-stay .nav-link:after {
  content: "•";
  padding: 0 0.7rem;
}

.link-stay li:nth-child(4) .nav-link:after {
  content: "";
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 300;
}

h1{font-size: 2.5rem;}
h2{font-size: 2rem;}
h3{font-size: 1.75rem;}
h4{font-size: 1.5rem;}

/*h1 {
    font-size: 64px;
    line-height: auto;
}

h2 {
    font-size: 48px;
    line-height: 120%;
}

h3 {
    font-size: 36px;
    line-height: auto;
}*/

h3.facilities {
    position: relative;
}
  
h3.facilities span {
    background-color: #fff;
    padding-right: 10px;
}
  
h3.facilities:after  {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #292929;
    z-index: -1;
}

.subtitle{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: auto;
}

.absolute{
    position: absolute;
}

.bg-white .navbar-nav .nav-link{
    color: #292929;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 25px 35px;
}


.bg-white .navbar-nav .nav-link a .btn {
    color:#333333;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.text-intro{position: absolute;width: 35%;bottom: 10%;}

/* padding & margin */
.mt-04{margin-top: 4px;}
.mb-04{margin-bottom: 4px;}
.pt-04{padding-top: 4px;}
.pb-04{padding-bottom: 4px;}
.mt-08{margin-top: 8px;}
.mb-08{margin-bottom: 8px;}
.pt-08{padding-top: 8px;}
.pb-08{padding-bottom: 8px;}
.mt-12{margin-top: 12px;}
.mb-12{margin-bottom: 12px;}
.pt-12{padding-top: 12px;}
.pb-12{padding-bottom: 12px;}
.mt-16{margin-top: 16px;}
.mb-16{margin-bottom: 16px;}
.pt-16{padding-top: 16px;}
.pb-16{padding-bottom: 16px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.pt-40{padding-top: 40px;}
.pb-40{padding-bottom: 40px;}
.ps-40{padding-left: 40px;}
.pe-40{padding-right: 40px;}
.mt-60{margin-top: 60px;}
.mb-60{margin-bottom: 60px;}
.pt-60{padding-top: 60px;}
.pb-60{padding-bottom: 60px;}
.mt-80{margin-top: 80px;}
.mb-80{margin-bottom: 80px;}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}
.mt-100{margin-top: 100px;}
.mb-100{margin-bottom: 100px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mt-120{margin-top: 120px;}
.mb-120{margin-bottom: 120px;}
.pt-120{padding-top: 120px;}
.pb-120{padding-bottom: 120px;}
.mt-8{margin-top: 7.5rem;}
.mb-8{margin-bottom: 7.5rem;}
.my-8{margin-top: 7.5rem;margin-bottom: 7.5rem;}
.py-8{padding-top: 7.5rem;padding-bottom: 7.5rem;}
.pt-8{padding-top: 7.5rem;}

.bg-home {background-image: url(img/pool_brandon_6br_tp_ov_20062025.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.bg-parallax{background-image: url(img/living_brandon_6br_tp_ov_20062025.webp); background-repeat: no-repeat; background-size: cover; background-position: center; height: 674px;}
.bg-stay {background-image: url(img/masterbed_brandon_6br_tp_ov_20062025.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-experience {background-image: url(img/pool2_brandon_6br_tp_ov_20062025.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
/*.bg-dine {background-image: url(img/dine.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}*/
.bg-home-gradient{background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 45.62%, rgba(0, 0, 0, 0.84) 100%);}
.bg-gradient-left{background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.18%, rgba(0, 0, 0, 0) 46.81%, rgba(0, 0, 0, 0.497) 100%);}
.bg-discover {background-image: url(img/dining_brandon_6br_tp_ov_20062025.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-ig {background-image: url(img/batik.png);background-repeat: no-repeat;background-position: right;}
.bg-discover-gardient{background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 56.25%, rgba(255, 255, 255, 0) 100%);padding-top: 11.5rem;padding-bottom: 11.5rem;}
.bg-red{background:#292929; color: #f4f4f4;}
.bg-red ::placeholder{color: #ffffff;opacity: 0.3;}
.bg-celebrate {background-image: url(img/bg-celebrate.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-celebrate-content{background-color: #ffffff;position: relative;}
.img-celebrate{max-width: 272px;}
.bg-offers{background-image: url(img/bg-offers.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
/*.bg-activities{background-image: url(img/activity-at-amarta-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-wellness{background-image: url(img/yoga-wellness.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-wellness-spa{background-image: url(img/spa-amarta.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-seasonal-offer{background-image: url(img/bg-seasonal-offer-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-seasonal-offer-dark{background: rgba(0, 0, 0, 0.5);}
.bg-offers{background-image: url(img/bg-offers-perere9.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-weddings-events{background-image: url(img/wedding-events-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-weddings-plan{background-image: url(img/wedding-plan-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}*/

.tabpill .nav-link {    
    font-family: 'Playfair Display', serif;
    color: #292929;
    border-bottom: 1px solid #000000;
	cursor: pointer;
}

.tabpill .nav-link.active, .nav-pills .show>.nav-link{
    border-bottom: 2px solid #000000;
}

.info-location{
    font-family: 'Inter', sans-serif;
}

.text-blue {
    color: #333333;
}

.text-red{
    color: #333333;
}

.inter{
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    color: #333333;
}

.btn-outline-red {
    --bs-btn-color: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #333333;
    --bs-btn-hover-border-color: #333333;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #333333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333333;
    --bs-gradient: none;
}

.box-img {
    position: relative;
}

.img{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.middle .text{
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600; 
    text-align: left;
      
}

.box-img:hover .image {
    opacity: 0.1;
    background-color: rgba(0,0,0,.6);    
}

.box-img:hover .middle {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.bg-page-gradient{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.18%, rgba(0, 0, 0, 0) 46.81%, rgba(0, 0, 0, 0.497) 100%);
}

.bg-pckg-1 {
	background: #F8F8F8; position: relative; width: 130%; z-index: -1; right: 0%; top: -4rem; height: 31rem; padding: 5rem 4rem 5rem 10rem; left: -30%;
}

.bg-pckg-2 {
	background: #F8F8F8; position: relative; width: 130%; z-index: -1; right: 0%; top: -4rem; height: 37.5rem; padding: 5rem 2rem 5rem 8rem; left: -30%;
}

.bg-acti-1{
    position: relative;
    top: -6rem;
    right: 0;
    z-index: -1;
    padding: 8.5rem 10rem 9.5rem 3rem;
    background-color: #F8F8F8;
    width: 35rem;
    height: auto;
}

.bg-acti-2 {
	background: #eee; position: relative; width: 40rem; z-index: -1; left: 0%; top: -3rem; height: 20rem; padding: 5rem 10rem 5rem 4rem;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
    color: #0E3F5C;
    font-weight: 600;
    box-shadow: none;
}

.accordion-item{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
}

.accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ac-calendar-container table.ac-table {
	border: none;
}

.prevnextpos .flickity-page-dots {
    top: -45px;
    text-align: right!important;
}

.flickity-page-dots {
    bottom: -22px;
}

/* dots are lines */
.flickity-page-dots .dot {
    height: 2px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background: #292929;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected{
    height: 5px;
}

.page-id-12 footer{
    background-color: #ffffff!important;
}

/* footer */
footer {
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
    height: 73px;
}

footer form{
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 300;
}

#mce-EMAIL {
    color: #ffffff !important;
}

footer .form-label, .form-control, .form-select{
    background-color: transparent;
    color: #ffffff;
}

.bg-footer{
    background-color:#333333;
    color:#ffffff;    
    padding-top: 3rem;
    /* padding-bottom: 4rem; */
}

.bg-footer a{
    color:#ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02687rem;
}

.bg-footer p{
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02687rem;
}

.bg-white .navbar-nav .nav-link{
    color: #333333;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.bg-footer h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15625rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
}

select option {
    color: #292929;
}

.bg-white .form-label{
    background-color: transparent;
    color: #000000!important;
}

.bg-white .form-control{
    background-color: transparent;
    color: #000000;
}

.bg-white .form-select{
    background-color: transparent;
    color: #000000;
}

.bg-white .btn-outline-light{
    --bs-btn-color: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #333333;
    --bs-btn-hover-border-color: #333333;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #333333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333333;
    --bs-gradient: none;
}

.bg-decoration-solid {
    position: relative;
    top: -3rem;
    right: 0;
    z-index: -1;
    padding: 7.5rem 4rem 7.5rem 4rem;
    background-color: #F8F8F8;
    width: 120%;
}

.border-content{
    border-top: 1px solid black;
    margin-top: auto!important;
    margin-bottom: auto!important;
    border-bottom: 1px solid black;
}

.box {
    position: relative;
}
  
.imgbox {
    display: block;
    height: auto;
}
  
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}
  
.box:hover .overlay {
    opacity: 0.5;
}
  
.textover {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Playfair Display', serif;
}

/*icon homepage */
.ic-arrow {background-image: url(img/ic-arrow-link.svg);display: inline-block;width: 30px;height: 8px;margin-left: 14px;}
.ic-beach {background-image: url(img/ic-beach.svg);display: block;width: 29px;height: 29px;}
.ic-coco {background-image: url(img/ic-coco.svg);display: block;width: 29px;height: 29px;}
.ic-temple {background-image: url(img/temple-white.svg);display: block;width: 29px;height: 29px;}
.ic-plane {background-image: url(img/ic-plane.svg);display: block;width: 29px;height: 29px;}
.ic-cafe {background-image: url(img/cafe-white.svg);display: block;width: 29px;height: 29px;}
.ic-ocean-view {background-image: url(img/ic-ocean-view.svg);display: block;width: 24px;height: 24px;}
.ic-bgms {background-image: url(img/ic-bgames.svg);display: block;width: 20px;height: 20px;}
.ic-jacuzzi{background-image: url(img/jacuzzi-new.svg);display: block;width: 24px;height: 22px;}

/* icon blue 32 x 32 */ 
.i-car-blue{background-image: url(img/car-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-plane-white{background-image: url(img/plane-white-icon.svg);display: block;width: 31px;height: 31px;}
.i-plane-blue{background-image: url(img/airplane-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bfast-blue{background-image: url(img/bkfast-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-chef-blue{background-image: url(img/chef-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-wedding-blue{background-image: url(img/wedding-blue.svg);display: block;width: 32px;height: 32px;}
.i-building-blue-icon{background-image: url(img/building-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bbq-blue{background-image: url(img/bbq-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bbq-white{background-image: url(img/bbq-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-baby-blue{background-image: url(img/baby-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bed-blue{background-image: url(img/bed-blue-icon.svg);display: block;width: 32px;height: 32px;}
/* icon white 32 x 32 */ 
.i-wifi-white{background-image: url(img/wifi-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-tv-white{background-image: url(img/tv-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-baby-white{background-image: url(img/baby-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-chef-white{background-image: url(img/chef-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-pool-white{background-image: url(img/pool-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-house-white{background-image: url(img/house-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-camera-white{background-image: url(img/camera-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-fluent-white{background-image: url(img/fluent-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-tabler-white{background-image: url(img/tabler-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-decoration-white{background-image: url(img/decoration-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-entertaiment-white{background-image: url(img/entertaiment-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-shield-white{background-image: url(img/shield-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-bfast-white{background-image: url(img/ic-bfast-white.svg);display: block;width: 32px;height: 32px;}
/* icon */
.ic-star{background-image: url(img/ic-star.svg);display: block;width: 124px;height: 20px;}
.ic-size{background-image: url(img/size.svg);display: block;width: 18px;height: 18px;}
.ic-ocean{background-image: url(img/ocean.svg);display: block;width: 24px;height: 17px;}
.ic-bar{background-image: url(img/bar.svg);display: block;width: 21px;height: 21px;}
.ic-spa{background-image: url(img/spa-blue.svg);display: block;width: 21px;height: 21px;}
.ic-billiard{background-image: url(img/billiard-icon.svg);display: block;width: 21px;height: 21px;}
.ic-wifi{background-image: url(img/wifi.svg);display: block;width: 24px;height: 24px;}
.ic-pool{background-image: url(img/pool.svg);display: block;width: 24px;height: 22px;}
.ic-bfast{background-image: url(img/bfast.svg);display: block;width: 21px;height: 21px;}
.ic-paddy{background-image: url(img/paddy.svg);display: block;width: 26px;height: 31px;}
.ic-monuments{background-image: url(img/monuments.svg);display: block;width: 29px;height: 29px;}
.ic-combfast{background-image: url(img/combfast.svg);display: block;width: 38px;height: 38px;}
.ic-nohidden{background-image: url(img/nohidden.svg);display: block;width: 38px;height: 38px;}
.ic-service{background-image: url(img/service.svg);display: block;width: 38px;height: 38px;}
.ic-payment{background-image: url(img/payment.svg);display: block;width: 38px;height: 38px;}
/* icon stay */
.ic-spool {background-image: url(img/spool.svg);display: block;width: 21px;height: 19px;}
.ic-botique {background-image: url(img/botique.svg);display: block;width: 24px;height: 16px;}
.ic-coffee {background-image: url(img/coffee.svg);display: block;width: 26px;height: 19px;}
.ic-fwifi {background-image: url(img/fwifi.svg);display: block;width: 20px;height: 15px;}
.ic-restaurant {background-image: url(img/restaurant.svg);display: block;width: 21px;height: 23px;}
.ic-spa {background-image: url(img/spa.svg);display: block;width: 24px;height: 24px;}
.ic-bedroom {background-image: url(img/bedroom.svg);display: block;width: 24px;height: 24px;}
.ic-bathroom {background-image: url(img/bathrooms.svg);display: block;width: 24px;height: 24px;}
.ic-tea {background-image: url(img/tea.svg);display: block;width: 21px;height: 21px;}
.ic-guest {background-image: url(img/ic-guest.svg);display: block;width: 24px;height: 24px;}

/*forminantor*/
.forminator-label{
	font-size: 16px!important;
	font-family: 'Roboto'!important;
	font-style: normal!important;
	font-weight: 400!important;
	color: #292929!important;
}

.forminator-input {
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.forminator-textarea{
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.select2-selection{
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.forminator-button-submit{
    background-color: transparent!important;
    color: #333333!important;
    border: 1px solid #333333!important;
}

.forminator-button:hover {
    box-shadow: none!important;
}

.flickity-prev-next-button:disabled {
  display: none;
}
.sticky-top {
    top: 120px!important;
}


/*mobile display*/
@media (max-width: 575px) {
    .bg-white .navbar-collapse {
        background-color: #ffffff;
        margin-top:20px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
        border-bottom: 1px solid #333333;
    }
    h1 {
        font-size: 32px;
        line-height: auto;
    }    
    h2 {
        font-size: 20px;
        line-height: 120%;
    } 
    .subtitle{
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        line-height: auto;
    }
    .fbmob {
        font-family: 'Playfair Display', serif;
        /*color:#333333;*/
        color:#ffffff;
        padding:5px;
    }    
    .bg-white .fbmob{
        color:#333333;
    }
    
    .mnmob{
        font-family: 'Playfair Display', serif;
        /*color:#333333;*/
        color:#ffffff;
        font-size: 16px;
    }
    .bg-white .mnmob{color:#333333;}
    
    .bg-white .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2840, 79, 37, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .btn-outline-red{
      padding: 0.3rem 0.5rem;
    }    
    .img-celebrate{
        max-width: 100%;
    }  
	.bg-pckg-1{
		background: transparent;
        width: 100%;
        right: 0%;
        top: 0rem;
        height: 100%;
        padding: 0rem;
        left: 0%;
	}	
	.bg-pckg-2{
        background: transparent;
        width: 100%;
        right: 0%;
        top: 0rem;
        height: 100%;
        padding: 0rem;
        left: 0%;
	}	
	.bg-acti-1{
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 0rem;
        top: 0rem;
	}
	
	.bg-acti-2{
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 0rem;
        top: 0rem;
	}
	.linkca{
	   text-decoration: none;
	   font-family: 'Playfair Display', serif;
        color:#ffffff;
        font-size: 16px;
	}
	
    .bg-white .linkca{
        color:#333333;
    }
	
    .fixed-bottom{
		border-top: 1px solid #ffffff;
	}
	.bg-activities{
        background-image: url(img/bg-activities-mob.jpg);
    }

    .bg-wellness{
        background-image: url(img/bg-wellness-mob.jpg);
    }

    .bg-weddings-events{
        background-image: url(img/bg-events-mob.jpg);
    }

    .dropdown-menu.show {
        width: 100%;
        border-radius: 0;
        border: 1px solid #212529;
    }

    .btn-outline-dark.dropdown-toggle::after{display:none!important;}

    .dropdown ul li a {
        color:#292929;
        text-decoration: none;
    }

    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        background-color: transparent!important;
    }

    .btn:hover{background-color: transparent!important;}
        
    .img-square{
        width: 100%;
        object-fit: cover;
        height: 366px;
    }

    .img-home-collage{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    .img-home-slider{
        width: 100%;
        object-fit: cover;
        height: 239px;
    }

    .link-stay {display: none;}

    footer{height: 43px;}
    
#qontak-webchat-widget{
    bottom: 85px!important;
}
}

/*START NEW LAYOUT HOME*/
.row.h-section {
    margin-bottom: 14px;
}

.item-offers {
    text-align: center;
    width: 28%;
}

.item-offer-thumb {
    height: 369px;
    background-size: cover;
}

.item-offer-detail {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.item-offer-name {
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 10px 0;
	background: #1d353b;
    background: -webkit-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    background: -moz-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D353B", endColorstr="#000000", GradientType=0);
}


.item-offer-name h3 {
    color: #FFF;
    font-size: 1.6rem;
    text-decoration:none;
    text-align: center;
}

.section-offers {
    padding: 80px 0 40px;
}

.section-rooms {
    padding: 40px 0 0px 0;
}


.item-rooms {
    text-align: center;
    width: 33%;
    margin: 0 10px;
    padding-bottom: 20px;
}

.item-room-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    /* background: #1d353b; */
    /* background: -webkit-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%); */
    background: -moz-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    /* background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D353B", endColorstr="#000000", GradientType=0);
}

.item-room-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    filter: ;
    display: block;
    left: 0;
    right: 0px;
}

.price-room {
    position: absolute;
    bottom: 5%;
    right: 8%;
    color: #FFF;
    font-weight: 400;
    z-index: 1;
    font-size: 1.1rem;
}

.item-room-thumb {
    height: 250px;
}

.item-room-detail {
    border-radius: 20px;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px 0px;
    overflow: hidden;
}

.item-room-name_detail h3 {
    font-size: 1.25rem;
    padding: 0 8%;
    text-align: left;
    margin-bottom: 15px;
}

.item-rooms a {
    text-decoration: none;
    color: #000;
}


.quick-feature:after {
    content: "";
    clear: both;
    display: block;
}

.quick-feature .item-room-name_detail {
    float: left;
}

.quick-feature {
    padding: 0px 0 0 8%;
}

.quick-feature .item-room-name_detail{
    margin: 0 20px 5px 0;
}


.item-room-name {
    padding: 20px 0;
}

.d-flex.quick-feature {
    padding: 0 9%;
}

section.section-room {
    margin: 80px 0;
}

.item-room-name a {
    color: #000;
    text-decoration: none;
}

.col-link {
    text-align: right;
    padding-top: 13px;
}

.col-link a {
    color: #000;
    text-decoration: none;
}

.col.col-link a svg.bi {
    width: 16px;
    margin-left: 5px;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 30%;
    height: 30%;
    top: 35%;
    left: 34%;
}

.row-facilities {
    margin: 40px 0 0 0;
}

.col-facilities:first-child {
    padding-left: 0px;
}

.row-features-amenities {
    margin-top: 20px;
}

.row-features-amenities h4 {
    margin-bottom: 20px;
}

.item-features-amenities {
    margin-right: 25px;
	float: left;
}

.icon-features-amenities {
    margin-right: 5px;
}

.header-why-book-us {
    padding: 3rem 0 2rem 0;
}

.col-learn-more {
    padding: 0 0 4rem;
    text-align: center;
}

.link-learn-more {
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border: solid 1px #FFFFFF;
    display: block;
    width: 160px;
    margin: 0 auto;
}

.detail-why-book-us .col {
    padding-right: 1rem;
}

.header-why-book-us {
    padding: 3.5rem 0 1rem 0;
}

.col-learn-more {
    padding: 0 0 4rem;
    text-align: center;
}

.link-learn-more {
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border: solid 1px #FFFFFF;
    display: block;
    width: 160px;
    margin: 0 auto;
}

.detail-why-book-us .col {
    padding-right: 1rem;
}

.link-learn-more:hover {
    color: #FFF;
}

.col-facilities h5 a {
    color: #000;
    text-decoration: none;
}


.underline-smooth {
  text-decoration: none; /* Remove default underline */
  background-image: linear-gradient(currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px; /* Initial width is 0, adjust height as needed */
  background-position: 0 100%; /* Position at the bottom */
  transition: background-size 0.3s ease-in-out; /* Smooth transition */
}

.underline-smooth:hover {
  background-size: 100% 1px; /* Expand width on hover */
}

.image-hero:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 45.62%, rgba(0, 0, 0, 0.84) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}

.image-hero {
    position: relative;
    overflow: hidden;
}

.image-hero img {
	width: 100%; /* Make the image try to take the full width */
    height: 100%; /* Make the image try to take the full height */
    object-fit: cover; /* This makes the image fill the container */
}


.desc-hero {
    position: absolute;
    z-index: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-offer {
    position: relative;
}


.container.filter .form {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 100%;
    /* width: calc(90% - 80px); */
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 0px;
    border-radius: 16px;
}

.container.filter {
    position: relative;
    font-family: 'Playfair Display', serif;
}

.col-filter label {
    display: block;
    font-size: 1.08rem;
}

section.detail-offer {
    margin-top: 120px;
}

.detail-offer a {
    color: #000;
    font-weight: 600;
}

.detail-offer h2 {
    font-size: 1.5rem;
}

.btn-link {
    border: none;
    background-color: #FFF;
    padding: 0;
    font-weight: 600;
}

.btn-link:hover {
    color: #000;
}

.card.card-offer {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 0px;
    border: solid 1px #00000000;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 44px !important;
}

.card.card-offer:last-child{
	margin-bottom:0px !important;
}
.card-offer .card-col-image img
{
    border-radius: 10px 0 0 10px;
}

.row.title-more-offers {
    margin: 60px 0;
}

section.other-offers {
    margin-bottom: 80px;
}
.row.title-more-offers h2 {
    padding: 0px;
    text-align: center;
}

.card-col-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-page-offer footer.bg-white,
.page-template-page-offer footer.fixed-bottom{
    display: none;
}

.container.filter .form input, .container.filter .form select {
    border: none;
    width: 70%;
    border-bottom: solid 1px #949494;
    margin-top: 8px;
    padding-bottom: 5px;
}

.container.filter .form .btn {
    width: 100%;
    padding: 16px;
}

.card-offer .card-body {
    padding: 0 30px;
}
@media only screen and (max-width: 600px) {
    .item-offers{
        width: 100%;
        margin: 0;
    }
    .item-rooms{
        width: 100%;
        margin: 0;
    }

    .item-offer-detail {
        margin-right: 0px;
    }

    .row.h-section h2 {
        font-size: 1.25rem;
    }
    
    .col-link {
        padding-top: 0px;
    }
    
    .row.h-section {
        margin-bottom: 5px;
    }
    
    .section-offers {
        padding: 0px 0px;
    }
    
    .section-rooms {
        padding-bottom: 0px;
    }

    .col-facilities {
        padding: 0px;
    }

    .item-why-book-us {
        padding-right: 2rem !important;
        padding-left: 2.5rem;
    }

    .item-features-amenities {
        margin-bottom: 10px;
    }

    .container.filter .form {
        width: 90%;
        margin: 0px;
        padding: 30px 20px;
    }


    .container.desc-hero {
        padding: 0 30px;
    }

	.container.filter .form input, .container.filter .form select {
        width: 100%;
        margin-bottom: 10px;
    }

    .container.filter .form .btn {
        margin-top: 10px;
    }

    section.detail-offer {
        margin-top: 150px;
        padding: 0 10px;
    }

    .card.card-offer {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .card-offer .card-body {
        padding: 25px 20px;
    }

    .card-col-image {
        height: 300px;
    }

    .row.title-more-offers {
        margin: 30px 0 40px;
    }

    section.other-offers {
        margin-bottom: 60px;
    }

    .detail-offer .col-12.col-sm-4 {
        margin-top: 20px;
    }

    .detail-offer .btn-link, .detail-offer a {
        border-bottom: solid 1px #000;
        background-size: 0;
    }

    .image-hero {
        height: 470px;
        max-width: 100%;
        overflow: hidden;
    }

  }
/*END NEW LAYOUT HOME*/

@media screen and ( max-width: 768px ) {
    .navbar-collapse {
        position: fixed;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 400ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }
}

@media (max-width: 575px) {
    h2.text-blue {
        text-align: center;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .bg-acti-1{width: 28rem;padding: 8.5rem 7rem 5.5rem 3rem;}
}

@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
  .bg-acti-1{width: 28rem;padding: 8.5rem 7rem 5.5rem 3rem;}
}